*** empty log message ***
[bpt/emacs.git] / lisp / ChangeLog
1 2002-02-17 Colin Walters <walters@verbum.org>
2
3 * ibuf-ext.el (ibuffer-toggle-sorting-mode): Make it work. Patch
4 from John Paul Wallington <jpw@shootybangbang.com>.
5
6 2002-02-17 Kim F. Storm <storm@cua.dk>
7
8 * cus-start.el: Add mouse-highlight.
9
10 2002-02-16 Eli Zaretskii <eliz@is.elta.co.il>
11
12 * Makefile.in (DONTCOMPILE): Remove cus-start.el.
13
14 * cus-start.el: Add automatic-hscroll-margin and
15 automatic-hscroll-step.
16
17 2002-02-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
18
19 * cus-start.el (x-autoselect-window): Allow customization.
20
21 * eshell/em-alias.el (eshell-alias-initialize): Do not use
22 make-local-hook.
23
24 * eshell/em-cmpl.el (eshell-cmpl-initialize): Likewise.
25
26 * eshell/em-dirs.el (eshell-dirs-initialize): Likewise.
27
28 * eshell/em-glob.el (eshell-glob-initialize): Likewise.
29
30 * eshell/em-hist.el (eshell-hist-initialize): Likewise.
31
32 * eshell/em-pred.el (eshell-pred-initialize): Likewise.
33
34 * eshell/em-prompt.el (eshell-prompt-initialize): Likewise.
35
36 * eshell/em-rebind.el (eshell-rebind-initialize): Likewise.
37
38 * eshell/em-smart.el (eshell-smart-initialize): Likewise.
39
40 * eshell/em-unix.el (eshell-unix-initialize): Likewise.
41
42 * eshell/esh-cmd.el (eshell-cmd-initialize): Likewise.
43
44 * eshell/esh-ext.el (eshell-ext-initialize): Likewise.
45
46 * eshell/esh-io.el (eshell-io-initialize): Likewise.
47
48 * eshell/esh-mode.el (eshell-mode): Likewise.
49
50 * eshell/esh-test.el (eshell-show-usage-metrics): Likewise.
51
52 * eshell/esh-var.el (eshell-var-initialize): Likewise.
53
54 * progmodes/idlw-shell.el (idlwave-shell-mode): Likewise.
55
56 * progmodes/idlwave.el (idlwave-mode): Likewise.
57
58 * textmodes/reftex-sel.el (reftex-select-label-mode)
59 (reftex-select-bib-mode): Likewise.
60
61 2002-02-16 John Wiegley <johnw@gnu.org>
62
63 * eshell/em-hist.el (eshell-hist-initialize): When in the
64 minibuffer, use the global value of `eshell-history-ring', and
65 never save it to disk, or ask to save it to disk. This allows
66 users of session.el to control whether its global state should be
67 persisted or not.
68 (eshell-add-command-to-history): Don't write Eshell's history out
69 to disk, let the governing mode control that upon exit.
70
71 2002-02-16 Eli Zaretskii <eliz@is.elta.co.il>
72
73 * eshell/eshell.el (eshell-command): Before reading from the
74 minibuffer, add eshell-add-command-to-history to
75 minibuffer-exit-hook, and remove it after read-from-minibuffer
76 returns.
77
78 * eshell/em-hist.el (eshell-add-input-to-history): New function,
79 with most of the code from eshell-add-to-history.
80 (eshell-add-command-to-history): New function, to record in
81 eshell-history the commands run via eshell-command.
82 (eshell-add-to-history): Call eshell-add-command-to-history to do
83 most of the work.
84
85 2002-02-16 John Wiegley <johnw@gnu.org>
86
87 * eshell/esh-ext.el (eshell-external-command): Added a fix for
88 XEmacs' new dired.el, which adds a global entry in the
89 `file-name-handler-alist'.
90
91 2002-02-16 John Wiegley <johnw@gnu.org>
92
93 * align.el (align-region): Added a missing name argument.
94
95 2002-02-16 John Wiegley <johnw@gnu.org>
96
97 * eshell/esh-ext.el (eshell-script-interpreter): Allow whitespace
98 after the #! of a shell interpretor specification.
99
100 2002-02-15 Richard M. Stallman <rms@gnu.org>
101
102 * help.el (describe-key-briefly): Make output in INSERT case
103 look just like what is displayed in the normal case.
104
105 2002-02-15 Andreas Schwab <schwab@suse.de>
106
107 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Require
108 non-letter after specials.
109
110 2002-02-15 Eli Zaretskii <eliz@is.elta.co.il>
111
112 * menu-bar.el (menu-bar-tools-menu): Add an item for Calculator.
113
114 2002-02-15 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
115
116 * simple.el (mark-word): Mark more if repeated.
117 * textmodes/paragraphs.el (mark-paragraph): Ditto.
118 (mark-end-of-sentence): Ditto.
119
120 2002-02-15 Per Abrahamsen <abraham@dina.kvl.dk>
121
122 * wid-edit.el (widgetp): Made it more robust.
123
124 2002-02-14 Per Abrahamsen <abraham@dina.kvl.dk>
125
126 * facemenu.el (describe-text-done): New function.
127 (describe-text-mode-map): New variable.
128 (describe-text-mode-hook): New option.
129 (describe-text-mode): New function.
130 (describe-text-widget): New function.
131 (describe-text-sexp): New function.
132 (describe-text-properties): New function.
133 (describe-text-category): New command.
134 (describe-text-at): New command.
135 (facemenu-menu): Replace `list-text-properties-at' with
136 `describe-text-at' in the menu.
137
138 * wid-edit.el (widgetp): New function.
139 * wid-edit.el (widget-keymap, widget-insert, widget-setup):
140 Autoloaded.
141
142 * emacs-lisp/pp.el (pp-to-string): Autoloaded.
143
144 * wid-browse.el: Removed version and x-url keywords.
145
146 2002-02-13 Kim F. Storm <storm@cua.dk>
147
148 * cus-start.el (mode-line-in-non-selected-windows):
149 Allow customization.
150
151 2002-02-13 Richard M. Stallman <rms@gnu.org>
152
153 * textmodes/bibtex.el (bibtex-parse-buffers-stealthily):
154 Tell bibtex-parse-keys to output no progress messages.
155
156 * international/mule-diag.el (list-input-methods):
157 Use help-input-method, not describe-input-method, for button type.
158
159 * register.el (describe-register-1): Access register contents here.
160
161 * textmodes/text-mode.el (text-mode-hook-identify): Restore
162 previous definition. Add to text-mode-hook again.
163
164 * mail/mailabbrev.el (define-mail-abbrev): Define as system abbrev.
165 (mail-abbrev-in-expansion-header-p): Copy the code of mail-header-end
166 to avoid needing sendmail.el at run time.
167
168 * bindings.el (mode-line-minor-mode-keymap): Definition moved up.
169 Initialization moved up too.
170 (mode-line-modes): Use :propertize.
171 (mode-line-mode-menu-keymap): Var deleted.
172 (mode-line-copied-mode-name): Var deleted.
173 (mode-line-mode-name): Function deleted.
174 (mode-line-mode-menu): Each item now shows its mode line lighter.
175 (minor-mode-alist): Don't call propertize here.
176
177 2002-02-12 Eli Zaretskii <eliz@is.elta.co.il>
178
179 * progmodes/pascal.el (pascal-imenu-generic-expression): Add
180 menu-title and fix parentheses.
181
182 2002-02-12 Per Abrahamsen <abraham@dina.kvl.dk>
183
184 * menu-bar.el (menu-bar-options-save): Removed `truncate-lines'.
185 (menu-bar-options-menu): Don't set default value for
186 `truncate-lines'.
187
188 2002-02-12 Per Abrahamsen <abraham@dina.kvl.dk>
189
190 * menu-bar.el (menu-bar-options-save): Only save
191 `current-language-environment' and `default-input-method' when
192 marked as customized.
193
194 * international/mule-cmds.el
195 (setup-specified-language-environment): Mark
196 `current-language-environment' as customized.
197 (set-input-method): Mark
198 `default-input-method' as customized when called interactively.
199 (toggle-input-method): Ditto.
200
201 2002-02-11 Colin Walters <walters@verbum.org>
202
203 * ibuffer.el (ibuffer-switch-format): Supply required argument for
204 `ibuffer-current-formats'.
205
206 2002-02-11 Miles Bader <miles@gnu.org>
207
208 * faces.el (mode-line-inactive): Add dark-background variant.
209
210 2002-02-11 Per Abrahamsen <abraham@dina.kvl.dk>
211
212 * toolbar/tool-bar.el (tool-bar-mode): Removed standard value.
213 * menu-bar.el (menu-bar-mode): Ditto.
214 * cus-edit.el (customize-mark-to-save): Always save variables
215 without a standard value.
216
217 * menu-bar.el (menu-bar-make-toggle): Made it aware of customize.
218 (menu-bar-options-save): Ditto.
219 (menu-bar-showhide-menu): Ditto.
220 (menu-bar-options-menu): Ditto.
221 (menu-bar-scroll-bar-right, menu-bar-scroll-bar-left,
222 menu-bar-scroll-bar-none): Removed.
223 (menu-bar-showhide-scroll-bar-menu): Use customize aware lambda
224 expressions instead.
225
226 * cus-edit.el (customize-set-value): Return value.
227 (customize-set-variable): Ditto.
228 (customize-save-variable): Ditto.
229 (customize-set-variable): Load dependencies before setting value.
230 (custom-load-symbol): Autoload it.
231 (customize-mark-as-set): New function.
232
233 2002-02-11 Eli Zaretskii <eliz@is.elta.co.il>
234
235 * cus-start.el: Don't warn about "x-*" symbols when building a
236 non-GUI version.
237
238 2002-02-11 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
239
240 * strokes.el (strokes-do-stroke, strokes-do-complex-stroke):
241 Doc fix.
242 (strokes-help): Do not use doubled with-output-to-temp-buffer.
243 Fix the help string.
244 (strokes-prompt-user-save-strokes): Fix typo.
245 (strokes-list-strokes): Use proper exit-actionargument for
246 view-buffer.
247 Update copyright notice.
248
249 * international/mule-diag.el: Various doc and message fixes.
250 (non-iso-charset-alist): Add mac-roman. Don't add entries for
251 codepages already present.
252 (list-block-of-chars): Display space for null entries in
253 translation table. Display tab specially.
254 (list-non-iso-charset-chars): Check for null charsets. Use pop
255 for clarity. Don't break 8-bit sets into sections between ranges.
256 (list-charset-chars): Avoid indent-tabs-mode.
257 (describe-char-after): Maybe use the text property for syntax
258 table information. Maybe report char-code-property-table info.
259 Maybe report character's unicode. Tweak printing of list info.
260 (list-input-methods): Add xref buttons.
261 (dump-charsets, dump-codings): Deleted (obsolete).
262 From Dave Love <fx@gnu.org>.
263
264 2002-02-10 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
265
266 * menu-bar.el (menu-bar-showhide-menu): Rename functions for
267 toggling.
268
269 2002-02-10 Michael Kifer <kifer@cs.stonybrook.edu>
270
271 * viper-util.el (viper-read-key-sequence): fixed so it'll read
272 fast key sequences in emacs native mode
273 (viper-events-to-keys): deleted
274
275 * viper.el (describe-key, describe-key-briefly): get rid of
276 viper-events-to-keys.
277
278 * ediff-init.el (ediff-has-gutter-support): Steven Turnbull's patch.
279
280 * ediff-wind.el (ediff-setup-control-frame): Use
281 ediff-has-gutter-support.
282
283 * ediff-util.el (ediff-dispose-of-variant-according-to-user):
284 check if buff is alive.
285
286 * ediff.el: typo in comment.
287
288 2002-02-09 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
289
290 * menu-bar.el (menu-bar-options-save): Take care of
291 line-number-mode and column-number-mode variables.
292 (menu-bar-showhide-menu): New menu-items "Show Line Number" and
293 "Show Column Number" in "Show/Hide" menu.
294
295 2002-02-09 Richard M. Stallman <rms@gnu.org>
296
297 * mail/mailabbrev.el (mail-mode-map): Use eval-after-load to change it.
298
299 2002-02-09 Kim F. Storm <storm@cua.dk>
300
301 * faces.el (mode-line-inactive): New face for mode-line for
302 non-selected windows.
303 (mode-line): Doc fix: Only used for selected window.
304
305 2002-02-08 Eli Zaretskii <eliz@is.elta.co.il>
306
307 * calendar/cal-menu.el (calendar-mode-map): Change the menu item's
308 name to "Insert Diary Entry".
309
310 2002-02-08 Stefan Monnier <monnier@cs.yale.edu>
311
312 * font-lock.el (save-buffer-state): Use restore-buffer-modified-p.
313 (c-font-lock-syntactic-face-function): Accept doxygen-style comments.
314
315 2002-02-08 Richard M. Stallman <rms@gnu.org>
316
317 * textmodes/text-mode.el (text-mode-hook-identify): Define as no-op.
318
319 2002-02-08 Andreas Schwab <schwab@suse.de>
320
321 * calc/calc.el (calcDigit-key): Use minibuffer-prompt-end instead
322 of point-min.
323
324 2002-02-08 Eli Zaretskii <eliz@is.elta.co.il>
325
326 * net/ange-ftp.el (ange-ftp-process-handle-line)
327 (ange-ftp-set-xfer-size): If the file's size is a float, divide
328 by 1024 instead of using ash.
329
330 * international/mule-cmds.el (select-safe-coding-system):
331 State the buffer's name in the message popped in the *Warning* buffer,
332 and make sure the offending buffer is displayed.
333
334 2002-02-07 Markus Rost <rost@math.ohio-state.edu>
335
336 * ffap.el (ffap-newsgroup-p): Test for non-nil symbol-value of htb.
337
338 2002-02-07 Richard M. Stallman <rms@gnu.org>
339
340 * terminal.el (terminal-map): Define [menu-bar] so global def is seen.
341
342 * register.el (list-registers): New command.
343 (describe-register-1): New subroutine, taken out of view-register.
344
345 * emacs-lisp/copyright.el (copyright-regexp):
346 Delete the unibyte copyright symbol; it's redundant.
347 Fix a spazz in the multibyte encoding here.
348
349 2002-02-07 Dave Love <fx@gnu.org>
350
351 * language/cyril-util.el (cyrillic-encode-koi8-r-char)
352 (cyrillic-encode-alternativnyj-char): Get translation tables from
353 symbol properties, not as variables.
354 (standard-display-cyrillic-translit): Include unicodes.
355
356 2002-02-06 Kim F. Storm <storm@cua.dk>
357
358 * help.el (where-is): Report remapped commands.
359
360 * help-fns.el (describe-function-1): Ditto.
361
362 * subr.el (global-set-key, local-set-key): Accept a symbol for the
363 KEY argument (like define-key).
364
365 2002-02-06 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
366
367 * textmodes/flyspell.el (flyspell-insert-function): Doc fix.
368
369 2002-02-06 Richard M. Stallman <rms@gnu.org>
370
371 * mail/mailabbrev.el: Require sendmail only at compile time.
372 (mail-mode-header-syntax-table): Var deleted.
373 (mail-abbrev-syntax-table): Init to nil, will compute when needed.
374 (sendmail-pre-abbrev-expand-hook): Only temporarily change
375 local-abbrev-table and the syntax table.
376 Compute mail-abbrev-syntax-table if that has not been done.
377
378 * progmodes/compile.el (grep-compute-defaults): Definition moved up.
379
380 * emacs-lisp/debug.el (debugger-frame-offset): Var deleted.
381 (debugger-frame-number): Figure out the offset directly.
382 (debugger-setup-buffer): Don't use debugger-frame-offset.
383 (debugger-frame, debugger-frame-clear): Likewise.
384 (debugger-jump): Don't alter debugger-frame-offset.
385
386 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
387 Replace foo-p as var name with foo-flag, not foo-p-flag.
388
389 * hilit-chg.el (highlight-changes-active-string): Default to +Chg.
390 (highlight-changes-passive-string): Default to -Chg.
391 (highlight-changes-global-modes): Doc fix.
392
393 * dired.el (dired-get-filename): Add /: when appropriate
394 to avoid taking a local name as remote.
395
396 * files.el (file-name-non-special): Add special handling for
397 file-name-sans-versions, file-name-completion, and
398 file-name-all-completions.
399
400 * isearch.el (isearch-update): Don't update display in kbd macro.
401 (isearch-lazy-highlight-new-loop): Do nothing in kbd macro.
402
403 * subr.el (force-mode-line-update): Doc fix.
404
405 * subr.el (atomic-change-group, prepare-change-group)
406 (activate-change-group, accept-change-group, cancel-change-group):
407 New functions.
408
409 * simple.el (undo-get-state, undo-revert-to-state): Fns deleted.
410 (transpose-subr-1): Use atomic-change-group.
411
412 * subr.el (add-minor-mode): Include the mode's lighter string
413 in the minor mode menu item name.
414
415 * mail/rmail.el (rmail-toggle-header): Avoid possibly slow call to
416 rmail-count-screen-lines starting from (point-min).
417
418 * startup.el (use-fancy-splash-screens-p): Need 19 lines,
419 beyond the image height, to use the fancy splash screen.
420
421 * textmodes/text-mode.el (text-mode-hook-identify): Function deleted.
422 (text-mode): Set text-mode-variant here.
423
424 2002-02-06 Eli Zaretskii <eliz@is.elta.co.il>
425
426 * play/pong.el (pong-height): Don't use height that exceeds the
427 frame height.
428 (pong-border-options): Make the border colors slightly more bright.
429
430 * play/gamegrid.el (gamegrid-display-type): Treat any
431 color-capable display as color-x, if display-color-p is fboundp.
432 (gamegrid-make-color-x-face): Don't call gamegrid-color twice.
433 (gamegrid-make-color-tty-face): Use the value of color, not the
434 symbol itself. Don't call gamegrid-color.
435
436 2002-02-05 Eli Zaretskii <eliz@is.elta.co.il>
437
438 * gud.el (gud-refresh): Call recenter only after we are sure we
439 are in the right window.
440
441 2002-02-05 Per Abrahamsen <abraham@dina.kvl.dk>
442
443 * cus-edit.el (customize-mark-to-save): New function.
444 * menu-bar.el (menu-bar-options-save): Rewrote.
445
446 2002-02-05 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
447
448 * cus-start.el (x-use-underline-position-properties):
449 Allow customization.
450
451 2002-02-04 Simon Josefsson <jas@extundo.com>
452
453 * dired.el (dired-load-hook, dired-mode-hook)
454 (dired-before-readin-hook, dired-after-readin-hook): Defcustom.
455
456 2002-02-03 Colin Walters <walters@verbum.org>
457
458 * ibuf-ext.el (ibuffer-filter-format-alist)
459 (ibuffer-cached-filter-formats, ibuffer-compiled-filter-formats):
460 New variables.
461 * ibuffer.el (ibuffer): Remove link; the "home page" for ibuffer
462 is now the Emacs CVS tree.
463 (ibuffer-formats): Doc fix.
464 (ibuffer-active-formats-name, ibuffer-current-formats): New functions.
465 (ibuffer-current-format): Use them.
466 (ibuffer-recompile-formats, ibuffer-check-formats)
467 (ibuffer-switch-format, ibuffer-update-title):
468 Add support for ibuffer-filter-format-alist.
469 (define-ibuffer-column process): Remove unncessary consing.
470
471 * ibuf-macs.el (define-ibuffer-column): Add beginnings of support
472 for a summary column.
473
474 2002-02-03 Andreas Schwab <schwab@suse.de>
475
476 * window.el (save-selected-window): Move macro before first use.
477 (balance-windows): Fix misplaced parenthesis.
478
479 2002-02-03 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
480
481 * calculator.el (calculator-displayers): Doc fixes.
482
483 2002-02-03 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
484
485 * menu-bar.el (menu-bar-help-menu): Use different text for tool-tip.
486 (menu-bar-options-save): Save also the value of `display-time-mode'.
487 (showhide-date-time): New function.
488 (menu-bar-showhide-menu): New menu-item "Date and time".
489
490 2002-02-03 Eli Zaretskii <eliz@is.elta.co.il>
491
492 * mail/rmail.el (rmail): Use find-buffer-visiting instead of
493 get-file-buffer to check for rmail buffer existence.
494
495 * term.el (term-emulate-terminal): Extract proper command string
496 which is supplied to term-command-hook.
497
498 2002-02-03 Richard M. Stallman <rms@gnu.org>
499
500 * international/quail.el (quail-help): Don't call help-setup-xref.
501
502 * international/mule-cmds.el (describe-input-method):
503 Call help-setup-xref here.
504 (describe-current-input-method): Doc fix.
505
506 * novice.el (disabled-command-hook): Clarify output text.
507 Indent the paragraph from the command's doc string.
508
509 * dabbrev.el (dabbrev--goto-start-of-abbrev):
510 Exit loop on beginning of field rather than bobp.
511
512 2002-02-02 Eli Zaretskii <eliz@is.elta.co.il>
513
514 * mail/uce.el (uce-reply-to-uce): Prune the headers before copying
515 the message text into the *mail* buffer, and restore the pruned
516 state after that.
517
518 * mail/rmail.el (rmail-redecode-body): Prune the headers before
519 looking for X-Coding-System header, and restore the pruned state
520 before returning.
521
522 2002-02-02 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
523
524 * cus-edit.el (customize-save-variable): Fix typo in prompt.
525
526 These changes integrate new version of flyspell.el from its
527 maintainer, Manuel Serrano:
528
529 * textmodes/flyspell.el (flyspell-issue-message-flag): New user option.
530 (flyspell-mode-on, flyspell-notify-misspell)
531 (flyspell-small-region, flyspell-external-point-words)
532 (flyspell-large-region): Use it
533 (flyspell-before-incorrect-word-string)
534 (flyspell-after-incorrect-word-string): New user options.
535 (make-flyspell-overlay): Use them.
536 (flyspell-version): New function.
537 (flyspell-incorrect-face, flyspell-duplicate-face): Adapt face
538 definitions to use :weight.
539 (flyspell-insert-function): New user option.
540 (flyspell-auto-correct-word, flyspell-correct-word)
541 (flyspell-xemacs-correct): Use it.
542 (flyspell-define-abbrev): New function.
543 (flyspell-auto-correct-word, flyspell-correct-word)
544 (flyspell-xemacs-correct): Use it.
545 (make-flyspell-overlay): Use `evaporate' property.
546 (flyspell-auto-correct-word, flyspell-correct-word): Remove overlay.
547 (flyspell-emacs-popup): Use `session' instead of `accept'.
548 (flyspell-auto-correct-previous-pos): New variable.
549 (flyspell-auto-correct-previous-hook)
550 (flyspell-auto-correct-previous-word): New functions.
551
552 2002-02-02 Eli Zaretskii <eliz@is.elta.co.il>
553
554 * novice.el (enable-command): If Emacs was invoked as "emacs -q",
555 don't alter the user's ~/.emacs.
556 (disable-command): If user-init-file is nil or does not exist,
557 default to "~/.emacs" (~/_emacs on DOS and, maybe, Windows).
558 But don't alter the init file if Emacs was invoked as "emacs -q"
559
560 2002-02-01 Stefan Monnier <monnier@cs.yale.edu>
561
562 * mail/sendmail.el (mail-mode): Undo half of last change.
563
564 * indent.el (indent-for-tab-command): Remove spurious code.
565
566 * hi-lock.el (hi-lock-find-patterns): Save restriction.
567
568 2002-02-01 Eli Zaretskii <eliz@is.elta.co.il>
569
570 * calendar/time-date.el: Moved from lisp/gnus.
571
572 * calendar/parse-time.el: Ditto.
573
574 2002-01-31 Richard M. Stallman <rms@gnu.org>
575
576 * international/iso-acc.el (iso-languages): Fix ", " in French.
577
578 * cus-start.el (history-length): Specify customization for it.
579
580 * emacs-lisp/debug.el (debugger-setup-buffer):
581 When an eval-buffer frame was reading from a buffer,
582 insert indication of the buffer position.
583 (debugger-frame-number): Ignore ;;;-comment lines in backtrace.
584 (debugger-frame-clear, debugger-frame): Error on non-frame line.
585
586 * simple.el (shell-command-on-region): Err if no mark
587 before reading the command string.
588
589 * hl-line.el (hl-line-highlight, hl-line-unhighlight):
590 Definitions moved down after hl-line-mode var's definition.
591
592 * hilit-chg.el (hilit-chg-fixup): Don't alter overlay if not ours.
593 (hilit-chg-set-face-on-change): Rename arg.
594 (hilit-chg-make-ov): Detect error earlier.
595
596 * ediff-hook.el: Delete autoload cookies.
597
598 * comint.el (comint-scroll-show-maximum-output): Default is t.
599
600 * emacs-lisp/bytecomp.el (batch-byte-compile): New arg noforce.
601 (batch-byte-compile-if-not-done): New function.
602
603 * Makefile.in (compile): New target.
604 (compile-always): Renamed from compile-files.
605 (compile-after-backup): Renamed from compile.
606 (bootstrap): Depend on compile-always, not compile-files.
607
608 * emulation/pc-select.el (pc-select-save-and-set-mode):
609 Properly use MODE-VAR.
610
611 2002-01-29 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
612
613 * menu-bar.el (menu-bar-help-menu): Change menu-item "Show Emacs
614 Version" to "About Emacs".
615 (menu-bar-options-save): Add `default-frame-alist'
616 to saved variables.
617 (menu-bar-showhide-scroll-bar-menu): Use frame-parameters instead
618 of the variable `scroll-bar-mode'.
619
620 * startup.el (normal-splash-screen, display-splash-screen):
621 New functions (separated from command-line-1).
622 (command-line-1): Use them.
623
624 2002-01-28 Eli Zaretskii <eliz@is.elta.co.il>
625
626 * calendar/calendar.el (generate-calendar-month): Doc fix.
627
628 2002-01-27 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
629
630 * time.el (display-time-mail-directory): New option.
631 (display-time-mail-function): Update doc-string.
632 (display-time-mail-icon): Use XPM image when available.
633 (display-time-string-forms): Use more descriptive text as
634 help-echo property.
635 (display-time-mail-check-directory): New function.
636 (display-time-update): Use it.
637
638 * menu-bar.el (menu-bar-showhide-scroll-bar-menu):
639 Quote `window-system'.
640
641 * tmm.el (tmm-get-keymap): Honour :visible in `menu-item'.
642 Add Keywords header. Update Commentary section.
643 Update copyright notice.
644
645 * menu-bar.el (menu-bar-scroll-bar-right)
646 (menu-bar-scroll-bar-left, menu-bar-scroll-bar-none)
647 (showhide-menu-bar): New functions.
648 (menu-bar-showhide-menu): New submenu "Show/Hide".
649 (menu-bar-showhide-scroll-bar-menu): "Scroll-bar" submenu of
650 "Show/Hide".
651 Update copyright notice.
652
653 2002-01-27 Eli Zaretskii <eliz@is.elta.co.il>
654
655 * lazy-lock.el (lazy-lock-mode): Add a reference to jit-lock.
656
657 2002-01-26 Evgeny Roubinchtein <evgenyr@cs.washington.edu>
658
659 * pc-select.el (pc-selection-mode-hook)
660 (pc-select-saved-settings-alist, pc-select-map)
661 (pc-select-saved-global-map, pc-select-key-bindings-alist)
662 (pc-select-default-key-bindings, pc-select-extra-key-bindings)
663 (pc-select-meta-moves-sexps-key-bindings)
664 (pc-select-tty-key-bindings, pc-select-old-M-delete-binding):
665 New variables.
666 (pc-select-define-keys, pc-select-restore-keys): New functions.
667 (pc-select-add-to-alist, pc-select-save-and-set-var)
668 (pc-select-save-and-set-mode, pc-select-restore-var)
669 (pc-select-restore-mode): New macros.
670 (pc-selection-mode): Completely rewrote the body of the function;
671 the main goal was to make pc-selection-mode "turn-off"-able, like
672 other minor modes. Use define-minore-mode instead of just a
673 defun. Store the key bindings into four alists:
674 pc-select-default-key-bindings, pc-select-extra-key-bindings,
675 pc-select-meta-moves-sexps-key-bindings, and
676 pc-select-tty-key-bindings; then have the pc-select-define-keys
677 function walk those alists instead of calling define-key
678 repeatedly. When the mode is turned on, set the
679 keybindings in global-map and remember the old keybindings; when
680 the mode is turned off, restore the previously-saved keybindings.
681 (pc-selection-mode defcustom): Reflect the fact that the mode is
682 now "turn-off"-able.
683
684 2002-01-26 Eli Zaretskii <eliz@is.elta.co.il>
685
686 * eshell/esh-cmd.el (eshell-eval-command): If eshell-resume-eval
687 returns t, don't treat that as an error.
688
689 2002-01-25 Jason Rumney <jasonr@gnu.org>
690
691 * faces.el (face-font-registry-alternatives) [windows-nt]:
692 Add ms-oemlatin as an alternative for iso8859-1.
693
694 2002-01-25 Stefan Monnier <monnier@cs.yale.edu>
695
696 * pcvs.el (cvs-reread-cvsrc): Distinguish between an empty list of
697 args and the absence of an entry. Don't add -f each time.
698
699 2002-01-25 Eli Zaretskii <eliz@is.elta.co.il>
700
701 * emacs-lisp/cl-seq.el (mismatch): Doc fix.
702
703 Support for more than 8 colors on character terminals:
704
705 * term/rxvt.el: New file.
706
707 * Makefile.in (DONTCOMPILE): Remove term/xterm.el.
708
709 * term/xterm.el (xterm-standard-colors): New variable.
710 (xterm-rgb-convert-to-16bit, xterm-register-default-colors)
711 (xterm-rxvt-set-background-mode): New functions.
712 (toplevel): Call xterm-register-default-colors,
713 xterm-rxvt-set-background-mode, and tty-set-up-initial-frame-faces.
714 Add support for more keys from xterm's terminfo entry.
715
716 * facemenu.el (list-colors-display): If the argument is nil, don't
717 show more colors that the number returned by display-color-cells.
718
719 * term/pc-win.el (msdos-color-values): Reverse the order of the
720 colors, since tty-color-define now preserves the registration order.
721
722 * w32-fns.el (w32-tty-standard-colors): Reverse the order.
723
724 * term/tty-colors.el (tty-standard-colors): Reverse the order.
725 (tty-register-default-colors): New function; code moved from
726 startup.el's command-line.
727 (tty-modify-color-alist): Use nconc instead of cons, to preserve
728 the order the colors where registered.
729
730 * frame.el (display-color-cells): Use tty-display-color-cells.
731
732 * startup.el (command-line): Call tty-register-default-colors.
733
734 2002-01-25 Richard M. Stallman <rms@gnu.org>
735
736 * subr.el (remove): Doc fix.
737
738 2002-01-24 Richard M. Stallman <rms@gnu.org>
739
740 * progmodes/compile.el (compilation-handle-exit):
741 Add a compilation-handle-exit property to the "finished" message.
742 (compilation-parse-errors): Stop parsing when that property is seen.
743
744 * subr.el (substring-no-properties): New function.
745 (copy-without-properties): Function deleted.
746
747 * term/x-win.el (x-handle-geometry): Put sizes on both
748 initial-frame-alist and default-frame-alist.
749
750 * cus-edit.el (custom-save-all): Bind file-precious-flag to t
751 for saving .emacs.
752
753 * files.el (basic-save-buffer-2): Ignore file-error in delete-file.
754
755 * calendar/calendar.el (generate-calendar-month): Doc fix.
756
757 2002-01-23 Richard M. Stallman <rms@gnu.org>
758
759 * play/tetris.el (tetris): New defgroup.
760 (tetris-use-glyphs, tetris-use-color, tetris-draw-border-with-glyphs)
761 (tetris-default-tick-period): Convert to defcustom.
762 Added * in docstring to indicate user variable.
763 (tetris-update-speed-function, tetris-mode-hook, tetris-tty-colors)
764 (tetris-x-colors, tetris-buffer-name, tetris-buffer-width)
765 (tetris-buffer-height, tetris-width, tetris-height)
766 (tetris-top-left-x, tetris-top-left-y): Convert to defcustom.
767
768 2002-01-22 Stefan Monnier <monnier@cs.yale.edu>
769
770 * mail/sendmail.el (mail-mode): ">" is not a supercite-style prefix
771 and is already matched by adaptive-fill-regexp.
772
773 2002-01-22 Richard M. Stallman <rms@gnu.org>
774
775 * bindings.el (mode-line-copied-mode-name): New variable.
776 (mode-line-mode-name): Don't modify mode-name itself!
777 Instead, make a copy and reuse it.
778
779 * subr.el (copy-without-properties): New function.
780
781 * progmodes/sh-script.el (sh-set-shell): Doc fix.
782
783 * net/ange-ftp.el (ange-ftp-canonize-filename): Avoid duplicate
784 slash if DIR is just slash.
785
786 * progmodes/perl-mode.el (perl-mode-abbrev-table): Restore definition.
787
788 2002-01-21 Richard M. Stallman <rms@gnu.org>
789
790 * emacs-lisp/copyright.el (copyright-regexp): Fix previous change.
791
792 * net/ange-ftp.el (ange-ftp-bs2000-posix-hook-installed):
793 Move defvar up.
794
795 * textmodes/ispell.el (ispell-help): Clean up echo area if user quits.
796
797 * ibuffer.el: Don't require ibuf-ext at load time.
798 (ibuffer): Require ibuf-ext here.
799
800 2002-01-21 Francesco Potorti` <pot@gnu.org>
801
802 * generic-x.el (apache-conf-generic-mode): Highlight the first
803 word in a line even if preceded by blanks.
804
805 2002-01-21 Richard M. Stallman <rms@gnu.org>
806
807 * window.el (window-body-height): Handle minibuffer window specially.
808 Otherwise, don't return less than 1.
809
810 2002-01-20 Thomas Dorner <Thomas.Dorner@start.de>
811
812 * ange-ftp.el: Added support for BS2000, and for raw ftp
813 login commands (needed in some circumstances).
814 (ange-ftp-raw-login): New custom var.
815 (ange-ftp-normal-login): Perform login with raw ftp commands, if
816 ange-ftp-raw-login is set and account password is needed.
817 (ange-ftp-host-type, ange-ftp-guess-host-type): Handle BS2000 hosts.
818 (ange-ftp-bs2000-filename-pubset-regexp)
819 (ange-ftp-bs2000-filename-username-regexp)
820 (ange-ftp-bs2000-filename-prefix-regexp)
821 (ange-ftp-bs2000-name-template): New consts.
822 (ange-ftp-bs2000-short-filename-regexp)
823 (ange-ftp-bs2000-fix-name-regexp-reverse)
824 (ange-ftp-bs2000-fix-name-regexp): New consts.
825 (ange-ftp-bs2000-special-prefix): New custom var.
826 (ange-ftp-fix-name-for-bs2000)
827 (ange-ftp-fix-dir-name-for-bs2000): New funs.
828 (ange-ftp-bs2000-host-regexp, ange-ftp-bs2000-posix-host-regexp)
829 (ange-ftp-bs2000-posix-hook-installed): New vars.
830 (ange-ftp-parse-bs2000-filename, ange-ftp-parse-bs2000-listing)
831 (ange-ftp-bs2000-host, ange-ftp-bs2000-posix-host)
832 (ange-ftp-add-bs2000-host, ange-ftp-add-bs2000-posix-host): New funs.
833 (ange-ftp-bs2000-filename-regexp): New const.
834 (ange-ftp-bs2000-additional-pubsets): New custom var.
835 (ange-ftp-bs2000-cd-to-posix): New fun.
836
837 2002-01-20 Colin Walters <walters@verbum.org>
838
839 * ibuffer.el: (toplevel) Require `ibuf-ext', which is now compiled
840 with `byte-compile-dynamic'.
841 (ibuffer-default-directory, toplevel): Doc files.
842
843 2002-01-20 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
844
845 * tempo.el (tempo-define-template): Doc fix.
846
847 * scroll-bar.el (scroll-bar-mode): Make argument optional.
848
849 2002-01-20 Jason Rumney <jasonr@gnu.org>
850
851 * w32-vars.el: New file.
852
853 * loadup.el [windows-nt]: Load it.
854
855 * w32-fns.el, term/w32-win.el: Move user variables to w32-vars.el
856 and make them defcustoms.
857
858 * term/w32-win.el (mouse-set-font): Use w32-list-proportional-fonts.
859
860 2002-01-19 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
861
862 * language/tibet-util.el (tibetan-decompose-region)
863 (tibetan-decompose-string): Fix typo in docstring.
864
865 * ruler-mode.el (ruler-mode): New keyword. Fix :version.
866
867 2002-01-18 Richard M. Stallman <rms@gnu.org>
868
869 * comint.el (comint-redirect-send-command-to-process):
870 Restore previous current buffer.
871
872 * window.el (window-body-height): New function.
873
874 2002-01-18 Zoltan Kemenczy <kemenczy@rogers.com>
875
876 * gud.el (easy-mmode-defmap): Enable "Up Stack", "Down Stack", and
877 "Finish Function" menu map entries for jdb mode.
878 (gud-jdb-use-classpath): New customization variable.
879 (gud-jdb-command-name): Add customization.
880 (gud-jdb-classpath, gud-marker-acc-max-length): New variables.
881 (gud-jdb-classpath-string): New variable.
882 (gud-jdb-source-files, gud-jdb-class-source-alist): Add doc strings.
883 (gud-jdb-build-source-files-list): Likewise.
884 (gud-jdb-massage-args): Record any command argument classpath
885 string in `gud-jdb-classpath-string'.
886 (gud-jdb-lowest-stack-level): New function, finds bottom of current
887 java call stack in jdb output.
888 (gud-jdb-find-source-using-classpath, gud-jdb-find-source)
889 (gud-jdb-parse-classpath-string): New functions.
890 (gud-jdb-marker-filter): Search/detect classpath information in
891 jdb's output. marker regexp updated to match oldjdb and jdb output
892 formats. Expand search for source files to include new/old methods
893 using new functions above. Do not allow `gud-marker-acc' to grow
894 without bound.
895 (jdb): Set classpath information (if available) as jdb is started.
896 Change `gud-break' and `gud-remove'
897 to use new %c ("class") escape in format strings. Add
898 `gud-finish', `gud-up', `gud-down' command string functions, and
899 add them to the local menu map. Update `comint-prompt-regexp' for
900 jdb and oldjdb. If attaching to an already running java VM and
901 configured to use classpath, send command to query for classpath,
902 else use previous method for finding and parsing java
903 sources. Set `gud-jdb-find-source' function accordingly.
904 (gud-mode): Doc fix.
905 (gud-format-command): Add support for new %c ("class") escape.
906 (gud-find-class): New function in support of %c escape.
907
908 2002-01-17 Richard M. Stallman <rms@gnu.org>
909
910 * ibuf-ext.el: Enable byte-compile-dynamic.
911
912 2002-01-17 Jason Rumney <jasonr@gnu.org>
913
914 * term/w32-win.el: Restore conditional require of fontset.
915
916 2002-01-16 Richard M. Stallman <rms@gnu.org>
917
918 * mouse.el (mouse-drag-region-1): Renamed from mouse-drag-region,
919 more or less.
920 (mouse-drag-region): New function. For a click in the echo area,
921 show *Messages*.
922
923 * ibuf-ext.el: Delete the autoloads for functions defined with
924 ibuffer-specific commands.
925
926 * help.el (describe-distribution): Really call view-file.
927
928 * net/ange-ftp.el (ange-ftp-passive-mode): New arg PROC.
929 (ange-ftp-get-process): Pass that arg.
930
931 * comint.el (comint-simple-send): Fix previous change.
932
933 * net/telnet.el (telnet-simple-send): Fix previous change.
934
935 * progmodes/sql.el (sql-escape-newlines-and-send)
936 (sql-query-placeholders-and-send): Fix previous change.
937
938 2002-01-16 Colin Walters <walters@verbum.org>
939
940 * ibuf-ext.el, ibuf-macs.el, ibuffer.el (toplevel): Remove X-RCS,
941 URL, Compatibility headers. Update copyright notice.
942 * ibuf-macs.el (toplevel): Require `cl' when compiling.
943
944 2002-01-16 Andrew Choi <akochoi@cse.cuhk.edu.hk>
945
946 * startup.el (command-line): Set EOL mnemonics for the Mac.
947
948 2002-01-16 Andreas Schwab <schwab@suse.de>
949
950 * mail/feedmail.el (feedmail): Fix :link spec.
951
952 2002-01-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
953
954 * net/ldap.el (ldap-ldapsearch-prog): Default to OpenLDAP version
955 2 ldapsearch.
956
957 * net/eudc.el: New maintainer. Change author's address.
958 (eudc-pre-select-window-configuration, eudc-insertion-marker):
959 Variables removed.
960 (eudc-insert-selected): Function removed.
961 (eudc-select): Reimplemented.
962 (eudc-expand-inline): Delete the strings only after its expansion
963 is chosen not before.
964
965 * net/eudcb-ph.el (eudc-ph-open-session): Remove XEmacs case.
966 Minor coding style fixes.
967
968 * net/eudcb-ldap.el: New maintainer. Change author's address.
969 (eudc-attribute-display-method-alist): Display mail with
970 eudc-display-mail.
971
972 * net/eudcb-bbdb.el, net/eudc-export.el, net/eudc-hotlist.el,
973 * net/eudc-vars.el: New maintainer. Change author's address.
974
975 * net/eudc-bob.el: New maintainer. Change author's address.
976 (eudc-bob-mail-keymap): New keymap for e-mail addresses.
977 (eudc-display-mail): New function.
978 (eudc-bob-play-sound-at-point): Remove XEmacs case.
979
980 2002-01-15 Richard M. Stallman <rms@gnu.org>
981
982 * emacs-lisp/autoload.el (make-autoload):
983 Don't handle define-ibuffer-column, define-ibuffer-filter,
984 define-ibuffer-sorter, and define-ibuffer-op.
985
986 2002-01-14 Richard M. Stallman <rms@gnu.org>
987
988 * calendar/calendar.el (diary-date-forms): Doc fix.
989
990 2002-01-14 Eli Zaretskii <eliz@is.elta.co.il>
991
992 * startup.el (command-line): Register the default tty colors even
993 if the terminal doesn't seem to support colors.
994 <tty-long-option-alist>: New option --color.
995 (tty-handle-args): Parse the --color arg.
996
997 * term/tty-colors.el (tty-color-mode-alist): New variable.
998
999 2002-01-14 Stefan Monnier <monnier@cs.yale.edu>
1000
1001 * net/ange-ftp.el (ange-ftp-root-dir-p): New function.
1002 (ange-ftp-file-name-all-completions, ange-ftp-file-name-completion):
1003 Use it.
1004 (ange-ftp-hook-function): Preserve match-data.
1005 (ange-ftp-insert-directory): Typo.
1006 (ange-ftp-shell-command): Check if regexp matched.
1007
1008 2002-01-13 Richard M. Stallman <rms@gnu.org>
1009
1010 * international/mule-cmds.el: help-map bindings moved to help.el.
1011
1012 * help.el (view-echo-area-messages): New function.
1013 (help-map): Add `e' binding. Delete obsolete `d' binding.
1014 Change old Info bindings C-f, C-k and C-i to F, K, S.
1015 Move view-emacs-FAQ from F to C-f.
1016 Move view-emacs-problems from P to C-e.
1017 Bindings moved here from mule-cmds.el.
1018 C-l binding for describe-language-environment deleted
1019 (help-for-help): Update for all these changes.
1020
1021 * emacs-lisp/copyright.el (copyright-regexp): Make (C) optional.
1022
1023 2002-01-13 Dave Love <fx@gnu.org>
1024
1025 * emacs-lisp/copyright.el: Doc fixes.
1026 (copyright-regexp): Add Latin-9 copyright sign.
1027 Match comment delimiters in year lists.
1028 (copyright-current-year): Initialize to load-time year.
1029
1030 2002-01-13 Andreas Schwab <schwab@suse.de>
1031
1032 * dired-aux.el (dired-do-shell-command): Doc fix.
1033
1034 2002-01-13 Jan Djarv <Jan.Djarv@mbox200.swipnet.se>
1035
1036 * startup.el (command-line-x-option-alist): New options "-fs",
1037 "-fw", "-fh", "--fullscreen", "--fullwidth", and "--fullheight".
1038
1039 * term/x-win.el (x-handle-initial-switch): New function.
1040
1041 2002-01-13 Colin Walters <walters@debian.org>
1042
1043 * emacs-lisp/autoload.el (make-autoload): Handle
1044 define-ibuffer-column, define-ibuffer-filter,
1045 define-ibuffer-sorter, and define-ibuffer-op.
1046
1047 * emacs-lisp/lisp-mode.el (toplevel): Ditto.
1048
1049 * ibuffer.el, ibuf-ext.el, ibuf-macs.el: New files.
1050
1051 2002-01-12 Richard M. Stallman <rms@gnu.org>
1052
1053 * net/browse-url.el (browse-url-grail):
1054 Use browse-url-maybe-new-window.
1055
1056 * net/telnet.el (telnet-simple-send): Handle
1057 comint-input-sender-no-newline like comint-simple-send.
1058
1059 * progmodes/sql.el (sql-query-placeholders-and-send): Handle
1060 comint-input-sender-no-newline like comint-simple-send.
1061 (sql-escape-newlines-and-send): Likewise.
1062
1063 * comint.el (comint-input-sender): Doc fix.
1064 (comint-input-sender-no-newline): New variable.
1065 (comint-simple-send): If comint-input-sender-no-newline,
1066 don't output newline, but maybe send eof.
1067 (comint-send-input): New arg NO-NEWLINE.
1068 (comint-send-eof): Call comint-send-eof with NO-NEWLINE.
1069
1070 2002-01-12 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1071
1072 * textmodes/flyspell.el (flyspell-check-pre-word-p): Prevent
1073 delaying when executing keyboard macros.
1074
1075 2002-01-12 Richard M. Stallman <rms@gnu.org>
1076
1077 * simple.el (line-move): If we can't move enough lines,
1078 go to beginning or end of line.
1079
1080 * help-mode.el (help-xref-go-back): Restore POSITION in proper buffer
1081 and proper window.
1082
1083 * help.el (describe-mode): Call help-setup-xref in the help buffer.
1084 Switch buffers only after calling `help-buffer'.
1085
1086 * dired-aux.el (dired-shell-stuff-it): Substitute for * or ?
1087 only when they are surrounded by whitespace.
1088 Use dired-mark-separator when adding one file name to a command.
1089 (dired-do-shell-command): Verify that * is surrounded by whitespace.
1090 Ask for confirmation if * or ? is not surrounded by whitespace.
1091 (dired-bunch-files): Re-reverse the partial file list when it is used.
1092
1093 2002-01-12 Richard M. Stallman <rms@gnu.org>
1094
1095 * comint.el (comint-dynamic-list-completions): Repeating the command
1096 after displaying a completion list scrolls the list.
1097
1098 2002-01-12 Eli Zaretskii <eliz@is.elta.co.il>
1099
1100 * files.el (find-file-noselect): Don't consider a buffer as
1101 visiting a file literally if it is in hexl-mode.
1102
1103 * faces.el (minibuffer-prompt): A better face definition for MS-DOS.
1104
1105 2002-01-11 Richard M. Stallman <rms@gnu.org>
1106
1107 * startup.el (initial-scratch-message): Fix custom type, add group.
1108
1109 * mail/rmail.el (rmail-decode-babyl-format): Disable undo
1110 around the decode-coding-region call.
1111
1112 * emacs-lisp/lisp.el (lisp-complete-symbol): Repeating the command
1113 after displaying a completion list scrolls the list.
1114
1115 2002-01-11 Eli Zaretskii <eliz@is.elta.co.il>
1116
1117 * version.el (emacs-version): Bump to 21.2.50.
1118
1119 2002-01-10 Thien-Thi Nguyen <ttn@giblet.glug.org>
1120
1121 * play/zone.el (zone-timeout): New var.
1122 (zone-hiding-modeline): New macro.
1123 (zone-call): New func.
1124
1125 (zone): Init `modeline-hidden-level' symbol property.
1126 Use `zone-call' instead of `funcall'.
1127
1128 (zone-pgm-whack-chars): Use `make-string' (fix bug introduced in 2001-10-26T20:11:25Z!monnier@iro.umontreal.ca).
1129
1130 (zone-pgm-stress): Use `zone-hiding-modeline'.
1131
1132 (zone-pgm-stress-destress): New zone program.
1133
1134 2002-01-10 Eli Zaretskii <eliz@is.elta.co.il>
1135
1136 * faces.el (minibuffer-prompt): Special face definition for MS-DOS.
1137
1138 2002-01-09 Richard M. Stallman <rms@gnu.org>
1139
1140 * startup.el (fancy-splash-screens): Set tab-width in correct buffer.
1141
1142 2002-01-09 Michael Kifer <kifer@cs.stonybrook.edu>
1143
1144 * viper.el (viper-set-hooks): Zap viper-unfriendly bindings in
1145 flyspell-mouse-map.
1146
1147 2002-01-08 Richard M. Stallman <rms@gnu.org>
1148
1149 * emacs-lisp/regexp-opt.el (regexp-opt): Bind max-specpdl-size.
1150
1151 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Fix custom type.
1152
1153 * textmodes/flyspell.el (flyspell-mode-line-string): Fix custom type.
1154
1155 2002-01-08 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1156
1157 * progmodes/ada-mode.el (ada-initialize-properties, ada-mode):
1158 Do not use make-local-hook.
1159
1160 2002-01-08 Eli Zaretskii <eliz@is.elta.co.il>
1161
1162 * international/quail.el (quail-start-translation)
1163 (quail-start-conversion): Bind last-command-event, last-command,
1164 and this-command in the first let. This fixes the change from
1165 2000-08-30.
1166
1167 2002-01-08 Michael Kifer <kifer@cs.stonybrook.edu>
1168
1169 * ediff-hook.el: Add an autoload cookie.
1170
1171 2002-01-08 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1172
1173 * net/eudcb-ph.el, net/ldap.el: New maintainer. New e-mail
1174 address of the author.
1175
1176 2002-01-08 Richard M. Stallman <rms@gnu.org>
1177
1178 * replace.el (occur-mode-goto-occurrence-other-window): New command.
1179 (occur-mode-map): Bind `o' to that.
1180
1181 2002-01-07 Michael Kifer <kifer@cs.stonybrook.edu>
1182
1183 * viper-init.el (viper-cond-compile-for-xemacs-or-emacs):
1184 new macro that replaces viper-emacs-p and viper-xemacs-p in many
1185 cases. Used to reduce the number of warnings.
1186
1187 * viper-cmd.el: Use viper-cond-compile-for-xemacs-or-emacs.
1188 (viper-standard-value): Move here from viper.el.
1189 (viper-set-unread-command-events): Move to viper-util.el
1190 (viper-check-minibuffer-overlay): Make sure
1191 viper-minibuffer-overlay is moved to cover the entire input field.
1192
1193 * viper-util.el: use viper-cond-compile-for-xemacs-or-emacs.
1194 (viper-read-key-sequence, viper-set-unread-command-events)
1195 (viper-char-symbol-sequence-p, viper-char-array-p): Moved here.
1196
1197 * viper-ex.el: Use viper-cond-compile-for-xemacs-or-emacs.
1198
1199 * viper-keym.el: Use viper-cond-compile-for-xemacs-or-emacs.
1200
1201 * viper-mous.el: Use viper-cond-compile-for-xemacs-or-emacs.
1202
1203 * viper-macs.el (viper-char-array-p, viper-char-symbol-sequence-p)
1204 (viper-event-vector-p): Move to viper-util.el
1205
1206 * viper.el (viper-standard-value): Move to viper-cmd.el.
1207 Use viper-cond-compile-for-xemacs-or-emacs.
1208
1209 * ediff-help.el: Use ediff-cond-compile-for-xemacs-or-emacs.
1210
1211 * ediff-hook.el: Use ediff-cond-compile-for-xemacs-or-emacs.
1212
1213 * ediff-init.el (ediff-cond-compile-for-xemacs-or-emacs):
1214 New macro designed to be used in many places where ediff-emacs-p or
1215 ediff-xemacs-p was previously used. Reduces the number of warnings.
1216 Use ediff-cond-compile-for-xemacs-or-emacs in many places in lieu
1217 of ediff-xemacs-p.
1218 (ediff-make-current-diff-overlay, ediff-highlight-diff-in-one-buffer)
1219 (ediff-convert-fine-diffs-to-overlays, ediff-empty-diff-region-p)
1220 (ediff-whitespace-diff-region-p, ediff-get-region-contents):
1221 Move to ediff-util.el.
1222 (ediff-event-key): Moved here.
1223
1224 * ediff-merge.el: Got rid of unreferenced variables.
1225
1226 * ediff-mult.el: Use ediff-cond-compile-for-xemacs-or-emacs.
1227
1228 * ediff-util.el: Use ediff-cond-compile-for-xemacs-or-emacs.
1229 (ediff-cleanup-mess): Improve the way windows are set up after
1230 quitting ediff.
1231 (ediff-janitor): Use ediff-dispose-of-variant-according-to-user.
1232 (ediff-dispose-of-variant-according-to-user): New function
1233 designed to be smarter and also understands indirect buffers.
1234 (ediff-highlight-diff-in-one-buffer)
1235 (ediff-unhighlight-diff-in-one-buffer)
1236 (ediff-unhighlight-diffs-totally-in-one-buffer)
1237 (ediff-highlight-diff, ediff-highlight-diff)
1238 (ediff-unhighlight-diff, ediff-unhighlight-diffs-totally)
1239 (ediff-empty-diff-region-p, ediff-whitespace-diff-region-p)
1240 (ediff-get-region-contents, ediff-make-current-diff-overlay):
1241 Moved here.
1242 (ediff-format-bindings-of): New function by Hannu Koivisto
1243 <azure@iki.fi>.
1244 (ediff-setup): Make sure the merge buffer is always widened and
1245 modifiable.
1246 (ediff-write-merge-buffer-and-maybe-kill): Refuse to write the
1247 result of a merge into a file visited by another buffer.
1248 (ediff-arrange-autosave-in-merge-jobs): Check if the merge file
1249 is visited by another buffer and ask to save/delete that buffer.
1250 (ediff-verify-file-merge-buffer): New function to do the above.
1251
1252 * ediff-vers.el: Load ediff-init.el at compile time.
1253
1254 * ediff-wind.el: Use ediff-cond-compile-for-xemacs-or-emacs.
1255
1256 * ediff.el (ediff-windows, ediff-regions-wordwise)
1257 (ediff-regions-linewise): Use indirect buffers to improve
1258 robustness and make it possible to compare regions of the same
1259 buffer (even overlapping regions).
1260 (ediff-clone-buffer-for-region-comparison)
1261 (ediff-clone-buffer-for-window-comparison): New functions.
1262 (ediff-files-internal): Refuse to compare identical files.
1263 (ediff-regions-internal): Get rid of the warning about comparing
1264 regions of the same buffer.
1265
1266 * ediff-diff.el (ediff-convert-fine-diffs-to-overlays): Moved here.
1267 Plus the following fixes courtesy of Dave Love: Doc fixes.
1268 (ediff-word-1): Use word class and move - to the
1269 front per regexp documentation.
1270 (ediff-wordify): Bind forward-word-function outside loop.
1271 (ediff-copy-to-buffer): Use insert-buffer-substring rather than
1272 consing buffer contents.
1273 (ediff-goto-word): Move syntax table setting outside loop.
1274
1275 2002-01-07 Richard M. Stallman <rms@gnu.org>
1276
1277 * dired.el (dired-copy-filename-as-kill): Call kill-append
1278 if following a kill command.
1279
1280 * help-fns.el (describe-variable, describe-function):
1281 Do save-excursion.
1282
1283 2002-01-06 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1284
1285 * net/ldap.el (ldap-search-internal): Skip error message from
1286 ldapsearch. Allow listing attribute names only. Do not open
1287 non-existent files.
1288
1289 * net/eudcb-ldap.el (eudc-ldap-get-field-list): Do not try to
1290 call non-existent function.
1291
1292 * net/eudc.el (top-level): Revert previous change.
1293
1294 * net/net-utils.el (nslookup-font-lock-keywords): Defvar font-lock
1295 variables to prevent warning from byte-compiler.
1296
1297 * net/eudc.el (top-level): Use eudc-xemacs-p instead of
1298 string-match on emacs-version again.
1299
1300 * enriched.el (enriched-make-annotation): Fix the change from
1301 2002-01-05.
1302 (enriched-handle-display-prop): Return proper values.
1303
1304 * net/eudcb-ldap.el (eudc-attribute-display-method-alist): Use
1305 proper attribute name labeledUri instead of deprecated labeledUrl.
1306
1307 2002-01-05 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1308
1309 * net/eudc-hotlist.el (eudc-edit-hotlist): Avoid error when
1310 editing an empty hotlist.
1311
1312 * net/ldap.el (ldap-search-internal): Make the buffer unibyte.
1313 Use buffer-string instead of buffer-substring for the whole
1314 buffer.
1315
1316 * net/eudc-vars.el (eudc-external-viewers): Do not use xv, it is
1317 not free.
1318
1319 * net/eudc-bob.el (eudc-bob-can-display-inline-images)
1320 (eudc-bob-display-jpeg): Use fboundp instead of boundp.
1321 (eudc-bob-save-object): Make the buffer unibyte.
1322 (eudc-bob-generic-keymap): Add new keybinding `!' to pipe the
1323 object to external program.
1324
1325 2002-01-05 Andre Spiegel <spiegel@gnu.org>
1326
1327 * vc.el (vc-branch-part): Return nil if there's no `.'
1328 (vc-default-previous-version): Renamed from vc-previous-version.
1329 New args BACKEND and FILE. Return nil for revision numbers
1330 without a `.'
1331 (vc-version-diff): Call vc-BACKEND-previous-version.
1332 (vc-steal-lock): Steal lock before composing mail, so that no mail
1333 is sent when the stealing goes wrong. And we'll actually see the
1334 error in that case now.
1335 (vc-finish-steal): Removed.
1336
1337 * vc-rcs.el (vc-rcs-steal-lock): Do a real checkout after stealing
1338 the lock, so that we see expanded headers.
1339 (vc-rcs-trunk-p, vc-rcs-branch-part, vc-rcs-branch-p,
1340 vc-rcs-minor-part, vc-rcs-previous-version): Removed. These are
1341 available from vc.el. Updated all callers.
1342
1343 2002-01-05 Richard M. Stallman <rms@gnu.org>
1344
1345 * enriched.el (enriched-make-annotation): Doc fix.
1346
1347 * format.el (format-replace-strings, format-subtract-regions)
1348 (format-annotate-region, format-annotate-location)
1349 (format-annotate-atomic-property-change)
1350 (format-annotate-single-property-change): Doc fixes.
1351
1352 2002-01-05 Jason Rumney <jasonr@gnu.org>
1353
1354 * term/w32-win.el: Require fontset unconditionally.
1355 (w32-handle-scroll-bar-event): Remove.
1356
1357 2002-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
1358
1359 * emacs-lisp/copyright.el (copyright-regexp): Allow multi-line
1360 copyrights to be updated.
1361
1362 2002-01-04 Eli Zaretskii <eliz@is.elta.co.il>
1363
1364 * textmodes/texinfo.el (texinfo-insert-@end): Fix the change from
1365 2001-10-24.
1366
1367 * mail/sendmail.el (mail-recover-1, mail-recover): Doc fix.
1368
1369 2002-01-04 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1370
1371 * net/ldap.el (ldap-host-parameters-alist): Remove duplicated
1372 entry.
1373 (ldap-ignore-attribute-codings): Change the default value to allow
1374 encoding/decoding of attributes.
1375 (ldap-coding-system): Use UTF-8 as the coding-system. Doc fix.
1376
1377 2002-01-03 Richard M. Stallman <rms@gnu.org>
1378
1379 * files.el (basic-save-buffer): Undo previous change.
1380
1381 * calendar/diary-lib.el (diary-block): Doc fix.
1382
1383 * custom.el (defcustom): Fix syntax of previous change.
1384
1385 2002-01-03 Per Abrahamsen <abraham@dina.kvl.dk>
1386
1387 * custom.el (defcustom): Documented :tag, :link and :load.
1388
1389 2002-01-03 Eli Zaretskii <eliz@is.elta.co.il>
1390
1391 * mail/sendmail.el (mail-recover-1): New function.
1392 (mail-recover): Switch to the *mail* buffer right away. Use
1393 buffer-auto-save-file-name instead of calling
1394 make-auto-save-file-name. Call dired-noselect instead of invoking
1395 `ls' directly. Bind coding-system-for-read to emacs-mule-unix
1396 before reading the auto-save file. If the buffer's auto-save file
1397 does not exist, call mail-recover-1 to allow recovery from past
1398 auto-saved drafts.
1399
1400 2002-01-03 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1401
1402 * time.el (display-time-load-average-threshold): Fix defcustom
1403 (add type and group).
1404
1405 * net/ange-ftp.el (ange-ftp-shell-command): Remove port
1406 specification from the hostname.
1407
1408 2002-01-02 Richard M. Stallman <rms@gnu.org>
1409
1410 * facemenu.el (facemenu-active-faces):
1411 Use face-attributes-as-vector, not face-attributes-vector.
1412
1413 2002-01-02 Chris Hanson <cph@aarau.ai.mit.edu>
1414
1415 * xscheme.el: Eleven years of updates on a private copy.
1416
1417 Extensive changes to support multiple xscheme buffers:
1418 (run-scheme): Break up into new functions to facilitate starting
1419 processes in other buffers.
1420 (xscheme-start, xscheme-read-command-line): New functions.
1421 (start-scheme, select-scheme)
1422 (default-xscheme-runlight)
1423 (global-set-scheme-interaction-buffer)
1424 (local-set-scheme-interaction-buffer)
1425 (local-clear-scheme-interaction-buffer)
1426 (exit-scheme-interaction-mode)
1427 (verify-xscheme-buffer): New functions.
1428 (xscheme-process-name, xscheme-buffer-name)
1429 (xscheme-runlight): New internal vars.
1430 (default-xscheme-runlight): New const.
1431 (xscheme-start-process): Add args for the process/buffer names.
1432 (reset-scheme): Pass process/buffer names.
1433 (scheme-interaction-mode): Initialize new local vars.
1434 (reset-scheme, xscheme-send-string-2, xscheme-process-running-p)
1435 (xscheme-select-process-buffer, xscheme-process-buffer)
1436 (xscheme-send-region, xscheme-send-char, xscheme-send-interrupt)
1437 (xscheme-goto-output-point, xscheme-write-message-1): Use new
1438 var xscheme-process-name.
1439 (xscheme-start-process): Initialize xscheme-process-name and
1440 xscheme-buffer-name in the process buffer. Pass buffer name to
1441 xscheme-modeline-initialize.
1442 (xscheme-modeline-initialize): Add argument to specify buffer name
1443 for mode-line vars.
1444 (xscheme-process-sentinel): Make sure sentinel is run in the
1445 process buffer so it sees its local vars.
1446 (xscheme-process-filter-initialize, xscheme-set-runlight): More
1447 elaborate logic to handle multiple-buffer mode lines.
1448
1449 (xscheme-enter-input-wait): Re-enable control-G handler upon
1450 entering input wait.
1451
1452 (scheme-interaction-mode): Add arg to preserve local vars.
1453 (xscheme-enter-interaction-mode)
1454 (xscheme-enter-debugger-mode): Preserve local vars.
1455 (xscheme-start-process): Clobber local vars.
1456
1457 (scheme-interaction-mode-commands): Allow end user to add commands
1458 to scheme-interaction-mode keymap.
1459 (scheme-interaction-mode-commands-alist): New variable.
1460
1461 (xscheme-send-string): Don't use insert-before-markers.
1462
1463 Implement a per-buffer kill ring:
1464 (xscheme-insert-expression)
1465 (xscheme-rotate-yank-pointer, xscheme-yank)
1466 (xscheme-yank-pop, xscheme-yank-push): New functions.
1467 (xscheme-expressions-ring)
1468 (xscheme-expressions-ring-yank-pointer)
1469 (xscheme-expressions-ring-max): New variables.
1470 (xscheme-send-string-1): Call xscheme-insert-expression to save
1471 expression in ring.
1472 (xscheme-yank-previous-send): Now an alias for xscheme-yank.
1473 (xscheme-previous-send): Deleted variable.
1474
1475 (xscheme-send-string-2, xscheme-send-char, xscheme-send-proceed,
1476 xscheme-send-control-g-interrupt): Use process-send-string rather
1477 than send-string.
1478
1479 (xscheme-send-region): Insert a newline after an expression that
1480 is submitted in the interaction buffer, for consistency with
1481 recent changes to Edwin.
1482
1483 (xscheme-delete-output): New function mimics comint-delete-output.
1484 (xscheme-last-input-end): New internal variable.
1485 (xscheme-process-filter-output): Update xscheme-last-input-end.
1486
1487 (xscheme-send-control-g-interrupt): Make sure that
1488 xscheme-control-g-disabled-p is looked up in the right buffer.
1489
1490 (xscheme-enable-control-g): Clear C-g message if visible.
1491 (xscheme-control-g-message-string): New internal var.
1492 (xscheme-send-control-g-interrupt): Use new var.
1493
1494 (xscheme-send-control-g-interrupt, xscheme-send-interrupt): Delay
1495 after sending interrupt in order to work around race condition.
1496
1497 (xscheme-send-control-g-interrupt, xscheme-send-interrupt)
1498 (xscheme-send-char): Use xscheme-send-char rather than send-string
1499 to send single char.
1500
1501 (xscheme-process-filter, xscheme-process-filter-alist): Add
1502 support for evaluating expressions outside of the call-excursion.
1503 (xscheme-process-filter:string-action-noexcursion): New func.
1504
1505 (xscheme-write-value): Change output string to match that used by
1506 Edwin.
1507
1508 (xscheme-coerce-prompt): Don't write a space after a command
1509 prompt. The PROMPT-FOR-COMMAND- procedures will take care of this
1510 for us.
1511
1512 (reset-scheme): Delete process after killing it.
1513
1514 2002-01-02 Eli Zaretskii <eliz@is.elta.co.il>
1515
1516 * bindings.el (function-key-map): Don't bind shifted keypad
1517 numeric keys.
1518
1519 2002-01-02 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1520
1521 * enriched.el (enriched-handle-display-prop): Remove unused
1522 variables.
1523 (enriched-mode): Doc fix.
1524
1525 2002-01-02 Eli Zaretskii <eliz@is.elta.co.il>
1526
1527 * international/ucs-tables.el (ucs-8859-8-alist): Comment away
1528 Hebrew points.
1529
1530 2002-01-01 Richard M. Stallman <rms@gnu.org>
1531
1532 * jka-compr.el (jka-compr-write-region): If START = nil, use whole buf.
1533
1534 2001-12-31 Richard M. Stallman <rms@gnu.org>
1535
1536 * comint.el, cus-edit.el, diff-mode.el, enriched.el, font-lock.el:
1537 * generic-x.el, info.el, log-view.el, pcvs-info.el, speedbar.el:
1538 * wid-edit.el, woman.el, calendar/calendar.el, textmodes/flyspell.el:
1539 * emulation/viper-init.el, eshell/em-ls.el, progmodes/antlr-mode.el:
1540 * progmodes/cperl-mode.el, progmodes/idlwave.el:
1541 * progmodes/sh-script.el, progmodes/vhdl-mode.el:
1542 Adapt face definitions to use :weight and :slant.
1543
1544 * ps-print.el (ps-font-lock-face-attributes): Use :weight and :slant.
1545
1546 * cus-edit.el (custom-face-edit-fix-value): Delete `assert' call.
1547
1548 * font-lock.el (initializing from font-lock-face-attributes):
1549 Use :weight and :slant, not :bold and :italic.
1550
1551 2001-12-31 Per Abrahamsen <abraham@dina.kvl.dk>
1552
1553 * cus-edit.el (custom-face-edit-fix-value): New function.
1554 (custom-face-edit): Use it, to convert :italic and :bold to new forms.
1555
1556 2001-12-30 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1557
1558 * progmodes/octave-mod.el (octave-abbrev-table):
1559 * progmodes/idlwave.el (idlwave-mode-abbrev-table):
1560 * progmodes/fortran.el (fortran-mode-abbrev-table):
1561 * progmodes/f90.el (f90-mode-abbrev-table):
1562 * progmodes/vhdl-mode.el (vhdl-mode-abbrev-table-init):
1563 * progmodes/sql.el (sql-mode-abbrev-table): Mark all the
1564 predefined abbrevs as "system" abbrevs.
1565
1566 2001-12-30 Richard M. Stallman <rms@gnu.org>
1567
1568 * info.el (Info-fontify-node): For a **** underline line, put the
1569 invisible and intangible props on the following newline, but not
1570 on the previous newline or the last char of the previous line.
1571
1572 * faces.el (face-set-after-frame-default): Don't change `default' face.
1573
1574 * faces.el (minibuffer-prompt): Adopt some default colors.
1575
1576 * replace.el (query-replace-read-args): Immediate error if read-only.
1577
1578 * textmodes/makeinfo.el (makeinfo-compilation-sentinel):
1579 Display the output buffer in a more intelligent way.
1580
1581 2001-12-30 Eli Zaretskii <eliz@is.elta.co.il>
1582
1583 * ls-lisp.el (insert-directory): Modify the "total" line wording,
1584 in accordance with files.el's insert-directory.
1585
1586 2001-12-29 Richard M. Stallman <rms@gnu.org>
1587
1588 * files.el (basic-save-buffer): If a before-write hook displays
1589 an echo area message, pause before calling basic-save-buffer-1.
1590
1591 2001-12-29 Markus Rost <rost@math.ohio-state.edu>
1592
1593 * textmodes/reftex-global.el (reftex-query-replace-document)
1594 (reftex-change-label): Doc fix.
1595
1596 * dired-aux.el (dired-do-query-replace-regexp): Doc fix.
1597
1598 * progmodes/etags.el (tags-query-replace): Doc fix.
1599
1600 2001-12-29 Richard M. Stallman <rms@gnu.org>
1601
1602 * progmodes/compile.el (compile-internal): Fix previous change.
1603
1604 2001-12-28 Richard M. Stallman <rms@gnu.org>
1605
1606 * mouse.el (mouse-drag-mode-line-1): When dragging a mode line upward,
1607 shrink the windows above as necessary to get space.
1608 (mouse-drag-move-window-bottom, mouse-drag-window-above): New fns.
1609
1610 * net/ange-ftp.el (ange-ftp-allow-child-lookup): Always return nil.
1611 This fixes a bug that treated all files as directories.
1612 (ange-ftp-insert-directory): Explicitly follow symlinks.
1613
1614 * international/iso-transl.el (iso-transl-char-map) Eliminate the
1615 alias symbols--put the translated sequences here directly.
1616
1617 * progmodes/cc-mode.el (c-mode-abbrev-table)
1618 (c++-mode-abbrev-table, objc-mode-abbrev-table)
1619 (java-mode-abbrev-table, pike-mode-abbrev-table):
1620 Mark all the predefined abbrevs as "system" abbrevs.
1621
1622 * mail/sendmail.el (mail-envelope-from): Fix custom type.
1623 (sendmail-send-it): Check mail-specify-envelope-from
1624 and mail-envelope-from in the mail buffer at start.
1625
1626 2001-12-28 Simon Josefsson <jas@extundo.com>
1627
1628 * mail/sendmail.el (mail-envelope-from): Fix :type.
1629 (sendmail-send-it): Copy `mail-envelope-from' from calling buffer.
1630
1631 2001-12-28 Richard M. Stallman <rms@gnu.org>
1632
1633 * net/ldap.el (ldap-search-internal): Handle <file://...> in results.
1634
1635 * simple.el (line-move-invisible): New subroutine.
1636 (line-move-to-column): New subroutine--smarter about advancing over
1637 invisible parts of a line, or lines, but only as long as hpos grows.
1638 (line-move-finish): New subroutine: repeatedly processes desired
1639 column, intangibility, and fields.
1640 (line-move): Use those subroutines.
1641 When moving lines downward, skip invisible text first rather than last.
1642
1643 2001-12-27 Richard M. Stallman <rms@gnu.org>
1644
1645 * international/mule-diag.el (describe-char-after):
1646 Describe the text properties of the char after point.
1647
1648 * help.el (describe-key): Doc fix.
1649
1650 2001-12-26 Markus Rost <rost@math.ohio-state.edu>
1651
1652 * find-dired.el (find-dired-sentinel): Precede exit message by
1653 two spaces, to match the regexp in dired-between-files.
1654
1655 2001-12-28 Miles Bader <miles@gnu.org>
1656
1657 * wid-edit.el (widget-toggle-value-create): Don't eval actual
1658 images (which are lists too).
1659
1660 2001-12-27 Eli Zaretskii <eliz@is.elta.co.il>
1661
1662 * language/european.el: Fix the doc string of "Latin-5" language
1663 environment.
1664
1665 2001-12-26 Richard M. Stallman <rms@gnu.org>
1666
1667 * textmodes/flyspell.el (flyspell-mode-map): New keymap,
1668 defined as before 2001-11-09.
1669 (add-minor-mode call): Specify the keymap.
1670
1671 * progmodes/compile.el (compile-internal):
1672 Set TERM variable in process-environment.
1673
1674 2001-12-25 Richard M. Stallman <rms@gnu.org>
1675
1676 * help-mode.el (help-xref-on-pp): Catch and ignore errors in scanning
1677 the buffer.
1678
1679 * startup.el (command-line): Convert command line args
1680 to Emacs internal representation using locale-coding-system.
1681
1682 2001-12-25 Eli Zaretskii <eliz@is.elta.co.il>
1683
1684 * international/fontset.el: Don't require ind-util when compiling.
1685
1686 2001-12-25 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1687
1688 * emulation/tpu-edt.el (tpu-reset-screen-size): Use
1689 set-frame-height and set-frame-width instead of set-screen-height
1690 and set-screen-width.
1691
1692 * vt-control.el (vt-wide, vt-narrow): Use set-frame-width instead
1693 of obsolete set-screen-width.
1694
1695 * locate.el (locate): Remove dot at the end of error argument.
1696
1697 * emerge.el (emerge-show-file-name): Use frame-height instead of
1698 obsolete screen-height.
1699
1700 * mail/mh-utils.el (mh-show-msg): Likewise.
1701 (mh-handle-process-error): Use frame-width instead of obsolete
1702 screen-width.
1703
1704 2001-12-25 Richard M. Stallman <rms@gnu.org>
1705
1706 * window.el (balance-windows): Use new PRESERVE-BEFORE arg
1707 to enlarge-window. Use save-selected-window. Don't try
1708 to resize windows that end at the bottom "level".
1709 Retry changing the sizes until the windows get the desired sizes.
1710 Discount the minibuffer when computing total height available.
1711
1712 * emacs-lisp/debug.el (debugger-mode-map): Bind C-m, not `RET'.
1713 (debugger-make-xrefs): Only make a button for the first symbol
1714 on any line.
1715
1716 2001-12-24 Eli Zaretskii <eliz@is.elta.co.il>
1717
1718 * term/internal.el (dos-cpNNN-setup, dos-codepage-setup):
1719 Call IT-setup-unicode-display here instead of adding it to
1720 dos-codepage-setup-hook, so that Unicode display tables are set
1721 before dos-codepage-setup-hook runs.
1722
1723 2001-12-24 Richard M. Stallman <rms@gnu.org>
1724
1725 * net/net-utils.el (ftp-mode-abbrev-table): Don't define it.
1726 (nslookup-mode-abbrev-table): Don't define it.
1727 (smbclient-mode-abbrev-table): Don't define it.
1728 (ftp-mode): Don't use ftp-mode-abbrev-table; don't enable Abbrev mode.
1729 (nslookup-mode, smbclient-mode): Likewise.
1730 (network-connection-service-abbrev-alist): Variable deleted.
1731 (network-connection-mode-setup): Don't set up abbrev table.
1732
1733 * faces.el (minibuffer-prompt): New face.
1734 (minibuffer-prompt-properties): Add `face' property.
1735
1736 * replace.el (occur-mode-display-occurrence): New function.
1737 (occur-mode-map): Bind C-o to it.
1738
1739 2001-12-24 Michael Kifer <kifer@cs.sunysb.edu>
1740
1741 * viper-cmd.el (viper-change-state): Got rid of make-local-hook.
1742 (viper-special-read-and-insert-char): Make C-m work right in the r
1743 comand.
1744 (viper-buffer-search-enable): Fixed format string.
1745
1746 * viper-ex.el (ex-token-alist): Use ex-set-visited-file-name
1747 instead of viper-info-on-file.
1748 (ex-set-visited-file-name): New function.
1749
1750 * viper.el (viper-emacs-state-mode-list): Added mail-mode.
1751
1752 * ediff-mult.el (ediff-meta-mark-equal-files): Added optional
1753 action argument.
1754
1755 * ediff-init.el: Fixed some doc strings.
1756
1757 * ediff-util.el (ediff-after-quit-hook-internal): New variable.
1758 Got rid of make-local-hook.
1759
1760 * ediff-wind.el (ediff-setup-control-frame): Got rid of
1761 make-local-hook.
1762
1763 2001-12-23 Richard M. Stallman <rms@gnu.org>
1764
1765 * term/x-win.el (x-handle-geometry): Put height and width
1766 on default-frame-alist, left and top on initial-frame-alist.
1767 * term/w32-win.el (x-handle-geometry): Likewise.
1768
1769 * sort.el (sort-reorder-buffer): Copy all to a temp buffer first.
1770
1771 * play/yow.el (yow): Use an arg to distinguish interactive calls,
1772 not interactive-p.
1773
1774 2001-12-22 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1775
1776 * emacs-lisp/elint.el (elint-unknown-builtin-args): Remove
1777 mocklisp entries.
1778
1779 * subr.el (insert-string): Moved from mocklisp.c, reimplemented in
1780 Lisp. Obsoleted.
1781
1782 * emulation/mlconvert.el: File removed.
1783
1784 * emulation/mlsupport.el: Moved to obsolete.
1785
1786 * obsolete/mlsupport.el: Moved there from lisp/emulation.
1787
1788 * emacs-lisp/find-gc.el (source-files): Remove mocklisp.c.
1789
1790 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Remove
1791 mocklisp case.
1792
1793 * help-fns.el (describe-function-1): Remove mocklisp function
1794 case.
1795
1796 2001-12-22 Miles Bader <miles@gnu.org>
1797
1798 * textmodes/refill.el (refill-mode): Don't barf when redundantly
1799 turning refill-mode off.
1800
1801 2001-12-22 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1802
1803 * time.el (display-time-load-average-threshold): New variable.
1804 (display-time-update): Use it.
1805
1806 These changes allow cycling through past 1, 5 and 15 minutes
1807 load-average displayed in the mode-line.
1808
1809 * time.el (display-time-default-load-average): New customizable option.
1810 (display-time-load-average): New variable.
1811 (display-time-cycle-load-average): New function.
1812 (display-time-update): Use them.
1813
1814 2001-12-21 Richard M. Stallman <rms@gnu.org>
1815
1816 * apropos.el (apropos-print): SPACING is now nil or a separator string.
1817 (apropos-documentation, apropos-value): Pass a suitable string.
1818
1819 2001-12-21 Eli Zaretskii <eliz@is.elta.co.il>
1820
1821 * dired.el (dired-free-space-program, dired-free-space-args):
1822 Aliases for back-compatibility.
1823
1824 * info.el (Info-select-node): If Info-use-header-line is nil, set
1825 header-line-format to nil.
1826 (Info-fontify-node): Don't put a keymap text property on the
1827 heading if we are not going to display the header line. Remove
1828 any such text properties left over from past visits to this node.
1829
1830 * ls-lisp.el (insert-directory): Insert the amount of free disk
1831 space, like files.el's insert-directory does.
1832
1833 * files.el (directory-free-space-program): Mention
1834 file-system-info in the doc string.
1835 (get-free-disk-space): New function; code moved from
1836 insert-directory.
1837 (insert-directory): Call get-free-disk-space to get the amount of
1838 free space.
1839
1840 2001-12-21 Richard M. Stallman <rms@gnu.org>
1841
1842 * help.el (view-order-manuals, view-emacs-news, describe-copying)
1843 (describe-distribution, describe-project): Use view-file.
1844
1845 * emacs-lisp/cl-indent.el (define-modify-macro): Better indent spec.
1846
1847 * net/ange-ftp.el (ange-ftp-file-modtime): Use save-match-data.
1848
1849 * emacs-lisp/easy-mmode.el (define-minor-mode):
1850 Make no arg by default in an interactive call,
1851 so that repeating the command toggles again.
1852
1853 * emacs-lisp/lisp-mode.el (eval-defun-1): Cope with atoms as args.
1854
1855 2001-12-21 Christoph Wedler <Christoph.Wedler@sap.com>
1856
1857 * antlr-mode.el: More sophisticated indentation of cpp directive.
1858 (antlr-indent-at-bol-alist): New user option.
1859 (antlr-indent-line): Use it.
1860 (antlr-indent-style): New user option.
1861 (antlr-mode): Use it.
1862 (antlr-indent-item-regexp): Customize.
1863
1864 * antlr-mode.el: Syntax highlighting changes.
1865 (antlr-font-lock-literal-regexp): New user option.
1866 (antlr-font-lock-syntax-face): New face used for :, |, ....
1867 (antlr-font-lock-default-face): New face.
1868 (antlr-font-lock-additional-keywords): Use them.
1869
1870 * antlr-mode.el: New command to insert options -- variables.
1871 (antlr-mode-map): New binding [C-c C-o].
1872 (antlr-mode-menu): New submenus.
1873 (antlr-options-use-submenus): New user option.
1874 (antlr-tool-version): New user option.
1875 (antlr-options-auto-colon): New user option.
1876 (antlr-options-style): New user option.
1877 (antlr-options-push-mark): New user option.
1878 (antlr-options-assign-string): New user option.
1879 (antlr-options-headings): New variable.
1880
1881 * antlr-mode.el: New command to insert options -- specific.
1882 (antlr-options-alists): New variable.
1883 (antlr-read-value): New function.
1884 (antlr-read-boolean): New function.
1885 (antlr-language-option-extra): New function.
1886 (antlr-language-limit-n-regexp): Change default to higher LIMIT.
1887 (antlr-c++-mode-extra): New function.
1888 (antlr-grammar-tokens): New function.
1889 (antlr-imenu-create-index-function): New optional argument.
1890
1891 * antlr-mode.el: New command to insert options -- functions.
1892 (antlr-insert-option): New command.
1893 (antlr-insert-option-interactive): New function.
1894 (antlr-options-menu-filter): New function.
1895 (antlr-option-kind): New function.
1896 (antlr-scan-lists): New alias.
1897 (antlr-scan-lists-internal): New function.
1898 (antlr-skip-file-prelude): Hack for special SKIP-COMMENT.
1899 (antlr-option-level): New function.
1900 (antlr-syntactic-grammar-depth): New function.
1901 (antlr-option-location): New function.
1902 (antlr-insert-option-do): New function.
1903 (antlr-option-spec): New function.
1904 (antlr-version-string): New function.
1905 (antlr-insert-option-existing): New function.
1906 (antlr-insert-option-space): New function.
1907 (antlr-insert-option-area): New function.
1908
1909 * antlr-mode.el: New electric keys ":;|&(){}", TAB works better
1910 with narrowing. Menu change. Miscellaneous.
1911 (antlr-mode-menu): Include "Indent Region" and "Customize Antlr".
1912 (antlr-mode-map): New bindings for characters in ":;|&(){}".
1913 (antlr-electric-character): New command.
1914 (antlr-class-header-regexp): New variable.
1915 (antlr-font-lock-additional-keywords): Use it.
1916 (antlr-imenu-create-index-function): Use it.
1917 (antlr-file-dependencies): Use it.
1918 (antlr-indent-line): Also works with restrictions.
1919 (antlr-indent-command): Interactive spec - changes the buffer.
1920 (antlr-language-for-option): Deletia.
1921 (antlr-language-option): New function, defined instead.
1922 (antlr-mode): Use it.
1923 2001-12-21 Eli Zaretskii <eliz@is.elta.co.il>
1924
1925 * jka-compr.el (jka-compr-partial-uncompress): Use null-device
1926 instead of a literal /dev/null.
1927
1928 * Makefile.in (distclean): Remove Makefile in the build
1929 directory, not in the source directory.
1930
1931 2001-12-21 Simon Josefsson <jas@extundo.com>.
1932
1933 * mail/smtpmail.el (smtpmail-send-queued-mail): Use
1934 with-temp-buffer instead of find-file-noselect, and bind
1935 coding-system-for-read to no-conversion when reading the queued
1936 messages. (Simon's code modified slightly by Eli Zaretskii.)
1937
1938 2001-12-20 Werner Lemberg <wl@gnu.org>
1939
1940 * international/mule-diag.el (describe-coding-system,
1941 print-coding-system-briefly): Make printed output have a similar
1942 format as describe-character-set.
1943
1944 2001-12-20 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1945
1946 * play/blackbox.el (bb-member): Remove, use member instead.
1947 (bb-delete): Remove, use delete instead.
1948 Update copyright notice. Defvar for bb-board, bb-x, bb-y,
1949 bb-score, bb-detour-count and bb-balls-placed.
1950 Propertize results of rays.
1951
1952 2001-12-19 Karl Fogel <kfogel@red-bean.com>
1953
1954 * isearch.el (isearch-forward, isearch-edit-string): Make doc
1955 strings mention keybinding for `isearch-yank-word-or-char',
1956 rather than `isearch-yank-word', since the former is bound now
1957 and the latter is not.
1958 (isearch-yank-word-or-char): Fix formatting.
1959
1960 2001-12-19 Werner Lemberg <wl@gnu.org>
1961
1962 * language/czech.el, language/european.el, language/slovak.el: More
1963 fixes for language info doc strings.
1964
1965 2001-12-19 Eli Zaretskii <eliz@is.elta.co.il>
1966
1967 * loadup.el: Add "language" to the load-path.
1968
1969 2001-12-19 Richard M. Stallman <rms@gnu.org>
1970
1971 * international/mule-cmds.el (describe-language-environment):
1972 Fix calls to help-xref-button.
1973
1974 2001-12-19 Miles Bader <miles@gnu.org>
1975
1976 * international/fontset.el: Require `ind-util' when compiling.
1977
1978 2001-12-18 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1979
1980 * language/ethio-util.el (ethio-modify-vowel): Use char-to-string
1981 instead of decompose-composite-char.
1982
1983 2001-12-18 Richard M. Stallman <rms@gnu.org>
1984
1985 * simple.el (eval-expression-print-level)
1986 (eval-expression-print-length): Doc fixes.
1987
1988 * international/mule-diag.el (describe-character-set):
1989 Fix the arg to help-xref-button.
1990
1991 * files.el (directory-free-space-program): New variable.
1992 (directory-free-space-args): New variable.
1993 (insert-directory): Use those two variables for getting free space.
1994 Use file-system-info instead, if that is defined.
1995
1996 * dired.el (dired-free-space-program): Variable deleted.
1997 (dired-free-space-args): Variable deleted.
1998 (dired-insert-directory): Don't try to determine free space.
1999
2000 * files.el (font-lock-defaults): Add risky-local-variables prop.
2001 (hack-one-local-variable): Treat various font-lock variables as risky.
2002
2003 2001-12-18 Werner Lemberg <wl@gnu.org>
2004
2005 * language/chinese.el, language/cyrillic.el:
2006 * language/czech.el, language/european.el, language/greek.el:
2007 * language/hebrew.el, language/indian.el, language/japanese.el:
2008 * language/korean.el, language/lao.el, language/slovak.el:
2009 * language/thai.el, language/tibetan.el, language/vietnamese.el:
2010 Improve documentation strings of coding systems and language infos.
2011
2012 2001-12-18 Werner LEMBERG <wl@gnu.org>
2013
2014 Add support for EUC-TW decoding/encoding.
2015
2016 * language/china-util.el (big5-to-flat-code, flat-code-to-big5,
2017 euc-to-flat-code, flat-code-to-euc, expand-euc-big5-alist):
2018 New auxiliary functions to build `big5-to-cns'.
2019 (big5-to-cns): New translation alist.
2020
2021 * language/chinese.el: Added new coding system `euc-tw' and its
2022 alias `euc-taiwan'.
2023 Updated language `Chinese-CNS' to include euc-tw encoding also.
2024 (ccl-decode-euc-tw, ccl-encode-euc-tw): New functions for handling
2025 euc-tw.
2026
2027 2001-12-18 Dave Love <fx@gnu.org>
2028
2029 * loadup.el: Add language/utf-8-lang, language/georgian.
2030
2031 * image-file.el (image-file-name-extensions): Add pnm. Doc fix.
2032 (image-file-name-regexps): Doc fix.
2033
2034 * server.el (server-unload-hook): New function.
2035
2036 * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): Group the leader.
2037 (lm-crack-copyright): Cope with multi-line copyright `lines'.
2038
2039 * simple.el (newline): Doc fix.
2040 (eval-expression-print-level, eval-expression-print-length): Doc
2041 fix. Amend :type.
2042 (next-line, previous-line): Make arg optional.
2043 (newline): Doc fix.
2044
2045 * Makefile.in (DONTCOMPILE): Add various language files.
2046
2047 * international/quail.el (quail-input-string-to-events): Don't use
2048 string-to-list.
2049
2050 * progmodes/f90.el (f90-break-line): Avoid infinite recursion
2051 calling `newline'.
2052
2053 2001-12-17 Richard M. Stallman <rms@gnu.org>
2054
2055 * comint.el (comint-dynamic-list-input-ring-select): New function.
2056 Switches back to the old window configuration.
2057 (comint-dynamic-list-input-ring): Bind RET to that function.
2058 (comint-dynamic-list-input-ring-window-conf): New variable.
2059
2060 2001-12-17 Werner Lemberg <wl@gnu.org>
2061
2062 * international/mule-conf.el: Improve documentation strings of
2063 character sets.
2064
2065 2001-12-16 Richard M. Stallman <rms@gnu.org>
2066
2067 * dired.el (dired-copy-filename-as-kill): Moved from dired-x.el.
2068 (dired-mode-map): Bind w to dired-copy-filename-as-kill.
2069
2070 * dired-x.el (dired-copy-filename-as-kill): Moved to dired.el.
2071
2072 * autoinsert.el (auto-insert-alist): Redo finding C and C++ headers.
2073 Add a DESCRIPTION for the makefile item.
2074
2075 * find-file.el (ff-other-file-name): New function.
2076
2077 2001-12-16 Eli Zaretskii <eliz@is.elta.co.il>
2078
2079 * international/quail.el (quail-input-string-to-events): Fix last
2080 change.
2081
2082 2001-12-16 Richard M. Stallman <rms@gnu.org>
2083
2084 * isearch.el (isearch-edit-string): When we set isearch-string
2085 to the default, also set isearch-message.
2086
2087 * subr.el (temp-buffer-show-hook, temp-buffer-setup-hook): Add defvars.
2088
2089 * startup.el (command-line-1): Display startup screen
2090 even if there are command line args.
2091 Add a note about how to go to editing your files.
2092 (fancy-splash-head): Add a note about how to go to your files.
2093 (fancy-splash-outer-buffer): New variable.
2094 (fancy-splash-screens): Bind variable fancy-splash-outer-buffer.
2095
2096 * subr.el (with-temp-message): At the end, always discard
2097 the temp message, even by clearing the echo area.
2098
2099 * progmodes/sh-script.el (sh-mode): Run sh-mode-hook.
2100
2101 2001-12-16 Stefan Monnier <monnier@cs.yale.edu>
2102
2103 * log-view.el (log-view-message-re, log-view-current-tag):
2104 Recognize Subversion's log output format.
2105
2106 * international/fontset.el: Build the list L at compile time.
2107
2108 * language/ind-util.el (mapthread): Make a closure.
2109
2110 2001-12-15 Richard M. Stallman <rms@gnu.org>
2111
2112 * isearch.el (isearch-start-hscroll): New variable.
2113 (isearch-mode): Set isearch-start-hscroll.
2114 (isearch-update): Restore original hscrolling if possible.
2115
2116 * isearch.el (isearch-edit-string):
2117 Treat isearch-yank-word-or-char specially, like isearch-yank-word.
2118
2119 * emacs-lisp/debug.el (debugger-previous-backtrace): New variable.
2120 (debugger-make-xrefs): Optimize by (1) using skip-syntax-forward
2121 rather than regexp search and (2) copying text properties
2122 already set up on text unchanged from the previous backtrace.
2123
2124 * case-table.el (set-case-syntax-pair):
2125 Detect invalid calls and signal an error.
2126
2127 2001-12-15 Richard M. Stallman <rms@gnu.org>
2128
2129 * language/ind-util.el (range): Function deleted.
2130 (indian-regexp-of-hashtbl-keys): Renamed from `regexp-of-hashtbl-keys'.
2131 All calls changed.
2132
2133 * language/devan-util.el (devanagari-range): Renamed from `range'.
2134 All calls changed.
2135 (devanagari-regexp-of-hashtbl-keys):
2136 Renamed from `regexp-of-hashtbl-keys'. All calls changed.
2137
2138 2001-12-15 Dave Love <fx@gnu.org>
2139
2140 * language/ind-util.el: Don't require cl.
2141 (indian-glyph-char, indian-glyph-max-char)
2142 (indian-char-glyph): Moved from indian.el
2143 (indian--puthash-char, mapthread): Don't quote lambda.
2144 (indian--map): New function.
2145 (indian--puthash-v, indian--puthash-c, indian--puthash-m)
2146 (indian--puthash-cv): Use it.
2147
2148 * language/indian.el (indian-glyph-char, indian-glyph-max-char)
2149 (indian-char-glyph): Moved to ind-util.el
2150
2151 * language/devan-util.el (devanagari-post-read-conversion):
2152 New function.
2153
2154 * language/georgian.el: New file.
2155
2156 * international/mule-cmds.el (locale-language-names): Add various
2157 entries. Remove utf-8 special case.
2158 (locale-charset-language-names, locale-preferred-coding-systems):
2159 Add utf-8 case.
2160 (set-language-environment): Process required-features earlier.
2161
2162 * international/quail.el (quail-keyboard-layout-alist):
2163 Add pc105-uk.
2164 (quail-keyboard-layout-type): Fix :type.
2165 (quail-choose-completion-string): Simplify.
2166 (quail-update-leim-list-file): Don't get fooled by commented-out code.
2167 (quail-input-string-to-events): Run events through
2168 translation-table-for-input.
2169
2170 * international/mule-conf.el (translation-table-for-input):
2171 New variable.
2172 (latin-iso8859-14): Amend description.
2173 (file-coding-system-alist): Add entry for utf-8.
2174
2175 * language/utf-8-lang.el: New file.
2176
2177 * international/code-pages.el: New file.
2178
2179 * language/hebrew.el ("Windows-1255"): New language.
2180
2181 * language/european.el ("Welsh", "Latin-7", "Lithuanian")
2182 ("Latvian"): New languages.
2183
2184 2001-12-14 Stefan Monnier <monnier@cs.yale.edu>
2185
2186 * xml.el: Use setq rather than (set 'foo bar).
2187 Use push+nreverse rather than append.
2188 (xml-node-name, xml-node-attributes, xml-node-children):
2189 Use defsubst rather than macros.
2190 (xml-parse-region): Handle a nil return value from xml-parse-tag.
2191 (xml-parse-tag): Don't skip white space. Return nil for a comment.
2192 Concat the two strings surrounding a comment into a single string.
2193
2194 * newcomment.el (comment-indent): Jump to the middle of empty comments.
2195
2196 2001-12-14 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2197
2198 * select.el (xselect-convert-to-class, xselect-convert-to-name):
2199 Document.
2200
2201 2001-12-14 Andre Spiegel <spiegel@gnu.org>
2202
2203 * vc-hooks.el (vc-checkout-model, vc-state, vc-workfile-version):
2204 Return nil if FILE is not registered.
2205 (vc-check-master-templates, vc-default-make-version-backups-p):
2206 Doc fix.
2207
2208 2001-12-13 David Ponce <david@dponce.com>
2209
2210 * ruler-mode.el (ruler-mode-extra-left-cols): Remove.
2211 (ruler-mode-left-fringe-cols): New macro.
2212 (ruler-mode-right-fringe-cols): New macro.
2213 (ruler-mode-left-scroll-bar-cols): New macro.
2214 (ruler-mode-right-scroll-bar-cols): New macro.
2215 (ruler-mode-ruler): Use above new macros.
2216
2217 2001-12-13 Richard M. Stallman <rms@gnu.org>
2218
2219 * files.el (set-auto-mode): Fix previous change.
2220
2221 2001-12-13 Stefan Monnier <monnier@cs.yale.edu>
2222
2223 * emacs-lisp/easymenu.el (easy-menu-intern): New fun.
2224 (easy-menu-do-define, easy-menu-convert-item-1)
2225 (easy-menu-define-key-intern, easy-menu-get-map): Use it.
2226 (easy-menu-return-item): Only return nil if there is no binding.
2227
2228 2001-12-13 Rajesh Vaidheeswarran <rv@gnu.org>
2229
2230 * whitespace.el (whitespace-version): 3.2
2231 * whitespace.el (whitespace-force-mode-line-update): Replace with
2232 `whitespace-mode-line-update', which is an alias to the correct
2233 function in various emacsen.
2234 * whitespace.el (whitespace-{un,}highlight-the-space):
2235 Add colorized highlighting of the bogus whitespaces in a buffer/file,
2236 using the `whitespace-highlight-face' if
2237 `whitespace-display-spaces-in-color' is set.
2238
2239 2001-12-13 Eli Zaretskii <eliz@is.elta.co.il>
2240
2241 * international/mule.el (set-auto-coding): Don't search for
2242 "unibyte:" or "coding:" if set-auto-mode-1 returns nil.
2243
2244 2001-12-13 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2245
2246 * mail/mailabbrev.el (mail-abbrevs-setup): Do not use make-local-hook.
2247
2248 * mail/rmail.el (rmail-fontify-buffer-function): Likewise.
2249
2250 * mail/rmailsum.el (rmail-summary-mode): Likewise.
2251
2252 2001-12-13 Richard M. Stallman <rms@gnu.org>
2253
2254 * simple.el (undo): Always set this-command to `undo',
2255 so that the next undo after an error will not begin redoing.
2256
2257 * simple.el (shell-command): Doc fix.
2258 (shell-command-on-region): If there is output an an error,
2259 add "...Shell command failed" to the output.
2260
2261 2001-12-13 David Ponce <david@dponce.com>
2262
2263 * ruler-mode.el (ruler-mode-left-fringe-cols): Variable removed.
2264 (ruler-mode-left-fringe-cols): Function replaced by more efficient
2265 implementation `ruler-mode-extra-left-cols'.
2266 (ruler-mode-ruler): Use above new function. Take into account
2267 that the fringe areas can now be resized.
2268
2269 2001-12-12 Richard M. Stallman <rms@gnu.org>
2270
2271 * international/characters.el (Unicode): Comment out
2272 the specifications for kelvin and angstrom signs.
2273
2274 * international/mule.el (make-translation-table-from-vector):
2275 Allow null elements in VEC.
2276
2277 * international/ucs-tables.el (unify-8859-on-encoding-mode)
2278 (unify-8859-on-decoding-mode): Swap the code in their bodies.
2279 Add :version.
2280
2281 2001-12-11 Richard M. Stallman <rms@gnu.org>
2282
2283 * derived.el (derived-mode-p): Function moved to subr.el.
2284
2285 * subr.el (derived-mode-p): Moved here from derived.el.
2286
2287 * international/mule.el (set-auto-coding): Use set-auto-mode-1.
2288
2289 * files.el (set-auto-mode-1): New subroutine, broken out of
2290 set-auto-mode.
2291 (set-auto-mode, hack-local-variables-prop-line): Use that.
2292
2293 2001-12-11 Dave Love <fx@gnu.org>
2294
2295 * language/thai-util.el, language/thai.el: Add Unicode equivalents.
2296
2297 * language/european.el: Remove autoload cookies. Fix registration
2298 of diacritic composition function.
2299
2300 2001-12-11 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2301
2302 * calendar/todo-mode.el: Require time-stamp.
2303
2304 * net/zone-mode.el (zone-mode): Don't use make-local-hook.
2305
2306 2001-12-11 Richard M. Stallman <rms@gnu.org>
2307
2308 * emacs-lisp/authors.el (authors-aliases): Delete "Richard Stallmao".
2309
2310 * textmodes/ispell.el (ispell-buffer-local-parsing):
2311 Match xml like sgml.
2312
2313 * emacs-lisp/advice.el (ad-compile-function):
2314 Byte compile the function under another (uninterned) name.
2315
2316 * gud.el (gdb): Define and bind gud-jump.
2317
2318 * font-lock.el (font-lock-mode):
2319 Put our function at the end of after-change-functions.
2320
2321 * ediff-diff.el (ediff-cmp-options): Doc fix.
2322
2323 * comint.el (comint-password-prompt-regexp): Match "UNIX Password".
2324
2325 2001-12-10 Richard M. Stallman <rms@gnu.org>
2326
2327 * isearch.el (isearch-yank-word-or-char): New function.
2328 (isearch-mode-map): Bind C-w to that.
2329
2330 * menu-bar.el (menu-bar-mode): Make arg optional.
2331
2332 * simple.el (line-move): Cope if next-single-property-change
2333 or previous-single-property-change returns nil.
2334
2335 * emacs-lisp/lisp-mnt.el (lm-verify): New arg NON-FSF-OK.
2336 Don't use interactive-p; instead, pass the proper args
2337 in (interactive...). Clean up most of the trouble-report strings.
2338
2339 2001-12-10 Eli Zaretskii <eliz@is.elta.co.il>
2340
2341 * mail/smtpmail.el (smtpmail-send-queued-mail): Insert the
2342 enqueued messages literally.
2343
2344 2001-12-10 Noah Friedman <friedman@splode.com>
2345
2346 * battery.el (battery-insert-file-contents): Obsolete function
2347 removed.
2348 (battery-read-function): Obsolete function removed.
2349 (battery-linux-proc-apm): Use insert-file-contents.
2350
2351 2001-12-07 Stephen Eglen <stephen@gnu.org>
2352
2353 * iswitchb.el (iswitchb-visit-buffer):
2354 Use `select-frame-set-input-focus'--needed when window manager
2355 uses "click to focus" policy.
2356
2357 2001-12-09 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2358
2359 * COPYING: Moved back.
2360
2361 2001-12-07 Eli Zaretskii <eliz@is.elta.co.il>
2362
2363 * term/internal.el (IT-character-translations): Add entries for
2364 more points.
2365
2366 * international/characters.el: Resurrect the Hebrew category
2367 settings for all Hebrew characters removed by the last change.
2368 Add code for setting the Hebrew category of the Unicode Hebrew
2369 characters. Set syntax entries for Hebrew punctuation characters.
2370
2371 * international/ucs-tables.el (ucs-8859-8-alist): Add Hebrew
2372 points and directional formatting control characters.
2373
2374 2001-12-07 Dave Love <fx@gnu.org>
2375
2376 * language/lao-util.el: Add Unicode equivalents for rules.
2377 (lao-post-read-conversion): New function.
2378
2379 * language/lao.el: Add Unicode equivalents.
2380 (lao): Add post-read conversion.
2381
2382 * international/latin1-disp.el: Fix some 8-bit-graphic characters.
2383 Use iso2022 encoding.
2384 (latin1-char-displayable-p): Doc fix.
2385 (latin1-display-ucs-per-lynx): New option.
2386 (latin1-display-ucs-per-lynx): New command.
2387 (latin1-display-reset): Special-case arabic.
2388 (ucs-tables): Require.
2389 (latin1-display-sets, latin1-display-setup): Add arabic.
2390 (latin1-display) <variable>: Use function latin1-display.
2391 (latin1-display) <function>: Add mule-unicode stuff.
2392 (latin1-display-check-font): Don't lose if `info' is nil.
2393
2394 * international/iso-transl.el: Insert Latin-1 characters, not
2395 unibyte codes.
2396
2397 * language/european.el (diacritic-composition-pattern): New constant.
2398 (diacritic-compose-region, diacritic-compose-string)
2399 (diacritic-compose-buffer, diacritic-post-read-conversion)
2400 (diacritic-composition-function): New functions.
2401
2402 * international/utf-8.el (ucs-mule-to-mule-unicode):
2403 New translation table.
2404 (ccl-encode-mule-utf-8): Use it.
2405 (utf-8-untranslated-to-ucs, utf-8-help-echo, utf-8-compose)
2406 (utf-8-post-read-conversion, utf-8-pre-write-conversion): New function.
2407 (utf-8-subst-table): New variable.
2408 (utf-8-compose-scripts): New option.
2409 (mule-utf-8): Update safe-charsets, pre-write and post-read conversion.
2410
2411 * international/ucs-tables.el, international/utf-8-subst.el:
2412 New files.
2413
2414 * international/characters.el: Don't set word syntax (the default)
2415 explicitly. Add a diacritic category. Add info for Unicode
2416 equivalents of characters in various Mule charsets and for extra
2417 Unicode characters. Don't define specific categories for
2418 Indian/Devanagari, since they aren't used.
2419
2420 2001-12-06 Richard M. Stallman <rms@gnu.org>
2421
2422 * textmodes/fill.el (set-justification): Rename arg VALUE to STYLE.
2423 (set-justification-left, set-justification-right): Doc fix.
2424
2425 * progmodes/f90.el (f90-break-line): Use (newline 1) to insert newline.
2426 (bug-f90-mode): Variable deleted.
2427
2428 2001-12-06 Stefan Monnier <monnier@cs.yale.edu>
2429
2430 * indent.el (indent-line-function): Default is indent-relative again.
2431
2432 2001-12-07 Miles Bader <miles@gnu.org>
2433
2434 * progmodes/compile.el (compilation-error-regexp-alist):
2435 Added regexps for RXP.
2436
2437 2001-12-05 Eli Zaretskii <eliz@is.elta.co.il>
2438
2439 * progmodes/cwarn.el (cwarn-font-lock-match-assignment-in-expression):
2440 Add shift-assignment operators to those highlighted, and highlight
2441 the whole operator rather than just the "=".
2442
2443 2001-12-04 Juanma Barranquero <lektu@terra.es>
2444
2445 * files.el (save-abbrevs, save-some-buffers): Don't ask the user
2446 before saving abbrevs if `save-abbrevs' has the value `silently'.
2447
2448 2001-12-04 Andreas Schwab <schwab@suse.de>
2449
2450 * xt-mouse.el (turn-off-xterm-mouse-tracking): Doc fix.
2451
2452 2001-12-04 Colin Walters <walters@debian.org>
2453
2454 * emacs-lisp/autoload.el (make-autoload): Also generate autoloads
2455 for `defmacro*' forms.
2456
2457 * emacs-lisp/lisp-mode.el (toplevel): Define docstring offset for
2458 `defmacro*'.
2459
2460 2001-12-03 Stefan Monnier <monnier@cs.yale.edu>
2461
2462 * progmodes/antlr-mode.el (antlr-c-common-init): Undo last change.
2463
2464 2001-12-02 Richard M. Stallman <rms@gnu.org>
2465
2466 * files.el (insert-directory): If the df output does not look right,
2467 don't try to use it. Other cleanups in overall code structure.
2468
2469 2001-12-02 Stefan Monnier <monnier@cs.yale.edu>
2470
2471 * textmodes/outline.el (outline-mode-prefix-map):
2472 Add bindings for outline-promote and outline-demote.
2473 (outline-minor-mode-menu-bar-map): New var.
2474 (outline-minor-mode): Use it.
2475 (outline-heading-alist): New var (renamed from outline-level-heading).
2476 (outline-level): Use it.
2477 (outline-insert-heading, outline-promote, outline-demote):
2478 Update to use outline-heading-alist.
2479
2480 * disp-table.el (standard-display-european):
2481 Simplify since the function is not interactive any more.
2482 Don't set the existing buffers to unibyte.
2483
2484 * pcvs-util.el (cvs-file-to-string): Move condition-case outside.
2485
2486 * pcvs.el (cvs-reread-cvsrc): Don't use cvs-file-to-string.
2487
2488 * reveal.el (reveal-mode): Fix reveal-mode's lighter.
2489
2490 * shell.el (shell): Use shell-file-name.
2491 Pop to buffer before calling comint to set COLUMNS properly.
2492
2493 * emacs-lisp/cl.el (svref): New alias.
2494
2495 * progmodes/antlr-mode.el (antlr-c-common-init):
2496 Don't inhibit adaptive-fill-mode any more.
2497
2498 * progmodes/delphi.el (delphi-mode): Don't use make-local-hook.
2499
2500 * progmodes/etags.el (tags-with-face): Use make-symbol.
2501 (tags-search, tags-query-replace): Use backquotes.
2502
2503 * textmodes/picture.el (picture-mode-map): Don't use defconst
2504 for a variable.
2505
2506 2001-12-02 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2507
2508 * textmodes/reftex-index.el (reftex-index-mode):
2509 Remove make-local-hook.
2510
2511 * textmodes/reftex-toc.el (reftex-toc-mode): Likewise.
2512
2513 2001-12-02 Kim F. Storm <storm@cua.dk>
2514
2515 * isearch.el (isearch-resume-enabled): New variable.
2516 (isearch-done): Use that variable.
2517
2518 2001-12-01 Richard M. Stallman <rms@gnu.org>
2519
2520 * wid-edit.el (widget-button-click): Don't move point permanently:
2521 Avoid mouse-set-point--instead select the window,
2522 then do save-excursion, then move point.
2523 Specify the buffer for get-char-property.
2524 Don't use `@' in interactive.
2525
2526 * indent.el (indent-line-function):
2527 Default is indent-to-left-margin again.
2528
2529 * replace.el (query-replace-read-args): Display message
2530 if FROM contains `\n' or `\t'.
2531
2532 2001-12-01 Stefan Monnier <monnier@cs.yale.edu>
2533
2534 * indent.el (tab-to-tab-stop): Use delete-horizontal-space.
2535
2536 * bindings.el (minibuffer-local-map): Bind TAB to insert-tab.
2537
2538 * emacs-lisp/regexp-opt.el (regexp-opt):
2539 Bind completion-regexp-list to nil.
2540
2541 * progmodes/hideif.el (hif-nexttoken): Move to before first def.
2542
2543 2001-12-01 Eli Zaretskii <eliz@is.elta.co.il>
2544
2545 * progmodes/idlwave.el, progmodes/idlw-rinfo.el:
2546 * progmodes/idlw-shell.el, progmodes/idlw-toolbar.el:
2547 Update maintainer.
2548
2549 2001-11-30 Stefan Monnier <monnier@cs.yale.edu>
2550
2551 * mail/smtpmail.el: Use with-current-buffer.
2552 (message-make-date, message-make-message-id): Autoload when needed.
2553 (smtpmail-send-it): Use them to add `Date:' and `Message-Id:'
2554 headers when missing.
2555
2556 * international/encoded-kb.el (encoded-kbd-mode):
2557 Use define-minor-mode.
2558
2559 * enriched.el (enriched-mode): Use define-minor-mode.
2560 Use dolist and pop and push.
2561
2562 * info.el (Info-find-node-2): Don't call info-insert-file-contents
2563 with the `visit' argument.
2564 (Info-extract-menu-node-name): Use `replace-regexps-in-string'.
2565
2566 * progmodes/hideif.el (hide-ifdef-mode): Only modify
2567 `change-major-mode-hook' locally. Reset invisibility spec.
2568
2569 * man.el (Man-build-section-alist): Remove last Man-match-substring.
2570
2571 2001-11-30 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2572
2573 * textmodes/paragraphs.el (mark-paragraph): Clarify doc.
2574 Clarify error message.
2575
2576 2001-11-29 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2577
2578 * textmodes/paragraphs.el (mark-paragraph): Allow prefix arg.
2579
2580 2001-11-30 Andre Spiegel <spiegel@gnu.org>
2581
2582 * vc-cvs.el (vc-cvs-parse-status): Store file state in property,
2583 don't just return it.
2584
2585 2001-11-30 Eli Zaretskii <eliz@is.elta.co.il>
2586
2587 * menu-bar.el (menu-bar-read-lispref, menu-bar-read-lispintro)
2588 (menu-bar-read-emacs-man, search-emacs-glossary)
2589 (emacs-index-search, elisp-index-search): New functions.
2590 (apropso-documentation, apropos, apropos-value, apropos-variable)
2591 (apropos-commands): Modify menu item names and help text.
2592 (elisp-index-search, emacs-index-search, emacs-glossary):
2593 New menu items.
2594 (menu-bar-manuals-menu): Move the Ordering Manuals item to a
2595 submenu.
2596 (info-elisp, info-elintro): New menu items.
2597 (apropos): Modify the menu item name.
2598
2599 2001-11-30 Stefan Monnier <monnier@cs.yale.edu>
2600
2601 * emacs-lisp/lisp-mode.el (read-if): Add lisp-indent-function prop.
2602
2603 * textmodes/outline.el (outline-promote, outline-demote): Typo.
2604
2605 * man.el (man-follow-mouse): New function.
2606 (Man-mode-map): Bind mouse-2 to it.
2607 (Man-match-substring): Remove. Replace with `match-string'.
2608 (man): Use the `default-value' argument to `read-string'.
2609 (Man-fontify-manpage): Add mouse-face to cross references.
2610
2611 * emacs-lisp/cl-macs.el (shiftf): Fix more. Simplify.
2612
2613 2001-11-29 Stefan Monnier <monnier@cs.yale.edu>
2614
2615 * emacs-lisp/crm.el (completing-read-multiple): Better preserve
2616 the value of require-match in minibuffer-completion-confirm.
2617 Use crm-local-completion-map.
2618
2619 * emacs-lisp/cl-macs.el (shiftf): Fix the fast case so
2620 (let ((a 1) (b 2)) (shiftf a b (cons a b)) b) returns (1 . 2).
2621 (cl-make-type-test): Use char-valid-p for `character'.
2622
2623 * info.el (Info-complete-next-re, Info-complete-cache): New vars.
2624 (Info-complete-menu-item): Rewrite. Add the ability to search
2625 several sequential nodes. Add a simple caching mechanism.
2626 (Info-goto-index): New function extracted from Info-index.
2627 (Info-index): Use it. Add completion to the interactive spec.
2628 (Info-menu-update): Simplify call to `Info-complete-menu-item'.
2629
2630 2001-11-29 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2631
2632 * COPYING: Removed.
2633
2634 2001-11-29 Dave Love <fx@gnu.org>
2635
2636 * progmodes/fortran.el: Fontify rewind, backspace. Doc fixes.
2637 (fortran-window-create, fortran-window-create-momentarily):
2638 Rewrite, moving error condition.
2639 (fortran-beginning-do, fortran-beginning-if): Fix regexps.
2640 (fortran-mode-syntax-table): Revert last change.
2641
2642 * international/mule.el: Doc fixes.
2643 (map-charset-chars): New function.
2644 (register-char-codings): Use it to cope with generic chars in
2645 safe-chars.
2646
2647 2001-11-29 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2648
2649 * play/blackbox.el (blackbox-mode, blackbox): Doc fix.
2650
2651 * play/cookie1.el (cookie, cookie-insert, shuffle-vector): Doc fixes.
2652
2653 * play/studly.el (studlify-word, studlify-region)
2654 (studlify-buffer): Fix doc-string.
2655 (studlify-buffer): Add autoload cookie.
2656
2657 2001-11-28 Stefan Monnier <monnier@cs.yale.edu>
2658
2659 * textmodes/outline.el (outline-up-heading): Add `invisible-ok' arg.
2660 (outline-up-heading-all): Remove.
2661 (hide-sublevels): Move to end-of-heading before calling flag-region.
2662 (outline-copy-overlay, outline-discard-overlays): Remove.
2663 (outline-flag-region): Use `remove-overlays'.
2664 Don't move to end-of-heading.
2665 (outline-next-visible-heading, outline-back-to-heading)
2666 (outline-on-heading-p): Use outline-invisible-p.
2667 (outline-font-lock-level): Use outline-up-heading's new arg.
2668 (outline-minor-mode): Simplify.
2669 (outline-map-tree, outline-reveal-toggle-invisible): New funs.
2670 (outline): Put a `reveal-toggle-invisible' property.
2671 (outline-level-heading): New var.
2672 (outline-insert-heading, outline-promote, outline-demote)
2673 (outline-toggle-children): New commands.
2674
2675 * progmodes/hideif.el (hif-end-of-line): New function.
2676 (hide-ifdef-mode): Set line-move-ignore-invisible.
2677 (hide-ifdef-region-internal): New function.
2678 (hide-ifdef-region): Use it.
2679 (hif-defined): Return an integer.
2680 (hif-infix-to-prefix): Remove.
2681 (hif-tokenize): Parse from the buffer rather than from a string.
2682 Correctly tokenize integers. Use forward-comment.
2683 (hif-expr): Use hif-or.
2684 (hif-term): Use hif-and.
2685 (hif-factor): Use hif-not. Handle numbers properly.
2686 Don't require parenthesis around `defined's argument.
2687 (hif-and, hif-or, hif-not): New funs.
2688 (hif-canonicalize): Pass a region to hif-tokenize. Use hif-not.
2689 (hif-hide-line): Don't hide the \n before the line.
2690 (hif-possibly-hide): Correctly handle numeric evaluation results.
2691
2692 * progmodes/make-mode.el: Use line-(end|beginning)-position.
2693 (makefile-mode): Set indent-line-function.
2694 (makefile-browser-insert-continuation): Use with-current-buffer.
2695 (makefile-beginning-of-line-point, makefile-end-of-line-point): Remove.
2696
2697 2001-11-28 Karl Fogel <kfogel@red-bean.com>
2698
2699 * isearch.el (isearch-yank-internal): New helper function.
2700 (isearch-yank-char): New function.
2701 (isearch-yank-word, isearch-yank-line): Rewrite to use
2702 isearch-yank-internal.
2703
2704 2001-11-28 Eli Zaretskii <eliz@is.elta.co.il>
2705
2706 * mouse.el (mouse-set-font): Make it a no-op if multiple fonts
2707 aren't supported. Print a message to that effect if invoked.
2708
2709 2001-11-27 Stephen Eglen <stephen@gnu.org>
2710
2711 * locate.el (locate): Put point at first matching file rather
2712 than top of buffer.
2713
2714 2001-11-27 Stefan Monnier <monnier@cs.yale.edu>
2715
2716 * reveal.el: New file.
2717
2718 * progmodes/hideif.el: Misc cleanup.
2719 (hide-ifdef-mode-submap): Put the def in the defvar.
2720 Use substitute-key-definition.
2721 (hide-ifdef-mode): Use define-minor-mode.
2722 (hif-outline-flag-region): Remove.
2723 (hif-show-all): Define in terms of hif-show-ifdef-region.
2724 (hif-after-revert-function): Rename from hif-before-revert-function.
2725 (hide-ifdef-region, hif-show-ifdef-region): Use overlays.
2726 (hif-tokenize): Use with-syntax-table.
2727 (hif-make-range): Use `else' also for `else-p'.
2728 (hif-range-else-p): Remove.
2729 (hif-find-range): Simplify.
2730 (hif-hide-line): Don't bother preserving buffer-modified-p.
2731 (hide-ifdefs, show-ifdefs, hide-ifdef-block, show-ifdef-block):
2732 Don't use selective-display and inhibit-read-only.
2733
2734 * subr.el (copy-overlay, remove-overlays): New funs.
2735
2736 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix off-by-two error.
2737
2738 2001-11-27 Sam Steingold <sds@gnu.org>
2739
2740 * ansi-color.el, bookmark.el, dired.el, emerge.el, fast-lock.el
2741 * lazy-lock.el, mouse-sel.el, mail/feedmail.el
2742 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el, emacs-lisp/ewoc.el
2743 * obsolete/c-mode.el, obsolete/cplus-md.el
2744 * progmodes/dcl-mode.el, progmodes/idlw-shell.el, progmodes/idlwave.el
2745 * term/sun-mouse.el, textmodes/artist.el:
2746 Converted backquote to the new style.
2747 * mouse.el, reposition.el: Likewise (in comments).
2748 * expand.el: Likewise (in a string).
2749
2750 2001-11-27 Richard M. Stallman <rms@gnu.org>
2751
2752 * cus-edit.el (custom-load-symbol): Don't always load locate-library.
2753
2754 2001-11-26 Richard M. Stallman <rms@gnu.org>
2755
2756 * wid-edit.el (widget-toggle-value-create): On graphic terminal,
2757 if :on-glyph or :off-glyph is a list, eval it and store it back.
2758 (checkbox): Quote the values for :on-glyph and :off-glyph.
2759
2760 * cus-start.el (recursive-load-depth-limit): Delete item.
2761
2762 2001-11-26 Stefan Monnier <monnier@cs.yale.edu>
2763
2764 * help-fns.el (describe-categories, help-describe-category-set): New.
2765 describe-categories moved here from src/category.c.
2766
2767 2001-11-26 Sam Steingold <sds@gnu.org>
2768
2769 * progmodes/cc-mode.el (c-submit-bug-report): Make sure that the
2770 arguments to `insert' are strings.
2771
2772 2001-11-26 Richard M. Stallman <rms@gnu.org>
2773
2774 * startup.el (command-line-1): Call kill-buffer only in non-fancy case.
2775
2776 2001-11-26 Eli Zaretskii <eliz@is.elta.co.il>
2777
2778 * international/mule-diag.el: Require help-fns instead of
2779 help-funs.
2780
2781 * help-fns.el: Renamed from help-funs.el.
2782
2783 * startup.el (command-line-1): Don't try to call process-list if
2784 it is not fboundp.
2785
2786 2001-11-26 Sam Steingold <sds@gnu.org>
2787
2788 * frame.el (show-trailing-whitespace): Remove :set argument (the
2789 value was essentially identical to the defalt).
2790
2791 2001-11-26 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2792
2793 * hexl.el (hexl-mode, hexl-follow-ascii): Remove make-local-hook.
2794
2795 * icomplete.el (icomplete-minibuffer-setup): Likewise.
2796
2797 * hilit-chg.el (hilit-chg-set): Likewise.
2798
2799 * speedbar.el (speedbar-mode): Likewise.
2800
2801 * calendar/calendar.el (calendar-mode): Likewise.
2802
2803 * play/yow.el (psychoanalyze-pinhead): Use insert instead of
2804 insert-string.
2805
2806 * play/gamegrid.el (gamegrid-init-buffer): Likewise.
2807
2808 * term/bg-mouse.el (bg-insert-moused-sexp): Likewise.
2809
2810 * term/sun-mouse.el (sun-yank-selection): Likewise.
2811
2812 * textmodes/bib-mode.el (return-key-bib): Likewise.
2813
2814 * calendar/appt.el (appt-disp-window): Likewise.
2815
2816 * calendar/diary-lib.el (list-diary-entries): Likewise.
2817
2818 * array.el (array-reconfigure-rows): Likewise.
2819
2820 * filecache.el (file-cache-minibuffer-complete): Likewise.
2821
2822 * obsolete/cplus-md.el (fill-c++-comment): Likewise.
2823
2824 * strokes.el (strokes-prompt-user-save-strokes): Likewise.
2825
2826 * allout.el (outline-version, outline-open-topic)
2827 (outline-rebullet-heading, outline-insert-listified)
2828 (outline-latex-verbatim-quote-curr-line)
2829 (outline-latexify-one-item, outlineify-sticky): Likewise.
2830
2831 * vc.el (vc-next-action-on-file): Likewise.
2832 (vc-dired-mode): Remove make-local-hook.
2833
2834 2001-11-26 Andre Spiegel <spiegel@gnu.org>
2835
2836 * vc.el (vc-find-version): New function.
2837 (vc-version-other-window): Redefined in terms of the above.
2838
2839 * log-view.el (log-view-find-version): New function.
2840 (log-view-mode-map): Bind it to `f'.
2841
2842 2001-11-26 Gerd Moellmann <gerd@gnu.org>
2843
2844 * language/devan-util.el (dev-char-glyph): Escape `"' in
2845 string literals.
2846 (dev-glyph-glyph, dev-glyph-glyph-2)
2847 (devanagari-compose-syllable-region): Likewise.
2848
2849 2001-11-26 Richard M. Stallman <rms@gnu.org>
2850
2851 * window.el (save-selected-window): No error if saved window is dead.
2852
2853 * help-funs.el (describe-syntax): Put (interactive) after doc string.
2854
2855 2001-11-26 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2856
2857 * international/quail.el (quail-help): Require help-mode in
2858 top-level instead.
2859
2860 * iswitchb.el (iswitchb-exhibit): Use insert instead of
2861 insert-string.
2862
2863 * icomplete.el (icomplete-exhibit): Likewise.
2864
2865 2001-11-25 Stefan Monnier <monnier@cs.yale.edu>
2866
2867 * diff-mode.el (diff-end-of-hunk): Watch out for ambiguities.
2868 (diff-hunk-kill): Simplify.
2869 (diff-post-command-hook): Only apply to a single hunk.
2870 (diff-hunk-text): Make `char-offset' non-optional.
2871 (diff-find-text): Return a cons cell.
2872 (diff-find-approx-text): New fun.
2873 (diff-find-source-location): Use it.
2874 (diff-apply-hunk, diff-test-hunk, diff-goto-source):
2875 Adapt to new retval of diff-find-text.
2876
2877 * vc-cvs.el (vc-cvs-parse-entry): Rewrite, comparing the string-
2878 rather than integer- representation of dates.
2879
2880 * textmodes/fill.el (fill-indent-according-to-mode): Default to nil.
2881
2882 * emacs-lisp/syntax.el: Don't profile syntax-ppss any more.
2883 (syntax-after): New fun.
2884
2885 * help-funs.el (describe-syntax): New fun.
2886
2887 * font-lock.el (font-lock-cache-state, font-lock-cache-position)
2888 (font-lock-ppss-stats, font-lock-ppss): Remove.
2889 (font-lock-fontify-syntactically-region): Remove tuning code.
2890 (font-lock-compile-keywords): Fix off-by-one bug.
2891 (font-lock-set-defaults): Don't set removed vars.
2892 (c-keywords): Add `inline'.
2893 (c-type-names): Add `_Complex', `_Imaginary' and `_Bool'.
2894
2895 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
2896 Set syntax-begin-function.
2897 (lisp-interaction-mode-abbrev-table): Defvar to its correct value.
2898 (lisp-interaction-mode): Don't set local-abbrev-table any more.
2899 (lisp-mode-auto-fill): Use syntax-ppss and obey
2900 comment-auto-fill-only-comments.
2901 (lisp-fill-paragraph): Use syntax-ppss.
2902
2903 2001-11-25 ShengHuo ZHU <zsh@cs.rochester.edu>
2904
2905 * mail/rmail.el (rmail-enable-mime-composing): New. A lightweight
2906 version of rmail-enable-mime.
2907 (rmail-forward): Use it.
2908
2909 2001-11-25 Richard M. Stallman <rms@gnu.org>
2910
2911 * emacs-lisp/lisp-mode.el (lisp-indent-function): Add doc string.
2912
2913 * international/quail.el (quail-keyboard-layout-button):
2914 Define button type.
2915 (quail-keyboard-customize-button): Likewise.
2916 (quail-help): Use those button types. Require `help-mode'.
2917 Avoid altering the argument `package'.
2918
2919 * help-mode.el (help-function, help-variable, help-face)
2920 (help-coding-system, help-input-method, help-character-set):
2921 Define each button type with its own explicit define-button-type.
2922
2923 * language/devan-util.el: Comment out parts of the file
2924 which apparently are garbled.
2925
2926 2001-11-25 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2927
2928 * mail/smtpmail.el (smtpmail-deduce-address-list): Don't use
2929 insert-string.
2930
2931 2001-11-25 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2932
2933 * play/snake.el (snake-mode): Remove make-local-hook.
2934
2935 * play/tetris.el (tetris-mode): Likewise.
2936
2937 * play/decipher.el (decipher-mode): Likewise.
2938
2939 * tmm.el (tmm-add-prompt): Likewise.
2940
2941 2001-11-25 Sam Steingold <sds@gnu.org>
2942
2943 * menu-bar.el (menu-bar-apropos-menu): New variable.
2944 Moved all `apropos' bindings to this menu.
2945 (menu-bar-help-menu): Added `menu-bar-apropos-menu'.
2946
2947 2001-11-24 KAWABATA, Taichi <batta@beige.ocn.ne.jp>
2948
2949 The following changes are for new indian languages support based
2950 on Unicode charset and CDAC fonts.
2951
2952 * international/mule-conf.el: Change indian-1-column charset to
2953 indian-glyph charset.
2954
2955 * international/characters.el: Adjusted for the change of
2956 indian-1-column -> indian-glyph.
2957
2958 * international/fontset.el: Delete the setting for indian-1-column
2959 and add the setting for indian-glyph in the default fontset.
2960
2961 * language/indian.el: Completely re-written.
2962
2963 * language/devanagari.el: Completely re-written.
2964
2965 * language/devan-util.el: Completely re-written.
2966
2967 * language/ind-util.el: New file.
2968
2969 2001-11-24 Richard M. Stallman <rms@gnu.org>
2970
2971 * startup.el (command-line-1): Don't do startup screen
2972 if a subprocess is running. Call the startup screen buffer
2973 "GNU Emacs". Make a special mode-line-format for it.
2974
2975 * net/browse-url.el (browse-url-galeon-new-window-is-tab): New var.
2976 (browse-url-galeon): Use that variable.
2977
2978 * mail/supercite.el (sc-toggle-var): Don't use set-variable or
2979 eval-expression. Eval and set the variable simply.
2980
2981 * files.el (temporary-file-directory): Use defcustom.
2982 (small-temporary-file-directory): Likewise.
2983 (normal-backup-enable-predicate): Move down in file
2984 after definition of temporary-file-directory.
2985
2986 * bindings.el (last-buffer, unbury-buffer): Doc fixes.
2987
2988 2001-11-24 Colin Walters <walters@debian.org>
2989
2990 * calc/calc-ext.el (calc-init-extensions): Update the rest of the
2991 autoload names to match files renamed on initial calc import.
2992
2993 * calc/calc.el (Commentary): Cleanup, and add logistic curve
2994 fitting suggestion from Robert J. Chassell <bob@rattlesnake.com>.
2995
2996 2001-11-23 Colin Walters <walters@debian.org>
2997
2998 * Makefile.in (finder_setwins, setwins): Include Calc again.
2999
3000 * calc/calc-rules.el: Add header comment.
3001
3002 2001-11-23 Andre Spiegel <spiegel@gnu.org>
3003
3004 * vc.el (with-vc-properties): Don't bind `filename' locally.
3005 (with-vc-file, edit-vc-file): Use `make-symbol' for local bindings
3006 to avoid name clashes. Fix `lisp-indent-function' property for
3007 both.
3008
3009 2001-11-23 Francesco Potorti` <pot@gnu.org>
3010
3011 * generic-x.el (mailrc-generic-mode): Highlight the `source' keyword.
3012
3013 2001-11-22 Colin Walters <walters@debian.org>
3014
3015 * calc/calc-misc.el (report-calc-bug):
3016 Use `reporter-prompt-for-summary-p'.
3017
3018 * calc/INSTALL, calc/Makefile: Remove.
3019
3020 2001-11-22 Miles Bader <miles@gnu.org>
3021
3022 * emacs-lisp/re-builder.el (reb-match-0, reb-match-1)
3023 (reb-match-2, reb-match-3): Add dark-background variants.
3024
3025 2001-11-22 Colin Walters <walters@debian.org>
3026
3027 * calc/calc-misc.el (calc-info): Don't perform voodoo, just
3028 (info "Calc").
3029 (report-calc-bug): Use reporter.el.
3030
3031 * mail/reporter.el (reporter-submit-bug-report): Doc fixes.
3032
3033 2001-11-21 Richard M. Stallman <rms@gnu.org>
3034
3035 * which-func.el (which-function): Call imenu--make-index-alist
3036 if necessary to get a list of functions.
3037 (which-function-imenu-failed): New variable.
3038 (which-func-update): Handle all visible windows.
3039 (which-func-update-1): New subroutine broken out of which-func-update.
3040
3041 * files.el (temporary-file-directory, null-device)
3042 (small-temporary-file-directory): Definitions moved up.
3043
3044 * progmodes/cperl-mode.el (cperl-problems, cperl-tips)
3045 (cperl-non-problems, cperl-praise): Doc fixes.
3046
3047 * progmodes/sh-script.el (sh-mode): Don't use define-derived-mode.
3048 (sh-mode-syntax-table): Function restored.
3049 Variable set up for use by function sh-mode-syntax-table.
3050 (sh-set-shell): Set the syntax table.
3051
3052 * play/gomoku.el (gomoku-mode): Don't use define-derived-mode.
3053
3054 * progmodes/perl-mode.el (perl-mode): Don't use define-derived-mode.
3055
3056 * international/encoded-kb.el: Don't alter minor-map-alist.
3057
3058 2001-11-20 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3059
3060 * files.el (auto-save-file-name-transforms): Put remote files in
3061 temporary-file-directory rather than /tmp.
3062
3063 2001-11-21 Colin Walters <walters@debian.org>
3064
3065 * calc/calc-macs.el (calc-slow-wrapper): Move (point) call outside
3066 of (function ...) wrapper.
3067
3068 2001-11-20 Stefan Monnier <monnier@cs.yale.edu>
3069
3070 * derived.el (define-derived-mode): Create the abbrev-table
3071 from inside the `defvar'.
3072
3073 * jit-lock.el (jit-lock-defer-time): New var.
3074 (jit-lock-defer-timer, jit-lock-buffers): New vars.
3075 (jit-lock-mode): Initialize them. Cancel the timers more carefully.
3076 (jit-lock-function): Defer fontification if requested.
3077 (jit-lock-stealth-chunk-start): Pay attention to the new non-nil value.
3078 (jit-lock-stealth-fontify): Check the new `jit-lock-defer-multiline'
3079 text property.
3080 (jit-lock-deferred-fontify): New fun.
3081
3082 2001-11-20 Richard M. Stallman <rms@gnu.org>
3083
3084 * emacs-lisp/lisp-mode.el (lisp-interaction-mode):
3085 Set local-abbrev-table to lisp-mode-abbrev-table.
3086
3087 * emacs-lisp/re-builder.el (reb-mode):
3088 Don't use define-derived-mode. Call kill-all-local-variables.
3089
3090 * emacs-lisp/lisp-mode.el (lisp-mode, emacs-lisp-mode):
3091 Don't use define-derived-mode.
3092
3093 * help-mode.el (help-mode): Undo 2001-10-07 change.
3094
3095 * replace.el (occur-mode): Undo 2001-5-20 change.
3096
3097 2001-11-20 Jason Rumney <jasonr@gnu.org>
3098
3099 * w32-fns.el (w32-system-coding-system): Change to an alias for
3100 locale-coding-system.
3101 (set-w32-system-coding-system): Document the above change.
3102 Set locale-coding-system instead.
3103
3104 2001-11-20 Richard M. Stallman <rms@gnu.org>
3105
3106 * ruler-mode.el: Add pagination.
3107 (ruler-mode-toggle-show-tab-stops): No need to
3108 test `ruler-mode' variable.
3109
3110 2001-11-20 Eli Zaretskii <eliz@is.elta.co.il>
3111
3112 * play/landmark.el: Mark lm-mode as special.
3113
3114 * play/gomoku.el: Mark gomoku-mode as special.
3115
3116 2001-11-20 Juanma Barranquero <lektu@terra.es>
3117
3118 * emacs-lisp/re-builder.el (reb-change-target-buffer): New function.
3119 (top-level): Bind it to C-c C-b.
3120 (re-builder): Don't re-enter RE Builder Mode.
3121
3122 * bs.el (bs-delete): Signal an error if the buffer cannot be deleted.
3123
3124 2001-11-20 Stefan Monnier <monnier@cs.yale.edu>
3125
3126 * progmodes/cperl-mode.el (cperl-perldoc): Require man before binding
3127 `manual-program'.
3128
3129 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Don't move back
3130 to a line without a comment.
3131
3132 2001-11-20 Eli Zaretskii <eliz@is.elta.co.il>
3133
3134 * dired.el (dired-listing-switches): Mention in the doc string
3135 that some switches are not supported by ls-lisp.el
3136
3137 2001-11-19 Stefan Monnier <monnier@cs.yale.edu>
3138
3139 * imenu.el (imenu--split-menu): Use dolist and copy-sequence.
3140 (imenu--create-keymap-2): Remove.
3141 (imenu--create-keymap-1): Simplify, remove third argument.
3142 (imenu--generic-function): Use dolist.
3143 (imenu-find-default): New function.
3144 (imenu--completion-buffer): Use it.
3145 (imenu--mouse-menu): Use popup-menu.
3146 (imenu--menubar-select): Return t rather than calling imenu.
3147
3148 * textmodes/fill.el (fill-delete-prefix, fill-delete-newlines):
3149 New functions, extracted from fill-region-as-paragraph.
3150 (fill-region-as-paragraph): Use them.
3151 Use an end marker instead of eob.
3152 Ignore whitespace-only fill-prefixes when indenting according to mode.
3153 Simplify the loop that searches for spaces backwards.
3154
3155 * textmodes/picture.el (picture-vertical-step)
3156 (picture-horizontal-step): Don't use defconst for variables.
3157
3158 * mail/mail-extr.el: Use backquote/dolist/mapc/when. Docstring fixes.
3159 (mail-extract-address-components): Downcase domain names.
3160 (mail-extr-delete-char): Remove. Use delete-char instead.
3161
3162 * emulation/pc-select.el: Doc string fixes.
3163 (pc-selection-mode): Don't treat macos as a tty.
3164
3165 * emacs-lisp/lisp.el (mark-sexp): Mark more if repeated.
3166
3167 * progmodes/cc-engine.el (c-parse-state): Typo. From Martin Stjernholm.
3168
3169 * mwheel.el (mouse-wheel-scroll-amount): Allow float values.
3170 (mouse-wheel-progessive-speed): New var.
3171 (mwheel-scroll): Use it and handle float values.
3172
3173 * lazy-lock.el (lazy-lock-install-hooks): Remove make-local-hook.
3174
3175 * iswitchb.el (iswitchb-mode): Use define-minor-mode.
3176 (iswitchb): Fix the case where the result was selected with the mouse.
3177 (iswitchb-completion-help): Use the normal *Completions* now that
3178 mouse selection works.
3179 (iswitchb-minibuffer-setup): Simplify.
3180
3181 * newcomment.el (comment-column, comment-style, comment-multi-line)
3182 (comment-auto-fill-only-comments): Remove :group arg.
3183 (comment-padding): Add :type.
3184 (comment-indent-new-line): Ignore comment-auto-fill-only-comments
3185 if called interactively.
3186
3187 2001-11-19 Colin Walters <walters@verbum.org>
3188
3189 * calc/calc.el (toplevel): Add comment and version header.
3190 (calc-init-base): Bump version to 2.02f, update date.
3191
3192 2001-11-19 Richard M. Stallman <rms@gnu.org>
3193
3194 * net/browse-url.el: Support Mozilla and Galeon.
3195 By default, find the installed browser whichever it is.
3196 (browse-url-mozilla): New function.
3197 (browse-url-mozilla-sentinel): New function.
3198 (browse-url-galeon, browse-url-galeon-sentinel): New functions.
3199 (browse-url-default-browser): New function.
3200 (browse-url-process-environment): Use browse-url-browser-display.
3201 (browse-url-browser-display): Renamed from browse-url-netscape-display.
3202 (browse-url-mozilla-startup-arguments, browse-url-galeon-program)
3203 (browse-url-galeon-arguments, browse-url-galeon-startup-arguments)
3204 (browse-url-mozilla-program, browse-url-mozilla-arguments): New vars.
3205 (browse-url-browser-function): New default, new options.
3206
3207 2001-11-19 Sam Steingold <sds@gnu.org>
3208
3209 * bindings.el (last-buffer, unbury-buffer): New function.
3210 (mode-line-unbury-buffer): Use `unbury-buffer'.
3211
3212 2001-11-18 Stephen Eglen <stephen@gnu.org>
3213
3214 * iswitchb.el (iswitchb-cannot-complete-hook): New variable to
3215 control behaviour when no further completion is possible.
3216
3217 2001-11-19 Colin Walters <walters@verbum.org>
3218
3219 * calc/calc-macs.el (calc-wrapper, calc-slow-wrapper)
3220 (math-showing-full-precision, math-with-extra-prec, math-working)
3221 (calc-with-default-simplification)
3222 (calc-with-trail-buffer): Use backtick.
3223 (Math-zerop, Math-integer-negp, Math-integer-posp, Math-negp)
3224 (Math-looks-negp, Math-posp, Math-integerp, Math-natnump)
3225 (Math-ratp, Math-realp, Math-anglep, Math-numberp, Math-scalarp)
3226 (Math-vectorp, Math-messy-integerp, Math-objectp, Math-objvecp)
3227 (Math-integer-neg, Math-equal, Math-lessp, Math-primp)
3228 (Math-num-integerp, Math-bignum-test, Math-equal-int)
3229 (Math-natnum-lessp, math-format-radix-digit): Change to `defsubst'.
3230 (calc-record-compilation-date-macro): Deleted. Callers updated.
3231 (math-format-radix-digit): Move to calc-bin.el.
3232
3233 * calc/calc.el (calc-record-compilation-date): Remove.
3234 (calc-bug-address): Update.
3235 (calc-settings-file): Use `user-init-file'.
3236
3237 * calc/calc-mode.el (calc-settings-file-name, calc-save-modes):
3238 Handle null `calc-settings-file'.
3239
3240 * calc/calc-frac.el (calc-over-notation): Use `completing-read'.
3241 * calc/calc-keypd.el (calc-keypad-mode): New.
3242 (calc-do-keypad): Use it.
3243 (calc-keypad-map): Move into `calc-keypad-mode'.
3244
3245 * calc-math.el (calcFunc-sqrt, calcFunc-hypot): Add missing quote
3246 to defalias argument.
3247
3248 * calc-misc.el (math-fixnump, math-fixnatnump, calcFunc-trunc)
3249 (calcFunc-floor): Ditto.
3250
3251 * calc-units.el (calcFunc-usimplify): Ditto.
3252
3253 * calc-aent.el, calc-ext.el, calc-incom.el, calc-misc.el
3254 * calc-sel.el, calc-vec.el, calc-alg.el, calc-fin.el
3255 * calc-keypd.el, calc-mode.el, calc-stat.el, calc-yank.el
3256 * calc-arith.el, calc-forms.el, calc-lang.el, calc-mtx.el
3257 * calc-store.el, calc.el, calc-bin.el, calc-frac.el, calc-macs.el
3258 * calc-poly.el, calc-stuff.el, calcalg2.el, calc-comb.el
3259 * calc-funcs.el, calc-maint.el, calc-prog.el, calc-trail.el
3260 * calcalg3.el, calc-cplx.el, calc-graph.el, calc-map.el
3261 * calc-rewr.el, calc-undo.el, calccomp.el, calc-embed.el
3262 * calc-help.el, calc-math.el, calc-rules.el, calc-units.el
3263 * calcsel2.el: Change all toplevel `setq' forms to `defvar' forms,
3264 and move them before their first use. Use `when', `unless'.
3265 Remove trailing periods from error forms. Add description and
3266 headers suggested by Emacs Lisp coding conventions.
3267
3268 2001-11-19 Stefan Monnier <monnier@cs.yale.edu>
3269
3270 * newcomment.el (comment-indent):
3271 Fix misindentation for comment-only lines.
3272 (comment-indent-new-line): Only obey comment-multi-line if the
3273 comment-ender is not the end-of-line.
3274
3275 2001-11-19 Richard M. Stallman <rms@gnu.org>
3276
3277 * net/net-utils.el (network-connection-service-abbrev-alist):
3278 New variable.
3279
3280 * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
3281 Advance to start of 3rd sexp by moving fwd and backing over it.
3282 At first three elements, act like defun.
3283
3284 * delsel.el (delete-selection-pre-hook): Handle and resignal
3285 file-supersession errors to interact properly with userlock.el.
3286
3287 2001-11-18 Richard M. Stallman <rms@gnu.org>
3288
3289 * progmodes/fortran.el (fortran-mode-syntax-table):
3290 Specify punctuation syntax for backslash.
3291
3292 * progmodes/sh-script.el (sh-must-be-shell-mode): Function deleted.
3293 All calls deleted.
3294
3295 * international/mule-util.el (string-to-sequence): Make it obsolete.
3296 (string-to-list, string-to-vector): Implement them directly
3297 using append and vconcat, not with string-to-sequence.
3298
3299 * startup.el (command-line): Set abbrevs-changed to nil after
3300 reading the init file and the abbrevs file.
3301
3302 * isearch.el (isearch): Use magenta2 as bg for (background light)
3303
3304 2001-11-17 Richard M. Stallman <rms@gnu.org>
3305
3306 * menu-bar.el (menu-bar-update-buffers-1): Don't pad the buffer name.
3307
3308 * simple.el (minibuffer-history-sexp-flag): Doc fix.
3309
3310 2001-11-17 Stefan Monnier <monnier@cs.yale.edu>
3311
3312 * font-lock.el (font-lock-compile-keywords): New arg `regexp'.
3313 If set and if applicable, add a regexp to highlight defun-like
3314 text inside comments and strings.
3315 (font-lock-fontify-keywords-region): Pass that new arg.
3316 (font-lock-set-defaults): Move the code to set `font-lock-keywords'
3317 to the end and pass that new arg.
3318 (c-font-lock-keywords-2): Fix regex for labels.
3319 (font-lock-match-c++-style-declaration-item-and-skip-to-next):
3320 Make it work when LIMIT is several lines further.
3321 (c-font-lock-keywords-3, c++-font-lock-keywords-3)
3322 (objc-font-lock-keywords-3, java-font-lock-keywords-3):
3323 Use backquote and make the regexes for `int a, b, c;' work on
3324 multiple lines.
3325
3326 * emacs-lisp/re-builder.el (reb-mode): Use define-derived-mode.
3327 (font-lock-defaults-alist): Don't change it any more.
3328 (reb-subexp-mode-map): Cleanup.
3329
3330 * custom.el (custom-current-group-alist): New var.
3331 (custom-declare-group): Set it.
3332 (custom-current-group): New fun.
3333 (custom-declare-variable, custom-handle-all-keywords):
3334 Use it as a default if no :group argument is specified.
3335
3336 * international/mule-cmds.el (locale-name-match): Use \` and \(?:.
3337 (standard-keyboard-coding-systems): New var.
3338 (set-locale-environment): Use it to decide whether or not to call
3339 set-keyboard-coding-system.
3340 (locale-language-names): Use \"French\" for "fr".
3341
3342 2001-11-17 Richard M. Stallman <rms@gnu.org>
3343
3344 * emacs-lisp/checkdoc.el (princ-list, checkdoc-read-event)
3345 (add-to-list): Delete compatibility code.
3346 (checkdoc-next-message-error): Doc fix.
3347
3348 2001-11-17 Stephen Eglen <stephen@gnu.org>
3349
3350 * locate.el (locate): Show default locate pattern within the
3351 prompt, but don't insert it into the minibuffer contents.
3352 Catch the case when pattern is the empty string.
3353
3354 2001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
3355
3356 * language/european.el ("French"): New language environment.
3357
3358 2001-11-16 Richard M. Stallman <rms@gnu.org>
3359
3360 * calendar/todo-mode.el (todo-save): Fix previous change.
3361
3362 * subr.el (functionp): Do use cdr-safe on object.
3363
3364 2001-11-16 Stefan Monnier <monnier@cs.yale.edu>
3365
3366 * bindings.el (mode-line-mode-name): Only put the help-echo property
3367 if the local-map property was put as well.
3368 (global-map): Bind switch-frame, delete-frame, iconify-frame
3369 and make-frame-visible events.
3370
3371 * emacs-lisp/elp.el (elp-not-profilable): New var.
3372 (elp-not-profilable-p): New function.
3373 (elp-instrument-function): Use it. Use backquotes and push.
3374
3375 * emacs-lisp/bytecomp.el (byte-compile-call-tree, byte-code-vector)
3376 (byte-stack+-info, byte-compile-last-warned-form)
3377 (byte-compile-last-logged-file): Don't defconst a variable.
3378 (no-byte-compile): Declare.
3379 (byte-compile-file): Don't boundp-check no-byte-compile any more.
3380 (byte-compile-defvar): Leave defconst as is.
3381
3382 * emacs-lisp/edebug.el (edebug-form-data, edebug-offsets)
3383 (edebug-offsets-stack, edebug-read-dotted-list, edebug-def-name)
3384 (edebug-current-offset, edebug-old-def-name, edebug-error-point)
3385 (edebug-best-error): Don't defconst a variable.
3386 (edebug-read-syntax-table): Use a char-table.
3387 (edebug-lemacs-specific): Remove.
3388 Toplevel: Eliminate check for Lucid Emacs.
3389
3390 * pcvs-util.el (cvs-prefix-define): Don't defconst a variable.
3391
3392 * rect.el (move-to-column-force): Mark obsolete.
3393 (operate-on-rectangle, delete-extract-rectangle-line)
3394 (insert-rectangle, delete-whitespace-rectangle-line)
3395 (open-rectangle-line, clear-rectangle-line): Use move-to-column.
3396 (string-rectangle-history): New var.
3397 (string-rectangle, string-insert-rectangle): Use it.
3398 (delete-rectangle-line): Fix pos/column mixup and simplify.
3399
3400 * startup.el (normal-top-level-add-subdirs-to-load-path): Simplify.
3401 (normal-top-level, command-line, command-line-1): Simplify.
3402
3403 * tar-mode.el (tar-mode): Use define-derived-mode.
3404
3405 * view.el (view-mode-enable): Don't use make-local-hook.
3406
3407 * emacs-lisp/eldoc.el (eldoc-mode): Use define-minor-mode.
3408
3409 2001-11-16 Richard M. Stallman <rms@gnu.org>
3410
3411 * mail/mail-extr.el (mail-extr-voodoo): Treat a number as a word
3412 if it doesn't make sense as anything else.
3413 Don't recognize a "telephone number" at the beginning of the name.
3414 (mail-extr-leading-garbage): Match non-word characters only.
3415
3416 2001-11-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3417
3418 * startup.el (command-line-processed): Doc fix.
3419
3420 * apropos.el (apropos-next-label-button): Doc fix.
3421
3422 2001-11-16 Stefan Monnier <monnier@cs.yale.edu>
3423
3424 * comint.el (comint-mode): Simplify.
3425 (make-comint-in-buffer): Run `comint-mode' only if necessary.
3426
3427 * subr.el (eval-after-load): Make it work with features as well.
3428
3429 * log-view.el (log-view-mode): Don't mark the buffer unmodified.
3430
3431 * international/mule-cmds.el (describe-input-method): Setup xref.
3432 (set-language-environment): Use functionp.
3433 (locale-language-names, locale-charset-language-names)
3434 (locale-preferred-coding-systems): Defconst and purecopy.
3435
3436 * language/european.el (mac-roman): Add mime-charset property.
3437
3438 2001-11-15 Richard M. Stallman <rms@gnu.org>
3439
3440 * emacs-lisp/cl.el (values, values-list, multiple-value-list)
3441 (multiple-value-apply, nth-value): Use defsubst rather than defalias
3442 to get better doc strings.
3443
3444 2001-11-15 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3445
3446 * derived.el: Fix autoload cookie.
3447
3448 2001-11-15 Richard M. Stallman <rms@gnu.org>
3449
3450 * jka-compr.el (jka-compr-partial-uncompress): Fix previous change.
3451
3452 2001-11-15 Stefan Monnier <monnier@cs.yale.edu>
3453
3454 * menu-bar.el (menu-bar-edit-menu) <copy>: Put an explicit key binding.
3455
3456 2001-11-15 Richard M. Stallman <rms@gnu.org>
3457
3458 * dired.el (dired-undo): Display a message to explain
3459 that this does not undo file system changes.
3460
3461 2001-11-15 David Kastrup <David.Kastrup@t-online.de>
3462
3463 * mouse-drag.el (mouse-drag-throw): Push back non-drag events
3464 into `unread-command-events' instead of trying keymap
3465 lookups ourselves. This makes mouse-clicks do the right
3466 thing even when keymaps of overlays are involved.
3467 (mouse-drag-drag): Likewise.
3468
3469 2001-11-15 Andreas Schwab <schwab@suse.de>
3470
3471 * progmodes/ada-mode.el (ada-add-extensions): Quote regexp special
3472 characters and append anchor to pattern added to auto-mode-alist.
3473
3474 2001-11-15 Stefan Monnier <monnier@cs.yale.edu>
3475
3476 * server.el (server-process-filter): Run pore/post-comment-hook
3477 before/after visiting the file.
3478
3479 * info-look.el (makefile-mode): Add info for automake.
3480 (autoconf-mode): Fix the name of the index for automake.
3481
3482 * international/latin-9.el: Give pilcrow punctuation syntax.
3483
3484 2001-11-15 Andre Spiegel <spiegel@gnu.org>
3485
3486 * vc.el: Documentation fixes.
3487
3488 2001-11-14 Stefan Monnier <monnier@cs.yale.edu>
3489
3490 * smerge-mode.el (smerge-match-conflict): Fix typo.
3491 (smerge-diff): Be careful to read match-data early enough.
3492
3493 2001-11-14 Colin Walters <walters@verbum.org>
3494
3495 * calc/calc-alg.el (calcFunc-esimplify, calcFunc-simplify)
3496 (calcFunc-subst): Use `defalias' instead of `fset' and
3497 `symbol-function'.
3498
3499 * calc/calc-arith.el (calcFunc-abs, calcFunc-float)
3500 (calcFunc-ceil, calcFunc-round): Ditto.
3501
3502 * calc/calc-bin.el (calcFunc-clip): Ditto.
3503
3504 * calc/calc-ext.el (calcFunc-evalv): Ditto.
3505
3506 * calc/calc-math.el (calcFunc-sqrt, calcFunc-hypot): Ditto.
3507
3508 * calc/calc-misc.el (math-fixnump, math-fixnatnump)
3509 (calcFunc-trunc, calcFunc-floor, calc-report-bug): Ditto.
3510
3511 * calc/calc-units.el (calcFunc-unsimplify): Ditto.
3512
3513 * calc-aent.el, calc-ext.el, calc-incom.el, calc-misc.el
3514 * calc-sel.el, calc-vec.el, calc-alg.el, calc-fin.el
3515 * calc-keypd.el, calc-mode.el, calc-stat.el, calc-yank.el
3516 * calc-arith.el, calc-forms.el, calc-lang.el, calc-mtx.el
3517 * calc-store.el, calc.el, calc-bin.el, calc-frac.el, calc-macs.el
3518 * calc-poly.el, calc-stuff.el, calcalg2.el, calc-comb.el
3519 * calc-funcs.el, calc-maint.el, calc-prog.el, calc-trail.el
3520 * calcalg3.el, calc-cplx.el, calc-graph.el, calc-map.el
3521 * calc-rewr.el, calc-undo.el, calccomp.el, calc-embed.el
3522 * calc-help.el, calc-math.el, calc-rules.el, calc-units.el
3523 * calcsel2.el: Style cleanup; don't put closing parens on their
3524 own line, add "foo.el ends here" to each file, and update
3525 copyright date.
3526
3527 * README: Update maintainer.
3528
3529 2001-11-13 Richard M. Stallman <rms@gnu.org>
3530
3531 * progmodes/compile.el (recompile): Use compilation-arguments if
3532 set, so as to be able to M-x recompile the exact command which
3533 created a compilation-mode buffer.
3534
3535 * progmodes/ada-mode.el (ada-fill-comment-prefix): Doc fix.
3536
3537 2001-11-13 Gerd Moellmann <gerd@gnu.org>
3538
3539 * mouse.el (mouse-drag-region): Don't run the up-event
3540 handler if window start changed due to the down-mouse event.
3541
3542 2001-11-13 Richard M. Stallman <rms@gnu.org>
3543
3544 * mouse.el (mouse-show-mark): Either move point to the mark
3545 or use highlighting, never both.
3546 (mouse-buffer-menu): If WINDOW is a frame, select its selected window.
3547
3548 2001-11-13 Simon Josefsson <jas@extundo.com>
3549
3550 * mail/smtpmail.el (top-level): Change maintainer to Simon
3551 Josefsson, cleanup the smtpmail.el header.
3552
3553 * mail/smtpmail.el (top-level): Don't require cl or base64.
3554 (smtpmail-cred-server, smtpmail-cred-port, smtpmail-cred-key)
3555 (smtpmail-cred-user, smtpmail-cred-cert, smtpmail-cred-passwd):
3556 Defsubst instead of defmacro.
3557 (smtpmail-intersection): Return value in reverse order.
3558 (smtpmail-open-stream): Use stringp instead of string-to-list.
3559 (smtpmail-open-stream, smtpmail-try-auth-methods): New functions,
3560 separated from smtpmail-via-smtp.
3561
3562 * mail/smtpmail.el (top-level): Autoload starttls, mail-utils and
3563 rfc2104. Require base64 and cl.
3564 (smtpmail-smtp-service): Doc fix. :type fix.
3565 (smtpmail-debug-info): Doc fix.
3566 (smtpmail-debug-verb, smtpmail-auth-credentials)
3567 (smtpmail-starttls-credentials, smtpmail-auth-supported):
3568 New variables.
3569 (smtpmail-deduce-address-list, smtpmail-send-it): Don't require
3570 mail-utils (it is autoloaded).
3571 (smtpmail-cred-server, smtpmail-cred-port, smtpmail-cred-key)
3572 (smtpmail-cred-user, smtpmail-cred-cert, smtpmail-cred-passwd)
3573 (smtpmail-find-credentials, smtpmail-intersection): New utility funs.
3574 (smtpmail-via-smtp): Support STARTTLS, if binary is installed.
3575 (smtpmail-via-smtp): Support AUTH.
3576 (smtpmail-via-smtp): Use `smtpmail-debug-verb' to control VERB.
3577
3578 2001-11-13 Richard M. Stallman <rms@gnu.org>
3579
3580 * ebuff-menu.el (electric-buffer-update-highlight): New function.
3581 (electric-buffer-overlay): New variable.
3582 (electric-buffer-menu-looper): Call electric-buffer-update-highlight.
3583 (electric-buffer-list): Likewise.
3584
3585 * isearch.el (isearch-whitespace-chars): Doc fix.
3586 (isearch-mode): Handle negative search-slow-window-lines correctly.
3587
3588 2001-11-13 Stefan Monnier <monnier@cs.yale.edu>
3589
3590 * newcomment.el (comment-normalize-vars): Handle a nil comment-padding.
3591
3592 * progmodes/ada-mode.el (ada-fill-comment-prefix): GNAT wants 2 spaces.
3593 From Emmanuel Briot <briot@act-europe.fr>.
3594
3595 2001-11-13 Colin Walters <walters@debian.org>
3596
3597 * calc/calc.el (calc-unread-command): Use `unread-command-events'.
3598
3599 * calc/calc-mode.el (calc-settings-file-name): Don't hardcode
3600 "~/.emacs"; use `read-file-name'.
3601
3602 * calc/calc-graph.el, calc/calc-embed.el, calc/calc-graph.el
3603 * calc/calc-misc.el, calc/calc-mode.el, calc/calc-prog.el
3604 * calc/calc-sel.el, calc/calc-store.el, calc/calc-yank.el
3605 * calc/calc.el: Use `frame-width' instead of `screen-width',
3606 `frame-height' instead of `screen-height', and,
3607 `executing-kbd-macro' instead of `executing-macro'.
3608
3609 * calc/calc-embed.el (calc-do-embedded): Call `y-or-n-p' with
3610 correct number of arguments.
3611
3612 * calc/calc-aent.el (calc-do-alg-entry):
3613 Use `blink-paren-function' instead of `blink-paren-hook'.
3614
3615 2001-11-12 Richard M. Stallman <rms@gnu.org>
3616
3617 * calendar/todo-mode.el (todo-save): Add save-excursion
3618 and save-restriction.
3619
3620 * server.el (server-edit, server-done): Doc fix.
3621
3622 * simple.el (clone-indirect-buffer): Error if major mode symbol
3623 has a no-clone-indirect property.
3624 (clone-buffer): Check for obvious errors before reading clone name.
3625
3626 * info.el (Info-mode): Add a no-clone-indirect property.
3627
3628 2001-11-12 Sam Steingold <sds@gnu.org>
3629
3630 * vc.el (vc-print-log): Bind `inhibit-read-only' to t before and
3631 set-buffer-modified-p to nil after `vc-exec-after'.
3632 * log-view.el (log-view-mode-map): Bind "q", "z", "m" and "d".
3633 (log-view-mode): Make read-only.
3634 (log-view-current-file): Do final `expand-file-name' in the
3635 current `default-directory'.
3636 (log-view-current-tag): Take an optional `where' arg.
3637 (log-view-diff): New user command.
3638
3639 2001-11-12 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3640
3641 * progmodes/cpp.el (cpp-choose-face): Fix typo.
3642
3643 2001-11-12 Sam Steingold <sds@gnu.org>
3644
3645 * emacs-lisp/cl-indent.el (toplevel): Indent properly
3646 `generic-flet', `generic-labels', `with-accessors',
3647 `with-condition-restarts'.
3648
3649 2001-11-12 Richard M. Stallman <rms@gnu.org>
3650
3651 * dired.el: Many trivial doc fixes.
3652 (dired-get-file-for-visit): New function.
3653 (dired-find-alternate-file, dired-mouse-find-file-other-window):
3654 (dired-view-file, dired-find-file-other-window, dired-display-file):
3655 (dired-find-file): Use dired-get-file-for-visit.
3656
3657 2001-11-12 Alex Schroeder <kensanata@yahoo.com>
3658
3659 * sql.el (sql-mode): Doc change.
3660
3661 * sql.el (sql-mode-syntax-table): The backslash is no longer an
3662 escape character.
3663
3664 2001-11-12 Colin Walters <walters@debian.org>
3665
3666 * calc/calc-keypd.el (toplevel): Bind mouse buttons.
3667 (calc-do-keypad): Don't attempt to use nonexistent global
3668 mouse-map, use calc-keypad-map.
3669 (calc-keypad-x-left-click): Renamed to calc-keypad-left-click.
3670 (calc-keypad-left-click): Don't use mouse-map; update to new event
3671 interface.
3672 (calc-keypad-x-middle-click, calc-keypad-x-right-click): Ditto.
3673 (calc-keypad-press): Use `unread-command-events' instead of
3674 `unread-command-char'.
3675
3676 * calc/calc-ext.el (calc-init-extensions): Update autoload names
3677 to match files renamed on initial calc import.
3678
3679 2001-11-12 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3680
3681 * textmodes/flyspell.el (flyspell-default-dictionary):
3682 Fix previous change.
3683
3684 2001-11-12 Richard M. Stallman <rms@gnu.org>
3685
3686 * textmodes/flyspell.el (flyspell-default-dictionary):
3687 Fix custom type.
3688
3689 2001-11-11 Richard M. Stallman <rms@gnu.org>
3690
3691 * calendar/solar.el (solar-sunrise-and-sunset):
3692 Exchange the two extreme values of day-length.
3693
3694 * progmodes/sh-script.el (sh-must-be-shell-mode):
3695 Allow modes derived from sh-mode.
3696
3697 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
3698 Turn off error in some re-search-forward calls.
3699
3700 * replace.el (query-replace-skip-read-only): New variable.
3701 (perform-replace): If that variable is non-nil, ignore matches
3702 that have a read-only property.
3703
3704 * derived.el (define-derived-mode): Doc fix.
3705
3706 * server.el (server-buffer-done): Test of server-existing-buffer
3707 was backwards.
3708 (server-existing-buffer): Doc fix.
3709
3710 * textmodes/flyspell.el (flyspell-default-dictionary):
3711 Allow nil as value, and make nil the default.
3712
3713 2001-11-11 Eli Zaretskii <eliz@is.elta.co.il>
3714
3715 * menu-bar.el (menu-bar-edit-menu): Don't use x-selection-exists-p if
3716 it is not fboundp.
3717 (clipboard-yank): Ditto.
3718
3719 2001-11-11 Colin Walters <walters@verbum.org>
3720
3721 The following changes are based on patches from
3722 Eli Zaretskii <eliz@is.elta.co.il>, Kai Gro\e,A_\e(Bjohann
3723 <Kai.Grossjohann@CS.Uni-Dortmund.DE>, and others.
3724
3725 * calc/calc.el (toplevel): Require calc-macs.
3726 (calc-minibuffer-size): New.
3727 (calcDigit-nondigit): Use it instead of `buffer-size'.
3728 (calcDigit-backspace): Likewise.
3729 (calcDigit-nondigit): Use `minibuffer-contents' instead of
3730 `buffer-string'.
3731 (calc-minibuffer-contains): Use `minibuffer-prompt-end' instead of
3732 `point-min'.
3733 (calcDigit-key): Use `calc-minibuffer-contains' instead of a
3734 `save-excursion'.
3735
3736 * calc/calc-macs.el (calc-record-compilation-date-macro): Return a
3737 simple `setq' form.
3738
3739 * calc/calc-ext.el: (toplevel): Require calc.
3740 (calc-fancy-prefix-map): New.
3741 (calc-fancy-prefix): Use it.
3742 (calc-fancy-prefix-other-key): New.
3743
3744 * calc/calc-aent.el (toplevel): Require calc-macs during compilation.
3745 (calc-do-quick-calc): Use `frame-width' instead of `screen-width'.
3746 (calcAlg-edit): Use `minibuffer-contents' instead of `buffer-string'.
3747 (calcAlg-enter): Likewise.
3748 (calcAlg-enter): Use `minibuffer-prompt-end' instead of `point-min'.
3749
3750 2001-11-10 Richard M. Stallman <rms@gnu.org>
3751
3752 * abbrev.el (read-abbrev-file): Don't set save-abbrevs.
3753 (quietly-read-abbrev-file): Doc fix.
3754
3755 * startup.el (command-line): Read standard abbrev
3756 file (abbrev-file-name), if it exists.
3757
3758 * files.el (save-abbrevs): Default value is t.
3759
3760 * progmodes/compile.el (compile-goto-error): Fix previous change
3761 in the case where subsequent errors have not been parsed yet
3762 because they are in a different source file.
3763
3764 2001-11-10 Peter Kleiweg <kleiweg@let.rug.nl>
3765
3766 * progmodes/ps-mode.el (ps-mode-font-lock-keywords-1):
3767 Merge two regular expressions into one.
3768 (ps-mode): Make local bindings for `comment-start' and
3769 `comment-start-skip'.
3770 (ps-mode-looking-at-nested): Simplify an if-else construct;
3771 use `set-match-data' to set the result.
3772
3773 2001-11-10 Richard M. Stallman <rms@gnu.org>
3774
3775 * textmodes/flyspell.el (flyspell-correct-word/local-keymap):
3776 Function deleted.
3777 (flyspell-correct-word): Old definition deleted.
3778 (flyspell-correct-word/mouse-keymap): Renamed to flyspell-correct-word.
3779 All references renamed too.
3780
3781 2001-11-10 Gerd Moellmann <gerd@gnu.org>
3782
3783 * Makefile.in (finder_setwins, setwins): Exclude Calc.
3784
3785 2001-11-09 Per Abrahamsen <abraham@dina.kvl.dk>
3786
3787 * wid-edit.el (checklist): Removed `:menu-tag'.
3788 (radio-button-choice): Ditto.
3789 (editable-list): Ditto.
3790
3791 2001-11-09 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3792
3793 * play/gomoku.el: Move definitions of constants to the beginning
3794 of file, before their use.
3795
3796 2001-11-09 Richard M. Stallman <rms@gnu.org>
3797
3798 * textmodes/flyspell.el: Use the keymap property
3799 instead of local-map, and don't use a minor-mode map.
3800 (flyspell-mode-map): Variable deleted.
3801 Don't mess with minor-mode-map-alist.
3802 (calling add-minor-mode): Specify nil for keymap.
3803 And always use add-minor-mode, now that it exists.
3804 (flyspell-overlay-keymap-property-name): Set it to `keymap'.
3805 (flyspell-mode-on): Don't locally bind flyspell-mouse-map
3806 or flyspell-local-mouse-map.
3807 (make-flyspell-overlay): Use flyspell-mouse-map directly.
3808 (flyspell-mode): Doc fix.
3809 (flyspell-mode-on): Don't call make-local-hook.
3810
3811 2001-11-09 Sam Steingold <sds@gnu.org>
3812
3813 * emacs-lisp/debug.el (debugger-make-xrefs):
3814 Add buttons to all symbols.
3815
3816 2001-11-09 Andre Spiegel <spiegel@gnu.org>
3817
3818 * vc.el: Add John David Smith to credits.
3819
3820 Suggested by Kalle Olavi Niemitalo <kon@iki.fi>:
3821
3822 * vc-hooks.el (vc-error-occured): Backquotified.
3823 (vc-file-prop-obarray): Use prime length for better efficiency.
3824
3825 * vc.el (vc-clear-context): Fill obarray with 0, not nil.
3826
3827 2001-11-09 Eli Zaretskii <eliz@is.elta.co.il>
3828
3829 * info.el (Info-file-list-for-emacs): Add entries for Calc.
3830
3831 2001-11-09 Miles Bader <miles@gnu.org>
3832
3833 * subr.el (functionp): Don't consider macros as functions.
3834
3835 2001-11-08 Miles Bader <miles@gnu.org>
3836
3837 * subr.el (functionp): Make work correctly for macros and unbound
3838 symbols.
3839
3840 * comint.el (comint-send-input): Fix description of
3841 `comint-process-echoes' in the doc-string.
3842
3843 2001-11-08 Eli Zaretskii <eliz@is.elta.co.il>
3844
3845 * international/mule.el (make-translation-table): Doc fix.
3846 Suggested by Alex Schroeder <alex@gnu.org>.
3847
3848 2001-11-07 Richard M. Stallman <rms@gnu.org>
3849
3850 * info.el (Info-fontify-node): Highlight every third menu item.
3851
3852 2001-11-07 Per Abrahamsen <abraham@dina.kvl.dk>
3853
3854 * cus-edit.el (custom-face-value-create): Don't ignore the
3855 `customized-face' attribute when finding the current face spec.
3856
3857 2001-11-07 Stefan Monnier <monnier@cs.yale.edu>
3858
3859 * subr.el (with-local-quit): New macro.
3860 (make-syntax-table): Always inherit.
3861 (functionp): Be more careful when `object' is a symbol.
3862
3863 * dabbrev.el (dabbrev-completion): Use "*Completions*".
3864
3865 2001-11-07 Paul Eggert <eggert@twinsun.com>
3866
3867 * dired.el (dired-move-to-filename-regexp):
3868 Do not distinguish between ASCII letters and non-ASCII characters.
3869 Don't allow comma except in the form "month day, year".
3870 Don't allow space between month name and comma.
3871 Clean up the code that checks for trailing period, comma, and space.
3872 Remove now-obsolete comments, and add more commentary about
3873 Japanese dates.
3874 Always gobble up trailing spaces, instead of doing it only sometimes.
3875
3876 2001-11-07 Miles Bader <miles@gnu.org>
3877
3878 * paren.el (show-paren-match-face): Add dark-background variant.
3879
3880 2001-11-06 Stefan Monnier <monnier@cs.yale.edu>
3881
3882 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Paren typo.
3883 (lisp-mode-variables): Don't set paragraph-{start,separate}.
3884 Don't disable adaptive-fill-mode.
3885 (lisp-fill-paragraph): Use tab-width rather than 8.
3886 Prevent filling the first line of docstrings.
3887
3888 2001-11-06 Richard M. Stallman <rms@gnu.org>
3889
3890 * play/gomoku.el (gomoku): Doc fix.
3891
3892 * jka-compr.el (jka-compr-partial-uncompress):
3893 Support an alternative of not using dd.
3894 (jka-compr-dd-program): Use defcustom to define this.
3895 (jka-compr-load-suffixes): Use defcustom.
3896 (jka-compr-mode-alist-additions): Use defcustom.
3897
3898 2001-11-06 Stefan Monnier <monnier@cs.yale.edu>
3899
3900 * font-lock.el (font-lock-match-c-style-declaration-item-and-skip-to-next):
3901 Also work when LIMIT is further than the end of line.
3902
3903 2001-11-06 Eli Zaretskii <eliz@is.elta.co.il>
3904
3905 * international/quail.el (quail-update-leim-list-file): Print the
3906 offending file name if some of its quail-define-package forms is broken.
3907
3908 2001-11-05 Richard M. Stallman <rms@gnu.org>
3909
3910 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Return the value
3911 of the evaluated form.
3912
3913 2001-11-05 Paul Eggert <eggert@twinsun.com>
3914
3915 * ls-lisp.el (ls-lisp-time-to-seconds): New function.
3916 (ls-lisp-format-time): Emulate GNU fileutils 4.1.1 ls, whose time
3917 stamps always line up by default. Also, it uses a slightly
3918 different window to determine whether files are "recent".
3919
3920 2001-11-05 Andrew Innes <andrewi@gnu.org>
3921
3922 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
3923 Don't attempt to remake autoloads before nuking .elc files.
3924
3925 2001-11-04 Richard M. Stallman <rms@gnu.org>
3926
3927 * emacs-lisp/lisp-mode.el (last-sexp-toggle-display): Cope if
3928 previous-single-property-change or next-single-char-property-change
3929 returns nil.
3930
3931 * international/mule-cmds.el (set-locale-environment):
3932 Make it interactive; make arg optional.
3933
3934 * international/mule-diag.el (help-funs): Require help-funs.
3935
3936 2001-11-04 Eli Zaretskii <eliz@is.elta.co.il>
3937
3938 * term/internal.el (term-setup-hook): Add IT-setup-unicode-display.
3939
3940 2001-11-04 Miles Bader <miles@gnu.org>
3941
3942 * startup.el (fancy-splash-head): Reapply Gerd's hack to make the
3943 shadow of the splash image grey on a dark background instead of black.
3944
3945 2001-11-03 Stefan Monnier <monnier@cs.yale.edu>
3946
3947 * term.el (all faces): Don't (copy-face 'default <foo>).
3948
3949 * term/xterm.el (function-key-map):
3950 Add entry for `ESC [ 3 ~' -> <delete>
3951 Add entries `ESC O 5 [ABCD]' -> C-{up,down,right,left}.
3952 Use inheritance so that .emacs and terminfo take precedence.
3953
3954 2001-11-03 Eli Zaretskii <eliz@is.elta.co.il>
3955
3956 * tooltip.el (tooltip-delay): Decrease to 0.7.
3957 (tooltip-hide-delay): Enlarge to 10.
3958
3959 2001-11-03 Richard M. Stallman <rms@gnu.org>
3960
3961 * startup.el (fancy-splash-tail): Explain how to recover
3962 from a crash, if there was a crash.
3963 (command-line-1): Reorganize display of startup screen,
3964 to simplify the logic. Use a temp buffer for it.
3965
3966 2001-11-03 Eli Zaretskii <eliz@is.elta.co.il>
3967
3968 * frame.el (set-background-color, set-foreground-color):
3969 Call face-set-after-frame-default, to propagate the new colors to
3970 the frame's parameters alist.
3971
3972 * calendar/timeclock.el (timeclock-out): Signal an error if
3973 timeclock-last-event is nil.
3974
3975 2001-11-02 Stefan Monnier <monnier@cs.yale.edu>
3976
3977 * textmodes/fill.el (fill-context-prefix): Fix braino.
3978
3979 * international/quail.el (quail-help):
3980 Use `help-buffer' and move `help-setup-xref' to beginning.
3981
3982 * international/mule-cmds.el (describe-language-environment):
3983 Use `help-buffer' and move `help-setup-xref' to beginning.
3984
3985 * international/mule-diag.el (list-character-sets)
3986 (sort-listed-character-sets, describe-character-set)
3987 (describe-coding-system, describe-fontset, list-fontsets):
3988 Use `help-buffer' and move `help-setup-xref' to beginning.
3989 (describe-char-after): Use `internal-describe-syntax-value'.
3990
3991 2001-11-02 Richard M. Stallman <rms@gnu.org>
3992
3993 * mouse.el (popup-menu): If the user refuses to select
3994 from a menu, don't try to invoke the menu.
3995
3996 2001-11-02 Miles Bader <miles@gnu.org>
3997
3998 * help-mode.el (help-xref): New button type.
3999 (help-function, help-variable, help-face, help-coding-system)
4000 (help-input-method, help-character-set, help-type, help-symbol)
4001 (help-back, help-info, help-customize-variable, help-customize-face)
4002 (help-function-def, help-variable-def): Use it as a supertype.
4003 Remove `action' property.
4004
4005 * international/mule-diag.el (describe-character-set)
4006 (describe-coding-system): Pass correct args to `help-xref-button'.
4007 (sort-listed-character-sets): New button type.
4008 (list-character-sets): Use it.
4009 (list-charset-chars): New button type.
4010 (list-character-sets-1): Use it.
4011
4012 2001-11-01 Stefan Monnier <monnier@rum.cs.yale.edu>
4013
4014 * indent.el (tab-always-indent, indent-for-tab-command):
4015 Remove redundant `never' setting.
4016
4017 * fill.el (fill-region-as-paragraph): Don't forget to skip
4018 over current whitespace before looking for a preceding space.
4019
4020 2001-11-01 Richard M. Stallman <rms@gnu.org>
4021
4022 * files.el (file-newest-backup): Don't pass backup file name
4023 thru file-name-sans-versions, because it never has version numbers.
4024
4025 * textmodes/sgml-mode.el (sgml-xml-guess): Fix regexp
4026 to avoid ambiguous nested loops.
4027
4028 * files.el (find-file-noselect): Offer to change buffer-read-only
4029 only when the file's read-only status has changed from before
4030 as well as disagreeing with the buffer's current status.
4031 (buffer-file-read-only): New var, local in all buffers.
4032
4033 * buff-menu.el (buffer-menu): Doc fix.
4034 (buffer-menu-other-window): Doc fix.
4035 (list-buffers, list-buffers-noselect): Doc fix.
4036
4037 2001-11-01 Gerd Moellmann <gerd@gnu.org>
4038
4039 * startup.el (command-line): If the terminal Emacs is running on
4040 has erase char set to ^H, use the Backspace key for deleting
4041 backward, and the Delete key for deleting forward.
4042
4043 2001-11-01 Miles Bader <miles@gnu.org>
4044
4045 * button.el (define-button-type): Make sure every user-defined
4046 button type has a supertype.
4047
4048 2001-10-31 Jason Rumney <jasonr@gnu.org>
4049
4050 * international/mule-cmds.el (locale-language-names): Add chs and
4051 cht as aliases for Chinese-GB and Chinese-BIG5.
4052
4053 2001-10-31 Richard M. Stallman <rms@gnu.org>
4054
4055 * bindings.el (mode-line-frame-identification): Add doc string.
4056 (mode-line-position, mode-line-modes): New variables.
4057 (mode-line-format): Use mode-line-position for the part
4058 that displays the position-in-buffer info.
4059 Use mode-line-modes for the part that displays major and minor modes.
4060
4061 2001-10-31 Sam Steingold <sds@gnu.org>
4062
4063 * emacs-lisp/debug.el (debugger-make-xrefs): New function.
4064 (debugger-setup-buffer): Call it.
4065 (debugger-mode-map): Bind RET and mouse-2.
4066
4067 2001-10-31 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4068
4069 * startup.el: Document command line option --no-window-system
4070 instead of --no-windows.
4071
4072 2001-10-30 Stefan Monnier <monnier@cs.yale.edu>
4073
4074 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip.
4075
4076 * font-lock.el (java-font-lock-syntactic-face-function): New fun.
4077 (font-lock-defaults-alist): Use it.
4078 From David Ponce <david.ponce@wanadoo.fr>
4079
4080 * progmodes/perl-mode.el (perl-indent-line): Use `eq' to compare
4081 output of `char-after'.
4082
4083 * bindings.el (ctl-x-map): Add binding for C-x (, C-x ) and C-x e.
4084
4085 * simple.el (reindent-then-newline-and-indent): Insert the newline
4086 before indenting the first line.
4087 (undo-get-state, undo-revert-to-state): New funs.
4088 (shell-command): Don't kill the buffer even if empty.
4089 (transpose-subr-start1, transpose-subr-start2, transpose-subr-end1)
4090 (transpose-subr-end2): Remove.
4091 (transpose-subr): Add `special' arg and simplify.
4092 (transpose-subr-1): Rewrite.
4093 (do-auto-fill): Use fill-indent-according-to-mode and fill-nobreak-p.
4094 (rfc822-goto-eoh): Simplify.
4095
4096 2001-10-30 Richard M. Stallman <rms@gnu.org>
4097
4098 * enriched.el (enriched-face-ans): Fix previous change.
4099
4100 2001-10-30 Gerd Moellmann <gerd@gnu.org>
4101
4102 * international/iso-acc.el (iso-accents-compose): Remove a
4103 superfluous setq.
4104
4105 2001-10-30 Eli Zaretskii <eliz@is.elta.co.il>
4106
4107 * buff-menu.el (list-buffers-noselect): If the buffer's name
4108 starts with a blank, but it visits a file, do show it (for files
4109 whose names start with a blank).
4110
4111 2001-10-30 Stefan Monnier <monnier@cs.yale.edu>
4112
4113 * textmodes/fill.el (sentence-end-double-space)
4114 (sentence-end-without-period): Move to paragraphs.el.
4115 (fill-indent-according-to-mode): Change default to t.
4116 (fill-context-prefix): Simplify control-flow and use a more
4117 sophisticated merge that unifies both previous checks.
4118 (fill-single-word-nobreak-p, fill-french-nobreak-p): New funs.
4119 (fill-nobreak-predicate): Make it into a defcustom'd hook.
4120 (fill-nobreak-p): New fun.
4121 (fill-region-as-paragraph): Use it.
4122 Handle `fill-indent-according-to-mode' slightly differently.
4123 (fill-individual-paragraphs-prefix): Simplify the control-flow.
4124 (fill-individual-paragraphs-citation): Fix.
4125
4126 * textmodes/paragraphs.el (use-hard-newlines): Use define-minor-mode.
4127 (paragraph-start): Change default to the `text-mode' value.
4128 (sentence-end-double-space, sentence-end-without-period):
4129 Move from fill.el.
4130 (forward-paragraph): Use `parstart' and `parsep' for temp variables
4131 rather than rebinding `paragraph-start' and `paragraph-separate'.
4132
4133 * indent.el (indent-line-function): Change default to indent-relative.
4134 (tab-always-indent): Add an `never' setting.
4135 (indent-according-to-mode): Handle `indent-relative' and
4136 `indent-relative-maybe' specially.
4137 (indent-for-tab-command): Rename `prefix-arg' to `arg'.
4138 Handle the `never' case for `tab-always-indent'.
4139 Don't call indent-according-to-mode for indent-relative' and
4140 `indent-relative-maybe'.
4141 (insert-tab): Rename `prefix-arg' to `arg'.
4142 (indent-region): Indent the first line as well.
4143 (indent-relative): Don't mark the buffer modified if the indentation
4144 is unchanged.
4145
4146 * textmodes/text-mode.el (paragraph-indent-minor-mode):
4147 Don't set paragraph-separate. Set paragraph-start more carefully.
4148 Set indent-line-function.
4149 (paragraph-indent-text-mode): Use it and define-derived-mode.
4150 (text-mode-map): Remove the \t binding.
4151 (text-mode): Simplify now that the default is more favorable.
4152
4153 2001-10-29 Stefan Monnier <monnier@cs.yale.edu>
4154
4155 * emacs-lisp/find-func.el (find-function-search-for-symbol):
4156 If the regexp doesn't match, use a looser one.
4157 (find-variable-noselect): Add `file' argument.
4158
4159 * pcvs.el (cvs-mode-commit-hook): New hook.
4160 (cvs-mode-commit): Run it.
4161
4162 * log-edit.el (log-edit): Run hook after `log-edit-files'.
4163
4164 * emacs-lisp/edebug.el (delay-mode-hooks): Add edebug-spec.
4165 (edebug-instrument-function): Use `find-function-noselect'.
4166
4167 2001-10-29 Richard M. Stallman <rms@gnu.org>
4168
4169 * term.el (term-if-emacs19): Macro deleted.
4170 Callers changed to use progn instead.
4171
4172 * frame.el (blink-cursor-mode): Doc fix.
4173
4174 * files.el (find-backup-file-name): Use make-backup-file-name.
4175
4176 * emacs-lisp/edebug.el (edebug-window-live-p): Always alias to
4177 window-live-p.
4178 (edebug-set-conditional-breakpoint): Unconditionally use
4179 the former Emacs >=19 definition.
4180 (edebug-mark): Define unconditionally.
4181 (edebug-eval-expression): Always call read-from-minibuffer
4182 and specify history list.
4183 (edebug-lemacs-specific): Override emacs-mark, edebug-window-live-p,
4184 edebug-set-conditional-breakpoint.
4185 (edebug-emacs-version-specific): Function deleted;
4186 do the job at top level.
4187 (edebug-emacs-19-specific): Function deleted, this is the default.
4188
4189 2001-10-29 Sam Steingold <sds@gnu.org>
4190
4191 * w32-fns.el (convert-standard-filename): Handle cygwin-specific
4192 "/cygdrive/LETTER/" pathnames.
4193
4194 2001-10-29 Eli Zaretskii <eliz@is.elta.co.il>
4195
4196 * faces.el (invert-face): Check for 'unspecified, not for nil,
4197 when testing whether face colors are not specified.
4198 From David.Kastrup@t-online.de (David Kastrup).
4199 (read-face-name): Doc fix.
4200 (make-face-bold, make-face-unbold, make-face-italic)
4201 (make-face-unitalic, make-face-bold-italic, invert-face):
4202 Remove trailing blank from the prompt passed to read-face-name.
4203
4204 2001-10-29 Sam Steingold <sds@gnu.org>
4205
4206 * emacs-lisp/bytecomp.el (byte-recompile-directory):
4207 Report numbers of files skipped and failed too.
4208 (byte-compile-file): Return 'no-byte-compile for skipped files.
4209
4210 2001-10-29 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4211
4212 * log-view.el (log-view-mode-map): Bind `M-n' and `M-p', not `M n'
4213 and `M p'.
4214
4215 2001-10-29 Gerd Moellmann <gerd@gnu.org>
4216
4217 * international/iso-acc.el (iso-accents-compose): Push SECOND-CHAR
4218 as is on unread-command-events instead of `(SECOND-CHAR)'.
4219
4220 2001-10-29 Andre Spiegel <spiegel@gnu.org>
4221
4222 * vc.el: Mention vc-*-switches in backend API documentation.
4223 (vc-annotate): Adapt doc string to recent change.
4224
4225 2001-10-29 Gerd Moellmann <gerd@gnu.org>
4226
4227 * enriched.el (enriched-face-ans): Handle face attributes
4228 of the form `(FACE1 FACE2 ...)'.
4229
4230 * dired-x.el (dired-omit-startup): Show ``Omit'' only in Dired buffers.
4231
4232 2001-10-29 Alex Schroeder <kensanata@yahoo.com>
4233
4234 * progmodes/sql.el (sql-mysql): Doc change by RMS.
4235
4236 * progmodes/sql.el (sql-db2): Doc change.
4237 (sql-help): Doc change by Christian Egli <christian.egli@stest.ch>.
4238 (sql-mysql): Doc change by Christian Egli <christian.egli@stest.ch>.
4239
4240 2001-10-29 Gerd Moellmann <gerd@gnu.org>
4241
4242 * env.el (substitute-env-vars): Don't quote argument to `rx';
4243 it's a macro.
4244
4245 2001-10-28 Per Abrahamsen <abraham@dina.kvl.dk>
4246
4247 * cus-start.el (recursive-load-depth-limit): Added.
4248
4249 2001-10-28 Richard M. Stallman <rms@gnu.org>
4250
4251 * textmodes/ispell.el (version18p, version20p): Vars deleted.
4252 All uses removed--assume Emacs version is >= 20.
4253
4254 * mail/supercite.el (sc-emacs-features): Test for "Emacs 19"
4255 by really checking that it is not version 18.
4256
4257 * emacs-lisp/lisp-mode.el (eval-defun): Doc fix.
4258
4259 2001-10-28 Miles Bader <miles@gnu.org>
4260
4261 * faces.el (face-attribute): Add INHERIT argument, consider face
4262 inheritance if it's non-nil.
4263 (face-attribute-merged-with): New function.
4264 (face-attribute-specified-or): New macro.
4265 (face-foreground, face-background, face-stipple): Add INHERIT
4266 argument. Use `face-attribute-specified-or'.
4267
4268 2001-10-28 Stefan Monnier <monnier@cs.yale.edu>
4269
4270 * font-lock.el: Require `syntax'.
4271 (font-lock-defaults-alist): Don't define keywords for lisp languages.
4272 Use `c-font-lock-syntactic-face-function' for c languages.
4273 (font-lock-mode): Don't unset vars when turning the mode off.
4274 (font-lock-default-fontify-buffer): Don't unset vars at the end.
4275 (font-lock-extra-managed-props): New var.
4276 (font-lock-default-unfontify-region): Use it.
4277 (font-lock-apply-syntactic-highlight): Flush the syntax cache.
4278 Don't eval the value when there's no match.
4279 (font-lock-ppss-stats): New var.
4280 (font-lock-ppss): New fun.
4281 (font-lock-fontify-syntactically-region): Use it and syntax.ppss.
4282 (font-lock-apply-highlight): Allow `highlight' to set several props.
4283 (font-lock-set-defaults): Use dolist.
4284 (font-lock-unset-defaults): Remove.
4285 (font-lock-match-c-style-declaration-item-and-skip-to-next):
4286 Try to recognize prototypes using `foo P_ ((args))'.
4287 ({c,c++,java,objc}-font-lock-keywords-{1,2,3}): Don't setq a defconst.
4288 (c-font-lock-keywords-2): Fix last change to still use Anders' trick.
4289 (c-font-lock-syntactic-face-function): New function.
4290 (font-lock-match-c++-style-declaration-item-and-skip-to-next)
4291 (c++-keywords): Use a more sophisticated regexp to handle
4292 shallowly nested templates.
4293
4294 2001-10-27 Stefan Monnier <monnier@cs.yale.edu>
4295
4296 * textmodes/sgml-mode.el (sgml-empty-tags): New var.
4297 (sgml-tag): Use it. Cleanup with `cond'.
4298 (sgml-tags-invisible): Make sgml-tags-invisible buffer-local.
4299 Mark the overlays and only delete those that are marked.
4300 (sgml-skip-close-p): Remove.
4301 (sgml-value): Replace sgml-skip-close-p with its definition.
4302 (html-tag-alist): Use sgml-xml a bit more.
4303 (html-mode): Set sgml-empty-tags.
4304
4305 * textmodes/texnfo-upd.el: Use `when', `dolist', `push', ...
4306 (texinfo-update-node, texinfo-sequential-node-update):
4307 Don't bind the obsolete `auto-fill-hook'.
4308 (texinfo-multi-file-included-list,texinfo-multi-file-master-menu-list):
4309 Use `set-buffer' rather than `switch-to-buffer'.
4310 (texinfo-multi-file-update): Use "Top" rather than `up-node-name'.
4311 Use `set-buffer' rather than `switch-to-buffer'.
4312
4313 * mail/sendmail.el (mail-mode-syntax-table): Let it inherit from
4314 text-mode-syntax-table.
4315 (mail-mode): Use define-derived-mode.
4316 Fix ordering of alternatives in adaptive-fill-regexp.
4317 (mail-mode-map): Don't rely on keymap's internal representation.
4318
4319 2001-10-27 Sam Steingold <sds@gnu.org>
4320
4321 * textmodes/sgml-mode.el (sgml-xml): Renamed from `html-xhtml'.
4322 (sgml-xml-guess): Extracted from `html-mode' and generalized.
4323 (sgml-mode-common): Call it.
4324 (sgml-mode, html-mode): Set `mode-name' based on `sgml-xml'.
4325 (sgml-tag, sgml-skip-close-p, html-tag-alist, html-line)
4326 (html-horizontal-rule, html-image, html-ordered-list):
4327 (html-unordered-list, html-list-item, html-paragraph):
4328 (html-checkboxes, html-radio-buttons): Use `sgml-xml' instead of
4329 `html-xhtml'.
4330
4331 2001-10-26 Masayuki Ataka <ataka@milk.freemail.ne.jp>
4332
4333 * textmodes/texinfmt.el (texinfo-format-ifnotinfo): New function.
4334 (ifnothtml): New alias.
4335
4336 2001-10-27 Stefan Monnier <monnier@cs.yale.edu>
4337
4338 * textmodes/text-mode.el (text-mode): Use define-derived-mode.
4339 (toggle-text-mode-auto-fill): Use derived-mode-p.
4340
4341 2001-10-27 Gerd Moellmann <gerd.moellmann@t-online.de>
4342
4343 * net/ange-ftp.el (ange-ftp-send-cmd): Call fix-name-func for
4344 `mdtm'. From "Forrest Cahoon" <forrest.cahoon@merrillcorp.com>.
4345
4346 2001-10-26 Eli Zaretskii <eliz@is.elta.co.il>
4347
4348 * term/pc-win.el (x-frob-font-slant, x-frob-font-weight):
4349 Add make-obsolete cookies, to follow faces.el.
4350
4351 These changes avoid warnings from the byte compiler in faces.el:
4352
4353 * faces.el (internal-get-face): Use facep instead of the obsolete
4354 internal-find-face.
4355 (internal-frob-font-weight, internal-frob-font-slant):
4356 New defaliases for obsolete functions.
4357 (x-make-font-bold, x-make-font-demibold, x-make-font-unbold)
4358 (x-make-font-italic, x-make-font-oblique, x-make-font-unitalic)
4359 (x-make-font-bold-italic): Use internal-frob-font-weight and
4360 internal-frob-font-slant aliases instead of the obsolete
4361 x-frob-... functions.
4362
4363 2001-10-26 Sam Steingold <sds@gnu.org>
4364
4365 * textmodes/sgml-mode.el (html-mode): Set `html-xhtml' from the
4366 DOCTYPE; set `mode-name' based on it.
4367 (html-tag-alist): Use `html-xhtml' for "li", "dt" and "dd".
4368 (sgml-tag): Close empty tags in XHTML.
4369
4370 2001-10-26 Jason Rumney <jasonr@gnu.org>
4371
4372 * w32-fns.el: (w32-charset-info-alist): Use ANSI for iso10646-1
4373 when UNICODE is not defined.
4374
4375 2001-10-26 Sam Steingold <sds@gnu.org>
4376
4377 * font-lock.el (c-font-lock-keywords-2): Do not require labels to
4378 be alone on the line.
4379
4380 2001-10-26 Eli Zaretskii <eliz@is.elta.co.il>
4381
4382 * button.el (button): Special face definition for MS-DOS terminals.
4383
4384 2001-10-26 Sam Steingold <sds@gnu.org>
4385
4386 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
4387 Protect the /= test by checking that the args are non-nil.
4388 (sh-font-lock-close-heredoc): Check eof for being non-nil.
4389
4390 2001-10-26 Tomas Abrahamsson <tab@lysator.liu.se>
4391
4392 * textmodes/artist.el (artist-version): 1.2.4.
4393 (artist-butlast-fn): New variable.
4394 (artist-butlast): New function.
4395 (artist-ellipse-mirror-quadrant): Use it.
4396 (artist-mouse-draw-poly): Use nil for `point-list'.
4397 (artist-mouse-draw-poly): Check for point-list being nil.
4398
4399 2001-10-26 Peter Kleiweg <kleiweg@let.rug.nl>
4400
4401 * progmodes/ps-mode.el (ps-mode-print-function): Remove quote for
4402 lambda expression.
4403 (ps-mode-menu-main): Submenu with options on/off was replaced with
4404 a toggle button.
4405 (ps-mode, ps-run-mode): Define with `define-derived-mode'
4406 (ps-mode): Autoload cookie added on same line as comment
4407 (ps-mode-tabkey, ps-mode-backward-delete-char):
4408 (ps-mode-r-balance): Replace `delete-horizontal-space' and
4409 `indent-to' with `indent-line-to'
4410 (ps-mode-print-buffer, ps-mode-print-region): Use `funcall'
4411 instead of `eval'.
4412 (ps-mode-print-region): Use `with-temp-buffer'.
4413 (ps-run-start): Use of `mapconcat'. Use `apply' instead of `eval'.
4414 (numerous places): Add back-tick and tick around names in
4415 docstrings, fix punctuation in docstrings, remove trailing spaces.
4416
4417 2001-10-25 Stefan Monnier <monnier@cs.yale.edu>
4418
4419 * textmodes/sgml-mode.el (sgml-font-lock-keywords-1): Ignore comments.
4420 (sgml-font-lock-keywords-2): Use `eval'. Moved from sgml-mode-common.
4421 (sgml-font-lock-syntactic-keywords): New var.
4422 (sgml-mode-common): Drop the two args.
4423 Don't make buffer-local variables that aren't used.
4424 Don't set sgml-font-lock-keywords-2 now that it uses `eval instead.
4425 Don't set `before-string' props from sgml-display-text.
4426 (sgml-mode): Use define-derived-mode.
4427 (sgml-tags-invisible): Use sgml-display-text.
4428 (sgml-quote): New command.
4429 (html-tag-alist): Add args for `span'.
4430 (html-mode): Use define-derived-mode.
4431 Set sgml-display-text and sgml-tag-face-alist.
4432
4433 2001-10-25 Sam Steingold <sds@gnu.org>
4434
4435 * add-log.el (add-log-always-start-new-record): New user option.
4436 (add-change-log-entry): Use it.
4437
4438 2001-10-25 Richard M. Stallman <rms@gnu.org>
4439
4440 * progmodes/etags.el (tags-query-replace): Make tags-loop-scan
4441 bind case-fold-search if FROM is not all lower case.
4442
4443 2001-10-25 Gerd Moellmann <gerd@gnu.org>
4444
4445 * startup.el (normal-top-level): Check for frame-initial-frame
4446 only if it's really used.
4447
4448 * mail/mh-utils.el (mh-recenter): Call recenter with arg `(4)'.
4449
4450 * progmodes/compile.el (compilation-parse-errors-filename-function):
4451 New variable.
4452 (compilation-parse-errors): Use it.
4453
4454 2001-10-25 Stefan Monnier <monnier@cs.yale.edu>
4455
4456 * emacs-lisp/checkdoc.el (checkdoc-eval-defun): Call eval-defun
4457 interactively so that C-u M-C-x still does edebug.
4458 (checkdoc-sentencespace-region-engine): Don't force a double-space
4459 after `.' if it doesn't look like an end-of-sentence.
4460 (debug-ignored-errors): Add `disambiguate ...'.
4461
4462 2001-10-24 Stefan Monnier <monnier@cs.yale.edu>
4463
4464 * textmodes/texinfo.el (texinfo-environments)
4465 (texinfo-environment-regexp): Hoist.
4466 (texinfo-font-lock-keywords): Use `italic' and `bold' faces.
4467 Only highlight the menu name in menu items.
4468 Setup `@foo ... @end foo' as text clones.
4469 (texinfo-clone-environment): New function.
4470 (texinfo-mode): Simplify auto-fill-inhibit-regexp.
4471 (texinfo-insert-block): Simplify.
4472 (texinfo-insert-quote): Insert a plain " if preceded by \ or if
4473 the command is repeated.
4474 (texinfo-last-unended-begin, texinfo-next-unmatched-end): New funs.
4475 (texinfo-insert-@end): Simplify.
4476
4477 * textmodes/texnfo-upd.el (texinfo-section-types-regexp)
4478 (texinfo-section-level-regexp, texinfo-subsection-level-regexp)
4479 (texinfo-subsubsection-level-regexp)
4480 (texinfo-update-menu-same-level-regexps)
4481 (texinfo-update-menu-higher-regexps)
4482 (texinfo-update-menu-lower-regexps): Hoist to eliminate warnings.
4483
4484 * derived.el (define-derived-mode): Use {delay,run}-mode-hooks.
4485 (derived-mode-p): Autoload.
4486
4487 * subr.el (delay-mode-hooks, delayed-mode-hooks, run-mode-hooks):
4488 New vars and functions.
4489 (text-clone-maintain, text-clone-create): New functions.
4490
4491 2001-10-25 Miles Bader <miles@gnu.org>
4492
4493 * facemenu.el (facemenu-add-new-face): Fix variable names.
4494
4495 2001-10-24 Richard M. Stallman <rms@gnu.org>
4496
4497 * facemenu.el (facemenu-unlisted-faces): Improve doc strings
4498 of t and nil values.
4499 (facemenu-set-face): Handle START and END interactively.
4500 (facemenu-set-foreground): Don't use a face; specify color directly.
4501 (facemenu-set-background): Likewise.
4502 (facemenu-set-face-from-menu): Doc fix.
4503 (facemenu-active-faces): Use face-attribute-vector
4504 to handle bare attributes not in faces.
4505 (facemenu-get-face): Don't handle face names fg:... and bg:...
4506 specially.
4507 (facemenu-add-new-face): New argument MENU.
4508 New way to handle adding colors to the color menus.
4509
4510 * env.el (substitute-env-vars): Quote the arg to rx.
4511
4512 2001-10-24 Sam Steingold <sds@gnu.org>
4513
4514 * mouse.el (mouse-buffer-menu-mode-groups): Added "Version
4515 Control" and "SGML" groups.
4516
4517 2001-10-24 Martin Stjernholm <bug-cc-mode@gnu.org>
4518
4519 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
4520 Better handling of C++ template args to avoid confusion with `<'
4521 and `>' used as operators in member init expressions.
4522
4523 2001-10-24 Gerd Moellmann <gerd@gnu.org>
4524
4525 * replace.el (perform-replace): Move START and END parameters
4526 to the end of the argument list and make them optional.
4527
4528 * progmodes/ebrowse.el, progmodes/etags.el: Adapt to change in
4529 perform-replace.
4530
4531 * international/fontset.el (x-must-resolve-font-name): New function.
4532 (x-complement-fontset-spec): Use it.
4533
4534 2001-10-23 Stefan Monnier <monnier@cs.yale.edu>
4535
4536 * uniquify.el (uniquify-get-proposed-name): Fix (.. "usr" "/usr" 0).
4537
4538 * progmodes/compile.el (compile-mouse-goto-error, compile-goto-error):
4539 Turn caadr into caar of cdr.
4540
4541 2001-10-23 Gerd Moellmann <gerd@gnu.org>
4542
4543 * info.el (Info-fontify-node): Bind down-mouse-{1,2} instead
4544 of mouse-{1,2} since dragging is on the down event.
4545
4546 * play/doctor.el (make-doctor-variables): Remove a '($ please)'.
4547
4548 * mail/mh-utils.el (mh-recenter): Call `recenter' with arg t
4549 if ARG is nil.
4550
4551 * desktop.el (desktop-last-buffer): New variable.
4552 (desktop-create-buffer): Set it.
4553 (desktop-read): Bind it and switch to that buffer.
4554
4555 2001-10-22 Gerd Moellmann <gerd@gnu.org>
4556
4557 * progmodes/compile.el (compilation-set-window-height):
4558 Select old window only if it's still live.
4559
4560 2001-10-22 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4561
4562 * help-mode.el (help-buffer): Remove debugging code.
4563 From Stefan Monnier <monnier@cs.yale.edu>.
4564
4565 2001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
4566
4567 * files.el (file-name-sans-extension, file-name-extension):
4568 Don't count the leading dots in file names as signaling an extension.
4569
4570 2001-10-22 Andre Spiegel <spiegel@gnu.org>
4571
4572 * vc.el (vc-diff-switches): Doc rewritten.
4573
4574 2001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
4575
4576 * tooltip.el (tooltip-set-param): Doc fix.
4577
4578 * textmodes/sgml-mode.el (sgml-mode-map): Bind 8-bit codes above
4579 127 to sgml-maybe-name-self.
4580 (sgml-name-8bit-mode): Doc fix.
4581 (sgml-char-names-table): New variable.
4582 (sgml-name-char): Support non-ASCII and mule-unicode-*
4583 characters. Doc fix.
4584 (sgml-maybe-name-self): Convert unibyte characters to multibyte.
4585
4586 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Mention in the
4587 doc string the effect of `left' and `top' parameters in
4588 tooltip-frame-parameters, the default values, and the units.
4589 (tooltip-frame-parameters): Mention `top' and `left' in the doc string.
4590 (tooltip-show): Mention in the doc string the `top' and `left'
4591 parameters in tooltip-frame-parameters, and x-max-tooltip-size.
4592
4593 2001-10-22 Andre Spiegel <spiegel@gnu.org>
4594
4595 Add autoscaling support for vc-annotate.
4596 From J.D. Smith <jdsmith@alum.mit.edu>.
4597
4598 * vc.el (vc-annotate-display-default): Accept colormap scaling
4599 ratio (now deprecated).
4600 (vc-annotate-display-autoscale): Added.
4601 (vc-annotate-add-menu): New autoscaling menu options "Span to
4602 Oldest" and "Span Oldest->Newest". Easymenu support added for
4603 toggle menus driven by customize variable `vc-annotate-display-mode'.
4604 (vc-annotate-display-select): Added.
4605 (vc-annotate): Changed temp-buffer-show-function to
4606 `vc-annotate-display-select'.
4607 (vc-annotate-display): Removed arguments BUFFER and BACKEND.
4608 Added argument OFFSET. Instead of backend function, calls now
4609 generic `vc-annotate-difference'.
4610 (vc-annotate-difference): Added as generic function instead of
4611 backend-specific function. No longer takes argument POINT, but
4612 instead accepts a time OFFSET.
4613 (vc-default-annotate-current-time): Added.
4614
4615 * vc-cvs.el (vc-cvs-annotate-difference): Removed to generic
4616 version in vc.el, with
4617 (vc-cvs-annotate-current-time): Added, as override of default.
4618 (vc-cvs-annotate-time) Added. Taken mostly from the (now removed)
4619 `vc-cvs-annotate-difference'.
4620
4621 2001-10-22 Gerd Moellmann <gerd@gnu.org>
4622
4623 * saveplace.el (save-place): Require `saveplace'.
4624
4625 * progmodes/cwarn.el (cwarn-font-lock-feature-keywords-alist):
4626 Use `sexp' for :value-type instead of `face'.
4627
4628 2001-10-21 Eli Zaretskii <eliz@is.elta.co.il>
4629
4630 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Fix the
4631 regexps due to 5-digit message IDs.
4632
4633 2001-10-21 Jason Rumney <jasonr@gnu.org>
4634
4635 * term/w32-win.el (redisplay-dont-pause): Don't set.
4636
4637 2001-10-21 Miles Bader <miles@gnu.org>
4638
4639 * help-funs.el (help-manyarg-func-alist): Variable removed.
4640
4641 2001-10-21 Miles Bader <miles@gnu.org>
4642
4643 * help-funs.el (help-manyarg-func-alist): Remove entries for
4644 `insert', `insert-and-inherit', `insert-before-markers',
4645 `insert-before-markers-and-inherit', `message', `message-box',
4646 `message-or-box', `propertize', `format', `encode-time', `append',
4647 `concat', `vconcat', `nconc', `widget-apply', `make-hash-table',
4648 `insert-string', `ml-if', `ml-provide-prefix-argument', and
4649 `ml-prefix-argument-loop'.
4650
4651 2001-10-21 Andre Spiegel <spiegel@gnu.org>
4652
4653 * vc.el (vc-diff-internal, vc-coding-system-for-diff)
4654 (vc-default-diff-tree): New functions.
4655 (vc-version-diff): Use them. As a result, coding systems are now
4656 set up properly for all sorts of diffs, and tree diffs can now
4657 also be done locally.
4658 (vc-diff): With a prefix argument, don't require that it's called
4659 from a buffer under version control.
4660 (diff-switches): Remove duplicate definition.
4661
4662 * vc-cvs.el (vc-cvs-diff-tree): New function.
4663
4664 2001-10-21 Miles Bader <miles@gnu.org>
4665
4666 * help-funs.el (help-manyarg-func-alist): Remove entries for
4667 `list', `vector', `make-byte-code', `call-process',
4668 `call-process-region', `string', `+', `-', `*', `/', `max', `min',
4669 `logand', `logior', and `logxor'.
4670
4671 * wid-edit.el (checkbox): Swap bg/fg colors in image, and invert
4672 image bits to compensate. Use `make-string' instead of
4673 `make-bool-vector' (XBM apparently wants byte-aligned rows).
4674
4675 2001-10-20 Kim F. Storm <storm@cua.dk>
4676
4677 * simple.el (kill-ring-save): Don't show extent of copied region
4678 if using transient-mark-mode and region is fully visible.
4679
4680 2001-10-20 Gerd Moellmann <gerd@gnu.org>
4681
4682 * (Version 21.1 released.)
4683
4684 2001-10-19 Eli Zaretskii <eliz@is.elta.co.il>
4685
4686 * files.el (auto-mode-alist): Associate .indent.pro with
4687 Fundamental mode. Suggested by Samuel Padgett <spadgett1@nc.rr.com>.
4688
4689 2001-10-18 Sam Steingold <sds@gnu.org>
4690
4691 Put the *Compile-Log* buffer in `compilation-mode'.
4692 * emacs-lisp/bytecomp.el (byte-goto-log-buffer): New function.
4693 (byte-compile-log-1, byte-compile-log-file)
4694 (displaying-byte-compile-warnings): Use it
4695
4696 2001-10-18 Stefan Monnier <monnier@cs.yale.edu>
4697
4698 * mail/smtpmail.el (smtpmail-via-smtp): Use mail-envelope-from if set.
4699
4700 * xml.el (xml-parse-tag): Use eq on char-after's return value.
4701
4702 2001-10-18 Gerd Moellmann <gerd@gnu.org>
4703
4704 * isearch.el (isearch-mode-map): Bind `mouse-movement' to nil.
4705
4706 * obsolete/hilit19.el (hilit-lookup-face-create):
4707 Call set-face-font only if display-graphic-p.
4708 (toplevel): Remove references to window-system.
4709
4710 2001-10-18 Miles Bader <miles@gnu.org>
4711
4712 * simple.el (what-line): Avoid problems with field properties.
4713
4714 2001-10-17 Eli Zaretskii <eliz@is.elta.co.il>
4715
4716 * wid-edit.el (widget-field-face, widget-single-line-field-face):
4717 Define special colors for a tty.
4718
4719 2001-10-17 Francesco Potorti` <pot@gnu.org>
4720
4721 * comint.el (comint-password-prompt-regexp): Make it less
4722 restrictive, letting comint recognise OpenSSH2 passphrase prompts.
4723
4724 2001-10-17 John Wiegley <johnw@gnu.org>
4725
4726 * eshell/em-unix.el (eshell/cat): Do a quick test if something is
4727 a regular file, before checking if it is a directory or symlink.
4728 This avoids a call to eshell-file-attributes, which can be
4729 expensive in some situations.
4730
4731 * eshell/em-ls.el (eshell-ls-dired-initial-args): Added an extra
4732 customization variable, to differentiate ls-in-dired from regular
4733 uses of ls.
4734
4735 2001-10-17 Miles Bader <miles@gnu.org>
4736
4737 * custom.el (defface): Mention `:inherit' in doc-string.
4738
4739 2001-10-16 Eli Zaretskii <eliz@is.elta.co.il>
4740
4741 * paren.el: Update the Commentary with installation instructions.
4742
4743 2001-10-15 Dave Love <fx@gnu.org>
4744
4745 * international/mule.el (set-auto-coding): Fix regexps for local
4746 variables section not to eat newlines.
4747
4748 2001-10-15 Miles Bader <miles@gnu.org>
4749
4750 * simple.el (display-message-or-buffer): Pass the correct buffer
4751 to `display-buffer'.
4752
4753 2001-10-14 Stefan Monnier <monnier@cs.yale.edu>
4754
4755 * progmodes/executable.el (executable-binary-suffixes): Make varalias.
4756 (executable-find): Use exec-suffixes.
4757 (executable-set-magic): Don't use make-local-hook.
4758
4759 * bindings.el (exec-suffixes): Initialize to a system-dependent value.
4760
4761 2001-10-14 Eli Zaretskii <eliz@is.elta.co.il>
4762
4763 * bindings.el (completion-ignored-extensions) [ms-dos, windows-nt]:
4764 Add .ico, .pif, .lnk, .dll, .drv, .vxd, and .386.
4765 Add .so to the Unix and GNU branch.
4766
4767 * international/latin-1.el:
4768 * international/latin-2.el:
4769 * international/latin-3.el:
4770 * international/latin-4.el:
4771 * international/latin-5.el:
4772 * international/latin-8.el:
4773 * international/latin-9.el: Add no-byte-compile: t, since
4774 Makefile.in instructs make-docfile to look at .el files.
4775
4776 2001-10-14 Miles Bader <miles@gnu.org>
4777
4778 * button.el (define-button-type): Allow supertype property to be
4779 specified with a keyword `:supertype' too.
4780 (button-put, make-text-button): Allow button type property to be
4781 specified using the keyword `:type' too.
4782 (button-type): New function.
4783 (button): Add `button-category-symbol' property.
4784
4785 2001-10-13 Stefan Monnier <monnier@cs.yale.edu>
4786
4787 * bindings.el (esc-map): Revert `j' and `C-j' bindings to
4788 indent-new-comment-line from comment-indent-new-line.
4789
4790 * textmodes/refill.el (refill-mode):
4791 Bind DEL to backward-delete-char-untabify.
4792 Set backward-delete-char-untabify-method to `hungry'.
4793
4794 * textmodes/bib-mode.el (bib-mode):
4795 * play/gomoku.el (gomoku-mode):
4796 * textmodes/page-ext.el (pages-directory-mode):
4797 * textmodes/scribe.el (scribe-mode): Use define-derived-mode.
4798
4799 * textmodes/two-column.el (2C-mode): Don't use make-local-hook.
4800
4801 * emacs-lisp/syntax.el (syntax-ppss): Autoload.
4802
4803 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
4804 Handle here-docs differently.
4805 (sh-font-lock-heredoc): Remove.
4806 (sh-here-doc-open-re, sh-here-doc-markers, sh-here-doc-re): New vars.
4807 (sh-font-lock-here-doc, sh-font-lock-close-heredoc)
4808 (sh-font-lock-open-heredoc): New functions.
4809 (sh-mode): Don't copy sh-font-lock-syntactic-keywords any more.
4810 (sh-font-lock-keywords-1): Use regexp-opt.
4811 (sh-in-comment-or-string): Use syntax-ppss.
4812 (sh-case, sh-for, sh-indexed-loop, sh-function, sh-if, sh-repeat)
4813 (sh-select, sh-tmp-file): Add explicit terminating \n.
4814
4815 * net/ange-ftp.el (ange-ftp-raw-send-cmd, ange-ftp-wait-not-busy):
4816 Use with-current-buffer.
4817 (ange-ftp-cd): New arg `noerror' to prevent signalling an error.
4818 (ange-ftp-send-cmd): If a `cd' is used (because of a space in the
4819 filename), catch any error that occurs in `ange-ftp-cd'.
4820 If an error happened, don't bother sending `cmd' at all.
4821 Fix a parenthesis typo.
4822 (ange-ftp-write-region): Don't blindly use binary if the remote host
4823 is unix-like.
4824
4825 * play/pong.el (pong-init): Don't use make-local-hook.
4826
4827 2001-10-13 Michael Kifer <kifer@cs.sunysb.edu>
4828
4829 * viper-ex.el (ex-edit): Make checks for modified buffer/file.
4830 (viper-get-ex-address-subr): More precise addr for the $ marker
4831
4832 2001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
4833
4834 * version.el (emacs-version): Bump to 21.1.50.
4835
4836 2001-10-13 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4837
4838 * mail/mailalias.el (mail-directory-stream): Do not double
4839 variables in the lambda-list.
4840
4841 * play/gomoku.el (gomoku-init-display): Ditto.
4842
4843 * play/landmark.el (lm-init-display): Ditto.
4844
4845 * delim-col.el (delimit-columns-rectangle-max): Ditto.
4846 (delimit-columns-rectangle-line): Ditto.
4847
4848 2001-10-12 Stefan Monnier <monnier@cs.yale.edu>
4849
4850 * newcomment.el (comment-region-internal): Don't rebind
4851 invisibility_spec now that the C routines handle it correctly.
4852
4853 * help-funs.el (locate-library): Use load-suffixes and abbrev filename.
4854
4855 * frame.el (special-display-popup-frame): Obey new specs `same-window'
4856 and `same-frame'.
4857
4858 * menu-bar.el (minibuffer-local-*map): Take inheritance into account.
4859
4860 * simple.el (minibuffer-local*-map): Remove redundant bindings.
4861
4862 * bindings.el (minibuffer-local-map): Also bind next, C-n, C-s, prior,
4863 C-p and C-r. Remove redundant bindings from inheriting maps.
4864
4865 * progmodes/cperl-mode.el: Merged in changes from v4.32.
4866 After 4.23 and: After 4.24:
4867 (cperl-contract-levels): Restore position.
4868 (cperl-beautify-level): Likewise.
4869 (cperl-beautify-regexp): Likewise.
4870 (cperl-commentify): Rudimental support for length=1 runs
4871 (cperl-find-pods-heres): Process 1-char long REx comments too /a#/x
4872 After 4.25:
4873 (cperl-commentify): Was recognizing length=2 "strings" as length=1.
4874 (imenu-example--create-perl-index): Was not enforcing
4875 syntaxification-to-the-end.
4876 (cperl-invert-if-unless): Allow `for', `foreach'.
4877 (cperl-find-pods-heres): Quote `cperl-nonoverridable-face'.
4878 Mark qw(), m()x as indentable.
4879 (cperl-init-faces): Highlight `sysopen' too.
4880 Highlight $var in `for my $var' too.
4881 (cperl-invert-if-unless): Was leaving whitespace at end.
4882 (cperl-linefeed): Was splitting $var{$foo} if point after `{'.
4883 (cperl-calculate-indent): Remove old commented out code.
4884 Support (primitive) indentation of qw(), m()x.
4885 After 4.26:
4886 (cperl-problems): Mention `fill-paragraph' on comment. \"" and
4887 q [] with intervening newlines.
4888 (cperl-autoindent-on-semi): New customization variable.
4889 (cperl-electric-semi): Use `cperl-autoindent-on-semi'.
4890 (cperl-tips): Mention how to make CPerl the default mode.
4891 (cperl-mode): Support `outline-minor-mode'. From Mark A. Hershberger.
4892 (cperl-outline-level): New function.
4893 (cperl-highlight-variables-indiscriminately): New customization var.
4894 (cperl-init-faces): Use `cperl-highlight-variables-indiscriminately'.
4895 From Sean Kamath <kamath@pogo.wv.tek.com>.
4896 (cperl-after-block-p): Support CHECK and INIT.
4897 (cperl-init-faces, cperl-short-docs): Likewise and "our".
4898 From Doug MacEachern <dougm@covalent.net>.
4899 After 4.27:
4900 (cperl-find-pods-heres): Recognize \"" as a string.
4901 Mark whitespace between q and [] as `syntax-type' => `prestring'.
4902 Allow whitespace between << and "FOO".
4903 (cperl-problems): Remove \"" and q [] with intervening newlines.
4904 Mention multiple <<EOF as unsupported.
4905 (cperl-highlight-variables-indiscriminately): Doc misprint fixed.
4906 (cperl-indent-parens-as-block): New configuration variable.
4907 (cperl-calculate-indent): Merge cases of indenting non-BLOCK groups.
4908 Use `cperl-indent-parens-as-block'.
4909 (cperl-find-pods-heres): Test for =cut without empty line instead of
4910 complaining about no =cut.
4911 (cperl-electric-pod): Change the REx for POD from "\n\n=" to "^\n=".
4912 (cperl-find-pods-heres): Likewise.
4913 (cperl-electric-pod): Change `forward-sexp' to `forward-word':
4914 POD could've been marked as comment already.
4915 (cperl-unwind-to-safe): Unwind before start of POD too.
4916 After 4.28:
4917 (cperl-forward-re): Throw an error at proper moment REx unfinished.
4918 After 4.29:
4919 (x-color-defined-p): Make an extra case to peacify the warning.
4920 Toplevel: `defvar' to peacify the warnings.
4921 (cperl-find-pods-heres): Could access `font-lock-comment-face' in -nw.
4922 No -nw-compile time warnings now.
4923 (cperl-find-tags): TAGS file had too short substring-to-search.
4924 Be less verbose in non-interactive mode
4925 (imenu-example--create-perl-index): Set index-marker after name
4926 (cperl-outline-regexp): New variable.
4927 (cperl-outline-level): Made compatible with `cperl-outline-regexp'.
4928 (cperl-mode): Made use `cperl-outline-regexp'.
4929 After 4.30:
4930 (cperl-find-pods-heres): =cut the last thing, no blank line, was error.
4931 (cperl-outline-level): Make start-of-file same level as `package'.
4932 After 4.31:
4933 (cperl-electric-pod): `head1' and `over' electric only if empty.
4934 (cperl-unreadable-ok): New variable.
4935 (cperl-find-tags): Use `cperl-unreadable-ok', do not fail
4936 on an unreadable file.
4937 (cperl-write-tags): Use `cperl-unreadable-ok', do not fail
4938 on an unreadable directory.
4939
4940 * progmodes/compile.el (compile-mouse-goto-error, compile-goto-error):
4941 Consider the text between two errors as belonging to the first error.
4942 (compilation-goto-locus): Use pop-to-buffer rather than
4943 switch-to-buffer-other-frame.
4944
4945 * progmodes/awk-mode.el (awk-mode-syntax-table): / has string syntax.
4946 (awk-font-lock-syntactic-keywords): New var.
4947 (awk-mode): Use it.
4948
4949 * expand.el (expand-c-for-skeleton): Add explicit terminating \n.
4950
4951 * faces.el (describe-face): Call help-setup-xref earlier.
4952
4953 * jka-compr.el (jka-compr-load-suffixes): New var.
4954 (jka-compr-install): Add its content to load-suffixes.
4955 (jka-compr-uninstall): Remove its content from load-suffixes.
4956
4957 2001-10-12 Sam Steingold <sds@gnu.org>
4958
4959 * bindings.el (completion-ignored-extensions): CL-related
4960 extensions are platform-independent.
4961
4962 * net/ange-ftp.el (ange-ftp-copy-files-async): New function for
4963 asynchronous multiple file copying.
4964
4965 2001-10-12 Gerd Moellmann <gerd@gnu.org>
4966
4967 * emacs-lisp/bytecomp.el (byte-compile-check-lambda-list):
4968 Turn error for repeated variables into warning.
4969
4970 * emacs-lisp/bytecomp.el (byte-compile-check-lambda-list):
4971 New function checking that lambda-list consists of non-constant
4972 symbols, that &rest and &optional are followed by variable names,
4973 that &rest VAR is the last element, and that variables aren't doubled.
4974 (byte-compile-lambda): Use it.
4975
4976 2001-10-12 Eli Barzilay <eli@barzilay.org>
4977
4978 * calculator.el (calculator-eng-display): Don't call concat
4979 with an integer argument.
4980
4981 2001-10-12 Miles Bader <miles@gnu.org>
4982
4983 * help-mode.el (help-customize-face): New button-type.
4984
4985 * faces.el (list-faces-display): Fix args to `help-xref-button'.
4986 (describe-face): Fix args to `help-xref-button'.
4987 Don't switch to help-buffer around call to `help-setup-xref'.
4988 Use `help-buffer' instead of hard-wired "*Help*".
4989 Require `help-mode'.
4990
4991 2001-10-11 Stefan Monnier <monnier@cs.yale.edu>
4992
4993 * net/goto-addr.el (goto-address-mail-regexp): Allow + in username.
4994
4995 * help-mode.el (help-buffer): New function.
4996 Returns the buffer-name to use for help output.
4997 Change all the code to use it instead of hard-coding *Help*.
4998 (help-mode-map): Put back the mouse-2 binding.
4999 (help-xref-stack): Change the format and make buffer-local.
5000 (help-xref-stack-item): Make buffer-local.
5001 (help-setup-xref): Do the `push' here rather than in help-do-xref.
5002 (help-xref-interned): Display the face doc as well.
5003 (help-follow-mouse): Re-introduce.
5004 (help-xref-go-back): Adapt to the new use of help-xref-stack.
5005 (help-do-xref): Don't `push' any more.
5006 (help-follow): Also follow face names.
5007
5008 * help-funs.el (describe-function-1): Remove unused `parens' arg.
5009 Don't call help-setup-xref anymore and remove its `interactive-p' arg.
5010 Autoload and cleanup.
5011 (describe-function): Call help-setup-xref.
5012 (describe-variable): Call help-setup-xref earlier.
5013
5014 * help.el (describe-bindings-internal): New fun moved from keymap.c.
5015 (view-lossage): Call help-setup-xref correctly and earlier.
5016 (describe-bindings): Call help-setup-xref earlier.
5017 (describe-key): Call help-setup-xref. Fix call to describe-function-1.
5018 (describe-mode): Don't autoload. Call help-setup-xref earlier.
5019
5020 2001-10-11 Gerd Moellmann <gerd@gnu.org>
5021
5022 * master.el (master-mode): Use define-minor-mode instead of
5023 easy-mmode-define-minor-mode. Add autload cookie.
5024 (Commentary): Remove the line showing how to autoload master-mode,
5025 since it's always autoloaded.
5026
5027 * master.el: New file.
5028
5029 2001-10-11 Dave Love <fx@gnu.org>
5030
5031 * emacs-lisp/byte-opt.el (byte-optimize-lapcode)
5032 <byte-constref-ops>: Consider byte-constant2 and clarify the code.
5033 <const-C varset-X const-C>: Fix car/cdr typo.
5034
5035 2001-10-11 Gerd Moellmann <gerd@gnu.org>
5036
5037 * emacs-lisp/bytecomp.el (byte-compile-display-log-head-p):
5038 New function extracted from byte-compile-log-1.
5039 (byte-compile-log-1): Change output to be more in line with
5040 the output of other GNU tools.
5041 (byte-compile-warn): Emit `warning' instead of `**' for warnings.
5042 (byte-compile-report-error): Downcase error message.
5043 Use `error' instead of `!!' for error messages.
5044 (byte-compile-print-syms): Treat non-interactive case specially.
5045 (displaying-byte-compile-warnings): Use backquote.
5046 (byte-compile-from-buffer): Bind byte-compile-last-line.
5047 (batch-byte-compile): Remove `Done' message.
5048
5049 2001-10-11 Stefan Monnier <monnier@cs.yale.edu>
5050
5051 * emacs-lisp/copyright.el (copyright): Add final \n.
5052
5053 2001-10-11 Miles Bader <miles@gnu.org>
5054
5055 * diff.el (diff): Display default values in prompts as
5056 `(default ...)', not `(...)'.
5057
5058 * info.el (Info-follow-reference): Likewise.
5059
5060 2001-10-10 Stefan Monnier <monnier@cs.yale.edu>
5061
5062 * emacs-lisp/autoload.el (doc-string-elt): Remove.
5063
5064 * newcomment.el (comment-indent): Be a little more robust in case
5065 comment-indent-function does funny things.
5066 (comment-normalize-vars): Autoload.
5067 (comment-region-internal): Fiddle with the visibility spec.
5068 (comment-valid-prefix): New function.
5069 (comment-indent-new-line): Use it. Ignore adaptive-fill-prefixes
5070 that would turn comment-text into non-comment-text.
5071
5072 * emacs-lisp/syntax.el: New file.
5073
5074 * progmodes/tcl.el: Change maintainer to FSF and remove loads of
5075 compatibility cruft.
5076 (tcl-using-emacs-19, tcl-using-emacs-19-23, tcl-using-xemacs-19)
5077 (tcl-version, tcl-maintainer, tcl-use-hairy-comment-detector): Remove.
5078 (tcl-mode-map): Remove bindings for tcl-beginning-of-defun,
5079 tcl-end-of-defun, tcl-mark-defun, tcl-indent-for-comment,
5080 tcl-submit-bug-report.
5081 (tcl-mode-syntax-table): Leave \f alone.
5082 (inferior-tcl-mode-map): Remove bindings for tcl-beginning-of-defun,
5083 tcl-end-of-defun, tcl-submit-bug-report.
5084 (tcl-xemacs-menu): Fix up and pass it directly to easymenu.
5085 (tcl-add-emacs-menu): Remove.
5086 (tcl-fill-mode-map, tcl-fill-inferior-map): Moved into the defvar.
5087 (tcl-keyword-list): Add `chain'.
5088 (tcl-font-lock-syntactic-keywords): New variable.
5089 (tcl-pps-has-arg-6): Remove.
5090 (tcl-internal-beginning-of-defun, tcl-internal-end-of-defun)
5091 (tcl-internal-mark-defun): Remove.
5092 (tcl-set-proc-regexp, tcl-set-font-lock-keywords): Use regexp-opt.
5093 (tcl-mode): Use define-derived-mode. Simplify.
5094 Set comment-indent-function.
5095 (tcl-indent-command): Use line-beginning-position and comment-indent.
5096 (tcl-calculate-indent): Renamed from calculate-tcl-indent.
5097 (tcl-indent-line): Use tcl-calculate-indent.
5098 (tcl-indent-exp): Renamed from indent-tcl-exp. Use new names.
5099 (tcl-add-log-defun): Renamed from add-log-tcl-defun. Use match-string.
5100 (tcl-filter): Use with-current-buffer, simplify.
5101 (inferior-tcl-mode): Use define-derived-mode.
5102 (tcl-hairy-in-comment): Renamed tcl-in-comment.
5103 (tcl-simple-in-comment, tcl-in-comment): Removed.
5104 (tcl-files-alist): New function.
5105 (tcl-help-snarf-commands): Use it and return the result directly
5106 rather than through a global variable.
5107 (tcl-reread-help-files): Fix up the call to tcl-help-snarf-commands.
5108 (tcl-help-on-word): Provide the default value to completing-read.
5109 (tcl-hilit): Remove.
5110 (tcl-hashify-buffer, tcl-popup-menu): Simplify.
5111 (tcl-comment-indent): New function.
5112 (tcl-submit-bug-report): Remove.
5113 (tcl-uncomment-region, tcl-indent-for-comment, add-log-tcl-defun)
5114 (indent-tcl-exp, calculate-tcl-indent, tcl-beginning-of-defun)
5115 (tcl-end-of-defun, tcl-mark-defun, tcl-mark): Redefine as aliases.
5116
5117 2001-10-10 Miles Bader <miles@gnu.org>
5118
5119 * info.el (Info-insert-dir): Don't call `Info-fontify-menu-headers'.
5120 (Info-fontify-node): Don't fontify the node if it's already been done.
5121
5122 2001-10-10 Gerd Moellmann <gerd@gnu.org>
5123
5124 * international/iso-transl.el (iso-transl-e-caret)
5125 (iso-transl-i-caret, iso-transl-o-caret, iso-transl-u-caret):
5126 Fix duplicates. From Dave Love <d.love@dl.ac.uk>.
5127
5128 * simple.el (end-of-buffer): Fix code scrolling specially
5129 for the buffer end.
5130
5131 * startup.el (command-line-1): Bind tab-width to 8.
5132
5133 2001-10-10 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
5134
5135 * emulation/tpu-edt.el: Use defalias instead of fset for
5136 user-visible commands. From Rob Riepel
5137 <riepel@Networking.Stanford.EDU>.
5138
5139 2001-10-09 Gerd Moellmann <gerd@gnu.org>
5140
5141 * ruler-mode.el: New file.
5142
5143 2001-10-09 Miles Bader <miles@gnu.org>
5144
5145 * apropos.el (button): New require.
5146
5147 * help-funs.el: New file, contents mostly from `help.el'.
5148 (describe-variable): Use `condition-case' instead of `ignore-errors'.
5149
5150 * help-mode.el: New file, contents mostly from `help.el'.
5151
5152 * help.el: Don't require `view' when compiling.
5153 (help-with-tutorial, describe-function, describe-function-1)
5154 (variable-at-point, describe-variable, locate-library):
5155 Functions moved into `help-funs.el'.
5156 (help-manyarg-func-alist): Variable moved into `help-funs.el'.
5157 (help-mode, help-mode-setup, help-mode-finish, help-button-action)
5158 (help-setup-xref, help-xref-following, help-make-xrefs)
5159 (help-xref-button, help-insert-xref-button, help-xref-interned)
5160 (help-xref-go-back, help-go-back, help-do-xref, help-follow)
5161 (help-xref-on-pp): Functions moved into `help-mode.el'
5162 (help-mode-map, help-xref-stack, help-xref-stack-item)
5163 (help-highlight-p, help-highlight-face, help-back-label)
5164 (help-xref-symbol-regexp, help-xref-mule-regexp)
5165 (help-xref-info-regexp): Variables moved into `help-mode.el'.
5166 (help-symbol, help-back, help-info, help-customize-variable)
5167 (help-function-def, help-variable-def):
5168 Button-types moved into `help-mode.el'.
5169 (load-symbol-file-load-history, symbol-file):
5170 Functions moved into `subr.el'.
5171 (symbol-file-load-history-loaded): Variable moved into `subr.el'.
5172 (view-lossage): Call `help-setup-xref' instead of doing it manually.
5173
5174 * subr.el (symbol-file-load-history-loaded)
5175 (load-symbol-file-load-history, symbol-file): Moved from `help.el'.
5176
5177 * loadup.el ("button"): Load removed.
5178
5179 * button.el (define-button-type): Respect any `supertype' property.
5180 (button-type-subtype-p, button-has-type-p): New functions.
5181
5182 * rfn-eshadow.el (rfn-eshadow-regexp): Deal correctly with escaped
5183 dollar-signs.
5184
5185 * comint.el (comint-insert-previous-argument): New function.
5186 (comint-mode-map): Bind `C-c .' to `comint-input-previous-argument'.
5187 (comint-insert-previous-argument-last-start-pos)
5188 (comint-insert-previous-argument-last-index): New variables.
5189
5190 * apropos.el (apropos-next-label-button): Use the presence of a
5191 `apropos-label' property to detect label buttons.
5192
5193 2001-10-08 Miles Bader <miles@gnu.org>
5194
5195 * button.el (next-button, previous-button): Remove N and WRAP
5196 parameters. Don't pay attention to `skip' properties.
5197 (forward-button): Implement wrapping, iterating, and skipping here
5198 instead.
5199 (button-activate): USE-MOUSE-ACTION is optional.
5200 (button-nop): Function removed.
5201 (default-button): Use `ignore' as default button action.
5202
5203 * apropos.el (apropos-next-label-button): Update arguments to
5204 `next-button'.
5205 (apropos-symbol): Add `skip' property.
5206 (apropos-function, apropos-macro, apropos-command)
5207 (apropos-variable, apropos-face, apropos-group, apropos-widget)
5208 (apropos-plist): New button types.
5209 (apropos-label-properties): Variable removed.
5210 (apropos-print): Pass button-type to apropos-print-doc, rather
5211 than help function and label text.
5212 (apropos-print-doc): Remove ACTION and STR args, add TYPE arg.
5213 Get button label from TYPE.
5214
5215 2001-10-07 Stefan Monnier <monnier@cs.yale.edu>
5216
5217 * help.el (help-mode): Use define-derived-mode.
5218 (describe-mode): Add optional `buffer' arg.
5219 Use it instead of going through help-xref-mode.
5220 Avoid doubling the word `minor' when prettifying.
5221 (describe-function-1): List the corresponding key bindings.
5222 (describe-variable): Say if the var is automatically buffer-local.
5223 If the source is `loaddefs.el', look for the real source.
5224 (help-xref-mode): Remove.
5225
5226 * emacs-lisp/bytecomp.el (byte-compile-file): Return success when
5227 the file says no-byte-compile.
5228
5229 2001-10-08 Miles Bader <miles@gnu.org>
5230
5231 * button.el (next-button, previous-button): Respect `skip' property.
5232
5233 2001-10-07 Miles Bader <miles@gnu.org>
5234
5235 * woman.el (woman-mode-map): Copy button-buffer-map instead of
5236 making a new keymap. Don't bind mouse-2. Bind M-mouse-2 to
5237 `woman-follow-word' instead of `woman-mouse-2'.
5238 (woman-follow-word): Renamed from `woman-mouse-2'.
5239 Follow current unconditionally, since this function is now only
5240 bound to M-mouse-2. Use accessor functions.
5241 (WoMan-highlight-references): Use `make-text-button'.
5242 (woman-xref): New button type.
5243
5244 * loadup.el ("faces"): Move load before loading "loaddefs.el".
5245 ("button"): New load, just before "help" (which uses it).
5246
5247 * help.el (help-mode-map): Make button-buffer-map our parent.
5248 Don't bind mouse events or tab/backtab.
5249 (help-function, help-variable, help-face, help-coding-system)
5250 (help-input-method, help-character-set, help-back, help-info)
5251 (help-customize-variable, help-function-def, help-variable-def):
5252 New button types.
5253 (help-button-action): New function.
5254 (describe-function-1): Pass help button-types to
5255 `help-xref-button' rather than help function and help-echo string.
5256 Don't put multiple help-function args in a list to pass them to
5257 help-xref-button, just pass them as multiple arguments.
5258 Use `help-insert-xref-button' to make [back]-button, rather than
5259 `help-xref-button'.
5260 (help-xref-button): Take a button-type TYPE as a parameter rather
5261 than a function. Remove HELP-ECHO parameter. Remove DATA parameter
5262 and add a &rest parameter ARGS to serve the same purpose.
5263 Use `make-text-button' to add the button.
5264 (help-insert-xref-button): Use `insert-text-button' to add the button.
5265 (help-follow-mouse, help-next-ref, help-previous-ref):
5266 Functions removed.
5267 (help-do-xref): New function.
5268 (help-follow): Use `push-button' and `help-do-xref' to do most of
5269 the work.
5270
5271 * apropos.el (apropos-symbol, apropos-label): New button types.
5272 (apropos-symbol-button-display-help)
5273 (apropos-label-button-display-help, apropos-next-label-button):
5274 New functions.
5275 (apropos-mode-map): Make button-buffer-map our parent.
5276 Don't bind mouse events.
5277 (apropos-print, apropos-print-doc): Create buttons instead of text
5278 properties.
5279 (apropos-mouse-follow): Function removed.
5280 (apropos-follow): Use buttons.
5281
5282 * button.el: New file.
5283
5284 2001-10-07 Gerd Moellmann <gerd@gnu.org>
5285
5286 * emacs-lisp/cl.el (most-positive-fixnum, most-negative-fixnum):
5287 Remove.
5288
5289 2001-10-05 Richard M. Stallman <rms@gnu.org>
5290
5291 * add-log.el (add-change-log-entry): Skip copyright notice
5292 and copying permission notice at start of file, if any.
5293 Make use of terms "entry" and "item" accord with Emacs manual.
5294 Simplify the logic for moving point while entering or creating
5295 an entry and then an item.
5296 (add-change-log-entry-other-window): Doc fix.
5297
5298 2001-10-06 Miles Bader <miles@gnu.org>
5299
5300 * rfn-eshadow.el (read-file-name-electric-shadow): Autoload cookie
5301 removed; they apparently don't work with faces.
5302
5303 2001-10-05 Sam Steingold <sds@gnu.org>
5304
5305 * textmodes/sgml-mode.el (html-xhtml): New user option.
5306 (html-tag-alist, html-horizontal-rule, html-image, html-line)
5307 (html-ordered-list, html-unordered-list, html-list-item)
5308 (html-paragraph, html-checkboxes, html-radio-buttons): Use it.
5309 (sgml-skip-close-p): New function.
5310 (sgml-value): Use it.
5311
5312 2001-10-05 Sam Steingold <sds@gnu.org>
5313
5314 * calendar/diary-lib.el (diary-entry-compare): When times are
5315 identical, compare the entries lexicographically.
5316
5317 2001-10-06 Miles Bader <miles@gnu.org>
5318
5319 * rfn-eshadow.el (rfn-eshadow-update-overlay):
5320 Use `minibuffer-prompt-end'.
5321
5322 * simple.el (previous-matching-history-element): Fix misplaced
5323 parentheses.
5324
5325 2001-10-05 Miles Bader <miles@gnu.org>
5326
5327 * rfn-eshadow.el: New file.
5328
5329 2001-10-05 Miles Bader <miles@gnu.org>
5330
5331 * cus-face.el (custom-face-attributes): Make sure each attribute
5332 has a valid default value. Remove hacks that mapped `nil' to
5333 `off' and used nil to mean `unspecified'. Remove `unspecified'
5334 choices from all attributes (unspecified is handled by the parent
5335 checklist).
5336 * cus-edit.el (custom-face-edit-convert-widget)
5337 (custom-face-edit-deactivate, custom-face-edit-activate)
5338 (custom-face-edit-delete, custom-face-edit-attribute-tag):
5339 New functions.
5340 (custom-face-edit): Specify a custom :convert-widget.
5341 (custom-pre-filter-face-spec, custom-post-filter-face-spec):
5342 Don't pass in default filters that map between `nil' and `off' and
5343 `unspecified' and `nil'.
5344
5345 2001-10-05 Gerd Moellmann <gerd@gnu.org>
5346
5347 * progmodes/compile.el (compilation-buffer-name): New function.
5348 (compile-internal): Use it to determine the name of the
5349 compilation buffer.
5350
5351 2001-10-05 Miles Bader <miles@gnu.org>
5352
5353 * progmodes/compile.el (grep-use-null-device): New variable.
5354 (grep-command): Mention `grep-use-null-device'.
5355 (grep-compute-defaults): Compute `grep-use-null-device' if necessary.
5356 Make computation of `grep-command' respect `grep-use-null-device'.
5357 (grep): Respect `grep-use-null-device'.
5358 Call `grep-compute-defaults' even if grep-command is set, if
5359 grep-use-null-device is still tentative.
5360
5361 * subr.el (call-process-shell-command): New function.
5362
5363 2001-10-05 Miles Bader <miles@gnu.org>
5364
5365 * simple.el (previous-matching-history-element)
5366 (next-history-element, next-complete-history-element): Use
5367 `minibuffer-' functions instead of calling `field-' functions directly.
5368 (minibuffer-prompt-end, minibuffer-contents):
5369 (minibuffer-contents-no-properties, delete-minibuffer-contents):
5370 Functions removed (now subrs).
5371 (minibuffer-prompt-width): Use `minibuffer-prompt-end'.
5372
5373 * minibuf-eldef.el (minibuf-eldef-setup-minibuffer)
5374 (minibuf-eldef-update-minibuffer): Use `minibuffer-' functions
5375 instead of calling `field-' functions directly.
5376 (minibuf-eldef-setup-minibuffer): Remove unused variable `prompt'.
5377
5378 2001-10-05 Gerd Moellmann <gerd@gnu.org>
5379
5380 * files.el (find-file-noselect): If file's read-only status has
5381 changed on disk, ask if buffer's read-only status should be
5382 changed, unless NOWARN is set.
5383
5384 * emacs-lisp/cl-macs.el (define-setf-expander): Make it an
5385 alias for define-setf-method.
5386
5387 * bindings.el: Remove no-byte-compile from file local variables
5388 to enable bootstrapping.
5389
5390 2001-10-04 Andrew Innes <andrewi@gnu.org>
5391
5392 * faces.el (face-font-registry-alternatives) [windows-nt]:
5393 Make gb2312 an alias for gb2312.1980.
5394
5395 2001-10-04 Stefan Monnier <monnier@cs.yale.edu>
5396
5397 * uniquify.el (uniquify-get-proposed-name): Don't assume dirsep is /.
5398 (uniquify-reverse-components): Remove.
5399
5400 * emacs-lisp/bytecomp.el (byte-recompile-directory):
5401 Make sure the file is readable.
5402 (byte-compile-file): Don't compile if `no-byte-compile' is set.
5403 (byte-compile-defvar): Update to reflect the change in Fdefvar.
5404 (batch-byte-recompile-directory): Pass arg=0.
5405
5406 * progmodes/perl-mode.el (perl-indent-continued-arguments): New var.
5407 (perl-calculate-indent): Use it.
5408 (perl-backward-to-noncomment): Use forward-comment.
5409
5410 * derived.el (define-derived-mode, derived-mode-make-docstring):
5411 Allow `parent' to be nil.
5412
5413 * textmodes/nroff-mode.el (nroff-mode-abbrev-table, nroff-mode):
5414 Use define-derived-mode.
5415 (nroff-mode-map, nroff-mode-syntax-table): Massage.
5416
5417 * mail/mailabbrev.el (mail-abbrev-in-expansion-header-p): Simplify.
5418
5419 * emacs-lisp/lselect.el: Use facep iso find-face.
5420
5421 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
5422 Use regexp-opt.
5423 (doc-string-elt): Set symbols' prop. Copied from autoload.el.
5424 (lisp-font-lock-syntactic-face-function): New function.
5425 (lisp-mode-variables): Use it. Make arg optional.
5426 (emacs-lisp-mode): Don't pass an arg to lisp-mode-variables.
5427 (lisp-mode): Don't pass an arg to lisp-mode-variables.
5428 Set comment-start-skip.
5429
5430 * emacs-lisp/lisp-mnt.el (lm-history-header): Accept `ChangeLog'.
5431
5432 * emacs-lisp/cl-macs.el (frame-parameter): Add a setf method.
5433 (ignore-errors): Don't bother using a `err' symbol.
5434
5435 * emacs-lisp/autoload.el (autoload-ensure-default-file)
5436 (autoload-insert-section-header, autoload-before-p)
5437 (autoload-remove-section): New functions.
5438 (generate-file-autoloads): Use them.
5439 (update-file-autoloads): Use them. Return FILE if there's no cookie.
5440 Make sure the autoload file is properly formatted when creating it.
5441 (update-autoloads-from-directories): Use them as well.
5442 Only update autoloads for files whose timestamp has changed.
5443 Add a dummy entry to remember the files which had no autoload cookies.
5444
5445 * timer.el (timer-relative-time): Fix computation for negative `micro'.
5446
5447 * subr.el (define-key-after): Allow `key' to be longer than 1.
5448 (make-local-hook): Make obsolete.
5449 (add-hook, remove-hook): Don't use make-local-hook any more.
5450 (make-syntax-table): Inherit all chars from s-s-t.
5451
5452 2001-10-04 Gerd Moellmann <gerd@gnu.org>
5453
5454 This is a fix for a report saying that resuming a search with C-s
5455 C-s doesn't use the case-fold-search setting of the previous
5456 search (C-s ... M-c ... then C-s C-s).
5457
5458 * isearch.el (isearch-last-case-fold-search): New variable.
5459 (isearch-mode): Remember value of isearch-case-fold-search
5460 in isearch-last-case-fold-search.
5461 (isearch-done): Quote value of isearch-case-fold-search.
5462 (isearch-repeat): When resuming a search, restore
5463 isearch-case-fold-search from isearch-last-case-fold-search.
5464
5465 Added to NEWS.
5466
5467 * startup.el (inhibit-startup-buffer-menu): New user-option.
5468 (command-line-1): If inhibit-startup-buffer-menu is set, don't
5469 display the buffer menu. From Simon Josefsson <jas@extundo.com>.
5470
5471 This allows upto 99999 messages in the summary without screwing up
5472 the summary sorting. Previously 9999 was the maximum. Added to NEWS.
5473
5474 * mail/rmailsum.el (rmail-make-summary-line)
5475 (rmail-make-summary-line-1, rmail-summary-next-same-subject)
5476 (rmail-summary-goto-msg, rmail-summary-goto-msg):
5477 Allow 5-digit message ids instead of 4.
5478
5479 This adds expansion of environment variables in the value
5480 specified with M-x setenv. Added to NEWS.
5481
5482 * env.el (substitute-env-vars): New function.
5483 (setenv): Add parameter SUBSTITUTE-ENV-VARS. If set, substitute
5484 environment variables in VALUE. Return VALUE.
5485
5486 2001-10-04 Gerd Moellmann <gerd@gnu.org>
5487
5488 * Branch for 21.1.
5489
5490 2001-10-03 Stefan Monnier <monnier@cs.yale.edu>
5491
5492 * pcvs-util.el (cvs-prefix-define): Typo cons->concat.
5493
5494 2001-10-03 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
5495
5496 * emulation/tpu-edt.el: Make messages match original TPU/edt
5497 editor. From riepel@Stanford.EDU (Rob Riepel).
5498
5499 2001-10-03 Eli Zaretskii <eliz@is.elta.co.il>
5500
5501 * rect.el: Update maintainer's email address.
5502
5503 2001-10-02 Andreas Schwab <schwab@suse.de>
5504
5505 * net/ange-ftp.el (ange-ftp-skip-msgs): Add 227 and 228 for Long
5506 and Extended Passive Mode, resp.
5507
5508 2001-10-01 Eli Zaretskii <eliz@is.elta.co.il>
5509
5510 These changes add support for Calendar-related items in the
5511 menu bar on tty's as well:
5512
5513 * calendar/calendar.el (calendar-mode-map): Require cal-menu
5514 unconditionally.
5515 (calendar-mode): Set up activate-menubar-hook unconditionally.
5516
5517 * calendar/cal-menu.el (cal-menu-x-popup-menu): New function,
5518 calls x-popup-menu only if popup menus are supported.
5519 (calendar-mouse-insert-hebrew-diary-entry)
5520 (calendar-mouse-insert-islamic-diary-entry)
5521 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
5522 (calendar-mouse-view-other-diary-entries)
5523 (calendar-mouse-print-dates, calendar-mouse-2-date-menu)
5524 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
5525 Call cal-menu-x-popup-menu instead of x-popup-menu.
5526
5527 2001-10-01 Gerd Moellmann <gerd@gnu.org>
5528
5529 * gs.el (gs-set-ghostview-window-prop): Fix args of `elt'.
5530
5531 * emacs-lisp/edebug.el (rx): Add def-edebug-spec.
5532
5533 * emacs-lisp/rx.el: New file.
5534
5535 2001-10-01 Eli Zaretskii <eliz@is.elta.co.il>
5536
5537 * help.el (help-for-help): Doc fix. From Pavel@Janik.cz (Pavel Janik).
5538
5539 2001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
5540
5541 * frame.el (select-frame-by-name, other-frame): Doc fix.
5542
5543 2001-09-29 Eli Zaretskii <eliz@is.elta.co.il>
5544
5545 * play/snake.el (snake-score-file): Use temporary-file-directory
5546 instead of a literal "/tmp". Suggested by Robert
5547 <robert@chezmarshall.freeserve.co.uk>.
5548
5549 * play/tetris.el (tetris-score-file): Ditto.
5550
5551 2001-09-28 Eli Zaretskii <eliz@is.elta.co.il>
5552
5553 * apropos.el (apropos-print): Make the directions inserted at the
5554 beginning of the *Apropos* buffer more clear.
5555
5556 2001-09-27 Michael Kifer <kifer@cs.sunysb.edu>
5557
5558 * ediff-mult.el (ediff-get-meta-info): Installed Gerd's changes.
5559 Added comments.
5560
5561 2001-09-27 Stefan Monnier <monnier@cs.yale.edu>
5562
5563 * newcomment.el (comment-normalize-vars): Use " \t" rather than
5564 "\\s-" when defining comment-end-skip.
5565
5566 2001-09-27 Gerd Moellmann <gerd@gnu.org>
5567
5568 * mail/feedmail.el (feedmail-queue-send-edit-prompt-help):
5569 Call get-buffer-window first second arg `visible'.
5570
5571 * international/mule-diag.el (list-input-methods-1):
5572 Output something that's independent of Emacs' version.
5573
5574 * tar-mode.el (tar-mode-write-file): Don't signal an error by
5575 calling byte-to-position with a nil tar-header-offset.
5576
5577 2001-09-27 Simon Josefsson <jas@extundo.com>
5578
5579 * mail/sendmail.el (send-mail-function): Doc fix.
5580 (mail-do-fcc): Error if header-end is not a marker.
5581 (mail-do-fcc): Add a comment.
5582 (mail-reply-to): Doc fix.
5583 (mail-signature): Make ATPOINT optional.
5584 (mail-yank-original): Use cond instead of nestled if.
5585
5586 2001-09-26 Stefan Monnier <monnier@cs.yale.edu>
5587
5588 * info.el (Info-on-current-buffer): Default arg to "Top".
5589
5590 2001-09-25 Eli Barzilay <eli@barzilay.org>
5591
5592 * calculator.el (calculator-copy-displayer): New user-option.
5593 (calculator-displayer-prev, calculator-displayer-next):
5594 Renamed from calculator-displayed-{left,right}.
5595 (calculator, calculator-standard-displayer)
5596 (calculator-num-to-string, calculator-update-display)
5597 (calculator-copy, calculator-put-value): Bug and display fixes.
5598
5599 2001-09-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5600
5601 * ebnf2ps.el: Eliminate make-local-hook calls. Doc fix.
5602 (ebnf-version): New version (3.6.1).
5603
5604 * ebnf-bnf.el: Fix character range regexp. Doc fix.
5605 (ebnf-bnf-non-terminal-chars): New internal const.
5606 (ebnf-bnf-lex): Fix code.
5607
5608 * ebnf-iso.el: Fix character range regexp. Doc fix.
5609 (ebnf-iso-non-terminal-chars): New internal const.
5610 (ebnf-iso-lex): Fix code.
5611
5612 * ebnf-yac.el: Fix character range regexp. Doc fix.
5613 (ebnf-yac-skip-chars): New internal const.
5614 (ebnf-yac-skip-code): Fix code.
5615
5616 2001-09-24 Stefan Monnier <monnier@cs.yale.edu>
5617
5618 * vc.el (vc-checkin): Use vc-delete-automatic-version-backups.
5619
5620 * pcvs-parse.el (cvs-parse-commit): Expand the file name before
5621 passing it to VC.
5622
5623 * vc-hooks.el (vc-delete-automatic-version-backups): Handle the
5624 case where the file is relative.
5625
5626 2001-09-24 Gerd Moellmann <gerd@gnu.org>
5627
5628 * xml.el (xml-parse-attlist): Quotes around attributes must be the
5629 same on each side. Make sure we properly handle simple quotes.
5630 From Daiki Ueno <ueno@unixuser.org>.
5631
5632 2001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
5633
5634 * mail/sendmail.el (mail-mode): Doc fix. From Simon Josefsson
5635 <jas@extundo.com>.
5636
5637 * menu-bar.el (top-level): Minor fixes for text of help-echo in
5638 some items of the Options menu.
5639
5640 2001-09-22 Stefan Monnier <monnier@cs.yale.edu>
5641
5642 * pcvs-parse.el (cvs-parse-commit): Remove the temp files used by VC.
5643
5644 * vc-hooks.el (vc-delete-automatic-version-backups):
5645 Don't fail if the directory doesn't exist.
5646
5647 * diff-mode.el (diff-default-read-only): New var.
5648 (diff-mode): Use it.
5649
5650 2001-09-22 Eli Zaretskii <eliz@is.elta.co.il>
5651
5652 * hexl.el (hexl-mode-map): Fix the change of 2001-08-23:
5653 Use make-keymap instead of copy-keymap, since copying the global
5654 keymap messes up the menu bar.
5655
5656 * info.el (Info-goto-node, Info-menu): Doc fix. Suggested by
5657 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
5658
5659 2001-09-21 Eli Zaretskii <eliz@is.elta.co.il>
5660
5661 * dired.el (dired-build-subdir-alist): Accept optional arg SWITCHES.
5662
5663 * dired-aux.el (dired-insert-subdir): Pass switches to
5664 dired-build-subdir-alist.
5665
5666 2001-09-21 Stephen Gildea <gildea@stop.mail-abuse.org>
5667
5668 * time-stamp.el (time-stamp-string-preprocess): Fix bug that
5669 caused %#a and %#b to be mis-formatted.
5670
5671 2001-09-20 Eli Zaretskii <eliz@is.elta.co.il>
5672
5673 * info.el (Info-file-list-for-emacs): Add elements for ada-mode,
5674 ccmode, emacs-mime, and eudc manuals.
5675
5676 2001-09-19 Sam Steingold <sds@gnu.org>
5677
5678 w32 find cannot be used with `grep-find'.
5679 * progmodes/compile.el (find-program): New variable.
5680 (grep-compute-defaults): Use it to set `grep-find-command'.
5681
5682 2001-09-19 Gerd Moellmann <gerd@gnu.org>
5683
5684 * ps-bdf.el (bdf-read-bitmap): Initialize returned values to defaults.
5685
5686 2001-09-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5687
5688 * ebnf2ps.el: Replace "Prologue" by "Prolog" in PostScript
5689 programming. Doc fix.
5690 (ebnf-version): New version (3.6).
5691 (ebnf-eps-begin): Data fix.
5692 (ebnf-begin-file): Code fix.
5693
5694 * ebnf-bnf.el: Doc fix.
5695 (ebnf-bnf-lex): Fix regexp for non-terminal and terminal tokens.
5696
5697 * ebnf-iso.el, ebnf-otz.el, ebnf-yac.el: Doc fix.
5698
5699 2001-09-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5700
5701 * ps-print.el: Better face mapping for black/white PostScript printers.
5702 Check if mark is active when printing a region. Doc fix.
5703 (ps-print-version): New version number (6.5.5).
5704 (ps-print-color-p): Customization fix.
5705 (ps-black-white-faces): New option.
5706 (ps-black-white-faces-alist): New internal var.
5707 (ps-count-lines-preprint, ps-print-preprint-region): New funs.
5708 (ps-print-region, ps-print-region-with-faces, ps-nb-pages-buffer)
5709 (ps-nb-pages-region): Interactive fix.
5710 (ps-extend-face-list, ps-extend-face, ps-setup, ps-begin-job)
5711 (ps-face-attributes, ps-generate-postscript-with-faces): Code fix.
5712
5713 2001-09-18 Eli Zaretskii <eliz@is.elta.co.il>
5714
5715 * dired.el (dired-move-to-filename-regexp): Allow one digit in the
5716 numeric month value, and allow the Kanji character after the it to
5717 be missing (happens with ls-lisp's output on Japanese versions of
5718 MS-Windows).
5719
5720 2001-09-18 Miles Bader <miles@gnu.org>
5721
5722 * diff-mode.el (diff-mode): Don't make the buffer read-only if
5723 it's empty (and thus probably a new patch file about to be edited).
5724
5725 2001-09-17 Gerd Moellmann <gerd@gnu.org>
5726
5727 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
5728 Check for '(' in column 0 of doc string.
5729
5730 * gs.el (gs-set-ghostview-window-prop): Use `elt' instead
5731 of `nth' so that using a vector as bounding-box works.
5732 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
5733
5734 2001-09-17 Andre Spiegel <spiegel@gnu.org>
5735
5736 * vc.el (vc-annotate): Use current workfile version explicitly as
5737 a default, suggested by Gustav H\e,Ae\e(Bllberg <gustav@virtutech.se>.
5738
5739 2001-09-16 Eli Zaretskii <eliz@is.elta.co.il>
5740
5741 * ps-bdf.el (bdf-cache-file) <ms-dos>: Use _bdfcache.el, since
5742 convert-standard-filename doesn't guarantee that the .el extension
5743 is preserved.
5744
5745 * dos-fns.el (convert-standard-filename): Replace invalid
5746 characters only after converting dash/underscore to a period.
5747 (original-make-auto-save-file-name): New.
5748 (make-auto-save-file-name): New function, overrides the definition
5749 on files.el and calls the original function via
5750 original-make-auto-save-file-name.
5751
5752 * mail/rmail.el (top-level): Require mule-utils when compiling.
5753 (rmail-decode-babyl-format): Use detect-coding-with-priority
5754 instead of detect-coding-region, to favor detection of emacs-mule
5755 encoded Babyl files written by rmailout.el etc. Suggested by
5756 Kenichi Handa <handa@etl.go.jp>.
5757
5758 2001-09-14 Eli Zaretskii <eliz@is.elta.co.il>
5759
5760 * eshell/em-unix.el (eshell-shuffle-files, eshell-shuffle-files):
5761 Use `equal', not `=', since the device number can be a cons cell.
5762
5763 2001-09-14 Gerd Moellmann <gerd@gnu.org>
5764
5765 * simple.el: Comment out change of 2001-09-13.
5766
5767 2001-09-13 Milan Zamazal <pdm@zamazal.org>
5768
5769 * progmodes/compile.el (grep-compute-defaults): Don't set
5770 grep-command/grep-find-command when it is already non-nil.
5771 (grep-command): Make it a user option.
5772 (grep-find-command): Likewise.
5773
5774 2001-09-13 Michael Kifer <kifer@cs.sunysb.edu>
5775
5776 * viper-cmd.el (viper-replace-char-subr, viper-envelop-ESC-key):
5777 inhibit quit.
5778
5779 2001-09-13 Eli Zaretskii <eliz@is.elta.co.il>
5780
5781 * files.el (make-auto-save-file-name): If long file names are not
5782 supported on MS-DOS, truncate the file name to DOS 8+3 limits before
5783 generating an auto-save file name from it.
5784
5785 2001-09-13 Gerd Moellmann <gerd@gnu.org>
5786
5787 * ps-print.el (ps-print-region, ps-print-region-with-faces)
5788 (ps-nb-pages-region): Signal an error if called interactively
5789 and the mark is not active.
5790
5791 * simple.el (minibuffer-prompt-modification)
5792 (minibuffer-prompt-insertion): New functions.
5793 (minibuffer-prompt-properties): Use `modification-hooks' and
5794 `insert-in-front-hooks'.
5795
5796 2001-09-12 Richard M. Stallman <rms@gnu.org>
5797
5798 * textmodes/outline.el (outline-regexp): Doc fix.
5799 Initialize it in the defcustom, the usual way.
5800
5801 2001-09-12 Gerd Moellmann <gerd@gnu.org>
5802
5803 * ediff-mult.el (ediff-get-meta-info): Take into account that data
5804 from `ediff-meta-info' properties need not be an overlay.
5805 From David Ponce <dponce@voila.fr>.
5806
5807 * isearch.el (isearch-intersects-p): Fix end checks.
5808
5809 2001-09-11 Eli Zaretskii <a34785@is.elta.co.il>
5810
5811 * gud.el (dbx) <gud-dbx-use-stopformat-p>: Move this case into the
5812 `t' branch of `cond', since Irix 6.1 and up is a special case of
5813 the standard dbx interface.
5814
5815 2001-09-11 Miles Bader <miles@gnu.org>
5816
5817 * comint.el (comint-send-input): When waiting for echoed input,
5818 don't save the expected end position in `echo-end', so that things
5819 work properly even if the buffer is modified elsewhere at the same
5820 time [this happens if `comint-truncate-buffer' is used].
5821
5822 2001-09-11 Gerd Moellmann <gerd@gnu.org>
5823
5824 * textmodes/outline.el (outline-mode): Use `^' and a shy group
5825 when constructing imenu-generic-expression from outline-regexp.
5826
5827 2001-09-10 Eli Zaretskii <eliz@is.elta.co.il>
5828
5829 * eshell/em-unix.el (eshell-shuffle-files): Compare inodes with
5830 `equal' instead of `=', since they can be cons cells. From Nils
5831 Goesche <cartan@cartan.de>.
5832
5833 2001-09-10 Andre Spiegel <spiegel@gnu.org>
5834
5835 * vc.el (vc-annotate): Rewrote doc string.
5836
5837 2001-09-10 Eli Zaretskii <eliz@is.elta.co.il>
5838
5839 * time-stamp.el: Update Stephen Gildea's email address.
5840
5841 2001-09-10 Gerd Moellmann <gerd@gnu.org>
5842
5843 * mail/sendmail.el (mail-send): Obey mail-send-nonascii when
5844 enable-multibyte-characters = nil. From Hallvard B Furuseth
5845 <h.b.furuseth@usit.uio.no>.
5846
5847 2001-09-09 Michael Kifer <kifer@cs.sunysb.edu>
5848
5849 * ediff-init.el (ediff-highest-priority): Bug fix.
5850
5851 * viper-cmd.el (viper-special-read-and-insert-char): New function
5852 that reads a character and uses the current input method or
5853 iso-accents when appropriate.
5854
5855 * viper.el and all others: Corrections to the comment blocks at
5856 the top.
5857
5858 2001-09-09 Eli Zaretskii <eliz@is.elta.co.il>
5859
5860 * info.el (Info-goto-node): Doc fix.
5861
5862 2001-09-07 Gerd Moellmann <gerd@gnu.org>
5863
5864 * isearch.el (isearch-intersects-p): New function.
5865 (isearch-close-unnecessary-overlays): Renamed from *unecessary*,
5866 use isearch-intersects-p, and clean up.
5867
5868 2001-09-07 Eli Zaretskii <eliz@is.elta.co.il>
5869
5870 * textmodes/ispell.el (ispell-dictionary-alist-4): Add "german"
5871 and "german8", for the new German orthography dictionaries,
5872 (ispell-dictionary-alist-5, ispell-dictionary-alist-6): Rearrange
5873 the entries, to keep the line length balanced for loaddefs.el.
5874
5875 2001-09-07 Dr Francis J. Wright <F.J.Wright@qmw.ac.uk>
5876
5877 * comint.el (comint-send-input): Handle comint-process-echoes
5878 differently.
5879
5880 2001-09-07 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
5881
5882 * locate.el (locate-insert-header): Remove unnecessary whitespace.
5883
5884 2001-09-07 Eli Zaretskii <eliz@is.elta.co.il>
5885
5886 * arc-mode.el (archive-dostime): Fix a typo in minutes' computation.
5887
5888 2001-09-07 Gerd Moellmann <gerd@gnu.org>
5889
5890 * server.el (server-switch-buffer):
5891 * textmodes/refer.el (refer-find-entry-internal):
5892 * term/sup-mouse.el (sup-pos-to-window):
5893 * term/bg-mouse.el (bg-window-from-x-y):
5894 * emacs-lisp/edebug.el (edebug-window-live-p):
5895 Use get-window-with-predicate.
5896
5897 * window.el (get-window-with-predicate): Renamed from some-window.
5898 (some-window): Make it an alias.
5899
5900 2001-09-06 Gerd Moellmann <gerd@gnu.org>
5901
5902 * simple.el (undo): Remove positions from buffer-undo-list up to
5903 the next undo boundary only.
5904
5905 2001-09-06 Eli Zaretskii <eliz@is.elta.co.il>
5906
5907 * makefile.nt (install): Don't copy sc.el. Reported by Richard
5908 Kim <ryk@dspwiz.com>
5909
5910 * cus-edit.el (custom-buffer-create-internal): Remove "100%" from
5911 the message "Creating customization items...done".
5912
5913 2001-09-05 Gerd Moellmann <gerd@gnu.org>
5914
5915 * font-lock.el (toplevel): Require `jit-lock' only if
5916 font-lock-support-mode is set to jit-lock-mode.
5917
5918 2001-09-05 Eli Zaretskii <eliz@is.elta.co.il>
5919
5920 * international/quail.el (quail-use-package, quail-inactivate)
5921 (quail-activate): Mention the hooks these functions run in their
5922 doc strings.
5923
5924 2001-09-05 Edward M. Reingold <reingold@iit.edu>
5925
5926 * cal-menu.el (calendar-mouse-view-other-diary-entries): Fix name
5927 of file in header of menu.
5928
5929 2001-09-04 Gerd Moellmann <gerd@gnu.org>
5930
5931 * env.el (setenv): Interactively, if VARIABLE has a current value,
5932 add that to the front of the history, as the doc string says.
5933
5934 * comint.el (comint-send-input): Change help-echo.
5935 From "Dr Francis J. Wright" <F.J.Wright@qmw.ac.uk>.
5936
5937 * bookmark.el (bookmark-write-file): Bind print-length and
5938 print-level to nil. From Tom Capey <tomc@edina.co.uk>.
5939
5940 * obsolete/uncompress.el: Moved there from lisp/.
5941
5942 * comint.el (comint-insert-clicked-input): Goto point-max before
5943 deleting previous input. From "Dr Francis J. Wright"
5944 <F.J.Wright@qmw.ac.uk>.
5945
5946 * simple.el (backward-word): Doc fix.
5947
5948 2001-09-03 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
5949
5950 * emacs-lisp/levents.el, emacs-lisp/lucid.el, emacs-lisp/pp.el
5951 * uncompress.el, uniquify.el, vc.el, view.el, window.el
5952 * w32-fns.el: Add Keywords header.
5953
5954 2001-09-04 Eli Zaretskii <eliz@is.elta.co.il>
5955
5956 * menu-bar.el: Fix separators in the Edit menu. Bring "Fill" near
5957 "Text Properties". Suggested by Simon Marshall
5958 <Simon.Marshall@midas-kapiti.com>.
5959
5960 2001-09-04 Andrew Choi <akochoi@cse.cuhk.edu.hk>
5961
5962 * term/mac-win.el (mac-drag-n-drop): Decode file name by
5963 consulting the value of file-name-coding-system.
5964
5965 2001-09-03 Stefan Monnier <monnier@cs.yale.edu>
5966
5967 * help.el (describe-function-1): Save precomputed `file-name' rather
5968 than recomputing it (incorrectly) with `symbol-file'.
5969
5970 2001-09-03 Gerd Moellmann <gerd@gnu.org>
5971
5972 * international/isearch-x.el (isearch-exit-recursive-edit):
5973 Take three parameters, since it's used as an after-change-function.
5974
5975 * emacs-lisp/backquote.el (backquote-backquote-symbol)
5976 (backquote-unquote-symbol, backquote-splice-symbol): Remove `*'
5977 from doc strings.
5978
5979 2001-09-02 Milan Zamazal <pdm@zamazal.org>
5980
5981 * progmodes/glasses.el (glasses-convert-to-unreadable):
5982 Consider underscores as in `glasses-make-readable'.
5983
5984 2001-09-02 Eli Zaretskii <eliz@is.elta.co.il>
5985
5986 * progmodes/cmacexp.el (c-macro-preprocessor): Use "gcc -E" for
5987 MS-DOS, since cpp might not be available.
5988
5989 * menu-bar.el (menu-bar-edit-menu) <yank-menu, yank>:
5990 Mention "yank" in the help-echo text.
5991 Suggested by Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
5992
5993 2001-09-01 Stefan Monnier <monnier@cs.yale.edu>
5994
5995 * newcomment.el (comment-indent): Insert spaces more carefully.
5996
5997 2001-08-31 Eli Zaretskii <eliz@is.elta.co.il>
5998
5999 * mail/emacsbug.el (report-emacs-bug): Make sure *Messages*
6000 exists. From Andy Petrusenco <andy@int.spb.ru>.
6001
6002 * hi-lock.el (hi-lock-unface-buffer): Don't call x-popup-menu if
6003 display-popup-menus-p returns nil. Suggested by Andy Petrusenco
6004 <andy@int.spb.ru>.
6005
6006 2001-08-31 Gerd Moellmann <gerd@gnu.org>
6007
6008 * isearch.el (isearch-mouse-2): Renamed from isearch-mouse-yank.
6009 Instead of running mouse-yank-at-click, see what the event is
6010 bound to outside Isearch and run that.
6011
6012 2001-08-31 Eli Zaretskii <eliz@is.elta.co.il>
6013
6014 * menu-bar.el (menu-bar-options-menu) <transient-mark-mode>:
6015 Fix the menu entry to mention transient-mark-mode.
6016
6017 2001-08-30 Gerd Moellmann <gerd@gnu.org>
6018
6019 * simple.el (eval-expression-print-level): Fix last change.
6020
6021 * bindings.el (mode-line-coding-system-map): New variable.
6022 (mode-line-mule-info): Give the "%Z" a local-map keymap.
6023
6024 * simple.el (eval-expression-print-level): Change the type
6025 of the defcustom to allow nil.
6026
6027 * emacs-lisp/find-gc.el: Moved here from lisp/.
6028
6029 * international/quail.el (quail-completion-1):
6030 Reverse the ((CHAR . DEFN) ...) list before processing it.
6031 From Kenichi Handa <handa@etl.go.jp>.
6032
6033 * obsolete/rsz-mini.el, obsolete/sun-curs.el, obsolete/sun-fns.el
6034 * obsolete/x-apollo.el, obsolete/x-menu.el: Moved here from lisp/.
6035
6036 2001-08-30 Eli Zaretskii <eliz@is.elta.co.il>
6037
6038 * toolbar/tool-bar.el (tool-bar-mode): Make it a no-op if images
6039 aren't supported. This avoids the annoying gray strip drawn by
6040 the Windows version instead of the missing tool bar.
6041
6042 2001-08-29 Gerd Moellmann <gerd@gnu.org>
6043
6044 * menu-bar.el (menu-bar-options-menu): Make option text, messages
6045 and tooltips more consistent. From "Marshall, Simon"
6046 <Simon.Marshall@midas-kapiti.com>.
6047
6048 * startup.el (fancy-splash-screens): Temporarily set
6049 minor-mode-map-alist to nil while displaying splash screens.
6050
6051 2001-08-29 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
6052
6053 * buff-menu.el: Add Keywords header.
6054 Doc fix (C-x C-b is bound to list-buffers).
6055
6056 * dired-x.el: Add keyword files to get listed in finder.
6057 Remove confusing notes about GNU Emacs 19.
6058
6059 * dired.el, dired-aux.el: Add Keywords header.
6060
6061 2001-08-28 Andre Spiegel <spiegel@gnu.org>
6062
6063 * vc.el (vc-revert-file): Call the backend even if the FILE's
6064 contents can be reverted locally; pass new arg CONTENTS-DONE
6065 down to the backend.
6066
6067 * vc-cvs.el, vc-rcs.el, vc-sccs.el (vc-*-revert-file): Handle new
6068 optional arg CONTENTS-DONE.
6069
6070 2001-08-28 Andrew Innes <andrewi@gnu.org>
6071
6072 * makefile.nt (DONTCOMPILE): Sync list from makefile.w32-in.
6073
6074 2001-08-28 Eli Zaretskii <eliz@is.elta.co.il>
6075
6076 * makefile.nt (install): Copy more *.el files.
6077
6078 2001-08-28 Gerd Moellmann <gerd@gnu.org>
6079
6080 * dired.el (dired-mode-map): Bind `y' to dired-show-file-type
6081 instead of `w' which is already in use.
6082
6083 * gs.el (gs-load-image): Use sleep-for.
6084 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
6085
6086 2001-08-28 Miles Bader <miles@gnu.org>
6087
6088 * replace.el (query-replace-regexp-eval): Return args from
6089 `interactive' form in correct order.
6090
6091 2001-08-28 Eli Zaretskii <eliz@is.elta.co.il>
6092
6093 * mouse.el (mouse-buffer-menu): If the buffer menu is split by
6094 major modes, don't create panes for modes for which
6095 mouse-buffer-menu-alist returns an empty alist.
6096
6097 2001-08-28 Thien-Thi Nguyen <ttn@gnu.org>
6098
6099 * progmodes/hideshow.el: Update first-line description.
6100 Sync comments w/ maintainer version 5.31.
6101
6102 (hs-isearch-open): Default value now `code'.
6103 Fix docstring to use "code blocks" vs "comment blocks",
6104 as opposed to "block" vs "comment".
6105 (hs-flag-region): Accept `hs-isearch-open' value
6106 of `block' as synonymous w/ `code'.
6107 (hs-hide-block-at-point): For code blocks, pass `code'
6108 to `hs-flag-region' instead of `block'.
6109
6110 2001-08-28 Miles Bader <miles@gnu.org>
6111
6112 * comint.el (comint-next-prompt): Don't loop infinitely if
6113 {next,previous}-single-char-property-change returns its input
6114 position when the search fails.
6115
6116 2001-08-27 Miles Bader <miles@gnu.org>
6117
6118 * comint.el (comint-get-old-input-default): Don't signal an error
6119 if point is not on an input field; instead, return the current
6120 line (using `comint-bol' to skip any prompt, in case we're not
6121 using fields at all).
6122
6123 * man.el (Man-mode-line-format): Variable removed.
6124 (Man-mode): Change `mode-line-buffer-identification' instead of
6125 `mode-line-format'.
6126
6127 2001-08-27 Gerd Moellmann <gerd@gnu.org>
6128
6129 * mail/sendmail.el (mail-send-hook): Remove a duplicate defcustom.
6130 From Simon Josefsson <jas@extundo.com>.
6131
6132 2001-08-26 Eli Zaretskii <eliz@is.elta.co.il>
6133
6134 * textmodes/texnfo-upd.el: Remove dots and exclams at end of error
6135 messages. From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
6136
6137 * emacs-lisp/levents.el: Specify FSF as Maintainer. From Pavel
6138 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
6139
6140 * emacs-lisp/lselect.el: Ditto.
6141
6142 * hexl.el (hexl-insert-multibyte-char, hexl-insert-char):
6143 Remove periods from the end of error message strings.
6144 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
6145
6146 * progmodes/antlr-mode.el: Add Keywords header. From Pavel
6147 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
6148
6149 * net/telnet.el: Ditto.
6150
6151 2001-08-26 Gerd Moellmann <gerd@gnu.org>
6152
6153 * hl-line.el (hl-line-mode): Add args INIT-VALUE, LIGHTER, and
6154 KEYMAP to the call to define-minor-mode.
6155
6156 2001-08-24 Eli Zaretskii <eliz@is.elta.co.il>
6157
6158 * term/internal.el (IT-character-translations) <hebrew-iso8859-8>:
6159 Replace some of the undefined characters with emulations of bidi
6160 formatting characters and Niqud as per SI 1311-1.
6161 (IT-unicode-translations): Ditto.
6162 (IT-display-table-setup, IT-setup-unicode-display):
6163 Fill characters without translations with dos-unsupported-char-glyph.
6164
6165 2001-08-24 Simon Josefsson <jas@extundo.com>
6166
6167 * hl-line.el (hl-line-mode): Don't be a global mode.
6168 (global-hl-line-mode): New function.
6169
6170 2001-08-24 Gerd Moellmann <gerd@gnu.org>
6171
6172 * gs.el (gs-load-image): Wait for GHOSTVIEW window property
6173 being reset by Ghostscript. Don't kill the gs process.
6174 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
6175
6176 2001-08-24 Andrew Choi <akochoi@cse.cuhk.edu.hk>
6177
6178 * term/mac-win.el: Require scroll-bar.
6179
6180 2001-08-23 Stefan Monnier <monnier@cs.yale.edu>
6181
6182 * ebuff-menu.el (electric-buffer-list): Use list-buffers-noselect.
6183
6184 2001-08-23 Eli Zaretskii <eliz@is.elta.co.il>
6185
6186 * hexl.el (hexl-insert-multibyte-char) New function.
6187 (hexl-quoted-insert, hexl-self-insert-command)
6188 (hexl-insert-hex-char, hexl-insert-decimal-char)
6189 (hexl-insert-octal-char): Call it instead of hexl-insert-char.
6190 Fix the doc strings accordingly.
6191 (hexl-insert-char): Reject characters whose code is above 255.
6192 Doc fix.
6193 (hexl-mode-map): Copy the global keymap instead of creating a
6194 sparse keymap, and bind all self-inserting characters to
6195 hexl-self-insert-command.
6196
6197 2001-08-22 Stefan Monnier <monnier@cs.yale.edu>
6198
6199 * wid-edit.el (text): Re-order docstring correctly.
6200
6201 * mail/sendmail.el (mail-mode): Use adaptive-fill-regexp.
6202
6203 * textmodes/fill.el (adaptive-fill-regexp): Admit tabs as well.
6204
6205 2001-08-22 Eli Zaretskii <eliz@is.elta.co.il>
6206
6207 * simple.el (line-number-mode): Mention the variable
6208 line-number-display-limit-width in the doc string.
6209
6210 2001-08-22 Gerd Moellmann <gerd@gnu.org>
6211
6212 * bindings.el (mode-line-unbury-buffer): Add EVENT parameter.
6213 Temporarily select EVENT's window for switching buffers.
6214 (mode-line-bury-buffer): New function.
6215 (mode-line-buffer-identification-keymap): Use it instead of
6216 bury-buffer. Bind down-mouse events to prevent global down-mouse
6217 events from shining through.
6218
6219 2001-08-21 Stefan Monnier <monnier@cs.yale.edu>
6220
6221 * newcomment.el (comment-beginning): Make sure the comment-start
6222 we found isn't a comment-end (in cases where confusion is possible).
6223
6224 2001-08-22 Miles Bader <miles@gnu.org>
6225
6226 * emacs-lisp/bytecomp.el (byte-compile-file): Remove TARGET-FILE
6227 before writing it, so that hard-links don't see new version.
6228
6229 2001-08-21 Gerd Moellmann <gerd@gnu.org>
6230
6231 * gs.el (gs-set-ghostview-colors-window-prop):
6232 Call x-change-window-property with 3rd arg FRAME.
6233 (gs-load-image): Wait for a previous Ghostscript process
6234 to complete before starting a new one.
6235
6236 * image.el (image-type-regexps): Make sure that the TIFF
6237 pattern is only matched at the beginning of a string.
6238 From Markus Rost <rost@math.ohio-state.edu>.
6239
6240 * international/swedish.el: Pre-Mule file removed. From Jonas
6241 Oberg <jonas@gnu.org>.
6242
6243 2001-08-20 Rajesh Vaidheeswarran <rv@gnu.org>
6244
6245 * whitespace.el (whitespace-abort-on-error): Add custom variable
6246 to whitespace to abort a write-file if whitespace is detected in file.
6247
6248 * whitespace.el (whitespace-write-file-hook): Hook to be called
6249 when writing a file. If `whitespace-abort-on-error' is set, the
6250 write will abort on detecting whitespaces.
6251 If `whitespace-auto-cleanup' is set, the file will be cleaned
6252 automatically prior to writing.
6253
6254 * whitespace.el (whitespace-buffer-search): Let's not insert bogus
6255 whitespaces in the error output!
6256
6257 * whitespace.el (whitespace-check-indent-whitespace): Defaults to
6258 `indent-tabs-mode', since the latter notes user preferences on
6259 TABs anyway.
6260
6261 * whitespace.el (whitespace-version): 3.1. All of the above issues
6262 were raised by Fran\e,Ag\e(Bois Pinard, which led to the fixes described.
6263
6264 2001-08-20 Gerd Moellmann <gerd@gnu.org>
6265
6266 * textmodes/texnfo-upd.el (texinfo-every-node-update): Remove
6267 some spaces from a message. From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
6268
6269 * whitespace.el (whitespace-global-mode): Add autoload cookie.
6270
6271 2001-08-20 Alex Schroeder <alex@gnu.org>
6272
6273 * sql.el (sql-db2): Doc change.
6274
6275 2001-08-20 Alex Schroeder <alex@gnu.org>
6276
6277 * sql.el (sql-postgres): Add the database at the end of the
6278 parameters instead of at the beginning.
6279 (sql-postgres-options): Doc change.
6280
6281 2001-08-17 Gerd Moellmann <gerd@gnu.org>
6282
6283 * custom.el (defcustom): Doc fix.
6284
6285 2001-08-16 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6286
6287 * ps-mule.el (find-composition): Check if (char-after POS)
6288 returns a valid character.
6289
6290 2001-08-16 Eli Zaretskii <eliz@is.elta.co.il>
6291
6292 * hexl.el (hexl-mode, hexl-mode-exit): Adjust hexl-max-address and
6293 original-point for extra CR characters that are added/removed when
6294 the buffer is written/read whose EOL type is -dos.
6295
6296 2001-08-16 Miles Bader <miles@gnu.org>
6297
6298 * simple.el (line-move): Undo previous change.
6299
6300 * comint.el (comint-send-input): Add `inhibit-line-move-field-capture'
6301 property to input-terminating `boundary' overlays to avoid
6302 line-move wierdness.
6303
6304 2001-08-16 Gerd Moellmann <gerd@gnu.org>
6305
6306 * lazy-lock.el (lazy-lock-fontify-region): Widen the current
6307 buffer in a save-restriction. Under one test case with Ediff,
6308 window-scroll-functions are run with a window start that's
6309 temporarily outside of the restriction.
6310
6311 2001-08-16 Robert J. Chassell <bug-texinfo@gnu.org>
6312
6313 * textmodes/texnfo-upd.el: Update copyright notice, fix minor typos.
6314 (texinfo-find-lower-level-node, texinfo-find-higher-level-node)
6315 (texinfo-menu-locate-entry-p, texinfo-start-menu-description)
6316 (texinfo-update-menu-region-beginning)
6317 (texinfo-update-menu-region-end, texinfo-find-pointer): Add new
6318 command, @ifnottex, to regexps, so it is found.
6319
6320 2001-08-16 Andrew Innes <andrewi@gnu.org>
6321
6322 * makefile.nt (DONTCOMPILE): Omit bindings.el.
6323 (DONTCOMPILE): Omit sc.el.
6324
6325 * makefile.w32-in (DONTCOMPILE): Omit bindings.el.
6326 (DONTCOMPILE): Omit sc.el.
6327
6328 2001-08-16 Gerd Moellmann <gerd@gnu.org>
6329
6330 * replace.el (occur): Bind inhibit-read-only to t.
6331
6332 2001-08-16 Miles Bader <miles@gnu.org>
6333
6334 * simple.el (line-move): Pass an ESCAPE-FROM-EDGE argument of t when
6335 calling `constrain-to-field', to avoid problems with comint prompts.
6336
6337 2001-08-15 Gerd Moellmann <gerd@gnu.org>
6338
6339 * emacs-lisp/cl-indent.el (lisp-indent-defmethod): New function.
6340 (toplevel): Set it as `common-lisp-indent-function' for `defmethod'.
6341
6342 * ediff-mult.el (ediff-get-meta-info): Fix the condition
6343 of a while-loop.
6344
6345 * Makefile.in (DONTCOMPILE): Remove sc.el.
6346
6347 * Makefile.in (finder_setwins): Renamed from nonobsolete_setwins.
6348 Don't include term/.
6349
6350 * mail/sc.el: Moved to obsolete/.
6351
6352 2001-08-14 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6353
6354 * ps-print.el: Change error function arguments to follow Emacs
6355 message convention. Doc fix.
6356 (ps-print-version): New version number (6.5.4).
6357 (coding-system-for-write): Change declaration position to avoid
6358 XEmacs compilation gripes.
6359 (coding-system-for-read, buffer-file-coding-system):
6360 Declarations to avoid XEmacs compilation gripes.
6361
6362 * ps-mule.el: Doc fix.
6363 (ps-mule-encode-header-string): If STRING is not a string, replace
6364 STRING by empty string.
6365
6366 2001-08-14 Eli Zaretskii <eliz@is.elta.co.il>
6367
6368 * frame.el (show-trailing-whitespace): Doc fix.
6369
6370 2001-08-13 Eli Zaretskii <eliz@is.elta.co.il>
6371
6372 * desktop.el (desktop-save): Insert the coding: tag before
6373 desktop-header.
6374
6375 2001-08-13 Gerd Moellmann <gerd@gnu.org>
6376
6377 * Makefile.in (TAGS, TAGS-LISP): Remove "loaddefs.el" including
6378 its path from $els.
6379
6380 * image.el (image-jpeg-p): Fix call of substring.
6381
6382 2001-08-10 Gerd Moellmann <gerd@gnu.org>
6383
6384 * play/animate.el (animate-string): Doc fix. Use a buffer
6385 name with stars in it.
6386 (animate-sequence): New function.
6387 From Richard Stallman <rms@gnu.org>.
6388
6389 * frame.el (select-frame-set-input-focus): New function
6390 extracted from other-frame.
6391 (other-frame): Use it.
6392 (next-multiframe-window, previous-multiframe-window): Use it.
6393
6394 * isearch.el (isearch-other-meta-char): Don't switch to the
6395 buffer of a window clicked on, when the current buffer is
6396 in Isearch mode.
6397
6398 * image.el (image-jpeg-p): Test for APPn markers in the range
6399 #xe0..#xef.
6400
6401 2001-08-09 Gerd Moellmann <gerd@gnu.org>
6402
6403 * desktop.el (desktop-save): Don't use concat to form a file
6404 name, use expand-file-name.
6405
6406 * mouse.el (mouse-delete-window): Do nothing if frame has just
6407 one window.
6408
6409 * bindings.el (minor-mode-alist): Use mode-line-minor-mode-keymap
6410 for the minor mode name.
6411
6412 * view.el (toplevel): Use mode-line-minor-mode-keymap for the
6413 minor mode name.
6414
6415 * time.el (display-time-string-forms): Use make-mode-line-mouse-map
6416 instead of make-mode-line-mouse2-map.
6417
6418 * subr.el (add-minor-mode): Use mode-line-minor-mode-keymap for
6419 the minor mode name.
6420
6421 * emacs-lisp/easy-mmode.el (define-minor-mode):
6422 Use mode-line-minor-mode-keymap for the minor mode name.
6423
6424 * calendar/calendar.el (calendar-mode-line-format):
6425 Use make-mode-line-mouse-map instead of make-mode-line-mouse2-map.
6426
6427 * bindings.el (make-mode-line-mouse-map): Renamed from
6428 make-mode-line-mouse2-map. Take additional arg MOUSE.
6429 (mode-line-modified): Use mouse-3 instead of mouse-2.
6430 (mode-line-buffer-identification-keymap): Bind keys differently.
6431 (propertized-buffer-identification): Adapt help-echo to new bindings.
6432
6433 * bindings.el (mode-line-format): Specify help-echo for line
6434 number, column number and buffer-percent part of the mode-line.
6435
6436 * image.el (image-type-regexps): Allow whitespace at the start
6437 of the image data for XPM, XBM and Postscript, which are
6438 text files.
6439 (image-jpeg-p): Correct calculation of next field offset.
6440
6441 2001-08-08 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
6442
6443 * battery.el: Fix typo.
6444
6445 2001-08-08 Gerd Moellmann <gerd@gnu.org>
6446
6447 * image.el (image-type-regexps): Allow predicates. Change the way
6448 JPEG images are recognized.
6449 (image-jpeg-p): New function.
6450 (image-type-from-data): Handle predicates in image-type-regexps.
6451
6452 * emacs-lisp/edebug.el (edebug-read-function): Fix handling of
6453 #:, #x, #o, and similar constructs.
6454
6455 2001-08-07 Gerd Moellmann <gerd@gnu.org>
6456
6457 * vc.el (vc-transfer-file): Fix malformed autoload cookie.
6458
6459 * emulation/viper-util.el (viper-file-checked-in-p): Use `and'
6460 instead of `progn'.
6461
6462 * tar-mode.el (tar-extract): Avoid generating a new buffer
6463 for each file visited. From Markus Rost <rost@math.ohio-state.edu>.
6464
6465 * textmodes/paragraphs.el (forward-sentence): Avoid building
6466 a regexp from sentence-end. From Kenichi Handa <handa@etl.go.jp>.
6467
6468 * progmodes/executable.el (executable-set-magic):
6469 If executable-find returns a quoted file name, unquote it before
6470 inserting it.
6471
6472 * image.el (image-type-regexps): For JPEG files, use a regexp
6473 derived from the JFIF spec.
6474
6475 * image.el (image-type-regexps): Use `\`' instead of `^' in
6476 most regular expressions.
6477
6478 2001-08-06 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
6479
6480 * play/animate.el: Re-insert a reference to re-inserted function.
6481
6482 2001-08-06 Gerd Moellmann <gerd@gnu.org>
6483
6484 * help.el (describe-function-1): Use find-function-search-for-symbol
6485 instead of find-function-noselect because the latter follows aliases.
6486
6487 * play/animate.el (animate-birthday-present): Re-insert.
6488
6489 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
6490 Handle old-style menu definitions.
6491
6492 2001-08-06 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
6493
6494 * textmodes/makeinfo.el, textmodes/page-ext.el, textmodes/page.el,
6495 * textmodes/text-mode.el, textmodes/two-column.el: Keywords added.
6496
6497 * play/studly.el, mail/unrmail.el, emacs-lisp/lucid.el,
6498 * emulation/pc-mode.el, diff.el, textmodes/fill.el, abbrev.el,
6499 * add-log.el, faces.el, mail/sc.el: Specify FSF as Maintainer.
6500
6501 2001-08-05 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
6502
6503 * textmodes/tildify.el: Milan Zamazal has new address.
6504
6505 2001-08-03 Gerd Moellmann <gerd@gnu.org>
6506
6507 * custom.el (custom-set-variables): Don't test `custom-requests'
6508 properties, check the third element of the options passed to
6509 custom-set-variables instead.
6510
6511 * info.el (info-insert-file-contents): Use info-file-exists-p
6512 instead of file-exists-p.
6513
6514 * play/zone.el (zone-pgm-stress): Use unwind-protect to make sure
6515 the mode-line face is restored. Fix several bugs.
6516
6517 * replace.el (perform-replace): Doc fix.
6518
6519 2001-08-02 Francesco Potorti` <pot@gnu.org>
6520
6521 * uniquify.el (uniquify-ref-base, uniquify-ref-filename)
6522 (uniquify-ref-buffer, uniquify-ref-proposed): New functions.
6523 (uniquify-fix-item-base, uniquify-fix-item-filename)
6524 (uniquify-fix-item-buffer, uniquify-fix-item-proposed): Deleted.
6525 Callers changed.
6526 (uniquify-set-proposed): Changed to work with a vector item.
6527 (uniquify-rationalize-file-buffer-names): Use a list of arrays for
6528 the fix list, and a list of strings for the non-file buffer
6529 names. Both changes reduce consing.
6530 (uniquify-rationalize-a-list): Local variable renaming.
6531 (uniquify-rationalize-conflicting-sublist): Use member instead of
6532 assoc.
6533 (uniquify-rename-buffer): Use unless instead of if not.
6534
6535 2001-08-02 Gerd Moellmann <gerd@gnu.org>
6536
6537 * recentf.el (recentf-dump-variable): Handle a value of nil correctly.
6538
6539 * custom.el (custom-set-variables): Set options with :require
6540 clauses last.
6541
6542 * custom.el (defcustom): Doc fix.
6543
6544 * Makefile.in (TAGS, TAGS-LISP): Exclude loaddefs.el.
6545
6546 2001-08-01 Eli Zaretskii <eliz@is.elta.co.il>
6547
6548 * man.el (man): Mention Man-switches in the doc string.
6549 (Man-switches): Mention -a in the doc string.
6550
6551 * textmodes/ispell.el (ispell-alternate-dictionary):
6552 Add /usr/share/lib/dict/words, for Irix.
6553
6554 * bindings.el: Bind shifted and control-shifted kp-* keys to the
6555 corresponding non-kp keys. Suggested by Stephen Gildea
6556 <gildea@stop.mail-abuse.org>.
6557
6558 2001-08-01 Francesco Potorti` <pot@gnu.org>
6559
6560 * uniquify.el: These changes correct a corner case that the old
6561 code managed correctly.
6562 (uniquify-fix-item-proposed): Renamed from
6563 uniquify-fix-item-min-proposed.
6564 (uniquify-set-proposed): New function.
6565 (uniquify-rationalize-file-buffer-names): Code reshuffled for
6566 clarity and speed.
6567 (uniquify-item-greaterp): Substitutes uniquify-item-lessp.
6568 This is equivalent to what the old code did.
6569 (uniquify-rationalize-a-list): Never recompute the proposed
6570 name. Sort the conflicting sublist before rationalising it: this
6571 is equivalent to what the old code did, but one directory element
6572 at a time, and only when necessary.
6573 (uniquify-rationalize-conflicting-sublist): Recompute here the
6574 proposed name.
6575
6576 2001-08-01 Gerd Moellmann <gerd@gnu.org>
6577
6578 * play/animate.el: Add Keywords and Maintainer. Remove a
6579 reference to a removed function.
6580
6581 * play/animate.el (animate-string): Handle case that the string is
6582 longer than the window is wide.
6583
6584 2001-07-31 Gerd Moellmann <gerd@gnu.org>
6585
6586 * desktop.el (desktop-save): Bind coding-system-for-write to
6587 `emacs-mule' for write-region.
6588
6589 * delsel.el (delete-selection-pre-hook): Don't set this-command
6590 to `ignore' if the region is empty.
6591
6592 * international/mule.el (set-keyboard-coding-system):
6593 Set keyboard-coding-system.
6594
6595 * smerge-mode.el (smerge-mode): Check if `font-lock-mode' is bound
6596 before accessing it.
6597
6598 2001-07-30 Andreas Schwab <schwab@suse.de>
6599
6600 * menu-bar.el (toggle-highlight-paren-mode):
6601 Use `(show-paren-mode)' as body.
6602
6603 2001-07-30 Andre Spiegel <spiegel@gnu.org>
6604
6605 * vc.el (vc-checkout-hook): New hook.
6606 (vc-checkout): Run it.
6607
6608 2001-07-30 Eli Zaretskii <eliz@is.elta.co.il>
6609
6610 * progmodes/make-mode.el (makefile-macroassign-regex):
6611 Recognize the ?= operator. From Jonathan Kamens <jik@curl.com>.
6612
6613 2001-07-30 Gerd Moellmann <gerd@gnu.org>
6614
6615 * vc.el (vc-switch-backend): Fix autoload cookie.
6616
6617 * desktop.el (desktop-save): Add `-*- coding: emacs-mule -*-' to
6618 the desktop file.
6619
6620 2001-07-30 Simon Josefsson <jas@extundo.com>
6621
6622 * mail/mail-utils.el (mail-strip-quoted-names): Replace text
6623 literally. Reported by Sean Rima <sean@**Delete**.tcob1.net>.
6624
6625 2001-07-27 Gerd Moellmann <gerd@gnu.org>
6626
6627 * emacs-lisp/lisp-mode.el (last-sexp-setup-props): New function.
6628 (last-sexp-toggle-display): Renamed from last-sexp-print.
6629 (last-sexp-toggle-display, eval-last-sexp-1):
6630 Use last-sexp-setup-props.
6631
6632 * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button):
6633 New user-options.
6634 (mouse-wheel-change-button): New function.
6635 (mouse-wheel-mode): Use mouse-wheel-{up,down}-button.
6636 (mwheel-scroll): Ditto.
6637
6638 2001-07-26 Gerd Moellmann <gerd@gnu.org>
6639
6640 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Don't search for
6641 `...', compare with unabbreviated printed representation instead.
6642 (last-sexp-print): Bind print-length and print-level to nil.
6643
6644 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Look for a `...'
6645 before assigning text properties. Make properties rear-nonsticky.
6646
6647 * emacs-lisp/lisp-mode.el (last-sexp-print): New function.
6648 (eval-last-sexp-1): Give printed text a `keymap' property and bind
6649 <mouse-2> and <RET> in that map to a function printing the
6650 unabbreviated value.
6651
6652 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): If standard-output
6653 is a buffer, put a text property `printed-value' on the printed
6654 representation, with the Lisp object printed as value.
6655
6656 2001-07-25 Eli Zaretskii <eliz@is.elta.co.il>
6657
6658 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-defun):
6659 Mention the effect of eval-expression-print-length and
6660 eval-expression-print-level in the doc strings. Suggested by
6661 Kevin Gallagher <kevingal@onramp.net>.
6662
6663 2001-07-25 Gerd Moellmann <gerd@gnu.org>
6664
6665 * xt-mouse.el (xterm-mouse-event): Recognize control sequences
6666 for buttons > 3.
6667 (xterm-mouse-translate): Handle the case that we don't get a
6668 down-event.
6669
6670 * emacs-lisp/find-func.el (find-function-regexp):
6671 Add easy-mmode-define-global-mode to the regexp. Allow newlines
6672 in front of the function name.
6673
6674 * isearch.el (isearch-other-meta-char): Fix last change.
6675
6676 * isearch.el (isearch-other-meta-char): Don't modify mode-line and
6677 similar events for which fake prefix keys are generated. It's no
6678 longer necessary since read_key_sequence doesn't modify these
6679 events for internal purposes anymore.
6680
6681 * files.el (auto-mode-alist): Use nroff-mode for files ending
6682 in `.9'. From Assar Westerlund <assar@stacken.kth.se>.
6683
6684 2001-07-24 Eli Zaretskii <eliz@is.elta.co.il>
6685
6686 * avoid.el (mouse-avoidance-too-close-p): If the frame lacks a
6687 tool-bar-lines parameter, behave as if its value were zero.
6688 (mouse-avoidance-set-pointer-shape): Don't do anything if
6689 x-pointer-shape is not boundp.
6690
6691 2001-07-23 Francesco Potorti` <pot@gnu.org>
6692
6693 * uniquify.el: Overall speedup changes when using many buffers.
6694 (uniquify-fix-item-base, uniquify-fix-item-filename)
6695 (uniquify-fix-item-buffer): Changed defmacro to defalias (cosmetic).
6696 (uniquify-fix-item-unrationalized-buffer): Deleted: was the fourth
6697 place in the item, but was never used.
6698 (uniquify-fix-item-min-proposed): New defalias: the fourth place
6699 in the item is now used as cache for the proposed name.
6700 (uniquify-rationalize-file-buffer-names): Move computation made on
6701 newbuffile out of the loop, in the newbuffile-nd local var.
6702 Use dolist (cosmetic change). Compute the proposed name for the most
6703 common case and cache it in the fourth place in the item.
6704 (uniquify-rationalize-file-buffer-names): Used to return a a list
6705 of buffer whose name was changed, but that return value was never used.
6706 (uniquify-item-lessp): Replaces uniquify-filename-lessp, works on
6707 the cached proposed name, does much less consing and is quicker.
6708 (uniquify-filename-lessp): Deleted.
6709 (uniquify-rationalize-a-list): Use dolist (cosmetic change).
6710 Do not bind locally the uniquify-possibly-resolvable flag. Use the
6711 cached proposed name is possible.
6712 (uniquify-get-proposed-name): Arguments changed, callers changed.
6713 (uniquify-rationalize-conflicting-sublist): Explicitely reset the
6714 uniquify-possibly-resolvable flag, which is no more bound locally.
6715 (uniquify-rename-buffer): Do not set the old unrationalised-buffer
6716 flag, which does not exist any more.
6717
6718 2001-07-23 Eli Zaretskii <eliz@is.elta.co.il>
6719
6720 * term/internal.el (IT-unicode-translations): Fix the appearance of
6721 "6`".
6722
6723 * progmodes/compile.el (compile-internal): If EMACS is already
6724 defined in the environment, don't override its value.
6725
6726 2001-07-23 Gerd Moellmann <gerd@gnu.org>
6727
6728 * play/fortune.el: Undo change of 2001-07-13.
6729 Fix autoload cookies. Add types to defcustoms.
6730 (fortune) <defgroup>: Add :link.
6731 (fortune-from-region): Use eq, not eql.
6732 From Dave Love <fx@gnu.org>.
6733
6734 * play/animate.el (animate-birthday-present): Function removed.
6735
6736 * play/animate.el: New file.
6737
6738 2001-07-22 Eli Zaretskii <eliz@is.elta.co.il>
6739
6740 * startup.el (normal-top-level-add-subdirs-to-load-path):
6741 On Windows, put into normal-top-level-add-subdirs-inode-list the
6742 canonicalized names of the directories instead of inode numbers.
6743
6744 2001-07-21 Michael Kifer <kifer@cs.sunysb.edu>
6745
6746 * ediff-util.el: Copyright years.
6747 (ediff-choose-syntax-table): New function.
6748 (ediff-setup): Use ediff-choose-syntax-table.
6749 (ediff-file-checked-out-p,ediff-file-checked-in-p): Check if
6750 vc-state is available.
6751 (ediff-make-temp-file): Use ediff-coding-system-for-write.
6752
6753 * ediff-init.el (ediff-with-syntax-table): New macro, uses
6754 with-syntax-table.
6755 (ediff-coding-system-for-read): From ediff-diff.el
6756 (ediff-coding-system-for-write): New variable.
6757 (ediff-highest-priority): Fixed the bug having to do with disappearing
6758 overlays.
6759 (ediff-file-remote-p): Use file-remote-p, if available.
6760 (ediff-listable-file): New function.
6761 (ediff-file-attributes): Use ediff-listable-file.
6762
6763 * ediff-mult.el (ediff-meta-insert-file-info1):
6764 Use ediff-listable-file.
6765
6766 * ediff-ptch.el (ediff-prompt-for-patch-file):
6767 Use ediff-coding-system-for-read.
6768 (ediff-patch-file-internal): Use ediff-coding-system-for-write.
6769
6770 * ediff-diff.el (ediff-coding-system-for-read): Moved to ediff-init.el.
6771 (ediff-match-diff3-line,ediff-get-diff3-group): Improved pattern.
6772
6773 * ediff.el: Date of last update, copyright years.
6774
6775 * ediff-wind (ediff-setup-control-frame): Nill->nil.
6776
6777 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
6778 of Scott Bronson.
6779 (ex-cmd-assoc,ex-compile,ex-cmd-one-letr): New functions.
6780 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
6781 Deleted functions.
6782 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
6783 ex-token-list.
6784 (viper-get-ex-address-subr): Convert registers to char data type.
6785
6786 * viper-util.el (viper-int-to-char,viper-char-equal): New functions.
6787 (viper-memq-char): Use viper-int-to-char.
6788 (viper-file-checked-in-p): Use vc-locking-user, if vc doesn't have
6789 vc-locking-state.
6790 (viper-read-key): Use viper-read-key-sequence.
6791
6792 * viper.el (viper-major-mode-modifier-list):
6793 Added inferior-emacs-lisp-mode.
6794 (this-major-mode-requires-vi-state): New function that uses simple
6795 heuristics to decide if vi state is appropriate.
6796 (set-viper-state-in-major-mode): Use this-major-mode-requires-vi-state.
6797 (viper-non-hook-settings): Don't advise read-key-sequence.
6798 (viper-read-key-sequence): New function that replaces the
6799 previously used advice to read-key-sequence.
6800
6801 * viper-cmd.el (viper-test-com-defun,viper-exec-change)
6802 (viper-exec-Change,viper-execute-com,viper-insert,viper-append)
6803 (viper-Append,viper-Insert,viper-open-line,viper-Open-line)
6804 (viper-open-line-at-point,viper-substitute,viper-overwrite)
6805 (viper-replace-char-subr,viper-forward-word,viper-forward-Word):
6806 Got rid of the negative character hack.
6807 (viper-escape-to-state,viper-replace-state-exit-cmd):
6808 Use viper-read-key-sequence.
6809 (viper-envelop-ESC-key): No need for ad-get-orig-definition.
6810 (viper-minibuffer-standard-hook,viper-read-string-with-history):
6811 Don't override existing minibuffer-setup-hook.
6812 (viper-mark-point,viper-goto-mark-subr,viper-brac-function):
6813 Convert registers to char data type.
6814 (viper-autoindent): Use viper-indent-line.
6815
6816 * viper-keym.el: Use viper-exec-key-in-emacs.
6817
6818 2001-07-20 Stefan Monnier <monnier@cs.yale.edu>
6819
6820 * server.el (server-visit-files): Fix variable name typo.
6821
6822 2001-07-20 Gerd Moellmann <gerd@gnu.org>
6823
6824 * simple.el (delete-trailing-whitespace): Save match data
6825 around looking-at. From Markus Rost <rost@math.ohio-state.edu>.
6826
6827 2001-07-19 Stefan Monnier <monnier@cs.yale.edu>
6828
6829 * progmodes/compile.el (compilation-parse-errors): `linenum' might
6830 return a this-error using the alternative format (a pair of markers).
6831
6832 2001-07-19 Gerd Moellmann <gerd@gnu.org>
6833
6834 * font-lock.el (c++-keywords): Add Standard C++ operator names.
6835
6836 * mail/mh-utils.el (mh-find-progs): Also search in `lib'.
6837 From Mats Bengtsson <mats.bengtsson@s3.kth.se>,
6838
6839 2001-07-17 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
6840
6841 * international/iso-transl.el: Fix typo in the header of the file.
6842
6843 * textmodes/picture.el (picture): Doc fix.
6844
6845 * international/ja-dic-cnv.el (skkdic-convert): Some fixes to
6846 follow coding conventions in generated files.
6847
6848 2001-07-17 Eli Zaretskii <eliz@is.elta.co.il>
6849
6850 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
6851 (tool-bar-add-item): Don't call image-related primitives if the
6852 display doesn't support images.
6853
6854 * frame.el (display-images-p): New function.
6855
6856 2001-07-17 Gerd Moellmann <gerd@gnu.org>
6857
6858 * server.el (server-visit-files): Handle the case the specified
6859 column number is <= 0.
6860
6861 2001-07-17 Jan Nieuwenhuizen <jan@netland.nl>
6862
6863 * startup.el (command-line-1): Add support for +LINE:COLUMN
6864 command line argument.
6865
6866 2000-07-17 Han-Wen Nienhuys <hanwen@cs.uu.nl>
6867
6868 * server.el (server-process-filter, server-visit-files):
6869 Add support for +LINE:COLUMN style emacsclient calls.
6870
6871 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
6872
6873 * emacs-lisp/easy-mmode.el: Add Keywords header.
6874
6875 * play/pong.el: Author has new address.
6876
6877 * play/landmark.el: Author is no more reachable.
6878
6879 * play/handwrite.el: Author is no more reachable.
6880
6881 2001-07-17 Stefan Monnier <monnier@cs.yale.edu>
6882
6883 * term/sun.el (ignore-key, sun-esc-bracket, meta-flag): Remove.
6884 (sun-raw-prefix): Replace t3, t4, t6, and t7 with f3, f4, f6 and f7.
6885 Complete bindings for F<1..12> keys.
6886 (global-map): Remove `undo' binding (already in the default).
6887 Replace `t<n>' bindings with `f<n>' bindings.
6888
6889 2001-07-16 Stefan Monnier <monnier@cs.yale.edu>
6890
6891 * progmodes/tcl.el (tcl-fill-mode-map): Use tcl-indent-exp.
6892 (tcl-mode): Use tcl-add-log-defun.
6893 (tcl-indent-line): Use tcl-calculate-indent.
6894 (tcl-calculate-indent): Renamed from calculate-tcl-indent.
6895 (tcl-indent-exp): Renamed from indent-tcl-exp.
6896 (tcl-add-log-defun): Renamed from add-log-tcl-defun.
6897 (tcl-indent-for-comment): Call comment-indent-function properly
6898 and handle the case where it returns nil.
6899
6900 2001-07-16 Gerd Moellmann <gerd@gnu.org>
6901
6902 * calendar/cal-islam.el (calendar-goto-islamic-date):
6903 Remove autoload cookie.
6904
6905 * calendar/calendar.el (calendar-goto-islamic-date):
6906 Add call to autoload.
6907
6908 2001-07-16 Stefan Monnier <monnier@cs.yale.edu>
6909
6910 * progmodes/ada-mode.el (ada-mode): Avoid unneeded version checks.
6911 Don't change compile-auto-highlight globally.
6912 Don't bother with `font-lock-defaults' property since XEmacs
6913 also understands the `font-lock-defaults' variable.
6914 Use make-local-variable rather than make-variable-buffer-local.
6915 Don't `defconst' comment-indent-function: keep the default.
6916 Call easy-menu-add unconditionally.
6917 (ada-create-keymap): Use [(shift tab)] so it works on both Emacsen.
6918 (ada-create-menu): Use :included for Emacs as well.
6919
6920 * vc.el (vc-do-command): Autoload.
6921
6922 * progmodes/ada-xref.el (ada-xref-initialize): Fix call to add-hook.
6923
6924 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
6925
6926 * ps-print.el: Fix Author: header.
6927
6928 2001-07-16 Gerd Moellmann <gerd@gnu.org>
6929
6930 * mouse-sel.el (mouse-sel-bindings): Instead of unbinding
6931 mouse-1 etc., bind them to `ignore'.
6932
6933 * eshell/esh-mode.el (eshell-send-invisible): Renamed from
6934 send-invisible, which is already defined in Comint.
6935 (eshell-watch-for-password-prompt): Use it.
6936
6937 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
6938
6939 * which-func.el (which-func-mode): Doc fix.
6940
6941 * align.el, apropos.el, autorevert.el, battery.el, bookmark.el,
6942 * calculator.el, calendar/todo-mode.el, complete.el, cus-dep.el,
6943 * cus-edit.el, cus-face.el, delim-col.el, dos-fns.el, double.el,
6944 * edmacro.el, elide-head.el, emacs-lisp/autoload.el,
6945 * emacs-lisp/checkdoc.el, emacs-lisp/cl-compat.el,
6946 * emacs-lisp/cl-specs.el, emacs-lisp/copyright.el,
6947 * emacs-lisp/cust-print.el, emacs-lisp/easy-mmode.el,
6948 * emacs-lisp/elint.el, emacs-lisp/ewoc.el, emacs-lisp/find-func.el,
6949 * emacs-lisp/pp.el, emacs-lisp/re-builder.el, emacs-lisp/shadow.el,
6950 * emacs-lisp/sregex.el, emerge.el, emulation/edt-lk201.el,
6951 * emulation/edt-mapper.el, emulation/edt-pc.el,
6952 * emulation/edt-vt100.el, emulation/edt.el, emulation/pc-select.el,
6953 * emulation/tpu-edt.el, emulation/tpu-extras.el,
6954 * emulation/tpu-mapper.el, emulation/vip.el, expand.el, finder.el,
6955 * foldout.el, follow.el, format.el, forms-d2.el, forms.el,
6956 * generic.el, hi-lock.el, hilit-chg.el, hippie-exp.el, info-look.el,
6957 * international/isearch-x.el, international/iso-cvt.el,
6958 * international/ogonek.el, international/quail.el,
6959 * international/utf-8.el, jit-lock.el, language/devan-util.el,
6960 * language/devanagari.el, language/ethio-util.el,
6961 * language/ethiopic.el, language/european.el, language/indian.el,
6962 * language/romanian.el, language/tibet-util.el, language/tibetan.el,
6963 * mail/feedmail.el, mail/footnote.el, mail/mail-hist.el,
6964 * mail/mailheader.el, mail/mspools.el, mail/supercite.el,
6965 * mouse-sel.el, net/browse-url.el, net/net-utils.el,
6966 * net/quickurl.el, net/snmp-mode.el, net/webjump.el,
6967 * net/zone-mode.el, pcomplete.el, progmodes/antlr-mode.el,
6968 * progmodes/autoconf.el, progmodes/cmacexp.el,
6969 * progmodes/cperl-mode.el, progmodes/cpp.el, progmodes/cwarn.el,
6970 * progmodes/delphi.el, progmodes/ebnf-bnf.el, progmodes/ebnf-iso.el,
6971 * progmodes/ebnf-otz.el, progmodes/ebnf-yac.el,
6972 * progmodes/ebnf2ps.el, progmodes/executable.el,
6973 * progmodes/fortran.el, progmodes/idlw-shell.el,
6974 * progmodes/idlw-toolbar.el, progmodes/idlwave.el,
6975 * progmodes/m4-mode.el, progmodes/mantemp.el,
6976 * progmodes/meta-mode.el, progmodes/octave-inf.el,
6977 * progmodes/ps-mode.el, progmodes/scheme.el, progmodes/simula.el,
6978 * progmodes/tcl.el, ps-bdf.el, ps-mule.el, ps-print.el, recentf.el,
6979 * rect.el, regi.el, rsz-mini.el, s-region.el, scroll-all.el,
6980 * shadowfile.el, speedbar.el, term/AT386.el, term/internal.el,
6981 * term/iris-ansi.el, term/mac-win.el, term/tvi970.el,
6982 * textmodes/artist.el, textmodes/flyspell.el, textmodes/ispell.el,
6983 * textmodes/page-ext.el, textmodes/refer.el, textmodes/texinfmt.el,
6984 * textmodes/texinfo.el, textmodes/texnfo-upd.el,
6985 * textmodes/two-column.el, time-stamp.el, timezone.el,
6986 * toolbar/tool-bar.el, vc-rcs.el, vc-sccs.el, view.el, w32-fns.el,
6987 * which-func.el, whitespace.el, wid-browse.el, widget.el,
6988 * windmove.el, woman.el, xt-mouse.el: Some fixes to follow coding
6989 conventions.
6990
6991 2001-07-16 Gerd Moellmann <gerd@gnu.org>
6992
6993 * simple.el (set-variable): Require 'cus-edit' instead of
6994 `wid-edit', so that the Custom widgets get defined.
6995
6996 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
6997
6998 * allout.el: A fix to follow coding conventions.
6999
7000 * find-lisp.el: A fix to follow coding conventions.
7001
7002 * term/w32-win.el: A fix to follow coding conventions.
7003
7004 * textmodes/sgml-mode.el: A fix to follow coding conventions.
7005
7006 * term/xterm.el: A fix to follow coding conventions.
7007
7008 * term/news.el: A fix to follow coding conventions.
7009
7010 * emulation/vi.el: A fix to follow coding conventions, Maintainer:
7011 header line fixed.
7012
7013 * sun-curs.el: Fix Maintainer: header line.
7014
7015 * emacs-lisp/easymenu.el: Address of the author added.
7016
7017 2001-07-16 Gerd Moellmann <gerd@gnu.org>
7018
7019 * dired.el (dired-insert-set-properties): Fix invalid mouse-face
7020 property.
7021
7022 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
7023
7024 * play/5x5.el, play/decipher.el, play/dunnet.el, play/fortune.el,
7025 * play/gamegrid.el, play/handwrite.el, play/landmark.el,
7026 * play/morse.el, play/pong.el, play/snake.el, play/tetris.el:
7027 Some fixes to follow coding conventions.
7028
7029 2001-07-16 Gerd Moellmann <gerd@gnu.org>
7030
7031 * which-func.el (which-func-mode): Doc fix.
7032
7033 2001-07-15 Stefan Monnier <monnier@cs.yale.edu>
7034
7035 * net/rcompile.el (remote-compile): Use make-local-variable.
7036
7037 * progmodes/hideshow.el (hs-minor-mode): Use make-local-variable.
7038
7039 * progmodes/make-mode.el (makefile-browse): Use make-local-variable.
7040
7041 * mail/reporter.el (reporter-submit-bug-report):
7042 Don't abuse make-variable-buffer-local. Fix call to add-hook.
7043
7044 2001-07-15 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
7045
7046 * calendar/cal-china.el, calendar/cal-coptic.el,
7047 * calendar/cal-dst.el, calendar/cal-french.el,
7048 * calendar/cal-hebrew.el, calendar/cal-islam.el,
7049 * calendar/cal-iso.el, calendar/cal-julian.el,
7050 * calendar/cal-mayan.el, calendar/cal-persia.el,
7051 * calendar/cal-tex.el, calendar/calendar.el, calendar/diary-lib.el,
7052 * calendar/lunar.el, calendar/solar.el, ediff-diff.el,
7053 * ediff-help.el, ediff-hook.el, ediff-init.el, ediff-merg.el,
7054 * ediff-ptch.el, ediff-util.el, ediff-vers.el, ediff-wind.el,
7055 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
7056 * net/eudc-vars.el, net/ldap.el, pcvs-defs.el, pcvs-info.el,
7057 * pcvs-parse.el, pcvs-util.el, pcvs.el, progmodes/ada-mode.el,
7058 * progmodes/ada-prj.el, progmodes/ada-stmt.el,
7059 * progmodes/ada-xref.el, progmodes/cc-align.el,
7060 * progmodes/cc-bytecomp.el, progmodes/cc-cmds.el,
7061 * progmodes/cc-defs.el, progmodes/cc-engine.el,
7062 * progmodes/cc-langs.el, progmodes/cc-menus.el,
7063 * progmodes/cc-styles.el, progmodes/cc-vars.el,
7064 * textmodes/reftex-auc.el, textmodes/reftex-cite.el,
7065 * textmodes/reftex-dcr.el, textmodes/reftex-global.el,
7066 * textmodes/reftex-index.el, textmodes/reftex-parse.el,
7067 * textmodes/reftex-ref.el, textmodes/reftex-sel.el,
7068 * textmodes/reftex-toc.el, textmodes/reftex-vars.el,
7069 * textmodes/reftex.el: Some fixes to follow coding
7070 conventions in Elisp files with known maintainers.
7071
7072 * emulation/viper.el: A fix to follow coding conventions.
7073
7074 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el,
7075 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el,
7076 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el,
7077 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el,
7078 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el,
7079 * eshell/em-xtra.el, eshell/esh-arg.el, eshell/esh-cmd.el,
7080 * eshell/esh-ext.el, eshell/esh-io.el, eshell/esh-maint.el,
7081 * eshell/esh-mode.el, eshell/esh-module.el, eshell/esh-opt.el,
7082 * eshell/esh-proc.el, eshell/esh-test.el, eshell/esh-util.el,
7083 * eshell/esh-var.el, eshell/eshell.el: Some fixes to follow coding
7084 conventions in Elisp files.
7085
7086 * composite.el, diff.el, emacs-lisp/levents.el,
7087 * emacs-lisp/lmenu.el, emacs-lisp/lselect.el, emacs-lisp/lucid.el,
7088 * emulation/pc-mode.el, emulation/viper-cmd.el,
7089 * emulation/viper-ex.el, emulation/viper-init.el,
7090 * emulation/viper-keym.el, emulation/viper-macs.el,
7091 * emulation/viper-mous.el, emulation/viper-util.el,
7092 * emulation/viper.el, forms-pass.el, international/ccl.el,
7093 * international/characters.el, international/encoded-kb.el,
7094 * international/fontset.el, international/ja-dic-cnv.el,
7095 * international/ja-dic-utl.el, international/kinsoku.el,
7096 * international/kkc.el, international/mule-cmds.el,
7097 * international/mule-diag.el, international/mule-util.el,
7098 * international/mule.el, international/titdic-cnv.el,
7099 * language/china-util.el, language/chinese.el,
7100 * language/cyril-util.el, language/cyrillic.el, language/english.el,
7101 * language/greek.el, language/hebrew.el, language/japan-util.el,
7102 * language/japanese.el, language/korea-util.el, language/korean.el,
7103 * language/lao-util.el, language/lao.el, language/misc-lang.el,
7104 * language/slovak.el, language/thai-util.el, language/thai.el,
7105 * language/viet-util.el, language/vietnamese.el, mail/mh-comp.el,
7106 * mail/mh-e.el, mail/mh-funcs.el, mail/mh-mime.el, mail/mh-pick.el,
7107 * mail/mh-seq.el, mail/mh-utils.el, mail/sc.el, mail/unrmail.el,
7108 * midnight.el, patcomp.el, pcmpl-cvs.el, pcmpl-gnu.el,
7109 * pcmpl-linux.el, pcmpl-rpm.el, pcmpl-unix.el, play/studly.el,
7110 * play/zone.el, replace.el, select.el, subr.el, talk.el, term.el,
7111 * term/apollo.el, term/bobcat.el, term/linux.el, term/lk201.el,
7112 * term/vt102.el, term/vt125.el, term/vt200.el, term/vt201.el,
7113 * term/vt220.el, term/vt240.el, term/vt300.el, term/vt320.el,
7114 * term/vt400.el, term/vt420.el, x-apollo.el, x-menu.el: Some fixes
7115 to follow coding conventions in files without maintainer or in files
7116 with clear maintainer (but without Maintainer header stating so).
7117
7118 * emacs-lisp/elp.el: A fix to follow coding conventions.
7119
7120 * gnus/binhex.el, gnus/binhex.el, gnus/earcon.el,
7121 * gnus/gnus-agent.el, gnus/gnus-art.el, gnus/gnus-audio.el,
7122 * gnus/gnus-logic.el, gnus/gnus-ml.el, gnus/gnus-mlspl.el,
7123 * gnus/gnus-setup.el, gnus/gnus-srvr.el, gnus/gnus-sum.el,
7124 * gnus/gnus-uu.el, gnus/gnus-vm.el, gnus/ietf-drums.el,
7125 * gnus/mail-parse.el, gnus/mail-prsvr.el, gnus/mail-source.el,
7126 * gnus/mm-bodies.el, gnus/mm-decode.el, gnus/mm-encode.el,
7127 * gnus/mm-partial.el, gnus/mm-util.el, gnus/mm-uu.el,
7128 * gnus/mm-view.el, gnus/mml.el, gnus/nnimap.el, gnus/nnoo.el,
7129 * gnus/parse-time.el, gnus/rfc1843.el, gnus/rfc2045.el,
7130 * gnus/rfc2047.el, gnus/rfc2104.el, gnus/rfc2231.el,
7131 * gnus/time-date.el, gnus/uudecode.el: Some fixes to follow coding
7132 conventions in files from Gnus.
7133
7134 * abbrevlist.el, array.el, buff-menu.el, calendar/appt.el,
7135 * case-table.el, cdl.el, cmuscheme.el, compare-w.el, completion.el,
7136 * custom.el, derived.el, dired-aux.el, disp-table.el, dos-vars.el,
7137 * echistory.el, electric.el, emacs-lisp/authors.el,
7138 * emacs-lisp/backquote.el, emacs-lisp/byte-opt.el,
7139 * emacs-lisp/bytecomp.el, emacs-lisp/float.el, emacs-lisp/gulp.el,
7140 * emacs-lisp/helper.el, emacs-lisp/lisp-mode.el,
7141 * emacs-lisp/regexp-opt.el, emulation/mlconvert.el,
7142 * emulation/mlsupport.el, env.el, fast-lock.el, find-dired.el,
7143 * float-sup.el, frame.el, gnus/gnus-mule.el, gnus/pop3.el, gs.el,
7144 * gud.el, help-macro.el, hexl.el, imenu.el, info.el, informat.el,
7145 * international/codepage.el, international/iso-ascii.el,
7146 * international/iso-insert.el, international/iso-transl.el,
7147 * international/swedish.el, isearch.el, jka-compr.el, kermit.el,
7148 * lazy-lock.el, ledit.el, loadup.el, lpr.el, ls-lisp.el, macros.el,
7149 * mail/blessmail.el, mail/emacsbug.el, mail/mail-extr.el,
7150 * mail/mailabbrev.el, mail/mailpost.el, mail/rmail.el,
7151 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmsc.el,
7152 * mail/rmailout.el, mail/rmailsort.el, mail/rmailsum.el,
7153 * mail/vms-pmail.el, man.el, map-ynp.el, menu-bar.el, misc.el,
7154 * msb.el, net/ange-ftp.el, net/goto-addr.el, novice.el,
7155 * obsolete/auto-show.el, obsolete/hilit19.el, obsolete/ooutline.el,
7156 * obsolete/rnews.el, obsolete/rnewspost.el, options.el, paren.el,
7157 * paths.el, play/dissociate.el, play/doctor.el, play/hanoi.el,
7158 * play/meese.el, progmodes/compile.el, progmodes/ebrowse.el,
7159 * progmodes/hideif.el, progmodes/modula2.el, register.el, rot13.el,
7160 * saveplace.el, scroll-bar.el, server.el, sort.el, soundex.el,
7161 * term/bg-mouse.el, term/pc-win.el, term/sup-mouse.el,
7162 * term/tty-colors.el, terminal.el, textmodes/bib-mode.el,
7163 * textmodes/makeinfo.el, textmodes/page.el, textmodes/paragraphs.el,
7164 * textmodes/picture.el, textmodes/scribe.el, textmodes/spell.el,
7165 * textmodes/tex-mode.el, textmodes/text-mode.el,
7166 * textmodes/underline.el, thingatpt.el, time.el, timer.el,
7167 * unused.el, vcursor.el, version.el, vms-patch.el, vmsproc.el,
7168 * vt100-led.el, window.el: Some fixes to follow coding conventions in
7169 files maintained by FSF.
7170
7171 2001-07-13 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
7172
7173 * arc-mode.el: A fix to follow coding conventions.
7174
7175 * bindings.el: Ditto.
7176
7177 * cdl.el: Ditto.
7178
7179 * comint.el: Ditto.
7180
7181 * cus-start.el: Ditto.
7182
7183 * shell.el: Ditto.
7184
7185 * skeleton.el: Ditto.
7186
7187 2001-07-13 Stefan Monnier <monnier@cs.yale.edu>
7188
7189 * info.el (Info-build-node-completions):
7190 Make Info-current-file-completions buffer local.
7191
7192 2001-07-13 Gerd Moellmann <gerd@gnu.org>
7193
7194 * which-func.el (which-func-mode, which-func-ff-hook)
7195 (which-function-mode): Remove references to which-func-mode-global.
7196
7197 * calendar/cal-islam.el (calendar-goto-islamic-date):
7198 Add autoload cookie.
7199
7200 * play/fortune.el: Add types to defcustoms.
7201
7202 2001-07-12 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
7203
7204 * language/czech.el: A fix to follow coding conventions.
7205
7206 2001-07-11 Eli Zaretskii <eliz@is.elta.co.il>
7207
7208 * speedbar.el (speedbar-supported-extension-expressions): Add .g
7209 to the extension list, for antlr-mode. From Christoph Wedler
7210 <Christoph.Wedler@sap.com>.
7211
7212 2001-07-11 Stefan Monnier <monnier@cs.yale.edu>
7213
7214 * vc.el (vc-prefix-map): Moved back to vc-hooks.el.
7215 (vc-dired-mode-map): Fix the madness.
7216
7217 * vc-hooks.el (vc-mode): Dummy function for doc purposes.
7218 (vc-prefix-map): Moved back from vc.el.
7219
7220 2001-07-11 Gerd Moellmann <gerd@gnu.org>
7221
7222 * mail/mail-extr.el (mail-extr-all-top-level-domains):
7223 Increase the size of the obarray.
7224 (mail-extr-all-top-level-domains): Add more toplevel domains,
7225 add more long names.
7226 From: Per Starback <starback@ling.uu.se>.
7227
7228 2001-07-11 Eli Zaretskii <eliz@is.elta.co.il>
7229
7230 * progmodes/ada-prj.el: Say that the file _is_ part of Emacs.
7231 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
7232
7233 * progmodes/ada-mode.el: Ditto.
7234
7235 * progmodes/ada-xref.el: Ditto.
7236
7237 2001-07-11 Miles Bader <miles@gnu.org>
7238
7239 * finder.el (finder-insert-at-column): Also move to the next line
7240 if exactly at COLUMN.
7241
7242 2001-07-10 Gerd Moellmann <gerd@gnu.org>
7243
7244 * help.el (describe-function-1): When printing FUNCTION's
7245 documentation, don't assume FUNCTION is a symbol.
7246
7247 * startup.el (normal-top-level): Don't operate on the initial
7248 frame if we failed to create one.
7249
7250 2001-07-10 Martin Stjernholm <bug-cc-mode@gnu.org>
7251
7252 * cc-cmds.el (c-indent-exp): Keep the indentation of the block
7253 itself, i.e. only indent the contents in it.
7254
7255 2001-07-10 Markus Rost <rost@math.ohio-state.edu>
7256
7257 * mail/rmail.el (rmail-show-message): Show beginning of message in
7258 all windows containing it.
7259
7260 2001-07-10 Eli Zaretskii <eliz@is.elta.co.il>
7261
7262 * term/tty-colors.el: Fix the header line and copyright years.
7263
7264 2001-07-09 Gerd Moellmann <gerd@gnu.org>
7265
7266 * emacs-lisp/advice.el (ad-make-advised-definition): If the
7267 original definition has an interactive form, but is Elp
7268 instrumented, use the interactive form of the function called by
7269 elp-wrapper.
7270
7271 * winner.el (winner-equal): Make it a defun. Don't compare Winner
7272 configurations with compare-window-configuration; they aren't
7273 window configurations.
7274
7275 * net/ange-ftp.el (ange-ftp-file-modtime): Check a 213 response
7276 from the server for the format we expect. Don't use it if it
7277 doesn't look like what the Internet draft for FTP extensions specifies.
7278
7279 * toolbar/*.pbm: Cleaned up.
7280 From Luis Fernandes <elf@ee.ryerson.ca>.
7281
7282 2001-07-09 Martin Stjernholm <bug-cc-mode@gnu.org>
7283
7284 * cc-cmds.el: Extended the kludge to interoperate with the
7285 delsel and pending-del packages wrt to the new function
7286 `c-electric-delete-forward'.
7287
7288 2001-07-08 Stefan Monnier <monnier@cs.yale.edu>
7289
7290 * emacs-lisp/easy-mmode.el (define-minor-mode): Use eval-after-load
7291 to delay the call to <mode> for global minor modes.
7292 (easy-mmode-define-navigation): Only recenter if interactive.
7293
7294 2001-07-06 Gerd Moellmann <gerd@gnu.org>
7295
7296 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind TAB
7297 to lisp-indent-line.
7298
7299 * net/ange-ftp.el (ange-ftp-file-modtime): Ignore 226 responses
7300 from the server. Call encode-time only when we are sure that we
7301 got a 213 response.
7302
7303 2001-07-06 Simon Josefsson <jas@extundo.com>
7304
7305 * mail/sendmail.el (mail-specify-envelope-from): Doc fix.
7306 (mail-envelope-from): New user option.
7307 (sendmail-send-it): Use it.
7308
7309 2001-07-06 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7310
7311 * ps-print.el: Use locale dependant date to print date in header.
7312 Doc fix.
7313 (ps-print-version): New version number (6.5.3).
7314 (ps-right-header, ps-right-footer): Initialization and doc fix.
7315 (ps-time-stamp-locale-default): New fun.
7316
7317 2001-07-06 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
7318
7319 * mail/rmailout.el (rmail-output): Fix duplicate MIME-Version:
7320 field problem with MIME-mode.
7321
7322 * mail/rmailout.el (rmail-output): Fix bug in MIME-mode.
7323
7324 2001-07-06 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
7325
7326 * mail/rmail.el (rmail-reply): Don't forget to narrow header in
7327 MIME-mode.
7328
7329 2001-07-06 Eli Zaretskii <eliz@is.elta.co.il>
7330
7331 * bindings.el (mode-line-mule-info): Don't show the tip with
7332 buffer-file-coding-system if that is nil.
7333
7334 2001-07-05 Gerd Moellmann <gerd@gnu.org>
7335
7336 * calendar/todo-mode.el (todo-top-priorities): Use delete-region
7337 instead of kill-line.
7338
7339 * play/pong.el: Fix first line. From Pavel Jan\e,Bm\e(Bk
7340 <Pavel@Janik.cz>.
7341
7342 * battery.el (battery-update): Add help-echo. From Pavel Jan\e,Bm\e(Bk
7343 <Pavel@Janik.cz>.
7344
7345 2001-07-04 Gerd Moellmann <gerd@gnu.org>
7346
7347 * font-lock.el (c-font-lock-keywords-3): When matching something
7348 like `struct X Y', finish with point after Y.
7349
7350 2001-07-04 Simon Josefsson <jas@extundo.com>
7351
7352 * mail/sendmail.el (sendmail-send-it): Look at `sendmail-program'
7353 in caller buffer.
7354
7355 2001-07-03 Eli Zaretskii <eliz@is.elta.co.il>
7356
7357 * find-file.el (ff-find-the-other-file): Use file-name-nondirectory
7358 instead of string-match to find the basename of the file.
7359 From Pascal Obry <p.obry@wanadoo.fr>.
7360
7361 * net/browse-url.el (browse-url-default-windows-browser):
7362 Support the MS-DOS port when it runs on Windows.
7363 (browse-url-browser-function) [ms-dos]: Default to
7364 browse-url-default-windows-browser.
7365
7366 * help.el (locate-library): Enable code that looks for compressed
7367 libraries if auto-compression-mode is on.
7368
7369 2001-07-02 Stefan Monnier <monnier@cs.yale.edu>
7370
7371 * info.el (Info-clone-buffer-hook): Really unconditionally copy marker.
7372
7373 2001-07-02 Gerd Moellmann <gerd@gnu.org>
7374
7375 * emacs-lisp/cl-macs.el (cl-do-arglist): Revert change of 2000-10-15.
7376
7377 2001-07-02 Eli Zaretskii <eliz@is.elta.co.il>
7378
7379 * allout.el: Fix the header line, so that finder.el recognizes it.
7380 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
7381
7382 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Doc fix.
7383 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
7384
7385 2001-06-29 Eli Zaretskii <eliz@is.elta.co.il>
7386
7387 * term/w32-win.el (x-colors): Add colors from the recent rgb.txt file.
7388
7389 * ps-bdf.el (bdf-directory-list): Use the value relative to
7390 installation-directory for MS-Windows as well.
7391
7392 2001-06-29 Richard M. Stallman <rms@gnu.org>
7393
7394 * wid-edit.el (widget-color-sample-face-get):
7395 Return ((foreground-color . COLOR)) instead of constructing a face.
7396
7397 2001-06-29 Eli Zaretskii <eliz@is.elta.co.il>
7398
7399 * faces.el (region): Change the background color for the
7400 light-background color display to lightgoldenrod2, to make it
7401 visible on some laptops.
7402
7403 2001-06-28 Richard M. Stallman <rms@gnu.org>
7404
7405 * mail/rmail.el (rmail-reformat-message): Bind inhibit-read-only to t.
7406 (rmail-msg-restore-non-pruned-header): Likewise.
7407 If point was in the old pruned header, put it at the top.
7408 (rmail-msg-prune-header): If point was at the top, keep it there.
7409
7410 * mail/rmail.el (rmail-narrow-to-non-pruned-header): New function.
7411 (rmail-retry-failure): Use rmail-narrow-to-non-pruned-header.
7412
7413 2001-06-28 Stefan Monnier <monnier@cs.yale.edu>
7414
7415 * info.el (Info-clone-buffer-hook): Unconditionally copy marker.
7416
7417 2001-06-28 Karl Fogel <kfogel@red-bean.com>
7418
7419 * saveplace.el: Update maintainer email address.
7420
7421 2001-06-27 Francesco Potorti` <pot@gnu.org>
7422
7423 * uniquify.el: (uniquify-rationalize-file-buffer-names):
7424 Undo previous change.
7425
7426 2001-06-27 Francesco Potorti` <pot@gnu.org>
7427
7428 * uniquify.el (uniquify-rationalize-file-buffer-names): Do a
7429 preliminary quick reordering. Can speed things up dramatically.
7430
7431 2001-06-26 Richard M. Stallman <rms@gnu.org>
7432
7433 * dired.el (dired-get-filename): A file name starting with ~
7434 is not absolute in this context.
7435
7436 * which-func.el (which-func-maxout): Increase default to 500000.
7437 (which-function-mode): This is now the "real" name of the function.
7438 (which-func-mode): Now an alias.
7439 (which-func-mode-global): Name deleted.
7440
7441 * progmodes/hideshow.el (hs-minor-mode-map): Use mouse-2, not
7442 button-2, when binding hs-mouse-toggle-hiding.
7443
7444 2001-06-26 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
7445
7446 * mail/rmail.el (rmail-msg-restore-non-pruned-header): New function.
7447 (rmail-msg-prune-header): Likewise.
7448 (rmail-toggle-header): Use `rmail-msg-restore-non-pruned-header'
7449 and `rmail-msg-prune-header'.
7450
7451 2001-06-25 Stefan Monnier <monnier@cs.yale.edu>
7452
7453 * textmodes/fill.el (fill-region-as-paragraph): Don't look further
7454 back than LINEBEG.
7455
7456 2001-06-25 Eli Zaretskii <eliz@is.elta.co.il>
7457
7458 * xt-mouse.el (xterm-mouse-event): If the buffer displayed in the
7459 window where they clicked the mouse has a header line, adjust
7460 vertical movement by one.
7461
7462 2001-06-25 Milan Zamazal <pdm@zamazal.org>
7463
7464 * progmodes/glasses.el (glasses-make-readable): Consider underscores
7465 too when separating a parenthesis.
7466
7467 2001-06-24 Eli Zaretskii <eliz@is.elta.co.il>
7468
7469 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
7470 (bookmark-bmenu-hide-filenames): Add help-echo to
7471 mouse-highlighted text.
7472 (bookmark-bmenu-show-filenames): Remove help-echo property from
7473 the whitespace.
7474
7475 2001-06-23 Eli Zaretskii <eliz@is.elta.co.il>
7476
7477 * files.el (auto-mode-alist): Add configure.ac (autoconf).
7478 From Karl Eichwalder <ke@suse.de>.
7479
7480 2001-06-23 Richard M. Stallman <rms@gnu.org>
7481
7482 * emacs-lisp/lisp-mode.el (eval-last-sexp): Doc fix.
7483
7484 * progmodes/cc-styles.el (c-set-style): Don't specify initial
7485 contents for completing-read.
7486
7487 2001-06-22 Richard M. Stallman <rms@gnu.org>
7488
7489 * menu-bar.el (menu-bar-make-toggle): Construct the
7490 function's doc string from HELP, not DOC, and make it accurate by
7491 adding "Toggle whether to " at the front and downcasing the initial.
7492 Change the HELP arg in some calls to make it fit this usage.
7493
7494 * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error):
7495 Undo previous change.
7496
7497 2001-06-22 Eli Zaretskii <eliz@is.elta.co.il>
7498
7499 * indent.el (indent-relative-maybe, indent-relative): Doc fix.
7500
7501 * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error): Doc fix.
7502
7503 2001-06-21 Eli Zaretskii <eliz@is.elta.co.il>
7504
7505 * toolbar/tool-bar.el (tool-bar-setup): Remove the EXIT button.
7506
7507 * dabbrev.el (dabbrev--select-buffers): Fix last change.
7508
7509 2001-06-20 Richard M. Stallman <rms@gnu.org>
7510
7511 * dabbrev.el (dabbrev--make-friend-buffer-list): New function,
7512 broken out from dabbrev--find-expansion. Handle minibuffer
7513 specially here.
7514 (dabbrev--find-expansion): Simplify code in various ways.
7515 Don't treat minibuffers specially.
7516 Call dabbrev--make-friend-buffer-list.
7517 (dabbrev--select-buffers): Don't treat minibuffers specially. Simplify.
7518 (dabbrev--scanning-message): Do nothing when minibuffer is current.
7519
7520 2001-06-19 John Wiegley <johnw@gnu.org>
7521
7522 * eshell/eshell.el: Don't load in esh-util if it's already loaded.
7523 Also, added a comment describing how to greatly speedup Eshell
7524 loadup time, by concatenating together all of Eshell's .elc files.
7525
7526 2001-06-19 John Wiegley <johnw@gnu.org>
7527
7528 * eshell/esh-mode.el: Disabled a test that often yields false failures.
7529
7530 2001-06-19 Eli Zaretskii <eliz@is.elta.co.il>
7531
7532 * woman.el (WoMan-highlight-references): Add help-echo to
7533 mouse-highlighted text.
7534
7535 2001-06-18 Stefan Monnier <monnier@cs.yale.edu>
7536
7537 * textmodes/sgml-mode.el (sgml-mode-map): Fix thinko.
7538
7539 2001-06-18 Gerd Moellmann <gerd@gnu.org>
7540
7541 * international/quail.el (quail-start-conversion):
7542 Reset quail-translating to nil.
7543
7544 * antlr-mode.el (antlr-mode): Check that `c-Java-access-key' is
7545 bound. Suggested by David B. Malkovsky <David.Malkovsky@sas.com>.
7546
7547 2001-06-18 Eli Zaretskii <eliz@is.elta.co.il>
7548
7549 * bs.el (bs--get-name, bs--get-file-name): Add help-echo to
7550 mouse-highlighted text.
7551
7552 * dired.el (dired-mark-pop-up): Fix last change.
7553
7554 2001-06-17 Eli Zaretskii <eliz@is.elta.co.il>
7555
7556 * calendar/calendar.el (generate-calendar-month): Add help-echo to
7557 mouse-highlighted text.
7558
7559 * net/quickurl.el (quickurl-url-file): Run through
7560 convert-standard-filename.
7561 (quickurl-list-populate-buffer): Add help-echo to
7562 mouse-highlighted text.
7563 (top-level): Update Dave's URL.
7564
7565 * textmodes/tex-mode.el (tex-validate-buffer): Add help-echo to
7566 mouse-highlighted text.
7567
7568 * textmodes/page-ext.el (pages-copy-header-and-position):
7569 Add help-echo to mouse-highlighted text.
7570
7571 * tar-mode.el (tar-header-block-summarize): Add help-echo to
7572 mouse-highlighted text.
7573
7574 * replace.el (occur): Add help-echo to mouse-highlighted text.
7575
7576 * progmodes/sh-script.el (sh-mark-line): Add help-echo to
7577 mouse-highlighted text.
7578
7579 * progmodes/cpp.el (cpp-make-button): Add help-echo to
7580 mouse-highlighted text.
7581
7582 * progmodes/compile.el (compile-reinitialize-errors):
7583 Add help-echo to mouse-highlighted messages.
7584 (compilation-forget-errors): Remove help-echo property as well.
7585
7586 * play/landmark.el (lm-plot-square, lm-init-display):
7587 Add help-echo to mouse-highlighted text.
7588
7589 * play/gomoku.el (gomoku-plot-square, gomoku-init-display):
7590 Add help-echo to mouse-highlighted text.
7591
7592 * dired.el (dired-insert-set-properties): Add help-echo to
7593 mouse-highlighted text.
7594 (dired-mark-pop-up): Remove help-echo property from the file name.
7595
7596 * comint.el (comint-send-input): Add help-echo to
7597 mouse-highlighted text.
7598
7599 * buff-menu.el (list-buffers-noselect): Add help-echo to
7600 mouse-highlighted text.
7601
7602 * arc-mode.el (archive-summarize-files): Add help-echo to
7603 mouse-highlighted text.
7604
7605 * ffap.el (ffap-machine-p): Always return nil if
7606 open-network-stream is not fboundp.
7607
7608 2001-06-17 Stefan Monnier <monnier@cs.yale.edu>
7609
7610 * textmodes/sgml-mode.el: Move `provide' to the end. Update copyright.
7611 (sgml-mode-map): Use `make-keymap' rather than make the keymap by hand.
7612 Bind the latin-1 charset-char to sgml-maybe-name-self rather than
7613 incorrectly binding chars between 128 and 256 to it.
7614 (sgml-maybe-name-self): Handle latin-1 chars properly.
7615 (sgml-tags-invisible): Bind buffer-file-name to nil.
7616 Use unwind-protect and restore-buffer-modified-p.
7617 (sgml-point-entered): Use buffer-substring-no-properties.
7618 (html-tag-alist): Add `div' and `span' and fix backquote/unquote typos.
7619 (html-mode): Don't force `imenu-sort-function'.
7620
7621 2001-06-15 Eli Zaretskii <eliz@is.elta.co.il>
7622
7623 * tar-mode.el: Fix the copyright notice.
7624
7625 * font-lock.el (font-lock-comment-face): For tty's with dark
7626 background, use "red1", since "lightred" is not one of the colors
7627 recognized by tty-colors.el.
7628
7629 * tar-mode.el (tar-extract): Call generate-new-buffer-name to
7630 create a buffer for extracted file, in case there's more than one
7631 file by that name in an archive, possibly in different
7632 directories. From Kevin Rodgers <kevinr@ihs.com>.
7633
7634 * format.el (format-alist): Doc fix. Suggested by Alex Schroeder
7635 <alex@gnu.org>.
7636
7637 2001-06-15 Miles Bader <miles@gnu.org>
7638
7639 * textmodes/texinfmt.el (texinfo-format-syntax-table):
7640 Revert previous change.
7641
7642 2001-06-14 Richard M. Stallman <rms@gnu.org>
7643
7644 * replace.el (keep-lines-read-args): Return just a regexp.
7645 Provide nil for the region args.
7646 (keep-lines, flush-lines, how-many):
7647 Calculate the defaults for the region here, when args are nil.
7648
7649 2001-06-14 Eli Zaretskii <eliz@is.elta.co.il>
7650
7651 * rot13.el (rot13-other-window): Some more doc fix.
7652
7653 2001-06-14 Per Starback <starback@ling.uu.se>
7654
7655 * replace.el (case-replace, query-replace-from-history-variable)
7656 (query-replace-to-history-variable, keep-lines-read-args)
7657 (occur-revert-function, query-replace-help): Dox fix.
7658
7659 2001-06-14 Eli Zaretskii <eliz@is.elta.co.il>
7660
7661 * rot13.el (rot13-other-window): Doc fix.
7662
7663 2001-06-14 Miles Bader <miles@gnu.org>
7664
7665 * textmodes/texinfo.el (texinfo-mode-syntax-table): Change syntax
7666 of " and \ to "." (punctuation).
7667 * textmodes/texinfmt.el (texinfo-format-syntax-table): Likewise.
7668
7669 2001-06-13 Richard M. Stallman <rms@gnu.org>
7670
7671 * emacs-lisp/backquote.el (backquote-process): Handle `[,@SYMBOL].
7672
7673 * simple.el (shell-command-on-region): Never kill the
7674 *Shell Command Output* buffer.
7675
7676 2001-06-13 Stefan Monnier <monnier@cs.yale.edu>
7677
7678 * diff-mode.el (diff-font-lock-keywords): Fix unanchored regexp.
7679
7680 2001-06-10 Stefan Monnier <monnier@cs.yale.edu>
7681
7682 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
7683 New var, to recognize ${ $' and PODs.
7684 (perl-font-lock-syntactic-face-function): New function.
7685 (perl-mode): Use them.
7686 (perl-continuation-line-p): New function, from perl-calculate-indent.
7687 (perl-calculate-indent): Use it, to properly handle continuation
7688 lines of continuation lines.
7689
7690 2001-06-10 Eli Zaretskii <eliz@is.elta.co.il>
7691
7692 * server.el (server-process, server-buffer-clients): Doc fix.
7693 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
7694
7695 2001-06-09 John Wiegley <johnw@gnu.org>
7696
7697 * eshell/esh-cmd.el (eshell-exit-success-p): Use a string-match to
7698 test if the last command was Lisp or not.
7699 (eshell-rewrite-if-command): "if" syntax is "if A B C", not "if A
7700 B x C".
7701
7702 2001-06-08 Eli Zaretskii <eliz@is.elta.co.il>
7703
7704 * dos-w32.el (grep-regexp-alist): Remove definition, since the
7705 general one on compile.el supports drive letters.
7706
7707 2001-06-08 Carsten Dominik <dominik@strw.leidenuniv.nl>
7708
7709 * textmodes/reftex-ref.el (reftex-select-label-help): Add "z"
7710 key description.
7711
7712 * textmodes/reftex-sel.el (reftex-select-jump): New command.
7713
7714 * textmodes/reftex-toc.el (reftex-toc-help): Add "z" key description.
7715 (reftex-toc-jump): New command.
7716
7717 * textmodes/reftex-cite.el (reftex-parse-bibitem): Regexp changed
7718 to parse international characters as well.
7719
7720 * textmodes/reftex.el: Add autoloads for `reftex-varioref-vref',
7721 `reftex-fancyref-fref', `reftex-fancyref-Fref'.
7722
7723 * textmodes/reftex-vars.el: Protect single backslash in docstrings.
7724
7725 * textmodes/reftex-dcr.el (reftex-view-crossref): Add SPACE and
7726 TAB to the key separators.
7727
7728 2001-06-07 Eli Zaretskii <eliz@is.elta.co.il>
7729
7730 * international/mule.el (auto-coding-alist): Remove redundant
7731 up-cased versions of the extensions (auto-coding-alist-lookup is
7732 case-insensitive where needed). Recognize .gz, .Z, .bz, .bz2, and
7733 .gpg files as binary. Suggested by Karl Berry <karl@gnu.org>.
7734
7735 2001-06-05 Eli Zaretskii <eliz@is.elta.co.il>
7736
7737 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Add a doc string.
7738
7739 2001-06-01 Richard M. Stallman <rms@gnu.org>
7740
7741 * help.el (describe-variable): Put value on same line
7742 with preceding text, if it is short enough to look good that way.
7743
7744 2001-06-01 Eli Zaretskii <eliz@is.elta.co.il>
7745
7746 * term/internal.el (IT-unicode-translations): New variable.
7747 (IT-setup-unicode-display): New function.
7748
7749 2001-06-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7750
7751 * ps-print.el: Handle before-string and after-string overlay properties
7752 in ps-print-*-with-faces commands. Doc fix.
7753 (ps-print-version): New version number (6.5.2).
7754 (ps-e-overlay-end): Alias for overlay-end to avoid compilation gripes
7755 for XEmacs.
7756 (ps-prefix-quote): Doc fix.
7757 (ps-setup, ps-print-quote, ps-generate-postscript-with-faces): Code fix.
7758 (ps-basic-plot-str, ps-plot-string): New funs.
7759
7760 2001-05-31 Stefan Monnier <monnier@cs.yale.edu>
7761
7762 * progmodes/etags.el (tags-compression-info-list): Fix docstring
7763 and :type spec.
7764
7765 2001-05-31 Gerd Moellmann <gerd@gnu.org>
7766
7767 * international/mule-cmds.el (inactivate-input-method):
7768 Set input-method-function to nil.
7769
7770 * xml.el (xml-parse-tag): The document may contain invalid characters.
7771 From ShengHuo ZHU <zsh@cs.rochester.edu>
7772
7773 2001-05-31 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
7774
7775 * mail/rmailsum.el (rmail-message-subject-p): Don't call
7776 `rmail-summary-line-decoder' if the message does not have
7777 a Subject: field.
7778
7779 * mail/rmail.el (rmail-revert): Modify to work in rmail-view-buffer.
7780
7781 * mail/rmail.el (rmail-insert-mime-resent-message-function):
7782 New variable.
7783 (rmail-resend): Modify to work in `rmail-view-buffer'; call
7784 `rmail-insert-mime-resent-message-function' if `rmail-enable-mime'
7785 is non-nil.
7786
7787 2001-05-30 Stefan Monnier <monnier@rum.cs.yale.edu>
7788
7789 * textmodes/tex-mode.el (latex-find-indent): Handle the BOBP case.
7790
7791 2001-05-29 Sam Steingold <sds@gnu.org>
7792
7793 * faces.el (face-valid-attribute-values): Bind `valid' directly
7794 instead of using `setq'.
7795
7796 * textmodes/tex-mode.el (tex-feed-input, tex-display-shell):
7797 Use `tex-shell-buf'.
7798 (tex-shell-proc): Use `tex-shell-running'.
7799 (tex-shell-buf-no-error): New function.
7800 (tex-send-tex-command): Use it.
7801 (tex-shell-running): Kill tex-shell when the buffer is dead for w32.
7802 (tex-kill-job): Check the process before calling `quit-process'.
7803
7804 2001-05-29 Gerd Moellmann <gerd@gnu.org>
7805
7806 * international/utf-8.el (ccl-decode-mule-utf-8): Handle invalid
7807 UTF-8 sequences.
7808
7809 2001-05-28 Miles Bader <miles@gnu.org>
7810
7811 * comint.el (comint-carriage-motion): Renamed from
7812 `comint-cr-magic'. Operate on the buffer instead of the string
7813 (for use as a comint post-output filter, instead of as a
7814 pre-output filter). Handle backspaces too. Add to the
7815 `comint-output-filter-functions' hook instead of
7816 `comint-preoutput-filter-functions'.
7817
7818 2001-05-28 Gerd Moellmann <gerd@gnu.org>
7819
7820 * language/japan-util.el (japanese-hankaku): Prefer the charset
7821 `jisx0201' when the optional argument `ascii-only' is not specified.
7822 (japanese-hankaku-region): Ditto.
7823 From Katsumi Yamaoka <yamaoka@jpl.org>
7824
7825 2001-05-28 Stefan Monnier <monnier@cs.yale.edu>
7826
7827 * textmodes/outline.el (outline-mode): Fix font-lock-defaults.
7828 (outline-invisible-p): New function.
7829 (hide-leaves): Save excursion.
7830 (hide-other): Stop looping when reaching bobp.
7831
7832 2001-05-28 Eli Zaretskii <eliz@is.elta.co.il>
7833
7834 * cus-edit.el (custom-file): Fix last change.
7835
7836 2001-05-27 Stefan Monnier <monnier@cs.yale.edu>
7837
7838 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload): Use the
7839 same definition in byte-compile-function-environment as `autoload'
7840 would put in `symbol-function'.
7841
7842 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Complete Dave's
7843 patch to correct the error message as well.
7844
7845 2001-05-27 Eli Zaretskii <eliz@is.elta.co.il>
7846
7847 * cus-edit.el (custom-file): Don't assume we were invoked with -q
7848 unless ~/.emacs exists.
7849
7850 * novice.el (enable-command): If user-init-file is nil or does not
7851 exist, default to "~/.emacs" (~/_emacs on DOS and, maybe, Windows).
7852
7853 2001-05-25 Stefan Monnier <monnier@cs.yale.edu>
7854
7855 * textmodes/tex-mode.el (tex-mode-syntax-table): Add ^.
7856 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
7857 Allow spaces around macro arguments.
7858 (tex-mode-map): Inherit from text-mode-map, but rebind \t to
7859 indent-for-tab-command.
7860 (latex-mode-map, plain-tex-mode-map): New keymaps.
7861 Inherit from tex-mode-map.
7862 (tex-common-initialization): Don't setup the keymap any more
7863 since it's now done right by define-derived-mode.
7864 (latex-mode): Set skeleton-end-hook to nil.
7865 (latex-skeleton-end-hook): Remove.
7866 (tex-latex-block, latex-insert-item): Simplify.
7867 (latex-syntax-after): Use following-char rather than char-after.
7868 (tex-discount-args-cmds, tex-count-words): New functions.
7869
7870 * textmodes/tildify.el (tildify-ignored-environments-alist):
7871 Recognize \verb* as well.
7872
7873 * progmodes/perl-mode.el (perl-mode): Use define-derived-mode.
7874 (perl-comment-indent): Simplify to let newcomment.el do its job.
7875 (perl-electric-terminator, perl-calculate-indent, perl-indent-exp)
7876 (perl-mark-function): Cleanup the namespace.
7877 (perl-calculate-indent): Don't be fooled by nested functions.
7878
7879 * speedbar.el (speedbar-find-selected-file): RE-quote the filename.
7880
7881 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
7882 Fix the arg of `load'. From Dave Love <fx@gnu.org>.
7883
7884 2001-05-25 Andrew Choi <akochoi@i-cable.com>
7885
7886 * international/titdic-cnv.el (ctlau-gb-converter): `\' should
7887 actually be `\\'.
7888 (ctlau-b5-converter): Likewise.
7889
7890 2001-05-24 Andrew Choi <akochoi@i-cable.com>
7891
7892 * international/titdic-cnv.el (quail-misc-package-ext-info):
7893 Change CTLauB.el to CTLau-b5.el.
7894
7895 2001-05-23 Stefan Monnier <monnier@cs.yale.edu>
7896
7897 * gud.el (gud-gdb-run-command-fetch-lines): Use forward-line
7898 rather than beginning-of-line to avoid problems with fields.
7899 (gud-perldb-massage-args): Use unless and push.
7900 (gud-chdir-before-run): New var.
7901 (gud-common-init): Use it.
7902
7903 2001-05-24 Andrew Choi <akochoi@i-cable.com>
7904
7905 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
7906 delete entries for chinese-ctlau and chinese-ctlaub.
7907 (quail-misc-package-ext-info): Add entries for chinese-ctlau and
7908 chinese-ctlaub.
7909 (ctlau-converter, ctlau-gb-converter, ctlau-b5-converter):
7910 New functions.
7911
7912 2001-05-22 Gerd Moellmann <gerd@gnu.org>
7913
7914 * cus-edit.el (custom-comment-show): Remove debug code.
7915
7916 * language/japan-util.el (japanese-symbol-table): Fix handling of
7917 Japanese long tone sign. From Kenichi Handa <handa@etl.go.jp>.
7918
7919 2001-05-21 Stefan Monnier <monnier@cs.yale.edu>
7920
7921 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly):
7922 Renamed by removing the silly `-flag' suffix.
7923 (diff-mode, diff-minor-mode, diff-find-source-location): Update.
7924
7925 2001-05-20 Stefan Monnier <monnier@cs.yale.edu>
7926
7927 * replace.el (keep-lines-read-args): Use `copy-marker'.
7928 (how-many): Save excursion properly.
7929 (occur-mode): Use define-derived-mode.
7930 (perform-replace): Use with-current-buffer.
7931
7932 2001-05-20 Richard M. Stallman <rms@gnu.org>
7933
7934 * play/landmark.el (lm): Use "p" not "P" for interactive spec.
7935
7936 * mail/rmail.el (rmail-retry-failure): Do save-window-excursion.
7937
7938 * info.el (Info-read-subfile): Widen before finding the
7939 desired node in the subfile.
7940
7941 * startup.el (command-line-1): When >2 files visited,
7942 leave the last one visible, and make that the selected window.
7943
7944 2001-05-20 Gerd Moellmann <gerd@gnu.org>
7945
7946 * font-lock.el (lisp-font-lock-keywords-1): Add `defvaralias'.
7947
7948 2001-05-20 Eli Zaretskii <eliz@is.elta.co.il>
7949
7950 * international/ccl.el (define-ccl-program): Fix a typo.
7951 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
7952
7953 * international/mule.el (decode-char): Fix a typo. From Pavel
7954 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
7955
7956 * textmodes/artist.el (artist-mode): Fix a typo. From Pavel
7957 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
7958
7959 * frame.el (automatic-hscrolling): Fix a typo. From Pavel
7960 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
7961
7962 2001-05-18 Sam Steingold <sds@gnu.org>
7963
7964 * pcvs-defs.el (cvs-mode-map): Bind "z" to `kill-this-buffer'
7965 and [RET] to `cvs-mode-find-file'.
7966
7967 2001-05-18 John Wiegley <johnw@gnu.org>
7968
7969 * eshell/esh-ext.el (eshell-explicit-command-char): A new
7970 configuration variable, which determines the initial character
7971 that forces use of an external version of a command. The default
7972 is *, but may be set to \, for example.
7973
7974 * eshell/esh-ext.el (eshell-explicit-command):
7975 Use `eshell-explicit-command-char' instead of ?*.
7976
7977 * eshell/esh-cmd.el (eshell/which):
7978 Use `eshell-explicit-command-char' instead of ?*.
7979
7980 * eshell/em-cmpl.el (eshell-completion-command-name)
7981 (eshell-complete-commands-list): Use `eshell-explicit-command-char'
7982 instead of ?*.
7983
7984 2001-05-18 Gerd Moellmann <gerd@gnu.org>
7985
7986 * net/ange-ftp.el (ange-ftp-fix-name-for-vms): Reverse args of
7987 subst-char-in-string.
7988 (ange-ftp-after-parse-ls-hook): New variable.
7989 (ange-ftp-ls): Run that hook.
7990 From Peter Milliken <Peter.Milliken@GTECH.COM>.
7991
7992 * tmm.el (tmm-get-keymap): Fix handling of :filter.
7993 (tmm-add-prompt): Bind buffer-read-only to nil when inserting
7994 text into *Completions*.
7995
7996 * net/goto-addr.el (goto-address-at-point): Deal with URLs
7997 part of which look like email addresses.
7998
7999 2001-05-18 Andrew Innes <andrewi@gnu.org>
8000
8001 * makefile.w32-in (compile-files-CMD, bootstrap-clean-CMD):
8002 Use . instead of absolute path for lisp dir, to avoid bug in W2K
8003 cmd.exe's handling of FOR loops.
8004 (autoloads): Set find-file-suppress-same-file-warnings to t to
8005 avoid slew of spurious messages.
8006
8007 2001-05-18 Simon Josefsson <simon@josefsson.org>
8008
8009 * mail/smtpmail.el (maybe-append-domain): Renamed to
8010 `smtpmail-maybe-append-domain'.
8011 (smtpmail-via-smtp): Use the new name.
8012
8013 * net/browse-url.el (browse-url-browser-function): Add kde.
8014 (browse-url-kde-program, browse-url-kde-args): New variables.
8015 (browse-url-kde): New function.
8016
8017 2001-05-18 Miles Bader <miles@gnu.org>
8018
8019 * simple.el (delete-horizontal-space, just-one-space):
8020 Use `constrain-to-field' instead of `field-end'/`field-beginning',
8021 because it's more efficient for large files.
8022
8023 2001-05-17 Gerd Moellmann <gerd@gnu.org>
8024
8025 * mail/rmail.el (rmail-require-mime-maybe): New function.
8026 (rmail): Use it.
8027 (rmail-mode): Handle the case of finding Rmail files.
8028
8029 * emacs-lisp/elp.el (elp-instrument-function): Handle advised
8030 functions.
8031
8032 2001-05-17 Stefan Monnier <monnier@cs.yale.edu>
8033
8034 * jit-lock.el (jit-lock-after-change): Check the font-lock-multiline
8035 text-property after moving to the beginning of line and regardless
8036 of the value of font-lock-multiline.
8037
8038 2001-05-17 Gerd Moellmann <gerd@gnu.org>
8039
8040 * startup.el (fancy-splash-screens): Ignore events on the mode-line.
8041
8042 * net/ange-ftp.el (ange-ftp-write-region): Make sure to record the
8043 last coding system used before calling set-buffer-modified-p
8044 because that function changes last-coding-system.
8045
8046 2001-05-17 Eli Zaretskii <eliz@is.elta.co.il>
8047
8048 * files.el (switch-to-buffer-other-window)
8049 (switch-to-buffer-other-frame): Add an xref to display-buffer in
8050 the doc string.
8051
8052 2001-05-17 Gerd Moellmann <gerd@gnu.org>
8053
8054 * language/slovak.el, language/czech.el: New maintainer.
8055
8056 2001-05-16 Sam Steingold <sds@gnu.org>
8057
8058 * emacs-lisp/cl-indent.el (toplevel): Indent the :method
8059 sub-form of `defgeneric' correctly.
8060
8061 2001-05-16 Gerd Moellmann <gerd@gnu.org>
8062
8063 * tooltip.el (tooltip) <defgroup>: Put it in `gud' group instead
8064 of `c'.
8065
8066 * textmodes/outline.el (outline-font-lock-level): Remove the
8067 condition-case, test what outline-level returns instead, to
8068 ease debugging.
8069
8070 * international/mule.el (auto-coding-regexp-alist): New user-option.
8071 (auto-coding-from-file-contents): New function.
8072 (set-auto-coding): Use it to determine a coding system.
8073
8074 2001-05-15 Gerd Moellmann <gerd@gnu.org>
8075
8076 * mouse.el (mouse-delete-other-windows): Doc fix.
8077
8078 * emacs-lisp/lisp-mode.el (lisp-mode):
8079 Make font-lock-keywords-case-fold-search a buffer-local variable with
8080 make-local-variable before setting it.
8081
8082 2001-05-14 Eli Zaretskii <eliz@is.elta.co.il>
8083
8084 * emacs-lisp/elp.el (elp-instrument-package): Don't allow empty
8085 prefixes.
8086
8087 2001-05-14 Gerd Moellmann <gerd@gnu.org>
8088
8089 * hexl.el (hexl-current-address): Print a message when called
8090 interactively.
8091
8092 2001-05-11 Stefan Monnier <monnier@cs.yale.edu>
8093
8094 * gud.el (gud-jdb-build-source-files-list): Fix paren typo.
8095
8096 * pcvs-defs.el (cvs-mode-map): Don't rebind `undo'.
8097
8098 * files.el (auto-mode-alist): Add *.perl and fix the *.<rev> case.
8099
8100 2001-05-11 Gerd Moellmann <gerd@gnu.org>
8101
8102 * startup.el (command-line): If parameters have been changed in
8103 the init files which influence font selection, clear the face
8104 cache so that faces get realized with the new parameters.
8105
8106 * Makefile.in (compile-files): Redirect output of chmod to /dev/null.
8107
8108 2001-05-10 Stefan Monnier <monnier@cs.yale.edu>
8109
8110 * smerge-mode.el (smerge-mode): Force font-lock-multiline to t.
8111
8112 2001-05-10 Eli Zaretskii <eliz@is.elta.co.il>
8113
8114 * mail/emacsbug.el (report-emacs-bug): Don't switch the buffer to
8115 unibyte. Suggested by Kenichi Handa <handa@etl.go.jp>.
8116
8117 2001-05-10 Gerd Moellmann <gerd@gnu.org>
8118
8119 * net/browse-url.el (browse-url-filename-alist): Allow UNC file
8120 names for MS-Windows and MS-DOS. From Dan Holmsand <dan@eyebee.com>.
8121
8122 2001-05-09 John Wiegley <johnw@gnu.org>
8123
8124 * eshell/esh-util.el (eshell-convert-numeric-arguments):
8125 Annotated the documentation string to tell users about
8126 `eshell-no-numeric-conversions'.
8127
8128 * eshell/esh-cmd.el (eshell-lisp-command): Don't perform numeric
8129 conversions if a Lisp function has the property
8130 `eshell-no-numeric-conversions' set to a non-nil value.
8131
8132 * eshell/em-dirs.el, eshell/em-ls.el, eshell/em-script.el,
8133 eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-cmd.el: Set the
8134 property `eshell-no-numeric-conversions' on the following
8135 functions (which all deal with filesystem entities, and never Lisp
8136 numerical values): eshell/cd, eshell/pushd, eshell/popd,
8137 eshell/ls, eshell/source, eshell/., eshell/man, eshell/rm,
8138 eshell/mkdir, eshell/rmdir, eshell/mv, eshell/cp, eshell/ln,
8139 eshell/cat, eshell/make, eshell/diff, eshell/locate, eshell/occur,
8140 eshell/which, eshell/addpath.
8141
8142 2001-05-09 John Wiegley <johnw@gnu.org>
8143
8144 * eshell/esh-arg.el (eshell-parse-argument-hook): If a number is
8145 encountered as an argument, don't convert it right away, but tag
8146 the first character of the string with the text properties
8147 `number', which signifies to `eshell-lisp-command' that the
8148 argument should be passed through `string-to-number' if it is
8149 actually used in the call to a Lisp function.
8150
8151 * eshell/esh-cmd.el (eshell-lisp-command): Before calling a Lisp
8152 function, convert any string arguments that have been tagged as
8153 "numbers", by calling string-to-number.
8154
8155 * eshell/esh-util.el (eshell-number-regexp): Now that number
8156 conversions only happen for Lisp function calls, the number regexp
8157 should now match all integer and floating point forms.
8158
8159 * eshell/esh-proc.el: Disable `eshell-stop-process' and
8160 `eshell-continue-process', since they are both nonfunctional at
8161 the moment.
8162 (eshell-proc-initialize): Don't bind keys for
8163 `eshell-stop-process' or `eshell-continue-process'.
8164
8165 * eshell/em-unix.el (eshell-shuffle-files):
8166 Apply `directory-file-name' before calling `file-name-directory'.
8167
8168 * eshell/em-hist.el (eshell-add-to-history): Reference to
8169 `eshell-history-ring' needed to be `eshell-history-index'.
8170
8171 * calendar/timeclock.el (timeclock-find-discrep):
8172 Initialize `elapsed' to 0.
8173 (timeclock-find-discrep): Set `timeclock-last-event-workday' if
8174 it's still nil.
8175
8176 2001-05-09 Stefan Monnier <monnier@cs.yale.edu>
8177
8178 * arc-mode.el (archive-int-to-mode): Construct the string directly.
8179 (archive-mode): Use capitalize.
8180 (archive-unique-fname): Use make-temp-file.
8181
8182 2001-05-09 Gerd Moellmann <gerd@gnu.org>
8183
8184 * emacs-lisp/lisp-mode.el (lisp-interaction-mode): Doc fix.
8185
8186 2001-05-09 Eli Zaretskii <eliz@is.elta.co.il>
8187
8188 * tar-mode.el (tar-extract): Pay attention to the value of
8189 coding-system-for-read, if it is non-nil.
8190
8191 * calendar/holidays.el (holidays): Add an autoload cookie.
8192 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
8193
8194 2001-05-08 John Wiegley <johnw@gnu.org>
8195
8196 * calendar/timeclock.el (timeclock-workday-remaining):
8197 Changed logic for determining how much time is remaining.
8198 (timeclock-workday-elapsed): Don't accept a "relative" argument
8199 for the current day's elapsed time. What could that have meant?
8200 (timeclock-workday-elapsed-string): No "relative" argument anymore.
8201 (timeclock-when-to-leave): Changed logic, similarly to what was
8202 done for `timeclock-workday-remaining'.
8203 (timeclock-find-discrep): Removed "today-only" argument, which had
8204 no meaning. Fixed some more math problems. The function now
8205 returns a three member list: (TOTAL-TIME-DISCREPANCY
8206 TODAYS-TIME-DISCREPANCY TODAYS-ELAPSED-TIME).
8207
8208 2001-05-08 Eli Zaretskii <eliz@is.elta.co.il>
8209
8210 * w32-fns.el (convert-standard-filename): Start replacing slashes
8211 from the beginning of the file name, not from where the last
8212 invalid character was. From "Andrew Maguire (SWW)"
8213 <Andrew.Maguire@Smallworld.co.uk>
8214
8215 2001-05-07 MORIOKA Tomohiko <tomo@m17n.org>
8216
8217 The following changes are to provide infrastructure for handling
8218 MIME messages to rmail. They don't affect the original behaviour
8219 if rmail-enable-mime is nil.
8220
8221 * mail/rmail.el (rmail-insert-mime-forwarded-message-function)
8222 (rmail-search-mime-message-function)
8223 (rmail-search-mime-header-function): New variables.
8224 (rmail-expunge-and-save): Be sure to set-buffer to the Rmail buffer.
8225 (rmail-quit, rmail-get-new-mail): Bury `rmail-buffer' after
8226 `rmail-view-buffer' is hidden.
8227 (rmail-toggle-header): Likewise. If rmail-enable-mime is non-nil,
8228 call rmai-show-mime-function.
8229 (rmail-display-labels): If rmail-enable-mime is non-nil, update
8230 mode-line-process of rmail-view-buffer.
8231 (rmail-set-attribute): Be sure to set-buffer to the Rmail buffer.
8232 (rmail-show-message): Be sure to call rmail-auto-file in the Rmail
8233 buffer.
8234 (rmail-next-message, rmail-next-undeleted-message): Be sure to
8235 set-buffer to the Rmail buffer.
8236 (rmail-message-regexp-p): If rmail-enable-mime is non-nil, call
8237 rmail-search-mime-header-function.
8238 (rmail-search-message): New function.
8239 (rmail-search): Call rmail-search-message to check if a message
8240 matches REGEXP, lastly update point after calling
8241 rmail-show-message.
8242 (rmail-undelete-previous-message, rmail-expunge-confirmed)
8243 (rmail-only-expunge): Be sure to set-buffer to the Rmail buffer.
8244 (rmail-reply): If rmail-enable-mime is non-nil, don't narrow to
8245 header region, refer to rmail-msgref-vector while setting the
8246 current buffer to rmail-buffer temporarily.
8247 (rmail-forward): Be sure to bind forward-buffer to the Rmail buffer.
8248 If rmail-enable-mime is non-nil, call
8249 rmail-insert-mime-forwarded-message-function instead of inserting
8250 forwarded message by itself.
8251
8252 * mail/rmailkwd.el (rmail-read-label): Be sure to work in the
8253 Rmail buffer.
8254 (rmail-set-label, rmail-next-labeled-message): Likewise.
8255
8256 * mail/rmailout.el (rmail-output-read-rmail-file-name): Be sure to
8257 set-buffer to the Rmail buffer.
8258 (rmail-output-to-rmail-file): Likewise.
8259 (rmail-output): Likewise.
8260
8261 * mail/rmailsum.el (rmail-message-subject-p): Process the result
8262 of mail-fetch-field by rmail-summary-line-decoder.
8263 (rmail-new-summary): Be sure to go to the Rmail buffer.
8264 If rmail-enable-mime is non-nil, set rmail-summary-buffer of
8265 rmail-view-buffer to nil.
8266 (rmail-summary-undelete): If rmail-enable-mime is non-nil, pop to
8267 rmail-view-buffer.
8268 (rmail-summary-scroll-msg-up): Handle rmail-view-buffer, not
8269 rmail-buffer.
8270 (rmail-summary-scroll-msg-down): Likewise.
8271 (rmail-summary-beginning-of-message): Likewise.
8272 (rmail-summary-wipe): Likewise.
8273 (rmail-summary-toggle-header): Use save-window-excursion, not
8274 save-excursion. Update point in rmail-view-buffer, not in
8275 rmail-buffer.
8276 (rmail-summary-reply): Before calling rmail-reply, set buffer to
8277 rmail-view-buffer, not rmail-buffer.
8278
8279 2001-05-07 Gerd Moellmann <gerd@gnu.org>
8280
8281 * cus-edit.el (custom-file): Signal an error if user-init-file is
8282 nil (running -q).
8283
8284 * mail/rmailedit.el (rmail-edit-mode-hook): Add :version.
8285
8286 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
8287 Add :version.
8288
8289 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
8290 New option.
8291 (smtpmail-via-smtp): Print warnings about unknown SMTP extensions
8292 only if smtpmail-warn-about-unknown-extensions is set.
8293
8294 * mail/rmail.el (rmail-mode-map): Use rmail-sort-by-labels
8295 instead of rmail-sort-by-keywords.
8296
8297 * mail/rmailsort.el (rmail-sort-by-labels): Renamed from
8298 rmail-sort-by-keywords.
8299
8300 * mail/rmailsum.el (rmail-summary-sort-by-labels): Renamed from
8301 rmail-summary-sort-by-keywords. Doc fix.
8302 (rmail-summary-mode): Doc fix.
8303
8304 * mail/rmail.el (rmail-edit): New Custom group.
8305
8306 * mail/rmailedit.el (rmail-edit-mode): Doc fix.
8307 (rmail-edit-mode-hook): New user-option.
8308
8309 2001-05-05 Richard M. Stallman <rms@gnu.org>
8310
8311 * help.el (help-xref-symbol-regexp): Recognize "source of"
8312 and friends, meaning make a link to the source file.
8313 (help-make-xrefs): Handle "source of" and friends
8314 by constructing a link that visits the source file.
8315
8316 * dabbrev.el (dabbrev-select-buffers-function): Doc fix.
8317
8318 2001-05-04 Stefan Monnier <monnier@cs.yale.edu>
8319
8320 * progmodes/cperl-mode.el (cperl-font-lock-keywords)
8321 (cperl-font-lock-keywords-1, cperl-font-lock-keywords-2):
8322 Renamed from perl-font-lock-keywords to avoid clashes.
8323 (cperl-mode, cperl-load-font-lock-keywords, cperl-init-faces)
8324 (cperl-load-font-lock-keywords-1, cperl-load-font-lock-keywords-2):
8325 Updated correspondingly.
8326
8327 * diff-mode.el (diff-nonexistent-face, diff-font-lock-keywords):
8328 Typo `nonexistant' -> `nonexistent'.
8329
8330 2001-05-04 Martin Stjernholm <bug-cc-mode@gnu.org>
8331
8332 * cc-cmds.el (c-electric-delete, c-electric-delete-forward):
8333 Split `c-electric-delete' into two functions where
8334 `c-electric-delete-forward' always deletes forward and
8335 `c-electric-delete' only contains the code necessary for XEmacs to
8336 choose between backward and forward deletion.
8337
8338 * cc-mode.el: `c-electric-delete-forward' is now bound to C-d to
8339 get the electric behavior on that key too.
8340 (c-fill-paragraph): Fixed bogus direct use of
8341 c-comment-prefix-regexp, which caused an error when it's a list.
8342
8343 2001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
8344
8345 * dired-aux.el (dired-diff): Doc fix.
8346
8347 * dired.el (dired-diff): Likewise.
8348
8349 2001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
8350
8351 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
8352
8353 2001-05-02 Stefan Monnier <monnier@cs.yale.edu>
8354
8355 * vc.el (vc-next-action-on-file): Only force buffer+file to writable
8356 if both the buffer and the file are read-only.
8357
8358 * progmodes/sh-script.el (sh-prev-line): Look for sh-heredoc-face
8359 rather than font-lock-string-face.
8360 (sh-get-indent-info): Treat heredocs like strings.
8361
8362 2001-05-02 Gerd Moellmann <gerd@gnu.org>
8363
8364 * textmodes/texinfmt.el (texinfo-format-parse-args): Don't consume
8365 a newline following `}'.
8366 (texinfo-format-email): New function.
8367 (toplevel): Use texinfo-format-email for @email.
8368 (texinfo-format-kbd-regexp, texinfo-format-kbd-end-regexp):
8369 Add `display'.
8370 (texinfo-sort-region): Goto point-min before sorting.
8371 (texinfo-set): Remove leading white space from value.
8372 From yagi@is.titech.ac.jp.
8373
8374 * replace.el (query-replace-regexp-eval): Doc fix.
8375
8376 2001-05-01 Stefan Monnier <monnier@cs.yale.edu>
8377
8378 * diff-mode.el (diff-nonexistant-face): New face.
8379 (diff-font-lock-keywords): Use it.
8380
8381 2001-04-30 Eli Zaretskii <eliz@is.elta.co.il>
8382
8383 * font-lock.el (font-lock-mode): Doc fix.
8384
8385 * dired-aux.el (dired-do-rename-regexp, dired-do-copy-regexp)
8386 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
8387
8388 2001-04-30 Gerd Moellmann <gerd@gnu.org>
8389
8390 * progmodes/sh-script.el (sh-font-lock-heredoc): Allow optional
8391 backslash at the start of the here-document delimiter.
8392 (sh-font-lock-syntactic-keywords): Likewise.
8393
8394 * mail/rmail.el (rmail-message-regexp-p): Yet another fix.
8395
8396 2001-04-29 Eli Zaretskii <eliz@is.elta.co.il>
8397
8398 * term/tty-colors.el (tty-color-define, tty-color-off-gray-diag)
8399 (tty-color-translate, tty-color-by-index, tty-color-values)
8400 (tty-color-desc): Doc fix.
8401
8402 2001-04-27 Eli Zaretskii <eliz@is.elta.co.il>
8403
8404 * dired-aux.el (dired-do-create-files, dired-do-copy)
8405 (dired-do-symlink, dired-do-hardlink, dired-do-rename):
8406 Mention dired-dwim-target in the doc string.
8407
8408 2001-04-28 Miles Bader <miles@gnu.org>
8409
8410 * dabbrev.el (dabbrev--ignore-buffer-p): New function.
8411 (dabbrev--find-expansion): Use it.
8412 (dabbrev--select-buffers): Don't select ignored buffers.
8413
8414 2001-04-27 Gerd Moellmann <gerd@gnu.org>
8415
8416 * mail/rmail.el (rmail-message-regexp-p): Don't match before headers.
8417
8418 2001-04-26 Richard M. Stallman <rms@gnu.org>
8419
8420 * dabbrev.el: Add doc strings for some functions.
8421 (dabbrev--eliminate-newlines): New variable.
8422 (dabbrev--substitute-expansion): Convert newlines to spaces
8423 if dabbrev--eliminate-newlines is set.
8424 If abbrev and expansion are both all-lower-case,
8425 leave dabbrev--last-case-pattern nil.
8426
8427 2001-04-26 Gerd Moellmann <gerd@gnu.org>
8428
8429 * mail/rmail.el (rmail-message-regexp-p): Use rfc822-goto-eoh
8430 if necessary, like in rmail-show-message.
8431
8432 2001-04-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8433
8434 * ps-print.el: Color specified by number is forced to be float number.
8435 (ps-print-version): New version number (6.5.1.1).
8436 (ps-header-frame-alist, ps-footer-frame-alist): Adjust color
8437 initialization.
8438 (ps-prefix-quote): New internal var.
8439 (ps-print-quote): New fun.
8440 (ps-setup, ps-output-frame-properties, ps-float-format)
8441 (ps-format-color): Code fix.
8442 (ps-plot-region): Eliminate redundant foreground color text setting.
8443
8444 2001-04-26 Eli Zaretskii <eliz@is.elta.co.il>
8445
8446 * dabbrev.el (dabbrev--select-buffers): Add a doc string.
8447
8448 2001-04-25 Gerd Moellmann <gerd@gnu.org>
8449
8450 * faces.el (tty-handle-reverse-video): Don't set inverse-video.
8451
8452 2001-04-25 Eli Zaretskii <eliz@is.elta.co.il>
8453
8454 * info.el (Info-additional-directory-list): Doc fix.
8455
8456 * find-lisp.el (find-lisp-find-dired-filter)
8457 (find-lisp-find-dired-subdirectories, find-lisp-find-dired):
8458 Add autoload cookies. From Richard Y. Kim <ryk@dspwiz.com>.
8459
8460 2001-04-25 Stefan Monnier <monnier@cs.yale.edu>
8461
8462 * progmodes/make-mode.el (makefile-font-lock-keywords):
8463 Rationalize the rules for includes and conditionals and use the
8464 keyword face for them.
8465
8466 * faces.el (modify-face): Add compatibility for non-interactive use.
8467
8468 2001-04-24 John Wiegley <johnw@gnu.org>
8469
8470 * eshell/esh-cmd.el (eshell-find-alias-function): Corrected the
8471 fix from last night, since it wasn't finding eshell/cd.
8472
8473 2001-04-24 Gerd Moellmann <gerd@gnu.org>
8474
8475 * rect.el (string-rectangle): Revert to 20.x behaviour.
8476 (replace-rectangle): Make it an alias for string-rectangle.
8477 (string-insert-rectangle): New function.
8478
8479 2001-04-23 John Wiegley <johnw@gnu.org>
8480
8481 * eshell/em-unix.el (eshell/diff): Fixed problems that were
8482 occurring with Emacs 21's diff.el/compile.el interaction layer.
8483
8484 2001-04-23 Colin Walters <walters@cis.ohio-state.edu>
8485
8486 * eshell/esh-cmd.el (eshell-find-alias-function): Return t in the
8487 case where the function was defined in a file, but not part of an
8488 eshell module.
8489
8490 2001-04-23 John Wiegley <johnw@gnu.org>
8491
8492 * eshell/em-smart.el (eshell-smart-redisplay): Added some safety
8493 code to work around a redisplay problem I've been having.
8494
8495 2001-04-23 John Wiegley <johnw@gnu.org>
8496
8497 * calendar/timeclock.el (timeclock-day-required): If the time
8498 required for a particular day is not set, use `timeclock-workday'.
8499 (timeclock-find-discrep): Added some sample code in a comment.
8500
8501 * eshell/eshell.el (eshell-command): Made a few changes so that
8502 `eshell-command' could be called programmatically.
8503
8504 * eshell/esh-mode.el (eshell-non-interactive-p): Moved to eshell.el.
8505
8506 * eshell/eshell.el (eshell-non-interactive-p): Moved from esh-mode.el.
8507
8508 2001-04-23 John Wiegley <johnw@gnu.org>
8509
8510 * calendar/timeclock.el: Updated copyright.
8511 (timeclock-generate-report): Don't report the daily or two-week
8512 total, if no time has been worked in that period.
8513 (timeclock-find-discrep): Moved call to `file-readable-p'; removed
8514 final computational form, which was unnecessary; corrected a
8515 parsing problem when timeclock-relative was nil.
8516
8517 2001-04-23 Kahlil Hodgson <kahlil@discus.anu.edu.au>
8518
8519 * calendar/timeclock.el (timeclock-modeline-display): Check if
8520 `list-entry' is null.
8521 (timeclock-use-display-time): The first argument to `set-variable'
8522 must be a symbol.
8523
8524 2001-04-23 Eli Zaretskii <eliz@is.elta.co.il>
8525
8526 * calendar/calendar.el (diary-entry-marker)
8527 (calendar-today-marker, calendar-holiday-marker):
8528 Use display-color-p instead of window-system.
8529 (calendar-mode-map, calendar-mode): Use display-popup-menus-p
8530 instead of window-system.
8531 (calendar-hide-window): Use display-multi-frame-p instead of
8532 window-system.
8533
8534 * calendar/cal-x.el (calendar-two-frame-setup)
8535 (calendar-only-one-frame-setup, calendar-one-frame-setup):
8536 Use display-multi-frame-p instead of window-system.
8537
8538 2001-04-23 Gerd Moellmann <gerd@gnu.org>
8539
8540 * play/fortune.el (fortune-from-region): Use `eq' instead of `eql'.
8541
8542 * textmodes/ispell.el, emacs-lisp/checkdoc.el,
8543 * progmodes/ebrowse.el, play/fortune.el: Fix autoload cookies.
8544
8545 2001-04-23 Alex Schroeder <alex@gnu.org>
8546
8547 * goto-addr.el: Instead of defining line-beginning-position and
8548 line-end-position a defalias is used for point-at-bol and point-at-eol.
8549
8550 2001-04-23 Alex Schroeder <alex@gnu.org>
8551
8552 * goto-addr.el: Added XEmacs compatibility code.
8553 (goto-address-highlight-keymap): Made keybindings XEmacs compatible.
8554
8555 2001-04-22 Eli Zaretskii <eliz@is.elta.co.il>
8556
8557 * textmodes/paragraphs.el (sentence-end): Doc fix.
8558
8559 2001-04-20 Alex Schroeder <alex@gnu.org>
8560
8561 * sql.el (sql-escape-newlines-and-send): New function.
8562 (sql-db2): Set comint-input-sender to sql-escape-newlines-and-send.
8563
8564 2001-04-20 Alex Schroeder <alex@gnu.org>
8565
8566 * sql.el (sql-db2-program): New option.
8567 (sql-db2-options): New option.
8568 (sql-db2): New function.
8569
8570 2001-04-20 Alex Schroeder <alex@gnu.org>
8571
8572 * sql.el (sql-mode-menu): Added highlighting entries.
8573 (sql-highlight-oracle-keywords): New function.
8574 (sql-highlight-postgres-keywords): New function.
8575 (sql-highlight-ansi-keywords): New function.
8576
8577 2001-04-20 Alex Schroeder <alex@gnu.org>
8578
8579 * sql.el (sql-help): Doc change.
8580
8581 2001-04-19 Karl Fogel <kfogel@collab.net>
8582
8583 * saveplace.el (save-place-alist-to-file): Removed no-effect code
8584 that inserted file content only to delete it immediately.
8585 Probably a cut-and-paste bug. Thanks to Juanma Barranquero
8586 <lektu@uol.com.br> for the patch.
8587
8588 2001-04-19 Stefan Monnier <monnier@cs.yale.edu>
8589
8590 * emacs-lisp/easy-mmode.el (easy-mmode-defsyntax): Unquote `doc'.
8591
8592 2001-04-18 Gerd Moellmann <gerd@gnu.org>
8593
8594 * emacs-lisp/cl-indent.el (toplevel): Comment out the spec
8595 for defmethod.
8596
8597 * comint.el (comint-cr-magic): New function.
8598 (toplevel): Add it to comint-preoutput-filter-functions.
8599
8600 2001-04-18 Andrew Innes <andrewi@gnu.org>
8601
8602 * makefile.w32-in (EMACSLOADPATH): Define.
8603 (custom-deps, autoloads, .el.elc, compile-files-CMD, compile-files-SH)
8604 (recompile): Remove stuff to set EMACSLOADPATH.
8605
8606 2001-04-18 Gerd Moellmann <gerd@gnu.org>
8607
8608 * language/slovak.el ("Slovak"): Add tutorial entry.
8609
8610 * net/browse-url.el (browse-url-new-window-flag): Renamed from
8611 browse-url-new-window-p.
8612
8613 2001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
8614
8615 * info.el (Info-menu-update): When there are no menus and/or no
8616 cross references in the node, make the respective items of the
8617 Info menu-bar menu inactive.
8618
8619 2001-04-17 Gerd Moellmann <gerd@gnu.org>
8620
8621 * indent.el (indent-for-tab-command): Call indent-line-function
8622 with no argument if PREFIX-ARG is non-nil.
8623
8624 * frame.el (delete-other-frames): Handle minibuffer-only frames.
8625
8626 2001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
8627
8628 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Don't invoke CVS as
8629 an async subprocess if start-process is unavailable. Suggested by
8630 Tim Van Holder <tim.van.holder@pandora.be>.
8631
8632 2001-04-15 Eli Zaretskii <eliz@is.elta.co.il>
8633
8634 * info.el (Info-additional-directory-list): Doc fix. Suggested by
8635 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
8636
8637 2001-04-14 Eli Zaretskii <eliz@is.elta.co.il>
8638
8639 * info.el (Info-file-list-for-emacs): Add an entry for the "info"
8640 manual.
8641
8642 2001-04-13 Stefan Monnier <monnier@cs.yale.edu>
8643
8644 * pcvs-defs.el (cvs-mode-map): Bind C-o like in dired.
8645 (cvs-menu): Add a few entries.
8646
8647 * pcvs.el (cvs-addto-collection): Don't merge MESSAGE fileinfos.
8648 (cvs-update-filter): Only advertise `cvs-mode-delete-lock' if the
8649 lock file appears to be reachable from Emacs.
8650 (cvs-mode-mark-on-state, cvs-mode-display-file): New functions.
8651 (cvs-mode-find-file): Look for cvs-header-face rather than
8652 cvs-dirname-face (which doesn't exist).
8653 (cvs-mode-find-file): Allow `other' to be set to `dont-select'.
8654
8655 * pcvs-parse.el (cvs-parse-run-table): Remove misleading text.
8656
8657 2001-04-13 Eli Zaretskii <eliz@is.elta.co.il>
8658
8659 * emulation/pc-select.el (pc-selection-mode): Don't turn on
8660 normal-erase-is-backspace on a tty. Instead, bind some keys such
8661 as [delete] directly, like pc-select.el did before
8662 normal-erase-is-backspace was invented.
8663
8664 2001-04-12 Eli Zaretskii <eliz@is.elta.co.il>
8665
8666 * ls-lisp.el (ls-lisp-format): Leave a blank before "root".
8667
8668 2001-04-11 John Wiegley <johnw@gnu.org>
8669
8670 * eshell/em-ls.el (eshell-ls-insert-directory):
8671 Set font-lock-defaults to nil, to prevent fontification in dired
8672 buffers, if Eshell's ls is being used.
8673
8674 2001-04-11 John Wiegley <johnw@gnu.org>
8675
8676 * calendar/timeclock.el (timeclock-completing-read): New function.
8677 (timeclock-ask-for-project, timeclock-ask-for-reason):
8678 Call `timeclock-completing-read'.
8679
8680 * eshell/em-alias.el (eshell-command-aliased-p): `assoc' was
8681 required where `member' was being used.
8682
8683 2001-04-11 Colin Walters <walters@cis.ohio-state.edu>
8684
8685 * eshell/em-hist.el (eshell-previous-matching-input):
8686 Don't display "History item" if the minibuffer is active.
8687
8688 2001-04-11 Gerd Moellmann <gerd@gnu.org>
8689
8690 * startup.el (command-line): Output a newline after printing
8691 an error from loading the window system's init file.
8692
8693 2001-04-11 Eli Zaretskii <eliz@is.elta.co.il>
8694
8695 * textmodes/texinfo.el (texinfo-font-lock-keywords):
8696 Add fontification for @value, @dfn, @dmn, @acronym, @anchor, and
8697 @inforef. Add an OVERRIDE of `keep' to highlight specs of
8698 keywords whose arguments routinely include @@.
8699
8700 2001-04-10 Gerd Moellmann <gerd@gnu.org>
8701
8702 * emacs-lisp/advice.el (ad-make-advised-definition):
8703 Construct advice for subrs differently.
8704
8705 * textmodes/paragraphs.el (forward-sentence): Put the sentence-end
8706 regexp in parentheses when building the regexp for searching backwards.
8707
8708 * simple.el (completion-list-mode-finish): New function.
8709 (toplevel): Add completion-list-mode-finish to temp-buffer-show-hook.
8710
8711 * language/european.el ("Polish"): Change sample text.
8712 From jsbien@mimuw.edu.pl (Janusz S. Bie\e,Bq\e(B).
8713
8714 * progmodes/sh-script.el (sh-indent-line): Add optional PREFIX-ARG
8715 parameter.
8716
8717 * faces.el (menu): Doc fix.
8718
8719 2001-04-10 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8720
8721 * ps-print.el: Footer implementation. Doc fix.
8722 (ps-print-version): New version number (6.5.1).
8723 (ps-header-frame-alist): New customization var for header frame
8724 properties.
8725 (ps-line-number-color): New customization var for line number color.
8726 (ps-footer-offset, ps-footer-line-pad, ps-print-footer)
8727 (ps-print-footer-frame, ps-footer-frame-alist, ps-footer-lines)
8728 (ps-footer-font-family, ps-footer-font-size, ps-left-footer)
8729 (ps-right-footer): New customization vars for footers.
8730 (ps-footer-pad, ps-footer-font-size-internal): New internal vars for
8731 footers.
8732 (ps-setup, ps-get-page-dimensions, ps-generate-header-line)
8733 (ps-generate-header, ps-begin-file, ps-begin-job, ps-begin-page):
8734 Code fix.
8735 (ps-prologue-file): Indentation fix.
8736 (ps-print-quote): Fun eliminated.
8737 (ps-value, ps-get, ps-put, ps-del): New funs for alist handling.
8738 (ps-output-frame-properties): New fun.
8739 (ps-fonts, ps-font-number, ps-rgb-color, ps-end-page, ps-next-page)
8740 (ps-skip-newline): Replace defun by defsubst.
8741
8742 2001-04-10 Colin Walters <walters@cis.ohio-state.edu>
8743
8744 * eshell/eshell.el (eshell-command): Needed a "%s" format
8745 specifier, in case the buffer contains percent characters.
8746
8747 2001-04-10 John Wiegley <johnw@gnu.org>
8748
8749 * calendar/timeclock.el (timeclock-generate-report): Added a
8750 missing insert of the project name.
8751
8752 2001-04-09 Gerd Moellmann <gerd@gnu.org>
8753
8754 * obsolete/profile.el: Moved from emacs-lisp/.
8755
8756 * Makefile.in (nonobsolete_setwins): New macro.
8757 (finder-data): Use it instead of `setwins'.
8758 From: Dave Love <fx@gnu.org>.
8759
8760 * server.el (server-visit-files): Set server-existing-buffer correctly.
8761 (server-visit-files): Run server-visit-hook after going to
8762 line 1 so that the hook can set point as it sees fit.
8763
8764 * bindings.el (mode-line-modified): Unify help messages.
8765
8766 2001-04-07 Eli Zaretskii <eliz@is.elta.co.il>
8767
8768 * dos-fns.el (dos-8+3-filename): Rename from dos-truncate-to-8+3.
8769 All callers changed.
8770
8771 2001-04-06 Eli Zaretskii <eliz@is.elta.co.il>
8772
8773 * international/titdic-cnv.el (miscdic-convert): For MS-DOS, if
8774 long file names aren't supported, truncate the file names in
8775 quail-misc-package-ext-info to 8+3 before matching them against
8776 FILENAME.
8777
8778 * dos-fns.el (dos-truncate-to-8+3): New function.
8779
8780 * progmodes/compile.el (grep-compute-defaults): Use null-device
8781 instead of literal /dev/null. Reported by Jens Schmidt
8782 <schmidt@mathematik.uni-kl.de>.
8783
8784 * simple.el (normal-erase-is-backspace-mode): Doc fix.
8785
8786 2001-04-06 Stefan Monnier <monnier@cs.yale.edu>
8787
8788 * textmodes/sgml-mode.el: Add unknown maintainer.
8789 (sgml-tag): Pass `str' explicitly through skeleton-transformation.
8790 (html-mode-map): Use set-keymap-parent.
8791
8792 2001-04-06 Dave Love <fx@gnu.org>
8793
8794 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
8795 Remove redundant string-to-list.
8796
8797 2001-04-05 Stefan Monnier <monnier@cs.yale.edu>
8798
8799 * composite.el (reference-point-alist): Doc fix.
8800
8801 2001-04-05 Sam Steingold <sds@gnu.org>
8802
8803 * font-lock.el (font-lock-keywords-case-fold-search):
8804 Make buffer-local. This fixes a very annoying bug when loading a Lisp
8805 file made font-lock case-insensitive.
8806
8807 2001-04-05 Gerd Moellmann <gerd@gnu.org>
8808
8809 * faces.el (defface menu): Doc fix.
8810
8811 * wid-edit.el (widget-color-sample-face-get): Don't make
8812 faces for undefined colors.
8813
8814 * version.el (emacs-version): Include LessTif/Motif version info.
8815
8816 2001-04-04 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8817
8818 * ps-mule.el: Eliminate cl package dependence.
8819 (char-valid-p, multibyte-string-p, string-make-multibyte): Define funs
8820 if they aren't defined yet.
8821 (ps-mule-encode-header-string, ps-mule-header-string-charsets):
8822 Eliminate cl package dependence.
8823
8824 2001-04-04 Stefan Monnier <monnier@cs.yale.edu>
8825
8826 * progmodes/cc-cmds.el (c-outline-level):
8827 Bind buffer-invisibility-spec. Originally from Dave Love, but
8828 got lost when incorporating version 5.26.
8829
8830 2001-04-04 Eli Zaretskii <eliz@is.elta.co.il>
8831
8832 * emulation/pc-select.el (pc-selection-mode):
8833 Call normal-erase-is-backspace-mode instead of binding
8834 keys individually.
8835
8836 * cus-load.el (normal-erase-is-backspace): Use it instead of
8837 delete-key-deletes-forward.
8838
8839 * startup.el (command-line): Use normal-erase-is-backspace and
8840 normal-erase-is-backspace-mode.
8841
8842 * simple.el (normal-erase-is-backspace): Rename from
8843 delete-key-deletes-forward. Doc fix.
8844 (normal-erase-is-backspace-mode): Rename from
8845 delete-key-deletes-forward-mode. Doc fix.
8846 Run normal-erase-is-backspace-hook.
8847
8848 * dired.el (dired-move-to-filename-regexp): Support file sizes in
8849 ``human-readable'' format produced by GNU `ls'.
8850 (dired-move-to-filename-regexp): Recognize ISO format dates.
8851 From Paul Eggert <eggert@twinsun.com>.
8852
8853 2001-04-04 Gerd Moellmann <gerd@gnu.org>
8854
8855 * emacs-lisp/lisp-mnt.el (lm-keywords-list, lm-keywords-finder-p):
8856 New functions.
8857 (lm-verify): Check keywords.
8858 From Eric M. Ludlam <eric@siege-engine.com>.
8859
8860 2001-04-03 Eric M. Ludlam <eric@siege-engine.com>
8861
8862 * speedbar.el (speedbar-insert-image-button-maybe): Check for
8863 `xemacs' feature instead of for the function `set-extent-property'.
8864
8865 2001-04-03 Stefan Monnier <monnier@cs.yale.edu>
8866
8867 * mail/mh-utils.el (mh-folder-hist): New var.
8868 (mh-prompt-for-folder): Use it and pass `default' to completing-read.
8869
8870 2001-04-03 Eli Zaretskii <eliz@is.elta.co.il>
8871
8872 * hexl.el (hexl-scroll-up): If scrolling gets outside the hexl
8873 region, position point on the first or last 16-byte group.
8874 (hexl-mode-map): Bind C-Home and C-End to hexl-beginning-of-buffer
8875 and hexl-end-of-buffer. Bind End and Home to hexl-end-of-line and
8876 hexl-beginning-of-line.
8877
8878 2001-04-03 Gerd Moellmann <gerd@gnu.org>
8879
8880 * icomplete.el (icomplete-mode): Treat an argument like other
8881 modes do.
8882
8883 * startup.el (fancy-splash-head): Use splash8.xpm for color
8884 depth 8.
8885
8886 * emacs-lisp/checkdoc.el (checkdoc-common-verbs-wrong-voice):
8887 Add an antry for ``converts''.
8888
8889 * language/slovak.el ("Slovak"): Add documentation string.
8890 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk).
8891
8892 * language/czech.el ("Czech"): Add documentation string.
8893 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk).
8894
8895 * ps-mule.el (ps-mule-font-info-database-bdf): Change `isci24-etl.bdf'
8896 to `isci24-mule.bdf'. From: Kenichi Handa <handa@etl.go.jp>.
8897
8898 2001-04-02 Stefan Monnier <monnier@cs.yale.edu>
8899
8900 * mail/mail-extr.el (mail-extr-delete-char, mail-extr-safe-move-sexp)
8901 (mail-extr-skip-whitespace-forward, mail-extr-nuke-char-at)
8902 (mail-extr-skip-whitespace-backward, mail-extr-undo-backslash-quoting):
8903 Use `defsubst' rather than a macro to ease debugging.
8904 (mail-extr-last): Remove (use `last' instead).
8905 (mail-extract-address-components): Properly reset the syntax-table
8906 after parsing an address. Use `last' rather than mail-extr-last.
8907 Make sure the end marker stays at the very end.
8908
8909 2001-04-02 Eli Zaretskii <eliz@is.elta.co.il>
8910
8911 * international/titdic-cnv.el (miscdic-convert): Fix a typo in the
8912 last change.
8913
8914 2001-04-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8915
8916 * ps-print.el: Line and paragraph spacing feature. Region to cut
8917 out when printing. Doc fix.
8918 (ps-print-version): New version number (6.5).
8919 (ps-line-spacing, ps-paragraph-spacing, ps-paragraph-regexp):
8920 New vars. Line and paragraph spacing feature.
8921 (ps-begin-cut-regexp, ps-end-cut-regexp): New vars. Region to cut
8922 out when printing.
8923 (ps-setup, ps-nb-pages, ps-get-page-dimensions, ps-begin-file)
8924 (ps-get-font-size, ps-begin-job, ps-continue-line)
8925 (ps-plot-region): Code fix.
8926 (ps-print-prologue-2): Var eliminated.
8927 (ps-line-spacing-internal, ps-paragraph-spacing-internal):
8928 New internal vars.
8929 (ps-get-size): New fun.
8930 (ps-output-string-prim, ps-init-output-queue, ps-print-page-p)
8931 (ps-next-line): Replace defun by defsubst.
8932 (ps-mule-plot-string): Autoload doc fix.
8933
8934 * ps-bdf.el: XEmacs compatibility. Doc fix.
8935 (installation-directory, coding-system-for-read): Declare vars if
8936 it's not declared yet.
8937 (bdf-read-font-info, bdf-read-bitmap, bdf-get-bitmaps): Code fix.
8938
8939 * ps-mule.el: XEmacs compatibility. Doc fix.
8940 (leading-code-private-22): Declare var if it's not declared yet.
8941 (charset-bytes, charset-dimension, charset-id, charset-width)
8942 (find-charset-region, split-char, char-width, chars-in-region)
8943 (forward-point, decompose-composite-char, encode-coding-string)
8944 (coding-system-p, ccl-execute-on-string, define-ccl-program):
8945 Define funs if not defined yet.
8946 (encode-composition-rule, find-composition): Define funs if not
8947 loaded yet.
8948 (ps-mule-prologue): PostScript code fix.
8949
8950 2001-04-02 Kenichi Handa <handa@etl.go.jp>
8951
8952 * ps-mule.el (ps-mule-generate-font): New arg HEADER-P. If it is
8953 non-nil, generate font for the header strings.
8954 (ps-mule-prepare-font): Likewise.
8955 (ps-mule-generate-glyphs): Likewise.
8956 (ps-mule-string-encoding): Likewise.
8957 (ps-mule-header-charsets): New variable.
8958 (ps-mule-encode-header-string): New function.
8959 (ps-mule-header-string-charsets): New function.
8960 (ps-mule-begin-job): Check charsets in the header strings. If there
8961 are non-ASCII and non-Latin1 charsets, prepare fonts for them.
8962
8963 * ps-print.el (ps-generate-header-line): Encode the header string by
8964 ps-mule-encode-header-string.
8965 (ps-mule-encode-header-string): Declare autoload.
8966
8967 2001-04-02 Gerd Moellmann <gerd@gnu.org>
8968
8969 * frame.el (cursor-in-non-selected-windows):
8970 Replaces show-cursor-in-non-selected-windows.
8971
8972 2001-03-31 Kenichi Handa <handa@etl.go.jp>
8973
8974 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
8975 Delete entries for "chinese-py" and "chinese-ziranma".
8976 (quail-misc-package-ext-info): New variable.
8977 (tsang-quick-converter): New function.
8978 (tsang-b5-converter, quick-b5-converter, tsang-cns-converter)
8979 (quick-cns-converter, py-converter, ziranma-converter)
8980 (miscdic-convert, batch-miscdic-convert): New functions.
8981
8982 2001-03-30 Kenichi Handa <handa@etl.go.jp>
8983
8984 * international/utf-8.el (ccl-encode-mule-utf-8): Fix handling of
8985 eight-bit-control chars.
8986
8987 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
8988 Reduce making temporary vector (suggested by Dave Love).
8989
8990 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
8991
8992 * simple.el (transient-mark-mode): Mention ESC ESC ESC in the doc
8993 string as well.
8994
8995 2001-03-30 Andreas Schwab <schwab@suse.de>
8996
8997 * files.el (backup-directory-alist): Fix typo.
8998
8999 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
9000
9001 * time-stamp.el (time-stamp-format): Doc fix. From Paul Eggert
9002 <eggert@twinsun.com>.
9003
9004 2001-03-30 Dave Love <fx@gnu.org>
9005
9006 * progmodes/fortran.el (fortran-comment-region): Fix typo.
9007
9008 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
9009
9010 * simple.el (transient-mark-mode): Mention C-g in the doc string.
9011
9012 2001-03-30 Miles Bader <miles@gnu.org>
9013
9014 * subr.el (interactive-form): Fix paren typo.
9015
9016 2001-03-29 Eli Zaretskii <eliz@is.elta.co.il>
9017
9018 * emacs-lisp/profile.el: Say that it's obsolete in the header
9019 line, so that finder.el puts that into its data-base.
9020 Suggested by Alex Schroeder <alex@gnu.org>.
9021
9022 2001-03-29 Paul Eggert <eggert@twinsun.com>
9023
9024 * mail/emacsbug.el (report-emacs-bug): Report LC_COLLATE,
9025 LC_MESSAGES, LC_MONETARY, LC_NUMERIC, and LC_TIME as well.
9026
9027 2001-03-29 Stefan Monnier <monnier@cs.yale.edu>
9028
9029 * generic.el (generic-mode-set-comments): Use "" rather than nil
9030 for comment-end.
9031
9032 2001-03-29 Gerd Moellmann <gerd@gnu.org>
9033
9034 * emacs-lisp/advice.el (ad-make-advised-definition):
9035 Call interactive-form to obtain the interactive spec of subrs.
9036
9037 * subr.el (interactive-form): New function.
9038
9039 2001-03-29 Andre Spiegel <spiegel@gnu.org>
9040
9041 * vc-sccs.el (vc-sccs-register): Use relative file names.
9042
9043 2001-03-28 Gerd Moellmann <gerd@gnu.org>
9044
9045 * bookmark.el (bookmark-get-bookmark): Handle case that
9046 BOOKMARK is not a string.
9047
9048 * image.el (image-type-regexps): Change type for PS files
9049 to `postscript'.
9050
9051 * subr.el (read-passwd): Clear command history after each
9052 character entered. From: Stephen Gildea
9053 <gildea@stop.mail-abuse.org>.
9054
9055 2001-03-27 Kenichi Handa <handa@etl.go.jp>
9056
9057 * international/kkc.el (kkc-save-init-file): Locally bind
9058 print-length to nil.
9059
9060 2001-03-26 Gerd Moellmann <gerd@gnu.org>
9061
9062 * textmodes/flyspell.el: Some doc fixes.
9063 (flyspell-maybe-correct-transposition)
9064 (flyspell-maybe-correct-doubling): Use a temporary buffer
9065
9066 * textmodes/ispell.el (ispell-parse-output): Doc fix.
9067
9068 * emacs-lisp/byte-opt.el (byte-optimize-while)
9069 (byte-optimize-form-code-walker): Diagnose too few arguments
9070 for `if' and `while'.
9071
9072 2001-03-26 Kenichi Handa <handa@etl.go.jp>
9073
9074 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
9075 Prepend `\' to "\<quail-translation-docstring>".
9076
9077 2001-03-26 Gerd Moellmann <gerd@gnu.org>
9078
9079 * autorevert.el (global-auto-revert-non-file-buffers):
9080 Remove duplicate defcustom.
9081
9082 2001-03-26 Miles Bader <miles@gnu.org>
9083
9084 * international/latin1-disp.el (latin1-char-displayable-p):
9085 Add leading "-" for X font pattern.
9086
9087 2001-03-26 Kenichi Handa <handa@etl.go.jp>
9088
9089 * international/mule-diag.el (describe-coding-system):
9090 For raw-text and emacs-mule, don't add anymore text about what
9091 charsets they can encode.
9092
9093 2001-03-25 Eli Zaretskii <eliz@is.elta.co.il>
9094
9095 * help.el (view-lossage): Mention open-dribble-file in the doc
9096 string. Suggested by Riku Saikkonen <rjs@lloke.dna.fi>.
9097
9098 2001-03-23 Stefan Monnier <monnier@cs.yale.edu>
9099
9100 * skeleton.el (skeleton-internal-list): Fix bogus logic.
9101 (skeleton-pair-insert-maybe): Don't pair after a backslash.
9102
9103 2001-03-23 Kenichi Handa <handa@etl.go.jp>
9104
9105 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
9106 Call ccl-execute-on-string directly so that CCL program handling
9107 multibyte sequence can work correctly.
9108 (encoded-kbd-setup-keymap): Fix the default value of `valid-codes'
9109 property of the coding system.
9110
9111 2001-03-23 Stefan Monnier <monnier@cs.yale.edu>
9112
9113 * textmodes/fill.el (fill-individual-paragraphs-prefix):
9114 Fix transcription typo.
9115
9116 2001-03-22 Rajesh Vaidheeswarran <rv@gnu.org>
9117
9118 * whitespace.el: Add buffer local variables to toggle testing of
9119 whitespaces in buffers without affecting the default values.
9120 Bump version to 3.0 to account for a few other changes.
9121 (whitespace-toggle-ateol-check, whitespace-toggle-leading-check)
9122 (whitespace-toggle-trailing-check, whitespace-toggle-indent-check)
9123 (whitespace-toggle-spacetab-check): New functions.
9124
9125 2001-03-21 Stefan Monnier <monnier@cs.yale.edu>
9126
9127 * obsolete/cplus-md.el: Moved from progmodes/cplus-md.el.
9128
9129 2001-03-21 Gerd Moellmann <gerd@gnu.org>
9130
9131 * bs.el (bs-cycle-next, bs-cycle-previous): Fix handling of
9132 bs-cycle-configuration-name. From Juanma Barranquero
9133 <lektu@uol.com.br>.
9134
9135 * Makefile.in, makefile.w32-in (COMPILE_FIRST): Add cc-mode.el
9136 and cc-vars.el.
9137
9138 * mail/sendmail.el (sendmail-send-it): Don't parse Resent-*
9139 headers. Always invoke sendmail with option -t.
9140
9141 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9142
9143 * Release of cc-mode 5.28.
9144
9145 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9146
9147 * cc-mode.el, cc-vars.el (c-common-init, c-default-style):
9148 Removed the hardcoded switch to "java" style in Java mode.
9149 It's instead taken care of by the default value for c-default-style.
9150
9151 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9152
9153 * cc-align.el (c-lineup-math): Fix bug where lineup was
9154 triggered by equal signs in string literals.
9155
9156 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9157
9158 * cc-cmds.el (c-fill-paragraph): Fixed bug in the paragraph
9159 limit detection when at the ends of the buffer.
9160
9161 * cc-engine.el (c-guess-basic-syntax): Removed bogus check for
9162 "for" statement clause in case 7F; a better one is done
9163 earlier in case 7D anyway.
9164
9165 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9166
9167 * cc-cmds.el (c-guess-fill-prefix): Improved the heuristics
9168 somewhat more and did a small optimization.
9169
9170 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9171
9172 * cc-cmds.el (c-beginning-of-statement, c-end-of-statement):
9173 Use the limit argument only to limit the syntactic context
9174 search, not to limit the actual movement.
9175
9176 * cc-cmds.el (c-beginning-of-statement): Move by sentence
9177 inside multiline strings, just like in comments. Also various
9178 fixes to the paragraph and comment prefix recognition, block
9179 comment ender handling etc.
9180
9181 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9182
9183 * cc-cmds.el (c-fill-paragraph): Take more care to preserve
9184 the relative position of the point.
9185
9186 * cc-cmds.el (c-electric-continued-statement): New function to
9187 use as abbrev hook to reindent for keywords such as "else"
9188 that continues an earlier statement.
9189
9190 * cc-menus.el (cc-imenu-c++-generic-expression): Treat structs
9191 like classes.
9192
9193 * cc-mode.el (c-mode, c++-mode, java-mode, objc-mode)
9194 (pike-mode): Populate the default abbrev tables to reindent for
9195 keywords such as "else" that can continue earlier statements.
9196 Abbrev mode is therefore turned on by default now. (Note that
9197 this doesn't apply to idl-mode, since IDL afaik doesn't have
9198 statements at all.)
9199
9200 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9201
9202 * cc-engine.el (c-inside-bracelist-p): Fix for handling
9203 bracelists where the declaration contains template arguments.
9204
9205 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9206
9207 * cc-cmds.el (c-comment-indent):
9208 Use `c-get-syntactic-indentation' to correctly calculate the
9209 syntactic indentation. Fixes bug with lineup functions that
9210 return vectors.
9211
9212 * cc-engine.el (c-get-syntactic-indentation): Split the
9213 indentation sum calculation from `c-indent-line' to a separate
9214 function.
9215
9216 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9217
9218 * cc-cmds.el (c-beginning-of-statement, c-comment-indent):
9219 Fixed places where it was assumed that preprocessor directives
9220 have to start in column zero.
9221
9222 * cc-engine.el (c-beginning-of-member-init-list): Handle C++
9223 template arguments after a class identifier properly.
9224
9225 * cc-engine.el (c-guess-basic-syntax): Treat initializer brace
9226 lists for `new Foo[]' constructs in Java as expressions and
9227 not top level definition brace lists on the top level, so that
9228 they'll get indented consistently with the same type of
9229 expression in a normal block.
9230
9231 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9232
9233 * cc-cmds.el (c-fill-paragraph): The kludge that checks
9234 whether the adaptive filling package fails to keep the comment
9235 prefix is now kludged further to check for filladapt-mode
9236 which doesn't have that problem. This is really icky, but it's
9237 the only way that works with the current misfeatures/bugs in
9238 both adaptive-fill-mode and filladapt-mode.
9239
9240 * cc-cmds.el (c-fill-paragraph): Made the way the paragraph
9241 around point is recognized more robust.
9242
9243 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9244
9245 * cc-cmds.el, cc-engine.el, cc-lobotomy.el (c-state-cache)
9246 (c-in-literal-cache, c-auto-fill-prefix, c-lit-limits)
9247 (c-lit-type): Fixed all internal variables used dynamically so
9248 that they are always bound.
9249
9250 * cc-cmds.el, cc-engine.el: Improved recovery of syntactic
9251 errors:
9252
9253 (c-indent-region): Fixed reporting of syntactic errors so that
9254 the region is fully reindented even when an error occurs.
9255 The last syntactic error is printed afterwards. Also cleanup up a
9256 whole lot of code that tried to optimize indentation of whole
9257 sexps but in reality accomplishes nothing.
9258
9259 (c-indent-sexp): Use c-indent-region.
9260
9261 (c-parsing-error): Changed this variable to hold the message
9262 for any syntactic error that is discovered.
9263
9264 (c-parse-state): Search backward from point instead of the bod
9265 position when the latter is invalid. This makes CC Mode
9266 recover faster when there are unbalanced close braces.
9267
9268 (c-backward-to-start-of-if): Use c-parsing-error to report
9269 dangling "else" clauses instead of throwing an error, and fall
9270 back to a reasonable position.
9271
9272 (c-indent-line): Added argument to avoid reporting syntactic errors.
9273
9274 (c-show-syntactic-information): Don't report any syntactic errors.
9275
9276 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9277
9278 * cc-cmds.el (c-beginning-of-statement): Fixed bugs with
9279 paragraph recognition when moving by sentence in literals.
9280
9281 * cc-langs.el (c-Java-javadoc-paragraph-start): Modified paragraph
9282 start regexp for javadoc to recognize javadoc markup in general instead
9283 of a specific set of keywords, to be more future-safe.
9284
9285 (c-Pike-pikedoc-paragraph-start)
9286 (c-Pike-pikedoc-paragraph-separate): New regexps to recognize
9287 pikedoc markup.
9288
9289 * cc-mode.el: Fixed initialization and use of c-current-comment-prefix.
9290
9291 (pike-mode): Initialize paragraph settings pikedoc recognition.
9292
9293 * cc-vars.el (c-default-style): Made a nicer Customize widget.
9294
9295 (c-comment-prefix-regexp): Made it possible to use an
9296 association list on this to specify mode specific regexps.
9297 The default value now use a special regexp in Pike mode to
9298 recognize pikedoc markup.
9299
9300 (c-current-comment-prefix): New variable containing the actual
9301 regexp from c-comment-prefix-regexp for the current buffer.
9302
9303 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9304
9305 * cc-cmds.el (c-electric-brace): Fixed check for special brace
9306 lists: We can't look at the syntax, since a brace list can get
9307 recognized as a plain statement-cont.
9308
9309 * cc-engine.el (c-guess-basic-syntax): Fixed bug where a
9310 special brace list opener broken over two lines got recognized
9311 as a statement on the second line. Case 9A changed.
9312
9313 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9314
9315 * cc-cmds.el (c-electric-brace): Fixed bug in c-state-cache
9316 adjustment after line is reindented.
9317
9318 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9319
9320 * cc-defs.el (c-point): Added optional argument for position
9321 to use instead of the current point.
9322
9323 * cc-defs.el, cc-engine.el (c-add-class-syntax): Do not add
9324 the in-expression block symbols when the construct starts at
9325 boi, to avoid the extra level of indentation in that case.
9326 Cases 4, 16A and 17E affected.
9327
9328 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9329
9330 * cc-cmds.el: Use `indent-according-to-mode' instead of direct
9331 calls to `c-indent-line', to adhere better to Emacs conventions.
9332
9333 * cc-engine.el (c-indent-line): Use the syntax already bound
9334 to `c-syntactic-context', if there is any.
9335
9336 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9337
9338 * cc-engine.el (c-get-offset): Fixed bug where the indentation
9339 wasn't added up correctly when a lineup function returned nil.
9340
9341 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9342
9343 * cc-engine.el (c-collect-line-comments): Fixed bug where
9344 empty lines were ignored when collecting line comments backwards.
9345
9346 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9347
9348 * cc-align.el (c-lineup-dont-change): Return an absolute
9349 indentation column to work correctly in the case when several
9350 syntactic elements are processed for the same line.
9351
9352 * cc-engine.el, cc-styles.el, cc-vars.el (c-evaluate-offset)
9353 (c-get-offset, c-indent-line, c-valid-offset, c-read-offset)
9354 (c-set-offset): Added absolute indentation column settings by
9355 using the vector type.
9356
9357 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9358
9359 * cc-cmds.el, cc-vars.el (c-electric-paren, c-cleanup-list):
9360 Implemented two new cleanups `space-before-funcall' and
9361 `compact-empty-funcall'.
9362
9363 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9364
9365 * cc-defs.el (c-paren-re, c-identifier-re): Two new macros for
9366 helping building regexps.
9367
9368 * cc-engine.el (c-on-identifier): New function for detecting
9369 identifiers. It takes keywords into account.
9370
9371 * cc-langs.el, cc-mode.el: Added regexps for complete keyword
9372 lists. `c-keywords' is set to a regexp matching all keywords
9373 in the current language.
9374
9375 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9376
9377 * cc-engine.el (c-beginning-of-statement-1): Added '#' to the
9378 list of characters to skip backwards over at the beginning of
9379 a statement, since it can precede string literals in Pike.
9380
9381 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9382
9383 * cc-cmds.el (c-guess-fill-prefix): Fixed bug with prefix
9384 recognition when standing on the last line in a C++ comment
9385 with nothing but whitespace after the prefix.
9386
9387 * cc-engine.el (c-backward-to-start-of-if): Fixed bug when
9388 given no limit argument.
9389
9390 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9391
9392 * cc-engine.el (c-inside-bracelist-p): Fixed brace list
9393 recognition for the `[]= operator symbol in Pike.
9394
9395 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9396
9397 * cc-bytecomp.el (cc-eval-when-compile): New macro that works
9398 around a bug in `eval-when-compile' in the byte compiler.
9399
9400 * cc-engine.el (c-forward-token-1): Fixed bug with return
9401 value when count is zero and there's no token start within the limit.
9402
9403 (c-guess-basic-syntax): Don't add 'comment-intro to lines with
9404 "prefix comments", i.e. comments which are followed by code on
9405 the same line.
9406
9407 * cc-mode-19.el: Fixes so that checks that must be done at
9408 compile time also are done then.
9409
9410 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9411
9412 * cc-defs.el: Make sure cc-mode-19 is loaded both at compile
9413 time and at runtime, and only when it's needed.
9414
9415 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9416
9417 Major cleanup for less error prone and more warning free
9418 compilation, including some fixes for bugs due to different
9419 compilation orders. Thanks to Martin Buchholz for providing
9420 the basis for all this.
9421
9422 * cc-bytecomp.el: New file that provides some byte compilation
9423 features: It ensures that files always are loaded from the
9424 current source directory during compilation, and it provides a
9425 set of macros to turn off specific compiler warnings for
9426 specific symbols. (It's not CC Mode specific in any way.)
9427
9428 Fixed a nearly acyclic dependency tree (both runtime and
9429 compile-time) between all files.
9430
9431 * cc-defs.el: Separated all macros before the inline functions,
9432 to ensure correct compilation.
9433
9434 * cc-defs.el, cc-engine.el: Moved c-beginning-of-macro to from
9435 cc-defs.el to cc-engine.el and made it a function instead.
9436
9437 * cc-mode-19.el: Patch the byte compiler in Emacs 19 not to warn
9438 about char-after.
9439
9440 * cc-vars.el: Cope even when there isn't a custom package
9441 containing defcustom available.
9442
9443 * cc-make.el: Removed since it's no longer necessary.
9444
9445 README: Updated installation instructions.
9446
9447 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9448
9449 * cc-cmds.el, cc-langs.el, cc-mode.el: Moved around things to
9450 improve the modularity: Moved all mode init stuff from
9451 cc-langs.el to cc-mode.el, including the keymap
9452 initialization; cc-langs now only contains the various
9453 variables for configuring the language syntax.
9454
9455 * cc-engine.el, cc-styles.el (c-evaluate-offset)
9456 (c-get-offset): Moved from cc-styles to cc-engine since file
9457 dependency analysis suggests they belong there (which also
9458 makes more sense). Thanks to Martin Buchholz for doing the analysis.
9459
9460 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9461
9462 * cc-cmds.el (c-fn-region-is-active-p): New function that
9463 wraps the corresponding macro, for use in places that aren't
9464 compiled. Thanks to Martin Buchholz for pointing out this.
9465
9466 * cc-langs.el (c-mode-menu): Use c-fn-region-is-active-p.
9467
9468 * cc-mode.el (c-prepare-bug-report-hooks): Hook variable to
9469 add things to the bug report.
9470
9471 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9472
9473 * cc-cmds.el (c-guess-fill-prefix): Fixed bug where the
9474 returned prefix could contain a newline when the search for a
9475 good prefix line failed.
9476
9477 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9478
9479 * cc-cmds.el (c-toggle-auto-state, c-toggle-hungry-state)
9480 (c-toggle-auto-hungry-state): Made the argument optional, as
9481 the documentation says it is.
9482
9483 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9484
9485 * cc-engine.el (c-guess-basic-syntax): Don't treat the Pike
9486 multiline string syntax, #"...", as a cpp macro.
9487
9488 2001-03-21 Paul Eggert <eggert@twinsun.com>
9489
9490 * international/mule-cmds.el (set-locale-environment):
9491 Set system-messages-locale and system-time-locale, but only if the
9492 caller specifies a non-nil locale name.
9493
9494 2001-03-20 Gerd Moellmann <gerd@gnu.org>
9495
9496 * pcvs-util.el (cvs-bury-buffer): Bodiless `if' statements cause
9497 problems for the interpreter. From: John Wiegley <johnw@gnu.org>
9498
9499 2001-03-20 Gerd Moellmann <gerd@gnu.org>
9500
9501 * follow.el (follow-avoid-tail-recenter): Doc fix.
9502
9503 * custom.el (custom-set-variables): Avoid reversing the list
9504 of args needlessly.
9505
9506 * startup.el (fancy-splash-head): Don't change the colors of the
9507 XPM image on a dark background.
9508
9509 * comint.el (comint-exec-1): Set columns of the terminal to
9510 window-width instead of frame-width.
9511
9512 * info.el (Info-scroll-down): Add missing WINDOW arg for
9513 pos-visible-in-window-p.
9514
9515 * ehelp.el (electric-help-mode-hook): Add defcustom.
9516
9517 * mail/sendmail.el (mail-mode): Activate case-folding in
9518 font-lock-defaults.
9519
9520 2001-03-19 Stefan Monnier <monnier@cs.yale.edu>
9521
9522 * bindings.el (mode-line-mode-menu): `glasses-mode' might be unbound.
9523 (completion-ignored-extensions): Remove duplicate ".class".
9524
9525 2001-03-19 Andreas Schwab <schwab@suse.de>
9526
9527 * textmodes/reftex-dcr.el (reftex-view-crossref): Doc fix.
9528 From Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
9529
9530 2001-03-19 Gerd Moellmann <gerd@gnu.org>
9531
9532 * language/european.el ("Latin-5", "Latin-4"): Use postfix input
9533 methods since there are not prefix input methods.
9534
9535 2001-03-19 Kenichi Handa <handa@etl.go.jp>
9536
9537 * international/mule-cmds.el (read-input-method-name):
9538 Locally bind enable-recursive-minibuffers to t.
9539
9540 2001-03-18 Stefan Monnier <monnier@cs.yale.edu>
9541
9542 * emacs-lisp/lmenu.el (add-menu): Re-added (was erroneously removed).
9543
9544 2001-03-17 Michael Kifer <kifer@cs.sunysb.edu>
9545
9546 * ediff-util.el: Copyright years.
9547 (ediff-choose-syntax-table): New function.
9548 (ediff-setup): Use ediff-choose-syntax-table.
9549
9550 * ediff-init.el (ediff-with-syntax-table): New macro, uses
9551 with-syntax-table.
9552
9553 * ediff.el: Date of last update, copyright years.
9554
9555 * ediff-wind (ediff-setup-control-frame): Nill->nil.
9556
9557 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
9558 of Scott Bronson.
9559 (ex-cmd-assoc,ex-cmd-one-letr): New functions.
9560 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
9561 Deleted functions.
9562 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
9563 ex-token-list.
9564
9565 * viper-util.el: Spaces, indentation.
9566
9567 * viper.el: Changed version, modification time.
9568
9569 2001-03-16 John Wiegley <johnw@gnu.org>
9570
9571 * calendar/timeclock.el (timeclock-workday-remaining):
9572 Check whether `discrep' is non-null before using it.
9573
9574 2001-03-16 John Wiegley <johnw@gnu.org>
9575
9576 * calendar/timeclock.el (timeclock-reread-log): Fixed problem with
9577 first-time checkins.
9578 (timeclock-log-data): Fixed problem with reading timelog log file.
9579 Resulting data in the "day list" was incorrect.
9580 (timeclock-find-discrep): Check if `timeclock-file' is readable
9581 before opening it.
9582 (timeclock-time-less-p): New function.
9583 (timeclock-day-base): New function.
9584 (timeclock-geometric-mean): New function.
9585 (timeclock-generate-report): Generate a summary report based on
9586 the contents of the log file. This uses `timeclock-log-data', and
9587 is an example of writing a timelog manipulation function.
9588 (timeclock-visit-timelog): A quick command for opening the timelog
9589 file.
9590 (timeclock-log-data): Bound the variable event.
9591
9592 2001-03-16 Kenichi Handa <handa@etl.go.jp>
9593
9594 * international/mule-cmds.el (select-safe-coding-system):
9595 Fix typo: symbol-name -> symbol-value.
9596
9597 * mail/rmail.el (rmail-insert-inbox-text): Call expand-file-name
9598 before substitute-in-file-name to handle double slashes in FILE
9599 correctly.
9600
9601 2001-03-15 Gerd Moellmann <gerd@gnu.org>
9602
9603 * textmodes/ispell.el (ispell-dictionary-alist-6): Add support
9604 for Slovak. From Pavel.Janik@suse.cz (Pavel Jan\e,Bm\e(Bk ml.).
9605
9606 2001-03-14 Gerd Moellmann <gerd@gnu.org>
9607
9608 * bindings.el (features): Add `md5' and `overlay' to the list.
9609
9610 * scroll-bar.el (toplevel): Test if `x-toolkit-scroll-bars' is
9611 bound before using it. It's not bound when configured without X,
9612 for instance.
9613
9614 2001-03-13 Thien-Thi Nguyen <ttn@gnu.org>
9615
9616 * progmodes/hideshow.el: Update copyright.
9617 (hs-minor-mode-map): Change bindings to use `C-c @' prefix.
9618 (hs-minor-mode-hook): Include `:version' in defcustom form.
9619
9620 2001-03-13 Gerd Moellmann <gerd@gnu.org>
9621
9622 * help.el (string-key-binding): Don't call event-start on
9623 a non-list.
9624
9625 2001-03-13 Eli Zaretskii <eliz@is.elta.co.il>
9626
9627 * startup.el (fancy-splash-tail, command-line-1): Fix the
9628 copyright year.
9629
9630 2001-03-13 Kenichi Handa <handa@etl.go.jp>
9631
9632 * term.el: These changes are based on a patch sent from Yong Lu
9633 <lyongu@yahoo.com>.
9634 (term-set-escape-char): Bind M-x to execute-extended-command in
9635 term-raw-escape-map.
9636 (term-move-columns): Don't try to move to negagive column.
9637 (term-emulate-terminal): Insert a string before deleting a text to
9638 overwrite.
9639
9640 2001-03-12 Gerd Moellmann <gerd@gnu.org>
9641
9642 * play/life.el (life): Rearrange code so that all calls to
9643 life-display-generation are in a catch-form.
9644
9645 * progmodes/etags.el (tags-loop-continue): Don't change point in a
9646 file that isn't interesting. In an interesting file, push the old
9647 value of point on the mark ring.
9648
9649 * mail/rmailsum.el (rmail-summary-override-mail-send-and-exit):
9650 New function.
9651 (rmail-summary-mail, rmail-summary-reply, rmail-summary-forward):
9652 Use it.
9653
9654 * emacs-lisp/autoload.el (generate-file-autoloads):
9655 Remove warning about line lengths.
9656
9657 2001-03-12 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
9658
9659 * progmodes/etags.el (tags-compression-info-list): New variable.
9660 (find-tag-in-order): Use it to deal with compressed source files.
9661 (tag-file-name-match-p): New function.
9662 (etags-recognize-tags-table): Use it for better match of file names.
9663
9664 2001-03-12 Kenichi Handa <handa@etl.go.jp>
9665
9666 * international/mule-cmds.el (register-input-method): Doc fix.
9667
9668 * international/quail.el (quail-translate-key): Fix condition to
9669 check if there's another breaking point in the current key.
9670
9671 2001-03-11 Eli Zaretskii <eliz@is.elta.co.il>
9672
9673 * mail/rmailout.el (rmail-output-to-rmail-file): When writing the
9674 Babyl header to the newly-created output file, bind
9675 coding-system-for-write to either rmail-file-coding-system or
9676 emacs-mule-unix.
9677
9678 2001-03-11 Stefan Monnier <monnier@cs.yale.edu>
9679
9680 * textmodes/texnfo-upd.el (texinfo-update-menu-lower-regexps):
9681 Fix the name and regexp used for subsubsections.
9682
9683 2001-03-10 Dave Love <fx@gnu.org>
9684
9685 * toolbar/tool-bar.el (tool-bar-setup): Don't suppress write-file
9686 and save-buffer if buffer-file-name non-nil. From rms.
9687
9688 2001-03-10 Andre Spiegel <spiegel@gnu.org>
9689
9690 * vc.el (vc-do-command): If the destination buffer is already
9691 current, don't set it up and don't erase it. Updated doc string
9692 to reflect that.
9693 (vc-version-diff): When doing a single file diff, don't switch to the
9694 *vc-diff* buffer before the command. This is to preserve local
9695 variable bindings that might affect the diff command.
9696 (vc-print-log): Don't switch to the *vc* buffer before the
9697 command, so that local variable bindings are preserved.
9698
9699 * vc-{cvs,rcs,sccs}.el (vc-*-print-log): Output to buffer *vc*,
9700 not the current buffer.
9701 (vc-*-diff): Output to buffer *vc-diff*, not the current buffer.
9702
9703 * vc-cvs.el (vc-cvs-checkin): When removing the sticky tag,
9704 make output go to buffer *vc*, not the current buffer.
9705
9706 2001-03-09 Stefan Monnier <monnier@cs.yale.edu>
9707
9708 * hi-lock.el (hi-lock-line-face-buffer): Wrap the regexp in a group
9709 so ^, $, *, ? and + are interpreted correctly.
9710
9711 2001-03-09 Gerd Moellmann <gerd@gnu.org>
9712
9713 * help.el (string-key-binding): Renamed from
9714 mode-line-key-binding. Handle any event on a string.
9715 Check for `keymap' properties as well as `local-map' properties.
9716
9717 * comint.el (comint-insert-clicked-input): Use the last key
9718 from this-command-keys to lookup the global key definition.
9719
9720 2001-03-09 Kenichi Handa <handa@etl.go.jp>
9721
9722 * international/characters.el: Add category `j' for
9723 katakana-jisx0201. Fix syntaxes of katakana-jisx0201.
9724
9725 * international/mule-conf.el (no-conversion): Fix docstring.
9726 (raw-text): Fix docstring.
9727
9728 2001-03-08 Gerd Moellmann <gerd@gnu.org>
9729
9730 * simple.el (choose-completion-string): When not leaving the
9731 minibuffer, raise the minibuffer frame when minibuffer-auto-raise
9732 is set.
9733
9734 * window.el (shrink-window-if-larger-than-buffer): Handle frame
9735 parameter `(minibuffer . t)'.
9736
9737 2001-03-07 Stefan Monnier <monnier@cs.yale.edu>
9738
9739 * progmodes/sh-script.el (sh-st-symbol): New symbol.
9740 (sh-font-lock-syntactic-keywords): Use it and fix bogus comment regexp.
9741 (sh-mode): Remove `make-local-variable' for unused var
9742 `font-lock-unfontify-region-function'.
9743
9744 2001-03-07 Richard M. Stallman <rms@gnu.org>
9745
9746 * info.el (Info-scroll-down): Fix previous change.
9747
9748 * mail/rmail.el (rmail-toggle-header): Use a window which
9749 is showing the Rmail buffer, rather than the selected window.
9750
9751 2001-03-07 Dave Love <fx@gnu.org>
9752
9753 * imenu.el (imenu--create-keymap-2): Revert use of menu-item for
9754 now, to avoid problems with binding imenu directly to a mouse event.
9755
9756 2001-03-07 Gerd Moellmann <gerd@gnu.org>
9757
9758 * info.el (Info-scroll-down): Call pos-visible-in-window-p with
9759 second arg t.
9760
9761 2001-03-07 Stefan Monnier <monnier@cs.yale.edu>
9762
9763 * log-edit.el (log-edit-common-indent): New var.
9764 (log-edit-set-common-indentation): Renamed from
9765 log-edit-delete-common-indentation. Use the new var.
9766 (log-edit-insert-changelog, log-edit-done-hook): Use the new name.
9767
9768 * pcvs.el (cvs-ignore-marks-modif): Use `rassoc' rather than `member*'.
9769 (cvs-mode-add-change-log-entry-other-window):
9770 Don't presume change-log-default-name is defined.
9771
9772 * pcvs-util.el (cvs-bury-buffer): In doubt, don't delete window.
9773
9774 * pcvs-defs.el (cvs-buffer-name-alist): Use *cvs-info* for
9775 the "tree" operation as well.
9776
9777 * pcvs-parse.el (cvs-parse-table): Add another ignored message.
9778
9779 * textmodes/fill.el (fill-context-prefix): Allow first-line-prefix
9780 to match paragraph-start.
9781
9782 * textmodes/sgml-mode.el (sgml-mode-common): Correct value of
9783 comment-start-skip and set comment-end-skip as well.
9784 (sgml-comment-indent): Fix for new value of comment-start-skip.
9785 (html-autoview-mode): Don't bother using make-local-hook.
9786
9787 2001-03-07 Gerd Moellmann <gerd@gnu.org>
9788
9789 * cus-edit.el (custom-save-delete): Move in front of local
9790 variables, otherwise long Custom entries would make them ineffective.
9791
9792 * uniquify.el: Set maintainer to FSF.
9793
9794 2001-03-07 Eli Zaretskii <eliz@is.elta.co.il>
9795
9796 * dired-aux.el (dired-do-shell-command): Doc fix.
9797
9798 2001-03-06 Stefan Monnier <monnier@cs.yale.edu>
9799
9800 * emulation/viper.el (viper-vi-state-mode-list): Add cperl-mode.
9801
9802 * which-func.el (which-func-modes): Add cperl-mode.
9803 (which-func-mode-global): Use define-minor-mode.
9804
9805 * info-look.el: Docstring fixes and dead code eliminated.
9806 (cperl-mode): Add support.
9807 (emacs-lisp-mode): List all entries from elisp manual, whether
9808 or not they are currently (f)bound or not. Update regexp.
9809
9810 * add-log.el (add-log-current-defun): Accept `cperl-mode' as well.
9811
9812 * progmodes/cperl-mode.el (cperl-mode): Set major-mode to cperl-mode
9813 so that C-h m shows the correct information.
9814 Use make-local-variable rather than make-variable-buffer-local.
9815 (cperl-info-buffer, cperl-setup-tmp-buf):
9816 Use make-local-variable rather than make-variable-buffer-local.
9817 (cperl-msb-fix, cperl-get-help-defer):
9818 Check major-mode for `cperl-mode' as well.
9819
9820 * progmodes/cperl-mode.el: Updated to author version 4.23.
9821 (cperl-electric-pod): SYNOPSIS was misspelled.
9822 (cperl-find-pods-heres): @if ? a : b was considered a REx.
9823 (cperl-after-expr-p): Make true after __END__.
9824
9825 2001-03-06 Gerd Moellmann <gerd@gnu.org>
9826
9827 * bookmark.el (bookmark-get-bookmark): Use assoc-ignore-case if
9828 bookmark-completion-ignore-case is t.
9829
9830 * term/x-win.el (x-handle-xrm-switch): Accept more than one -xrm
9831 switch, like xterm, and concat resource strings, with a newline
9832 between them.
9833
9834 2001-03-06 Eli Zaretskii <eliz@is.elta.co.il>
9835
9836 * international/codepage.el (cp770-decode-table)
9837 (cp773-decode-table, cp774-decode-table): New variables.
9838
9839 * man.el (Man-hyphenated-reference-regexp): New variable.
9840 (Man-build-references-alist): Use it to search for referenced
9841 manpages. If hyphenated is non-nil, record a concatenated word in
9842 Man-refpages-alist only if it matches Man-reference-regexp.
9843 Update word's length when it is concatenated. Reverse the list,
9844 to get the first manpage at the head.
9845 (Man-possibly-hyphenated-word): New function.
9846 (Man-follow-manual-reference): Use it instead of current-word to
9847 find a manpage at point, in a way that accounts for hyphenated
9848 references.
9849
9850 2001-03-06 Alex Schroeder <alex@gnu.org>
9851
9852 * sql.el (sql-interbase): New function.
9853 (sql-interbase-program): New option.
9854 (sql-interbase-options): New option.
9855 And some typos fixed: "customise" to "customize".
9856
9857 2001-03-06 Dave Love <fx@gnu.org>
9858
9859 * textmodes/flyspell.el (flyspell-region):
9860 Set up flyspell-local-mouse-map.
9861
9862 2001-03-05 Richard M. Stallman <rms@gnu.org>
9863
9864 * mail/rmail.el (rmail-retry-failure):
9865 Don't call rmail-beginning-of-message.
9866 Don't discard From: field. Do discard Received: field.
9867 Use unwind-protect to re-prune.
9868 (rmail-retry-ignored-headers): Discard X-Authentication-Warning field.
9869
9870 2001-03-06 Kenichi Handa <handa@etl.go.jp>
9871
9872 * international/quail.el (quail-title): Add autoload cookie.
9873
9874 2001-03-05 Dave Love <fx@gnu.org>
9875
9876 * emacs-lisp/cl.el (dotimes, dolist): Undef prior to autoloading
9877 new defs.
9878
9879 2001-03-05 Kenichi Handa <handa@etl.go.jp>
9880
9881 * language/ethio-util.el (ethio-toggle-space):
9882 Update current-input-method-title if necessary.
9883 (ethio-toggle-punctuation): Likewise.
9884
9885 * international/quail.el (quail-title): Fix for the case that a
9886 title of an input method is specified by a list of the same form
9887 as used in mode-line-format.
9888
9889 * international/mule-cmds.el (activate-input-method):
9890 If current-input-method-title is set by activating INPUT-METHOD,
9891 respect that value.
9892
9893 2001-03-05 Gerd Moellmann <gerd@gnu.org>
9894
9895 * play/dunnet.el (dun-mode): Set major-mode to `dun-mode'.
9896
9897 2001-03-05 Alex Schroeder <alex@gnu.org>
9898
9899 * sql.el (sql-sybase): Fix typo (was: query user about server two
9900 times instead of server and database).
9901
9902 * sql.el (sql-sybase): Doc change.
9903 (sql-mysql): Doc change.
9904 (sql-postgres): Doc change.
9905
9906 2001-03-05 Kenichi Handa <handa@etl.go.jp>
9907
9908 * international/mule-conf.el (emacs-mule, raw-text):
9909 Docstring modified.
9910
9911 2001-03-04 Eli Zaretskii <eliz@is.elta.co.il>
9912
9913 * term/internal.el: Update copyright notice.
9914
9915 * term/pc-win.el: Update copyright notice.
9916
9917 2001-03-02 Dave Love <fx@gnu.org>
9918
9919 * files.el (insert-file-contents-literally):
9920 Bind inhibit-file-name-handlers and inhibit-file-name-operation,
9921 not jka-compr-compression-info-list.
9922
9923 2001-03-02 Stefan Monnier <monnier@cs.yale.edu>
9924
9925 * newcomment.el (comment-normalize-vars): Use [ \t] for the trailing
9926 spaces in default comment-start-skip settings rather than \s-.
9927
9928 2001-03-02 Eli Zaretskii <eliz@is.elta.co.il>
9929
9930 * term/pc-win.el (msdos-handle-reverse-video): Look for reverse in
9931 default-frame-alist as well.
9932
9933 2001-03-01 Dave Love <fx@gnu.org>
9934
9935 * textmodes/reftex.el (defvar): Wrap some defvars in
9936 eval-when-compile. From Markus Rost <rost@math.ohio-state.edu>.
9937
9938 * subr.el (event-basic-type): Doc fix.
9939
9940 * international/quail.el: Doc fixes.
9941
9942 * international/utf-8.el: Doc fixes.
9943
9944 * international/mule-cmds.el: Doc fixes.
9945 (leim-list-header): Fix header text.
9946
9947 * international/mule.el (coding-system-category): Doc fix.
9948
9949 * international/ccl.el (ccl-compile): Doc fix.
9950
9951 2001-03-01 Stefan Monnier <monnier@cs.yale.edu>
9952
9953 * font-lock.el (save-buffer-state): Use inhibit-modification-hooks
9954 rather than (before|after)-change-functions.
9955
9956 2001-03-01 Gerd Moellmann <gerd@gnu.org>
9957
9958 * ediff-util.el (ediff-scroll-horizontally): Arrange for
9959 scroll-left and scroll-right being called interactively so that
9960 they set the window's min_hscroll.
9961
9962 2001-03-01 Eli Zaretskii <eliz@is.elta.co.il>
9963
9964 * info.el (info-insert-file-contents-1): Accept an additional
9965 argument `lfn': if it is non-nil, concatenate `filename' and
9966 `suffix'; otherwise use the complicated MS-DOS code.
9967 All callers changed.
9968 (info-insert-file-contents, Info-find-node): If the MS-DOS port
9969 can access long file names, try the long file-name version of
9970 `info-insert-file-contents-1', then the short file-name version.
9971
9972 2001-02-28 TAKAHASHI Naoto <ntakahas@m17n.org>
9973
9974 * language/ethio-util.el (setup-ethiopic-environment-internal):
9975 Change bindings of functions keys to conform to "Emacs Lisp Coding
9976 Convention".
9977
9978 * language/ethiopic.el ("Ethiopic"): Add documentation.
9979
9980 2001-02-28 Kenichi Handa <handa@etl.go.jp>
9981
9982 * international/utf-8.el (mule-utf-8): Set coding-category
9983 property to coding-category-utf-8.
9984
9985 2001-02-27 Richard M. Stallman <rms@gnu.org>
9986
9987 * lpr.el (lpr-page-header-switches, print-region-1):
9988 Undo 2000-07-06 change.
9989 (lpr-add-switches): Default to t on gnu/linux.
9990
9991 2001-02-27 Gerd Moellmann <gerd@gnu.org>
9992
9993 * bs.el (bs-attributes-list): Doc fix.
9994
9995 2001-02-26 Gerd Moellmann <gerd@gnu.org>
9996
9997 * help.el (describe-project): Display the file THE-GNU-PROJECT.
9998
9999 * help.el (view-order-manuals): Use goto-address.
10000
10001 * startup.el (command-line-1): Add info about ordering manuals
10002 to the not so fancy splash screens.
10003
10004 2001-02-26 Andre Spiegel <spiegel@gnu.org>
10005
10006 * vc.el (vc-default-workfile-unchanged-p)
10007 (vc-default-latest-on-branch-p): Add missing BACKEND argument.
10008
10009 2001-02-26 Gerd Moellmann <gerd@gnu.org>
10010
10011 * lazy-lock.el (lazy-lock-fontify-after-idle): Make sure to
10012 fontify in the right buffer.
10013
10014 * allout.el (outline-flag-region): Move macro in front of first
10015 use to avoid a run-time error.
10016
10017 2001-02-24 Andrew Innes <andrewi@gnu.org>
10018
10019 * makefile.w32-in: Fix copyright notice.
10020
10021 2001-02-24 Kenichi Handa <handa@etl.go.jp>
10022
10023 * international/utf-8.el (mule-utf-8): Set correct value for
10024 valid-codes property.
10025
10026 * international/fontset.el (x-complement-fontset-spec): In the
10027 case that we use ASCII font for the other charsets, use only
10028 family and registry part of it.
10029
10030 2001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
10031
10032 * window.el (fit-window-to-buffer, window-safely-shrinkable-p)
10033 (shrink-window-if-larger-than-buffer): Doc fix.
10034
10035 2001-02-23 Stefan Monnier <monnier@cs.yale.edu>
10036
10037 * hi-lock.el (hi-lock-unface-buffer): Use nil rather than t for
10038 predicate passed to completing-read.
10039
10040 2001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
10041
10042 * startup.el (command-line): Fix last change.
10043
10044 2001-02-23 Jason Rumney <jasonr@gnu.org>
10045
10046 * startup.el (tool-bar-originally-present): New variable.
10047 (command-line): Set it if the tool-bar is switched on at startup.
10048
10049 * frame.el (frame-notice-user-settings): Only adjust frame height
10050 for no tool-bar case if tool-bar was originally switched on.
10051 From E. Jay Berkenbilt.
10052
10053 2001-02-22 Stefan Monnier <monnier@cs.yale.edu>
10054
10055 * server.el (server-switch-buffer): Only switch window if the
10056 current one is dedicated.
10057
10058 * textmodes/fill.el (fill-region-as-paragraph): Skip spaces backward
10059 rather than using (match-beginning 0) when searching for break point.
10060
10061 2001-02-22 Eli Zaretskii <eliz@is.elta.co.il>
10062
10063 * textmodes/texinfmt.el (texinfo-format-scan): Signal an error if
10064 @ follows an accent command such as @'. Support optional braces
10065 in commands that insert accents, like makeinfo does.
10066
10067 2001-02-22 Gerd Moellmann <gerd@gnu.org>
10068
10069 * startup.el (fancy-splash-text): Add a line for ordering
10070 manuals. Reverse order of splash screens shown.
10071 (use-fancy-splash-screens-p): Adapt to the text line added.
10072
10073 * menu-bar.el (menu-bar-help-menu): Add an item for ordering
10074 manuals from the FSF.
10075
10076 * help.el (view-order-manuals): New function.
10077 (toplevel): Bind C-h C-m to this function.
10078
10079 2001-02-21 Stefan Monnier <monnier@cs.yale.edu>
10080
10081 * newcomment.el (comment-forward): Skip the comment-start before
10082 searching for the comment-end.
10083
10084 2001-02-21 Dave Love <fx@gnu.org>
10085
10086 * custom.el (custom-initialize-changed, defcustom): Doc fix.
10087
10088 * international/mule-cmds.el, international/mule.el: Doc fixes.
10089
10090 2001-02-21 Gerd Moellmann <gerd@gnu.org>
10091
10092 * startup.el (fancy-splash-screens): Use display-hourglass
10093 instead of display-busy-cursor.
10094
10095 * frame.el (display-hourglass): Renamed from busy-cursor.
10096 (hourglass-delay): Renamed from busy-cursor-delay-seconds.
10097 (show-cursor-in-non-selected-windows): Doc fix.
10098
10099 2001-02-20 Dave Love <fx@gnu.org>
10100
10101 * international/utf-8.el: Doc and commentary fixes.
10102
10103 2001-02-20 Eli Zaretskii <eliz@is.elta.co.il>
10104
10105 * ehelp.el (with-electric-help): Doc fix.
10106
10107 2001-02-20 Gerd Moellmann <gerd@gnu.org>
10108
10109 * msb.el (msb-mode): Call the update-buffers function explicitly
10110 with a FORCE argument.
10111
10112 * menu-bar.el (menu-bar-update-buffers): Add optional parameter
10113 FORCE. If set, update the menu even if frame-or-buffer-changed-p
10114 returns nil.
10115
10116 2001-02-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10117
10118 * ps-print.el: Timestamp package replacement. Some enhancements.
10119 Some XEmacs compatibility. Doc fix.
10120 (ps-print-version): New version number (6.4).
10121 (ps-printer-name): Initialization fix.
10122 (ps-zebra-stripe-follow): Funcionality enhancement.
10123 (ps-prologue-file): Code enhancement.
10124 (ps-right-header): Timestamp package replacement.
10125 (ps-setup, ps-face-bold-p, ps-face-italic-p)
10126 (ps-get-page-dimensions)
10127 (ps-generate-header, ps-begin-file, ps-begin-job)
10128 (ps-generate-postscript-with-faces, ps-do-despool): Code fix.
10129 (ps-time-stamp-mon-dd-yyyy, ps-time-stamp-hh:mm:ss): New funs.
10130 (ps-zebra-stripe-full-p, ps-zebra-stripe-alist): New vars.
10131 (coding-system-for-write): Var declaration (XEmacs compatibility).
10132
10133 2001-02-20 Miles Bader <miles@gnu.org>
10134
10135 * image-file.el (image-file-name-extensions): Add "tif".
10136
10137 2001-02-19 Gerd Moellmann <gerd@gnu.org>
10138
10139 * wid-edit.el (widget-button-click): Save the selected window
10140 around the code handling clicks on buttons.
10141
10142 2001-02-18 Dave Love <fx@gnu.org>
10143
10144 * imenu.el (imenu--generic-function): Use mapc to iterate over
10145 syntax characters.
10146
10147 2001-02-17 Richard M. Stallman <rms@gnu.org>
10148
10149 * progmodes/fortran.el (fortran-strip-sqeuence-nos): Doc fix.
10150
10151 * uniquify.el (uniquify-buffer-name-style): Doc fix.
10152
10153 2001-02-16 Gerd Moellmann <gerd@gnu.org>
10154
10155 * mouse.el (mouse-save-then-kill): If the distance from the new
10156 point to the mark is equal to the distance of point from the new
10157 point, move point instead of the mark.
10158
10159 2001-02-16 Dave Love <fx@gnu.org>
10160
10161 * textmodes/flyspell.el (flyspell-get-word): Return string without
10162 properties.
10163
10164 2001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
10165
10166 * generic.el (generic-find-file-regexp): Doc fix.
10167 (generic-ignore-files-regexp): New defcustom.
10168 (generic-mode-find-file-hook): If the file's name matches the
10169 regexp in `generic-ignore-files-regexp', don't enter
10170 default-generic-mode. Doc fix.
10171
10172 2001-02-16 Gerd Moellmann <gerd@gnu.org>
10173
10174 * textmodes/flyspell.el (flyspell-region, flyspell-buffer):
10175 Add autoload cookies.
10176
10177 * calendar/cal-tex.el (cal-tex-weekly4-box): Respect setting
10178 of cal-tex-24.
10179
10180 2001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
10181
10182 * simple.el (kill-region, kill-line, kill-ring-save): Doc fix.
10183
10184 * progmodes/compile.el (grep-regexp-alist): Remove the blank from
10185 the character class after the (optional) drive, to support file
10186 names with embedded blanks.
10187
10188 2001-02-15 Sam Steingold <sds@gnu.org>
10189
10190 * textmodes/tex-mode.el (tex-shell-running):
10191 Check the process buffer too.
10192
10193 2001-02-15 Dave Love <fx@gnu.org>
10194
10195 * battery.el (battery-status-function): Fix doc, :type.
10196
10197 * calendar/timeclock.el (timeclock-get-workday-function): Fix :type.
10198
10199 2001-02-15 Gerd Moellmann <gerd@gnu.org>
10200
10201 * subr.el (read-passwd): Clear Lisp memory holding password.
10202
10203 2001-02-15 Miles Bader <miles@gnu.org>
10204
10205 * info.el (Info-copy-current-node-name): New function.
10206 (Info-mode-menu): Add it to the menu.
10207
10208 2001-02-14 Richard M. Stallman <rms@theobromine.ai.mit.edu>
10209
10210 * international/mule-cmds.el (toggle-input-method): Doc fix.
10211
10212 2001-02-13 Stefan Monnier <monnier@cs.yale.edu>
10213
10214 * replace.el (occur): Stop at end of buffer.
10215
10216 2001-02-13 Eli Zaretskii <eliz@is.elta.co.il>
10217
10218 * international/mule-cmds.el (set-input-method): Another doc fix.
10219
10220 2001-02-13 David M. Koppelman <koppel@ee.lsu.edu>
10221
10222 * hi-lock.el (hi-lock-find-patterns): Don't activate font-lock-mode.
10223
10224 2001-02-13 Miles Bader <miles@gnu.org>
10225
10226 * faces.el (set-face-background, set-face-foreground)
10227 (set-face-stipple): Treat a value of nil as being `unspecified'.
10228
10229 2001-02-12 Dave Love <d.love@dl.ac.uk>
10230
10231 * international/latin1-disp.el: Doc fixes.
10232 (latin1-display) <defgroup>: Add :link.
10233 (latin1-display) <function>: Set variable latin1-display.
10234
10235 2001-02-12 Eli Zaretskii <eliz@is.elta.co.il>
10236
10237 * international/mule-cmds.el (set-input-method): Doc fix.
10238
10239 2001-02-12 Eric M. Ludlam <zappo@choochoo.ultranet.com>
10240
10241 * speedbar.el (speedbar-frame-parameters): No toolbar lines.
10242 (speedbar-line-file): Return nil if not a file.
10243 (speedbar-buffers-line-path): Return file for tags, and dir for files.
10244
10245 2001-02-12 Michael Kifer <kifer@cs.sunysb.edu>
10246
10247 * ediff-diff.el (ediff-make-diff2-buffer): Removed bogus checks
10248 for remote files.
10249 (ediff-coding-system-for-read): Replaced the no-conversion default
10250 with raw-text.
10251
10252 * ediff-init.el: Removed :version from defcustom vars.
10253
10254 * ediff-util.el (ediff-compute-custom-diffs-maybe):
10255 Better handling of the diff mode.
10256
10257 * ediff.texi: Added ediff-coding-system-for-read.
10258
10259 * viper.texi: Fix typos.
10260
10261 2001-02-11 Dave Love <fx@gnu.org>
10262
10263 * shadowfile.el: Doc fixes.
10264 (shadow) <defgroup>: Add :link.
10265 (shadowfile-unload-hook): New function.
10266 (shadow-initialize): Use defalias, not fset.
10267 (shadow-define-cluster, shadow-define-literal-group)
10268 (shadow-define-regexp-group, shadow-initialize): Add autoload cookie.
10269
10270 * international/mule.el: Doc and message fixes.
10271
10272 * international/ccl.el (define-ccl-program): Doc fix.
10273
10274 2001-02-11 Kenichi Handa <handa@etl.go.jp>
10275
10276 * faces.el (mode-line): Set :line-width property to -1.
10277
10278 2001-02-10 Richard M. Stallman <rms@gnu.org>
10279
10280 * complete.el (partial-completion-mode): Doc fix.
10281
10282 * simple.el (delete-key-deletes-forward-mode):
10283 Change `let' to `let*' to fix gross bug in last change.
10284
10285 * repeat.el (repeat): Don't let execute-kbd-macro alter
10286 real-last-command.
10287
10288 2001-02-10 Eli Zaretskii <eliz@is.elta.co.il>
10289
10290 * simple.el (eval-expression): Doc fix.
10291
10292 2001-02-09 Dave Love <fx@gnu.org>
10293
10294 * imenu.el (imenu-generic-expression): Doc fix.
10295
10296 * emacs-lisp/re-builder.el (reb-mode): Quote the hook name.
10297 From Juanma Barranquero.
10298
10299 * emacs-lisp/authors.el (authors): Expand `root' before running find.
10300
10301 2001-02-09 Kenichi Handa <handa@etl.go.jp>
10302
10303 * faces.el (set-face-attribute): Describe the case of a negative
10304 value specified for :line-width.
10305
10306 2001-02-08 Stefan Monnier <monnier@cs.yale.edu>
10307
10308 * which-func.el (which-func-mode): Invert which-func-mode-global.
10309 From Juanma Barranquero <lektu@uol.com.br>.
10310
10311 2001-02-08 Dave Love <fx@gnu.org>
10312
10313 * wid-edit.el (widget-plist-convert-widget): Replace binding of
10314 widget-plist-value-type.
10315 (widget-alist-convert-widget): Replace binding of
10316 widget-alist-value-type.
10317
10318 * textmodes/paragraphs.el (sentence-end): Doc fix.
10319
10320 * eshell/em-rebind.el (eshell-cannot-leave-input-list):
10321 Remove `backward-line'.
10322
10323 * play/pong.el (pong-blank-color, pong-bat-color)
10324 (pong-ball-color, pong-border-color, pong-left-key)
10325 (pong-right-key, pong-up-key, pong-down-key, pong-quit-key)
10326 (pong-pause-key, pong-resume-key, pong-timer-delay):
10327 * mail/mh-comp.el (mh-compose-letter-function):
10328 * eshell/esh-mode.el (eshell-skip-prompt-function):
10329 * emulation/viper-ex.el (ex-unix-type-shell-options):
10330 * recentf.el (recentf-menu-filter):
10331 * ps-print.el (ps-print-region-function):
10332 * lpr.el (print-region-function):
10333 * forms.el (forms-mode-hooks):
10334 * dirtrack.el (dirtrack-directory-change-hook):
10335 * cus-start.el (temp-buffer-show-function, display-buffer-function):
10336 * textmodes/spell.el (spell-filter):
10337 * textmodes/fill.el (adaptive-fill-function):
10338 * textmodes/bibtex.el (bibtex-autokey-before-presentation-function):
10339 * progmodes/etags.el (find-tag-default-function):
10340 * progmodes/dcl-mode.el (dcl-calc-command-indent-function):
10341 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
10342
10343 2001-02-07 Eli Zaretskii <eliz@is.elta.co.il>
10344
10345 * emulation/viper-init.el (viper-fast-keyseq-timeout)
10346 (viper-translate-all-ESC-keysequences): Doc fix. From Jim
10347 Meyering <jim@meyering.net>.
10348
10349 * loadup.el: Revert last change.
10350
10351 2001-02-07 Kenichi Handa <handa@etl.go.jp>
10352
10353 * international/mule.el (transform-make-coding-system-args):
10354 Make it work also for coding systems not using CCL.
10355
10356 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
10357
10358 * simple.el (previous-matching-history-element)
10359 (next-matching-history-element): Doc fix.
10360
10361 * loadup.el: Load ccl before utf-8; don't load ccl in the ms-dos
10362 specific part.
10363
10364 2001-02-06 Dave Love <fx@gnu.org>
10365
10366 * add-log.el (add-log-current-defun-function)
10367 (add-log-buffer-file-name-function, add-log-file-name-function):
10368 Fix :type.
10369 (change-log-mode) <font-lock-defaults>: Set SYNTAX-BEGIN.
10370
10371 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
10372
10373 * info.el (info-initialize): Remove the test for system-type when
10374 invocation-directory is non-nil.
10375
10376 * progmodes/make-mode.el (makefile-mode): Set SYNTAX-BEGIN member
10377 of `font-lock-defaults' to `backward-paragraph' rather than nil.
10378
10379 2001-02-06 Andrew Innes <andrewi@gnu.org>
10380
10381 * makefile.w32-in (EMACS): Use $(THISDIR) to make emacs.exe path
10382 absolute.
10383
10384 2001-02-06 David M. Koppelman <koppel@ee.lsu.edu>
10385
10386 * hi-lock.el (hi-lock-mode): Toggling hi-lock-mode now affects all
10387 buffers. When hi-lock turned on rather than only checking current
10388 buffer for regexps, all buffers are checked. Moved activation of
10389 font-lock to hi-lock-refontify. When font-lock turned off rather
10390 than removing added highlighting just in current buffer, remove it
10391 in all buffers. Changed edit menu text from "Automatic
10392 Highlighting" to "Regexp Highlighting" Documentation for
10393 highlighting phrases, minor documentation changes.
10394 (hi-lock-set-file-patterns): Execute only if there are new or
10395 existing file patterns.
10396 (hi-lock-refontify): Assume font-lock-fontify-buffer will first
10397 unfontify and, if a support mode is active, will not refontify the
10398 whole buffer. If necessary, turn on font lock. (Removed
10399 font-lock-unfontify and font-lock support-mode-specific calls,
10400 such as lazy-lock-fontify-window.)
10401 (hi-lock-find-patterns): Do not turn on hi-lock-mode even if
10402 patterns are found. Not useful now since find-file-hook is removed
10403 if hi-lock is off, but may be needed for per-buffer hi-lock activation.
10404 (hi-lock-face-phrase-buffer): New function. Also added related
10405 menu item and keybinding.
10406 (highlight-phrase): New alias, to hi-lock-face-phrase-buffer.
10407 (hi-lock-process-phrase): New function.
10408 (hi-lock-line-face-buffer): Doc fixes.
10409 (hi-lock-face-buffer): Doc fixes.
10410 (hi-lock-unface-buffer): Doc fixes.
10411
10412 2001-02-06 Gerd Moellmann <gerd@gnu.org>
10413
10414 * dabbrev.el (dabbrev-ignored-buffer-regexps): Renamed from
10415 dabbrev-ignored-regexps.
10416
10417 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
10418
10419 * simple.el (kill-line): Doc fix.
10420
10421 2001-02-05 Dave Love <fx@gnu.org>
10422
10423 * loadup.el: Revert last two changes -- bootstrapping works with
10424 regenerated loaddefs.
10425
10426 2001-02-05 Eli Zaretskii <eliz@is.elta.co.il>
10427
10428 * isearch.el (isearch-forward): Doc fix.
10429
10430 * textmodes/nroff-mode.el (nroff-mode): Set the SYNTAX-BEGIN part
10431 of font-lock-defaults to backward-paragraph.
10432
10433 2001-02-05 Gerd Moellmann <gerd@gnu.org>
10434
10435 * mail/rmail.el (rmail-ignored-headers): Add X-Trace,
10436 X-Complaints-To, NNTP-Posting-Date, and User-Agent.
10437
10438 2001-02-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10439
10440 * ebnf2ps.el: Eliminate time-stamp functions.
10441 (ebnf-version): New version (3.5).
10442 (ebnf-eps-finish-and-write): Replace time-stamp functions by
10443 format-time-string.
10444
10445 2001-02-05 Gerd Moellmann <gerd@gnu.org>
10446
10447 * simple.el (next-line): Goto end-of-line before inserting a newline.
10448
10449 2001-02-05 Miles Bader <miles@gnu.org>
10450
10451 * image-file.el (insert-image-file): When visiting an image, also
10452 set `truncate-lines' to t so that any fringe arrow looks correct.
10453
10454 2001-02-05 Kenichi Handa <handa@etl.go.jp>
10455
10456 * isearch.el (isearch-forward): Add description about input method
10457 in the docsting.
10458
10459 2001-02-04 Stefan Monnier <monnier@cs.yale.edu>
10460
10461 * skeleton.el (skeleton-internal-1): Always push the mark for @.
10462
10463 2001-02-02 Eli Zaretskii <eliz@is.elta.co.il>
10464
10465 * info.el (info-initialize): If installation-directory is nil, for
10466 DOS/Windows systems try looking in a sibling of invocation-directory.
10467
10468 2001-02-02 Gerd Moellmann <gerd@gnu.org>
10469
10470 * wid-edit.el (widget-button-click): Fix last change.
10471
10472 * frame.el (frame-notice-user-settings): When resizing the initial
10473 frame because the tool bar is off, also change the frame's top
10474 position if a negative top position was specified.
10475
10476 2001-02-02 Miles Bader <miles@gnu.org>
10477
10478 * image-file.el (insert-image-file): When visiting an image,
10479 suppress the cursor in the image buffer.
10480
10481 2001-02-01 Dave Love <fx@gnu.org>
10482
10483 * progmodes/f90.el (f90-mode): Remove startup message.
10484
10485 * vc-cvs.el: Remove autoloads. Require vc when compiling.
10486
10487 2001-02-01 Gerd Moellmann <gerd@gnu.org>
10488
10489 * startup.el (command-line): Fix code determining whether or not
10490 to use delete-key-deletes-forward-mode.
10491
10492 2001-02-01 Andre Spiegel <spiegel@gnu.org>
10493
10494 * vc.el (vc-diff-switches): New user option.
10495 (vc-version-diff): Use it.
10496 (vc-diff-switches-list): New macro.
10497
10498 * vc-{rcs,cvs,sccs}.el: (vc-BACKEND-diff-switches):
10499 New customization options.
10500 (vc-BACKEND-diff): Use new options via vc-diff-switches-list.
10501
10502 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Return correct status.
10503
10504 2001-02-01 Gerd Moellmann <gerd@gnu.org>
10505
10506 * msb.el (toplevel): Quote hook symbols.
10507
10508 2001-02-01 Kenichi Handa <handa@etl.go.jp>
10509
10510 * international/mule.el (make-coding-system): Add description
10511 about recognized properties in the docstring.
10512
10513 * international/mule-conf.el: Remove unused charsets
10514 mac-roman-lower and mac-roman-upper.
10515
10516 2001-01-31 Gerd Moellmann <gerd@gnu.org>
10517
10518 * textmodes/fill.el (set-fill-prefix): Cancel fill prefix if point
10519 is in front of the left-margin, if any.
10520
10521 * simple.el (delete-key-deletes-forward-mode): Treat `kp-delete'
10522 like `delete'.
10523
10524 * bindings.el: Define `kp-delete' like `delete' in function-key-map.
10525
10526 * term/w32-win.el (mouse-set-font): Doc fix.
10527
10528 2001-01-31 Stefan Monnier <monnier@cs.yale.edu>
10529
10530 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer): Doc fix.
10531 (hi-lock-find-patterns): Turn on font-lock-mode, if it is not
10532 on already.
10533
10534 2001-01-31 Markus Rost <rost@math.ohio-state.edu>
10535
10536 * files.el (save-buffer): Don't give message if (buffer-file-name)
10537 returns nil.
10538
10539 2001-01-31 Eli Zaretskii <eliz@is.elta.co.il>
10540
10541 * toolbar/tool-bar.el (tool-bar-add-item): Doc fix.
10542
10543 * emacs-lisp/re-builder.el (reb-update-modestring): Don't use
10544 concat for integers. From Juanma Barranquero <lektu@uol.com.br>.
10545
10546 * term/w32-win.el (redisplay-dont-pause): Set to t to alleviate
10547 display problems.
10548
10549 2001-01-31 Kenichi Handa <handa@etl.go.jp>
10550
10551 * international/mule.el (charset-info): Fix docstring.
10552
10553 * international/mule-diag.el (describe-character-set): Check final
10554 char valid before printing it.
10555
10556 2001-01-30 Gerd Moellmann <gerd@gnu.org>
10557
10558 * lpr.el (lpr-windows-system, lpr-lp-system): Add autoload cookies.
10559
10560 * frame.el (frame-notice-user-settings): Do the tool-bar
10561 stuff only for graphical displays. Fix a braino.
10562
10563 * frame.el (frame-initialize): Create initial frame visible.
10564 (frame-notice-user-settings): When tool-bar has been switched off,
10565 correct the frame size and sync tool-bar-mode.
10566
10567 * startup.el (command-line): Remove manipulation of frame
10568 height for tool bars.
10569
10570 2001-01-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10571
10572 * lpr.el: Compatibility with XEmacs and doc fixes.
10573 (lpr-windows-system, lpr-lp-system): New vars.
10574 (lpr-printer-switch): New defcustom.
10575 (printer-name, lpr-command): Customization fix.
10576 (print-region-1): Code fix.
10577 (print-region-new-buffer, printify-region): Indentation fix.
10578 (lpr-eval-switch, lpr-flatten-list, lpr-flatten-list-1):
10579 New functions.
10580
10581 2001-01-29 Gerd Moellmann <gerd@gnu.org>
10582
10583 * msb.el (toplevel): Fix the eval-after-load.
10584
10585 2001-01-29 Dave Love <fx@gnu.org>
10586
10587 * eshell/esh-ext.el (eshell-windows-shell-file): Fix :type.
10588
10589 * eshell/em-ls.el (eshell-ls-exclude-regexp): Fix :type.
10590
10591 * progmodes/tcl.el (outline, dabbrev, add-log): Require when compiling.
10592 (tcl-using-emacs-19-23): Consider Emacs 21+.
10593 (tcl-help-directory-list, tcl-command-switches): Fix :type.
10594 (tcl-add-emacs-menu): Supply menu name.
10595 (tcl-beginning-of-defun, tcl-end-of-defun): Defalias, don't fset.
10596
10597 2001-01-29 Gerd Moellmann <gerd@gnu.org>
10598
10599 * simple.el (delete-trailing-whitespace): Don't delete formfeeds.
10600
10601 2001-01-29 Stefan Monnier <monnier@cs.yale.edu>
10602
10603 * pcvs.el (cvs-mark-fis-dead): New function.
10604 (cvs-mode-add): Use it.
10605 (cvs-mode-add-change-log-entry-other-window):
10606 Rebind change-log-default-name to itself rather than to nil.
10607
10608 2001-01-29 Sam Steingold <sds@gnu.org>
10609
10610 * vc-cvs.el: Replaced (require 'vc) with a bunch of
10611 `autoload' statements.
10612
10613 2001-01-29 Eli Zaretskii <eliz@is.elta.co.il>
10614
10615 * files.el (confirm-kill-emacs): Doc fix.
10616
10617 * frame.el (frame-initialize): Doc fix.
10618
10619 * time-stamp.el (time-stamp-string): Doc fix.
10620
10621 * woman.el (WoMan-log-1): Make the log buffer writable.
10622 From Markus Rost <rost@math.ohio-state.edu>.
10623
10624 2001-01-29 Gerd Moellmann <gerd@gnu.org>
10625
10626 * imenu.el (imenu-syntax-alist): Add autoload cookie for
10627 the `make-variable-buffer-local'.
10628
10629 2001-01-29 Dave Love <fx@gnu.org>
10630
10631 * ansi-color.el (ansi-color-for-comint-mode): Add :version.
10632 (ansi-color-for-comint-mode-on, ansi-color-process-output):
10633 Add autoload cookie.
10634 (ansi-color-apply-sequence): Fix typo.
10635
10636 2001-01-29 Gerd Moellmann <gerd@gnu.org>
10637
10638 * menu-bar.el (menu-bar-files-menu): Add menu items for
10639 Postscript printing in black and white.
10640
10641 * mail/rmail.el (rmail-ignored-headers): Add X-Sign, X-BeenThere,
10642 X-Mailman-Version, Precedence, List-Help, List-Post,
10643 List-Subscribe, List-Id, List-Unsubscribe, List-Archive,
10644 Content-Type, Content-Length.
10645
10646 2001-01-29 Dave Love <fx@gnu.org>
10647
10648 * elide-head.el (elide-head): Make overlay evaporate.
10649
10650 * international/mule-conf.el (chinese-big5-1, chinese-big5-2): Doc fix.
10651
10652 2001-01-28 Eli Zaretskii <eliz@is.elta.co.il>
10653
10654 * isearch.el (isearch-highlight): Don't punt if the display
10655 doesn't support colors, since isearch faces are defined for
10656 monochrome displays as well.
10657
10658 2001-01-27 Sam Steingold <sds@gnu.org>
10659
10660 * shell.el (shell-write-history-on-exit): Make sure that we are in
10661 the shell buffer (M-x tex-file RET inserted the error message into
10662 the TeX buffer).
10663
10664 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
10665
10666 * simple.el (transient-mark-mode): Doc fix.
10667
10668 2001-01-27 Gerd Moellmann <gerd@gnu.org>
10669
10670 * progmodes/etags.el (find-tag-noselect): Don't bind tags-file-name.
10671
10672 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
10673
10674 * shell.el (shell-unquote-argument): If the shell is one of the
10675 mentioned in shell-dumb-shell-regexp, don't treat a backslash as a
10676 quote character.
10677 (shell-dumb-shell-regexp): Document that the shells which match
10678 this regexp are supposed to not treat a backslash as a quote character.
10679
10680 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Undo the change
10681 from 2001-01-12. It is not needed, since backspace is mapped into DEL.
10682
10683 2001-01-27 Richard M. Stallman <rms@gnu.org>
10684
10685 * dabbrev.el (dabbrev--substitute-expansion):
10686 Treat a one-capital-letter abbrev as "not all upper case",
10687 so as to force preservation of the expansion's pattern
10688 if the expansion starts with a capital letter.
10689
10690 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
10691
10692 * facemenu.el (facemenu-set-face, facemenu-set-face-from-menu):
10693 Doc fix.
10694
10695 * simple.el (transient-mark-mode): Document the fact that many
10696 commands act on the region when mark is active.
10697
10698 2001-01-27 Kenichi Handa <handa@etl.go.jp>
10699
10700 * international/quail.el (quail-setup-completion-buf): Make the
10701 multibyteness of current buffer inherited to Quail completion buffer.
10702 (quail-show-guidance-buf): Make the multibyteness of current
10703 buffer inherited to Quail guidance buffer.
10704 (quail-help): Make the multibyteness of current buffer inherited
10705 to Quail help buffer.
10706
10707 2001-01-26 Dave Love <fx@gnu.org>
10708
10709 * time-stamp.el: Doc fixes.
10710
10711 * progmodes/delphi.el (delphi-comment-face, delphi-string-face)
10712 (delphi-keyword-face, delphi-other-face): Fix :type.
10713
10714 * textmodes/flyspell.el: Doc fixes. Add :version to new options.
10715
10716 * mail/feedmail.el (feedmail): Add :link.
10717 (feedmail-send-it): Doc fix.
10718
10719 * mail/sendmail.el: Doc fixes.
10720 (sendmail-send-it): Fix the non-ASCII regexp and use
10721 rfc2047-encode-string.
10722
10723 * dired.el, dired-aux.el: Revert last change.
10724
10725 2001-01-26 Gerd Moellmann <gerd@gnu.org>
10726
10727 * makefile.w32-in (DONTCOMPILE): Add various term files.
10728
10729 2001-01-26 Dave Love <fx@gnu.org>
10730
10731 * Makefile.in (DONTCOMPILE): Add various term files.
10732
10733 2001-01-26 Gerd Moellmann <gerd@gnu.org>
10734
10735 * man.el (Man-default-man-entry, Man-mode): Doc fix.
10736
10737 * startup.el (display-startup-echo-area-message): Make sure
10738 the echo area is resized to fit the size of the startup message.
10739
10740 * gud.el (gud-perldb-massage-args): Avoid nreverse'ing a list
10741 part of which is a constant.
10742
10743 2001-01-26 Eli Zaretskii <eliz@is.elta.co.il>
10744
10745 * loadup.el (Top-level) [ms-dos]: Don't load international/ccl twice.
10746
10747 2001-01-26 Richard M. Stallman <rms@gnu.org>
10748
10749 * simple.el (next-line): Don't let `newline' expand abbrevs.
10750 Simplify slightly.
10751 (open-line): Don't let `newline' expand abbrevs.
10752
10753 2001-01-25 John Wiegley <johnw@gnu.org>
10754
10755 * eshell/esh-util.el (eshell-ange-ls-uids): Changed use of `alist'
10756 to `repeat' in the :type field.
10757
10758 * pcomplete.el (pcomplete-file-ignore): Changed a :type field to
10759 allow a choice of regexp or nil.
10760 (pcomplete-dir-ignore): Same.
10761
10762 * eshell/em-unix.el (eshell/occur): Fixed bug causing `occur' (as
10763 a command) to always fail.
10764
10765 2001-01-25 Gerd Moellmann <gerd@gnu.org>
10766
10767 * iswitchb.el (iswitchb-make-buflist): When nconc'ing lists, don't
10768 discard the result.
10769 (iswitchb-to-end): Likewise.
10770
10771 2001-01-25 Sam Steingold <sds@gnu.org>
10772
10773 * vc-cvs.el (vc-cvs-mode-line-string): Doc & comment fix.
10774 Require vc.
10775
10776 2001-01-25 Stefan Monnier <monnier@cs.yale.edu>
10777
10778 * smerge-mode.el (smerge-font-lock-keywords): Relax submatch 1.
10779
10780 * emacs-lisp/easy-mmode.el (define-minor-mode): Docstring fix.
10781
10782 2001-01-25 Dave Love <fx@gnu.org>
10783
10784 * lisp/international/mule-diag.el (describe-char-after): Doc fix.
10785 (describe-coding-system): Tweak the English text.
10786
10787 * loadup.el: Preload international/ccl for utf-8.
10788
10789 2001-01-25 Eli Zaretskii <eliz@is.elta.co.il>
10790
10791 * mail/rmail.el (rmail-redecode-body): Doc fix.
10792
10793 2001-01-25 Kenichi Handa <handa@etl.go.jp>
10794
10795 * international/mule-cmds.el (reset-language-environment):
10796 Reset coding-category-utf-8 to mule-utf-8.
10797
10798 * international/mule-conf.el (coding-category-utf-8):
10799 Initialize to mule-utf-8.
10800
10801 * loadup.el: Preload international/utf-8.
10802
10803 * international/utf-8.el: New file.
10804
10805 2001-01-24 Stefan Monnier <monnier@cs.yale.edu>
10806
10807 * diff-mode.el (diff-mode): Disable preliminary support for `compile'.
10808
10809 2001-01-24 Sam Steingold <sds@gnu.org>
10810
10811 * dired.el (dired-replace-in-string): Removed.
10812 (dired-sort-toggle): Use `replace-regexps-in-string'
10813 instead of `dired-replace-in-string'.
10814
10815 * dired-aux.el (dired-shell-stuff-it, dired-rename-subdir)
10816 (dired-rename-subdir-2, dired-insert-subdir-doinsert): Ditto.
10817
10818 * gs.el (gs-replace-in-string): Removed.
10819 (gs-options): Use `replace-regexps-in-string'
10820 instead of `gs-replace-in-string'.
10821
10822 2001-01-24 Eli Zaretskii <eliz@is.elta.co.il>
10823
10824 * mail/emacsbug.el (report-emacs-bug): Mention the fact that the
10825 bug report is mailed to an email list and posted to a news group.
10826
10827 2001-01-24 Gerd Moellmann <gerd@gnu.org>
10828
10829 * comint.el (comint-replace-by-expanded-history-before-point):
10830 Fix change of 2000-08-03 to move point to the start of the line again.
10831
10832 * startup.el (tool-bar-images-pixel-height): New variable.
10833 (command-line): After loading the user's init file, when
10834 tool-bar-mode is on, increase the frame's size by some lines for
10835 the tool-bar.
10836
10837 * frame.el (frame-initialize): Create the initial frame invisible.
10838
10839 2001-01-24 ShengHuo ZHU <zsh@cs.rochester.edu>
10840
10841 * language/chinese.el (chinese-iso-8bit): MIME:GB2312.
10842 (chinese-big5): MIME:Big5.
10843
10844 2001-01-24 Gerd Moellmann <gerd@gnu.org>
10845
10846 * international/mule-cmds.el (universal-coding-system-argument):
10847 Handle commands with prefix args.
10848
10849 2001-01-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
10850
10851 * calendar/diary-lib.el (diary-float): Fix case of MONTH
10852 being a list of numbers.
10853 (diary-mail-entries): Rewritten.
10854
10855 2001-01-23 Dave Love <fx@gnu.org>
10856
10857 * international/mule.el (make-coding-system): Fix typo.
10858
10859 * textmodes/outline.el (outline-mode) <font-lock-defaults>:
10860 Add backward-paragraph as font-lock-beginning-of-syntax-function.
10861
10862 2001-01-23 Eli Zaretskii <eliz@is.elta.co.il>
10863
10864 * font-lock.el (font-lock-mode): Doc fix.
10865
10866 2001-01-23 Kenichi Handa <handa@etl.go.jp>
10867
10868 * international/mule.el (make-translation-table): Fix docstring.
10869
10870 2001-01-22 Eli Zaretskii <eliz@is.elta.co.il>
10871
10872 * mail/rmail.el (rmail-redecode-body): New function.
10873
10874 * icomplete.el (icomplete-minibuffer-setup-hook): Doc fix.
10875
10876 2001-01-22 Gerd Moellmann <gerd@gnu.org>
10877
10878 * isearch.el (isearch-lazy-highlight-case-fold-search)
10879 (isearch-lazy-highlight-regexp): New variables.
10880 (isearch-lazy-highlight-cleanup): Update lazy highlight if
10881 case-fold search or regexp search has been toggled.
10882
10883 * wid-edit.el (widget-button-click): Avoid a save-excursion
10884 around running a global binding.
10885
10886 * isearch.el (isearch-lazy-highlight-initial-delay): Set default
10887 to 0.25.
10888
10889 2001-01-20 Miles Bader <miles@gnu.org>
10890
10891 * cus-edit.el (custom-face-save): Do post-processing on the face's
10892 new value like `custom-face-set' does.
10893
10894 2001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
10895
10896 * mail/emacsbug.el (report-emacs-bug): Report the value of
10897 LC_CTYPE, not LC_TYPE.
10898
10899 * isearch.el (isearch-forward): Add isearch-toggle-case-fold,
10900 isearch-toggle-regexp and isearch-edit-string to doc string.
10901
10902 2001-01-19 Gerd Moellmann <gerd@gnu.org>
10903
10904 * textmodes/texinfo.el (texinfo-mode): Use backward-paragraph
10905 as font-lock-beginning-of-syntax-function in font-lock-defaults.
10906
10907 * jit-lock.el (jit-lock-fontify-now): Don't bind
10908 font-lock-beginning-of-syntax-function to nil.
10909
10910 2001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
10911
10912 * mail/emacsbug.el (report-emacs-bug): Report values of
10913 locale-coding-system, default-enable-multibyte-characters, and the
10914 environment variables LC_ALL, LC_TYPE, and LANG.
10915
10916 2001-01-19 Gerd Moellmann <gerd@gnu.org>
10917
10918 * font-lock.el (font-lock-default-fontify-region): Fix last change.
10919
10920 * font-lock.el (font-lock-multiline): Default to nil.
10921 (font-lock-default-fontify-region): If font-lock-multiline is
10922 nil, don't check the property `font-lock-multiline'.
10923
10924 * jit-lock.el (jit-lock-after-change): If font-lock-multiline
10925 is nil, don't check the `font-lock-multiline' text property.
10926
10927 2001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
10928
10929 * viper.el: Call initial-major-mode on startup.
10930
10931 * ediff.el (ediff-patch-file): Use better defaults.
10932
10933 * ediff-vers.el: Fix for 8+3 DOS file systems.
10934
10935 2001-01-19 Colin Walters <walters@cis.ohio-state.edu>
10936
10937 * ediff-util.el (ediff-compare-custom-diffs-maybe): Put diff in
10938 diff mode, if available.
10939
10940 2001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
10941
10942 * ediff-hook.el (ediff-xemacs-init-menus): Fixed add-menu-button.
10943
10944 * ediff-init.el (subst-char-in-string): Define and use it, unless
10945 it's already defined.
10946
10947 2001-01-18 Gerd Moellmann <gerd@gnu.org>
10948
10949 * tooltip.el (tooltip-hide-delay): New user-option.
10950 (tooltip-show): Use tooltip-hide-delay instead of the default.
10951
10952 2001-01-18 Kenichi Handa <handa@etl.go.jp>
10953
10954 * mail/sendmail.el (mail-setup): Call set-buffer-multibyte because
10955 kill-local-variable doesn't work for enable-multibyte-characters.
10956
10957 2001-01-17 Dave Love <fx@gnu.org>
10958
10959 * ediff-init.el (ediff-before-setup-hook)
10960 (ediff-merge-filename-prefix): Add :version.
10961
10962 * international/latin1-disp.el: Require disp-table.
10963 (latin1-display): Fix :set.
10964
10965 * net/eudc-vars.el (eudc-server, eudc-protocol): Fix :type.
10966
10967 2001-01-17 Gerd Moellmann <gerd@gnu.org>
10968
10969 * isearch.el (isearch-lazy-highlight-initial-delay)
10970 (isearch-lazy-highlight-interval): Default to 0.
10971
10972 2001-01-17 Bob Glickstein <bobg@zanshin.com>
10973
10974 * isearch.el (isearch-highlight): Set isearch-overlay priority to
10975 1 here rather than each time through
10976 isearch-lazy-highlight-new-loop.
10977 (isearch-lazy-highlight-max): Variable deleted.
10978 (isearch-lazy-highlight-max-at-a-time): New user variable, like
10979 isearch-lazy-highlight-max but controls a single invocation of
10980 isearch-lazy-highlight-update.
10981 (isearch-lazy-highlight-wrapped): Variable recreated.
10982 (isearch-lazy-highlight-window-start): New variable.
10983 (isearch-lazy-highlight-cleanup): Restored to behavior of
10984 before 2-Jan.
10985 (isearch-lazy-highlight-remove-overlays): Function deleted;
10986 behavior folded into isearch-lazy-highlight-cleanup. "Keep"
10987 behavior removed.
10988 (isearch-lazy-highlight-new-loop): Restore old behavior of calling
10989 isearch-lazy-highlight-update in a loop rather than just once.
10990 Test isearch-invalid-regexp here and decide not to start a new
10991 loop, rather than testing it each time through
10992 isearch-lazy-highlight-update.
10993 (isearch-lazy-highlight-search): Function restored.
10994 (isearch-lazy-highlight-update): Get called in a timer loop again,
10995 but this time highlight more than one match each time through.
10996 Only highlight matches in the visible part of the window.
10997 Start at point, move in the direction of the search, and wrap around at
10998 the edge of the window. Use sit-for to force redisplay and ensure
10999 window-start is credible. "Face suppressing" behavior removed;
11000 overlay priorities should make it unnecessary, right?
11001 (isearch-highlight): Face suppressing behavior removed.
11002 (isearch-dehighlight): Face suppressing behavior removed.
11003 (isearch-set-lazy-highlight-faces-at): Removed.
11004
11005 2001-01-17 Kenichi Handa <handa@etl.go.jp>
11006
11007 * language/european.el ("Latin-1"): Make the format of description
11008 about additional language environments same as that of Latin-2.
11009
11010 2001-01-16 Dave Love <fx@gnu.org>
11011
11012 * isearch.el (isearch-lazy-highlight): Add :version.
11013
11014 * simple.el (backward-delete-char-untabify-method)
11015 (next-line-add-newlines): Add :version.
11016
11017 2001-01-16 Gerd Moellmann <gerd@gnu.org>
11018
11019 * bindings.el: Bind <backspace> and <delete> via function-key-map.
11020 Don't bind <delete> otherwise.
11021
11022 * simple.el (delete-key-deletes-forward-mode): Bind <backspace>
11023 and <delete> via function-key-map.
11024
11025 * textmodes/flyspell.el (mail-mode-flyspell-verify): Check in
11026 Subject line only if point is after the `Subject:'.
11027
11028 2001-01-16 Kenichi Handa <handa@etl.go.jp>
11029
11030 * language/japanese.el ("Japanese"): Add japanese-jisx0213-1 and
11031 japanese-jisx0213-2 in `charset' property of this lang. env.
11032
11033 * language/european.el ("Latin-1"): Add description for Dutch and
11034 Spanish lang. env.
11035
11036 * international/mule.el (decode-char): Fix conditions.
11037 (encode-char): Handle eight-bit-control too.
11038 (transform-make-coding-system-args): New function.
11039 (make-coding-system): Accept XEmacs style arguments for CCL base
11040 coding system.
11041
11042 2001-01-15 Gerd Moellmann <gerd@gnu.org>
11043
11044 * progmodes/etags.el (find-tag-noselect): Save the value of
11045 tags-file-name before switching buffers, for the case it has a
11046 buffer-local value.
11047
11048 2001-01-15 Alex Schroeder <alex@gnu.org>
11049
11050 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
11051 From Dave Love <fx@gnu.org>.
11052 (ansi-color-for-comint-mode): Fix :version.
11053
11054 2001-01-15 Alex Schroeder <alex@gnu.org>
11055
11056 * ansi-color.el (ansi-color-unfontify-region): Doc change.
11057
11058 2001-01-14 Eli Zaretskii <eliz@is.elta.co.il>
11059
11060 * dired.el (dired-insert-directory): If file-system-info fails,
11061 remove the " free " part, but don't signal an error.
11062
11063 2001-01-12 Sam Steingold <sds@gnu.org>
11064
11065 * bookmark.el (bookmark-maybe-historicize-string):
11066 Use new backquote syntax.
11067
11068 2001-01-12 Richard M. Stallman <rms@gnu.org>
11069
11070 * subr.el (last): Handle a list that doesn't end in nil.
11071
11072 2001-01-12 Sam Steingold <sds@gnu.org>
11073
11074 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind `backspace'
11075 to `backward-delete-char-untabify'.
11076
11077 2001-01-12 Dave Love <fx@gnu.org>
11078
11079 * cus-edit.el (customize-menu-create): Fix the :filter following
11080 easymenu change.
11081
11082 * wid-edit.el (function): Add :match-alternatives.
11083 (widget-color-action): Doc fix.
11084
11085 2001-01-12 Gerd Moellmann <gerd@gnu.org>
11086
11087 * calendar/calendar.el (calendar-basic-setup): Doc fix.
11088
11089 2001-01-12 Kenichi Handa <handa@etl.go.jp>
11090
11091 * international/mule-cmds.el (prefer-coding-system): Fix docstring.
11092
11093 * international/ccl.el (define-ccl-program): Fix docstring.
11094
11095 2001-01-11 Dave Love <fx@gnu.org>
11096
11097 * international/mule-cmds.el (standard-display-european-internal):
11098 Set display table for 2208 as for 160.
11099
11100 * progmodes/ada-mode.el (ada-popup-key): Fix last change.
11101
11102 * progmodes/fortran.el (fortran-mode-map): Modify Customization
11103 entry for custom-menu-create change.
11104 (fortran-strip-sqeuence-nos): Make arg optional. Fix regexp and
11105 don't cons it in the search loop.
11106
11107 * imenu.el (imenu--truncate-items): Revert last change.
11108
11109 2001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
11110
11111 * info.el (Info-setup-header-line): If the node header includes
11112 either Next: or Prev: links, don't show the File: and Node: parts
11113 in the header line.
11114
11115 2001-01-11 Gerd Moellmann <gerd@gnu.org>
11116
11117 * comint.el (comint-goto-process-mark): Don't print a message
11118 when running in batch mode.
11119
11120 * isearch.el (isearch-search): In the condition-case handler for
11121 `error', set isearch-invalid-regexp to the whole error message.
11122
11123 * subr.el (eval-after-load): Call load-symbol-file-load-history to
11124 ensure that eval-after-load works for files dumped with Emacs.
11125
11126 * help.el (load-symbol-file-load-history): New function extracted
11127 from function symbol-file.
11128 (symbol-file): Use it.
11129
11130 * toolbar/save.xpm, toolbar/undo.xpm: Use the same colors as exit.xpm.
11131
11132 2001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
11133
11134 * progmodes/etags.el (find-tag-interactive): If last-tag is nil,
11135 behave as if there were no prefix argument.
11136 (find-tag-noselect): If last-tag is nil, behave as if the NEXT-P
11137 argument were nil.
11138
11139 2001-01-11 Richard M. Stallman <rms@gnu.org>
11140
11141 * isearch.el (isearch-lazy-highlight-update):
11142 Don't look for more potential matches once maximum is exceeded.
11143 Use overlays-in to check correctly for overlap with current match.
11144 Ignore empty matches.
11145
11146 2001-01-11 Miles Bader <miles@gnu.org>
11147
11148 * textmodes/ispell.el (ispell-adjusted-window-height): New function.
11149 (ispell-overlay-window, ispell-help, ispell-show-choices)
11150 (ispell-command-loop): Use it instead of `window-height'.
11151
11152 2001-01-10 Gerd Moellmann <gerd@gnu.org>
11153
11154 * files.el (confirm-kill-emacs): New user-option.
11155 (save-buffers-kill-emacs): Ask for final confirmation before
11156 killing Emacs.
11157
11158 * isearch.el (isearch-done): Set isearch-lazy-highlight-start
11159 to nil.
11160
11161 2001-01-10 Dave Love <fx@gnu.org>
11162
11163 * progmodes/etags.el (tags-apropos-additional-actions): Fix :type.
11164
11165 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix doc, :type.
11166
11167 * hi-lock.el (hi-lock-exclude-modes): Fix :type.
11168
11169 * calculator.el (calculator-number-digits): Fix :type.
11170
11171 * vc-cvs.el (vc-cvs-header): Fix :type.
11172 * vc-rcs.el (vc-rcs-header): Fix :type.
11173 * vc-sccs.el (vc-sccs-header): Fix :type.
11174
11175 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
11176
11177 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
11178
11179 * eshell/esh-util.el (eshell-ange-ls-uids): Fix :type.
11180
11181 2001-01-10 Gerd Moellmann <gerd@gnu.org>
11182
11183 * simple.el (set-variable): Force a thorough redisplay for the
11184 case that the variable has an effect on the display, like
11185 `tab-width' has.
11186
11187 2001-01-10 Andre Spiegel <spiegel@gnu.org>
11188
11189 * vc.el: Add documentation for backend interface.
11190
11191 2001-01-10 Kenichi Handa <handa@etl.go.jp>
11192
11193 * font-lock.el (c-font-lock-extra-types): Add "Lisp_Object".
11194
11195 * international/mule-conf.el (latin-extra-code-table): Set to t
11196 for \223 and \224.
11197
11198 2001-01-09 Kenichi Handa <handa@etl.go.jp>
11199
11200 * international/mule-cmds.el (locale-language-names): Map "es" to
11201 "Spanish" and "nl" to "Dutch".
11202
11203 2001-01-09 Gerd Moellmann <gerd@gnu.org>
11204
11205 * bindings.el (global-map): Bind <home> to beginning-of-line,
11206 <end> to end-of-line, C-<home> to beginning-of-buffer, and
11207 C-<end> to end-of-buffer.
11208
11209 * language/european.el: Add Dutch and Spanish language info
11210 to be able to use the appropriate tutorials.
11211
11212 2001-01-09 Alex Schroeder <alex@gnu.org>
11213
11214 * ansi-color.el (ansi-color-process-output): Use markers instead
11215 of positions for start and end of region.
11216 (ansi-color-apply-on-region): Rewrote code to make it more robust.
11217 Previously, occasional mistakes happend when fontifying many
11218 chunks of output (eg. ls --color=yes /dev). This happened
11219 whenever an overlay was created up to the end of the region, which
11220 coincided with the process-mark. New text would then be added
11221 within that overlay instead of after it.
11222 (ansi-color-make-extent): Overlays are created with the property
11223 `modification-hooks' set to '(ansi-color-freeze-overlay).
11224 (ansi-color-freeze-overlay): New function. When inserting text at
11225 the end of the overlay, the overlay will resize.
11226
11227 2000-01-09 Alex Schroeder <alex@gnu.org>
11228
11229 * ansi-color.el (ansi-color-process-output): Doc change.
11230 (ansi-color-unfontify-region): Doc change. No longer installed
11231 automatically in font-lock-unfontify-region-function.
11232 (ansi-color-apply): Doc change.
11233 (ansi-color-apply-on-region): Use extents or overlays instead of
11234 text-properties.
11235 (ansi-color-make-extent): New function.
11236 (ansi-color-set-extent-face): New function.
11237
11238 2000-01-09 Alex Schroeder <alex@gnu.org>
11239
11240 * ansi-color.el (ansi-color-process): Removed, Emacs and XEmacs
11241 both use ansi-color-process-output, now.
11242 (ansi-color-process-output): Doesn't return string anymore. It is
11243 installed in comint-output-filter-functions for both Emacs and
11244 XEmacs, now.
11245 (ansi-color-unfontify-region): Simplified code removing variables
11246 pos and start-ansi.
11247 (ansi-color-apply): Put text-property ansi-color before putting
11248 text-property face because ansi-color-unfontify-region is called
11249 immediately after the call to put-text-property.
11250 (ansi-color-context-region): Doc change.
11251 (ansi-color-filter-region): Simplified code.
11252 (ansi-color-apply-on-region): Changed start to start-marker, using
11253 a marker explicitly. Put text-property ansi-color before putting
11254 text-property face because ansi-color-unfontify-region is called
11255 immediately after the call to put-text-property.
11256
11257 2000-01-09 Alex Schroeder <alex@gnu.org>
11258
11259 * ansi-color.el (ansi-color-faces-vector): Doc change.
11260 (ansi-color-for-comint-mode): Changed :type property to choice.
11261 (ansi-color-last-context): Removed.
11262 (ansi-color-process-output): Don't use ansi-color-last-context, as
11263 the main functions will store their context now.
11264 (ansi-color-context): Doc change.
11265 (ansi-color-filter-apply): Rewrote it based on ansi-color-apply.
11266 Uses ansi-color-context such that repeated calls will strip
11267 partial escape sequences, too.
11268 (ansi-color-apply): Simplified code. Colorize end of string if
11269 face is not null. Store context in new (FACE STRING) format, such
11270 that repeated calls will strip partial escape sequences, too.
11271 Append faces to face property using ansi-color-apply-sequence such
11272 that cumulative mode actually works.
11273 (ansi-color-context-region): New variable.
11274 (ansi-color-filter-region): Rewrote it based on
11275 ansi-color-apply-on-region. Uses ansi-color-context-region such
11276 that repeated calls will strip partial escape sequences, too.
11277 (ansi-color-apply-on-region): Simplified code. Colorize end of
11278 region if face is not null. Store context in new (FACE POS)
11279 format, such that repeated calls will strip partial escape
11280 sequences, too. Append faces to face property using
11281 ansi-color-apply-sequence such that cumulative mode actually works.
11282 (ansi-color-apply-sequence): New function.
11283 (ansi-color-get-face): When the default face is added to the list
11284 of faces, all previous settings are discarded and the list of
11285 faces is set to '(default).
11286
11287 2000-01-09 Alex Schroeder <alex@gnu.org>
11288
11289 * ansi-color.el (ansi-color-faces-vector): Use nil for the default
11290 face, such that ansi-color-apply and ansi-color-apply-on-region
11291 will do the right thing.
11292 (ansi-color-apply): Do the right thing, ie. if ansi-color-get-face
11293 returns nil, set the list of faces back to nil instead of
11294 appending the result of ansi-color-get-face to the front of the list.
11295
11296 2000-01-09 Alex Schroeder <alex@gnu.org>
11297
11298 * ansi-color.el (ansi-color-for-comint-mode): Doc change.
11299 (ansi-color-process): Doc change.
11300 (ansi-color-last-context): New buffer-local variable.
11301 (ansi-color-process-output): New function. It is automatically
11302 added to comint-output-filter-functions if this is XEmacs.
11303 (ansi-color-unfontify-region): New optional parameter for XEmacs
11304 compatibility. Check wether font-lock-syntactic-keywords is
11305 boundp before removing the syntax table text property, as XEmacs
11306 doesn't have it.
11307 (ansi-color-filter-region): Doc change.
11308 (ansi-color-apply-on-region): Doc change.
11309 (ansi-color-make-face): New function. Compatibility layer for
11310 XEmacs. Return temporary faces instead of cons cells for XEmacs.
11311 (ansi-color-make-color-map): Use ansi-color-make-face.
11312 (ansi-color-get-face): Avoid face text property '(nil) as results
11313 in an errow for XEmacs.
11314
11315 2000-01-09 Alex Schroeder <alex@gnu.org>
11316
11317 * ansi-color.el (ansi-color-unfontify-region): New function.
11318 Uses text-property ansi-color in order to preserve fontification by
11319 ansi-color. When the package is loaded, a lambda expression is
11320 put onto font-lock-mode-hook. This lambda expression will check
11321 font-lock-unfontify-region-function and replace
11322 font-lock-default-unfontify-region with ansi-color-unfontify-region.
11323 (ansi-color-apply): Add text-property ansi-color in addition to
11324 text-property face.
11325 (ansi-color-apply-on-region): Add text-property ansi-color in
11326 addition to text-property face.
11327 (save-buffer-state): Copy of the macro that is also used by
11328 lazy-lock and font-lock.
11329
11330 (ansi-color-for-comint-mode): New option.
11331 (ansi-color-for-comint-mode-on): Set ansi-color-for-comint-mode.
11332 (ansi-color-for-comint-mode-off): Ditto.
11333 (ansi-color-for-comint-mode-filter): Ditto.
11334 (ansi-color-process): New function. Uses ansi-color-for-comint-mode to
11335 decide what to do. This function is added to
11336 comint-preoutput-filter-functions when the package is loaded.
11337
11338 (ansi-color-for-shell-mode-set): Removed.
11339 (ansi-color-for-shell-mode): Removed.
11340
11341 2000-01-09 Alex Schroeder <alex@gnu.org>
11342
11343 * ansi-color.el (ansi-color-for-shell-mode-set): New function with
11344 the lambda expression from the ansi-color-for-shell-mode :set
11345 property. Additionally, modify shell-mode-hook to enable or
11346 disable font-lock-mode for future shell buffers.
11347 (ansi-color-for-shell-mode): The :set property calls
11348 ansi-color-for-shell-mode-set instead of a lambda expression.
11349
11350 2000-01-09 Alex Schroeder <alex@gnu.org>
11351
11352 * ansi-color.el (ansi-color-for-shell-mode): Doc change.
11353 (ansi-color-context): New variable.
11354 (ansi-color-apply): Save context between calls.
11355
11356 2001-01-09 Eli Zaretskii <eliz@is.elta.co.il>
11357
11358 * isearch.el (isearch, isearch-lazy-highlight-face):
11359 New definitions for face colors and attributes.
11360
11361 * wid-edit.el (widget-choose): Call display-popup-menus-p instead
11362 of display-mouse-p.
11363
11364 2001-01-09 Kenichi Handa <handa@etl.go.jp>
11365
11366 * international/mule.el (make-coding-system): If the coding system
11367 accepts extra latin codes, register such codes as safe for the
11368 coding system.
11369
11370 2001-01-08 Richard M. Stallman <rms@gnu.org>
11371
11372 * emacs-lisp/bytecomp.el (byte-compile-log-1): In non-batch case,
11373 don't mention the file name or the date here, because they are
11374 logged at the start of the file.
11375
11376 2001-01-08 Richard M. Stallman <rms@gnu.org>
11377
11378 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
11379 Change screen-width to frame-width.
11380
11381 2001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
11382
11383 * info.el (Info-search): Print the default as part of the prompt.
11384
11385 2001-01-08 Andre Spiegel <spiegel@gnu.org>
11386
11387 * vc.el (vc-default-latest-on-branch-p): New function, replaces
11388 constant implementations in backends.
11389
11390 * vc-cvs.el (vc-cvs-latest-on-branch-p): Removed.
11391 (vc-cvs-checkout): Renamed arg WRITABLE to EDITABLE.
11392
11393 * vc-rcs.el (vc-rcs-checkout, vc-rcs-cancel-version): Renamed arg
11394 WRITABLE to EDITABLE.
11395
11396 * vc-sccs.el (vc-sccs-latest-on-branch-p): Removed.
11397 (vc-sccs-checkout, vc-sccs-cancel-version): Renamed arg WRITABLE
11398 to EDITABLE.
11399
11400 2001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
11401
11402 * emacs-lisp/copyright.el (copyright-current-year): Now a defvar.
11403 (copyright, copyright-update): Compute the current year at run time.
11404
11405 2001-01-08 Gerd Moellmann <gerd@gnu.org>
11406
11407 * isearch.el (isearch-old-signal-hook): Removed.
11408 (isearch-mode): Add isearch-done to kbd-macro-termination-hook
11409 instead of setting signal-hook-function.
11410 (isearch-done): Remove isearch-done from kbd-macro-termination-hook.
11411
11412 2001-01-08 Kevin Gallagher <kevingal@onramp.net>
11413
11414 * emulation/edt.el: Update to version 4.0. Provide support for
11415 EDT scroll margins at top and bottom of the window. Provide an
11416 emulation of the EDT SUBS command (bound to GOLD-Enter, by
11417 default). Enhance edt-quit, bound to GOLD-q by default, to warn
11418 user when file-related buffer modifications exist.
11419 Provide support for running EDT Emulation in XEmacs.
11420 Provide customize access to some user updatable variables.
11421 Add Commentary section to file header.
11422 Fixed a few minor bugs and cleaned up some code.
11423
11424 * emulation/edt-mapper.el: Update to version 4.0. Provide support
11425 for detecting a keypress that generates an ASCII key sequence.
11426 (Previously, only a keypress that generates a vector was
11427 recognized.) Embed Window Manager name into name of the generated
11428 EDT Emulation initialization file since the initialization file is
11429 Window Manager specific. Add Commentary section to file header.
11430
11431 2001-01-07 Eli Zaretskii <eliz@is.elta.co.il>
11432
11433 * mail/sendmail.el (mail-mode): Doc fix.
11434
11435 * info.el (Info-goto-emacs-command-node): Doc fix.
11436 (Info-goto-emacs-key-command-node): Doc fix.
11437
11438 2001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
11439
11440 * ediff-vers.el (noninteractive): Don't load generic-sc on MS-DOS
11441 systems without long file-name support.
11442
11443 2001-01-06 Andrew Innes <andrewi@gnu.org>
11444
11445 * makefile.w32-in (custom-deps): Set EMACSLOADPATH explicitly.
11446
11447 2001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
11448
11449 * isearch.el (isearch-lazy-highlight-remove-overlays): Doc fix.
11450 (isearch-lazy-highlight-update): Doc fix.
11451
11452 * ffap.el (ffap-bindings): Doc fix.
11453
11454 * dired-x.el (dired-virtual-guess-dir): Doc fix.
11455
11456 2001-01-05 Dave Love <fx@gnu.org>
11457
11458 * emacs-lisp/cl-seq.el (remove, remq): Remove.
11459
11460 2001-01-05 Gerd Moellmann <gerd@gnu.org>
11461
11462 * mouse-drag.el (mouse-drag-safe-scroll):
11463 Bind scroll-preserve-screen-position to nil.
11464
11465 * isearch.el (isearch-old-signal-hook): New variable.
11466 (isearch-mode): Set signal-hook-function to isearch-done.
11467 (isearch-done): Restore old signal-hook-function.
11468
11469 * info.el (Info-fontify-node): Mark one more char as intangible.
11470
11471 2000-01-05 Kenichi Handa <handa@etl.go.jp>
11472
11473 * composite.el (compose-last-chars): New argument COMPONENTS.
11474 If it is non-nil, compose preceding characters by compose-region with
11475 COMPONENTS.
11476
11477 * international/quail.el (quail-input-string-to-events): New function.
11478 (quail-input-method): Convert input string to events here.
11479 (quail-start-translation): Return input string, not event list.
11480 (quail-start-conversion): Likewise.
11481
11482 2001-01-04 Gerd Moellmann <gerd@gnu.org>
11483
11484 * tooltip.el (tooltip-cancel-delayed-tip)
11485 (tooltip-start-delayed-tip): Renamed from tooltip-disable-timeout
11486 and tooltip-add-timeout.
11487 (tooltip-show): Set border color from faces's foreground.
11488 (tooltip-show-help-function): If called with the same help string
11489 as last time, do nothing.
11490 (tooltip-help-tips): Don't set tooltip-help-message to nil.
11491
11492 * startup.el (fancy-splash-screens): Don't bind show-help-function
11493 to nil.
11494
11495 * tooltip.el (tooltip-frame-parameters): Remove colors.
11496 (tooltip): New face
11497 (tooltip-set-param): New function.
11498 (tooltip-show): Set up color frame parameters from face `tooltip'.
11499 Display the tooltip text in face `tooltip'.
11500
11501 2001-01-04 Dave Love <fx@gnu.org>
11502
11503 * whitespace.el (whitespace-global-mode): Fix typo.
11504
11505 * hilit19.el, mail/rnewspost.el, mail/rnews.el: Moved to obsolete.
11506
11507 2001-01-04 Eli Zaretskii <eliz@is.elta.co.il>
11508
11509 * help.el (help-for-help): Fix a typo in a doc string.
11510 From kwzh@gnu.org (Karl Heuer).
11511
11512 2001-01-03 Dave Love <fx@gnu.org>
11513
11514 * dired-x.el: Doc fixes. Maintainer change.
11515 (dired-guess-shell-gnutar, dired-guess-shell-znew-switches): Fix :type.
11516 (dired-guess-shell-alist-default): Don't use xloadimage for PNG.
11517 (dired-guess-shell-alist-user): Customize.
11518 (dired-x-help-address): Set to bug-gnu-emacs.
11519 (dired-x-maintainer, dired-x-file, dired-x-version): Deleted.
11520 (dired-default-directory): Renamed from default-directory.
11521
11522 * hl-line.el (hl-line): Doc fix.
11523
11524 2001-01-03 Karl Fogel <kfogel@red-bean.com>
11525
11526 * mail/mail-hist.el (mail-hist-text-too-long-p): Doc fix.
11527
11528 2001-01-02 Richard M. Stallman <rms@gnu.org>
11529
11530 * isearch.el (isearch-lazy-highlight-cleanup): Arg now says
11531 to remove all the current alternative-match highlighting.
11532 If nil, remove only what's outside the current window.
11533 (isearch-lazy-highlight-remove-overlays): Take optional
11534 region within which NOT to remove them.
11535 (isearch-lazy-highlight-new-loop): Greatly simplified.
11536 (isearch-lazy-highlight-update): Find all the other occurrences
11537 visible in the window, in just one call.
11538 (isearch-lazy-highlight-start): Now holds start of region to scan.
11539 (isearch-lazy-highlight-end): Now holds end of region to scan.
11540 (isearch-lazy-highlight-wrapped): Variable deleted.
11541 (isearch-lazy-highlight-search): Function deleted.
11542
11543 2000-01-02 Andrew Innes <andrewi@gnu.org>
11544
11545 * w32-fns.el (convert-standard-filename): Do length check on name
11546 before aref.
11547
11548 2001-01-02 Dave Love <fx@gnu.org>
11549
11550 * progmodes/cperl-mode.el (cperl-invalid-face): Don't double-quote
11551 value.
11552 (cperl-init-faces): Allow cperl-invalid-face to be a normal face.
11553
11554 * ls-lisp.el (ls-lisp) <defgroup>: Add :version.
11555
11556 * net/browse-url.el (browse-url-filename-alist): Avoid backquote
11557 read syntax.
11558
11559 * calendar/todo-mode.el (todo): Add :link, :version.
11560 (todo-save-top-priorities): Remove autoload cookie.
11561 (todo-add-category, todo-add-item-non-interactively)
11562 (todo-insert-item, todo-mode, todo-cp, todo-show): Fix autoload cookie.
11563
11564 2001-01-02 Gerd Moellmann <gerd@gnu.org>
11565
11566 * comint.el (comint-input-history-ignore): New variable.
11567 (comint-read-input-ring): Ignore entries matching
11568 comint-input-history-ignore.
11569
11570 2001-01-02 Eric M. Ludlam <zappo@gnu.org>
11571
11572 * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): New Variable.
11573 (lm-copyright-mark): New function.
11574 (lm-crack-copyright): New function.
11575 (lm-verify): Check that the file has a copyright.
11576 Check that the file is copyright Free Software Foundation.
11577
11578 2000-12-30 Kenichi Handa <handa@etl.go.jp>
11579
11580 * international/mule-diag.el (print-fontset): Indent font name by
11581 24 columns, not 25.
11582
11583 2000-12-29 Gerd Moellmann <gerd@gnu.org>
11584
11585 * textmodes/flyspell.el (mail-mode-flyspell-verify): Spell-check
11586 in Subject line.
11587
11588 * mail/mailabbrev.el (mail-abbrevs-enable, mail-abbrevs-disable):
11589 Use mail-mode-hook instead of mail-setup-hook.
11590 Otherwise continuing an interrupted message with C-u C-x m for
11591 instance, winds up in Mail mode without abbrevs.
11592
11593 2000-12-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11594
11595 * ps-print.el: Handle form feed better when ps-zebra-stripe-follow is
11596 non-nil. Adding almost all customization variables on ps-setup.
11597 Doc fix.
11598 (ps-print-version): New version number (6.3.3).
11599 (ps-end-with-control-d): Initialization fix.
11600 (ps-lines-printed): New var.
11601 (ps-skip-newline): New fun.
11602 (ps-setup, ps-prologue-file, ps-begin-job, ps-begin-page)
11603 (ps-next-line, ps-continue-line, ps-plot-region)
11604 (ps-generate-postscript-with-faces, ps-end-job): Code fix.
11605
11606 2000-12-29 Kenichi Handa <handa@etl.go.jp>
11607
11608 * international/fontset.el (x-complement-fontset-spec):
11609 Resolve ASCII font name so that the same family name is used for fonts
11610 registered in x-font-name-charset-alist.
11611 (create-fontset-from-fontset-spec): Adjusted for the above change.
11612 The name of fontset alias should be a unresolved ASCII font name.
11613
11614 2000-12-28 Gerd Moellmann <gerd@gnu.org>
11615
11616 * simple.el (delete-key-deletes-forward-mode): Bind backspace
11617 and delete in isearch-mode-map.
11618
11619 2000-12-28 Richard M. Stallman <rms@gnu.org>
11620
11621 * dired-x.el (dired-guess-shell-alist-default):
11622 Use xpdf instead of acroread.
11623
11624 2000-12-28 Kenichi Handa <handa@etl.go.jp>
11625
11626 * textmodes/artist.el (artist-butlast): Deleted.
11627 (artist-ellipse-mirror-quadrant): Use butlast instead of
11628 artist-butlast.
11629
11630 * subr.el (butlast, nbutlast): Moved from cl.el to here.
11631
11632 * emacs-lisp/cl.el (butlast, nbutlast): Moved to subr.el.
11633
11634 2000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
11635
11636 From Francis J. Wright <F.J.Wright@maths.qmw.ac.uk>:
11637
11638 * ls-lisp.el: Better support for the Mac and MS-Windows.
11639 (ls-lisp): New defgroup.
11640 (ls-lisp-emulation, ls-lisp-ignore-case, ls-lisp-dirs-first)
11641 (ls-lisp-verbosity, ls-lisp-use-insert-directory-program)
11642 (ls-lisp-support-shell-wildcards): New defcustoms.
11643 (ls-lisp-parse-symlink): New function.
11644 (insert-directory): Code to convert switches to a list and set up
11645 the wildcard argument copied from ls-lisp-insert-directory.
11646 (ls-lisp-insert-directory): New argument TIME-INDEX. Add support
11647 for -C and -R switches.
11648 (ls-lisp-column-format): New function.
11649 (ls-lisp-delete-matching, ls-lisp-handle-switches)
11650 (ls-lisp-format-time): Add doc strings.
11651 (ls-lisp-handle-switches): Handle -U, -S, -X, and -F switches.
11652 Support ls-lisp-dirs-first.
11653 (ls-lisp-classify, ls-lisp-extension): New functions.
11654 (ls-lisp-format): Optionally support emulation of symlinks.
11655 Support -i, -s, and -G switches.
11656
11657 2000-12-27 Gerd Moellmann <gerd@gnu.org>
11658
11659 * textmodes/texinfo.el (texinfo-mode): Set fill-column to 70.
11660
11661 * version.el (emacs-version): Print X scroll bar information.
11662
11663 * scroll-bar.el (toplevel): Check for x-toolkit-scroll-bars
11664 instead of x-toolkit-scroll-bars-p.
11665
11666 * loadup.el (toplevel): Check for x-toolkit-scroll-bars instead
11667 of x-toolkit-scroll-bars-p.
11668
11669 2000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
11670
11671 * ffap.el (ffap-bindings): Make interactive and add an autoload cookie.
11672 (ffap-bindings): Doc fix, to reflect the above change.
11673
11674 2000-12-27 Kenichi Handa <handa@etl.go.jp>
11675
11676 * term.el (term-char-mode): Define all non-ascii self-inserting
11677 characters to 'term-send-raw in term-raw-map.
11678
11679 2000-12-25 Michael Kifer <kifer@cs.sunysb.edu>
11680
11681 * viper-init (viper-restore-cursor-type): Added condition-case guard.
11682
11683 * ediff-init.el (ediff-quit-hook,ediff-suspend-hook):
11684 Changed initialization; use add-hook.
11685 (ediff-file-remote-p): Use file-local-copy.
11686
11687 * ediff-ptch.el (ediff-prompt-for-patch-buffer): Improved defaults.
11688
11689 * ediff.el (ediff-patch-buffer): Bug fix.
11690 (ediff-revision): Allow selection of the file at the prompt.
11691
11692 2000-12-23 Stefan Monnier <monnier@cs.yale.edu>
11693
11694 * subr.el (combine-run-hooks): Remove.
11695
11696 * emacs-lisp/edebug.el (define-minor-mode): Improve the spec
11697 and remove the rogue second spec.
11698
11699 2000-12-23 Gerd Moellmann <gerd@gnu.org>
11700
11701 * progmodes/compile.el (compilation-forget-errors): Fix indentation.
11702
11703 2000-12-22 Stefan Monnier <monnier@cs.yale.edu>
11704
11705 * smerge-mode.el (smerge-basic-map): Use `=' rather than `d'.
11706 Use minibuffer menu prompt for the `=' prefix.
11707 (smerge-command-prefix): Change default to C-^.
11708 (smerge-mode): Don't assume font-lock doesn't move point.
11709
11710 * skeleton.el (skeleton-internal-1): Make sure the first line of
11711 the region is also re-indented.
11712 (skeleton-end-newline): New var.
11713 (skeleton-end-hook): Use it.
11714
11715 2000-12-22 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
11716
11717 * comint.el (comint-password-prompt-regexp): Support CVS.
11718
11719 2000-12-22 Gerd Moellmann <gerd@gnu.org>
11720
11721 * simple.el (delete-key-deletes-forward-mode): Simplify.
11722 Also backspace key combinations, depending on
11723 delete-key-deletes-forward.
11724
11725 * bindings.el ([C-backspace]): Bind C-backspace to kill-word.
11726
11727 * simple.el (delete-key-deletes-forward): Doc fix.
11728
11729 2000-08-22 Emmanuel Briot <briot@gnat.com>
11730
11731 * xml.el (top level comment): Updated to reflect the fact that
11732 white spaces are relevant in the XML file.
11733 (xml-parse-file): Do not kill an existing Emacs buffer if the file
11734 to parse was already edited. This allows for on-the-fly analysis
11735 of XML files.
11736 (xml-parse-tag): Check that the casing is the same in the start
11737 tag and end tag, since XML is case-sensitive. Allows for spaces
11738 in the end tag, after the name of the tag.
11739 (xml-parse-attlist): Allow for the character '-' in the name of
11740 attributes, as in the standard http-equiv attribute Do not save
11741 the properties in the XML tree, since they are not relevant.
11742
11743 2000-12-21 Stefan Monnier <monnier@cs.yale.edu>
11744
11745 * generic.el (generic-read-type): Undo last change, inline into
11746 `generic-mode' and then remove.
11747 (generic-mode): Inline generic-read-type.
11748 (define-generic-mode): Push the symbol name rather than the symbol
11749 onto generic-mode-list.
11750
11751 2000-12-21 Gerd Moellmann <gerd@gnu.org>
11752
11753 * generic.el (generic-read-type): Build an alist for
11754 completing-read as in 20.7.
11755
11756 * play/landmark.el (lm): Use interactive spec `P'.
11757 (toplevel): Don't set debug-on-error.
11758
11759 * server.el (server-switch-buffer): Choose a window on a visible frame.
11760
11761 2000-12-21 Dave Pearson <davep@davep.org>
11762
11763 * quickurl.el: Commentry change, I've moved my web site.
11764
11765 2000-12-21 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11766
11767 * ebnf2ps.el: Fix a problem with skip-chars-forward: it doesn't accept
11768 ranges like \177-\237, but accepts the character sequence from \177 to
11769 \237. Doc fix.
11770 (ebnf-version): New version (3.4).
11771 (ebnf-setup): Code fix.
11772 (ebnf-range-regexp): New fun.
11773 (ebnf-8-bit-chars): Const fix.
11774
11775 * ebnf-bnf.el: Fix the same problem as described on ebnf2ps.el log
11776 entry. Doc fix.
11777 (ebnf-bnf-lex): Code fix.
11778 (ebnf-bnf-comment-chars): Const fix.
11779
11780 * ebnf-iso.el: Fix the same problem as described on ebnf2ps.el log
11781 entry. Doc fix.
11782 (ebnf-iso-comment-chars): Const fix.
11783
11784 * ebnf-otz.el: Doc fix.
11785
11786 * ebnf-yac.el: Fix the same problem as described on ebnf2ps.el log
11787 entry. Doc fix.
11788 (ebnf-yac-skip-code): Code fix.
11789 (ebnf-yac-comment-chars): Const fix.
11790
11791 2000-12-21 Eli Zaretskii <eliz@is.elta.co.il>
11792
11793 * files.el (insert-directory-safely): New function.
11794 (recover-file): Use it instead of insert-directory.
11795 From Markus Rost <markus.rost@mathematik.uni-regensburg.de>
11796
11797 2000-12-21 Kenichi Handa <handa@etl.go.jp>
11798
11799 * international/mule-cmds.el (select-safe-coding-system):
11800 Check coding-category-list more rigidly. Improve help message.
11801
11802 * dired.el (dired-move-to-filename-regexp): Fix previous change.
11803
11804 2000-12-21 Miles Bader <miles@gnu.org>
11805
11806 * mail/sendmail.el (mail-mode): Set `comment-start' to the yank prefix.
11807
11808 2000-12-21 Kenichi Handa <handa@etl.go.jp>
11809
11810 * international/mule-diag.el (describe-char-after): Make *Help*
11811 buffer inherit multibyteness of the current buffer.
11812
11813 * international/mule.el (make-char): Docstring adjusted for the
11814 change of make-char-internal.
11815
11816 2000-12-20 Stefan Monnier <monnier@cs.yale.edu>
11817
11818 * international/iso-cvt.el: Docstrings fix.
11819
11820 2000-12-20 Dave Love <fx@gnu.org>
11821
11822 * subr.el (eval-after-load): Doc fix.
11823
11824 2000-12-20 Kenichi Handa <handa@etl.go.jp>
11825
11826 * jka-compr.el (jka-compr-partial-uncompress): Don't use `concat'
11827 for numbers.
11828
11829 2000-12-20 Miles Bader <miles@gnu.org>
11830
11831 * international/quail.el (quail-help): Resize the help window
11832 again after it has all its contents. Remove unneeded progn.
11833
11834 2000-12-19 Gerd Moellmann <gerd@gnu.org>
11835
11836 * pcmpl-linux.el: Fix copy/paste error.
11837
11838 2000-12-19 Andrew Innes <andrewi@gnu.org>
11839
11840 * simple.el (delete-key-deletes-forward-mode): Fix typo in docstring.
11841
11842 2000-12-19 Carsten Dominik <dominik@strw.leidenuniv.nl>
11843
11844 * progmodes/idlw-rinfo.el: Fixed copyright notice.
11845
11846 * progmodes/idlw-toolbar.el: Fixed copyright notice.
11847
11848 * progmodes/idlw-shell.el: Fixed copyright notice.
11849
11850 * progmodes/idlwave.el: Fixed copyright notice.
11851
11852 * textmodes/reftex-dcr.el (reftex-view-crossref): Added SPACE and
11853 TAB as key separators.
11854
11855 2000-12-19 Alex Schroeder <alex@gnu.org>
11856
11857 * sql.el (sql-sybase-options): New option.
11858 (sql-sybase): Use it. Add sql-database to the list of parameters
11859 provided for login. The options -w 2048 -n are not used any more.
11860 (sql-postgres-options): Changed default from "--pset" to "-P".
11861 (sql-mysql-options): Doc change.
11862 (sql-stop): Doc change.
11863
11864 2000-12-19 Kenichi Handa <handa@etl.go.jp>
11865
11866 * international/quail.el (quail-input-method): Always hide
11867 the guidance buffer on exiting.
11868
11869 2000-12-18 Gerd Moellmann <gerd@gnu.org>
11870
11871 * tooltip.el (tooltip-mode): Signal an error if x-show-tip
11872 isn't fboundp.
11873
11874 * server.el (server-buffer-done): Bury the buffer before
11875 killing it.
11876
11877 * faces.el (face-spec-set): Interpret a nil in specs for
11878 foreground and background colors as `unspecified', for
11879 compatibility with 20.x.
11880
11881 2000-12-18 Dave Love <fx@gnu.org>
11882
11883 * simple.el (mail-user-agent): Doc fix.
11884 (input-mode-8-bit): Removed.
11885
11886 * international/mule.el (set-keyboard-coding-system): Doc fix.
11887 (keyboard-coding-system): New option.
11888
11889 * mail/sendmail.el (send-mail-function): Customize.
11890
11891 2000-12-18 Eli Zaretskii <eliz@is.elta.co.il>
11892
11893 * international/codepage.el (cp866-decode-table): New table.
11894
11895 2000-12-18 Gerd Moellmann <gerd@gnu.org>
11896
11897 * version.el (emacs-version): Remove `%a' from the time format
11898 because the weekday doesn't fit well into each locale.
11899
11900 2000-12-18 Miles Bader <miles@gnu.org>
11901
11902 * image-file.el (image-file-name-extensions): Add "pgm" and "ppm".
11903
11904 * textmodes/artist.el (artist-replace-chars, artist-replace-char):
11905 Check that emacs-major-version is `=' to 20, not `>='.
11906 (artist-replace-chars): Use `make-string' instead of a loop.
11907
11908 2000-12-17 Stefan Monnier <monnier@cs.yale.edu>
11909
11910 * pcvs.el (cvs-diff-backup-extractor): Return full-path for file.
11911 (cvs-execute-single-file): Don't change directory.
11912 Patch from Per Cederqvist.
11913
11914 2000-12-16 Eli Zaretskii <eliz@is.elta.co.il>
11915
11916 * textmodes/ispell.el (check-ispell-version):
11917 If `ispell-program-name' is "aspell", pass it the -v switch instead
11918 of -vv.
11919
11920 2000-12-16 Kenichi Handa <handa@etl.go.jp>
11921
11922 * international/mule-diag.el (mule-diag): Insert information about
11923 configure options, multibyte awareness, language env.
11924
11925 * international/ja-dic-cnv.el (skkdic-get-candidate-list): Fix the
11926 regexp to search for candidates.
11927
11928 2000-12-15 Eli Zaretskii <eliz@is.elta.co.il>
11929
11930 * info.el (Info-forward-node): If the node has an
11931 Info-header-line, widen the buffer before searching for "next:"
11932 and "up:" pointers, and set the search limit to stay in the
11933 current node.
11934
11935 2000-12-16 Miles Bader <miles@gnu.org>
11936
11937 * simple.el (delete-trailing-whitespace): Remove extraneous let.
11938
11939 2000-12-15 Miles Bader <miles@gnu.org>
11940
11941 * comint.el (comint-send-string, comint-send-region): Also accept
11942 a buffer, buffer-name, or nil for PROCESS, for compatibility with
11943 process-send-string/region.
11944
11945 2000-12-15 Gerd Moellmann <gerd@gnu.org>
11946
11947 * isearch.el (isearch-lazy-highlight-max): New user-option.
11948 (isearch-lazy-highlight-update): Don't highlight more than
11949 isearch-lazy-highlight-max matches.
11950
11951 * mail/mh-utils.el (mh-find-path): Set read-mail-command.
11952
11953 2000-12-15 Richard M. Stallman <rms@gnu.org>
11954
11955 * sort.el (sort-columns): Fix error message.
11956
11957 * dabbrev.el (dabbrev--last-case-pattern): Value is now
11958 `upcase' or `downcase' or nil.
11959 (dabbrev-expand): Don't do anything with dabbrev--last-case-pattern.
11960 Pass new record-case-pattern arg to dabbrev--substitute-expansion.
11961 (dabbrev--substitute-expansion): New arg record-case-pattern.
11962 If it is non-nil, set dabbrev--last-case-pattern.
11963 If ABBREV is " ", use dabbrev--last-case-pattern to change EXPANSION.
11964
11965 * dabbrev.el (dabbrev--find-expansion): Remove extra nreverse.
11966
11967 2000-12-15 Miles Bader <miles@gnu.org>
11968
11969 * paths.el (Info-default-directory-list): Don't delete
11970 configure-info-directory from the list of standard info
11971 directories when appending it to the end -- their order is important.
11972
11973 * faces.el (read-face-attribute): If there's no entry for the
11974 user's input in VALID, just use it as-is (this will often result
11975 in an error, but it may be OK for e.g. colors using hexadecimal
11976 notation, and at least will yield a better error message).
11977
11978 * window.el (mode-line-window-height-fudge): Function removed.
11979 (height-affecting-face-attributes, mode-line-window-height-fudge):
11980 Variables removed.
11981 * textmodes/ispell.el (ispell-overlay-window): Ensure that the new
11982 window is really the right size. Use vertical-motion
11983 rather than forward-line.
11984 (ispell-help): Don't use ispell-mode-line-window-height-fudge.
11985 (ispell-command-loop, ispell-show-choices): Use the variable
11986 ispell-choices-win-default-height, rather than the function.
11987 (ispell-choices-win-default-height): Function removed.
11988 (ispell-mode-line-window-height-fudge): Function removed.
11989
11990 2000-12-14 Stefan Monnier <monnier@cs.yale.edu>
11991
11992 * add-log.el (add-change-log-entry): Only expand-file-name if non-nil.
11993
11994 2000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
11995
11996 * paths.el (Info-default-directory-list):
11997 If configure-info-directory is not one of the standard directories,
11998 put it first in the list; otherwise put it last. Doc string
11999 changed accordingly.
12000
12001 * info.el (Info-directory-list): Change doc string to reflect the
12002 change in Info-default-directory-list.
12003
12004 * simple.el (delete-key-deletes-forward-mode): Treat ms-dos and
12005 windows-nt as windowed environments, even under -nw.
12006
12007 * startup.el (command-line): Don't call x-backspace-delete-keys-p
12008 if not fboundp. Switch delete-forward mode for the <delete> key
12009 on all PC platforms, even under -nw.
12010
12011 * term/internal.el ([M-delete]): Remap to M-d.
12012
12013 2000-12-14 Gerd Moellmann <gerd@gnu.org>
12014
12015 * emacs-lisp/lisp-mnt.el: Change maintainer to FSF.
12016
12017 2000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
12018
12019 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
12020
12021 2000-12-14 Gerd Moellmann <gerd@gnu.org>
12022
12023 * startup.el (command-line): Call delete-key-deletes-forward-mode,
12024 if appropriate.
12025
12026 * simple.el (delete-key-deletes-forward): New user-option.
12027 (delete-key-deletes-forward-mode): New function.
12028
12029 * bindings.el: Bind `delete' to backward-delete-char.
12030
12031 * emacs-lisp/easymenu.el (easy-menu-current-active-maps):
12032 Test if symbol is bound before getting its value.
12033
12034 * tooltip.el (tooltip-show): If an error is signaled in
12035 x-show-tip, display that error, and display the help in the
12036 echo area.
12037
12038 2000-12-14 Kenichi Handa <handa@etl.go.jp>
12039
12040 * international/ja-dic-cnv.el (skkdic-set-okuri-nasi):
12041 Show "... entries" messages for every 10000 entries, not 10.
12042
12043 2000-12-13 Karl Fogel <kfogel@red-bean.com>
12044
12045 * bookmark.el: Provide a generic exit hook, as suggested by
12046 Ovidiu Predescu <ovidiu@cup.hp.com>:
12047 (bookmark-exit-hook): New var.
12048 (bookmark-exit-hook-internal): New func, replaces
12049 old raw lambda form in `kill-emacs-hook', and runs new
12050 `bookmark-exit-hooks'. No longer tests for the bookmark feature,
12051 as logically that feature must have been provided if this function
12052 is running.
12053 Removed ;;;###autoload before the `add-hook' call.
12054
12055 2000-12-13 Stefan Monnier <monnier@cs.yale.edu>
12056
12057 * emacs-lisp/easymenu.el (easy-menu-define): Setup indentation.
12058 (easy-menu-current-active-maps): New function.
12059 (easy-menu-get-map): Use it.
12060 Make a proper menu entry when creating a new keymap.
12061
12062 2000-12-13 Kenichi Handa <handa@etl.go.jp>
12063
12064 * international/characters.el: Fix cases and syntaxes for
12065 mule-unicode-0100-24ff.
12066
12067 * dired.el (dired-move-to-filename-regexp): Fixed for the case
12068 that a Japanese character is not appended after day and year.
12069
12070 * info.el (Info-suffix-list): Change format for a command that
12071 requires arguments.
12072 (info-insert-file-contents): Adjusted for the above change.
12073
12074 2000-12-12 Andreas Schwab <schwab@suse.de>
12075
12076 * tar-mode.el (tar-extract): Base the name of the subfile buffer
12077 on the name of the tar buffer. Verify that the existing buffer is
12078 visiting the same subfile.
12079
12080 2000-12-12 Dave Love <fx@gnu.org>
12081
12082 * subdirs.el: Add obsolete.
12083
12084 2000-12-12 Gerd Moellmann <gerd@gnu.org>
12085
12086 * mail/rmailsum.el (rmail-summary-expunge)
12087 (rmail-summary-expunge-and-save): Use rmail-expunge-confirmed
12088 instead of rmail-confirm-expunge.
12089
12090 * replace.el (perform-replace): Don't use an empty match adjacent
12091 to a non-empty match when computing the next match before the
12092 replacement is performed.
12093
12094 2000-12-12 Milan Zamazal <pdm@freesoft.cz>
12095
12096 * progmodes/glasses.el: Use `define-minor-mode' for the minor mode
12097 definition (patch by Stefan Monnier).
12098 (glasses-mode): Use jit-lock instead of `after-change-functions'
12099 (patch by Stefan Monnier).
12100
12101 2000-12-12 Miles Bader <miles@gnu.org>
12102
12103 * info.el (Info-last-preorder): Don't barf on nodes without a prev.
12104 (Info-scroll-down): Respect `Info-scroll-prefer-subnodes'.
12105
12106 2000-12-12 Andrew Choi <akochoi@i-cable.com>
12107
12108 * term/mac-win.el: Remove load for ls-lisp.
12109
12110 * loadup.el: Load ls-lisp for system-type `macos'.
12111
12112 2000-12-12 Miles Bader <miles@gnu.org>
12113
12114 * simple.el (delete-horizontal-space): Add BACKWARD-ONLY parameter.
12115 Respect field end too.
12116 (just-one-space): Respect fields as `delete-horizontal-space'.
12117 (newline-and-indent, reindent-then-newline-and-indent):
12118 Use `delete-horizontal-space'.
12119
12120 2000-12-11 Stefan Monnier <monnier@cs.yale.edu>
12121
12122 * newcomment.el (comment-indent-new-line): Use delete-horizontal-space
12123 (so as to obey the field property in the minibuffer).
12124
12125 * obsolete/c-mode.el: Moved from lisp/progmodes.
12126 * obsolete/auto-show.el: Moved from lisp.
12127 * obsolete/ooutline.el: Moved from lisp/textmodes.
12128
12129 2000-12-11 Carsten Dominik <dominik@strw.leidenuniv.nl>
12130
12131 * progmodes/idlwave.el: Updated to IDLWAVE version 4.7. Too many
12132 changes to list them here.
12133
12134 * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.7.
12135 Too many changes to list them here.
12136
12137 * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.7.
12138 Too many changes to list them here.
12139
12140 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.7.
12141
12142 2000-12-11 Gerd Moellmann <gerd@gnu.org>
12143
12144 * simple.el (kill-new): Don't try to setcar kill-ring if it is nil.
12145
12146 * cus-edit.el (custom-save-variables, custom-save-faces):
12147 Comment fix.
12148
12149 * hscroll.el: Moved to `obsolete' subdir.
12150
12151 2000-12-11 Miles Bader <miles@gnu.org>
12152
12153 * window.el (window-text-height): Function removed (now in C).
12154
12155 2000-12-10 Stefan Monnier <monnier@cs.yale.edu>
12156
12157 * log-edit.el (log-edit-parent-buffer): New var.
12158 (log-edit): Set it. Add BUFFER argument.
12159 (log-edit-done): Use char-before.
12160 Don't bother checking validity of vc-comment-ring.
12161 Only bury the buffer if log-edit popped it up.
12162
12163 * pcvs.el: Update references to CVS-Edit (now Log-Edit).
12164 (cvs-mode-diff-help): Remove.
12165 (cvs-mode-commit): Use the new `log-edit' BUFFER argument.
12166 (cvs-mode-marked): Set up the default for CMD manually.
12167
12168 * pcvs-defs.el (cvs-mode-diff-map): Use minibuffer menu prompt.
12169 Remove binding for ? now made unnecessary.
12170
12171 2000-12-10 Carsten Dominik <dominik@strw.leidenuniv.nl>
12172
12173 * textmodes/reftex.el (reftex-scanning-info-available-p): New function.
12174 (reftex-TeX-master-file): Check for `tex-main-file' early enough.
12175
12176 * textmodes/reftex-global.el (reftex-create-tags-file): Fixed bug
12177 when master file is not open.
12178
12179 2000-12-09 Stefan Monnier <monnier@cs.yale.edu>
12180
12181 * progmodes/ada-stmt.el: Update `maintainer'.
12182
12183 2000-12-09 Stephen Gildea <gildea@stop.mail-abuse.org>
12184
12185 * time-stamp.el (time-stamp-old-format-warn): Reorder custom
12186 choices to match documentation string.
12187
12188 2000-12-09 Miles Bader <miles@gnu.org>
12189
12190 * minibuf-eldef.el: New file.
12191
12192 * window.el (fit-window-to-buffer): Don't pass last argument to
12193 pos-visible-in-window-p, now that its meaning is inverted.
12194
12195 2000-12-08 Eli Zaretskii <eliz@is.elta.co.il>
12196
12197 * image.el (create-image): Doc fix; spotted by Per Cederqvist
12198 <ceder@lysator.liu.se>.
12199
12200 2000-12-08 Stefan Monnier <monnier@cs.yale.edu>
12201
12202 * autoinsert.el (auto-insert-alist): Add missing final \n.
12203
12204 * pcvs-defs.el (cvs-menu): Move. Make submenu for diff commands.
12205 (cvs-menu-map): Remove.
12206 * pcvs.el (cvs-menu): Use `cvs-menu' rather than `cvs-menu-map'.
12207 (cvs-mode-quit): Turn it back into a plain function.
12208
12209 * textmodes/texnfo-upd.el (texinfo-chapter-level-regexp)
12210 (texinfo-filter): Remove (move to texinfo.el).
12211
12212 * textmodes/texinfo.el: Move the (require 'cl) to the front of the
12213 file where it's more visible.
12214 (texinfo-filter, texinfo-chapter-level-regexp): New variables
12215 moved from texnfo-upd.el (for AUCTeX's compatibility, originally).
12216 (texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter.
12217 (texinfo-inside-macro-p): Only catch `scan-error's.
12218 (texinfo-inside-env-p): Make better use of the match info.
12219 (texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'.
12220 (texinfo-insert-@end): Slight re-organization.
12221 Also remove useless `looking-at' call.
12222
12223 2000-12-08 Andrew Innes <andrewi@gnu.org>
12224
12225 * w32-fns.el: Add clipboard support from term/w32-win.el, so it is
12226 accessible in -nw mode.
12227
12228 * term/w32-win.el: Remove stuff about selection timeout, which is
12229 irrelevant on Windows. Move clipboard support to w32-fns.el, so
12230 it is accessible in -nw mode.
12231
12232 2000-12-08 Dave Love <fx@gnu.org>
12233
12234 * emacs-lisp/lisp-mode.el (lisp-mode):
12235 Set font-lock-keywords-case-fold-search.
12236
12237 2000-12-08 Gerd Moellmann <gerd@gnu.org>
12238
12239 * textmodes/ispell.el (ispell): Doc fix.
12240
12241 2000-12-08 Kenichi Handa <handa@etl.go.jp>
12242
12243 * international/quail.el (quail-insert-decode-map): Check the
12244 frame width of a window displaying the current buffer, not that of
12245 the selected frame.
12246 (quail-help): Make sure that the help buffer has window before
12247 inserting text in it.
12248
12249 2000-12-07 Sam Steingold <sds@gnu.org>
12250
12251 * loadup.el: Load emacs-lisp/backquote instead of autoloading.
12252 Backquote is used in isearch.el, so autoloading saves nothing.
12253
12254 2000-12-07 Eli Zaretskii <eliz@is.elta.co.il>
12255
12256 * startup.el (normal-top-level-add-subdirs-to-load-path):
12257 Ignore the CVS and RCS subdirectories case-insensitively.
12258
12259 * dired.el (dired-insert-directory): If file-system-info is
12260 fboundp, call it instead of invoking dired-free-space-program.
12261
12262 2000-12-07 Gerd Moellmann <gerd@gnu.org>
12263
12264 * server.el (server-visit-files): Push files on file-name-history.
12265
12266 * progmodes/cc-langs.el: Update copyright.
12267
12268 * progmodes/idlw-shell.el, progmodes/idlwave.el: Update copyright.
12269
12270 * bindings.el (mode-line-mode-menu): Add glasses-mode.
12271
12272 * bindings.el (mode-line-mode-menu): Reverse the order
12273 of define-keys so that the menu appears in alphabetical order.
12274
12275 2000-12-07 Milan Zamazal <pdm@freesoft.cz>
12276
12277 * progmodes/glasses.el (glasses-mode): Update mode line at the end
12278 of the function.
12279
12280 2000-12-07 Dave Love <fx@gnu.org>
12281
12282 * jka-compr.el (jka-compr-compression-info-list): Fix :type.
12283
12284 * facemenu.el (facemenu-unlisted-faces): Fix value.
12285
12286 2000-12-07 Stefan Monnier <monnier@cs.yale.edu>
12287
12288 * font-lock.el (font-lock-default-fontify-region):
12289 Include the terminating \n (off-by-one error).
12290 (font-lock-set-defaults): Use dolist.
12291
12292 * derived.el (define-derived-mode): Don't use combine-run-hooks.
12293
12294 2000-12-07 Kenichi Handa <handa@etl.go.jp>
12295
12296 * international/mule-cmds.el (describe-language-environment):
12297 Fix for the case that an input method title is not string but a list.
12298
12299 * ps-bdf.el (bdf-read-font-info): Modify the kludgy code for fonts
12300 of wrong SIZE record.
12301
12302 2000-12-06 Dave Love <fx@gnu.org>
12303
12304 * newcomment.el (comment-region, comment-dwim): Doc fix.
12305
12306 * textmodes/texinfo.el: Require tex-mode when compiling.
12307 (texinfo-update-node): Doc fix.
12308 (texinfo-imenu-generic-expression): Add @anchor.
12309 (texinfo-font-lock-keywords): Add @uref.
12310 (texinfo-inside-macro-p): Don't use ignore-errors.
12311 (texinfo-insert-quote): Match more contexts.
12312
12313 * international/mule.el (decode-char, encode-char): Doc fix.
12314 (auto-coding-alist): Customize.
12315
12316 * files.el (load-file): Fix change of 2000-03-12.
12317
12318 * wid-edit.el (widget-text-keymap): Doc fix.
12319
12320 2000-12-06 Andrew Innes <andrewi@gnu.org>
12321
12322 * makefile.w32-in (lisp): Set to an absolute directory, namely
12323 $(CURDIR).
12324
12325 2000-12-06 Eli Zaretskii <eliz@is.elta.co.il>
12326
12327 * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
12328 read generated-autoload-file, and set buffer-file-coding-system to
12329 raw-text-unix after reading the file.
12330
12331 * international/mule-conf.el (file-coding-system-alist):
12332 Use raw-text for reading loaddefs.el and raw-text-unix for writing it.
12333
12334 2000-12-06 Gerd Moellmann <gerd@gnu.org>
12335
12336 * replace.el (occur): Make line-number-width 1 smaller for the
12337 colon following the line number.
12338
12339 * startup.el (fancy-splash-text, command-line-1):
12340 Use `File' for the menu name instead of `Files'.
12341
12342 * tmm.el: Update copyright.
12343
12344 * cus-start.el: Add entry for even-window-heights.
12345
12346 2000-12-06 Miles Bader <miles@gnu.org>
12347
12348 * faces.el (frame-set-background-mode): Avoid stomping on
12349 locally modified faces.
12350
12351 2000-12-06 Kenichi Handa <handa@etl.go.jp>
12352
12353 * international/fontset.el: Correct the font registries for
12354 japanese-jisx0213-1 and japanese-jisx0213-2.
12355
12356 2000-12-05 Gerd Moellmann <gerd@gnu.org>
12357
12358 * textmodes/reftex-toc.el (reftex-toc-menu): Fix typo.
12359
12360 * iswitchb.el: Update customization commentary.
12361
12362 2000-12-05 Rob Riepel <riepel@Stanford.EDU>
12363
12364 * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
12365 (tpu-search-highlight): Fixed comparison of overlay end positions.
12366 (tpu-trim-line-ends): Implemented trimming logic locally.
12367
12368 * emulation/tpu-extras.el (tpu-write-file-hook)
12369 (tpu-set-cursor-bound): Replaced picture-clean with tpu-trim-line-ends.
12370
12371 2000-12-05 Kenichi Handa <handa@etl.go.jp>
12372
12373 * language/chinese.el (chinese-iso-8bit): Change mime-charset name
12374 to cn-gb.
12375 (cn-gb, gb2312): New aliases for chinese-iso-8bit.
12376
12377 2000-12-04 Dave Love <fx@gnu.org>
12378
12379 * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case.
12380
12381 2000-12-04 Gerd Moellmann <gerd@gnu.org>
12382
12383 * mail/rmailsum.el (rmail-summary-expunge)
12384 (rmail-summary-expunge-and-save): Ask for confirmation with
12385 rmail-expunge-confirmed.
12386
12387 * mail/rmail.el (rmail-expunge-confirmed): New function.
12388 (rmail-expunge): Use it.
12389
12390 2000-12-04 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
12391
12392 * progmodes/etags.el (tag-partial-file-name-match-p): New function.
12393 (etags-recognize-tags-table, find-tag-in-order):
12394 New functionality: interpret file names as tags.
12395
12396 2000-12-04 Eli Zaretskii <eliz@is.elta.co.il>
12397
12398 * info.el (Info-scroll-prefer-subnodes): New defcustom.
12399 (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't visit
12400 the first subnode until the bottom of the current node is visible.
12401
12402 2000-12-04 Gerd Moellmann <gerd@gnu.org>
12403
12404 * format.el (format-decode): Don't change buffer's undo list.
12405
12406 2000-12-04 Kenichi Handa <handa@etl.go.jp>
12407
12408 * faces.el (face-font-registry-alternatives): Add entries for CJK
12409 fonts. Doc-string adjusted for the actual usage of this data.
12410
12411 * international/fontset.el: Change the font registries for CJK
12412 fonts in the default fontset. Don't append '*' to registries.
12413
12414 2000-12-03 Stefan Monnier <monnier@cs.yale.edu>
12415
12416 * emacs-lisp/easy-mmode.el (define-derived-mode)
12417 (easy-mmode-derived-mode-p): Remove (moved to derived.el).
12418
12419 * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
12420 (derived-mode-p): New function.
12421 (derived-mode-make-docstring): Add `docstring' argument.
12422 Use it if available and complete it if necessary.
12423
12424 2000-12-03 Andreas Schwab <schwab@suse.de>
12425
12426 * type-break.el (type-break): Don't make parent of itself.
12427
12428 2000-12-03 Miles Bader <miles@gnu.org>
12429
12430 * simple.el (delete-trailing-whitespace): Don't delete newlines too.
12431
12432 2000-12-02 Stefan Monnier <monnier@cs.yale.edu>
12433
12434 * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
12435 (tex-main-file, tex-file): Simplify.
12436 (tex-generate-zap-file-name): Use subst-char-in-string.
12437 (tex-strip-dots): Remove.
12438
12439 * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
12440
12441 * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
12442 to check if the match succeeded.
12443
12444 2000-12-02 Gerd Moellmann <gerd@gnu.org>
12445
12446 * startup.el (use-fancy-splash-screens-p): New function.
12447 (command-line-1): Use it to determine whether or not to use
12448 a fancy splash screen.
12449
12450 2000-12-02 Andreas Schwab <schwab@suse.de>
12451
12452 * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
12453
12454 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
12455
12456 * international/mule.el (make-char): Fix last change.
12457
12458 * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
12459 New defcustoms.
12460 (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
12461 autoloading tex-mode; instead, do the same manually.
12462 Use texinfo-open-quote and texinfo-close-quote. Insert literal quote
12463 with numeric argument. Docstring fix.
12464 (toplevel): Require cl when compiling.
12465
12466 * international/mule.el (make-char): Doc fix.
12467
12468 2000-12-02 Jason Rumney <jasonr@gnu.org>
12469
12470 * term/w32-win.el (x-select-enable-clipboard): Customize (as per
12471 the Emacs Lisp manual)
12472
12473 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
12474
12475 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
12476
12477 * term/pc-win.el (x-select-enable-clipboard): Customize (as per
12478 the Emacs Lisp manual).
12479
12480 2000-12-02 Gerd Moellmann <gerd@gnu.org>
12481
12482 * simple.el (next-line-add-newlines): Change default to nil.
12483
12484 2000-12-01 Eli Zaretskii <eliz@is.elta.co.il>
12485
12486 * files.el (revert-buffer, recover-file):
12487 Bind coding-system-for-read to emacs-mule-unix, not to no-conversion.
12488
12489 2000-12-01 Gerd Moellmann <gerd@gnu.org>
12490
12491 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
12492
12493 2000-12-01 Miles Bader <miles@gnu.org>
12494
12495 * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
12496
12497 2000-12-01 Kenichi Handa <handa@etl.go.jp>
12498
12499 * international/mule-diag.el (describe-char-after): Fix typo.
12500 (describe-character-set, non-iso-charset-alist): Fix typo.
12501
12502 2000-12-01 Miles Bader <miles@gnu.org>
12503
12504 * image-file.el (image-file-name-regexp): Automatically add
12505 upper-case variants of each filename extension in
12506 `image-file-name-extensions', since they seem to be common.
12507
12508 * simple.el (minibuffer-contents)
12509 (minibuffer-contents-no-properties, delete-minibuffer-contents):
12510 New functions.
12511 * filecache.el (file-cache-directory-name)
12512 (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
12513
12514 2000-12-01 Milan Zamazal <Milan.Zamazal@qbizm.com>
12515
12516 * filecache.el (file-cache-minibuffer-complete): Don't try to
12517 delete the minibuffer prompt.
12518
12519 2000-11-30 Dave Love <fx@gnu.org>
12520
12521 * cus-start.el: Fix read-buffer-function type.
12522
12523 2000-11-30 Gerd Moellmann <gerd@gnu.org>
12524
12525 * md5.el: Removed. There's a built-in function, now.
12526
12527 2000-11-30 Markus Rost <rost@math.ohio-state.edu>
12528
12529 * mail/rmail.el (rmail-set-message-counters): Don't use "D"
12530 as dummy 0-th char of rmail-deleted-vector.
12531
12532 2000-11-30 Eli Zaretskii <eliz@is.elta.co.il>
12533
12534 * ps-print.el (ps-end-job): Bind case-fold-search only after
12535 switching to ps-spool-buffer.
12536
12537 2000-11-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12538
12539 * ps-print.el: Line number font customization. PostScript: Lines and
12540 PageCount are initialized on each page. Doc Fix.
12541 (ps-print-version): New version number (6.3.2).
12542 (ps-lpr-switches, ps-font-info-database, ps-font-size)
12543 (ps-header-font-size, ps-header-title-font-size, ps-left-header)
12544 (ps-right-header): Customization fix.
12545 (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
12546 Fix code.
12547 (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
12548 New vars.
12549
12550 2000-11-30 Gerd Moellmann <gerd@gnu.org>
12551
12552 * bs.el: Fix typos and spelling errors.
12553 (bs-appearance) <defgroup>: Renamed from bs-appearence.
12554 (bs-configuration): Doc fix.
12555
12556 * bs.el: Undo mistaken change of 2000-11-28. Update copyright.
12557
12558 2000-11-30 Rob Riepel <riepel@Stanford.EDU>
12559
12560 * emulation/tpu-edt.el (tpu-version): New version.
12561 (tpu-search-overlay, tpu-replace-overlay): New initial range.
12562 (tpu-original-mode-line): Variable deleted.
12563 (tpu-mark-flag): New initial value.
12564 (tpu-set-mode-line): Don't redefine mode-line-format.
12565 Add tpu-mark-flag to minor-mode-alist.
12566 (tpu-update-mode-line): New mark flag logic.
12567 (tpu-get): Use find-file-wildcards.
12568 (tpu-search-highlight): Move overlay less, reset overlay properly.
12569 (tpu-unselect): Deactivate mark.
12570 (tpu-lm-replace): Reset overlay properly.
12571 (tpu-forward-line): Use forward-visible-line.
12572 (tpu-edt-on): Set transient mark mode. ispell autoloads deleted.
12573
12574 * emulation/tpu-extras.el (tpu-forward-line): Use forward-visible-line.
12575
12576 2000-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
12577
12578 * cus-edit.el (custom-face-value-create): Always emphasize tag.
12579
12580 2000-11-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
12581
12582 * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
12583 and skip whitespace and newlines.
12584
12585 2000-11-30 Stefan Monnier <monnier@cs.yale.edu>
12586
12587 * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
12588
12589 2000-11-29 Gerd Moellmann <gerd@gnu.org>
12590
12591 * help.el (describe-function-1): Regexp-quote function name
12592 when used as part of a regexp.
12593
12594 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
12595 Use face-attribute instead of face-foreground and face-background.
12596 (tool-bar-add-item): Likewise, and handle unspecified colors.
12597
12598 * enriched.el (enriched-face-ans): Use face-attribute instead
12599 of face-foreground and face-background.
12600
12601 * faces.el (face-foreground, face-background, face-stipple):
12602 Return nil if attribute is unspecified, for backward compatibility.
12603
12604 * files.el (auto-mode-alist): Add an entry for antlr-mode.
12605
12606 * play/5x5.el: Remove version info.
12607
12608 * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
12609
12610 * frame.el (blink-cursor-mode): Doc fix.
12611
12612 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
12613
12614 * antlr-mode.el: New commands to run ANTLR from within Emacs and
12615 to create Makefile rules.
12616 (antlr-tool-command): New user option.
12617 (antlr-ask-about-save): New user option.
12618 (antlr-makefile-specification): New user option.
12619 (antlr-file-formats-alist): New variable.
12620 (antlr-special-file-formats): New variable.
12621 (antlr-unknown-file-formats): New user option.
12622 (antlr-help-unknown-file-text): New variable.
12623 (antlr-help-rules-intro): New variable.
12624 (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
12625 (antlr-mode-menu): Add entries.
12626 (antlr-file-dependencies): New function.
12627 (antlr-directory-dependencies): New function.
12628 (antlr-superclasses-glibs): New function.
12629 (antlr-run-tool): New command.
12630 (antlr-makefile-insert-variable): New function.
12631 (antlr-insert-makefile-rules): New function.
12632 (antlr-show-makefile-rules): New command.
12633
12634 * antlr-mode.el: More Emacs/XEmacs stuff.
12635 (antlr-no-action-keywords): New constant with value nil.
12636 (antlr-font-lock-keywords-alist): Use it. Old value would break
12637 syntax highlighting in Emacs-21.0.
12638 (antlr-default-directory): Emacs/XEmacs dependend function.
12639 (antlr-read-shell-command): Ditto.
12640 (antlr-with-displaying-help-buffer): Ditto.
12641
12642 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
12643
12644 * antlr-mode.el: imenu, parsing and highlighting changes.
12645 (antlr-imenu-create-index-function): Don't create extra submenus
12646 for definitions in different grammar classes. It is not necessary
12647 for the menu and would make command `imenu' awkward to use.
12648 (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
12649 header actions and more than one.
12650 (antlr-font-lock-tokendef-face): Changed color.
12651 (antlr-font-lock-tokenref-face): Changed color.
12652 (antlr-font-lock-additional-keywords): Also highlight lowercase.
12653 (antlr-mode-syntax-table): New variable.
12654 (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
12655 (antlr-with-syntax-table): Don't copy syntax table.
12656
12657 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
12658
12659 * antlr-mode.el: Minor changes: language setting.
12660 (antlr-language-alist): The value for file option "language" can
12661 be both an identifier and a string.
12662 Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
12663 (antlr-language-limit-n-regexp): Change accordingly.
12664
12665 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
12666
12667 * antlr-mode.el: Minor changes: tabs, hiding.
12668 (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
12669 (antlr-action-visibility): Also allow value nil to also hide the
12670 braces. Renamed from `antlr-tiny-action-length'.
12671 Suggested by Jay@aol.com.
12672 (antlr-hide-actions): Change accordingly. Hide line if completely
12673 hidden action is on a line of its own.
12674
12675 2000-11-29 Stefan Monnier <monnier@cs.yale.edu>
12676
12677 * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
12678
12679 * sort.el (sort-columns): Don't concat strings with numbers.
12680
12681 2000-11-29 Dave Love <fx@gnu.org>
12682
12683 * cus-edit.el (face): Fix :format.
12684
12685 * mail/feedmail.el: Require smtpmail when compiling.
12686 (mail-do-fcc): Autoload.
12687 (feedmail) <defgroup>: Fix :link.
12688 (feedmail-nuke-body-in-fcc): Fix :type.
12689 (feedmail-send-it): Add autoload cookie.
12690
12691 2000-11-29 Stefan Monnier <monnier@cs.yale.edu>
12692
12693 * newcomment.el (comment-indent): Save excursion around call to
12694 comment-indent-function.
12695
12696 2000-11-29 Miles Bader <miles@gnu.org>
12697
12698 * subr.el (member-ignore-case): Return the tail of the list who's
12699 car matches, like `member', not the matching element itself.
12700
12701 2000-11-29 Kenichi Handa <handa@etl.go.jp>
12702
12703 * xml.el (xml-parse-tag): Fix finding opening tag. A tag name
12704 should not contain `\n'.
12705
12706 2000-11-28 Gerd Moellmann <gerd@gnu.org>
12707
12708 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
12709
12710 * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
12711
12712 * dired-aux.el (dired-do-create-files): Construct default file
12713 name for dired-mark-read-file-name so that when the user enters
12714 just RET, the target file will end up in the target directory.
12715
12716 * abbrev.el (prepare-abbrev-list-buffer): Get the value of
12717 local-abbrev-table before changing buffers because it might
12718 have a buffer-local binding.
12719
12720 2000-11-28 Miles Bader <miles@gnu.org>
12721
12722 * simple.el (delete-horizontal-space): Handle fields more generally.
12723
12724 2000-11-28 Gerd Moellmann <gerd@gnu.org>
12725
12726 * simple.el (delete-horizontal-space): Handle minibuffer prompt.
12727
12728 2000-11-28 Dave Love <fx@gnu.org>
12729
12730 * progmodes/ps-mode.el (ps-mode): Set comment-start and
12731 comment-start-skip locally.
12732
12733 * progmodes/fortran.el (fortran-mode): Don't set
12734 fortran-comment-line-start-skip. Set comment-start to
12735 fortran-comment-line-start.
12736 (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
12737 (fortran-comment-line-start-skip): Simplify slightly.
12738
12739 2000-11-28 Gerd Moellmann <gerd@gnu.org>
12740
12741 * play/5x5.el: Remove RCS keyword.
12742
12743 * bs.el: Mistaken commit, undone 2000-11-30.
12744
12745 2000-11-28 Milan Zamazal <pdm@freesoft.cz>
12746
12747 * textmodes/tildify.el (tildify-string-alist):
12748 Add `plain-tex-mode' here.
12749
12750 2000-11-28 Colin Walters <walters@cis.ohio-state.edu>
12751
12752 * chistory.el (Command-history-setup): Remove extraneous `keymap'
12753 reference.
12754
12755 2000-11-28 Miles Bader <miles@gnu.org>
12756
12757 * cus-face.el (custom-face-attributes): Add post-filter function
12758 for :box. Make pre-filter function for :box handle all cases.
12759
12760 * wid-edit.el (widget-choose): Make sure pop-up window is large
12761 enough to display all the choices, as there's no way to scroll it.
12762
12763 2000-11-28 Kenichi Handa <handa@etl.go.jp>
12764
12765 * international/mule-conf.el: Make the coding system no-conversion
12766 safe for all characters.
12767
12768 2000-11-27 Dave Love <fx@gnu.org>
12769
12770 * net/ldap.el (ldap) <defgroup>: Add :version.
12771
12772 * tooltip.el (tooltip-use-echo-area): Doc fix.
12773
12774 * cus-start.el <minibuffer-prompt-properties>: Add version.
12775 <read-buffer-function>: Add.
12776
12777 * apropos.el (apropos-print): Add help-echo to active text.
12778
12779 * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
12780
12781 2000-11-27 Gerd Moellmann <gerd@gnu.org>
12782
12783 * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
12784 type, group and version.
12785
12786 2000-11-27 Eli Zaretskii <eliz@is.elta.co.il>
12787
12788 * select.el (x-get-selection): Docstring fix.
12789
12790 2000-11-27 Dave Pearson <davep@hagbard.demon.co.uk>
12791
12792 * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
12793
12794 2000-11-27 Andrew Innes <andrewi@gnu.org>
12795
12796 * makefile.nt (.SUFFIXES): Add .SUFFIXES.
12797
12798 * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
12799
12800 2000-11-27 Miles Bader <miles@gnu.org>
12801
12802 * dired.el (dired-get-filename): Return filename verbatim if
12803 LOCALP is `verbatim'.
12804 * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
12805 `verbatim' so that we don't inadvertently delete a non-existant
12806 directory name.
12807
12808 2000-11-27 Kenichi Handa <handa@etl.go.jp>
12809
12810 * international/characters.el: Specify cases and syntaxes for
12811 mule-unicode-0100-24ff.
12812
12813 2000-11-27 Gerd Moellmann <gerd@gnu.org>
12814
12815 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
12816 that foreground and/or background colors of the face `tool-bar'
12817 are unspecified.
12818
12819 2000-11-27 Miles Bader <miles@gnu.org>
12820
12821 * wid-edit.el (widget-field-buffer, widget-field-start)
12822 (widget-field-end): Handle widget field `pseudo-overlays'.
12823 (widget-field-value-delete): Delete WIDGET from `widget-field-new'
12824 if it's there instead of in `widget-field-list'.
12825
12826 * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
12827 (help-make-xrefs): Delete extraneous newlines at the end of the
12828 docstring.
12829
12830 2000-11-25 Jason Rumney <jasonr@gnu.org>
12831
12832 * startup.el (command-line): Call set-locale-environment after
12833 Window System init file is read, as it can result in a call to
12834 redraw-frame.
12835
12836 2000-11-25 Eli Zaretskii <eliz@is.elta.co.il>
12837
12838 * simple.el (shell-command): Mention the effect of the prefix
12839 argument in the doc string.
12840
12841 2000-11-25 Miles Bader <miles@gnu.org>
12842
12843 * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
12844
12845 * wid-edit.el (widget-field-value-delete): Don't try to delete
12846 overlay when it's the `pseudo-overlay' that exists at some points.
12847
12848 2000-11-24 Jason Rumney <jasonr@gnu.org>
12849
12850 * international/mule-cmds.el (locale-language-names): Add "jp" as
12851 a non-standard alternative for Japanese.
12852
12853 2000-11-24 Andre Spiegel <spiegel@gnu.org>
12854
12855 * vc-hooks.el: Require 'cl during compilation.
12856
12857 2000-11-24 Gerd Moellmann <gerd@gnu.org>
12858
12859 * faces.el (face-set-after-frame-default): Let face attributes
12860 specified for new frames override frame parameters.
12861
12862 * startup.el (command-line): Fix computation of the source file
12863 for user-init-file when user-init-file is a compiled file.
12864
12865 2000-11-24 Miles Bader <miles@gnu.org>
12866
12867 * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
12868 (custom-post-filter-face-spec): New functions.
12869 (custom-face-set, custom-face-value-create): Filter the face spec
12870 before and after customization.
12871 (custom-face-set): If VALUE specifies a null face, pass a
12872 non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
12873 * cus-face.el (custom-face-attributes): Remove SET and GET
12874 functions. Add some IN-FILTER and OUT-FILTER functions in the few
12875 cases they're needed.
12876
12877 * wid-edit.el (checkbox): Add a small `X' to the :on-glyph, so
12878 that it's distinguishable from the :off-glyph on dark-background
12879 displays. Set its background color too.
12880
12881 * cus-start.el (all): Restore entry for `mode-line-inverse-video',
12882 so that people can easily turn it off.
12883
12884 2000-11-24 Michael Kifer <kifer@cs.sunysb.edu>
12885
12886 * ediff-diff.el: Moved variables around to have it compile under NT.
12887
12888 * ediff-help.el (ediff-use-long-help-message): Made it customizable.
12889
12890 * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
12891
12892 * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
12893 redundant skip-small-frames test.
12894
12895 * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
12896 (viper-downgrade-to-insert): Protect against errors in hooks.
12897
12898 * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
12899 (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
12900 (viper-restore-cursor-type,viper-set-insert-cursor-type):
12901 New functions.
12902
12903 * viper-util.el (viper-memq-char): Bug fixes.
12904
12905 * viper.el (viper-mode): Fix cursor handling.
12906
12907 2000-11-24 Kenichi Handa <handa@etl.go.jp>
12908
12909 * international/mule-diag.el (list-iso-charset-chars):
12910 For two-byte charset, fix the `while' condition.
12911 (list-non-iso-charset-chars): Fix the `while' condition.
12912
12913 2000-11-23 Stefan Monnier <monnier@cs.yale.edu>
12914
12915 * subr.el (add-hook, remove-hook): Don't call make-local-hook
12916 if the variable is make-variable-buffer-local.
12917
12918 * progmodes/ada-stmt.el (ada-template-map):
12919 Initialize and bind it to C-c t in ada-mode-map.
12920 (ada-stmt-mode-hook): New function extracted from old code.
12921 Only change the buffer-local side of skeleton-*.
12922 (ada-mode-hook): Use it.
12923
12924 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
12925
12926 * iswitchb.el (iswitchb-minibuf-depth): New variable.
12927 (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
12928 we expect to be returned by minibuffer-depth once we prompt the
12929 user in the minibuffer.
12930 (iswitchb-entryfn-p): If minibuffer-depth returns the same value
12931 as recorded in iswitchb-minibuf-depth, return non-nil.
12932
12933 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
12934
12935 * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
12936 (hscroll-window-maybe): Docstring fix.
12937
12938 2000-11-23 Dave Love <fx@gnu.org>
12939
12940 * rect.el (string-rectangle): Don't test delete-selection-mode.
12941
12942 2000-11-23 Gerd Moellmann <gerd@gnu.org>
12943
12944 * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
12945 is in the tool bar.
12946
12947 * dired-aux.el (dired-add-entry): Don't call dired-get-filename
12948 with `no-dir'; we want the directory part to be able to remove it.
12949
12950 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
12951
12952 * textmodes/outline.el (outline-flag-region):
12953 Don't bind inhibit-read-only since we don't modify the buffer.
12954 (outline-isearch-open-invisible): Don't jump to overlay-start
12955 since we're trying to unhide text around point.
12956 (outline-discard-overlays): Use dolist.
12957
12958 * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
12959
12960 2000-11-22 Gerd Moellmann <gerd@gnu.org>
12961
12962 * mail/rmail.el (rmail-confirm-expunge): Default to y-or-n-p.
12963
12964 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
12965
12966 * textmodes/tex-mode.el (tex-font-lock-keywords-1):
12967 Fix ARG regexp to skip quoted braces.
12968 (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
12969 Remove `bf' and `it' from `bold' and `italic' (they were wrong and
12970 are (correctly) handled separately).
12971 Remove `caption' and `footnote' from `citations': they contain text.
12972 Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
12973 (latex-skeleton-end-hook): New function.
12974 (latex-mode): Use it.
12975 (tex-start-tex-marker): Remove.
12976 (tex-send-tex-command): Don't set tex-start-tex-marker.
12977 (tex-error-parse-syntax-table): New var.
12978 (tex-compilation-parse-errors): Use it.
12979 Ignore tex-start-tex-marker. Don't bother with marker-position.
12980 (tex-validate-buffer): Don't bother with marker-position.
12981
12982 * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
12983 (flyspell-generic-progmode-verify): Use it.
12984
12985 2000-11-22 Sam Steingold <sds@gnu.org>
12986
12987 * simple.el (delete-trailing-whitespace): New interactive function.
12988
12989 * progmodes/ada-mode.el (ada-mode): Use it instead of
12990 `ada-remove-trailing-spaces'.
12991 (ada-remove-trailing-spaces): Removed.
12992
12993 * textmodes/two-column.el (2C-merge): Recommend it in the doc.
12994
12995 * textmodes/picture.el (picture-clean): Removed.
12996 (picture-mode-exit): Call it instead of `picture-clean'.
12997
12998 2000-11-22 Gerd Moellmann <gerd@gnu.org>
12999
13000 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
13001
13002 * hi-lock.el (hi-lock-refontify): Don't call non-existent
13003 jit-lock-fontify-buffer; it should anyway be unneccessary to
13004 do anything special when jit-lock is active.
13005 (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
13006
13007 2000-11-22 Dave Love <fx@gnu.org>
13008
13009 * calendar/todo-mode.el (todo-top-priorities): Use
13010 todo-tmp-buffer-name. From Milan Zamazal <Milan.Zamazal@qbizm.com>.
13011
13012 * language/chinese.el, language/cyrillic.el:
13013 * language/devanagari.el, language/ethiopic.el, language/greek.el:
13014 * language/hebrew.el, language/indian.el, language/japanese.el:
13015 * language/korean.el, language/lao.el, language/misc-lang.el:
13016 * language/thai.el, language/tibetan.el, language/vietnamese.el:
13017 Use provide.
13018
13019 * cus-edit.el (custom-buffer-create-internal): Save some consing.
13020 (custom-variable-set): Improve validation error mesage.
13021
13022 * rect.el (string-rectangle): Revert last change.
13023 (string-rectangle-line): New arg DELETE.
13024 (string-rectangle): Check delete-selection-mode.
13025
13026 * emacs-lisp/edebug.el (edebug-version)
13027 (edebug-maintainer-address): Deleted.
13028 (edebug-submit-bug-report): Just alias to report-emacs-bug.
13029 (edebug-read-function): Account for other `'#' read forms.
13030 (edebug-mode-menus): Make some items toggles.
13031 (edebug-outside-unread-command-event, unread-command-event):
13032 Remove these to avoid warnings.
13033
13034 2000-11-22 David Ponce <david@dponce.com>
13035
13036 * recentf.el (recentf-menu-items-for-commands)
13037 (recentf-make-menu-items, recentf-make-menu-item)
13038 (recentf-filter-changer): Added :help and :active menu-item properties.
13039
13040 (recentf-build-dir-rules, recentf-dump-variable)
13041 (recentf-edit-list, recentf-open-files-item)
13042 (recentf-open-files): Replaced unnecessary `mapcar' with new
13043 built-in `mapc'.
13044
13045 2000-11-23 Miles Bader <miles@gnu.org>
13046
13047 * faces.el (menu): Make inverse-video on ttys too.
13048
13049 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
13050
13051 * simple.el (comment-line-break-function): Use the new name
13052 indent-new-comment-line -> comment-indent-new-line.
13053 (clone-indirect-buffer): Don't ignore NORECORD.
13054 (next-completion): Properly handle the case where items are adjacent.
13055
13056 * mouse.el (popup-menu): Stupid typo.
13057
13058 2000-11-22 Gerd Moellmann <gerd@gnu.org>
13059
13060 * emacs-lisp/authors.el: Remove autoload cookies, add author,
13061 maintainer, keywords tags.
13062
13063 * rect.el (replace-rectangle): Don't call string-rectangle-line
13064 with too many arguments.
13065
13066 2000-11-22 Andre Spiegel <spiegel@gnu.org>
13067
13068 * ediff-util.el (ediff-file-checked-out-p)
13069 (ediff-file-checked-in-p): Call vc-state instead of
13070 vc-locking-user, which no longer exists.
13071
13072 * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
13073
13074 2000-11-22 Dave Love <fx@gnu.org>
13075
13076 * md5.el (md5): Provide.
13077 (md5): Fix error call.
13078
13079 2000-11-22 Miles Bader <miles@gnu.org>
13080
13081 * textmodes/refill.el (refill-adjust-ignorable-overlay)
13082 (refill-fill-paragraph-at): Remove debugging code.
13083
13084 * calendar/calendar.el (generate-calendar-window): When we don't
13085 call `fit-window-to-buffer', make sure the top line is fully visible.
13086
13087 * image-file.el (insert-image-file): Don't make `read-only'
13088 property rear-nonsticky.
13089
13090 * isearch.el (isearch-original-minibuffer-message-timeout): New var.
13091 (isearch-mode): Set `minibuffer-message-timeout' to nil, after
13092 stashing away its original value.
13093 (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
13094 in the recursive edit.
13095 Bind `isearch-original-minibuffer-message-timeout' to protect it.
13096 (isearch-done): Restore `minibuffer-message-timeout'.
13097
13098 * cus-start.el: Remove entry for `mode-line-inverse-video'.
13099
13100 2000-11-21 Stefan Monnier <monnier@cs.yale.edu>
13101
13102 * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
13103
13104 * find-lisp.el (find-lisp-find-files-internal):
13105 Use dolist, when and file-name-as-directory.
13106
13107 * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
13108 (define-derived-mode, define-minor-mode): Add specs.
13109
13110 * window.el: General comment and spacing fixes.
13111 (save-selected-window): Use backquotes.
13112 (window-safely-shrinkable-p): New function.
13113 (shrink-window-if-larger-than-buffer): Use it.
13114
13115 * subr.el (make-local-hook): Docstring fix.
13116
13117 * shell.el (shell-mode): Use define-derived-mode.
13118
13119 * newcomment.el (comment-indent): Insert comment before calling
13120 comment-indent-function. Don't insert in column 0.
13121 (comment-dwim): Indent before inserting comment.
13122
13123 * isearch.el (isearch-mode-map): Fix docstring. Init in defvar.
13124 (minibuffer-local-isearch-map): Init in defvar. Use inheritance.
13125 (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
13126 Use mapc rather than map.
13127
13128 * files.el (find-buffer-visiting): Compare all attributes before
13129 declaring two files identical (rather than just their inode-no).
13130 (auto-mode-alist): Use \' rather than $.
13131
13132 * which-func.el: Update maintainer line.
13133
13134 * pcvs.el (uniquify-buffer-file-name): Remove advice.
13135 * uniquify.el (uniquify-list-buffers-directory-modes): New var.
13136 (uniquify-buffer-file-name): Use it.
13137
13138 2000-11-22 Miles Bader <miles@gnu.org>
13139
13140 * cus-start.el: Add entry for `minibuffer-prompt-properties'.
13141 * simple.el (minibuffer-avoid-prompt): New function.
13142
13143 2000-11-21 Gerd Moellmann <gerd@gnu.org>
13144
13145 * Makefile.in (.SUFFIXES): Add .SUFFIXES.
13146
13147 2000-11-21 Miles Bader <miles@gnu.org>
13148
13149 * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
13150 inclusion of `track-mouse'.
13151
13152 * textmodes/refill.el (refill-ignorable-overlay): New variable.
13153 (refill-adjust-ignorable-overlay): New function.
13154 (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
13155 only the paragraph's tail if possible.
13156 Update `refill-ignorable-overlay'.
13157 (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
13158
13159 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
13160 point inside the fill-prefix.
13161
13162 * textmodes/refill.el (refill-post-command-function): Don't reset
13163 refill-doit in the case where a self-insertion command doesn't
13164 case a refill. Use `refill-fill-paragraph-at', getting position
13165 from `refill-doit'.
13166 (refill-after-change-function): Set `refill-doit' to END.
13167 (refill-fill-paragraph-at): New function, mostly from old
13168 refill-fill-paragraph.
13169 (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
13170 (refill-pre-command-function): New function.
13171 (refill-mode): Add it to `pre-command-hook'.
13172
13173 2000-11-20 Gerd Moellmann <gerd@gnu.org>
13174
13175 * textmodes/artist.el (artist-mode): Fix autoload cookie.
13176
13177 * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
13178 javadoc tags.
13179
13180 2000-11-20 Andre Spiegel <spiegel@gnu.org>
13181
13182 * vc.el, vc-hooks.el: Undo prev change (moved functions back to
13183 vc.el).
13184
13185 * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
13186 require vc.
13187
13188 * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
13189 checkouts.
13190
13191 2000-11-20 Dave Love <fx@gnu.org>
13192
13193 * Makefile.in (DONTCOMPILE): Omit bindings.el.
13194
13195 2000-11-20 Eli Barzilay <eli@www.barzilay.org>
13196
13197 * calculator.el (calculator-paste): Use `if' instead of `and'
13198 and `or'.
13199 (calculator-help): Don't use electric-describe-mode for XEmacs.
13200
13201 2000-11-19 Gerd Moellmann <gerd@gnu.org>
13202
13203 * info.el (info-menu-5): Doc fix.
13204
13205 * textmodes/artist.el: New file.
13206
13207 2000-11-19 Andre Spiegel <spiegel@gnu.org>
13208
13209 * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
13210 and differentiate according to checkout model.
13211 (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
13212 since this function is only concerned with master state.
13213
13214 * vc-hooks.el (vc-workfile-unchanged-p)
13215 (vc-default-workfile-unchanged-p): Moved here from vc.el.
13216
13217 * vc.el (vc-workfile-unchanged-p)
13218 (vc-default-workfile-unchanged-p): See above.
13219
13220 2000-11-19 Miles Bader <miles@gnu.org>
13221
13222 * image-file.el (insert-image-file): Make `intangible' and
13223 `read-only' properties rear-nonsticky too.
13224
13225 2000-11-18 Gerd Moellmann <gerd@gnu.org>
13226
13227 * ps-print.el: Update copyright notice.
13228
13229 * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
13230 (tooltip-show): Use the offsets.
13231
13232 * bindings.el (mode-line-modified): Fix a typo.
13233 (mode-line-toggle-modified, mode-line-widen)
13234 (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
13235
13236 2000-11-17 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13237
13238 * ps-print.el (toplevel): Test for find-coding-system being
13239 fboundp before calling ps-x-find-coding-system.
13240
13241 2000-11-16 Stefan Monnier <monnier@cs.yale.edu>
13242
13243 * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
13244 (vc-version-backup-file): Docstring fix.
13245
13246 2000-11-16 Gerd Moellmann <gerd@gnu.org>
13247
13248 * files.el (basic-save-buffer): Don't add a newline if
13249 find-file-literally is non-nil.
13250 (find-file-literally): Extend doc string.
13251
13252 * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
13253 sort(1) with the `-f' argument.
13254
13255 2000-11-16 Andre Spiegel <spiegel@gnu.org>
13256
13257 * vc.el: Updated backend documentation.
13258 (vc-default-check-headers): New function.
13259
13260 * vc-{cvs,rcs,sccs}.el: Functions reordered.
13261
13262 * vc.el (vc-revert-buffer): Ask for confirmation if file seems
13263 up-to-date.
13264 (vc-do-command): In the asynchronous case, output messages only if
13265 the minibuffer is not active.
13266
13267 * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
13268 `vc-cvs-use-edit' is on.
13269 (vc-cvs-checkout): When this is used for reverting the workfile,
13270 make a backup of the original contents and revert to that in case
13271 of error.
13272 (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
13273 remote repositories.
13274
13275 * vc.el (vc-annotate): Changed handling of prefix arg; now asks
13276 for both version and ratio in the minibuffer.
13277
13278 * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
13279 Use vc-do-command to perform the annotation, not call-process.
13280
13281 2000-11-16 Kenichi Handa <handa@etl.go.jp>
13282
13283 * international/quail.el (quail-start-translation): Don't call
13284 `message' before reading key sequence.
13285
13286 2000-11-16 Miles Bader <miles@lsi.nec.co.jp>
13287
13288 * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
13289
13290 2000-11-16 Kenichi Handa <handa@etl.go.jp>
13291
13292 * window.el (fit-window-to-buffer): Be sure to acquire at least
13293 one text line even if the buffer is empty.
13294
13295 2000-11-16 Gerd Moellmann <gerd@gnu.org>
13296
13297 * net/ange-ftp.el (ange-ftp-file-writable-p)
13298 (ange-ftp-file-readable-p, ange-ftp-file-executable-p):
13299 Bind ange-ftp-process-verbose to nil.
13300
13301 2000-11-15 Dave Love <fx@gnu.org>
13302
13303 * wid-edit.el (widget-specify-field, widget-specify-button):
13304 If :help-echo is a function, set help-echo of overlay to
13305 widget-mouse-help.
13306 (widget-mouse-help): New function.
13307 (widget-echo-help): Rewritten for :help-echo functions only taking
13308 a widget arg.
13309
13310 * net/eudc-bob.el (eudc-bob-can-display-inline-images):
13311 Use display-graphic-p.
13312 (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
13313 and that JPEG is available.
13314 (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
13315
13316 * international/mule-cmds.el (locale-charset-language-names):
13317 Match @euro.
13318
13319 2000-11-15 Gerd Moellmann <gerd@gnu.org>
13320
13321 * faces.el (face-set-after-frame-default):
13322 If `inhibit-default-face-x-resources' is bound, don't intialize the
13323 default face from X resources.
13324
13325 2000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
13326
13327 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
13328 Don't set EMACSLOADPATH.
13329
13330 2000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
13331
13332 * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
13333 texinfo-insert-@url.
13334 (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
13335 (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
13336
13337 2000-11-14 Stefan Monnier <monnier@cs.yale.edu>
13338
13339 * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
13340 (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
13341 (checkdoc-minor-keymap): Backward compatibility.
13342 (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
13343 (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
13344 (checkdoc-this-string-valid-engine): Be a bit more strict
13345 to avoid matching substrings of `...' quoted vars/funs.
13346 (checkdoc-defun-info): Only look for `interactive' if alone.
13347 (debug-ignored-errors): Add "arg doesn't appear in docstring".
13348
13349 * progmodes/compile.el (grep): `tag-default' can be nil.
13350
13351 * newcomment.el (comment-indent): Paren typo.
13352
13353 2000-11-14 Dave Love <fx@gnu.org>
13354
13355 * calculator.el: New maintainer version.
13356
13357 * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
13358
13359 * cmuscheme.el: Doc fixes.
13360 (cmuscheme) <defgroup>: Use `scheme' as parent.
13361 (cmuscheme-program-name): Remove. Change uses to scheme-program-name.
13362
13363 * xscheme.el (scheme-program-name): Don't define here.
13364
13365 * progmodes/scheme.el (scheme-program-name): New variable
13366 (originally in cmuscheme).
13367
13368 2000-11-14 Miles Bader <miles@gnu.org>
13369
13370 * window.el (fit-window-to-buffer): Handle windows without mode-lines.
13371 Handle header-lines. Don't loop forever if we can't enlarge the
13372 window anymore. Simplify a bit.
13373
13374 2000-11-14 Kenichi Handa <handa@etl.go.jp>
13375
13376 * window.el (fit-window-to-buffer): Don't check
13377 window-text-height. Assure that the last line is fully visible.
13378
13379 * international/quail.el (quail-show-guidance-buf):
13380 Call fit-window-to-buffer to assure the enough height of the guidance
13381 buffer.
13382 (quail-update-guidance): Avoid making the guidance buffer shorter.
13383
13384 2000-11-14 Stefan Monnier <monnier@cs.yale.edu>
13385
13386 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
13387 rather than `prepend' and add an interesting comment.
13388 (tex-math-face, tex-font-lock-syntactic-face-function):
13389 New face and function to use it.
13390 (tex-define-common-keys, tex-mode-map): Use menu-item rather
13391 than `menu-enable' symbol property.
13392 (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
13393 (tex-mode): Add some latex-mode commands for auto-selection.
13394 Use tex-font-lock-syntactic-face-function.
13395 (tex-insert-quote): Simplify.
13396 (tex-shell): New mode.
13397 (tex-start-shell): Use it.
13398 (tex-shell-proc, tex-shell-buf): New functions.
13399 (tex-send-command): Use it.
13400 (tex-main-file): Fix the meaning of the new arg REALFILE.
13401 (tex-send-tex-command): New function split from `tex-start-tex'.
13402 Set compilation-last-buffer and compilation-parsing-end.
13403
13404 * newcomment.el (comment-indent-default): Stick \s<\s< to the left
13405 when it follows non-comment text on the line.
13406
13407 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
13408 Set font-lock-defaults.
13409 (lisp-mode-shared-map): Init inside the defvar.
13410 (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
13411 Use define-derived-mode.
13412
13413 2000-11-14 Miles Bader <miles@lsi.nec.co.jp>
13414
13415 * faces.el (header-line): Use `:box nil' for color/gs displays too.
13416
13417 2000-11-14 Gerd Moellmann <gerd@gnu.org>
13418
13419 * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda):
13420 Don't recursively optimize body because that can lead to infinite
13421 recursion; see comment there.
13422
13423 2000-11-13 Eli Zaretskii <eliz@is.elta.co.il>
13424
13425 * faces.el (face-spec-set-match-display): Revert the change from
13426 2000-10-24. Add a FIXME for after v21.1.
13427
13428 2000-11-13 Miles Bader <miles@gnu.org>
13429
13430 * textmodes/fill.el (skip-line-prefix): New function.
13431 (fill-region-as-paragraph, fill-region): Return the fill-prefix.
13432 (fill-paragraph): Don't leave point inside the fill-prefix.
13433 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
13434 point inside the fill-prefix.
13435
13436 2000-11-13 Miles Bader <miles@lsi.nec.co.jp>
13437
13438 * calendar/calendar.el (generate-calendar-window):
13439 Use `fit-window-to-buffer'.
13440
13441 2000-11-12 Stefan Monnier <monnier@cs.yale.edu>
13442
13443 * gud.el (gud-minor-mode): New var.
13444 (gud-symbol, gud-val): New functions.
13445 (gud-find-file): Copy gud-minor-mode to the new buffer.
13446 (gud-menu-map): Include entries for commands that are not always
13447 available, using :enable to (de)activate them.
13448 (gud-minor-mode-map): New map. Add it to minor-mode-map-alist.
13449 (gud-mode-map): New map.
13450 (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
13451 (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
13452 Don't set up gud's menu (it's done by the minor-mode).
13453 (gud-minibuffer-local-map): New.
13454 Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
13455 (gud-query-cmdline): New function.
13456 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it. Set gud-minor-mode.
13457 (gud-mode): Use define-derived-mode.
13458 Don't set up gud's menu (it's done by the minor-mode).
13459 (gud-chop-words): Remove.
13460 (gud-common-init): Use split-string instead.
13461 (gud-new-keymap, gud-make-debug-menu): Eradicate.
13462
13463 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
13464 Add keyword arg :name.
13465
13466 * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
13467 (diff-count-matches, diff-split-hunk): New functions.
13468 (diff-mode-map): Bind C-c C-s to diff-split-hunk.
13469
13470 * pcvs-info.el (cvs-fi-conflict-face): New var.
13471
13472 * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
13473 Make it into a simple syntax-table, shared among all submodes.
13474 (sh-heredoc-face): Re-introduce.
13475 (sh-font-lock-syntactic-face-function): New function.
13476 (sh-mode): Use it. Also use define-derived-mode.
13477 Remove old bogus setting of indent-region-function.
13478 (sh-set-shell): Don't set the syntax-table any more.
13479 (sh-mode-syntax-table) <defun>: Remove.
13480
13481 2000-11-12 Miles Bader <miles@gnu.org>
13482
13483 * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
13484 message if interactive.
13485
13486 2000-11-12 Dave Love <fx@gnu.org>
13487
13488 * mail/feedmail.el: Fix header,
13489 (feedmail) <defgroup>: Add :link.
13490
13491 * view.el: Use local-map property, not keymap on mode-line string.
13492
13493 * scroll-all.el (scroll-all-mode): Customize variable.
13494 Add autoload cookie to function.
13495
13496 * lazy-lock.el: Remove compatibility code.
13497
13498 * finder.el (finder-known-keywords): Add `files', remove `vms'.
13499 (finder-help-echo): New variable.
13500 (finder-mouse-face-on-line): Add help-echo stuff.
13501 (finder-list-keywords, finder-list-matches): Use mapc.
13502
13503 * faces.el (face-font-registry-alternatives): Add :version.
13504
13505 * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
13506 tags-table-list.
13507
13508 * net/browse-url.el (browse-url-browser-function): Update :version.
13509
13510 * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
13511 (mail-mode): Use [:alnum:] in some regexps.
13512
13513 2000-11-10 Dave Love <fx@gnu.org>
13514
13515 * ediff.el (ediff-regions-internal, ediff-documentation):
13516 * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
13517 fundamental mode.
13518
13519 * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
13520 buffer into fundamental mode.
13521 (ediff-set-difference): Use copy-sequence if available.
13522
13523 * ediff-ptch.el (ediff-dispatch-file-patching-job):
13524 Check ediff-patch-map non-nil.
13525 (ediff-fixup-patch-map, ediff-fixup-patch-map)
13526 (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
13527 buffer into fundamental mode.
13528
13529 * ediff-merg.el (state-or-merge): Defvar when compiling.
13530
13531 2000-11-10 Jason Rumney <jasonr@gnu.org>
13532
13533 * w32-fns.el (w32-add-charset-info): New function.
13534 (w32-charset-info-alist): Use it.
13535
13536 2000-11-10 Gerd Moellmann <gerd@gnu.org>
13537
13538 * faces.el (face-font-registry-alternatives): New user-option.
13539
13540 2000-11-10 Stefan Monnier <monnier@cs.yale.edu>
13541
13542 * textmodes/texinfo.el (texinfo-block-default): New var.
13543 (texinfo-insert-block): Use it. Insert a newline if needed.
13544
13545 * textmodes/fill.el (fill-indent-according-to-mode): New var.
13546 (fill-region-as-paragraph): Use it.
13547
13548 * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
13549 (latex-mode): Tweak tex-*-(head|trail)er regexps.
13550 Tweak paragraph regexps to allow a leading [ \t]*.
13551 (tex-latex-block): Insert a newline if necessary.
13552 (latex-insert-item): Only insert a newline if necessary.
13553 (tex-guess-main-file): New function.
13554 (tex-main-file): Use it. Add arg `realfile'. Trim `.tex'.
13555 Set tex-main-file if TeX-master is provided.
13556 (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
13557
13558 2000-11-10 Gerd Moellmann <gerd@gnu.org>
13559
13560 * startup.el (command-line): Set the default tooltip-mode
13561 to t for graphical displays which implement x-show-tip.
13562
13563 * tooltip.el (tooltip-mode): Add a comment about startup.el
13564 setting the default value of this user-option.
13565
13566 2000-11-09 Stefan Monnier <monnier@cs.yale.edu>
13567
13568 * font-lock.el (font-lock-*-face) <defvar>: Move.
13569 (font-lock-defaults-alist): Mark obsolete.
13570 (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
13571 (font-lock-mode): Use define-minor-mode.
13572 (font-lock-support-mode): Tweak type to default to jit-lock-mode.
13573 (font-lock-turn-off-thing-lock): Be more explicit.
13574 (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
13575 (font-lock-syntactic-face-function): New var.
13576 (font-lock-fontify-syntactically-region): Use it.
13577 (font-lock-doc-face): New.
13578
13579 * pcvs.el (cvs-enabledp): Ignore errors.
13580 (cvs-commit-filelist): Never query.
13581 (cvs-mode-insert): Always add a terminating / in the initial prompt.
13582 (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
13583 (cvs-do-removal): Use cvs-partition rather than delete-if.
13584 Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
13585 cvs-bury-buffer.
13586
13587 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
13588 Allow `next' to jump to after the end of the last match.
13589
13590 2000-11-09 Gerd Moellmann <gerd@gnu.org>
13591
13592 * simple.el (byte-compiling-files-p): New function.
13593
13594 * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
13595 if it is there.
13596
13597 * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
13598 nil again.
13599
13600 * textmodes/ispell.el (ispell-library-path): Don't call
13601 check-ispell-version when byte-compiling because that starts
13602 an ispell process, and ispell might not be installed.
13603 (toplevel): Don't set up a menu when byte-compiling.
13604
13605 * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
13606 it, so that a boundp test can be used to determine if we're
13607 currently byte-compiling.
13608
13609 2000-11-09 Dave Love <fx@gnu.org>
13610
13611 * pcvs.el (uniquify-buffer-file-name): Wrap advice in eval-after-load.
13612
13613 2000-11-09 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13614
13615 * ps-print.el: Patch for variable initialization when spooling.
13616 Doc fix.
13617 (ps-output-list): Fun eliminated.
13618 (ps-begin-file, ps-begin-job): Code fix.
13619
13620 2000-11-08 Dave Love <fx@gnu.org>
13621
13622 * ediff-wind.el (ediff-control-frame-parameters): Zero tool-bar-lines.
13623
13624 2000-11-08 Gerd Moellmann <gerd@gnu.org>
13625
13626 * simple.el (shell-command, display-message-or-buffer)
13627 (shell-command-on-region): Mention resize-mini-windows in the doc
13628 string.
13629 (display-message-or-buffer): Take the value of resize-mini-windows
13630 into account.
13631
13632 2000-11-07 Gerd Moellmann <gerd@gnu.org>
13633
13634 * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
13635
13636 * dired.el (dired-between-files): Add `^. find' as an alternative
13637 to the regular expression, for find-dired.
13638
13639 2000-11-06 Stefan Monnier <monnier@cs.yale.edu>
13640
13641 * textmodes/texnfo-upd.el: Require texinfo.
13642 (defmacro, defgroup): Remove.
13643 (texinfo-section-to-generic-alist): Remove.
13644 Use texinfo-section-list instead (i.e. level is changed string->int).
13645 (texinfo-filter): New function.
13646 (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
13647 (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
13648 Use it. And use regexp-opt.
13649 (texinfo-find-higher-level-node, texinfo-hierarchic-level)
13650 (texinfo-update-menu-region-beginning)
13651 (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
13652 (texinfo-update-the-node, texinfo-sequentially-update-the-node)
13653 (texinfo-update-menu-same-level-regexps): Update.
13654 (texinfo-update-node, texinfo-every-node-update)
13655 (texinfo-sequential-node-update): Remove autoload cookie.
13656
13657 * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
13658 (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
13659 (texinfo-chapter-level-regexp): Remove.
13660 (texinfo-mode): Hard code texinfo-chapter-level-regexp.
13661
13662 2000-11-06 Dave Love <fx@gnu.org>
13663
13664 * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
13665
13666 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
13667 Match defun*.
13668
13669 2000-11-06 Kenichi Handa <handa@etl.go.jp>
13670
13671 * composite.el (composition-function-table): Variable declaration
13672 moved to src/composite.c.
13673 (compose-chars-after): New optional arg object.
13674
13675 2000-11-06 Gerd Moellmann <gerd@gnu.org>
13676
13677 * bindings.el (mode-line-toggle-read-only)
13678 (mode-line-toggle-modified, mode-line-widen)
13679 (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
13680 (make-mode-line-mouse2-map): Rewritten.
13681 (mode-line-modified, mode-line-format, minor-mode-alist): Use new
13682 functions so that C-h k can show something with a doc string.
13683
13684 * startup.el (fancy-splash-delay): Set to 10 seconds.
13685 (fancy-splash-max-time): New user-option.
13686 (fancy-splash-stop-time): New variable.
13687 (fancy-splash-screens): Set it. Catch `stop-splashing'.
13688 (fancy-splash-screens-1): Throw `stop-splashing' when current
13689 time is greater than fancy-splash-stop-time.
13690
13691 2000-11-06 Stefan Monnier <monnier@cs.yale.edu>
13692
13693 * vc-hooks.el (vc-insert-file): Don't assume byte==char.
13694
13695 * pcvs.el (cvs-mode-marked): New arg `noquery'.
13696 Prompt user for a file rather than raising an error.
13697 (cvs-enabledp): Fix call to cvs-mode-marked.
13698 (cvs-insert-file): New function (extracted from cvs-mode-insert).
13699 (cvs-mode-insert): Use it. Change the init prompt' value.
13700 (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
13701
13702 * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
13703 Don't pass default arg to ewoc-locate.
13704 (ewoc-collect): Return result in the right order.
13705
13706 * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
13707
13708 * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
13709 (cvs-status-get-tags): Fix regexp.
13710 (cvs-status-trees, cvs-status-cvstrees):
13711 Combine after change hooks and don't sit-for.
13712 (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
13713 (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
13714 Use make-char rather than hard-coded cryptic data.
13715 (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
13716
13717 * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
13718
13719 * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
13720 (cvs-insert-strings): New function.
13721
13722 2000-11-06 Miles Bader <miles@lsi.nec.co.jp>
13723
13724 * mwheel.el (mouse-wheel-scroll-amount): Renamed from
13725 `mwheel-scroll-amount'.
13726 (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
13727 (mouse-wheel-mode): Use (featurep 'xemacs) instead of
13728 string-matching against the version string.
13729
13730 2000-11-06 Kenichi Handa <handa@etl.go.jp>
13731
13732 * language/thai.el ("Thai"): Set a lisp form that produces
13733 composed string in `sample-text' language info.
13734
13735 * language/tibetan.el ("Tibetan"): Set a lisp form that produces
13736 composed string in `sample-text' language info.
13737
13738 * international/mule-cmds.el (describe-language-environment):
13739 Eval `sample-text' data and insert the result.
13740
13741 * international/mule-conf.el (compound-text): Define this coding
13742 system here. Make x-ctext and ctext aliases of it.
13743
13744 * language/european.el (compound-text, ctext): Moved to
13745 international/mule-conf.el.
13746
13747 2000-11-05 Andrew Innes <andrewi@gnu.org>
13748
13749 * w32-fns.el (w32-version): New function.
13750
13751 2000-11-05 Stefan Monnier <monnier@cs.yale.edu>
13752
13753 * progmodes/awk-mode.el: Update copyright.
13754 (awk-mode-abbrev-table): Remove.
13755 (awk-font-lock-keywords): Use regexp-opt.
13756 (awk-mode): Use define-derived-mode.
13757
13758 * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
13759 when extracting a suffix.
13760
13761 2000-11-04 Andre Spiegel <spiegel@gnu.org>
13762
13763 * vc-hooks.el (vc-insert-file): Rewritten. Don't bother about
13764 auto-save-mode.
13765
13766 2000-11-04 Jason Rumney <jasonr@gnu.org>
13767
13768 * language/european.el (decode-mac-roman): Test against r1 not r0.
13769
13770 2000-11-03 Stefan Monnier <monnier@cs.yale.edu>
13771
13772 * progmodes/icon.el (icon-mode-map): Don't rebind \t.
13773 (icon-mode): Define indent-line-function.
13774 (icon-comment-indent): Simplify.
13775 (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
13776
13777 * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
13778
13779 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
13780 Bind change-log-default-mode to defeat the caching done on it.
13781 Don't bother saving excursion any more.
13782
13783 * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
13784
13785 * frame.el (after-setting-font-hook): Rename hooks -> hook.
13786 (set-frame-font): Use the new name (and the old for compatibility).
13787
13788 * toolbar/tool-bar.el (tool-bar-mode):
13789 * time.el (display-time-mode):
13790 * recentf.el (recentf-mode):
13791 * paren.el (show-paren-mode):
13792 * mwheel.el (mouse-wheel-mode):
13793 * msb.el (msb-mode):
13794 * jka-compr.el (auto-compression-mode):
13795 * image-file.el (auto-image-file-mode):
13796 * hl-line.el (hl-line-mode):
13797 * delsel.el (delete-selection-mode):
13798 * autoinsert.el (auto-insert-mode):
13799 * complete.el (partial-completion-mode): Drop unneeded positional args.
13800
13801 * info.el (Info-mode):
13802 * comint.el (comint-mode): Don't bother with make-local-hook.
13803
13804 * log-edit.el (log-edit-menu): New menu.
13805
13806 2000-11-03 Miles Bader <miles@gnu.org>
13807
13808 * wid-edit.el (widget-end-of-line): Reinstate, with a new
13809 definition, so that trailing spaces are handled properly.
13810 (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
13811
13812 2000-11-03 Gerd Moellmann <gerd@gnu.org>
13813
13814 * startup.el (fancy-splash-text, fancy-splash-text): Use a single
13815 tab character.
13816 (fancy-splash-screens): Set tab-width to 20.
13817
13818 2000-11-03 Dave Love <fx@gnu.org>
13819
13820 * comint.el (comint-completion-addsuffix): Fix custom type.
13821
13822 2000-11-02 Stefan Monnier <monnier@cs.yale.edu>
13823
13824 * font-lock.el (font-lock-buffers): Remove.
13825 (font-lock-global-modes): Define with easy-mmode-define-global-mode.
13826 (font-lock-change-major-mode): Remove.
13827 (turn-on-font-lock-if-enabled): Only apply to the current buffer.
13828 (font-lock-default-fontify-region): Extend the multiline
13829 fontification to whole lines.
13830 (font-lock-fontify-anchored-keywords)
13831 (font-lock-fontify-keywords-region): If matching just one
13832 line (with \n) only mark the \n as multiline.
13833
13834 * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
13835 Correctly handle the case where several :group args are supplied.
13836 Allow :extra-args.
13837 (easy-mmode-define-global-mode): Allow :extra-args.
13838 Correctly handle the case where several :group args are supplied.
13839
13840 2000-11-02 Miles Bader <miles@gnu.org>
13841
13842 * calendar/calendar.el (diary-face, calendar-today-face)
13843 (holiday-face): Remove dependency on `window-system'.
13844
13845 2000-11-02 Ken Raeburn <raeburn@gnu.org>
13846
13847 * Makefile.in (emacs): Set EMACSLOADPATH always.
13848 (update-authors, .el.elc, compile-files): Don't do it explicitly here.
13849 (compile-files): Bomb out if compilation of a file fails.
13850
13851 2000-11-02 Dave Love <fx@gnu.org>
13852
13853 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
13854
13855 2000-11-02 Eli Zaretskii <eliz@is.elta.co.il>
13856
13857 * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
13858 punctuation in the warning inserted into the *mail* buffer.
13859
13860 2000-11-02 Gerd Moellmann <gerd@gnu.org>
13861
13862 * emacs-lisp/authors.el (authors-public-domain-files): New variable.
13863 (authors-public-domain-p): New function.
13864 (authors-print): Use it.
13865
13866 * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
13867
13868 * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
13869
13870 2000-11-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13871
13872 * ps-print.el: Extension for even/odd printing. Doc fix.
13873 (ps-print-version): New version number (6.3.1).
13874 (ps-even-or-odd-pages): Customization fix.
13875 (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
13876 (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
13877 (ps-page-count): Var replaced by `ps-page-column'.
13878 (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
13879 (ps-print-sheet-p): New fun.
13880
13881 2000-11-02 Miles Bader <miles@lsi.nec.co.jp>
13882
13883 * tooltip.el (tooltip-gud-tips-setup): New function.
13884 (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
13885 (tooltip-mode): Call tooltip-gud-tips-setup.
13886 (tooltip-gud-tips): Use `gud-basic-call' instead of
13887 process-send-string, so the prompt gets frobbed appropriately.
13888 Handle nil return value from `tooltip-gud-print-command'.
13889
13890 2000-11-01 Eric M. Ludlam <zappo@ultranet.com>
13891
13892 * comint.el (comint-add-to-input-history): New function.
13893 (comint-send-input): Use `comint-add-to-input-history'.
13894
13895 2000-11-02 Miles Bader <miles@lsi.nec.co.jp>
13896
13897 * info.el (info-menu-header): New face.
13898 (Info-fontify-menu-headers): New function.
13899 (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
13900
13901 * info.el (Info-insert-dir): Don't include blank lines at
13902 beginning of additional dir files (one is added automatically).
13903
13904 2000-11-01 Stefan Monnier <monnier@cs.yale.edu>
13905
13906 * emacs-lisp/easy-mmode.el (define-minor-mode):
13907 Revert the latest changes.
13908 Allow the three positional arguments to be skipped and replaced
13909 by keyword arguments.
13910 Add a :toggle argument to determine whether a nil arg means toggle
13911 or means turn-on. The default is unchanged.
13912 Add a call to force-mode-line-update.
13913
13914 2000-11-01 Dave Love <fx@gnu.org>
13915
13916 * emacs-lisp/elp.el (elp-restore-function): Remove autoload cookie.
13917
13918 2000-11-01 Miles Bader <miles@lsi.nec.co.jp>
13919
13920 * calendar/calendar.el (diary-face, holiday-face):
13921 Add dark-background variants.
13922
13923 2000-10-31 Sam Steingold <sds@gnu.org>
13924
13925 * textmodes/tex-mode.el (tex-file): Use `default-directory' when
13926 `tex-main-file' does not have directory in it.
13927
13928 2000-10-31 Stefan Monnier <monnier@cs.yale.edu>
13929
13930 * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
13931
13932 2000-10-31 Thien-Thi Nguyen <ttn@gnu.org>
13933
13934 * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
13935 functional change.
13936
13937 2000-10-31 Gerd Moellmann <gerd@gnu.org>
13938
13939 * files.el (find-file-noselect): When we expand a wildcard, return
13940 a list of buffers, as we should do according to the doc string.
13941
13942 2000-10-31 Ken Raeburn <raeburn@gnu.org>
13943
13944 * loadup.el (top level): Adjust load path if program name is
13945 "../src/bootstrap-emacs", in case it's not dumped and thus the
13946 load path adjustment hasn't already been done.
13947
13948 2000-10-31 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13949
13950 * ps-print.el: Fix bug on selected pages for printing.
13951 Use `color-values' for Emacs 21. Ensure fontification when jit-lock
13952 is on. Try to avoid warning messages when compiling. Doc Fix.
13953 (ps-print-version): New version number (6.3).
13954 (ps-color-device): Use `color-values' to determine if device
13955 supports color.
13956 (ps-color-values): Try to use `x-color-values' when using XEmacs.
13957 (ps-print-page-p): Changed from defsubst to defun.
13958 (ps-page-number): Changed from defmacro to defun.
13959 (ps-header-sheet, ps-header-page): Fix bug on selected pages for
13960 printing.
13961 (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
13962 (ps-end-file, ps-dummy-page): Funs eliminated.
13963 (ps-print-color-scale): Changed default value.
13964 (ps-page-n-up, ps-print-page-p): New internal vars.
13965 (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
13966 (ps-plot-region, ps-generate, ps-end-job): Code fix.
13967
13968 * delim-col.el: Little programming improvement.
13969 (delimit-columns-str): New macro.
13970 (delimit-columns-region, delimit-columns-rectangle): Code fix.
13971
13972 2000-10-31 Kenichi Handa <handa@etl.go.jp>
13973
13974 * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
13975 Moved to european.el.
13976 (ccl-encode-mac-roman-font, fontset-mac): Modified for
13977 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
13978 (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
13979 (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
13980
13981 2000-10-30 Dave Love <fx@gnu.org>
13982
13983 * progmodes/cc-menus.el (imenu-generic-expression)
13984 (imenu-progress-message): Only defvar when compiling.
13985
13986 * emacs-lisp/elp.el (elp-unload-hook): New function.
13987
13988 * loadhist.el (unload-feature): Call elp-restore-function,
13989 checking for symbols; don't use elp-restore-all.
13990 (loadhist-hook-functions): Doc fix.
13991
13992 2000-10-30 Stefan Monnier <monnier@cs.yale.edu>
13993
13994 * log-edit.el (log-edit-confirm): Fix the default.
13995
13996 2000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13997
13998 * delim-col.el: Little fix: replace delimit-columns-align-columns by
13999 delimit-columns-format.
14000 (delimit-columns-region, delimit-columns-rectangle): Code fix.
14001
14002 2000-10-30 Miles Bader <miles@lsi.nec.co.jp>
14003
14004 * comint.el (comint-replace-by-expanded-history): Don't use
14005 comint-get-old-input (we're not looking at *old* input).
14006 (comint-get-old-input-default): If using fields, signal an error
14007 when the point is not in an input field.
14008
14009 2000-10-30 Kenichi Handa <handa@etl.go.jp>
14010
14011 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
14012 and mule-unicode-e000-ffff.
14013
14014 * international/mule.el (decode-char, encode-char): New functions.
14015 (make-coding-system): Accept a symbol of translation table as a
14016 value of property `safe-chars'.
14017
14018 * international/mule-cmds.el (encode-coding-char): Check property
14019 safe-chars instead of safe-charsets.
14020
14021 * international/fontset.el (fontset-default): Modified for
14022 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
14023 (x-font-name-charset-alist): Likewise.
14024 (ccl-encode-unicode-font): New CCL program. Record it in
14025 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
14026
14027 * language/european.el (mac-roman-decoder, mac-roman-encoder):
14028 New translation tables.
14029 (decode-mac-roman, encode-mac-roman): Definition of these CCL
14030 programs are modified and moved from mac-win.el.
14031 (mac-roman): Definition of this coding system is modified and
14032 moved from mac-win.el.
14033
14034 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
14035
14036 * ediff-wind.el (ediff-setup-control-frame): Enclose
14037 face-attribute in condition-case to avoid errors in older emacsen.
14038
14039 2000-10-29 Miles Bader <miles@gnu.org>
14040
14041 * custom.el (custom-add-to-group): Allow multiple entries for a
14042 given value OPTION, as long as their widget types are different.
14043 * cus-edit.el (custom-face-value-create): If face name doesn't end
14044 with "face", add such here (similar to custom group widgets).
14045
14046 * comint.el (comint-highlight-prompt): Add :type.
14047
14048 2000-10-28 John Wiegley <johnw@gnu.org>
14049
14050 * calendar/timeclock.el (timeclock-log): Doc fix.
14051 (timeclock-last-event): Doc fix.
14052 (timeclock-log): Kill the timelog buffer after appending a new event.
14053 (timeclock-find-discrep): Use a temp buffer to read in the
14054 timelog, instead of visiting the file.
14055 (timeclock-log-data): A new function, along with a host of helper
14056 functions, for the purpose of making timelog data accessible to
14057 programmers.
14058
14059 * eshell/esh-mode.el (window-height test): Make certain that
14060 `eshell-stringify-t' is non-nil.
14061 (eshell-password-prompt-regexp): Changed to a much simpler
14062 password regexp.
14063 (eshell-send-input): If `eshell-invoke-directly' returns t,
14064 directly invoke the parsed command using `eval'. This improves
14065 turn-around time on simple commands by a factor of three or
14066 greater, such as cd, ls, pwd, etc. -- which get used very often.
14067 It also conserves thousands of cons cells per call (since
14068 `eshell-do-eval' consumes memory like a Cookie Monster set loose
14069 in the Pacific Cookie Company).
14070
14071 * eshell/esh-test.el (eshell-test): Whitespace fix.
14072
14073 * eshell/em-ls.el (eshell-ls-insert-directory):
14074 Make `eshell-ls-initial-args' nil when inserting directory contents.
14075
14076 * eshell/em-script.el (eshell-script-initialize): Add names to
14077 `eshell-complex-commands, since `source' and `.' are complex.
14078
14079 * eshell/esh-cmd.el (eshell-rewrite-for-command)
14080 (eshell-rewrite-while-command): Use `eshell-protect' instead of
14081 `eshell-copy-handles'.
14082 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
14083 bodies.
14084 (eshell-separate-commands): Whitespace fix.
14085 (eshell-complex-commands): Added a new list of names, for
14086 determining whether a given command is as simple as it looks.
14087 (eshell-invoke-directly): New function. Returns t if a command
14088 should be invoked directly (using `eval'), rather than indirectly
14089 using `eshell-do-eval'.
14090 (eshell-do-eval): Whitespace fix.
14091
14092 * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
14093 which provides an emulation of the DOS shell behavior of assuming
14094 that cp/mv/ln should copy/move/link to the current directory.
14095 (eshell-remove-entries): Added a doc string.
14096 (eshell-shuffle-files): Removed the check for `target' being null.
14097 (eshell-mvcp-template, eshell-mvcpln-template): Renamed
14098 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
14099 it to do a smarter check of whether a destination was provided.
14100 (eshell/mv, eshell/cp): Enable `:preserve-args'.
14101 (eshell/ln): Enable `:preserve-args', and use
14102 `eshell-mvcpln-template' to implement the body of the function.
14103 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
14104 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
14105 list after flattening it. This makes it possible to cat files
14106 with numerical names.
14107 (eshell-unix-initialize): Added several names to
14108 `eshell-complex-commands.
14109 (eshell-unix-command-complex-p): Return t if a given command name
14110 may result in external processes being invoked.
14111
14112 * eshell/em-glob.el (eshell-glob-show-progress): Make this
14113 variable nil by default, since it slows down glob processing by a
14114 factor of two or more, and increases memory consumption.
14115
14116 * eshell/em-smart.el: Added a note about how memory consumptive
14117 smart display mode can be (at least this is true in Emacs 21).
14118 (eshell-smart-initialize): Whitespace fix.
14119 (eshell-refresh-windows): Use `if' instead of `when'.
14120 (eshell-smart-scroll-window): Calling `save-current-buffer' was
14121 not necessary.
14122 (eshell-currently-handling-window): Added a missing global variable.
14123
14124 * eshell/em-ls.el (eshell-do-ls): Code simplification.
14125 (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
14126 Whitespace fix.
14127 (eshell-ls-exclude-hidden): Added this variable in addition to
14128 `eshell-ls-exclude-regexp'. This one prevents files beginning
14129 with . from even being read, which can improve memory consumption
14130 quite a bit.
14131 (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
14132 read file entries beginning with a dot. In home directories with
14133 lots of hidden files, fully two-thirds of the time spent in ls is
14134 used to read directory entries that are immediately thrown away.
14135 (eshell-ls-initial-args): Added back this configuration variable,
14136 for specifying default initial arguments to every call to ls.
14137 Much faster than using an alias to do the same thing.
14138 (eshell-do-ls): Use `eshell-ls-initial-args', if set.
14139 (eshell-ls-dir): Whitespace change.
14140
14141 * eshell/em-dirs.el (eshell/pwd): Small code simplification.
14142
14143 * eshell/esh-util.el: Don't require `ange-ftp' if it's not available.
14144 (eshell-stringify-t): Added a customization variable, to indicate
14145 whether `t' should be rendered as a string at all. If not, one
14146 can still determine if the result of an expression is true using
14147 "file-exists-p FILE && echo true".
14148 (eshell-stringify): If `eshell-stringify-t' is nil, don't
14149 stringify t!
14150
14151 * eshell/esh-module.el: Whitespace fix.
14152
14153 * eshell/em-alias.el (eshell-alias-initialize):
14154 Added `eshell-command-aliased-p' to `eshell-complex-commands'.
14155 (eshell-command-aliased-p): New function that returns t if a
14156 command name names an aliased.
14157
14158 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
14159
14160 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
14161 redrawing the screen when changing cursor color.
14162 (viper-insert-state-pre-command-sentinel)
14163 (viper-replace-state-pre-command-sentinel)
14164 (viper-replace-state-post-command-sentinel):
14165 Use viper-preserve-cursor-color.
14166 Many functions changed to use viper= instead of = when comparing
14167 characters.
14168 * viper-util.el (viper-memq-char,viper=): New functions for
14169 working with characters.
14170 (viper-change-cursor-color): Fixed buglet.
14171 Many functions changed to use viper= instead of = when comparing
14172 characters.
14173 * viper.el (viper-insert-state-mode-list): Added eshell.
14174
14175 * ediff-init.el (ediff-before-setup-hook): New hook.
14176 Several typos fixed in various docstrings.
14177 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
14178 * ediff-nult.el (ediff-before-session-group-setup-hooks): New hook.
14179 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
14180 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
14181 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
14182 (ediff-get-selected-buffers): New function.
14183 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
14184 (ediff-vc-merge-internal,ediff-rcs-merge-internal):
14185 Use save-window-excursion.
14186 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
14187 termination check in while loop.
14188 * ediff.el (ediff-get-default-file-name): Better defaults when in
14189 dired buffer.
14190 (ediff-files,ediff-merge-files,ediff-files3)
14191 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
14192
14193 2000-10-28 Dave Love <fx@gnu.org>
14194
14195 * info.el (Info-fontify-node): Add help-echo for menu items.
14196
14197 2000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
14198
14199 * startup.el (normal-top-level): If the value of $TERM indicates
14200 we are running from xterm or one of its work-alikes, default to a
14201 light background mode.
14202
14203 Support for -fg, -bg, and -rv command-line arguments for TTYs:
14204 * faces.el (tty-handle-reverse-video): New function.
14205 (tty-create-frame-with-faces): Call it.
14206
14207 * frame.el (frame-notice-user-settings): Don't apply
14208 default-frame-alist and initial-frame-alist to MS-DOS frames.
14209 Call tty-handle-reverse-video, frame-set-background-mode, and
14210 face-set-after-frame-default for non-MS-DOS frames.
14211
14212 * startup.el (tty-long-option-alist): New variable.
14213 (tty-handle-args): New function.
14214 (command-line): Call tty-handle-args.
14215
14216 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
14217 startup.el now does that for all character-terminal frames.
14218
14219 2000-10-28 Miles Bader <miles@gnu.org>
14220
14221 * emacs-lisp/easy-mmode.el (define-minor-mode):
14222 Generate `turn-on-MODE' and `turn-off-MODE' functions unless the mode
14223 is global. If :global is followed by a non-nil but non-t value,
14224 make the mode buffer-local, but also generate a `global-MODE'
14225 version using `easy-mmode-define-global-mode'.
14226 Add :conditional-turn-on keyword argument.
14227
14228 2000-10-28 Dave Love <fx@gnu.org>
14229
14230 * international/latin1-disp.el (latin1-char-displayable-p):
14231 Don't use window-system.
14232
14233 2000-10-27 Eli Zaretskii <eliz@is.elta.co.il>
14234
14235 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
14236 Don't call find-buffer-file-type-coding-system. Instead, just
14237 set eol-type to -unix if inhibit-eol-conversion is in effect, or
14238 if the file is on an untranslated filesystem.
14239 (add-untranslated-filesystem): Use "D" instead of "f" inside
14240 interactive.
14241
14242 2000-10-27 Dave Love <fx@gnu.org>
14243
14244 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
14245 (refill-mode): Use it.
14246
14247 2000-10-27 Stefan Monnier <monnier@cs.yale.edu>
14248
14249 * international/quail.el (quail-activate): Don't make-local-hook.
14250
14251 2000-10-27 Andre Spiegel <spiegel@gnu.org>
14252
14253 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
14254 manual backups and file.~<rev>.~ for automatic ones.
14255 (vc-make-version-backup): Don't do it on MS-DOS without long file
14256 names.
14257
14258 * vc.el (vc-version-other-window): If an automatic backup of the
14259 desired version exists, rename it instead of copying it.
14260
14261 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
14262 after command. If there's an unexpected error, signal it instead
14263 of being silent.
14264 (vc-cvs-merge-news): Be prepared for no news at all.
14265
14266 2000-10-27 Miles Bader <miles@lsi.nec.co.jp>
14267
14268 * shell.el (shell): Add BUFFER argument.
14269 * comint.el (make-comint-in-buffer): New function.
14270 (make-comint): Use it.
14271
14272 * faces.el (face-spec-choose): Change syntax so that the list of
14273 attribute-value pairs is now the cdr of each clause, not the cadr.
14274 Detect old-style entries, and handle them. Use pop.
14275
14276 2000-10-26 Stefan Monnier <monnier@cs.yale.edu>
14277
14278 * cus-edit.el (custom-mode-map): Use a sparse map.
14279 (custom-mode): Don't bother with make-local-hook.
14280
14281 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
14282
14283 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
14284
14285 2000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14286
14287 * ps-print.el: Avoid compilation gripes.
14288 (ps-print-version): New version number (6.2.1).
14289
14290 2000-10-26 Dave Love <fx@gnu.org>
14291
14292 * menu-bar.el: Modify some menu item help strings.
14293 (menu-bar-help-menu): Add link to MORE.STUFF.
14294
14295 * cus-edit.el (custom-mode): Add `special' mode-class property.
14296
14297 * wid-browse.el (widget-browse-mode): Likewise.
14298
14299 * wid-edit.el (widget-specify-field): Revert to using local-map
14300 property, not keymap.
14301
14302 2000-10-26 Miles Bader <miles@lsi.nec.co.jp>
14303
14304 * wid-edit.el (widget-field-end): When checking for a `boundary'
14305 field, do so in the correct buffer.
14306
14307 * simple.el (undo): Correctly distinguish between numeric and
14308 non-numeric prefix args in non-transient-mark-mode, as per the doc
14309 string. When in transient-mark-mode, treat all prefix-args as
14310 numeric.
14311
14312 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
14313 Position point on match. Handle N == 0 correctly.
14314
14315 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
14316 (comint-mode-map): Reverse order of `comint-write-output' and
14317 `comint-append-output-to-file'.
14318 (comint-append-output-to-file): Reinstate this function, for the
14319 benefit of the menu.
14320
14321 2000-10-25 Stefan Monnier <monnier@cs.yale.edu>
14322
14323 * vc.el (vc-version-other-window): Bind `file'.
14324
14325 2000-10-25 Gerd Moellmann <gerd@gnu.org>
14326
14327 * Makefile.in (update-authors): New target for maintenance purposes.
14328
14329 * emacs-lisp/authors.el (batch-update-authors): New function.
14330 (authors-fixed-entries): New defconst.
14331 (authors-add-fixed-entries): New function.
14332 (authors): Call it.: Don't process lispref/.
14333
14334 2000-10-25 Jason Rumney <jasonr@gnu.org>
14335
14336 * cus-edit.el (custom-button-face, custom-button-pressed-face):
14337 Merge x w32 and mac definitions.
14338
14339 2000-10-25 Gerd Moellmann <gerd@gnu.org>
14340
14341 * menu-bar.el (menu-bar-options-menu): Add a help string for
14342 `uniquify'.
14343
14344 2000-10-25 Stephen Gildea <gildea@stop.mail-abuse.org>
14345
14346 * time-stamp.el (time-stamp-string-preprocess):
14347 Fix a wrong type argument error.
14348
14349 2000-10-25 Miles Bader <miles@gnu.org>
14350
14351 * recentf.el (recentf-mode): Variable removed.
14352 (recentf-mode): Use `define-minor-mode'.
14353
14354 * mwheel.el (mouse-wheel-mode): New global minor mode.
14355 (mwheel-install): Use `mouse-wheel-mode'.
14356
14357 2000-10-25 Dave Love <fx@gnu.org>
14358
14359 * progmodes/cperl-mode.el (cperl-mode):
14360 Set normal-auto-fill-function correctly.
14361
14362 * wid-edit.el (widget-field-keymap, widget-text-keymap):
14363 Don't inherit from global-map and don't nullify menu-bar and tool-bar
14364 bindings.
14365
14366 2000-10-25 Miles Bader <miles@lsi.nec.co.jp>
14367
14368 * wid-edit.el (widget-field-at): New function.
14369 (widget-at, widget-field-activate): Use it.
14370 (widget-tabable-at): Use `widget-at'.
14371 (widget-specify-field): If the terminating character of the widget
14372 field (which is read-only) is a newline, put it into a special
14373 `boundary' field so that C-n/C-p act more naturally.
14374 (widget-field-end): Also don't subtract one if a special
14375 `boundary' field has been added after the widget field.
14376
14377 * comint.el (comint-output-filter, comint-send-input):
14378 Don't bother adding stickiness fields to overlays to fool the field
14379 code, since it should notice the overlay insertion-types now.
14380
14381 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
14382 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
14383 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
14384
14385 2000-10-24 Gerd Moellmann <gerd@gnu.org>
14386
14387 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
14388 (authors): Set file coding system to iso-2022-7bit.
14389 Add file-local variables to output buffer.
14390
14391 * files.el (after-find-file): Don't print any warnings if
14392 WARN is nil.
14393
14394 2000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14395
14396 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
14397
14398 * delim-col.el: Now there is a column formatting mechanism.
14399 Modified to customization mechanisms convention. Doc fix.
14400 (columns): New group for delim-col.
14401 (delimit-columns-before, delimit-columns-after)
14402 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
14403 (delimit-columns-end): New vars.
14404 (delimit-columns-customize, delimit-columns-format): New funs.
14405 (delimit-columns-region, delimit-columns-rectangle)
14406 (delimit-columns-rectangle-line): Modified to support column
14407 formatting.
14408
14409 2000-10-24 Dave Love <fx@gnu.org>
14410
14411 * log-edit.el (log-edit): Add :version and a :group for vc.
14412
14413 2000-10-24 Gerd Moellmann <gerd@gnu.org>
14414
14415 * files.el (after-find-file): Don't print a message ``New file''
14416 if WARN is nil.
14417
14418 * wid-edit.el (widget-field-keymap, widget-text-keymap):
14419 Define the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
14420 get duplicate tool-bar entries because we'll see the global ones
14421 on more than one path through keymaps.
14422
14423 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
14424
14425 * progmodes/cmacexp.el: Change Francesco's email address.
14426
14427 2000-10-24 Kenichi Handa <handa@etl.go.jp>
14428
14429 * window.el (fit-window-to-buffer): Adjust point of the window
14430 buffer, not that of the current buffer.
14431
14432 2000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
14433
14434 * progmodes/cmacexp.el: Update the euthor's email address.
14435
14436 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
14437
14438 * faces.el (face-spec-set-match-display): Add `graphic' display
14439 type (the inverse of `tty'). Use `display-graphic-p' instead of
14440 the window-system variable.
14441
14442 2000-10-24 Kenichi Handa <handa@etl.go.jp>
14443
14444 * international/isearch-x.el (isearch-with-input-method):
14445 Call input-method-function with the first event in
14446 unread-command-events.
14447
14448 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
14449
14450 * faces.el (face-default-spec, face-user-default-spec): Make defsubsts.
14451
14452 2000-10-24 Andrew Choi <akochoi@i-cable.com>
14453
14454 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
14455 New charsets.
14456
14457 * term/mac-win.el: Remove definitions of mac-roman-lower and
14458 mac-roman-upper, require dired, and define instead of set
14459 mac-ready-for-drag-n-drop to avoid compilation error.
14460
14461 2000-10-23 Andrew Innes <andrewi@gnu.org>
14462
14463 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]:
14464 Remove superfluous calls to subst-char-in-string; instead apply
14465 expand-file-name after convert-standard-filename to ensure
14466 expected directory separators are used.
14467
14468 2000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
14469
14470 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
14471
14472 2000-10-23 Dave Love <fx@gnu.org>
14473
14474 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
14475 (tool-bar-add-item): Set foreground and background for XBM icons.
14476
14477 * international/latin1-disp.el (latin1-char-displayable-p):
14478 New function (from Handa).
14479 (latin1-display-check-font): Use it.
14480
14481 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
14482 using :key-sequence, making it much more usable.
14483 Use nconc, not append.
14484 (imenu--create-keymap-1): Avoid append.
14485
14486 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
14487
14488 2000-10-23 Miles Bader <miles@lsi.nec.co.jp>
14489
14490 [the following changes fix a bug where `define-minor-mode' didn't
14491 correctly generate :require clauses for defcustoms in compiled files]
14492 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
14493 (byte-compile-log-file, byte-compile-log-1): Don't set
14494 `byte-compile-current-file' to nil. Instead set
14495 `byte-compile-last-logged-file' to it. Test whether
14496 byte-compile-current-file equals byte-compile-last-logged-file
14497 instead of whether its nil.
14498 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
14499
14500 2000-10-23 Stefan Monnier <monnier@cs.yale.edu>
14501
14502 * textmodes/refill.el: Fix var names in doc.
14503 (refill-mode): Don't bother with make-local-hook anymore.
14504
14505 2000-10-23 Miles Bader <miles@lsi.nec.co.jp>
14506
14507 * faces.el (face-user-default-spec, face-default-spec): New functions.
14508 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
14509 (frame-set-background-mode, face-set-after-frame-default):
14510 Use `face-user-default-spec'. Simplify code slightly.
14511
14512 * woman.el (woman-italic-face, woman-bold-face)
14513 (woman-unknown-face): Add dark-background variants.
14514 (woman-default-faces): Renamed from `woman-colour-faces'.
14515 Set using the stored defaults, rather than using hard-wired colors.
14516 (woman-monochrome-faces): Renamed from `woman-black-faces'.
14517 Just make the foreground `unspecified' rather than "black".
14518 (woman-menu): Rename menu entries accordingly.
14519
14520 * faces.el (header-line): Make more reasonable on mono/grayscale
14521 displays.
14522
14523 2000-10-23 Andrew Choi <akochoi@i-cable.com>
14524
14525 * cus-edit.el (custom-button-face): Use 3D look for mac.
14526 (custom-button-pressed-face): Likewise.
14527
14528 * faces.el (set-face-attributes-from-resources): Handle mac frames
14529 in the same way as x and w32 frames.
14530 (face-valid-attribute-values): Likewise.
14531 (read-face-attribute): Likewise.
14532 (defined-colors): Likewise.
14533 (color-defined-p): Likewise.
14534 (color-values): Likewise.
14535 (display-grayscale-p): Likewise.
14536 (face-set-after-frame-default): Likewise.
14537 (mode-line): Same default face as for x and w32.
14538 (tool-bar): Likewise.
14539
14540 * frame.el: Remove call to frame-notice-user-settings at end of
14541 the file.
14542
14543 * info.el (Info-fontify-node): Make underlines invisible for mac
14544 as for x, pc, and w32 frame types.
14545
14546 * term/mac-win.el: New file.
14547
14548 2000-10-22 Dave Love <fx@gnu.org>
14549
14550 * textmodes/refill.el: New file.
14551
14552 2000-10-22 Andre Spiegel <spiegel@gnu.org>
14553
14554 * vc-hooks.el (vc-version-backup-file-name): New optional args
14555 MANUAL and REGEXP.
14556 (vc-delete-automatic-version-backups, vc-make-version-backup):
14557 New functions.
14558 (vc-before-save): Use the latter.
14559 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
14560 confusion.
14561
14562 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
14563 expected by vc[-hooks].el.
14564
14565 * vc.el (vc-checkout): Added `-p' suffix in call to
14566 vc-make-version-backups-p; use vc-make-version-backup to actually
14567 make the backup.
14568 (vc-version-other-window, vc-version-backup-file): Handle both
14569 automatic and manual backups.
14570 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
14571 of all of them.
14572
14573 2000-10-22 Miles Bader <miles@gnu.org>
14574
14575 * comint.el (comint-highlight-input, comint-highlight-prompt):
14576 Renamed, `-face' at end removed.
14577 (comint-send-input, comint-output-filter): Use renamed faces.
14578
14579 * window.el (fit-window-to-buffer): Change defaulting of
14580 MAX-HEIGHT slightly.
14581
14582 * faces.el (color-values, color-defined-p): Use `member', not
14583 `memq', because it works correctly for strings.
14584 (frame-set-background-mode): Actually, "unspecified-fg" and
14585 "unspecified-bg" *are* strings. Use `member', not `memq', and
14586 `equal', not `eq', when a string value is possible.
14587
14588 2000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
14589
14590 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
14591
14592 2000-10-21 Stefan Monnier <monnier@cs.yale.edu>
14593
14594 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
14595 sh-electric-rparen, sh-electric-less and sh-electric-hash.
14596 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
14597 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
14598 (sh-font-lock-syntactic-keywords): Use them.
14599 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
14600 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
14601 (sh-mode): Don't override font-lock-unfontify-region-function.
14602 Use a copy of sh-font-lock-syntactic-keywords.
14603 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
14604 Don't call sh-scan-buffer since font-lock does it on the fly.
14605 (sh-get-indent-info): Use `face' rather than `syntax-table'
14606 text-property to detect here-documents.
14607 Replace sh-special-syntax with sh-st-punc.
14608 (sh-prev-line): Use `face' rather than `syntax-table'
14609 text-property to skip over here-documents.
14610 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
14611 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
14612 (sh-electric-less, sh-set-here-doc-region)
14613 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
14614 (sh-scan-buffer, sh-rescan-buffer): Remove.
14615
14616 2000-10-21 Andrew Innes <andrewi@gnu.org>
14617
14618 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
14619 remote (ange-ftp) file names.
14620
14621 2000-10-21 Miles Bader <miles@gnu.org>
14622
14623 * window.el (fit-window-to-buffer): New function.
14624 (shrink-window-if-larger-than-buffer): Use it.
14625 (window-text-height): Don't expect minibuffers to have mode-lines.
14626
14627 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
14628 * international/quail.el (quail-update-guidance):
14629 Use `fit-window-to-buffer' instead of `set-window-text-height'.
14630
14631 * international/quail.el (quail-show-guidance-buf): Make sure
14632 guidance window really has enough room.
14633 (quail-update-guidance): If quail-guidance-win is already shown,
14634 make sure its height is OK.
14635
14636 * window.el (window-text-height, set-window-text-height):
14637 New functions.
14638 (shrink-window-if-larger-than-buffer): Use `window-text-height'
14639 instead of `window-height' & `mode-line-window-height-fudge'.
14640 (mode-line-window-height-fudge): Add FACE parameter.
14641 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
14642 instead of `enlarge-window' & `mode-line-window-height-fudge'.
14643
14644 2000-10-20 Miles Bader <miles@gnu.org>
14645
14646 * window.el (height-affecting-face-attributes): Use `defconst'.
14647
14648 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
14649 New function, conditionally aliased to `mode-line-window-height-fudge'.
14650 (ispell-help): Use it.
14651 (ispell-choices-win-default-height): Don't include mode-line fudge.
14652 (ispell-choices-win-default-height): New function.
14653 (ispell-show-choices, ispell-command-loop): Use function
14654 `ispell-choices-win-default-height' instead of variable.
14655
14656 2000-10-20 Miles Bader <miles@lsi.nec.co.jp>
14657
14658 * window.el (mode-line-window-height-fudge): New variable.
14659 (height-affecting-face-attributes): New variable.
14660 (mode-line-window-height-fudge): New function.
14661 (shrink-window-if-larger-than-buffer): Use it.
14662 * help.el (resize-temp-buffer-window): Likewise.
14663
14664 * info.el (Info-fontify-node): Add support for @subsubsection
14665 titles, which use `Info-title-4-face'.
14666 (Info-title-4-face): New face.
14667 (Info-title-3-face): Inherit from Info-title-4-face instead of
14668 variable-pitch.
14669
14670 2000-10-19 Jason Rumney <jasonr@gnu.org>
14671
14672 * dired.el (dired-insert-directory): Do not let errors signalled by
14673 attempt to run dired-free-space-program prevent dired from working.
14674
14675 2000-10-19 Stefan Monnier <monnier@cs.yale.edu>
14676
14677 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
14678
14679 2000-10-19 Gerd Moellmann <gerd@gnu.org>
14680
14681 * dirtrack.el (dirtrack): Fix call to run-hooks.
14682
14683 * cmuscheme.el (cmuscheme-program-name): Renamed from
14684 scheme-program-name because xscheme.el contains a defcustom with
14685 the same name. As a consequence, customizing group `cmuscheme'
14686 loaded `xscheme' which redefined run-scheme.
14687 (run-scheme): Use cmuscheme-program-name.
14688
14689 * ps-print.el (ps-print-emacs-type): Move into the eval-and-compile.
14690
14691 * play/doctor.el (doctor-death): Update the Samaritans'
14692 anonymous address, and add a website for Befrienders International.
14693
14694 2000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14695
14696 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
14697 Avoid compilation gripes. Doc fix.
14698 (ps-print-version): New version number (6.2).
14699 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
14700 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
14701 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
14702 (ps-x-extent-priority, ps-x-extent-start-position)
14703 (ps-x-face-font-instance, ps-x-find-coding-system)
14704 (ps-x-font-instance-properties, ps-x-make-color-instance)
14705 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
14706 avoid compilation gripes without defining functions.
14707 (ps-e-find-composition): Alias for function find-composition, to have a
14708 suitable function depending on Emacs version.
14709 (ps-color-device, ps-color-values, ps-face-foreground-name)
14710 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
14711 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
14712 (ps-print-ensure-fontified): Function definitions surrounded by
14713 `eval-and-compile' to avoid compilation gripes.
14714 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
14715 by symbol-value to avoid compilation gripes.
14716 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
14717 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
14718
14719 2000-10-19 Miles Bader <miles@lsi.nec.co.jp>
14720
14721 * startup.el (normal-top-level): Call `frame-set-background-mode'
14722 after `frame-notice-user-settings' because the latter doesn't call
14723 the former on a tty.
14724
14725 * faces.el (frame-set-background-mode): `unspecified' &c are
14726 symbols, not strings.
14727
14728 2000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
14729
14730 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
14731 why some "light*" colors are deliberately absent from the alist.
14732
14733 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
14734 Change colors for tty's, as suggested by Miles Bader.
14735
14736 2000-10-19 Kenichi Handa <handa@etl.go.jp>
14737
14738 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
14739 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
14740 for ISO10646-1 fonts.
14741 (x-font-name-charset-alist): Add an entry for "iso10646-1".
14742
14743 2000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
14744
14745 * faces.el (frame-set-background-mode): If a tty frame defines a
14746 background color, use that to compute the background mode, instead
14747 of always defaulting to "dark".
14748
14749 2000-10-19 Miles Bader <miles@lsi.nec.co.jp>
14750
14751 * comint.el (comint-write-output): New function.
14752 (comint-mode-map): Add it to the menu.
14753 Bind `C-c C-s' to comint-write-output.
14754
14755 2000-10-18 Gerd Moellmann <gerd@gnu.org>
14756
14757 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
14758 Use fancy-splash-delay.
14759
14760 2000-10-18 Alex Schroeder <alex@gnu.org>
14761
14762 * progmodes/sql.el (sql-sybase-options): New option.
14763 (sql-sybase): Use it. Add sql-database to the list of parameters
14764 provided for login. The options -w 2048 -n are not used any more.
14765
14766 * comint.el (comint-read-input-ring): Bugfix such that the first
14767 and the last entry of the input ring file are not lost.
14768
14769 2000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14770
14771 * ps-print.el: Internal variable changes to defcustom,
14772 make-local-hook changes to defvar. Doc fix.
14773 (ps-print-version): New version number (6.1).
14774 (ps-setup, ps-do-despool): Code fix.
14775 (ps-printer-name): Customization fix.
14776 (ps-printer-name-option): Now is a defcustom instead of an
14777 internal variable.
14778 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
14779 (ps-print-begin-column-hook): Now are defvar instead of
14780 make-local-hook.
14781
14782 2000-10-18 Miles Bader <miles@gnu.org>
14783
14784 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
14785 (comint-kill-output): Changed into an alias for `comint-delete-output',
14786 and made obsolete.
14787 (comint-mode-map): Rename references to comint-kill-output.
14788
14789 2000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
14790
14791 * diff-mode.el (diff-header-face, diff-file-header-face)
14792 (diff-changed-face): Add bold and italic attributes to tty faces.
14793 (diff-function-face): New face.
14794 (diff-font-lock-keywords): Use it.
14795
14796 2000-10-18 Miles Bader <miles@lsi.nec.co.jp>
14797
14798 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
14799 Remove commented-out call to force-mode-line-update.
14800 (comint-kill-output): Use `forward-line 0' instead of
14801 beginning-of-line to make sure we get past the prompt.
14802
14803 2000-10-17 Stefan Monnier <monnier@cs.yale.edu>
14804
14805 * diff-mode.el (diff-header-face, diff-file-header-face):
14806 Add specific setting for dark background.
14807 (diff-context-face): Renamed from diff-comment-face.
14808 Set explicitly rather than inheriting from font-lock-comment-face.
14809
14810 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
14811
14812 * startup.el (command-line): Move the code which sets the default
14813 TTY colors to before before-init-hook.
14814
14815 2000-10-17 Gerd Moellmann <gerd@gnu.org>
14816
14817 * jit-lock.el (jit-lock-stealth-time): Doc fix.
14818
14819 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
14820
14821 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
14822 extensions, for MS-DOS.
14823
14824 * diff-mode.el (diff-header-face, diff-file-header-face)
14825 (diff-changed-face): Define tty-specific colors.
14826
14827 2000-10-17 Gerd Moellmann <gerd@gnu.org>
14828
14829 * startup.el (fancy-splash-text): Realign the text.
14830
14831 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
14832
14833 * font-lock.el (font-lock-comment-face): Define a separate default
14834 for dark-background tty's.
14835
14836 2000-10-17 Miles Bader <miles@gnu.org>
14837
14838 * help.el (resize-temp-buffer-window): Add hack to avoid last line
14839 being obscured by whizzy mode-lines on graphics displays.
14840
14841 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
14842
14843 * info.el (Info-title-1-face, Info-title-2-face)
14844 (Info-title-3-face): Define colors for tty's.
14845 (info-header-node): Remove unneeded tty-specific definition.
14846
14847 2000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
14848
14849 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
14850 reverse from the frame parameters, and don't invert foreground and
14851 background colors.
14852
14853 2000-10-16 Miles Bader <miles@gnu.org>
14854
14855 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
14856 string "*Info*". Call propertized-buffer-identification to spruce
14857 up the result.
14858
14859 2000-10-16 Gerd Moellmann <gerd@gnu.org>
14860
14861 * help.el: Provide `help' for the sake of define-minor-mode
14862 which generates defcustoms with requires.
14863
14864 * jit-lock.el (jit-lock-after-change): If we're in text that
14865 matches a multi-line font-lock pattern, make sure the whole text
14866 will be redisplayed.
14867
14868 * emacs-lisp/authors.el (authors-add): Don't add an entry if
14869 author's name is unknown.
14870
14871 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
14872 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
14873 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
14874 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
14875 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
14876 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
14877 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
14878 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
14879 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
14880 Add author information.
14881
14882 2000-10-16 Miles Bader <miles@lsi.nec.co.jp>
14883
14884 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
14885 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
14886 full-color version (using the Gimp) to eliminate dithering artifacts.
14887
14888 2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
14889
14890 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
14891
14892 * simple.el (syntax-flag-table, string-to-syntax): Remove.
14893
14894 2000-10-15 Dave Love <fx@gnu.org>
14895
14896 * progmodes/sh-script.el: Require skeleton and comint when compiling.
14897
14898 * pcomplete.el (pcomplete) <defgroup>: Add :version.
14899
14900 * whitespace.el: Doc fixes.
14901 (top-level): Don't add hooks here.
14902 (whitespace-running-emacs): Deleted.
14903 (timer): Don't require.
14904 (whitespace): Add back :version conditional on xemacs test.
14905 (whitespace-spacetab-regexp, whitespace-indent-regexp)
14906 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
14907 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
14908 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
14909 Avoid specific xemacs test.
14910 (whitespace-global-mode): New option.
14911 (whitespace-global-mode): New command.
14912 (whitespace-unload-hook): New function.
14913
14914 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
14915 (Info-fontify-node, Info-goto-node, Info-mode-menu)
14916 (Info-fontify-node): `Goto' goes to `Go to'.
14917 (Info-fontify-node): Add help-echo to xref links.
14918
14919 2000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
14920
14921 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
14922
14923 2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
14924
14925 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
14926 Use plist-get and allow :inherit.
14927
14928 * emacs-lisp/cl-macs.el (cl-do-arglist):
14929 Use plist-get and plist-member instead of memq.
14930
14931 * emacs-lisp/ewoc.el (ewoc-location): New function.
14932 (ewoc-enter-after, ewoc-enter-before): Document return value.
14933 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
14934 Don't need make-local-hook any more.
14935 (cvs-addto-collection): Return the new tin.
14936 (cvs-mode-insert): Jump to the new line.
14937
14938 * jit-lock.el (jit-lock-fontify-buffer): Remove.
14939
14940 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
14941
14942 * font-lock.el (font-lock-syntactically-fontified): New var.
14943 (font-lock-fontify-syntactic-keywords-region): Use it.
14944 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
14945
14946 * diff-mode.el (diff-find-file-name): Fix regexp.
14947
14948 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
14949 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
14950
14951 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
14952 (sh-mode-syntax-table): Add punctuation syntax for < and >.
14953 (sh-mode): Don't make all vars local here.
14954 (sh-kw): Reformat.
14955 (sh-set-shell): Use dolist. Don't set indent-region-function.
14956 (sh-mode-syntax-table): Use pop.
14957 (sh-remember-variable): Use push.
14958 (sh-help-string-for-variable): Use memq.
14959 (sh-safe-backward-sexp): Remove.
14960 (sh-safe-forward-sexp): Add ARG.
14961 (sh-get-indent-info, sh-prev-stmt): Use it.
14962 (sh-prev-line): Simplify by using forward-comment.
14963 (sh-this-is-a-continuation): Simplify.
14964 (sh-learn-buffer-indent): Use dolist.
14965 (sh-do-nothing): Remove.
14966 (sh-set-char-syntax, sh-set-here-doc-region):
14967 Use inhibit-modification-hooks.
14968 (sh-name-style): Use mapcar and push.
14969 (sh-load-style): Use dolist.
14970 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
14971 (sh-case, sh-while-getopts): Use propertize directly rather
14972 than sh-electric-rparen.
14973
14974 2000-10-14 Stefan Monnier <monnier@cs.yale.edu>
14975
14976 * textmodes/tex-mode.el: Require CL when compiling.
14977 (tex-mode-syntax-table): Init immediately.
14978 (tex-mode-map): Bind M-RET to latex-insert-item.
14979 (latex-mode): Set indent-line-function to latex-indent.
14980 (tex-common-initialization): Don't setup the syntax-table any more.
14981 (latex-insert-item): New skeleton.
14982 (tex-next-unmatched-end): Fix copy/paste braino.
14983 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
14984 (latex-indent, latex-find-indent): New functions.
14985 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
14986 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
14987 (tex-compilation-parse-errors): Use with-syntax-table.
14988
14989 2000-10-15 Miles Bader <miles@gnu.org>
14990
14991 * font-lock.el (font-lock-comment-face): Change dark-background,
14992 color, non-tty, default to `chocolate1'.
14993
14994 2000-10-13 John Wiegley <johnw@gnu.org>
14995
14996 * eshell/esh-util.el (require): Added a missing `require' form,
14997 needed when compiling (for an ange-ftp macro definition).
14998
14999 2000-10-13 Dave Love <fx@gnu.org>
15000
15001 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
15002
15003 2000-10-13 Gerd Moellmann <gerd@gnu.org>
15004
15005 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc fix.
15006
15007 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
15008 transparent -colors 8).
15009
15010 2000-10-13 Stephen Gildea <gildea@stop.mail-abuse.org>
15011
15012 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
15013 that breaks with old list format timestamps.
15014 (time-stamp-warn-inactive, time-stamp-old-format-warn)
15015 (time-stamp-count, time-stamp-conversion-warn): Improved doc strings.
15016
15017 2000-10-13 John Wiegley <johnw@gnu.org>
15018
15019 * align.el, pcomplete.el, calendar/timeclock.el,
15020 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
15021
15022 * calendar/timeclock.el (timeclock-find-discrep): A fix to some
15023 faulty math, where holiday hours were being computing as seconds.
15024
15025 2000-10-13 John Wiegley <johnw@gnu.org>
15026
15027 * desktop.el (desktop-buffer-modes-to-save): Added a global for
15028 specifying what "other" kinds of buffers should be saved.
15029 This used to be hard-coded.
15030 (desktop-buffer-misc-functions): A global for specifying how
15031 auxiliary data should be determined for special buffer types.
15032 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
15033 instead of hard-coding the special buffer types.
15034 (desktop-save): Run `desktop-buffer-misc-functions' to gather
15035 auxiliary data, instead of hard-coding for Info buffers and dired.
15036 (desktop-buffer-info-misc-data): Aux function for determining Info
15037 buffer auxiliary info.
15038 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
15039 (desktop-buffer-info): Changed this function to use the info
15040 gathered above.
15041 (desktop-create-buffer): Be a little more careful about what
15042 `minor-mode' means before calling it. This is important for some
15043 buffer types.
15044
15045 2000-10-13 John Wiegley <johnw@gnu.org>
15046
15047 * eshell/esh-util.el: Added a global form which declares an
15048 autoload for `parse-time-string', if that function is not already
15049 defined, and if parse-time.el is available on the user's system.
15050
15051 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
15052 to be aware of ange-ftp user info.
15053 (eshell-do-ls): Bind `ange-cache'. Also, use `eshell-file-attributes'.
15054 (eshell-ls-annotate): Use `eshell-file-attributes'.
15055 (eshell-ls-file): Made the user-id printing code a bit smarter.
15056
15057 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
15058 allow identification of alias user ids in remote directories.
15059 It's manual, but there's no other way to know when the current user
15060 on the local machine, is also the owning user on the remote machine.
15061 (fboundp): Bind `ange-cache'.
15062 (eshell-directory-files-and-attributes): Re-organized the logic a
15063 bit to use `eshell-file-attributes' instead of `file-attributes'.
15064 The former is more sensitive to directories that are read via FTP,
15065 and knows how to use ange-ftp to determine full attribute
15066 information, instead of just the name and last modtime.
15067 (eshell-current-ange-uids): Return the current user id when in a
15068 remote directory.
15069 (eshell-parse-ange-ls): Parse a full directory listing that has
15070 been returned by ange-ftp.
15071 (eshell-file-attributes): This beefed up version of
15072 `file-attributes' is only special if the user is currently in a
15073 remote directory, in which case it does a lot of work to find out
15074 what the real attributes of a file are, as they appear on the
15075 remote machine. This makes usage of remote directories (i.e.,
15076 ange-ftp pathnames) much more useful. You can now use Eshell as a
15077 full-fledged FTP client, with much more manipulation ability than
15078 most other clients.
15079
15080 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
15081 variable, which means that Eshell's du should always be preferred
15082 in remote directories.
15083 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
15084 just `file-attributes'.
15085 (eshell-mvcp-template): Bind `ange-cache', to improve performance
15086 when reading remote directories. This is an Eshell-specific
15087 variable (not part of ange-ftp).
15088 (eshell/ln): Bind `ange-cache'.
15089 (eshell/du): Added some extra logic for determining when to use
15090 Eshell's du (which is slow), and when to use the external version
15091 (which may or may not exist).
15092
15093 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
15094 Call `eshell-interactive-process', rather than using
15095 `get-buffer-process', since backgrounded processes don't count in
15096 the context of this function's logic.
15097
15098 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
15099 `forward-char', so that null strings are parsed correctly.
15100
15101 2000-09-13 John Wiegley <johnw@gnu.org>
15102
15103 * eshell/em-pred.el (eshell-pred-file-type)
15104 (eshell-pred-file-links, eshell-pred-file-size):
15105 Use `eshell-file-attributes'. This is more correct over ange-ftp.
15106
15107 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
15108 that remote file globbing is more efficient.
15109
15110 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
15111 gathering the files and attributes within a directory.
15112
15113 * eshell/em-unix.el (eshell/cat): If any of the files passed on
15114 the command line is a special file (not a regular file, directory
15115 or symlink), always attempt to call the external version of cat.
15116
15117 2000-09-13 John Wiegley <johnw@gnu.org>
15118
15119 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
15120 Eshell-friendly version of find-tag.
15121
15122 2000-10-13 Miles Bader <miles@lsi.nec.co.jp>
15123
15124 * image-file.el (image-file-name-extensions)
15125 (image-file-name-regexps): Add autoload cookies.
15126
15127 2000-10-13 Kenichi Handa <handa@etl.go.jp>
15128
15129 * international/mule-cmds.el (select-safe-coding-system): If FROM
15130 is string, show it in *Warning* buffer.
15131
15132 2000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
15133
15134 * startup.el (normal-top-level): Use display-popup-menus-p instead
15135 of window-system.
15136 (command-line): Use display-graphic-p instead of window-system.
15137 (command-line-1): Use display-popup-menus-p and display-mouse-p
15138 instead of window-system.
15139
15140 2000-10-12 Sam Steingold <sds@gnu.org>
15141
15142 * tooltip.el (tooltip-use-echo-area): New user variable.
15143 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
15144
15145 2000-10-12 Dave Love <fx@gnu.org>
15146
15147 * recentf.el: Maintainer's checkdoc fixes.
15148
15149 * startup.el (normal-top-level-add-subdirs-to-load-path):
15150 Use character class, not ASCII when matching file names.
15151 (fancy-splash-head): Add trailing slash to URL.
15152 (command-line): Don't require XPM support for toolbar.
15153
15154 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
15155 (cperl-invalid-face): Revert last change.
15156 (cperl-init-faces): Quote cperl-invalid-face.
15157
15158 2000-10-12 Kenichi Handa <handa@etl.go.jp>
15159
15160 * startup.el (fancy-splash-text): Remove superfluous quote.
15161
15162 2000-10-12 Gerd Moellmann <gerd@gnu.org>
15163
15164 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
15165 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
15166 (command-line-1): Don't use fancy-splash-pending-command.
15167 (fancy-splash-screens-1): Goto point-min after inserting text.
15168
15169 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
15170
15171 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
15172 instead of shared-lisp-mode-map.
15173
15174 2000-10-12 Miles Bader <miles@lsi.nec.co.jp>
15175
15176 * faces.el (header-line): Change tty-variant to use underlining.
15177
15178 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
15179 (isearch-highlight): Restore lazy-isearch face properties at old
15180 position, and suppress them at new position.
15181 (isearch-dehighlight): Restore lazy-isearch face properties.
15182 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
15183 over the real isearch overlay, but in that case, don't give it a
15184 face property. Use `push'.
15185
15186 2000-10-12 Kenichi Handa <handa@etl.go.jp>
15187
15188 * man.el (Man-getpage-in-background): Fix previous change.
15189 Decode the process output only when we are in multibyte mode.
15190
15191 2000-10-11 Dave Love <fx@gnu.org>
15192
15193 * info.el (Info-mode-menu): Fix some help.
15194 (info-tool-bar-map): Add entry for Info-last.
15195
15196 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
15197 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
15198 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
15199 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
15200 * toolbar/search-replace.xpm, toolbar/exit.xpm:
15201 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
15202 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
15203 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
15204 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
15205 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
15206 Reduce colour requirements to 25 overall. (Probably wants
15207 revisiting from the originals to reduce further.)
15208
15209 2000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
15210
15211 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
15212 buffer-file-coding-system, instead of raw-text.
15213 (dehexlify-buffer): Bind coding-system-for-read to
15214 buffer-file-coding-system, instead of raw-text.
15215
15216 2000-10-11 Sam Steingold <sds@gnu.org>
15217
15218 * progmodes/cperl-mode.el (cperl-invalid-face): Double-quote
15219 `underline' - fixes the bug introduced on 2000-09-21.
15220
15221 2000-10-11 Dave Love <fx@gnu.org>
15222
15223 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
15224 Avoid compiler warnings.
15225 (scheme-mode): Doc fix.
15226 (scheme-font-lock-keywords-1): Match `define-syntax'.
15227
15228 2000-10-11 Miles Bader <miles@lsi.nec.co.jp>
15229
15230 * faces.el (frame-set-background-mode): Pay attention to saved
15231 face specs as well as default ones. Only do anything if the
15232 bg-mode or display-type has actually changed. Use `dolist'.
15233 (region): Make dark-background `region' face less in-your-face.
15234
15235 2000-10-10 Sam Steingold <sds@gnu.org>
15236
15237 * chistory.el, ielm.el, ledit.el:
15238 * progmodes/inf-lisp.el, progmodes/scheme.el:
15239 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
15240
15241 2000-10-10 Stefan Monnier <monnier@cs.yale.edu>
15242
15243 * textmodes/texinfo.el: Update copyright and fix typo.
15244
15245 * desktop.el (desktop-modes-not-to-save): New var.
15246 (desktop-save-buffer-p): Use it.
15247 Also, obey desktop-buffers-not-to-save even for non-file buffers.
15248 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
15249
15250 2000-10-10 Dave Love <fx@gnu.org>
15251
15252 * toolbar/tool-bar.el (tool-bar-add-item)
15253 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono display.
15254
15255 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
15256 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
15257 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
15258 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
15259 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
15260 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
15261 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
15262 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
15263 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
15264 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
15265 the .xpms; probably need retouching.
15266
15267 2000-10-10 Miles Bader <miles@lsi.nec.co.jp>
15268
15269 * subr.el (add-to-list): Add optional argument APPEND.
15270 * battery.el (display-battery): Use `add-to-list'.
15271
15272 2000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
15273
15274 * play/zone.el (zone-timer, zone-wc-tbl): Rework these vars as symbol
15275 properties.
15276 (zone, zone-when-idle, zone-leave-me-alone)
15277 (zone-pgm-whack-chars): Use new symbol properties.
15278
15279 * battery.el (display-battery): Doc spelling fix.
15280
15281 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
15282 property.
15283
15284 2000-10-09 Dave Love <fx@gnu.org>
15285
15286 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
15287 has been initialized before calling tool-bar-setup.
15288 (tool-bar-add-item-from-menu): Add autoload cookie.
15289
15290 2000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
15291
15292 * menu-bar.el (send-mail-item-name): New function.
15293 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
15294 of mail-user-agent in the menu. Don't display the "Send Mail"
15295 item if mail-user-agent is nil or its value is ignore.
15296 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
15297 if read-mail-command is nil or its value is ignore.
15298
15299 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
15300
15301 2000-10-09 Miles Bader <miles@gnu.org>
15302
15303 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
15304 Correct image size.
15305 * toolbar/left_arrow.xpm: Correct image size.
15306
15307 * jka-compr.el: Don't call `jka-compr-install' when loading (it
15308 will be done by the definition of `auto-compression-mode' if
15309 necessary. Move code to uninstall existing file-name handler
15310 before definition of `auto-compression-mode'.
15311
15312 * image-file.el (auto-image-file-mode): Move to the end of the
15313 file, because `define-minor-mode' actually calls the mode-function
15314 if the associated variable is non-nil, which requires that all
15315 needed functions be already defined.
15316
15317 * mouse.el (popup-menu): Balance parens.
15318
15319 2000-10-08 Stefan Monnier <monnier@cs.yale.edu>
15320
15321 * mouse.el (popup-menu): Move the command call outside the loop
15322 so that popup-menu returns whatever the command returns.
15323
15324 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
15325 (initialize-new-tags-table): Use run-hook-with-args-until-success.
15326 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
15327 (tags-table-format-functions): Renamed from tags-table-format-hooks.
15328
15329 * vc.el (vc-version-diff): diff-switches can be a list.
15330 Use relative filenames for prettier output.
15331
15332 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
15333 (vc-post-command-functions): Remove old-VC compatibility code.
15334
15335 * newcomment.el (comment-indent-default): Autoload.
15336
15337 * font-lock.el (font-lock-defaults): Make buffer-local.
15338 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
15339 (font-lock-choose-keywords):
15340 Ignore LEVEL unless KEYWORDS is a list of syms.
15341 (c-keywords, c++-keywords, objc-keywords, java-keywords):
15342 Don't wrap regexp-opt things in \(...\) unnecessarily.
15343
15344 * jit-lock.el: Don't require font-lock any more.
15345 (jit-lock-functions): Make buffer-local.
15346 (jit-lock-saved-fontify-buffer-function): Remove.
15347 (jit-lock-mode): Remove autoload cookie.
15348 Remove font-lock specific code.
15349 (jit-lock-unregister): Don't bother handling complex hooks any more.
15350 (jit-lock-refontify): New function.
15351 (jit-lock-fontify-buffer): Use it.
15352 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
15353 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
15354 Add optional args START and END.
15355 Never call font-lock-fontify-region directly.
15356 (jit-lock-function, jit-lock-stealth-fontify): Use it.
15357
15358 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
15359
15360 2000-10-08 Dave Love <fx@gnu.org>
15361
15362 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
15363
15364 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
15365
15366 * play/studly.el (studlify-region, studlify-word): Add autoload
15367 cookie.
15368
15369 * play/morse.el (morse-region, unmorse-region): Add autoload
15370 cookie.
15371
15372 * play/spook.el (spook-phrases-file): Use expand-file-name, not
15373 concat.
15374
15375 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
15376 insist on symbols starting with word syntax.
15377 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
15378 (eval-defun-1): Doc fix.
15379 (indent-sexp): Use nconc to build up indent-stack.
15380
15381 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
15382 Gnus with little use.
15383 (mail-setup-hook): Add mail-abbrevs-setup to options.
15384
15385 * recentf.el: Doc fixes.
15386
15387 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
15388 Clean up remainder.
15389
15390 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
15391 without timezone and (8) with timezone to enforce some whitespace.
15392 Simplify code somewhat.
15393
15394 * options.el (list-options): Doc that you should use customize.
15395
15396 * iswitchb.el (iswitchb-mode): Add :require.
15397
15398 * info.el (Info-goto-node, Info-menu): Doc fix.
15399 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
15400 (info-tool-bar-map): New variable.
15401 (Info-mode): Use it.
15402 (Info-edit-map): Define all in defvar.
15403 (speedbar-attached-frame): Avoid compiler warning.
15404
15405 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
15406 (global-map): Bind [tool-bar] to a filtered map.
15407 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
15408 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
15409 Allow PBM icons.
15410 (tool-bar-setup): Adjust calls of tool-bar-add-item.
15411
15412 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
15413 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
15414 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
15415 icons, except up_arrow, which is left-arrow rotated.
15416
15417 * imenu.el (imenu-add-to-menubar): Fix last change.
15418
15419 2000-10-08 Peter Breton <pbreton@ne.mediaone.net>
15420
15421 * generic-x.el (rul-generic-mode): Remove eval-when-compile
15422 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
15423
15424 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
15425
15426 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
15427 typos in doc strings.
15428
15429 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
15430 the doc strings how to customize Font Lock faces.
15431
15432 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
15433 computing growth when dragging the header line.
15434
15435 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
15436
15437 * simple.el (kill-line): Doc fix.
15438
15439 2000-10-08 Miles Bader <miles@gnu.org>
15440
15441 * faces.el (secondary-selection): Make foreground visible on tty.
15442
15443 * jka-compr.el (auto-compression-mode): Move to the end of the
15444 file, because `define-minor-mode' actually calls the mode-function
15445 if the associated variable is non-nil, which requires that all
15446 needed functions be already defined.
15447 (with-auto-compression-mode): Add autoload cookie.
15448
15449 2000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
15450
15451 * files.el (find-backup-file-name) [ms-dos]: If support for long
15452 file names is not available, behave as if version-control were set
15453 to never.
15454
15455 2000-10-07 Dave Love <fx@gnu.org>
15456
15457 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
15458 (browse-url-gnome-moz): New function.
15459 (browse-url-browser-function): Use it.
15460 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
15461
15462 2000-10-07 Stefan Monnier <monnier@cs.yale.edu>
15463
15464 * indent.el (tab-always-indent): New var.
15465 (indent-for-tab-command): Use it.
15466
15467 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
15468 raise an error. This way it can still default to a sane value.
15469
15470 2000-10-06 Stefan Monnier <monnier@cs.yale.edu>
15471
15472 * startup.el (fancy-splash-screens): Use local rather than global map.
15473 Don't use `update-menu-bindings' any more.
15474 Get rid of assumptions about keymap representation.
15475
15476 2000-10-06 Dave Love <fx@gnu.org>
15477
15478 * textmodes/fill.el (sentence-end-double-space)
15479 (sentence-end-without-period): Doc fix.
15480 (adaptive-fill-regexp): Purecopy.
15481 (unjustify-current-line): Use line-end-position.
15482 (fill-individual-paragraphs-prefix): Use line-beginning-position.
15483
15484 * net/eudc-vars.el (eudc): Add :version, :link.
15485
15486 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
15487
15488 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
15489 Fix for define-minor-mode.
15490 (function-at-point): Alias to function-called-at-point.
15491
15492 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
15493
15494 * simple.el (backward-word): Doc fix.
15495
15496 * image-file.el (image-file-name-regexp): image-file-regexps ->
15497 image-file-name-regexps.
15498 (image-file-name-extensions): Add pbm.
15499
15500 2000-10-06 Stefan Monnier <monnier@cs.yale.edu>
15501
15502 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
15503 and add filename to the names so that diff-mode can jump to source.
15504
15505 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
15506 (tex-font-lock-keywords, tex-font-lock-keywords-2)
15507 (tex-font-lock-keywords-1): Remove.
15508 (font-lock-turn-on-thing-lock): Use jit-lock-register.
15509 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
15510 (font-lock-default-fontify-region):
15511 Expand beg..end correctly when just following a multiline region.
15512 (font-lock-fontify-anchored-keywords):
15513 Include the anchor text as part of the multiline.
15514
15515 2000-10-06 Gerd Moellmann <gerd@gnu.org>
15516
15517 * loadup.el (toplevel): Load `loaddefs' before `help' because the
15518 latter needs the autoloaded define-minor-mode macro during the
15519 bootstrap.
15520
15521 * startup.el (command-line): For now, activate tool-bar-mode only
15522 if XPM images are supported.
15523
15524 * mouse.el (mouse-drag-header-line): Don't allow resizing a
15525 window by dragging a header-line at the top of the frame; that's
15526 confusing because the header-line doesn't move.
15527 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
15528 of treating the event as a list. Some cleanup.
15529
15530 2000-10-06 Miles Bader <miles@gnu.org>
15531
15532 * simple.el (display-message-or-buffer): New function.
15533 (shell-command-on-region): Use `display-message-or-buffer'.
15534
15535 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
15536 docstring parts.
15537
15538 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
15539 (smbclient-prompt-regexp): Add usage note to doc string.
15540 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
15541 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
15542 Use add-hook for adding the comint filter function, and only do so
15543 if it's not already in the global hook list.
15544 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
15545 to `make-local-variable'.
15546 (nslookup-font-lock-keywords): Remove prompt entry.
15547 (nslookup): Don't set the process-filter.
15548 (finger): Exit the loop correctly when the regexps list runs out.
15549 (ftp, smbclient, smbclient-list-shares):
15550 Set the real major mode immediately, not after execing.
15551 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
15552
15553 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
15554
15555 2000-10-05 Stefan Monnier <monnier@cs.yale.edu>
15556
15557 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
15558
15559 * which-func.el (which-func-format): Remove spurious space.
15560 (which-func-mode): Don't make it permanent-local.
15561 (which-func-ff-hook): Allow which-func-maxout to be nil.
15562 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
15563 (which-func-mode): Simplify.
15564 Use post-command-idle-hook rather than post-command-hook.
15565 Go through all buffers and update their state.
15566 (which-function): Also try add-log-current-defun-function.
15567
15568 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
15569 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
15570 Update call to with-vc-properties accordingly.
15571 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
15572 (vc-revert-buffer): More careful about window selection and deletion.
15573 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
15574
15575 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
15576 (cvs-retrieve-revision): Reuse a pre-existing buffer.
15577 (cvs-dired-action): Change the default to quickdir.
15578
15579 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
15580 if comment-indent-function returns nil.
15581 (comment-indent-default): New function.
15582 (comment-indent-function): Use it and document the new semantics.
15583
15584 * image-file.el: Docstring fixes.
15585
15586 * help.el (help-xref-on-pp): Use match-string.
15587 (describe-variable): New arg BUFFER.
15588 Store the current buffer in the help-xref-stack.
15589 (temp-buffer-resize-mode): Use define-minor-mode.
15590
15591 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
15592 consistently with its docstring.
15593 Set jit-lock-first-unfontify-pos in an idempotent way.
15594 (jit-lock-register): Autoload and add arg CONTEXTUAL.
15595
15596 2000-10-05 Alex Schroeder <alex@gnu.org>
15597
15598 * sql.el (sql-mysql-options): New variable.
15599 (sql-mysql): Use it.
15600
15601 2000-10-05 Miles Bader <miles@lsi.nec.co.jp>
15602
15603 * image.el (image): New group.
15604
15605 * smerge-mode.el (smerge-mine-face, smerge-other-face)
15606 (smerge-base-face, smerge-markers-face): Add dark-background variants.
15607
15608 2000-10-04 Peter Breton <pbreton@ne.mediaone.net>
15609
15610 * net/net-utils.el (nslookup-font-lock-keywords)
15611 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
15612 Ignore the value of wqindow-system; always define keywords
15613
15614 2000-10-05 Kenichi Handa <handa@etl.go.jp>
15615
15616 * startup.el (fancy-splash-screens): Remove the code for
15617 debugging; `(trace-to-stderr "EXITTT\n")'.
15618
15619 2000-10-05 Miles Bader <miles@gnu.org>
15620
15621 * diff-mode.el (diff-goto-source): Update call to
15622 `diff-hunk-status-msg' to reflect new REV variable.
15623
15624 2000-10-04 Stefan Monnier <monnier@cs.yale.edu>
15625
15626 * progmodes/icon.el (icon-mode):
15627 Don't gratuitously override the default for comment-column.
15628
15629 * vc-hooks.el (vc-mode-line): Fix interactive spec.
15630
15631 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
15632 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
15633 (jit-lock-functions): New var.
15634 (jit-lock-function-1): Use it if non-nil.
15635 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
15636 Set the `fontified' property before doing the fontification to avoid
15637 repeatedly going through the same error.
15638 Don't turn errors into messages.
15639 (jit-lock-register, jit-lock-unregister): New functions.
15640
15641 * dired.el (dired-mark-pop-up): Turn comment into docstring.
15642 Use with-current-buffer.
15643
15644 * dired-aux.el (dired-do-create-files, dired-kill-tree):
15645 Turn comment into docstring.
15646
15647 * apropos.el (apropos-mode): Use define-derived-mode.
15648
15649 2000-10-04 Gerd Moellmann <gerd@gnu.org>
15650
15651 * startup.el (fancy-splash-pending-command): New variable.
15652 (fancy-splash-pre-command): New function.
15653 (fancy-splash-screens): Rewritten.
15654 (command-line-1): If fancy-splash-pending-command is set, call it
15655 interactively.
15656
15657 2000-10-04 Dave Love <fx@gnu.org>
15658
15659 * toolbar/tool-bar.el (tool-bar-setup): New function.
15660 (tool-bar-mode): Use it.
15661
15662 * subr.el (substitute-key-definition): Doc fix.
15663 (play-sound-file): New command.
15664
15665 2000-10-04 Andre Spiegel <spiegel@gnu.org>
15666
15667 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
15668 vc-version-backup-file-name): New functions.
15669
15670 * files.el (basic-save-buffer): Call vc-before-save before saving.
15671
15672 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
15673 vc-cvs-stay-local-p.
15674
15675 * vc.el (vc-revert-buffer): Handle empty diff properly.
15676 (vc-version-backup-file): New function.
15677 (vc-checkout): Create a version backup if necessary.
15678 (vc-checkin): If a version backup file exists, delete it.
15679 (vc-version-diff): Diff locally using version backups, if available.
15680 (vc-revert-file): If there's a version backup, revert locally.
15681 (vc-transfer-file): Use version backup for base version, if
15682 available. If not, ask for confirmation whether to get it from the
15683 server. Update mode line before check-in.
15684
15685 2000-10-04 Dave Love <fx@gnu.org>
15686
15687 * toolbar/tool-bar.el (tool-bar-setup): New function.
15688 (tool-bar-mode): Use it.
15689
15690 2000-10-04 Peter Breton <pbreton@ne.mediaone.net>
15691
15692 * net/net-utils.el (nslookup-font-lock-keywords)
15693 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
15694 Only set if window-system is non-nil
15695 (net-utils-run-program): Returns buffer.
15696 (network-connection-reconnect): Added this function.
15697
15698 * generic.el:
15699 Incorporates extensive cleanup and docfixes by
15700 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
15701 Uses cl compile-time macros.
15702 (generic-mode-name, generic-comment-list)
15703 (generic-keywords-list, generic-font-lock-expressions)
15704 (generic-mode-function-list, generic-mode-syntax-table):
15705 Removed variables.
15706 (generic-mode-alist): Renamed to generic-mode-list.
15707 (generic-find-file-regexp): Default changed to "^#".
15708 (generic-read-type): Uses completing read on generic-mode-list.
15709 (generic-mode-sanity-check): removed this function.
15710 (generic-add-to-auto-mode): Removed this function
15711 (generic-mode-internal): Bind mode-specific definitions
15712 into function instead of putting them in alist.
15713 (generic-mode-set-comments): Reworked extensively.
15714 (generic-mode-find-file-hook): Simplified regexp searching
15715 (generic-make-keywords-list): Omit extra pair of parens
15716
15717 * find-lisp.el (find-lisp-find-files-internal):
15718 Make sure directory name ends with "/".
15719
15720 * generic-x.el (apache-conf-generic-mode):
15721 Regexp now allows leading whitespace.
15722 (rc-generic-mode): Added eval-when-compile
15723 around generic-make-keywords-list.
15724 Deleted duplicate regexp
15725 (rul-generic-mode): Added eval-when-compile
15726 around generic-make-keywords-list.
15727 (etc-fstab-generic-mode): New generic mode.
15728 (rul-generic-mode): Removed one eval-when-compile
15729 which caused a max-specpdl-size exceeded error.
15730
15731 2000-10-04 Miles Bader <miles@gnu.org>
15732
15733 * simple.el (minibuffer-temporary-goal-position): New variable.
15734 (next-history-element): Try to keep the position of point in the
15735 input string constant.
15736
15737 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
15738 (dired-do-create-files): If there's only one file, pass it in as
15739 the DEFAULT arg to dired-mark-read-file-name.
15740
15741 2000-10-03 Stefan Monnier <monnier@cs.yale.edu>
15742
15743 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
15744 (diff-goto-source): Be smarter when choosing REVERSE or not.
15745
15746 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
15747 (texinfo-mode-menu): Add an explicit shortcut for update all.
15748
15749 2000-10-03 Andre Spiegel <spiegel@gnu.org>
15750
15751 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
15752 factorize backend-specific code cleanly (this was essentially
15753 conceived by Stefan Monnier).
15754 (vc-unregister): Function removed.
15755 (vc-revert-file): New function.
15756 (vc-revert-buffer): Delegate some of the work to it.
15757
15758 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
15759 default branch unconditionally.
15760 (vc-rcs-set-default-branch): New function.
15761 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
15762 (vc-rcs-checkin): If an appropriate default branch has been set,
15763 force creation of that branch.
15764 (vc-rcs-receive-file): Rewritten to contain only backend-specific
15765 code (as suggested by Stefan Monnier).
15766
15767 2000-10-02 Gerd Moellmann <gerd@gnu.org>
15768
15769 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
15770 highlighting overlay with a different face over the overlay
15771 isearch uses to highlight the current match because that can lead
15772 to bad face combinations.
15773
15774 * loadup.el (toplevel): Load faces before isearch.
15775
15776 * isearch.el (isearch-faces): New custom group.
15777 (isearch): New defface; was already tested for in the code.
15778 (isearch-lazy-highlight-face): Changed to defface from defcustom.
15779 (isearch-highlight): Always use face `isearch'.
15780
15781 2000-10-02 Dave Love <fx@gnu.org>
15782
15783 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
15784 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
15785 comparison of opcode with operand.
15786
15787 2000-10-03 Miles Bader <miles@gnu.org>
15788
15789 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
15790 buffer, since the echo area will now grow to accommodate them.
15791
15792 2000-10-02 Andre Spiegel <spiegel@gnu.org>
15793
15794 * vc-hooks.el (vc-registered): If FILE used to be registered under
15795 a certain backend, try that one first.
15796
15797 * vc.el (vc-responsible-backend): Undo the previous change in the
15798 argument list. Handle multiple backends correctly.
15799 (vc-find-new-backend): Function removed.
15800 (vc-register): Use vc-responsible-backend, as before.
15801 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
15802
15803 2000-10-02 Gerd Moellmann <gerd@gnu.org>
15804
15805 * startup.el (fancy-splash-head): Change message below the
15806 logo.
15807
15808 2000-10-02 Miles Bader <miles@lsi.nec.co.jp>
15809
15810 * diff-mode.el (diff-goto-source): Emit a status message.
15811 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
15812 (diff-test-hunk): Fix doc string.
15813 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
15814 (diff-advance-after-apply-hunk): New variable.
15815 (diff-apply-hunk): Don't return a value.
15816
15817 2000-10-01 Stefan Monnier <monnier@cs.yale.edu>
15818
15819 * vc.el (vc-editable-p): Minor optimization.
15820 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
15821 (vc-find-new-backend): New function split from vc-responsible-backend.
15822 (vc-register): Use it.
15823 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
15824 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
15825 (vc-default-unregister, vc-revert-buffer): Docstring fix.
15826 (vc-clear-headers): Don't use find-file.
15827 (vc-revert-buffer): Use `and' again (must have been a braino).
15828 (vc-switch-backend): Only prompt if requested.
15829 Short circuit if nothing is to be done.
15830 Don't use vc-resynch-buffer which could lose unsaved editing.
15831 (vc-default-receive-file): Update call to vc-unregister.
15832 (with-vc-file, vc-next-action-on-file):
15833 Use vc-backend rather than vc-registered.
15834 (vc-next-action-on-file): Use intern-soft.
15835 Deal with read-only *vc-diff* buffer.
15836 (vc-transfer-file): Docstring fix.
15837
15838 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
15839 (vc-rcs-receive-file): Avoid with-vc-properties.
15840 Update call to vc-unregister.
15841 Use constant `RCS' rather than (dynamically bound) var `backend'.
15842
15843 2000-10-01 Andre Spiegel <spiegel@gnu.org>
15844
15845 * vc.el (vc-next-action-on-file): Update mode line only if file
15846 is visited.
15847 (vc-start-entry): New argument initial-contents. Don't visit the file
15848 if it isn't already visited. Brought documentation up-to-date.
15849 (vc-next-action, vc-register): Updated calls to vc-start-entry.
15850 (vc-checkin): New optional arg initial-contents, which is passed to
15851 vc-start-entry.
15852 (vc-finish-logentry): Make sure to bury log buffer only if there
15853 really is one. Call `vc-resynch-buffer' on log-file, not
15854 buffer-file-name.
15855 (vc-default-comment-history, vc-default-wash-log): New functions.
15856 (vc-index-of): Removed.
15857 (vc-transfer-file): Make do without the above.
15858 (vc-default-receive-file): Call comment-history unconditionally. Pass
15859 the resulting string to vc-checkin, instead of inserting it into the
15860 comment ring.
15861
15862 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
15863 unconditionally. Use the comments as initial contents of the log
15864 entry buffer. Document the trick to force branch creation with no
15865 changes.
15866
15867 2000-10-01 Miles Bader <miles@gnu.org>
15868
15869 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
15870 `recenter' with an arg to prevent redrawing the display.
15871
15872 2000-09-30 Stefan Monnier <monnier@cs.yale.edu>
15873
15874 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
15875
15876 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
15877
15878 * progmodes/c-mode.el (c-mode):
15879 Don't gratuitously override the default for comment-column.
15880
15881 * textmodes/tex-mode.el (latex-metasection-list): New var.
15882 (latex-imenu-create-index): Use it.
15883 Move the regexp construction outside loops (and use push).
15884 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
15885 (tex-font-lock-keywords): Moved from font-lock.el.
15886 (tex-comment-indent): Remove.
15887 (tex-common-initialization): Don't set comment-indent-function.
15888 (latex-block-default): New var.
15889 (tex-latex-block): Use it to provide a default choice.
15890 Add any unknown choice to latex-block-names.
15891 Insert [...] after {...}.
15892 (tex-last-unended-begin): Simplify regexp.
15893 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
15894 (latex-forward-sexp-1, latex-forward-sexp): New functions.
15895 (latex-mode): Set forward-sexp-function.
15896
15897 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
15898 Add regexp for @ignore ... @end ignore.
15899 (texinfo-heading-face): New face.
15900 (texinfo-font-lock-keywords): Use it.
15901 (texinfo-mode-menu): New menu.
15902 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
15903 New functions.
15904 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
15905 (texinfo-section-types-regexp, texinfo-section-level-regexp)
15906 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
15907 Remove declaration.
15908 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
15909
15910 * delsel.el (delete-selection-mode): Use define-minor-mode.
15911
15912 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
15913
15914 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
15915
15916 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
15917
15918 2000-09-30 Gerd Moellmann <gerd@gnu.org>
15919
15920 * replace.el (keep-lines-read-args): New function.
15921 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
15922 read arguments interactively. Add parameters RSTART and REND.
15923 Operate on the active region in Transient Mark mode.
15924
15925 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
15926
15927 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
15928 (authors-obsolete-files-regexps): New variable.
15929 (authors-add): Don't record changes in obsolete files.
15930
15931 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
15932
15933 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
15934
15935 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
15936 (comment-indent): Make sure there's a space between code and comment.
15937 Shift comments left to avoid going past fill-column.
15938
15939 2000-09-29 Gerd Moellmann <gerd@gnu.org>
15940
15941 * startup.el (startup-echo-area-message): New function.
15942 (display-startup-echo-area-message): Use it.
15943 (fancy-splash-screens): Rewritten to use keymaps and a timer.
15944 (fancy-splash-default-action): New function.
15945 (fancy-splash-screens-1): New function.
15946 (fancy-splash-head): Put a help-echo and a keymap under the image.
15947
15948 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
15949
15950 * diff-mode.el (diff-add-log-file-name): Remove.
15951 (diff-mode): Use add-log-buffer-file-name-function.
15952
15953 * add-log.el (find-change-log): New arg BUFFER-FILE.
15954 (add-log-file-name): Obey add-log-file-name-function.
15955 (add-log-buffer-file-name-function): New var.
15956 (add-change-log-entry): Use it.
15957
15958 2000-09-29 Miles Bader <miles@gnu.org>
15959
15960 * image-file.el (image-file-name-extensions): New variable.
15961 (image-file-name-regexps): Renamed from `image-file-regexps'.
15962 New default value is nil. Call `auto-image-file-mode'.
15963 (image-file-name-regexp): New function.
15964 (auto-image-file-mode): New minor mode.
15965 (insert-image-file): Don't make conditional on the image-file
15966 handler being enabled.
15967 (image-file-handler): Make the call here conditional instead.
15968 (set-image-file-handler-enabled, enable-image-file-handler)
15969 (disable-image-file-handler): Functions removed.
15970
15971 * emacs-lisp/authors.el (authors-print): Rephrase many-files
15972 string.
15973
15974 2000-09-29 Gerd Moellmann <gerd@gnu.org>
15975
15976 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
15977 it's a function from CL.
15978 (latex-imenu-create-index): Replace eval-when-compile with progn
15979 because latex-section-alist is not bound while compiling.
15980
15981 2000-09-28 Stefan Monnier <monnier@cs.yale.edu>
15982
15983 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
15984 (outline-mode): Use define-derived-mode.
15985
15986 * progmodes/perl-mode.el (perl-mode):
15987 * progmodes/awk-mode.el (awk-mode):
15988 * progmodes/asm-mode.el (asm-mode):
15989 Don't gratuitously override the default for comment-column.
15990
15991 * emacs-lisp/lisp.el (lisp-complete-symbol):
15992 Distinguish the let-binding case from the funcall case.
15993 (forward-sexp-function): New variable.
15994 (forward-sexp): Use it.
15995
15996 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
15997 (easy-mmode-defmap): Remove the now useless autoload.
15998
15999 * time.el (display-time-mode): Use define-minor-mode.
16000
16001 * subr.el (add-minor-mode): Don't eval NAME.
16002 Don't depend on the presence of TOGGLE-FUN for any special behavior.
16003 Use if rather than cond.
16004
16005 * simple.el (read-expression-map): Define more properly.
16006 (comment-indent-hook): Remove.
16007 (string-to-syntax): Bug fix.
16008
16009 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
16010 (cvs-ediff-diff): Fix typo.
16011 (cvs-revert-if-needed): Don't bother preserving read-only.
16012
16013 * paren.el (show-paren-mode): Use define-minor-mode.
16014
16015 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
16016 (toggle-auto-compression): Remove.
16017 (jka-compr-build-file-regexp): Remove useless grouping.
16018
16019 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
16020 Avoid user-reserved bindings.
16021 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
16022 (diff-header-face): Revert to grey85.
16023
16024 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
16025
16026 * complete.el (partial-completion-mode) <defcustom>: Remove.
16027 (partial-completion-mode): Use define-minor-mode.
16028 (PC-do-completion): Understand `completion-auto-help = delay'
16029 to mean to popup the completion buffer only the second time.
16030 (PC-include-file-all-completions, PC-include-file-all-completions)
16031 (PC-include-file-all-completions): Don't quote lambda.
16032
16033 * comint.el (comint-mode-hook): Docstring fix.
16034 (comint-mode): Use define-derived-mode.
16035 (comint-mode-map): Remove obsolete comment.
16036 (make-comint): Minor stylistic change.
16037 (comint-insert-clicked-input): Be more careful to find the overlay.
16038 Use this-command-keys rather than hardcoding mouse-2.
16039
16040 * font-lock.el: Replace confusing (,@ with ,
16041 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
16042 Don't use regexp-opt-depth. Spice up the regexp for args.
16043 Don't distinguish between cmds that can take an opt arg or not.
16044 Use `append' and `prepend' rather than `keep'.
16045
16046 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
16047 (latex-outline-regexp): New var.
16048 (latex-outline-level): New fun.
16049 (latex-section-alist): New var.
16050 (latex-imenu-create-index): Use it. Use `push' as well.
16051 (tex-shell-map): Initialize it properly.
16052 (tex-mode): Minor stylistic change.
16053 (plain-tex-mode): Use define-derived-mode.
16054 (latex-mode): Use define-derived-mode.
16055 Construct the paragraph regexps in a more readable way.
16056 Set the buffer-local outline-{level,regexp} vars.
16057 (slitex-mode): Derive from latex-mode.
16058 (tex-common-initialization): Don't kill-all-vars anymore.
16059 Add setting for comment-add and font-lock-defaults.
16060 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
16061 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
16062 (tex-start-tex): New arg DIR (and send a chdir command for it).
16063 Also display the shell buffer and save it in tex-last-buffer-texed.
16064 (tex-region): Use expand-file-name rather than concat.
16065 Remove code made useless by changes in tex-start-tex.
16066 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
16067
16068 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
16069
16070 2000-09-28 Dave Love <fx@gnu.org>
16071
16072 * eshell/eshell.el (eshell) <defgroup>: Add :version.
16073
16074 2000-09-28 Gerd Moellmann <gerd@gnu.org>
16075
16076 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
16077 `append'.
16078
16079 2000-09-28 Stefan Monnier <monnier@cs.yale.edu>
16080
16081 * info.el (Info-extract-pointer): Undo last change.
16082 Instead, fix the position of the `bound' arg to re-search-backward.
16083
16084 2000-09-27 Stefan Monnier <monnier@cs.yale.edu>
16085
16086 * info.el (Info-extract-pointer):
16087 Widen more carefully, to avoid finding pointers in other nodes.
16088 (Info-index): Use push.
16089
16090 2000-09-27 Gerd Moellmann <gerd@gnu.org>
16091
16092 * frame.el (set-frame-font): Remove call to obsolete function
16093 frame-update-faces.
16094 (set-foreground-color, set-background-color): Likewise for
16095 frame-update-face-colors.
16096
16097 2000-09-27 Miles Bader <miles@gnu.org>
16098
16099 * image-file.el: New file.
16100
16101 2000-09-27 Gerd Moellmann <gerd@gnu.org>
16102
16103 * frame.el (frame-notice-user-settings): Don't call
16104 frame-update-faces, which is a no-op now.
16105
16106 * ediff-wind.el (ediff-control-frame-parameters): Add zero
16107 tool-bar-lines.
16108
16109 2000-09-27 Dave Love <fx@gnu.org>
16110
16111 * mouse.el: Fix last change.
16112
16113 2000-09-27 Miles Bader <miles@lsi.nec.co.jp>
16114
16115 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
16116
16117 2000-09-22 Kenichi Handa <handa@etl.go.jp>
16118
16119 * international/quail.el (quail-help): The output message is
16120 improved.
16121
16122 2000-09-26 Dave Love <fx@gnu.org>
16123
16124 * mouse.el (popup-menu): If POSITION is nil, set it using
16125 mouse-position.
16126
16127 2000-09-25 Sam Steingold <sds@gnu.org>
16128
16129 * net/browse-url.el (browse-url-file-url): Check for null maps.
16130
16131 2000-09-26 Gerd Moellmann <gerd@gnu.org>
16132
16133 * frame.el (frame-notice-user-settings): Don't add a
16134 tool-bar-lines frame parameter to default-frame-alist in batch mode.
16135
16136 * frame.el (frame-notice-user-settings):
16137 Make tool-bar-mode and default-frame-alist consistent.
16138
16139 * toolbar/tool-bar.el (tool-bar-help): New function.
16140
16141 2000-09-25 Gerd Moellmann <gerd@gnu.org>
16142
16143 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
16144 current-load-list in top-level forms. Else this leaks a cons cell
16145 every time a defun is called.
16146
16147 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
16148
16149 2000-09-25 Dave Love <fx@gnu.org>
16150
16151 * startup.el (fancy-splash-head): Check XPM is available.
16152
16153 * autoinsert.el (auto-insert): Doc fix.
16154 (auto-insert-alist): Following GNU notices, don't say `copyright
16155 _by_'. Use line-beginning-position.
16156 (auto-insert): Check buffer-file-name is non-nil before use.
16157
16158 2000-09-25 Gerd Moellmann <gerd@gnu.org>
16159
16160 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
16161 starting with `@def' or `@multitable', in addition to ones
16162 specified by the user in auto-fill-inhibit-regexp.
16163
16164 2000-09-25 Markus Rost <rost@math.ohio-state.edu>
16165
16166 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
16167 rmail-dont-reply-to-names matches the empty string.
16168
16169 2000-09-25 Gerd Moellmann <gerd@gnu.org>
16170
16171 * startup.el (command-line-1, fancy-splash-text): Change the
16172 text to sound more friendly.
16173
16174 2000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
16175
16176 * progmodes/hideshow.el: Update author email address.
16177 Generally, sync w/ maintainer version 5.22.
16178 (hs-hide-all-non-comment-function): New var.
16179 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
16180 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
16181 (hs-show-region): Delete this command.
16182 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
16183
16184 2000-09-22 Dave Love <fx@gnu.org>
16185
16186 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
16187 (hl-line-highlight): Specify buffer when moving overlay.
16188
16189 * progmodes/fortran.el (fortran-mode): Locally set
16190 normal-auto-fill-function.
16191 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
16192 (fortran-mode-map): Adjust auto-fill menu entry.
16193
16194 2000-09-22 Gerd Moellmann <gerd@gnu.org>
16195
16196 * vc-rcs.el (toplevel): Require `vc' when compiling.
16197
16198 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
16199
16200 2000-09-22 Andre Spiegel <spiegel@gnu.org>
16201
16202 * vc.el (vc-switch-backend): Signal an error if the file is not
16203 registered under the new backend.
16204
16205 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
16206 without explicit revision number.
16207
16208 2000-09-21 Stefan Monnier <monnier@cs.yale.edu>
16209
16210 * diff-mode.el (diff-file-header-face): Reset to its previous value.
16211 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
16212 (diff-xor): New function.
16213 (diff-find-source-location): Use it. Fix a stupid name clash.
16214 (diff-hunk-status-msg): New function.
16215 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
16216 (diff-test-hunk): Use diff-find-source-location.
16217 (diff-goto-source): Favor the `reverse'.
16218 (diff-hunk-text): Properly handle one-sided context diffs.
16219 (diff-apply-hunk): When done, advance to the next hunk.
16220
16221 2000-09-21 Gerd Moellmann <gerd@gnu.org>
16222
16223 * startup.el (command-line): If frame was created with a non-zero
16224 tool-bar-lines parameter, switch tool-bar-mode on.
16225
16226 * add-log.el (change-log-date-face, change-log-name-face)
16227 (change-log-email-face, change-log-file-face)
16228 (change-log-list-face, change-log-conditionals-face)
16229 (change-log-function-face, change-log-acknowledgement-face):
16230 New faces, inheriting from font-lock faces.
16231 (change-log-font-lock-keywords): Use them.
16232
16233 2000-09-21 Dave Love <fx@gnu.org>
16234
16235 * progmodes/cperl-mode.el (top-level): Clean up
16236 `eval-when-compile's and assorted defvars.
16237 (cperl-invalid-face): Don't double-quote value. Change custom
16238 type.
16239 (cperl-mode): Set normal-auto-fill-function and don't zap
16240 auto-fill-function.
16241 (cperl-imenu--function-name-regexp-perl): Renamed from
16242 imenu-example--function-name-regexp-perl.
16243 (cperl-imenu--create-perl-index): Renamed from
16244 imenu-example--create-perl-index.
16245 (cperl-xsub-scan): Don't require cl.
16246
16247 * msb.el (msb-mode-map): Use substitute-key-definition.
16248 (msb-mode): Use msb-mode-map.
16249
16250 2000-09-21 Andre Spiegel <spiegel@gnu.org>
16251
16252 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
16253 New functions.
16254 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
16255 (vc-switch-backend): New function.
16256 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
16257 (vc-register): Fix prompt.
16258 (vc-unregister, vc-default-unregister): New functions.
16259 (vc-version-diff): Handle empty buffer in sentinel.
16260
16261 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
16262 (vc-rcs-state-heuristic): Use it to guess the state of files with
16263 non-strict locking.
16264 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
16265 been set with -b, but not created yet.
16266 (vc-rcs-fetch-master-state): With non-strict locking, compare file
16267 contents in order to find the state.
16268 (vc-rcs-checkin): Allow creation of branches with no changes.
16269 (vc-rcs-unregister, vc-rcs-receive-file)
16270 (vc-rcs-set-non-strict-locking): New functions.
16271
16272 * vc-hooks.el (vc-name): Force correct computation of the value
16273 in case it is missing.
16274
16275 2000-09-21 Gerd Moellmann <gerd@gnu.org>
16276
16277 * startup.el (fancy-splash-tail): Use a different foreground
16278 color on a dark frame background.
16279
16280 2000-09-21 Miles Bader <miles@lsi.nec.co.jp>
16281
16282 * info.el: Use the correct capitalization when making Info-mode
16283 and Info-edit-mode `special' modes.
16284
16285 2000-09-20 Stefan Monnier <monnier@cs.yale.edu>
16286
16287 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
16288 (diff-mode): Add support for add-log.el.
16289 (diff-hunk-text): Use char offsets rather than line offsets.
16290 (diff-find-source-location): Replace LINE with line-offset (nil
16291 if not found) and always set POS to a meaningful position.
16292 Adapt to the new char-offsets.
16293 (diff-apply-hunk): Drop support for the unused `select' POPUP.
16294 Adapt to the new diff-find-source-location.
16295 (diff-goto-source): Adapt to the new diff-find-source-location.
16296
16297 * add-log.el (add-log-file-name): New function (split out of
16298 add-change-log-entry).
16299 (add-change-log-entry): Use it.
16300 Call add-log-file-name-function with the changelog file name if
16301 the current buffer is not associated with any file.
16302 Avoid find-file if the selected window is dedicated.
16303
16304 * diff-mode.el (diff-find-source-location):
16305 Move code from diff-apply-hunk. Return buffer rather than file.
16306 (diff-apply-hunk): Use the new result from diff-find-source-location.
16307 (diff-goto-source): Use the new diff-find-source-location.
16308
16309 2000-09-20 Dave Love <fx@gnu.org>
16310
16311 * iswitchb.el: Some doc fixes.
16312 (iswitchb-mode-map): Define completely initially. Inherit
16313 minibuffer-local-map.
16314 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
16315 fundamental-mode.
16316 (iswitchb-global-map): New variable.
16317 (iswitchb-summaries-to-end): Amalgamate regexps.
16318 (iswitchb-mode): New.
16319 (iswitchb-mode-hook): New variable.
16320 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
16321 `extensions'.
16322
16323 2000-09-20 Gerd Moellmann <gerd@gnu.org>
16324
16325 * ehelp.el (electric-help): New defgroup.
16326 (electric-help-shrink-window): New user-option.
16327 (with-electric-help): Use it.
16328
16329 * window.el (shrink-window-if-larger-than-buffer): If face
16330 `mode-line' has a :box, and we're on a graphical frame, add 1
16331 to the needed window height.
16332
16333 * frame.el (frame-notice-user-settings): Add a last parameter nil
16334 to a call to `append', because the last list passed to `append' is
16335 not copied, and so subsequent calls to assq-delete-all will modify
16336 default-frame-alist.
16337
16338 * startup.el (fancy-splash-image): Change :type.
16339 (fancy-splash-head): Use an XBM image if appropriate.
16340 (command-line-1): Show splash screens in more cases.
16341
16342 * startup.el (fancy-splash-text): Don't quote faces.
16343
16344 * dired.el (dired-font-lock-keywords): Undo last change.
16345 (dired-readin): Bind indent-tabs-mode to nil.
16346
16347 * startup.el (fancy-splash-head): If frame's background mode
16348 is `dark', change the black background of the image to gray.
16349 (fancy-splash-screens): Display startup echo area message.
16350 (display-startup-echo-area-message): New function.
16351
16352 2000-09-20 Miles Bader <miles@lsi.nec.co.jp>
16353
16354 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
16355
16356 * info.el (info-header-node): Tweak for color ttys.
16357
16358 * faces.el (face-valid-attribute-values): Make sure directories we
16359 search for stipples both exist and are readable before trying to
16360 search them.
16361
16362 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
16363 in the dry-run case.
16364
16365 * jka-compr.el (with-auto-compression-mode): New macro.
16366
16367 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
16368 (custom-group-tag-face, custom-variable-tag-face): Use relative
16369 :height and inherit from `variable-pitch' face instead of
16370 hardwiring :family.
16371 * hi-lock.el (hi-black-hb): Likewise.
16372
16373 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
16374 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
16375 toolbar-add-item, if image doesn't have a mask add a `:mask
16376 heuristic'.
16377
16378 2000-09-19 Stefan Monnier <monnier@cs.yale.edu>
16379
16380 * diff-mode.el: Docstring fixes.
16381 (diff-header-face, diff-comment-face): New faces.
16382 (diff-font-lock-keywords): Highlight a bit differently.
16383 (diff-find-source-location): Don't return SPAN any more.
16384 (diff-hunk-text): Don't bother erasing the temp buffer.
16385 (diff-find-text): Drop argument LINE.
16386 (diff-apply-hunk): Update calls to diff-find-text.
16387 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
16388
16389 * calendar/calendar.el: Docstring fixes.
16390 (calendar-make-alist): Don't quote lambda.
16391 (calendar-star-date): Use make-local-variable.
16392
16393 2000-09-19 Dave Love <fx@gnu.org>
16394
16395 * toolbar/tool-bar.el: Renamed from toolbar.el.
16396 Change `toolbar' to `tool-bar' generally in symbols.
16397 Make some items invisible in `special' major modes.
16398 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
16399 Add arg PROPS.
16400
16401 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
16402 Add :version here.
16403 (fancy-splash-delay, fancy-splash-image): Remove :version here.
16404
16405 2000-09-19 Gerd Moellmann <gerd@gnu.org>
16406
16407 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
16408
16409 * files.el (find-file-suppress-same-file-warnings): New user-option.
16410 (find-file-noselect): Use it.
16411
16412 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
16413 (fancy-splash-screen): Defgroup.
16414
16415 * add-log.el (change-log-font-lock-keywords): Match names
16416 more exactly for the case that font-lock-constant-face is
16417 underlined.
16418
16419 2000-09-19 Richard M. Stallman <rms@gnu.org>
16420
16421 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
16422
16423 2000-09-19 Andre Spiegel <spiegel@gnu.org>
16424
16425 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
16426
16427 2000-09-19 Gerd Moellmann <gerd@gnu.org>
16428
16429 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
16430 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
16431 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
16432 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
16433 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
16434 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
16435 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
16436 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
16437 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
16438 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
16439 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
16440 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
16441
16442 * startup.el (fancy-splash-text): New variable.
16443 (fancy-splash-delay, fancy-splash-image): New user-options.
16444 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
16445 (fancy-splash-screens): New functions.
16446 (command-line-1): If display has a `display' frame parameter, has
16447 colors, and we have XPM support, show more fancy splash screens.
16448
16449 2000-09-19 Dave Love <fx@gnu.org>
16450
16451 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
16452 with null `help'. Use modern backquote syntax.
16453
16454 2000-09-19 Gerd Moellmann <gerd@gnu.org>
16455
16456 * font-lock.el (font-lock-mode): Change message telling the user
16457 that ``the buffer is too big''.
16458
16459 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
16460 for instance for the case that tab-width is 2.
16461
16462 2000-09-18 Gerd Moellmann <gerd@gnu.org>
16463
16464 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
16465 toolbar-add-item, if image doesn't have a mask add a `:mask
16466 heuristic'.
16467
16468 2000-09-18 Miles Bader <miles@lsi.nec.co.jp>
16469
16470 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
16471 and return a cons if it's non-nil.
16472 (diff-apply-hunk): Try to jump to the line in the source text
16473 corresponding to the position of point in the in the hunk.
16474
16475 * info.el (Info-title-3-face, Info-title-2-face)
16476 (Info-title-1-face): Use face inheritance and relative sizes
16477 instead of hard-wiring things.
16478
16479 * faces.el (secondary-selection): Make dark-background variant sane.
16480
16481 2000-09-16 Andrew Innes <andrewi@gnu.org>
16482
16483 * makefile.w32-in (compile-files-CMD): No need to make .elc files
16484 read-only, since they aren't under VC now.
16485
16486 2000-09-17 Dave Love <fx@gnu.org>
16487
16488 * tmm.el: Replace mapcar with mapc in several places.
16489
16490 * loadhist.el (unload-feature): Maybe call elp-restore-list and
16491 ad-unadvise.
16492
16493 * international/latin1-disp.el: New file.
16494
16495 * calendar/cal-move.el (scroll-calendar-left)
16496 (scroll-calendar-right): Make arg optional (for active mode line).
16497
16498 * calendar/calendar.el (calendar-mode-line-format): Make fields
16499 mouse-sensitive.
16500 (calendar-read-date, calendar-read-date, calendar-window-list):
16501 Unquote lambda.
16502 (calendar-month-name): Use aref, not sref.
16503
16504 * view.el (minor-mode-alist): Propertize the string.
16505
16506 * international/characters.el (standard-case-table): Add entries
16507 for Greek.
16508
16509 2000-09-18 Miles Bader <miles@gnu.org>
16510
16511 * info.el (info-node, info-xref): Add dark-background variants.
16512
16513 * faces.el (header-line): Change defaults to be less confusing
16514 when mixed with mode-lines.
16515
16516 * info.el (Info-fontify-node): Make a few cleanups.
16517 Add extra `help-echo' and `local-map' props to node xrefs.
16518 Use header-specific faces for node-names & xrefs.
16519 (Info-use-header-line): New variable.
16520 (info-header-xref, info-header-node): New faces.
16521 (Info-setup-header-line): New function.
16522 (Info-select-node): Call Info-setup-header-line when enabled.
16523 (Info-extract-pointer): Work even if the header line is hidden.
16524 (Info-header-line): New variable.
16525
16526 2000-09-16 Stefan Monnier <monnier@cs.yale.edu>
16527
16528 * vms-patch.el (print-region-function): Don't quote lambda.
16529
16530 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
16531
16532 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
16533 (lm-get-header-re): Allow spaces between the header and the colon.
16534 (lm-header): Allow $ in non-RCS headers.
16535 (lm-header-multiline): Put the strings back into order.
16536 Stop at an empty line. Don't require two space chars if the
16537 line is clearly not another header line.
16538
16539 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
16540 (popup-menu-popup): Remove.
16541
16542 2000-09-15 Gerd Moellmann <gerd@gnu.org>
16543
16544 * toolbar/toolbar.el (toolbar-add-item): Use the same image
16545 specification if or if not tool-bar item contains an `:enabled'
16546 property.
16547
16548 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
16549 current buffer has no file name.
16550
16551 2000-09-15 Dave Love <fx@gnu.org>
16552
16553 * strokes.el: Sync with maintainer's current version with changes
16554 for Emacs, but avoid runtime cl and levents.
16555 (toplevel): Change autoloads and compilation requires.
16556 (strokes-version, strokes-bug-address, strokes-lift): Values
16557 changed.
16558 (strokes-xpm-header, strokes-insinuated): New variable.
16559 (strokes): Add :link.
16560 (strokes-mode): Customized.
16561 (strokes-while-inhibiting-garbage-collector): New macro.
16562 (strokes-remassoc): Avoid remove-if.
16563 (strokes-fix-button2-command): Don't use ad-do-it.
16564 (strokes-insinuate): New function.
16565 (strokes-button-press-event-p, strokes-button-release-event-p):
16566 New functions, used instead of non-`strokes-' versions..
16567 (strokes-mouse-event-p): Rewritten.
16568 (strokes-event-closest-point): Avoid event-point.
16569 (strokes-get-grid-position): Avoid cdadr, caadr
16570 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
16571 functions.
16572 (strokes-help): Use with-output-to-temp-buffer.
16573 (strokes-window-configuration-changed-p): New function.
16574 (strokes-update-window-configuration): Use buffer-live-p,
16575 strokes-window-configuration-changed-p.
16576 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
16577 (strokes-char-face): New face.
16578 (strokes-char-table, strokes-base64-chars): New variable.
16579 (strokes-xpm-for-stroke, strokes-list-strokes)
16580 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
16581 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
16582 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
16583 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
16584 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
16585 functions.
16586
16587 2000-09-15 Gerd Moellmann <gerd@gnu.org>
16588
16589 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
16590
16591 * image.el (create-image): Doc fix.
16592
16593 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
16594 instead of `:heuristic-mask t'.
16595
16596 2000-09-14 Andrew Innes <andrewi@gnu.org>
16597
16598 * makefile.w32-in: Revert to Unix line endings.
16599
16600 2000-09-14 Andrew Innes <andrewi@gnu.org>
16601
16602 * makefile.w32-in: Add bootstrap support. Also copy lisp source
16603 when installing.
16604
16605 * makefile.nt (DONTCOMPILE): Fix typo.
16606
16607 * shell.el (shell-write-history-on-exit): New function.
16608 (shell-dumb-shell-regexp): New custom variable.
16609 (shell-mode): Make shell-write-history-on-exit the process
16610 sentinel if shell name matches shell-dumb-shell-regexp.
16611
16612 * w32-fns.el: Comment out before-init-hook function which resets
16613 source-directory based; this breaks bootstrap.
16614
16615 2000-09-14 Dave Love <fx@gnu.org>
16616
16617 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
16618 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
16619 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
16620 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
16621 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
16622 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
16623 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
16624 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
16625 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
16626
16627 * toolbar/toolbar.el: New.
16628
16629 * subdirs.el: Add toolbar.
16630
16631 2000-09-14 Gerd Moellmann <gerd@gnu.org>
16632
16633 * indent.el (indent-for-tab-command): Doc fix.
16634
16635 2000-09-14 Alex Schroeder <alex@gnu.org>
16636
16637 * ansi-color.el (ansi-colors): Doc change.
16638 (ansi-color-get-face): Simplified regexp.
16639 (ansi-color-faces-vector): Added more faces, doc change.
16640 (ansi-color-names-vector): Doc change.
16641 (ansi-color-regexp): Simplified regexp.
16642 (ansi-color-parameter-regexp): New regexp.
16643 (ansi-color-filter-apply): Doc change.
16644 (ansi-color-filter-region): Doc change.
16645 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
16646 deal with zero length parameters.
16647 (ansi-color-apply-on-region): Doc change.
16648 (ansi-color-map): Doc change.
16649 (ansi-color-map-update): Removed debugging message.
16650 (ansi-color-get-face-1): Added condition-case to trap
16651 args-out-of-range errors.
16652 (ansi-color-get-face): Doc change.
16653 (ansi-color-make-face): Removed.
16654 (ansi-color-for-shell-mode): New option.
16655
16656 2000-09-13 Kenichi Handa <handa@etl.go.jp>
16657
16658 * international/quail.el (quail-start-translation): Translate KEY
16659 if necessary even if it doesn't have any mapping in the current
16660 input method.
16661 (quail-start-conversion): Likewise.
16662 (quail-help): The output message is improved.
16663
16664 2000-09-13 Miles Bader <miles@gnu.org>
16665
16666 * comint.el (comint-output-filter): Revert to using
16667 `insert-before-markers'. Add bletcherous hack to undo damage
16668 caused by `insert-before-markers'. Put `front-sticky' property on
16669 overlays created here so that the field code understands how the
16670 overlay works. Use a let when making comint-last-prompt-overlay,
16671 so that the code is easier to read.
16672
16673 2000-09-13 Dave Love <fx@gnu.org>
16674
16675 * wid-edit.el (widget-default-format-handler): DTRT when
16676 doc-property is a function.
16677
16678 2000-09-12 Francesco Potorti` <pot@gnu.org>
16679
16680 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
16681 filed name if it's not there.
16682
16683 2000-09-12 Dave Love <fx@gnu.org>
16684
16685 * simple.el (read-mail-command): Doc fix.
16686 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
16687
16688 * vc.el (vc-dired-listing-switches): Fix :version.
16689
16690 * vc-hooks.el: Doc fixes.
16691
16692 * subr.el (add-minor-mode): Use toggle-fun arg.
16693
16694 * speedbar.el: Add :version to several defcustoms.
16695
16696 * imenu.el (imenu--truncate-items, imenu--cleanup)
16697 (imenu--generic-function): Avoid mapcar.
16698 (imenu--replace-spaces): Function removed.
16699 (imenu--completion-buffer): Use subst-char-in-string.
16700 (imenu-add-to-menubar): Use keymap inheritance.
16701
16702 2000-09-12 Miles Bader <miles@gnu.org>
16703
16704 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
16705 (diff-mode-map): Bind `diff-test-hunk'.
16706 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
16707
16708 2000-09-11 Gerd Moellmann <gerd@gnu.org>
16709
16710 * bytecomp.el (byte-compile-defvar): Undo last change
16711 because it breaks '(make-variable-buffer-local (defvar ...)'
16712 which is used at least in dired.
16713
16714 2000-09-12 Kenichi Handa <handa@etl.go.jp>
16715
16716 * international/quail.el (quail-define-package): Docstring
16717 modified.
16718
16719 2000-09-12 Kenichi Handa <handa@etl.go.jp>
16720
16721 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
16722 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
16723 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
16724 docstring of "chinese-py".
16725
16726 * international/quail.el (quail-translation-docstring): New
16727 variable.
16728 (quail-show-keyboard-layout): Docstring modified.
16729 (quail-select-current): Likewise.
16730 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
16731 infinite recursive call.
16732 (quail-help): Check quail-translation-docstring. Format of the
16733 output changed.
16734 (quail-help-insert-keymap-description): Adjusted for the above
16735 change.
16736
16737 2000-09-11 Gerd Moellmann <gerd@gnu.org>
16738
16739 * bytecomp.el (byte-compile-defvar): Only cons onto
16740 current-load-list in top-level forms. Else this leaks a cons cell
16741 every time a defun is called.
16742
16743 2000-09-11 Miles Bader <miles@lsi.nec.co.jp>
16744
16745 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
16746 Now understands non-unified diffs. Some functionality moved into
16747 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
16748 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
16749 modify anything. Only reposition point in the patched file if the
16750 patch succeeds. Only pop up another window if POPUP is true.
16751 Emit a message describing what happened if successful, and at what
16752 line-offset. Automatically detect reversed hunks and do something
16753 appropriate.
16754 (diff-hunk-text, diff-find-text): New functions.
16755 (diff-filter-lines): Function removed.
16756 (diff-test-hunk): New function.
16757 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
16758
16759 2000-09-10 Dave Love <fx@gnu.org>
16760
16761 * textmodes/tildify.el: Minor doc/commentary fixes.
16762 (tildify) <defgroup>: Add :version.
16763
16764 * faces.el (face-x-resources): Make custom type more specific.
16765 (frame-background-mode): Use mapc.
16766 (region) <defcustom>: Add :version.
16767
16768 2000-09-08 Stefan Monnier <monnier@cs.yale.edu>
16769
16770 * vc-sccs.el (vc-sccs-register):
16771 * vc-rcs.el (vc-rcs-register):
16772 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
16773 * vc.el (vc-register): Clear file's properties.
16774
16775 2000-09-08 Gerd Moellmann <gerd@gnu.org>
16776
16777 * faces.el (face-spec-set): Only face-spec-reset-face when
16778 ATTRS is non-nil.
16779
16780 2000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
16781
16782 * help.el (help-insert-xref-button): Fix a typo in doc string.
16783
16784 2000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
16785
16786 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
16787 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
16788 methods.
16789
16790 * menu-bar.el (read-mail-item-name): New function.
16791 (menu-bar-tools-menu): Use it to compute and display the package
16792 used to read email.
16793 (menu-bar-tools-menu): Fix typo in GUD's help string.
16794
16795 2000-09-07 Dave Love <fx@gnu.org>
16796
16797 * diff-mode.el (diff-mouse-goto-source): New function.
16798
16799 * vc-sccs.el: Doc fixes.
16800 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
16801
16802 * vc-rcs.el: Doc fixes.
16803 (vc-rcs-register-switches, vc-rcs-checkin-switches)
16804 (vc-rcs-checkout-switches, vc-rcs-header)
16805 (vc-rcs-master-templates): Add or change :version.
16806
16807 * vc-cvs.el: Doc fixes.
16808 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
16809 (vc-cvs-stay-local): Add :version.
16810
16811 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
16812
16813 2000-09-07 Kenichi Handa <handa@etl.go.jp>
16814
16815 * international/quail.el (quail-help): Fix previous change.
16816
16817 2000-09-07 Gerd Moellmann <gerd@gnu.org>
16818
16819 * faces.el (color-values): Doc fix.
16820
16821 * faces.el (frame-set-background-mode): Use frame-parameter
16822 instead of frame-parameters.
16823
16824 * frame.el (filtered-frame-list): Reduce consing.
16825 (frames-on-display-list): Call frame-parameter instead of
16826 frame-parameters.
16827
16828 2000-09-07 Kenichi Handa <handa@etl.go.jp>
16829
16830 * language/devan-util.el (devanagari-to-indian-region): In the
16831 loop, change the following char, not preceding char.
16832
16833 2000-09-07 Gerd Moellmann <gerd@gnu.org>
16834
16835 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
16836 instead of frame-parameters.
16837
16838 * faces.el (set-face-attribute): Simplify by calling
16839 internal-set-lisp-face-attribute with FRAME being 0.
16840
16841 * vc.el: Remove `Id' version control keyword.
16842
16843 2000-09-07 Kenichi Handa <handa@etl.go.jp>
16844
16845 * help.el (help-make-xrefs): Adjusted for the change of
16846 help-xref-mule-regexp.
16847 (help-insert-xref-button): New function.
16848
16849 * international/mule-cmds.el (help-xref-mule-regexp-template):
16850 Include the pattern for character set.
16851 (leim): New group.
16852
16853 * international/quail.el: Don't require face.
16854 (quail): New group.
16855 (quail-other-command): Dummy command to make quail-help work better.
16856 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
16857 (quail-keyboard-layout-substitution): New variable.
16858 (quail-update-keyboard-layout): New function.
16859 (quail-keyboard-layout-type): New customizable variable.
16860 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
16861 (quail-keyboard-translate): Pay attention to
16862 quail-keyboard-layout-substitution.
16863 (quail-insert-kbd-layout): New function.
16864 (quail-show-keyboard-layout): New function.
16865 (quail-get-translation): If the definition is a vector of length
16866 1, and the element is a string of length 1, return the character
16867 in that string.
16868 (quail-update-current-translations): Fix the case of
16869 relative-index out of range.
16870 (quail-build-decode-map, quail-insert-decode-map): New Functions.
16871 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
16872 Show key sequences for all available characters.
16873 (quail-help-insert-keymap-description): Don't show such verbose
16874 key bindings as quail-self-insert-command.
16875
16876 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
16877 Format changed, and each element now have extra documentations.
16878 (tit-process-header): Delete invalid characters from TIT-PROMPT.
16879 Adjusted for the change of quail-cxterm-package-ext-info.
16880
16881 2000-09-06 Gerd Moellmann <gerd@gnu.org>
16882
16883 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
16884 requiring it leads to a recursive loading of vc.el and vc-hooks.el
16885 during bootstrap.
16886
16887 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
16888
16889 * vc.el: (toplevel): Don't require `dired' at run-time.
16890 (vc-dired-resynch-file): Remove autoload cookie.
16891
16892 2000-09-05 Andre Spiegel <spiegel@gnu.org>
16893
16894 * vc.el: Made several backend functions optional.
16895 (vc-default-responsible-p): New function.
16896 (vc-merge): Use RET for first version to trigger merge-news, not
16897 prefix arg.
16898 (vc-annotate): Handle backends that do not support annotation.
16899 (vc-default-merge-news): Removed. The existence of a merge-news
16900 implementation is now checked on caller sites.
16901
16902 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
16903 case.
16904
16905 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
16906 special case that has been removed from the default in vc-hooks.el.
16907
16908 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
16909
16910 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
16911
16912 2000-09-05 Andre Spiegel <spiegel@gnu.org>
16913
16914 * vc-hooks.el: Require vc during compilation.
16915 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
16916 macro `with-vc-properties' in vc.el.
16917 (vc-file-getprop): Doc fix.
16918 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
16919
16920 * vc.el: Require dired-aux during compilation.
16921 (vc-name-assoc-file): Moved to vc-sccs.el.
16922 (with-vc-properties): New macro.
16923 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
16924 vc-finish-steal): Use it.
16925 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
16926 to the backend-specific function is now supposed to do the checkout,
16927 too.
16928 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
16929
16930 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
16931 set file properties; that gets done in the generic code now.
16932
16933 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
16934 Changed parameter list, added code from vc.el that does the
16935 checkout, possibly with a double-take.
16936
16937 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
16938 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
16939 the above under the new name.
16940 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
16941 parameter list, added checkout command.
16942 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
16943 properties; that gets done in the generic code now.
16944
16945 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
16946
16947 * vc.el: Docstring fixes (courtesy of checkdoc).
16948
16949 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
16950
16951 * vc.el (vc-checkout-writable-buffer-hook)
16952 (vc-checkout-writable-buffer): Remove.
16953 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
16954 (vc-log-mode): Make it into a clean derived major mode.
16955 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
16956 vc-log-mode if log-edit is not available.
16957 (vc-dired-mode-map): Don't set-keymap-parent yet.
16958 (vc-dired-mode): Do set-keymap-parent here.
16959 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
16960
16961 2000-09-05 Gerd Moellmann <gerd@gnu.org>
16962
16963 * faces.el (set-face-attribute, face-spec-reset-face)
16964 (face-spec-set): Avoid consing by removing calls to `apply'.
16965
16966 * frame.el (frame-parameter): Move to C code.
16967
16968 2000-09-05 Dave Love <fx@gnu.org>
16969
16970 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
16971 insert-before-markers-and-inherit. Now checked systematically!
16972
16973 2000-09-05 Alex Schroeder <alex@gnu.org>
16974
16975 * sql.el (sql-postgres): Use sql-postgres-options.
16976 (sql-postgres-options): New variable.
16977
16978 2000-09-05 Alex Schroeder <alex@gnu.org>
16979
16980 * sql.el (sql-mode-menu): Work around missing variable mark-active
16981 in XEmacs.
16982 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
16983 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
16984 compatibility.
16985
16986 2000-09-04 Gerd Moellmann <gerd@gnu.org>
16987
16988 * vc.el (vc-dired-resynch-file): Add autoload cookie.
16989
16990 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
16991
16992 * Makefile.in (DONTCOMPILE): Fix typo in file name.
16993
16994 2000-09-04 Andre Spiegel <spiegel@gnu.org>
16995
16996 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
16997 don't support anything else under SCCS yet.
16998
16999 * vc-hooks.el: Minor doc fixes.
17000
17001 2000-09-04 Andre Spiegel <spiegel@gnu.org>
17002
17003 * vc.el (vc-next-action-on-file): Do not visit the file if it's
17004 not necessary. If verbose in state `needs-patch', do the same as
17005 under `up-to-date'. When NOT verbose and `needs-patch', check out
17006 latest version instead of `merge-news'.
17007 (vc-next-action-dired): Don't mess with default-directory here; it
17008 breaks other parts of dired. It is the job of the
17009 backend-specific functions to adjust it temporarily if they need it.
17010 (vc-next-action): Remove a special CVS case.
17011 (vc-clear-headers): New optional arg FILE.
17012 (vc-checkin, vc-checkout): Set properties vc-state and
17013 vc-checkout-time properly.
17014 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
17015 (vc-print-log): Use new backend function `show-log-entry'.
17016 (vc-cancel-version): Do the checks in a different order. Added a
17017 FIXME concerning RCS-only code.
17018
17019 * vc-rcs.el (vc-rcs-show-log-entry): New function.
17020 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
17021
17022 * vc-cvs.el (vc-cvs-show-log-entry): New function.
17023
17024 * vc-hooks.el (vc-default-mode-line-string): Show state
17025 `needs-patch' as a `-' too.
17026
17027 2000-09-04 Andre Spiegel <spiegel@gnu.org>
17028
17029 * vc.el (vc-responsible-backend): New optional arg REGISTER.
17030 (vc-default-could-register): New function.
17031 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
17032 (vc-resynch-buffer): Call vc-dired-resynch-file.
17033 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
17034 vc-resynch-buffer instead of vc-resynch-window.
17035 (vc-next-action-dired): Don't redisplay here, that gets done as a
17036 result of the individual file operations.
17037 (vc-retrieve-snapshot): Corrected prompt order.
17038
17039 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
17040
17041 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
17042 as well.
17043 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
17044 hostname regexps. Updated all callers.
17045 (vc-cvs-responsible-p): Handle directories as well.
17046 (vc-cvs-could-register): New function.
17047 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
17048 properties up-to-date.
17049
17050 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
17051 user whether to create one.
17052
17053 2000-09-04 Andre Spiegel <spiegel@gnu.org>
17054
17055 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
17056 check out a non-existing file.
17057
17058 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
17059 workfile does not exist.
17060
17061 * vc.el (vc-version-diff): Use `require' to check for existence of
17062 diff-mode.
17063
17064 2000-09-04 Andre Spiegel <spiegel@gnu.org>
17065
17066 * vc-cvs.el (vc-cvs-registered): Use new function
17067 vc-cvs-parse-entry to do the actual work.
17068
17069 2000-09-04 Andre Spiegel <spiegel@gnu.org>
17070
17071 * vc-hooks.el (vc-find-backend-function): If function doesn't
17072 exist, return nil instead of error.
17073 (vc-call-backend): Doc fix.
17074
17075 * vc.el (vc-do-command): Doc fix.
17076 (vc-finish-logentry): When checking in from vc-dired, choose the
17077 right backend for logentry check.
17078 (vc-dired-mode-map): Inherit from dired-mode-map.
17079 (vc-dired-mode): Local value of dired-move-to-filename-regexp
17080 simplified.
17081 (vc-dired-state-info): Removed, updated caller.
17082 (vc-default-dired-state-info): Use parentheses instead of hyphens.
17083 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
17084 (vc-dired-listing-switches): New variable.
17085 (vc-directory): Use it, instead of dired-listing-switches.
17086
17087 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
17088 (vc-cvs-dir-state): New function.
17089 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
17090 (vc-cvs-parse-entry): New function, also to be used in
17091 vc-cvs-registered.
17092
17093 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17094
17095 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
17096 *or* single-window-frames.
17097
17098 2000-09-04 Andre Spiegel <spiegel@gnu.org>
17099
17100 * vc.el (vc-update-changelog): Split into generic part and default
17101 implementation. Doc string adapted.
17102 (vc-default-update-changelog): New function. Call the `rcs2log'
17103 script in exec-directory, to fix a long-standing nuisance.
17104
17105 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
17106 simply signals an error.
17107
17108 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17109
17110 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
17111 control-flow more clear and to avoid running `cvs' twice.
17112
17113 * vc.el (vc-next-action-on-file): Doc fix.
17114 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
17115 (vc-print-log): Eval `file' before constructing the continuation.
17116
17117 2000-09-04 Andre Spiegel <spiegel@gnu.org>
17118
17119 * vc.el (vc-next-action-on-file): Corrected several messages.
17120 (vc-merge): Add prefix arg `merge-news'; handle it.
17121
17122 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
17123 is not reached. It is.
17124 (vc-cvs-merge): Set state to 'edited after merge.
17125 (vc-cvs-merge-news): Set workfile version to nil if not known.
17126 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
17127
17128 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
17129 via stdout. (Merge from main line.)
17130
17131 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17132
17133 * vc.el (vc-finish-logentry): Thinko in the "same comment"
17134 detection.
17135
17136 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17137
17138 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
17139 against kill-all-local-variables.
17140 (vc-log-edit): Don't save vc-parent-buffer any more.
17141 (vc-last-comment-match): Initialize to an empty string.
17142 (vc-post-command-functions): New hook.
17143 (vc-do-command): Run it.
17144 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
17145 (vc-finish-logentry): Only add the comment to the ring if it's
17146 different from the last comment entered.
17147 (vc-new-comment-index): New function.
17148 (vc-previous-comment): Use it. Make the minibuffer message
17149 slightly less terse.
17150 (vc-comment-search-reverse): Make it work forward as well. Don't
17151 set vc-comment-ring-index if no match is found. Use
17152 vc-new-comment-index.
17153 (vc-comment-search-forward): Use vc-comment-search-reverse.
17154 (vc-dired-mode-map): Don't inherit from dired-mode-map since
17155 define-derived-mode will do it for us. Bind `v' to a keymap that
17156 inherits from vc-prefix-map so that we can bind `vt' without
17157 binding C-x v t.
17158 (vc-retrieve-snapshot): Parenthesis typo.
17159
17160 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
17161 to 1. Make sure to switch to *vc* before looking for an error
17162 message. Use vc-parse-buffer.
17163
17164 2000-09-04 Andre Spiegel <spiegel@gnu.org>
17165
17166 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
17167 and NAME.
17168 (vc-retrieve-snapshot): Split into two parts.
17169 (vc-default-retrieve-snapshot): New function.
17170
17171 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
17172 (vc-cvs-retrieve-snapshot): New function (untested).
17173 (vc-cvs-stay-local): Default to t.
17174 (vc-cvs-remote-p): New function and property.
17175 (vc-cvs-state): Stay local only if the above is t.
17176 (vc-handle-cvs): Removed.
17177 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
17178 done via vc-handled-backends now.
17179 (vc-cvs-header): Escape Id.
17180
17181 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17182
17183 * vc.el (vc-do-command): Remove unused commands.
17184 (vc-version-diff): Make sure default-directory ends with a slash.
17185 Move the window commands into a vc-exec-after.
17186 (vc-print-log): Move more of the code into the `vc-exec-after'.
17187
17188 2000-09-04 Andre Spiegel <spiegel@gnu.org>
17189
17190 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
17191 (vc-print-log): Search current revision from beginning of buffer.
17192 (vc-revert-buffer): Clear echo area after the diff is finished.
17193 (vc-prefix-map): Removed definition of "t" for terse display in vc
17194 dired.
17195 (vc-dired-mode-map): Inherit from dired-mode-map. Added
17196 definition of "vt" for terse display.
17197 (vc-dired-mode): Fix dired-move-to-filename-regexp.
17198
17199 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17200
17201 * vc.el (vc-exec-after): Avoid caddr.
17202
17203 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17204
17205 * vc.el (vc-exec-after): New function.
17206 (vc-do-command): Use it to add a termination message for async
17207 procs.
17208 (vc-checkout): Try to handle a missing-backend situation.
17209 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
17210 of a directory with a backend using async diffs.
17211 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
17212 present.
17213
17214 * vc-sccs.el (vc-sccs-state-heuristic): Use
17215 file-ownership-preserved-p.
17216
17217 * vc-rcs.el (vc-rcs-state-heuristic): Use
17218 file-ownership-preserved-p.
17219 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
17220
17221 2000-09-04 Andre Spiegel <spiegel@gnu.org>
17222
17223 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
17224 vc-do-command.
17225
17226 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
17227 when there are no changes.
17228
17229 2000-09-04 Andre Spiegel <spiegel@gnu.org>
17230
17231 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
17232
17233 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
17234
17235 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17236
17237 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
17238
17239 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
17240 the `fset' outside of the defvar so that it works even if
17241 vc-prefix-map was already defined.
17242 (vc-setup-buffer): New function, split out of vc-do-command.
17243 (vc-do-command): Allow BUFFER to be t to mean `just use the
17244 current buffer without any fuss'.
17245 (vc-version-diff): Change the `diff' backend operation to just put
17246 the diff in the current buffer without erasing it. Always use
17247 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
17248 shrink-window-if-larger-than-buffer.
17249 (vc-print-log): Change the `print-log' backend operation to just
17250 put the log in the current buffer without erasing it. Protect
17251 shrink-window-if-larger-than-buffer.
17252 (vc-update-change-log): Fix setd typo.
17253
17254 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
17255 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
17256
17257 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
17258 (vc-rcs-diff): Insert in the current buffer and remove unused arg
17259 CMP.
17260
17261 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
17262 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
17263 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
17264
17265 2000-09-04 Andre Spiegel <spiegel@gnu.org>
17266
17267 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
17268 not possible, use vc-BACKEND-workfile-unchanged-p.
17269 (vc-default-workfile-unchanged-p): New function. Delegates to a
17270 full vc-BACKEND-diff.
17271
17272 * vc-hooks.el (vc-simple-command): Removed.
17273
17274 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
17275 instead of vc-simple-command.
17276 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
17277 avoid doing a diff when opening a file.
17278 (vc-rcs-state): Added check for unlocked-changes.
17279 (vc-rcs-header): Escape Id.
17280 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
17281 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
17282 version.
17283
17284 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
17285 (vc-sccs-diff): Remove optional arg CMP.
17286 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
17287 SCCS-specific function.
17288
17289 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
17290 vc-simple-command.
17291
17292 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17293
17294 * vc.el (vc-editable-p): Renamed from vc-writable-p.
17295 (with-vc-file, vc-merge): Use vc-editable-p.
17296 (vc-do-command): Remove unused var vc-file and fix the
17297 doubly-defined `status' var. Add a user message when starting an
17298 async command.
17299 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
17300 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
17301 Use with-current-buffer.
17302 (vc-buffer-sync): Use unless.
17303 (vc-next-action-on-file): If the file is 'edited by read-only,
17304 make it read-write instead of trying to commit.
17305 (vc-version-diff, vc-update-change-log): Use `setq
17306 default-directory' rather than `cd'.
17307 (vc-log-edit): Don't forget to set default-directory in the
17308 buffer.
17309
17310 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
17311 (vc-sccs-state-heuristic): Use file-writable-p instead of
17312 comparing userids.
17313 (vc-sccs-checkout): Use `unless'.
17314
17315 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
17316 of comparing userids.
17317 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
17318 Simplify the logic by eliminating unreachable code.
17319 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
17320 just do a recursive call if we need to retry.
17321 (vc-rcs-checkout): Handle the case where rcs is missing by making
17322 the buffer read-write if requested and re-signalling the error.
17323
17324 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
17325
17326 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17327
17328 * vc-hooks.el (vc-handled-backends): Docstring change.
17329 (vc-ignore-vc-files): Mark obsolete.
17330 (vc-registered): Check vc-ignore-vc-files.
17331 (vc-find-file-hook, vc-file-not-found-hook): Don't check
17332 vc-ignore-vc-files.
17333
17334 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
17335
17336 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17337
17338 * vc.el (vc-checkout): Don't do anything special for ange-ftp
17339 files since ange-ftp already has vc-registered return nil.
17340
17341 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
17342 (vc-sccs-workfile-version): Use with-temp-buffer and new
17343 vc-parse-buffer and don't bother setting the property.
17344 (vc-sccs-add-triple): Use with-current-buffer and
17345 find-file-noselect.
17346 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
17347
17348 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
17349 derives from the old vc-parse-buffer but uses the revision number
17350 rather than the date (much easier to compare robustly).
17351 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
17352 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
17353 locking-user more directly. Check strict locking and set
17354 checkout-model appropriately.
17355 (vc-rcs-parse-locks): Remove.
17356 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
17357 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
17358 (vc-rcs-system-release): Use with-current-buffer and
17359 vc-parse-buffer.
17360 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
17361
17362 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
17363 (vc-simple-command): Docstring fix.
17364 (vc-registered): Align the way the file-handler is called with the
17365 way the function itself works.
17366 (vc-file-owner): Remove.
17367
17368 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
17369 extraction of fields and call to file-attributes because of a
17370 temporary bug in rcp.el.
17371 (vc-cvs-fetch-status): Use with-current-buffer.
17372
17373 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17374
17375 * vc.el (vc-do-command): Use file-relative-name.
17376 (vc-responsible-backend): Use vc-backend if possible.
17377 (vc-create-snapshot): Improve the `interactive' spec. Add support
17378 for branches and dispatch to backend-specific `create-snapshot'.
17379 (vc-default-create-snapshot): New function, containing the bulk of
17380 the old vc-create-snapshot.
17381 (vc-retrieve-snapshot): Improve the interactive spec.
17382
17383 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
17384 (vc-backend-hook-functions): Remove.
17385 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
17386 (vc-backend): Reintroduce the test for `file = nil' now that I
17387 know why it was there (and added a comment to better remember).
17388
17389 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
17390 code from vc-sccs-hooks.el.
17391 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
17392 'vc anymore.
17393 (vc-sccs-responsible-p): Use expand-file-name instead of concat
17394 and file-directory-p instead of file-exists-p.
17395 (vc-sccs-check-headers): Simplify the regexp.
17396
17397 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
17398 from vc-rcs-hooks.el. Don't require 'vc anymore.
17399 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
17400 file-directory-p instead of file-exists-p.
17401
17402 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
17403 from vc-cvs-hooks.el.
17404 (proto vc-cvs-registered): Require 'vc-cvs instead of
17405 'vc-cvs-hooks. Don't require 'vc anymore.
17406 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
17407 file-directory-p instead of file-exists-p.
17408 (vc-cvs-create-snapshot): New function, replacing
17409 vc-cvs-assign-name.
17410 (vc-cvs-assign-name): Remove.
17411
17412 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17413
17414 * vc-cvs.el (vc-cvs-header): New var.
17415
17416 * vc-rcs.el (vc-rcs-exists): Remove.
17417 (vc-rcs-header): New var.
17418
17419 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
17420 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
17421 (vc-sccs-header): New var.
17422
17423 * vc.el (vc-do-command): Get rid of the `last' argument.
17424 (vc-header-alist): Remove, replaced by vc-X-header.
17425 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
17426 (vc-dired-hook): Use expand-file-name instead of concat.
17427 (vc-directory): Use file-name-as-directory.
17428 (vc-snapshot-precondition, vc-create-snapshot)
17429 (vc-retrieve-snapshot): Allow the command to operate on any
17430 directory.
17431
17432 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
17433 just removing the 'WORKFILE argument or by removing the 'MASTER
17434 argument and replacing `file' with (vc-name file).
17435
17436 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17437
17438 * vc.el: Update Copyright and add a crude list of backend funs.
17439 (vc-writable-p): New function.
17440 (with-vc-file): Use vc-writable-p.
17441 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
17442 (vc-register): Avoid vc-name.
17443 (vc-locking-user): Remove.
17444 (vc-steal-lock): Make the `owner' arg non-optional.
17445 (vc-merge): Use vc-writable-p instead of vc-locking-user and
17446 vc-checkout-model.
17447 (vc-default-dired-state-info): Use vc-state instead of
17448 vc-locking-user and return special strings for special states.
17449 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
17450 and get rid of one of the special CVS cases.
17451 (vc-cancel-version): prettify error message with \\[...].
17452 (vc-rename-master): New function.
17453 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
17454 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
17455 the CVS special case generic.
17456 (vc-default-record-rename): Remove.
17457 (vc-file-tree-walk-internal): Only call FUNC for files that are
17458 under control of some VC backend and replace `concat' with
17459 expand-file-name.
17460 (vc-file-tree-walk): Update docstring.
17461 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
17462 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
17463
17464 * vc-sccs.el (vc-sccs-rename-file): Renamed from
17465 vc-sccs-record-rename. Use `find-file-noselect' rather than
17466 `find-file' and call `vc-rename-master' to do the actual move.
17467 (vc-sccs-diff): Remove unused `backend' variable.
17468
17469 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
17470 to delay loading of vc-sccs until it is really used.
17471 (vc-sccs-master-templates): Preload.
17472 (vc-sccs-state): Update call to vc-sccs-parse-locks.
17473 (vc-sccs-project-dir): Remove (merged into
17474 vc-sccs-search-project-dir).
17475 (vc-sccs-search-project-dir): Rewrite using file name handling ops
17476 rather than `concat', make sure it is preloaded and don't bother
17477 to check that the file actually exists.
17478 (vc-sccs-parse-locks): Remove unused `file' argument, remove
17479 `locks' argument (use buffer's content instead) and eliminate n^2
17480 behavior.
17481
17482 * vc-rcs.el: Update Copyright.
17483 (vc-rcs-rename-file): New function.
17484 (vc-rcs-diff): Remove unused `backend' variable.
17485
17486 * vc-hooks.el: Update Copyright.
17487 (vc-backend): Don't accept a nil argument any more.
17488 (vc-up-to-date-p): Turn into a defsubst.
17489 (vc-possible-master): New function.
17490 (vc-check-master-templates): Use `vc-possible-master' and allow
17491 funs in vc-X-master-templates to return a non-existent file.
17492
17493 * vc-cvs.el: Update Copyright.
17494 (vc-cvs-diff): Remove unused `backend' variable.
17495 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
17496
17497 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
17498
17499 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17500
17501 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
17502 since it can be called from vc-rcs.el.
17503 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
17504
17505 2000-09-04 Andre Spiegel <spiegel@gnu.org>
17506
17507 * vc.el (vc-version-diff): Expand file name read from the
17508 minibuffer. Handle the case when a previous version number can't
17509 be guessed. Give suitable messages when there were no differences
17510 found.
17511 (vc-clear-headers): Call backend-specific implementation, if one
17512 exists.
17513 (vc-cancel-version): Made error checks generic. When done, clear
17514 headers generically, too.
17515
17516 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
17517 from vc-clear-headers in vc.el.
17518
17519 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
17520 correctly.
17521 (vc-rcs-latest-on-branch-p): Made second argument VERSION
17522 optional. Handle the case when it's not there.
17523
17524 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17525
17526 * vc.el (vc-locking-user): Moved from vc-hooks.el.
17527
17528 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17529
17530 * vc-hooks.el (vc-loadup): Remove.
17531 (vc-find-backend-function): Use `require'. Also, handle the case
17532 where vc-BACKEND-hooks.el doesn't exist.
17533 (vc-call-backend): Cleanup.
17534
17535 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17536
17537 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
17538 vc-rcs-grab-templates)
17539 (vc-rcs-registered): Remove. The default function works as well.
17540 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
17541 vc-sccs-grab-templates)
17542 (vc-sccs-registered): Remove. The default function works as well.
17543
17544 * vc.el (vc-version-diff): Left out a vc- in call to
17545 vc-call-backend.
17546 (vc-default-dired-state-info, vc-default-record-rename)
17547 (vc-default-merge-news): Update for the new backend argument.
17548
17549 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
17550 using the default function.
17551 (vc-call-backend): If calling the default function, pass it the
17552 backend as first argument. Update the docstring accordingly.
17553 (vc-default-state-heuristic, vc-default-mode-line-string): Update
17554 for the new backend argument.
17555 (vc-make-backend-sym): Renamed from vc-make-backend-function.
17556 (vc-find-backend-function): Use the new name.
17557 (vc-default-registered): New function.
17558
17559 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17560
17561 * vc.el (vc-merge): Use vc-find-backend-function.
17562
17563 * vc-hooks.el (vc-backend-functions): Remove.
17564 (vc-loadup): Don't setup 'vc-functions.
17565 (vc-find-backend-function): New function.
17566 (vc-call-backend): Use above fun and populate 'vc-functions
17567 lazily.
17568 (vc-backend-defines): Remove.
17569
17570 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17571
17572 * vc.el (vc-register): Put a FIXME note for a newly found bug.
17573 Call vc-call-backend without the leading vc-.
17574 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
17575 (vc-check-headers): Call vc-call-backend without the leading vc-.
17576 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
17577 (vc-annotate-display): Replace confusing use of `cond' with `or'.
17578 Call vc-call-backend without the leading vc-.
17579
17580 * vc-cvs.el (tail): Provide vc-cvs.
17581 * vc-sccs.el (tail): Provide vc-sccs.
17582 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
17583
17584 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
17585 (vc-make-backend-function, vc-call): Pass names without leading
17586 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
17587 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
17588 (vc-call-backend): Always try to load vc-X-hooks.
17589 (vc-registered): Remove vc- in call to vc-call-backend.
17590
17591 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17592
17593 * vc.el (vc-process-filter): New function.
17594 (vc-do-command): Setup `vc-process-filter' for the async process.
17595 (vc-maybe-resolve-conflicts): New function to reduce
17596 code-duplication. Additionally, it puts the buffer in
17597 `smerge-mode' if applicable.
17598 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
17599 calling `merge-news'.
17600 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
17601 (vc-log-edit): New function. Replacement for `vc-log-mode' by
17602 interfacing to log-edit.el.
17603 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
17604 log-edit is available.
17605 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
17606
17607 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17608
17609 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
17610 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
17611 defvar and the initialization.
17612 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
17613
17614 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
17615 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
17616
17617 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
17618
17619 2000-09-04 Andre Spiegel <spiegel@gnu.org>
17620
17621 * vc.el (vc-file-clear-masterprops): Removed.
17622 (vc-checkin, vc-revert-buffer): Removed calls to the above.
17623 (vc-version-diff): Use buffer-size without argument.
17624 (vc-register): Heed vc-initial-comment.
17625
17626 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
17627 default branch.
17628
17629 * vc-rcs.el (vc-rcs-register): Parse command output to find master
17630 file name and workfile version.
17631 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
17632
17633 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
17634 vc-file-clear-masterprops.
17635
17636 * vc-sccs.el (vc-sccs-checkout): Removed call to
17637 vc-file-clear-masterprops. If writable, set vc-state to 'edited
17638 rather than user login name.
17639
17640
17641 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17642
17643 * vc.el (vc-workfile-unchanged-p): Remove unused argument
17644 `want-differences-if-changed' and simplify.
17645 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
17646 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
17647 output (which is invalid for async vc-diff) to decide whether to
17648 do the revert silently or not.
17649
17650 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17651
17652 * vc-hooks.el (vc-loadup): Load files quietly.
17653 (vc-call-backend): Oops, brain fart.
17654
17655 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17656
17657 * vc-cvs.el (vc-cvs-state): Typo.
17658 (vc-cvs-merge-news): Return the status code rather than the error msg.
17659
17660 2000-09-04 Andre Spiegel <spiegel@gnu.org>
17661
17662 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
17663 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
17664 vc-state or vc-up-to-date-p.
17665 (vc-merge): Use vc-backend-defines to check whether merging is
17666 possible. Set state to 'edited after successful merge.
17667
17668 * vc-hooks.el (vc-locking-user): If locked by the calling user,
17669 return that name. Redocumented.
17670
17671 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17672
17673 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
17674 new `vc-state' semantics.
17675 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
17676 'vc-locking-user to the current user.
17677 (vc-merge): Inline vc-backend-merge. Comment out code that I
17678 don't understand and hence can't adapt to the new `vc-state' and
17679 `vc-locking-user' semantics.
17680 (vc-backend-merge): Remove.
17681
17682 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
17683 rather than 'vc-locking-user.
17684
17685 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
17686
17687 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
17688 (vc-state): Don't use 'reserved any more. Just use the same
17689 convention as the one used for vc-<backend>-state where the
17690 locking user (as a string) is returned.
17691 (vc-locking-user): Update, based on the above convention. The
17692 'vc-locking-user property has disappeared.
17693 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
17694
17695 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
17696 with a heuristic one.
17697 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
17698 (vc-cvs-checkin): Do a trivial parse to set the state in case of
17699 error. That allows us to get to 'needs-merge even in the
17700 stay-local case. There's still no way to detect 'needs-patch in
17701 such a setup (or to force an update for that matter).
17702 (vc-cvs-logentry-check): Remove, the default works as well.
17703
17704 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17705
17706 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
17707
17708 * vc.el (vc-do-command): kill-all-local-variables, to reset any
17709 major-mode in which the buffer might have been put earlier. Use
17710 `remove' and `when'. Allow `okstatus' to be `async' and use
17711 `start-process' in this case.
17712 (vc-version-diff): Handle the case where the diff looks empty
17713 because of the use of an async process.
17714
17715 2000-09-04 Andre Spiegel <spiegel@gnu.org>
17716
17717 * vc.el (vc-next-action-on-file): Removed optional parameter
17718 `simple'. Recompute state unconditionally.
17719 (vc-default-toggle-read-only): Removed.
17720
17721 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
17722 (vc-toggle-read-only): Undid prev change.
17723
17724 * vc-cvs.el (vc-cvs-stay-local): Renamed from
17725 vc-cvs-simple-toggle. Redocumented.
17726 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
17727 (vc-cvs-toggle-read-only): Removed.
17728
17729 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17730
17731 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
17732 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
17733 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
17734 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
17735 still is. So maybe it should be removed.
17736 (vc-head-version, vc-find-binary): Remove.
17737 (vc-recompute-state): Move from vc-hooks.el.
17738 (vc-next-action-on-file): Add a `simple' argument to allow
17739 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
17740 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
17741 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
17742 (vc-dired-mode-map): Properly defvar it.
17743 (vc-print-log): Call log-view-mode if available.
17744 (small-temporary-file-directory): defvar instead of use boundp.
17745 (vc-merge-news): Moved to vc-cvs.el.
17746 (vc-default-merge-news): New function.
17747
17748 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
17749 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
17750 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
17751 unknown `vc-latest-version' function. It should probably refer to
17752 vc-workfile-version or somesuch, but it's very unclear to me and I
17753 don't have SCCS to test things.
17754
17755 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
17756 (vc-sccs-state-heuristic): Fix typo.
17757 (vc-sccs-workfile-unchanged-p): Add missing argument.
17758
17759 * vc-rcs.el: Require vc and vc-rcs-hooks.
17760 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
17761 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
17762 (vc-release-greater-or-equal-p): Move from vc.
17763 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
17764 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
17765 (vc-rcs-checkout): Add a missing `new-version' argument in the
17766 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
17767
17768 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
17769 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
17770 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
17771 than the apparently unbound `workfile-version'.
17772
17773 * vc-hooks.el (vc-master-templates): Def the obsolete var.
17774 (vc-file-prop-obarray): Use `make-vector'.
17775 (vc-backend-functions): Add new hookable functions
17776 vc-toggle-read-only, vc-record-rename and vc-merge-news.
17777 (vc-loadup): If neither backend nor default functions exist, use
17778 the backend function rather than nil.
17779 (vc-call-backend): If the function if not bound yet, try to load
17780 the non-hook file to see if it provides it.
17781 (vc-call): New macro plus use it wherever possible.
17782 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
17783 nor `vc-find-binary' since it's only called from
17784 vc-mistrust-permission which is only used once the backend is known.
17785 (vc-checkout-model): Fix parenthesis.
17786 (vc-recompute-state, vc-prefix-map): Move to vc.el.
17787
17788 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
17789 (vc-cvs-release, vc-cvs-system-release): Remove.
17790 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
17791 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
17792 status symbols.
17793 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
17794 (vc-cvs-toggle-read-only): First cut at a function to allow a
17795 cvs-status-free vc-toggle-read-only.
17796 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
17797 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
17798 vc-cvs-status. Also set vc-state rather than vc-locking-user.
17799 (vc-cvs-checkout): Modify access rights directly if the user
17800 requested not to use `cvs edit'. And refresh the mode line.
17801
17802 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
17803 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
17804
17805 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17806
17807 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
17808 workfile' that got lost when the code was extracted from vc.el.
17809 And merged the tail with the rest of the code (not possible in the
17810 old vc.el where the tail was shared among all backends). And
17811 explicitly set the state to 'edited if `writable' is set.
17812
17813 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
17814 (vc-cvs-state): Be careful to return the value from
17815 vc-cvs-parse-state.
17816 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
17817 property but return it instead. Also be careful to handle a nil
17818 or "" `rev' when workfile is non-nil (it was handled properly when
17819 workfile was nil).
17820
17821 * vc.el: Removed those pesky unnecessary `(function' quotes.
17822 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
17823 directly in the defvar.
17824 (vc-do-command): Bind inhibit-read-only so as to properly handle
17825 the case where the destination buffer has been made read-only.
17826 (vc-diff): Delegate to vc-version-diff in all cases.
17827 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
17828 (vc-annotate-mode-variables): Removed (code moved partly to
17829 defvars and partly to vc-annotate-add-menu).
17830 (vc-annotate-mode): Turned into a derived-mode.
17831 (vc-annotate-add-menu): Moved in code in
17832 vc-annotate-mode-variables.
17833 (vc-update-change-log): Use make-temp-file if available.
17834
17835 2000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
17836
17837 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
17838 `vc-checkout-model' updated to `vc-cvs-update-model'.
17839
17840 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
17841
17842 * vc.el (vc-next-action-on-file): Added handling of state
17843 `unlocked-changes'.
17844 (vc-checkout-carefully): Is now practically obsolete, unless the
17845 above is too slow to be enabled unconditionally.
17846 (vc-update-change-log): Fixed typo.
17847
17848 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
17849
17850 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
17851 Now handles state `unlocked-changes'.
17852 (vc-sccs-workfile-unchanged-p): New function, to support the above.
17853
17854 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
17855
17856 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
17857 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
17858 `unlocked-changes'.
17859 (vc-rcs-workfile-unchanged-p): Renamed from
17860 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
17861 function yet, but supposed to become one soon.
17862
17863 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
17864 `vc-steal-lock'.
17865 (vc-call-backend): Changed error message.
17866 (vc-state): Added description of state `unlocked-changes'.
17867
17868 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
17869
17870 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
17871 always return t in CVS-controlled directories.
17872
17873 * vc.el (vc-responsible-backend): New function.
17874 (vc-register): Largely rewritten.
17875 (vc-admin): Removed (implementation moved into vc-register).
17876 (vc-checkin): Redocumented.
17877 (vc-finish-logentry): If no backend defined yet (because we are in
17878 the process of registering), use the responsible backend.
17879
17880 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
17881 Updated function lists.
17882 (vc-call-backend): Fixed typo.
17883
17884 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
17885 New functions.
17886 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
17887 Removed query option. Redocumented.
17888
17889 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
17890
17891 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
17892
17893 * vc.el: Updated callers of `vc-checkout-required' to use
17894 `vc-checkout-model'.
17895
17896 2000-09-04 Martin Lorentzson <martinl@gnu.org>
17897
17898 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
17899 stuff updated to reference this function instead of the old
17900 `vc-backend-release-p'.
17901
17902 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
17903
17904 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
17905 vc-checkout-model. Return appropriate values. Updated callers.
17906
17907 2000-09-04 Martin Lorentzson <martinl@gnu.org>
17908
17909 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
17910 (vc-backend-revert): Function moved into `vc-revert';
17911 `vc-next-action' must be updated to accomodate this change.
17912 (vc-backend-steal): Function moved into `vc-finish-steal'.
17913 (vc-backend-logentry-check): Function moved into
17914 `vc-finish-logentry'.
17915 (vc-backend-printlog): Function moved into `vc-print-log'.
17916 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
17917 (vc-backend-assign-name): Function moved into
17918 `vc-create-snapshot'.
17919
17920 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
17921
17922 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
17923 Rename to vc-checkout-model. Return appropriate values.
17924 Update callers.
17925
17926 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
17927 to vc-checkout-model.
17928 (vc-checkout-required): Rename to vc-checkout-model.
17929 Re-implement and re-comment.
17930 (vc-after-save): Use vc-checkout-model.
17931
17932 2000-09-04 Martin Lorentzson <martinl@gnu.org>
17933
17934 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
17935 Update to use the vc-BACKEND-diff functions instead.
17936 `vc-diff' is now working.
17937
17938 * vc-rcs.el (vc-rcs-logentry-check): New function.
17939
17940 * vc-cvs.el (vc-cvs-logentry-check): New function.
17941
17942 * vc-sccs.el (vc-sccs-diff): Function changed name from
17943 `vc-backend-diff'. This makes `vc-diff' work.
17944
17945 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
17946 of functions possibly implemented in a vc-BACKEND library.
17947 (vc-checkout-required): Fix bug that caused an error to be
17948 signaled during `vc-after-save'.
17949
17950 * vc.el: Fix typo.
17951 This checkin is made with our new VC code base for the very first time.
17952 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
17953
17954 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
17955 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
17956
17957 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
17958 updated to `vc-uses-locking'.
17959 (vc-checkout-required): Call to backend function.
17960 `vc-checkout-required' updated to `vc-uses-locking' instead.
17961
17962 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
17963 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
17964
17965 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
17966 to match the split into various backends.
17967 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
17968 (vc-retrieve-snapshot): Bug fix.
17969
17970 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
17971
17972 * vc-sccs.el (vc-sccs-release): Doc fix.
17973
17974 2000-09-04 Martin Lorentzson <martinl@gnu.org>
17975
17976 * vc.el (vc-next-action-on-file): Bug found and fixed.
17977 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
17978 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
17979
17980 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
17981 (vc-rcs-checkout): Name space cleaned up. No more revision number
17982 crunching function names that are not prefixed with vc-rcs.
17983 (vc-rcs-checkout-model): Function added. References to
17984 `vc-checkout-model' replaced.
17985
17986 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
17987
17988 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
17989 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
17990 still need to be split, and implemented for RCS).
17991
17992 2000-09-04 Martin Lorentzson <martinl@gnu.org>
17993
17994 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
17995
17996 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
17997 required by the vc.el file.
17998
17999 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
18000 required by the vc.el file.
18001 (vc-rcs-exists): Function added.
18002
18003 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
18004 required by the vc.el file.
18005
18006 * vc.el (vc-admin): Updated to handle selection of appropriate
18007 backend. Current implementation is crufty and need re-thinking.
18008
18009 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
18010
18011 2000-09-04 Martin Lorentzson <martinl@gnu.org>
18012
18013 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
18014 beginning of annotate buffers correctly.
18015
18016 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
18017 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
18018 functionality updated quite a lot to support multiple backends.
18019 Variables `vc-annotate-mode', `vc-annotate-buffers',
18020 `vc-annotate-backend' added.
18021
18022 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
18023 `vc-annotate-difference' added to supported backend functions.
18024
18025 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
18026
18027 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
18028 Use with-temp-file instead of /bin/sh. Merged from mainline
18029
18030 2000-09-04 Martin Lorentzson <martinl@gnu.org>
18031
18032 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
18033
18034 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
18035
18036 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
18037
18038 2000-09-04 Martin Lorentzson <martinl@gnu.org>
18039
18040 * vc-hooks.el: vc-state-heuristic added to
18041 vc-backend-hook-functions.
18042
18043 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
18044
18045 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
18046
18047 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
18048 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
18049 state to `reserved'.
18050
18051 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
18052 `vc-checkout-required'. Rename the `locked' state to `reserved'.
18053
18054 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
18055
18056 * vc-rcs-hooks.el: Implement new state model. Hardly anything
18057 untouched.
18058
18059 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
18060
18061 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
18062 if defined. (Merged from main line, slightly adapted.)
18063
18064 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
18065 millenium problem (merged from mainline).
18066
18067 2000-09-04 Martin Lorentzson <martinl@gnu.org>
18068
18069 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
18070 part and moved the non-BACKEND stuff to vc.el.
18071
18072 * vc.el: Split the annotate feature into a BACKEND specific part
18073 and moved it from the vc-cvs.el file to this one.
18074
18075 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
18076
18077 * vc-hooks.el: Implement new state model.
18078 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
18079 (vc-locking-user): Simplify. Now only needed if the file is
18080 locked by somebody else.
18081 (vc-lock-from-permissions): Remove. Functionality is in
18082 vc-sccs-hooks.el and vc-rcs-hooks.el now.
18083 (vc-mode-line-string): New name for former vc-status. Adapted.
18084 (vc-mode-line): Adapt to use the above. Remove optional parameter.
18085
18086 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
18087 Various simplifications and adaptations all over the place.
18088
18089 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
18090 Simplify and adapt the rest.
18091
18092 * vc.el (vc-resynch-window): Add TODO comment: check for
18093 interaction with view mode according to recent RCS change.
18094 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
18095
18096 2000-09-04 Martin Lorentzson <martinl@gnu.org>
18097
18098 * vc.el: Convert the remaining function comments to docstrings.
18099
18100 2000-09-04 Martin Lorentzson <martinl@gnu.org>
18101
18102 * vc.el (vc-backend-release, vc-release-greater-or-equal)
18103 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
18104 (vc-minor-part, vc-previous-version): Functions that operate and
18105 compare revision numbers got proper documentation. Comments added
18106 about their possible removal.
18107
18108 2000-09-04 Martin Lorentzson <martinl@gnu.org>
18109
18110 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
18111 the vc-backend.el files.
18112
18113 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
18114
18115 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
18116 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
18117 (vc-rcs-previous-version): Functions added.
18118
18119 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
18120
18121 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
18122
18123 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
18124
18125 * vc-hooks.el (vc-master-templates): Is really obsolete.
18126 Comment out the definition for now. What is the right procedure
18127 to get rid of it?
18128 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
18129 rewritten.
18130 (vc-default-registered): Remove.
18131 (vc-check-master-templates): New function; does mostly what the
18132 above did before.
18133 (vc-locking-user): Don't rely on the backend to set the property.
18134
18135 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
18136 Rewrite documentation.
18137 (vc-rcs-templates-grabbed): New variable.
18138 (vc-rcs-grab-templates): New function.
18139 (vc-rcs-registered): Rewrite to use above mechanism.
18140
18141 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
18142 Rewrite documentation.
18143 (vc-sccs-templates-grabbed): New variable.
18144 (vc-sccs-grab-templates): New function.
18145 (vc-sccs-registered): Rewrite to use above mechanism.
18146 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
18147 Don't throw the result, simply return it.
18148
18149 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
18150 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
18151 (vc-cvs-registered): Does the check itself now. Simplify.
18152
18153 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
18154 from main line.
18155
18156 2000-09-04 Martin Lorentzson <martinl@gnu.org>
18157
18158 * vc-cvs.el (vc-cvs-diff): New function.
18159
18160 * vc-sccs.el (vc-sccs-diff): New function.
18161
18162 * vc-rcs.el (vc-rcs-diff): New function.
18163 (vc-rcs-checkout): Bug (typo) found and fixed.
18164 (vc-rcs-register-switches): New variable.
18165
18166 * vc.el (vc-backend-diff): Function removed and placed in the
18167 backend files.
18168
18169 2000-09-04 Martin Lorentzson <martinl@gnu.org>
18170
18171 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
18172
18173 * vc.el (vc-backend-checkout): Function removed and replaced in
18174 the vc-backend.el files.
18175
18176 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
18177
18178 * vc.el (vc-backend-admin): Removed and replaced in the
18179 vc-backend.el files.
18180
18181 * vc.el (Martin): Removed all the annotate functionality since it
18182 is CVS backend specific.
18183
18184 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
18185
18186 * spec.txt: Added specification of vc-state.
18187
18188 * vc-sccs-hooks.el (vc-sccs-master-properties):
18189 Remove handling of vc-latest-version and
18190 vc-your-latest-version. What used to be vc-latest-version, is now
18191 returned as vc-workfile-version.
18192 (vc-sccs-workfile-version): Adapt.
18193
18194 2000-09-04 Dave Love <fx@gnu.org>
18195
18196 * vc.el: [Merged from mainline.]
18197 (vc-dired-mode): Make the dired-move-to-filename-regexp
18198 regexp match the date, to avoid treating date as file size.
18199 Add YYYY S option to WESTERN/
18200
18201 2000-09-04 Dave Love <fx@gnu.org>
18202
18203 * vc.el: Require `compile' when compiling.
18204 (vc-logentry-check-hook): New option.
18205 (vc-steal-lock): Use compose-mail.
18206 (vc-dired-mode-map): Defvar when compiling.
18207 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
18208 vc-sccs.el and renamed. Callers changed.
18209 (vc-backend-checkout, vc-backend-logentry-check)
18210 (vc-backend-merge-news): Doc fix.
18211 (vc-default-logentry-check): New function.
18212 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
18213 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
18214 (vc-backend-merge): Doc fix. Use backend functions.
18215 (vc-check-headers): Use backend functions.
18216
18217 * vc-cvs.el: Require vc when compiling.
18218 (vc-cvs-register-switches): Doc fix.
18219 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
18220 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
18221 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
18222 New functions (code from vc.el).
18223 (vc-annotate-display-default): Fix interactive spec.
18224 (vc-annotate-time-span): Doc fix.
18225
18226 * vc-rcs.el: Require vc when compiling.
18227 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
18228 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
18229 (vc-rcs-checkin): New functions (code from vc.el).
18230 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
18231 Doc fix.
18232 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
18233
18234 * vc-sccs.el: Require vc when compiling.
18235 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
18236 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
18237 (vc-sccs-revert)
18238 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
18239 from vc.el).
18240 (vc-sccs-add-triple, vc-sccs-record-rename)
18241 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
18242 (vc-sccs-admin): Doc fix.
18243
18244 2000-09-04 Martin Lorentzson <martinl@gnu.org>
18245
18246 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
18247 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
18248 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
18249 from vc.el.
18250
18251 * vc-sccs.el (vc-admin-sccs): Added from vc.el
18252
18253 * vc-cvs.el: Moved the annotate functionality from vc.el.
18254 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
18255
18256 2000-09-04 Dave Love <fx@gnu.org>
18257
18258 * vc.el (vc-backend-release): Call vc-system-release.
18259
18260 * vc-sccs.el (vc-sccs-system-release):
18261 Renamed from vc-sccs-backend-release.
18262
18263 * vc-rcs.el (vc-rcs-system-release):
18264 Renamed from vc-rcs-backend-release.
18265
18266 * vc-cvs.el (vc-cvs-system-release):
18267 Renamed from vc-cvs-backend-release.
18268
18269 2000-09-04 Dave Love <fx@gnu.org>
18270
18271 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
18272 backend files.
18273 (vc-backend-release): Dispatch to backend functions.
18274 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
18275 probably needs attention.]
18276
18277 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
18278 (vc-sccs-backend-release): New function.
18279
18280 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
18281 (vc-cvs-backend-release): New function.
18282
18283 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
18284 Doc fix.
18285 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
18286 (vc-default-dired-state-info): New function.
18287 (vc-dired-state-info): Dispatch to backends.
18288 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
18289
18290 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
18291 from vc.el and renamed.
18292
18293 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
18294
18295 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
18296 (vc-version-other-window, vc-backend-assign-name): Removed
18297 references to vc-latest-version; sometimes changed into
18298 vc-workfile-version.
18299
18300 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
18301 vc-rcs-master-workfile-version.
18302 (vc-rcs-workfile-version): Use the above. Don't call
18303 vc-latest-version (that was unreachable code, anyway).
18304 (vc-rcs-fetch-master-properties): Doc fix.
18305
18306 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
18307 (vc-backend-hook-functions): Removed them from this list, too.
18308 (vc-fetch-properties): Removed.
18309 (vc-workfile-version): Doc fix.
18310
18311 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
18312 (vc-rcs-workfile-version, vc-rcs-locking-user)
18313 (vc-rcs-uses-locking): Use it.
18314
18315 * vc-hooks.el (vc-consult-rcs-headers):
18316 Moved into vc-rcs-hooks.el, under the name
18317 vc-rcs-consult-headers.
18318
18319 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
18320 headers.
18321 (vc-cvs-find-master): Use this name only; correct different
18322 versions of the name.
18323
18324 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
18325 New functions.
18326 (vc-sccs-locking-user): Use the latter.
18327
18328 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
18329 New functions.
18330
18331 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
18332 Moved into both
18333 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
18334 functions are implementation details of those two backends.
18335
18336 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
18337
18338 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
18339 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
18340
18341 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
18342 (vc-sccs-parse-locks): SCCS-specific code moved here from
18343 vc-hooks.
18344
18345 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
18346 code moved here from vc-hooks.
18347
18348 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
18349 into back-end specific parts and removed. Callers not updated
18350 yet; because I guess these callers will disappear into back-end
18351 specific files anyway.
18352
18353 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
18354
18355 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
18356 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
18357 `vc-uses-locking'.
18358
18359 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
18360 Store yes/no in the property, and return t/nil. Updated all
18361 callers.
18362
18363 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
18364 vc-sccs-uses-locking. Don't set property.
18365 (vc-sccs-locking-user): Don't set property.
18366
18367 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
18368 vc-cvs-uses-locking. Don't set property here; leave that to
18369 vc-hooks.
18370 (vc-cvs-locking-user): Reflect above change. Streamlined.
18371
18372 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
18373 vc-rcs-uses-locking.
18374 (vc-rcs-locking-user): Reflect above change.
18375
18376 2000-09-04 Dave Love <fx@gnu.org>
18377
18378 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
18379
18380 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
18381
18382 * vc-hooks.el (vc-checkout-model): Punt to backends.
18383
18384 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
18385
18386 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
18387
18388 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
18389 New functions.
18390
18391 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
18392 New functions.
18393
18394 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
18395 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
18396
18397 * vc-hooks.el (vc-default-locking-user): New function.
18398 (vc-locking-user, vc-workfile-version): Punt to backends.
18399
18400 2000-09-04 Dave Love <fx@gnu.org>
18401
18402 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
18403 (vc-master-workfile-version): Moved from vc-hooks.
18404
18405 * vc-rcs-hooks.el: Fix duplicate code in last change.
18406
18407 * vc-rcs-hooks.el: Require vc-hooks when compiling.
18408 (vc-rcs-master-templates): Improve :type.
18409 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
18410 vc-master-workfile-version): Moved from vc-hooks.
18411
18412 * vc-sccs-hooks.el: Require vc-hooks when compiling.
18413 (vc-sccs-master-templates): Improve :type.
18414 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
18415
18416 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
18417
18418 * vc-cvs-hooks.el: Require vc-hooks when compiling.
18419 (vc-cvs-master-templates): Improve :type. Use
18420 vc-cvs-find-cvs-master.
18421 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
18422 from vc-hooks.
18423 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
18424
18425 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
18426 Moved to vc-cvs-hooks.
18427
18428 * vc-hooks.el: Add doc strings in various places. Simplify the
18429 minor mode setup.
18430 (vc-handled-backends): New user variable.
18431 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
18432 simplification.
18433
18434 2000-09-04 Dave Love <fx@gnu.org>
18435
18436 * vc.el: Some doc fixes for autoloaded and interactive functions.
18437 Fix compilation warnings from ediff stuff.
18438 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
18439
18440 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
18441
18442 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
18443
18444 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
18445
18446 2000-09-04 Dave Love <fx@gnu.org>
18447
18448 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
18449 New variable.
18450 (vc-make-backend-function, vc-loadup, vc-call-backend)
18451 (vc-backend-defines): New functions.
18452
18453 * vc-hooks.el: Various doc fixes.
18454 (vc-default-back-end, vc-follow-symlinks): Custom fix.
18455 (vc-match-substring): Function removed. Callers changed to use
18456 match-string.
18457 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
18458 Simplify.
18459
18460 2000-09-04 Dave Love <fx@gnu.org>
18461
18462 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
18463 type.
18464 (vc-sccs-project-dir, vc-search-sccs-project-dir)
18465 (vc-sccs-registered): Doc fix.
18466
18467 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
18468 (vc-cvs-registered): Doc fix.
18469
18470 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
18471 (vc-rcs-registered): Doc fix.
18472
18473 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
18474
18475 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
18476
18477 * vc-hooks.el: vc-registered has been renamed
18478 vc-default-registered. Some functions have been moved to the
18479 backend specific files. they all support the
18480 vc-BACKEND-registered functions.
18481
18482 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
18483
18484 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
18485
18486 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
18487
18488 2000-09-04 Dave Love <fx@gnu.org>
18489
18490 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
18491 menu-bar-update-hook.
18492
18493 * help.el (help-manyarg-func-alist): Add
18494 find-operation-coding-system.
18495
18496 * wid-edit.el (widget-sexp-validate): Fix garbled code.
18497
18498 * custom.el (custom-set-variables): Print message about errors in
18499 setting.
18500
18501 2000-09-03 Andrew Innes <andrewi@gnu.org>
18502
18503 * makefile.w32-in: Change to DOS line endings.
18504
18505 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
18506
18507 * mouse.el (mouse-popup-menubar): Supply the prompt string for
18508 minor-mode keymaps, if they don't have one.
18509
18510 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
18511
18512 * eshell/esh-module.el (eval-when-compile): Don't lose if
18513 esh-module.el's file name is truncated to DOS 8+3 limits.
18514
18515 2000-09-01 John Wiegley <johnw@gnu.org>
18516
18517 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
18518 predicate, which caused entries in the completion list to be
18519 doubled.
18520
18521 2000-08-30 John Wiegley <johnw@gnu.org>
18522
18523 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
18524 sending to subprocesses. Also, hook pre-command-hook if
18525 `eshell-send-direct-to-subprocesses' is non-nil.
18526 (eshell-send-direct-to-subprocesses): New config variable. If t,
18527 subprocess input is send immediately.
18528 (eshell-toggle-direct-send): New function.
18529 (eshell-self-insert-command): New function.
18530 (eshell-intercept-commands): New function.
18531 (eshell-send-input): If direct subprocess sending is enabled,
18532 don't echo any input to the Eshell buffer. Let the subprocess
18533 handle that. This requires "stty echo" in bash, for example.
18534
18535 2000-08-28 John Wiegley <johnw@gnu.org>
18536
18537 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
18538 completion function for Eshell's implementation of `unset'.
18539
18540 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
18541
18542 * info.el (Info-directory-list): Doc fix.
18543
18544 2000-08-31 Peter Breton <pbreton@ne.mediaone.net>
18545
18546 * filecache.el (file-cache-add-directory-using-find): Don't quote
18547 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
18548
18549 2000-08-31 Kenichi Handa <handa@etl.go.jp>
18550
18551 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
18552 coding systems.
18553
18554 2000-08-30 Andrew Innes <andrewi@gnu.org>
18555
18556 * timer.el (run-with-idle-timer): Undo last change, so that timer
18557 is not activated immediately if Emacs is already idle. Some
18558 existing code relies on this behaviour.
18559
18560 2000-08-30 Miles Bader <miles@gnu.org>
18561
18562 * frame.el (set-frame-font): Do completion of font-name for
18563 interactive use.
18564
18565 2000-08-30 Kenichi Handa <handa@etl.go.jp>
18566
18567 * international/quail.el (quail-start-translation): Bind locally
18568 last-command-event, last-command, and this-command.
18569 (quail-start-conversion): Likewise.
18570 (quail-self-insert-command): Fix docstring.
18571
18572 2000-08-29 Gerd Moellmann <gerd@gnu.org>
18573
18574 * progmodes/executable.el
18575 (executable-make-buffer-file-executable-if-script-p): Check that
18576 buffer contains at least 2 characters.
18577
18578 2000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
18579
18580 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
18581
18582 2000-08-29 Dave Love <fx@gnu.org>
18583
18584 * diff-mode.el (diff-mode) <defgroup>: Add :version.
18585 (diff-mode-shared-map): Bind mouse-2.
18586 (diff-imenu-generic-expression): New variable.
18587 (diff-mode): Use it.
18588
18589 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
18590 (mouse-popup-menubar): Add minor mode menus.
18591 (popup-menu): Check for lookup-key returning number.
18592
18593 2000-08-29 Miles Bader <miles@gnu.org>
18594
18595 * comint.el (comint-send-input): Create overlays using the proper
18596 front/read-advance arguments.
18597
18598 2000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18599
18600 * ps-print.el: Even/odd pages printing. Doc fix.
18601 (ps-print-version): New version number (6.0).
18602 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
18603 (ps-background, ps-begin-file, ps-begin-job): Code fix.
18604 (ps-print-duplex-feature): Variable eliminated.
18605 (ps-even-or-odd-pages): New variable.
18606
18607 * progmodes/ebnf2ps.el: Doc fix.
18608 (ebnf-version): New version (3.3).
18609 (ebnf-user-arrow): Change variable customization to sexp.
18610 (ebnf-user-arrow): Function eliminated.
18611 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
18612
18613 2000-08-29 Kenichi Handa <handa@etl.go.jp>
18614
18615 * help.el (help-xref-mule-regexp): New variable.
18616 (help-make-xrefs): Handle help-xref-mule-regexp.
18617
18618 * international/mule-cmds.el (help-xref-mule-regexp-template): New
18619 variable.
18620 (describe-input-method): Temporarily activate the specfied input
18621 method to display the information.
18622 (describe-language-environment): Hyperlinks to mule related items.
18623
18624 * international/mule-diag.el (charset-multibyte-form-string): New
18625 function.
18626 (list-character-sets-1): Use charset-multibyte-form-string.
18627 (describe-character-set): New function.
18628 (describe-coding-system): Hyperlinks to safe character sets.
18629
18630 * international/quail.el (quail-help): New arg PACKAGE.
18631 Hyperlinks to mule related items.
18632 (quail-help-insert-keymap-description): Use
18633 substitute-command-keys instead of describe-bindings.
18634 (quail-translation-help): Hyperlinks to mule related items.
18635
18636 2000-08-28 John Wiegley <johnw@gnu.org>
18637
18638 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
18639 have a defsubst call itself. Made `eshell-flatten-list' back into
18640 a function again.
18641
18642 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
18643 catch, in case re-centering point at bottom messes up the display.
18644 This happens frequently in Emacs 21, due I believe to variable
18645 line heights.
18646
18647 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
18648 to call `find-tag-interactive'.
18649
18650 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
18651 the list of remember directories.
18652
18653 2000-08-28 John Wiegley <johnw@gnu.org>
18654
18655 * align.el: Test align-region-separate to see if it's a symbol.
18656
18657 2000-08-28 John Wiegley <johnw@gnu.org>
18658
18659 * eshell/esh-util.el (eshell-flatten-list): Made this function
18660 into a defsubst form. It gets used very frequently, although
18661 calls don't occur all that often.
18662
18663 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
18664 examining it.
18665
18666 * eshell/esh-cmd.el (eshell-rewrite-while-command):
18667 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
18668 `eshell-protect'.
18669 (eshell-copy-handles): Created a new macro for duplicating the
18670 current set of open handles. This is needed by the looping
18671 functions.
18672 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
18673 is not incorrectly stomped on.
18674
18675 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
18676 declaration for pcomplete-use-paring.
18677 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
18678 value of eshell-cmpl-use-paring.
18679 * pcomplete.el (pcomplete-use-paring): New config variable, to
18680 indicate whether paring should be used.
18681 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
18682 completion alternatives that have already been used.
18683
18684 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
18685 bound to C-c C-y, which will repeat the previous N arguments
18686 (based on prefix argument).
18687 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
18688
18689 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
18690 if there is no *Help* buffer. This is for XEmacs, which renames
18691 its help buffers uniquely. TODO: Find out what the current buffer
18692 name to delete is.
18693
18694 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
18695 first entry that correlates to a passwd/group number. Later
18696 entries (used for group/user name aliasing to multiple IDs) are
18697 ignored.
18698
18699 * eshell/em-xtra.el (eshell/expr):
18700 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
18701 (eshell-grep, eshell/diff, eshell/locate):
18702 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
18703 argument list, before passing it to the system command.
18704
18705 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
18706 `find-tag' for use at final position in Eshell buffers (which
18707 otherwise triggers an error on Emacs 21).
18708 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
18709 buffer, if it is currently bound to `find-tag'.
18710
18711 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
18712 in the list of matched Makefile names.
18713 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
18714 directory, prefer its contents to Makefile.
18715
18716 * eshell/em-dirs.el (eshell/cd): cd commands that look up
18717 directory parts (like "cd old new", or "cd =regexp"), are now case
18718 sensitive on non-Windows/DOS platforms.
18719
18720 * eshell/esh-mode.el (eshell-parse-command-input): When a user
18721 types RET after an open delimiter (like "), display a message
18722 indicating that Eshell is waiting for the closing delimiter.
18723
18724 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
18725 environment variables.
18726
18727 * eshell/em-unix.el (eshell/diff): Added logic to fail more
18728 gracefully if the user enters incorrect arguments.
18729
18730 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
18731 Eshell buffers.
18732
18733 * eshell/esh-var.el (eshell-interpolate-variable):
18734 * eshell/esh-mode.el (eshell-move-argument):
18735 * eshell/em-unix.el (eshell-du-sum-directory):
18736 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
18737 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
18738 (not (= ...)).
18739
18740 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
18741 to ensure the `preserve' flag gets propagated when doing recursive
18742 directory copies.
18743
18744 2000-08-28 Stefan Monnier <monnier@cs.yale.edu>
18745
18746 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
18747 Don't convert \n into \0177 in memory.
18748 (eshell-read-history, eshell-write-history): Convert \n to \0177,
18749 and back again, when reading and writing.
18750
18751 2000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
18752
18753 * eshell/esh-util.el (eshell-processp): Added to relieve constant
18754 testing of `fboundp' on `processp'.
18755
18756 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
18757 (eshell/jobs): Don't call process-list if it is not bound.
18758 (eshell-gather-process-output): Support systems where async
18759 subprocesses aren't supported.
18760 (eshell-scratch-buffer, eshell-last-sync-output-start): New
18761 variables.
18762
18763 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
18764 eshell-do-eval returns t.
18765 (eshell-do-pipelines-synchronously): New defmacro.
18766 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
18767 when async subprocesses aren't supported.
18768 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
18769 if async subprocesses aren't supported.
18770 (eshell-resume-command): Don't assume STATUS is a string.
18771
18772 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
18773
18774 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
18775 (eshell-close-target, eshell-get-target): Use eshell-processp.
18776 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
18777 fix.
18778 (eshell-get-target, eshell-create-handles): Doc fix.
18779
18780 2000-08-28 Miles Bader <miles@lsi.nec.co.jp>
18781
18782 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
18783 criterion to include commands that output something, as long as it
18784 leaves both the command and the end-of-buffer visible when the
18785 command has exited.
18786 (eshell-review-quick-commands): Adjust the help doc string
18787 accordingly.
18788
18789 2000-08-28 Peter Breton <pbreton@ne.mediaone.net>
18790
18791 * locate.el (locate): Cleaned up locate command's interactive prompting
18792 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
18793
18794 * filecache.el (file-cache-case-fold-search): New variable
18795 (file-cache-assoc-function): New variable
18796 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
18797 Use file-cache-case-fold-search variable
18798 (file-cache-add-file): Use file-cache-assoc-function
18799 (file-cache-delete-file): likewise
18800 (file-cache-directory-name): likewise
18801 (file-cache-debug-read-from-minibuffer): likewise
18802
18803 2000-08-28 Gerd Moellmann <gerd@gnu.org>
18804
18805 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
18806 (abbrev-table-name): New function.
18807 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
18808 If non-nil list local abbrev, only.
18809
18810 2000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
18811
18812 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
18813 from Gnus support code, and use special article copy buffer
18814 `(gnus-original-article-buffer)' instead. This allows to get rid
18815 of article-hide-headers usage (which breaks in the latest Gnus
18816 version). Thanks to Detlev Zundel.
18817
18818 2000-08-28 Kenichi Handa <handa@etl.go.jp>
18819
18820 * international/quail.el (quail-use-package): Hide "... loaded"
18821 message.
18822 (quail-start-translation, quail-start-conversion): Likewise.
18823
18824 * international/kkc.el (kkc-region): Hide "... loaded" message.
18825
18826 2000-08-27 Dave Love <fx@gnu.org>
18827
18828 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
18829
18830 2000-08-27 Miles Bader <miles@gnu.org>
18831
18832 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
18833
18834 2000-08-27 Kenichi Handa <handa@etl.go.jp>
18835
18836 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
18837 'ja-dic-cnv), not (require 'skkdic-cnv).
18838
18839 2000-08-26 Miles Bader <miles@gnu.org>
18840
18841 * faces.el (face-x-resources): Add entry for :inherit.
18842 * cus-face.el (custom-face-attributes): Add support for :inherit
18843 attribute. Add support for relative face heights.
18844 (custom-face-attributes-get): Treat `nil' as being a default value
18845 for :inherit (as well as `unspecified').
18846
18847 * faces.el (set-face-attribute): Update doc string.
18848 (face-attribute-name-alist): Add :inherit.
18849 (face-valid-attribute-values): Handle :inherit.
18850 (face-read-string): Rephrase prompt to be less confusing.
18851 Assume that DEFAULT is a string, since we must return a string.
18852 (face-read-integer): Use `format' to turn DEFAULT into an
18853 acceptable default for face-read-string. Match NEW-VALUE against
18854 the string "unspecified", not the symbol `unspecified', since
18855 that's what face-read-string returns.
18856 (read-face-attribute): Lookup a name for old-value in valid, and
18857 use it as a default if we find one. Treat all values from
18858 face-read-string as strings. If the default is used, don't do any
18859 more processing on the value, just use the old value directly.
18860 (read-face-and-attribute, modify-face): Tweak prompt.
18861 (read-face-name): Don't assume prompt ends with a space.
18862
18863 * faces.el (describe-face): Add support for :inherit attribute.
18864
18865 2000-08-25 Kenichi Handa <handa@etl.go.jp>
18866
18867 * terminal.el (terminal-emulator): Fix args to `concat'. Now
18868 concat doesn't accept interger.
18869
18870 * international/kkc.el: Remove SKK from Keywords. Require
18871 ja-dic-utl instead of skkdic-utl.
18872
18873 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
18874 Provide ja-dic-cnv instead of skkdic-cnv.
18875 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
18876 (iso-2022-7bit-short): Add safe-charsets property.
18877 (skkdic-convert-postfix): Search Japanese chou-on character in
18878 addition to Hiragana character.
18879 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
18880 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
18881 (batch-skkdic-convert): Likewise.
18882
18883 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
18884 Provide ja-dic-utl instead of skkdic-utl.
18885 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
18886
18887 2000-08-24 Dave Love <fx@gnu.org>
18888
18889 * disp-table.el (standard-display-default): Make the test of `l'
18890 useful.
18891
18892 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
18893 mod sample text.
18894
18895 * international/iso-ascii.el: Make pilcrow convenient string
18896 consistent with section.
18897 (iso-ascii-display): Set up multibyte characters as well as
18898 unibyte.
18899
18900 2000-08-24 Kenichi Handa <handa@etl.go.jp>
18901
18902 * international/mule-cmds.el (reset-language-environment): Set
18903 default-process-coding-system to '(undecided . iso-latin-1), which
18904 makes process I/O almost consistent with file I/O. Call this
18905 function when mule-cmds.el[c] is loaded.
18906
18907 2000-08-22 Andrew Innes <andrewi@gnu.org>
18908
18909 * makefile.w32-in: New file.
18910
18911 2000-08-22 Miles Bader <miles@lsi.nec.co.jp>
18912
18913 * comint.el (comint-output-filter): Compare end of
18914 comint-last-output-overlay with the start of the newly inserted
18915 text, not the end, when deciding whether to extend it.
18916 Set saved-point's insertion type to advance after insertion.
18917
18918 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
18919 since this is now done independently of font-lock mode.
18920
18921 2000-08-21 Gerd Moellmann <gerd@gnu.org>
18922
18923 * server.el (server-kill-new-buffers): New user option.
18924 (server-existing-buffer): New buffer-local variable.
18925 (server-visit-files): When using an existing buffer, set
18926 server-existing-buffer to t.
18927 (server-buffer-done): If server-kill-new-buffers is t, kill the
18928 buffer, unless it was already present before visiting it with
18929 Emacs server.
18930
18931 2000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
18932
18933 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
18934 even if the display doesn't support colors: some displays will
18935 support bold/underline faces.
18936
18937 2000-08-21 Gerd Moellmann <gerd@gnu.org>
18938
18939 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
18940
18941 * startup.el (command-line): If user's init file had an error,
18942 add explanatory text to *Messages*.
18943
18944 2000-08-21 Kenichi Handa <handa@etl.go.jp>
18945
18946 * man.el (Man-getpage-in-background): Decode the process output by
18947 the system locale coding system.
18948
18949 2000-08-20 Dave Love <fx@gnu.org>
18950
18951 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
18952 Don't test x-popup-menu.
18953 (function) <complete-function>: Complete only fbound symbols.
18954 <validate, value>: New.
18955 (variable) <complete-function>: Complete only bound symbols.
18956 (coding-system): Add :base-only, :complete-function, :validate,
18957 :value, :prompt-match.
18958 (widget-coding-system-prompt-value): Use read-coding-system and
18959 act on :base-only.
18960 (editable-field): Add :help-echo.
18961 (widget-push-button-gui, widget-push-button-cache)
18962 (widget-gui-action, widget-editable-list-gui): COmment out, along
18963 with uses.
18964 (widget-at): Make arg optional.
18965 (widget-echo-help): Adjust for current help-echo calling sequence.
18966 (widget-specify-field, widget-specify-button)
18967 (widget-specify-insert, widget-get-sibling, widget-image-find)
18968 (widget-convert, widget-insert, widget-leave-text)
18969 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
18970 (widget-setup, widget-field-find, widget-before-change)
18971 (widget-after-change, widget-default-complete)
18972 (widget-default-create, widget-default-delete)
18973 (widget-push-button-value-create, editable-field)
18974 (widget-field-prompt-value, widget-field-validate)
18975 (widget-choice-value-create, widget-choice-action)
18976 (widget-choice-validate, widget-checklist-add-item)
18977 (widget-radio-add-item, widget-radio-chosen)
18978 (widget-radio-value-inline, widget-editable-list-value-create)
18979 (widget-editable-list-entry-create)
18980 (widget-documentation-link-add)
18981 (widget-documentation-string-value-create)
18982 (widget-regexp-validate, widget-file-complete)
18983 (widget-sexp-validate, widget-plist-convert-widget)
18984 (widget-plist-convert-widget, widget-alist-convert-widget)
18985 (widget-alist-convert-widget, widget-color-complete): Simplify,
18986 particularly to avoid bindings which aren't optimized out.
18987
18988 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
18989 Doc fix.
18990 (down-list, backward-up-list, up-list, kill-sexp)
18991 (backward-kill-sexp, mark-sexp): Make arg optional.
18992 (lisp-complete-symbol): Add optional arg PREDICATE.
18993
18994 * cus-start.el: Add display-buffer-reuse-frames,
18995 file-coding-system-alist.
18996
18997 2000-08-20 Gerd Moellmann <gerd@gnu.org>
18998
18999 * startup.el (command-line): Clear realized faces after
19000 modifying TTY color mappings.
19001
19002 2000-08-20 Miles Bader <miles@gnu.org>
19003
19004 * faces.el (face-attr-match-p): Don't return true if ATTRS are
19005 merely a subset of FACE's attributes.
19006
19007 2000-08-19 Miles Bader <miles@gnu.org>
19008
19009 * comint.el (comint-output-filter): Save the point with a marker,
19010 not just a buffer position.
19011
19012 * international/mule.el (set-buffer-process-coding-system): Make
19013 interactive prompt less confusing.
19014
19015 2000-08-19 Gerd Moellmann <gerd@gnu.org>
19016
19017 * hilit-chg.el: General cleanup of doc strings, comments and
19018 code formatting.
19019
19020 2000-08-19 Miles Bader <miles@gnu.org>
19021
19022 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
19023 Compiler macro removed; beginning-of-line is no longer always
19024 equivalent to forward-line, in the presence of fields.
19025
19026 * comint.el (comint-output-filter): Remove ad-hoc saving of
19027 restriction, and just use save-restriction, now that it works
19028 correctly. Don't adjust comint-last-input-start to account for
19029 our insertion; it shouldn't have moved because we don't use
19030 insert-before-markers anymore. Comment out call to
19031 `force-mode-line-update'; why is it here?
19032
19033 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
19034 while checking for prompt to delete. Use `forward-line 0'
19035 instead of beginning-of-line.
19036 (gud-filter): Temporarily widen gud comint buffer while
19037 examining output.
19038
19039 2000-08-18 Stefan Monnier <monnier@cs.yale.edu>
19040
19041 * progmodes/sh-script.el: Big bag of typos.
19042
19043 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
19044 check since ispell-process is not bound when ispell is not yet loaded.
19045
19046 2000-08-18 Dave Love <fx@gnu.org>
19047
19048 * image.el (find-image): Copy `spec' before using plist-put.
19049
19050 2000-08-18 Gerd Moellmann <gerd@gnu.org>
19051
19052 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
19053 `portugues'.
19054
19055 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
19056 backward-kill-sexp, analogous to kill-sexp.
19057
19058 * progmodes/icon.el (icon-indent-line)
19059 (icon-is-continuation-line): Handle comments specially.
19060
19061 2000-08-17 Ken Stevens <k.stevens@ieee.org>
19062
19063 * ispell.el: Set to standard author/maintainer/keyword fields.
19064 Fine tuning to menu map appearance and operation, and added help.
19065 Remove `start' and `end' error messages when compiling.
19066 (ispell-choices-win-default-height): Fixed comment string.
19067 (ispell-dictionary-alist-1): Fixed regexp in castellano and
19068 castellano8 dictionaries.
19069 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
19070 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
19071 dictionary, added italiano dictionary.
19072 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
19073 word character
19074 (ispell-tex-skip-alists): Added psfig support.
19075 (ispell-skip-html): Renamed from ispell-skip-sgml.
19076 (ispell-begin-skip-region-regexp, ispell-skip-region)
19077 (ispell-minor-check): Improved html skipping support to skip across
19078 code, and recognize `&' commands without propper `;' syntax;
19079 (ispell-process-line): Fix alignment error when manually
19080 correcting spelling.
19081 (ispell): Fix comment string.
19082 (ispell-add-per-file-word-list): Always put word list on new line.
19083
19084 2000-08-17 Gerd Moellmann <gerd@gnu.org>
19085
19086 * format.el (format-encode-run-method): Fix error message to say
19087 `encode' instead of `decode'. Use save-window-excursion around
19088 shell-command-on-region as in format-decode-run-method because
19089 shell-command-on-region can display a buffer with error output.
19090 (format-decode): Don't record undo information for the decoding.
19091 (format-annotate-function): Add parameter FORMAT-COUNT. Make
19092 that number part of the temporary buffer name so that more than
19093 one decoding using a temporary buffer can happen safely.
19094
19095 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
19096 of `A-z' in the regexp.
19097
19098 * hilit-chg.el: Fix typos in commentary.
19099
19100 * help.el (view-emacs-news): Rewritten for new naming scheme
19101 for old NEWS files.
19102
19103 * startup.el (command-line): Pop to *Messages* in case an error
19104 is signaled while loading user-init-file.
19105
19106 2000-08-17 Andreas Schwab <schwab@suse.de>
19107
19108 * files.el (insert-directory): Don't lose original file name,
19109 undoing an undocumented change.
19110
19111 2000-08-17 Alex Schroeder <alex@gnu.org>
19112
19113 * sql.el (sql-magic-go): Use comint-bol.
19114 (sql-copy-column): Use comint-line-beginning-position.
19115 (comint-line-beginning-position): Define a replacement for
19116 comint-line-beginning-position if it is not fboundp.
19117
19118 2000-08-17 Alex Schroeder <alex@gnu.org>
19119
19120 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
19121 it didn't have any effect anyway.
19122
19123 2000-08-17 Alex Schroeder <alex@gnu.org>
19124
19125 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
19126 --pset and pager=off instead of sending \\o|cat at the beginning
19127 of the session.
19128
19129 2000-08-17 Miles Bader <miles@gnu.org>
19130
19131 * progmodes/octave-inf.el: Add compatibility definition of
19132 comint-line-beginning-position.
19133
19134 2000-08-17 Kenichi Handa <handa@etl.go.jp>
19135
19136 * startup.el (normal-top-level): Look in each dir in load-path for
19137 a leim-list.el file too. This assures of loading leim-list.el
19138 that is created at Emacs installation time even if a user have his
19139 own leim-list.el.
19140
19141 2000-08-17 Miles Bader <miles@gnu.org>
19142
19143 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
19144 foreground color to black if the background is dark.
19145
19146 2000-08-16 Stefan Monnier <monnier@cs.yale.edu>
19147
19148 * loadhist.el (unload-feature): Typo.
19149
19150 * finder.el (finder-compile-keywords):
19151 * cus-dep.el (custom-make-dependencies): Add local-variable settings
19152 to the generated file.
19153
19154 * mail/mh-e.el (mh-make-local-vars):
19155 Replace make-variable-buffer-local with make-local-variable.
19156
19157 * play/landmark.el:
19158 * options.el (Edit-options-{set,toggle,t,nil}):
19159 * mail/mailabbrev.el (mail-abbrevs-mode):
19160 * textmodes/tex-mode.el (tex-expand-files):
19161 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
19162
19163 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
19164
19165 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
19166 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
19167 Allow going past the last element.
19168 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
19169 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
19170 (cvs-mouse-toggle-mark): Don't move point.
19171 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
19172
19173 * progmodes/compile.el (grep): Provide a default set of files.
19174 (next-error): Docstring fix.
19175 (compilation-find-file): Avoid find-file (fails in a dedicated window).
19176
19177 * emacs-lisp/easy-mmode.el (define-minor-mode):
19178 Use `symbol-value' to keep the byte-compiler quiet.
19179
19180 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
19181 (diff-find-source-location): New fun, extracted from diff-goto-source.
19182 (diff-goto-source): Use it.
19183 (diff-next-complex-hunk, diff-filter-lines): New function.
19184 (diff-apply-hunk): New command.
19185
19186 * smerge-mode.el (smerge-mode-menu): Doc fix.
19187
19188 * msb.el (msb-mode): Define it in terms of define-minor-mode.
19189
19190 2000-08-16 Dave Love <fx@gnu.org>
19191
19192 * windmove.el (windmove) <defgroup>: Add :version.
19193
19194 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
19195 (goto-address-fontify-p, goto-address-highlight-p)
19196 (goto-address-url-face, goto-address-url-mouse-face)
19197 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
19198 (goto-address-url-regexp): Use thing-at-point-url-regexp.
19199 (goto-address-fontify, goto-address-at-mouse): Simplify,
19200 (goto-address-at-point): browse-url-url-at-point,
19201 goto-address-find-address-at-point can return nil.
19202 (goto-address-find-address-at-point): Return nil on failure.
19203
19204 * align.el (align) <defgroup>: Add :version.
19205
19206 * calculator.el (calculator): Add :version.
19207 (calculator): Use two lines for calculator window if `modeline'
19208 face is boxed.
19209
19210 * play/5x5.el: Doc fixes.
19211 (5x5) <defgroup>: Add :version.
19212
19213 * play/fortune.el (fortune) <defgroup>: Add :version.
19214 (fortune-append): Fix error message.
19215 (fortune-from-region): Doc fix.
19216
19217 * play/pong.el (pong): Doc fix.
19218
19219 * play/morse.el: Keywords, commentary, autoloads.
19220
19221 2000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
19222
19223 * desktop.el (desktop-save): Don't look at symbol-value of a
19224 member of minor-mode-alist, unless it is boundp.
19225
19226 2000-08-16 Sam Steingold <sds@gnu.org>
19227
19228 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
19229 `while'; use `with-current-buffer' instead of `save-excursion'.
19230 Removed unnecessary kludges now that "*Buffer List*" is excluded.
19231
19232 2000-08-16 Kenichi Handa <handa@etl.go.jp>
19233
19234 * international/ccl.el (declare-ccl-program): Docstring modified.
19235 (ccl-execute-with-args): Likewise.
19236
19237 2000-08-16 Miles Bader <miles@gnu.org>
19238
19239 * progmodes/sql.el: Add compatibility definition of
19240 comint-line-beginning-position.
19241
19242 2000-08-15 Gerd Moellmann <gerd@gnu.org>
19243
19244 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
19245 'buffer-menu' property.
19246 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
19247 fails.
19248 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
19249 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
19250 wasn't killed.
19251
19252 * buff-menu.el (list-buffers-noselect): Don't display the
19253 *Buffer List* buffer.
19254
19255 * font-lock.el: Require jit-lock to prevent a very late
19256 `Loading jit-lock' message.
19257
19258 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
19259 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
19260 mail address.
19261
19262 2000-08-15 Miles Bader <miles@gnu.org>
19263
19264 * textmodes/ispell.el (ispell-graphic-p): New constant.
19265 (ispell-choices-win-default-height, ispell-help): Use
19266 `ispell-graphic-p' instead of `xemacsp'.
19267
19268 2000-08-15 Dave Love <fx@gnu.org>
19269
19270 * simple.el: Autoload widget-convert when compiling.
19271 (mail-user-agent): Doc fix.
19272
19273 * help.el (function-called-at-point, variable-at-point): Use
19274 with-syntax-table.
19275 (help-manyarg-func-alist): Add insert-and-inherit.
19276
19277 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
19278
19279 * delsel.el (delsel-unload-hook): New function.
19280
19281 * find-file.el: Doc fixes. Move provide to end.
19282 (ff) <defgroup>: Add :link.
19283 (ff-goto-click): Deleted.
19284 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
19285 Use mouse-set-point.
19286
19287 * textmodes/tildify.el: Doc fixes.
19288 (tildify) <defgroup>: Add:version.
19289
19290 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
19291 (glasses-custom-set): Use set-default, not set.
19292 (minor-mode-alist): Propertize the lighter.
19293 (glasses-mode): Provide optional arg.
19294
19295 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
19296 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
19297 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
19298 option. Provide :type.
19299 (cwarn-configuration): Provide :type.
19300 (cwarn-mode): Doc fix.
19301
19302 * add-log.el (change-log-merge): Doc fix.
19303 (change-log-redate): New command.
19304
19305 * net/browse-url.el (browse-url-filename-alist): Add a clause for
19306 Doze and Dog.
19307 (browse-url): Use dolist, not mapcar.
19308 (browse-url-at-point): Check for null url.
19309 (browse-url-event-buffer, browse-url-event-point): Functions
19310 deleted.
19311 (browse-url-at-mouse, browse-url-netscape): Simplify.
19312
19313 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
19314 modes.
19315 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
19316 Fix previous change to mapcan.
19317 (msb--init-file-alist, msb--add-separators)
19318 (msb--make-keymap-menu): Simplify.
19319 (msb--choose-file-menu): Use copy-sequence.
19320 (msb-mode-map): Add title to keymap.
19321 (msb-unload-hook): New function.
19322
19323 * bs.el: Fix indentation.
19324 (bs) <defgroup>: Add :links.
19325 (bs-show): Doc fix.
19326 (bs-apply-sort-faces): Don't use window-system.
19327 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
19328
19329 2000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
19330
19331 * calendar/timeclock.el (timeclock-file): Run .timelog through
19332 convert-standard-filename.
19333
19334 2000-08-14 Gerd Moellmann <gerd@gnu.org>
19335
19336 * emacs-lisp/authors.el: New file.
19337
19338 * paren.el (show-paren-priority): New user option.
19339 (show-paren-function): Set overlay priorities to
19340 show-paren-priority.
19341
19342 2000-08-14 Miles Bader <miles@gnu.org>
19343
19344 * comint.el (comint-bol): Use `forward-line 0' instead of calling
19345 beginning-of-line with inhibit-field-text-motion bound.
19346
19347 2000-08-14 Gerd Moellmann <gerd@gnu.org>
19348
19349 * calendar/timeclock.el: New file.
19350
19351 2000-08-14 David Ponce <david@dponce.com>
19352
19353 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
19354 `widget-button-click'. so that one can use left mouse button to
19355 click on dialog buttons.
19356
19357 2000-08-14 Emmanuel Briot <briot@gnat.com>
19358
19359 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
19360 identifiers, since XML is case sensitive
19361
19362 2000-08-12 Miles Bader <miles@gnu.org>
19363
19364 * comint.el (comint-output-filter): Don't bother frobbing
19365 window-start, it doesn't seem to be necessary.
19366
19367 * comint.el (comint-send-string, comint-send-region): Make into
19368 real functions. Snapshot the prompt before sending.
19369
19370 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
19371
19372 * info.el (Info-find-emacs-command-nodes): Rewrite to use
19373 technique similar to Info-index, instead of relying on specific
19374 names of relevant Index nodes.
19375 (Info-goto-emacs-command-node): Bind Info-history to nil when
19376 going to the first node found by Info-find-emacs-command-nodes.
19377
19378 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
19379
19380 * menu-bar.el (menu-bar-help-menu): Add a :help string.
19381
19382 2000-08-10 Miles Bader <miles@gnu.org>
19383
19384 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
19385
19386 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
19387
19388 * info.el (Info-file-list-for-emacs): More elements for the
19389 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
19390 and woman manuals.
19391
19392 2000-08-10 Miles Bader <miles@lsi.nec.co.jp>
19393
19394 * comint.el (comint-send-input): Make the newline boundary overlay
19395 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
19396 (comint-output-filter): Use `insert' instead of
19397 `insert-before-markers'. Extend comint-last-output-overlay when
19398 necessary since we can't rely on insert-before-markers to do it.
19399 * gud.el (gud-filter): Use `with-current-buffer' instead of
19400 save-excursion when inserting the output, so that point gets
19401 updated correctly; the old method relied on a rather dodgy
19402 side-effect of comint-output-filter to avoid the effect of
19403 save-excursion.
19404
19405 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
19406
19407 * files.el (recover-file): Call insert-directory instead of
19408 invoking `ls' directly.
19409
19410 2000-08-10 Miles Bader <miles@gnu.org>
19411
19412 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
19413 (comint-last-prompt-overlay): New variables.
19414 (comint-output-filter): Implement prompt highlighting.
19415 (comint-snapshot-last-prompt): New function.
19416 (comint-send-input): Snapshot the last prompt.
19417 Use comint-highlight-input-face.
19418 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
19419 Use defface instead of defcustom.
19420 (send-invisible, comint-send-eof): Snapshot the last prompt.
19421 (comint-delchar-or-maybe-eof): Use comint-send-eof.
19422 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
19423
19424 2000-08-09 Stefan Monnier <monnier@cs.yale.edu>
19425
19426 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
19427 (regexp-opt-group): Use a list of chars for `letters'.
19428 (regexp-opt-charset): `chars' is now a list of chars.
19429 Use a char-table rather than a vector so it works for multibyte chars.
19430
19431 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
19432 Set cvs-minor-current-files to the selected fileinfo.
19433 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
19434 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
19435
19436 2000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
19437
19438 * files.el (insert-directory): Don't call access-file on
19439 directories on DOS and Windows.
19440
19441 2000-08-09 Kenichi Handa <handa@etl.go.jp>
19442
19443 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
19444 longer if necessary.
19445 (ccl-embed-code): Call ccl-embed-data to store CODE in
19446 ccl-program-vector.
19447
19448 2000-08-09 Miles Bader <miles@gnu.org>
19449
19450 * comint.el (comint-output-filter): Properly handle the case where
19451 the text surrounded by comint-last-output-overlay was deleted.
19452
19453 2000-08-08 Gerd Moellmann <gerd@gnu.org>
19454
19455 * info.el (Info-insert-dir): Use Info-additional-directory-list if
19456 non-nil.
19457 (Info-file-list-for-emacs): Remove "info" from the list because
19458 that leads to trying to use the documentation from file `info'
19459 in various situations where it isn't appropriate, for instance
19460 C-h C-k C-h i.
19461
19462 * ffap.el (ffap-read-file-or-url-internal): Handle case that
19463 DIR and/or STRING are nil.
19464
19465 * progmodes/compile.el (compilation-setup): Make variable
19466 compilation-error-screen-columns buffer-local, as some comment
19467 in the code suggests it should be.
19468
19469 * files.el (auto-mode-interpreter-regexp): New variable.
19470 (set-auto-mode): Use it.
19471
19472 * indent.el (indent-for-tab-command): Doc fix.
19473
19474 * mouse-sel.el (mouse-sel-mode): Doc fix.
19475
19476 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
19477 labels.
19478
19479 * help.el (print-help-return-message): When
19480 display-buffer-reuse-frames is set, let the help window been quit,
19481 instead of deleting it, which might delete a reused frame.
19482
19483 2000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
19484
19485 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
19486 rename a directory to a name that differs only by its letter case.
19487
19488 2000-08-08 Kenichi Handa <handa@etl.go.jp>
19489
19490 * international/quail.el (quail-define-rules): Handle Quail decode
19491 map correctly. Add code for supporting annotations.
19492 (quail-install-decode-map): New function.
19493 (quail-defrule-internal): New optional arguments decode-map and
19494 props.
19495 (quail-advice): New function.
19496
19497 2000-08-07 Sam Steingold <sds@gnu.org>
19498
19499 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
19500 `defconst', `define-condition', `with-slots'.
19501 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
19502
19503 2000-08-03 Miles Bader <miles@gnu.org>
19504
19505 * comint.el (comint-use-prompt-regexp-instead-of-fields):
19506 New variable.
19507 (comint-prompt-regexp, comint-get-old-input): Document dependence on
19508 comint-use-prompt-regexp-instead-of-fields.
19509 (comint-send-input): Add `input' field property to stuff we send to
19510 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
19511 (comint-output-filter): Add `output' field property to process
19512 output, if comint-use-prompt-regexp-instead-of-fields is nil.
19513 (comint-replace-by-expanded-history)
19514 (comint-get-old-input-default, comint-show-output)
19515 (comint-backward-matching-input, comint-forward-matching-input)
19516 (comint-next-prompt, comint-previous-prompt): Use field
19517 properties if comint-use-prompt-regexp-instead-of-fields is nil.
19518 (comint-line-beginning-position): New function.
19519 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
19520 (comint-replace-by-expanded-history-before-point): Use
19521 comint-line-beginning-position and line-end-position.
19522 (comint-last-output-overlay): New variable.
19523 (comint-mode): Make `comint-last-output-overlay' buffer-local.
19524
19525 * shell.el (shell-prompt-pattern): Doc change.
19526 (shell-backward-command): Use line-beginning-position.
19527
19528 * gud.el (gud-gdb-complete-command): Use
19529 comint-line-beginning-position.
19530
19531 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
19532 comint-bol doesn't actually go to the beginning of the line.
19533
19534 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
19535 if comint-use-prompt-regexp-instead-of-fields is non-nil.
19536 (try-expand-line-all-buffers): Likewise.
19537
19538 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
19539 explicitly matching comint-prompt-regexp.
19540 (sql-copy-column): Use comint-line-beginning-position instead of
19541 explicitly matching comint-prompt-regexp.
19542
19543 * progmodes/octave-inf.el (inferior-octave-complete): Use
19544 comint-line-beginning-position.
19545
19546 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
19547
19548 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
19549 looking for a prompt, use `forward-line 0' instead of
19550 `beginning-of-line', to avoid getting caught by an input field.
19551
19552 2000-08-07 Gerd Moellmann <gerd@gnu.org>
19553
19554 * files.el (shell-quote-wildcard-pattern): Make sure to return
19555 PATTERN, in the Unix case.
19556
19557 2000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
19558
19559 * play/zone.el (zone): Discard any pending input before running
19560 the randomly-chosen pgm.
19561
19562 2000-08-07 Kenichi Handa <handa@etl.go.jp>
19563
19564 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
19565 checking the existence of any multibyte characters.
19566
19567 2000-08-06 Gerd Moellmann <gerd@gnu.org>
19568
19569 * help.el (describe-mode): Test minor-mode symbol for being
19570 bound before testing its value for being nil.
19571
19572 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
19573 `first', `second', and `third'.
19574
19575 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
19576 (second): Make it an alias for `cadr'.
19577
19578 2000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
19579
19580 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
19581 types of display support faces now.
19582
19583 2000-08-05 Gerd Moellmann <gerd@gnu.org>
19584
19585 * pcvs.el (require): Require `cl' during compilation, only.
19586
19587 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
19588 (toplevel): Remove `remq' and `remove' from autoloads.
19589 (cl-fake-autoloads): New variable. If set, arrange for an error
19590 when CL functions etc. are autoloaded.
19591
19592 2000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
19593
19594 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
19595
19596 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
19597 popped up, but the user clicks outside the menu, return an empty
19598 regexp (that causes unhighlight-regexp to have no effect).
19599
19600 * menu-bar.el (menu-bar-games-menu): Add Zone.
19601
19602 * hi-lock.el (toplevel): Require font-lock.
19603
19604 2000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
19605
19606 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
19607 (ebnf-8-bit-chars): New var for bug fix.
19608 (ebnf-string): Bug fix.
19609
19610 2000-08-03 Sam Steingold <sds@gnu.org>
19611
19612 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
19613 instead of `buffer-string'.
19614 (require 'cl): Always, not just when compiling.
19615 `ignore-errors' in `interactive', `list*', `defun*' &c make this
19616 necessary.
19617
19618 2000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
19619
19620 * international/mule-cmds.el (select-safe-coding-system): Make
19621 the message text about selecting a safe coding system more clear.
19622
19623 2000-08-02 Gerd Moellmann <gerd@gnu.org>
19624
19625 * hi-lock.el: New file.
19626
19627 * play/zone.el: New file.
19628
19629 * replace.el (occur): Set tab-width in the *Occur* buffer to the
19630 value of tab-width in the original buffer. Choose a line number
19631 format that's a multiple of the original buffer's tab width, so
19632 that lines appear right.
19633
19634 * textmodes/ispell.el (ispell): New function, replacing an alias.
19635 Spell-check active region if in transient-mark-mode and mark
19636 is active; otherwise spell-check buffer.
19637
19638 2000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
19639
19640 * ps-mule.el: Fix a customization problem on
19641 ps-mule-font-info-database-default.
19642
19643 2000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
19644
19645 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
19646 display-mouse-p instead of window-system.
19647 (ebrowse-member-mode-map): Ditto.
19648
19649 2000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
19650
19651 * progmodes/ebnf2ps.el: Update ps-print functions call.
19652 Indentation fix. Doc fix.
19653 (ebnf-version): New version number (3.2).
19654 (ebnf-format-color, ebnf-begin-job): Code fix.
19655
19656 2000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
19657
19658 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
19659 font lock support on window-system.
19660 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
19661
19662 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
19663 display-color-p, if fboundp, instead of window-system.
19664
19665 2000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
19666
19667 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
19668 instead of window-system.
19669
19670 * wid-edit.el (widget-choose): Use display-mouse-p instead of
19671 window-system.
19672 (widget-choice-mouse-down-action): Use display-popup-menus-p
19673 instead of window-system.
19674
19675 * strokes.el (strokes-file): Run the file name through
19676 convert-standard-filename.
19677 (strokes-mode): Call display-mouse-p instead of looking at
19678 window-system. Change the error message accordingly.
19679
19680 * progmodes/cpp.el (toplevel): Support faces on tty's.
19681
19682 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
19683 (lm-plot-square, lm-init-display): Don't use window-system.
19684
19685 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
19686 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
19687
19688 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
19689 instead of looking at window-system.
19690
19691 2000-07-30 Gerd Moellmann <gerd@gnu.org>
19692
19693 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
19694 of testing if iswitchb-prepost-hooks is bound, because the
19695 latter will always be true when invoking a recursive minibuffer
19696 from an active Iswitchb buffer.
19697
19698 2000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
19699
19700 * files.el (shell-quote-wildcard-pattern): New function.
19701 (insert-directory): Call it. Only prepend "\" to command on Unix
19702 and GNU/Linux systems.
19703
19704 2000-07-30 Gerd Moellmann <gerd@gnu.org>
19705
19706 * eshell/esh-groups.el: Change custom :link file names
19707 from `eshell.info' to `eshell'.
19708
19709 2000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
19710
19711 * dired.el (dired-build-subdir-alist): Expand subdirectory names
19712 correctly in recursive ange-ftp listings.
19713
19714 2000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
19715
19716 * ps-print.el: Fix bug 1: if ps-font-size-internal,
19717 ps-header-font-size-internal and
19718 ps-header-title-font-size-internal variables are not set,
19719 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
19720 face text property is (foreground-color . COLOR) or
19721 `(background-color . COLOR)', ps-print crashes. Doc fix.
19722 (ps-print-version): New version number (5.2.4).
19723 (ps-plot-region): Code fix.
19724 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
19725 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
19726 Bug fix 2.
19727
19728 2000-07-30 Milan Zamazal <pdm@freesoft.cz>
19729
19730 * glasses.el (glasses-make-readable): Fix uncapitalization of
19731 identifiers like `myXMLDocument'.
19732
19733 2000-07-28 Karl Fogel <kfogel@red-bean.com>
19734
19735 * mail/mail-hist.el (mail-hist-previous-input)
19736 (mail-hist-next-input): Do the obvious code factorization.
19737 (mail-hist-retrieve-and-insert): New func, contains common
19738 code of above two.
19739 If inserting a message body, leave point at top.
19740
19741 2000-07-28 Sam Steingold <sds@gnu.org>
19742
19743 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
19744 Use `<=', not `<' to compare times!
19745 (ange-ftp-ls): Remove.
19746
19747 2000-07-27 Gerd Moellmann <gerd@gnu.org>
19748
19749 * play/cookie1.el: Add explanation of how to make cookie.el
19750 compatible with strfile(1) to comment.
19751
19752 * subr.el (remove, remq): New functions.
19753
19754 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
19755 escape `*' in regexps.
19756 (midnight-find): Reverse order of arguments in the funcall of
19757 TEST.
19758
19759 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
19760 and `.class'.
19761
19762 * play/meese.el: Add Commentary section.
19763
19764 2000-07-27 Alex Schroeder <alex@gnu.org>
19765
19766 * sql.el (sql-ms): Added autoload cookie.
19767 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
19768 (sql-oracle): Ditto.
19769 (sql-help): Doc change.
19770
19771 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
19772 types and exceptions.
19773
19774 2000-07-27 Alex Schroeder <alex@gnu.org>
19775
19776 * sql.el (sql-placeholder-history): New variable.
19777 (sql-query-placeholders-and-send): New function that will query
19778 the user and replace placeholders with user input.
19779 (sql-oracle): If running on NT, set comint-input-sender to
19780 sql-query-placeholders-and-send.
19781
19782 (sql-stop): If in the SQLi buffer, insert stop notification, else
19783 present it as a message.
19784
19785 2000-07-27 Alex Schroeder <alex@gnu.org>
19786
19787 * sql.el (sql-input-ring-separator): Doc change.
19788 (sql-input-ring-file-name): Doc change.
19789 (sql-interactive-mode): Use `sql-input-ring-separator' and
19790 `sql-input-ring-file-name' to set the comint-mode equivalents
19791 without making them local variables.
19792 (sql-stop): Don't bind `sql-input-ring-separator' and
19793 `sql-input-ring-file-name' dynamically to their comint-mode
19794 equivalents.
19795
19796 2000-07-27 Kenichi Handa <handa@etl.go.jp>
19797
19798 * international/mule.el (register-char-codings): New function.
19799 (make-coding-system): Handle `safe-chars' specification in the arg
19800 PROPERTY.
19801
19802 * international/mule-cmds.el
19803 (find-coding-systems-region-subset-p): This function deleted.
19804 (sort-coding-systems-predicate): New variable.
19805 (sort-coding-systems): New function.
19806 (find-coding-systems-region): Use
19807 find-coding-systems-region-internal.
19808 (find-coding-systems-string): Use find-coding-systems-region.
19809 (find-coding-systems-for-charsets): Check
19810 char-coding-system-table.
19811 (select-safe-coding-system-accept-default-p): New variable.
19812 (select-safe-coding-system): Mostly rewritten. New argument
19813 ACCEPT-DEFAULT-P.
19814 (select-message-coding-system): Call select-safe-coding-system
19815 with ACCEPT-DEFAULT-P arg.
19816 (reset-language-environment): Reset default-sendmail-coding-system
19817 to the default value iso-latin-1.
19818 (set-language-environment): Don't set the obsolete variable
19819 charset-origin-alist.
19820
19821 * international/codepage.el (cp-coding-system-for-codepage-1):
19822 Give `safe-chars' property to make-coding-system.
19823
19824 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
19825 calling select-message-coding-system twice.
19826
19827 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
19828 instead of `safe-charsets'.
19829 (cyrillic-alternativnyj): Likewise.
19830 (ccl-encode-alternativnyj): Don't check the charset
19831 cyrillic-iso8859-5.
19832
19833 2000-07-27 Kenichi Handa <handa@etl.go.jp>
19834
19835 * composite.el (compose-chars-after): Preserve match data.
19836
19837 2000-07-26 Sam Steingold <sds@gnu.org>
19838
19839 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
19840 (ange-ftp-real-file-newer-than-file-p): New function.
19841 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
19842 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
19843
19844 * tooltip.el (tooltip-float-time): Removed (use `float-time').
19845 * midnight.el (midnight-float-time): Ditto.
19846
19847 2000-07-26 Andreas Schwab <schwab@suse.de>
19848
19849 * files.el (normal-backup-enable-predicate): Correct
19850 interpretation of the return value of compare-strings.
19851
19852 2000-07-26 Gerd Moellmann <gerd@gnu.org>
19853
19854 * isearch.el (isearch-resume): New function.
19855 (isearch-done): Add something to command-history to resume
19856 the search.
19857 (isearch-yank-line, isearch-yank-word): Use
19858 buffer-substring-no-properties instead of buffer-substring.
19859
19860 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
19861 of flyspell-mouse-map.
19862
19863 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
19864 duplicate definition.
19865 (makefile-mode): Remove duplicate setting of local-abbrev-table.
19866
19867 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
19868 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
19869
19870 2000-07-25 Sam Steingold <sds@gnu.org>
19871
19872 * net/ange-ftp.el: Get modtime over the net.
19873 (ange-ftp-file-modtime): New function.
19874 (ange-ftp-write-region, ange-ftp-insert-file-contents)
19875 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
19876 Use it.
19877 (ange-ftp-dot-to-slash): New function.
19878 (ange-ftp-fix-name-for-vms): Use it.
19879
19880 * midnight.el (midnight-buffer-display-time): Use
19881 `with-current-buffer'.
19882
19883 2000-07-25 Gerd Moellmann <gerd@gnu.org>
19884
19885 * find-dired.el: Update copyright notice.
19886 (find-dired): Offer to kill a running `find'.
19887
19888 * enriched.el (enriched-face-ans): For a `foreground-color'
19889 property, return '(("x-color" COLOR))' so that COLOR will be
19890 output as a parameter of the x-color annotation. Likewise for the
19891 `background-color' property. In the case of normal face
19892 properties, don't return annotations for unspecified foreground
19893 and background face attributes.
19894
19895 2000-07-25 Kenichi Handa <handa@etl.go.jp>
19896
19897 * language/japan-util.el (japanese-katakana-region): Fix handling
19898 HANKAKU argument.
19899
19900 2000-07-25 Miles Bader <miles@gnu.org>
19901
19902 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
19903 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
19904 constrain-to-field.
19905
19906 2000-07-24 Andrew Innes <andrewi@gnu.org>
19907
19908 * timer.el (timer-activate-when-idle): Add optional parameter
19909 DONT-WAIT. Update docstring.
19910 (run-with-idle-timer): Specify extra parameter to
19911 timer-activate-when-idle, so that timer will be activated
19912 immediately if Emacs is already idle.
19913
19914 * w32-fns.el (w32-using-nt): Fix docstring.
19915
19916 2000-07-24 Dave Love <fx@gnu.org>
19917
19918 * mouse.el (popup-menu): Set last-command-event.
19919 (mouse-major-mode-menu-prefix): Declare.
19920
19921 2000-07-24 Gerd Moellmann <gerd@gnu.org>
19922
19923 * textmodes/flyspell.el: Update to author's version 1.5d.
19924
19925 * progmodes/hideshow.el: Update copyright notice.
19926
19927 * vcursor.el: Set maintainer to FSF, since author cannot
19928 be reached.
19929
19930 2000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
19931
19932 * info.el (Info-goto-emacs-key-command-node): Leave a space after
19933 the prompt.
19934
19935 * mouse.el (popup-menu): Run the keymap through indirect-function,
19936 in case it was defined with define-prefix-key. If the menu is a
19937 list of keymaps, look up the binding of user's choice in each one
19938 of the keymaps.
19939 (mouse-popup-menubar): If the global and local menu-bar keymaps
19940 don't have a prompt string, create one and insert it into the
19941 keymap. Don't barf if current-local-map returns nil.
19942
19943 2000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
19944
19945 * dired.el (dired-sort-R-check): Added to allow recursive listing
19946 to be undone.
19947 (dired-sort-other): Use it.
19948
19949 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
19950
19951 * Release of cc-mode 5.27
19952
19953 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
19954
19955 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
19956 c-beginning-of-statement-1 that caused a bad case of recursion
19957 which could consume a lot of CPU in large classes in languages
19958 that have in-expression classes (i.e. Java and Pike).
19959
19960 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
19961 statements before top level constructs (i.e. case 6 is moved
19962 before case 5 and is now case 4) to catch in-expression
19963 classes in top level expressions correctly.
19964
19965 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
19966
19967 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
19968 objc-method-intro. Case 4 removed and case 5I added.
19969
19970 * cc-langs.el (c-append-paragraph-start): New variable used by
19971 c-common-init to get paragraph-start correct.
19972 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
19973 initialize paragraph-start to make it correct both with and
19974 without the javadoc special case.
19975
19976 * cc-mode.el (java-mode): Use c-append-paragraph-start to
19977 initialize paragraph-start for javadoc markup.
19978
19979 * cc-vars.el (c-style-variables-are-local-p): Incompatible
19980 change by defaulting this to t. It's motivated by the
19981 confusing behavior that otherwise arise from the style system
19982 when editing both java and non-java files at the same time
19983 (see the comments about style setting in c-common-init).
19984
19985 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
19986
19987 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
19988 similar to the one in c-fill-paragraph to check the fill
19989 prefix from the adaptive fill function for sanity.
19990
19991 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
19992
19993 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
19994 defun block.
19995
19996 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
19997
19998 * cc-align.el (c-lineup-multi-inher): Handle lines with
19999 leading comma nicely. Extended to handle member initializers
20000 too.
20001
20002 * cc-engine.el: (c-beginning-of-inheritance-list,
20003 c-guess-basic-syntax): Fixed recognition of inheritance lists
20004 when the lines begins with a comma.
20005
20006 * cc-vars.el (c-offsets-alist): Changed default for
20007 member-init-cont to c-lineup-multi-inher since it now handles
20008 member initializers and indents better for leading commas.
20009
20010 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20011
20012 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
20013 handling that caused class open lines to be recognized as
20014 statement-conts in some cases.
20015
20016 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
20017 guessed by the adaptive fill function unless point is on the
20018 first line of a block comment.
20019
20020 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
20021 when the buffer ends with a macro continuation char.
20022
20023 * cc-engine.el (c-guess-basic-syntax): Added support for
20024 function definitions as statements in Pike. The first
20025 statement in a lambda block is now labeled defun-block-intro
20026 instead of statement-block-intro.
20027
20028 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
20029 so that the class surrounding point is selected, not the one
20030 innermost in the state.
20031
20032 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
20033 recognition of switch labels having hanging multiline
20034 statements.
20035
20036 * cc-engine.el (c-beginning-of-member-init-list): Broke out
20037 some code in c-guess-basic-syntax to a separate function.
20038 * cc-engine.el (c-just-after-func-arglist-p): Fixed
20039 recognition of member inits with multiple line arglists.
20040 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
20041 member-init-cont when the commas are in funny places.
20042
20043 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20044
20045 * cc-defs.el (c-auto-newline): Removed this macro since it's
20046 not used anymore.
20047
20048 * cc-engine.el (c-looking-at-bos): New helper function.
20049 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
20050 inexpr and toplevel classes apart in Pike.
20051
20052 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
20053 of case 9A.
20054
20055 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
20056 constant, since "class" can introduce an in-expression class
20057 in Pike nowadays.
20058
20059 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20060
20061 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
20062 indentation on cpp-macro lines.
20063
20064 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
20065 a syntax modifier like comment-intro, to make it possible to
20066 get syntactic indentation for preprocessor directives. It's
20067 incompatible wrt to lineup functions on cpp-macro, but it has
20068 no observable effect in the 99.9% common case where cpp-macro
20069 is set to -1000.
20070
20071 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20072
20073 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
20074 member-init-cont when the preceding arglist is several lines.
20075
20076 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20077
20078 * cc-styles.el (c-style-alist): The basic offset for the BSD
20079 style corrected to 8.
20080
20081 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20082
20083 * cc-styles.el (c-style-alist): Adjusted the indentation of
20084 brace list openers in the gnu style.
20085
20086 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20087
20088 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
20089
20090 * cc-cmds.el (c-electric-brace, c-electric-slash,
20091 c-electric-star, c-electric-semi&comma, c-electric-colon,
20092 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
20093 when c-syntactic-indentation is nil.
20094
20095 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
20096 we were left at comments preceding the first statement when
20097 reaching the beginning of the buffer.
20098
20099 * cc-vars.el (c-syntactic-indentation): New variable to turn
20100 off all syntactic indentation.
20101
20102 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20103
20104 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
20105 between the text and the block comment ender when it hangs,
20106 depending on how many there are before the fill.
20107
20108 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20109
20110 * cc-engine.el (c-beginning-of-closest-statement): New helper
20111 function to go back to the closest preceding statement start,
20112 which could be inside a conditional statement.
20113 * cc-engine.el (c-guess-basic-syntax): Use
20114 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
20115
20116 * cc-engine.el (c-guess-basic-syntax): Better handling of
20117 arglist-intro, arglist-cont-nonempty and arglist-close when
20118 the arglist is nested inside parens. Cases 7A, 7C and 7F
20119 changed.
20120
20121 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
20122 up-to-date with javadoc 1.2.
20123
20124 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20125
20126 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
20127 multiline Pike type decls.
20128
20129 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20130
20131 * cc-cmds.el (c-indent-new-comment-line): Always break
20132 multiline comments in multiline mode, regardless of
20133 comment-multi-line.
20134
20135 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20136
20137 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
20138 fully::qualified::names in C++ member init lists. Preamble in
20139 case 5D changed.
20140
20141 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20142
20143 * cc-langs.el (c-common-init): Handling of obsolete variables
20144 moved to c-initialize-cc-mode. More compatible style override
20145 when using global style variables.
20146 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
20147 variables moved here.
20148
20149 * cc-styles.el (c-make-styles-buffer-local): Flag style
20150 variable localness in c-style-variables-are-local-p to make
20151 the compatibility measure in c-common-init work well.
20152
20153 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
20154 longer contain set-from-style.
20155 * cc-styles.el (c-initialize-builtin-style): Don't check for
20156 set-from-style on c-special-indent-hook.
20157 * cc-styles.el (c-copy-tree): Obsolete. The standard function
20158 copy-alist is sufficient now.
20159
20160 * cc-styles.el (c-set-style, c-set-style-1,
20161 c-get-style-variables): Fixes to variable initialization so
20162 that duplicate entries in styles have the same effect
20163 regardless of DONT-OVERRIDE.
20164
20165 * cc-styles.el (c-set-style-2): Fixed bug where the
20166 initialization of inheriting styles failed when the
20167 dont-override flag is set.
20168
20169 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
20170 on this.
20171
20172 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20173
20174 * cc-defs.el (c-forward-comment): Removed the workaround
20175 introduced in 5.38 since it had worse side-effects. If a line
20176 contains the string "//\"", it regarded the // as a comment
20177 start since the \ temporarily doesn't have escape syntax.
20178
20179 2000-07-17 Emmanuel Briot <briot@act-europe.fr>
20180
20181 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
20182 ada-xref.el before ada-prj.el, so that the Project menu is created
20183 when ada-prj tries to add to it.
20184 (ada-activate-keys-for-case): Suppress the characters that are not
20185 part of the Ada syntax. Better compatibility with else-mode
20186 (ada-adjust-case-interactive): When auto-casing is not active,
20187 correctly insert newlines (used to insert only ^M). Prevent the
20188 syntax table from being changed in case of an error
20189 (or '_' becomes part of a word and some commands are confused).
20190 Do nothing if ada-auto-case is nil.
20191 (ada-after-keyword-p): Ignore keywords that are also attributes
20192 (ada-batch-reformat): Update usage comment
20193 (ada-call-from-contextual-menu): New function
20194 (ada-case-read-exceptions): Reinitialize the casing exception list
20195 first to nil first, so that the casing exception file can be
20196 shared.
20197 (ada-check-defun-name): Handles "configure" keyword for gnatdist
20198 files.
20199 (ada-compile-goto-error): Fix regexp used to detect a file:line
20200 anywhere in the error message
20201 (ada-contextual-menu-last-point): New variable
20202 (ada-create-keymap): If the variable delete-key-deletes-forward is
20203 t on XEmacs, it means that DEL should delete one character
20204 forward.
20205 (ada-create-menu): Use :included instead of :visible for XEmacs.
20206 New submenu "Options".
20207 (ada-end-stmt-re): Correctly indent "select ... then abort"
20208 statements.
20209 (ada-fill-comment-paragraph): Correctly delete all leading '--'
20210 even if they don't match ada-fill-comment-prefix Fix handling of
20211 paragraphs on the first or last line of a file.
20212 (ada-format-paramlist): Fix handling of default parameter values.
20213 (ada-get-body-name): New function.
20214 (ada-get-current-indent): Optimized by searchling directly for an
20215 existing generic part or a statement outside of it. Handle
20216 ada-indent-align-comments when indenting comments Replaced some
20217 regexps by testing directly the next character. This results in a
20218 huge speedup on some files. New indentation scheme for renames
20219 statements. Stop looking for the 'while' or 'for' associated with
20220 a 'loop' at the first semicolon encountered. A "return" can also
20221 match an anonymous access subprogram declaration.
20222 (ada-get-indent-noindent): Ignore strings and comments when
20223 looking for the keywords "record" and "private".
20224 (ada-goto-matching-decl-start): When matching "if", make sure we
20225 are not in fact seeing "end if". Ignore "when" statements except
20226 when initial keyword was "begin". Fix handling of nested
20227 procedures. Add a recursive call to this function to skip over
20228 other 'end' statmts. Fix indentation for "when .. => begin"
20229 (ada-in-open-paren-p): Fix indentation for complex boolean
20230 expressions, where 'and then', 'or else' and parenthesis
20231 statements are mixed up.
20232 (ada-in-paramlist-p): Skip comments while searching for the
20233 beginning Fix handling of operator declarations.
20234 (ada-indent-align-comments): New variable
20235 (ada-indent-current): Change the syntax table only in the
20236 protected section, so that we are sure it is restored correctly.
20237 (ada-indent-on-previous-lines): Use ada-use-indent and
20238 ada-with-indent Correctly indent "select ... then"
20239 (ada-indent-region): Slight speedup.
20240 (ada-indent-renames): New variable.
20241 (ada-last-which-function-subprog, ada-last-which-function-line):
20242 New variables
20243 (ada-looking-at-semi-private): Correctly indent the 'private'
20244 keyword when it is the first word in a package declaration.
20245 (ada-loose-case-word): Stop searching if at the end of the buffer.
20246 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
20247 even if point is not initially at the end of the word.
20248 (ada-matching-decl-start-re): Add "when".
20249 (ada-mode): Add support for abbrev-mode, outline-mode and
20250 which-func-mode Override the old find-file.el entry in
20251 ff-special-constructs since it is using the obsolete
20252 ada-spec-suffix variable
20253 (ada-no-auto-case): New function
20254 (ada-scan-paramlist): When parsing the argument type, accept
20255 spaces (as in "X 'Class", generated by Rational Rose).
20256 (ada-other-file-name): No longer loads the other file.
20257 (ada-popup-menu): Save and restore the current buffer and cursor
20258 position before and after displaying the menu.
20259 (ada-search-ignore-complex-boolean): New function.
20260 (ada-uncomment-region): Emacs21 already knows how to delete
20261 comments not starting in the first column.
20262 (ada-use-indent): New variable
20263 (ada-which-function): New function.
20264 (ada-with-indent): New variable
20265 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
20266 can be batch-compiled from the command line.
20267
20268 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
20269 Add to the menu when the file is loaded, not in ada-mode-hook.
20270 Add -toolbar to the default ddd command Switches moved from
20271 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
20272 ada-prj-default-comp-opt
20273 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
20274 Reference Manual to the menu
20275 (ada-check-current): rewritten as a call to ada-compile-current
20276 (ada-compile): Removed.
20277 (ada-compile-application, ada-compile-current, ada-check-current):
20278 Set the compilation-search-path so that compile.el automatically
20279 finds the sources in src_dir. Automatic scrollong of the
20280 compilation buffer. C-uC-cC-c asks for confirmation before
20281 compiling
20282 (ada-compile-current): New parameter, prj-field
20283 (ada-complete-identifier): Load the .ali file before doing
20284 processing
20285 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
20286 conform to gnatmake's behavior.
20287 (ada-find-file-in-dir): New function
20288 (ada-find-references): Set the environment variables for gnatfind
20289 (ada-find-src-file-in-dir): New function.
20290 (ada-first-non-nil): Removed
20291 (ada-gdb-application): Add support for jdb, the java debugger.
20292 (ada-get-ada-file-name): Load the original-file first if not done
20293 yet.
20294 (ada-get-all-references): Handles the new ali syntax (parent types
20295 are found between <>).
20296 (ada-initialize-runtime-library): New function
20297 (ada-mode-hook): Always load a project file when a file is opened,
20298 so that the casing exceptions are correctly read.
20299 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
20300 (ada-parse-prj-file): Use find-file-noselect instead of find-file
20301 to open the project file, since the latter does not work with
20302 speedbar Get default values before loading the prj file, or the
20303 default executable file name is wrong. Use the absolute value of
20304 src_dir to initialize ada-search-directories and
20305 compilation-search-path,... Add the standard runtime library to
20306 the search path for find-file.
20307 (ada-prj-default-debugger): Was missing an opening '{'
20308 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
20309 variables.
20310 (ada-prj-default-gnatmake-opt): New variable
20311 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
20312 buffers, the project file is the default one Save the windows
20313 configuration before displaying the menu.
20314 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
20315 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
20316 ...) regexp-quote identifiers names to support operators +,
20317 -,... in regexps.
20318 (ada-remote): New function.
20319 (ada-run-application): Erase the output buffer before starting the
20320 run Support remote execution of the application. Use
20321 call-process, or the arguments are incorrectly parsed
20322 (ada-set-default-project-file): Reread the content of the active
20323 project file, not the one from the current buffer When a project
20324 file is set as the default project, all directories are
20325 automatically associated with it.
20326 (ada-set-environment): New function
20327 (ada-treat-cmd-string): New special variable ${current}
20328 (ada-treat-cmd-string): Revised. The substitution is now done for
20329 any ${...} substring
20330 (ada-xref-current): If no body was found, compiles the spec
20331 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
20332 compiler to get rid of command line length limitations.
20333 (ada-xref-get-project-field): New function
20334 (ada-xref-project-files): New variable
20335 (ada-xref-runtime-library-specs-path)
20336 (ada-xref-runtime-library-ali-path): New variables
20337 (ada-xref-set-default-prj-values): Default run command now does a
20338 cd to the build directory. New field: main_unit Provide a default
20339 file name even if the current buffer has no prj file.
20340
20341 * ada-prj.el:
20342 Rewritten to show a tabbed-dialog.
20343 (ada-prj-add-ada-menu): Remove the map and name parameters.
20344 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
20345 New function
20346 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
20347 (ada-prj-load-from-file): New function
20348 (ada-prj-save): Always save fields that depend on the current buffer
20349 (ada-prj-show-value): New function
20350
20351 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
20352 Ada mode. This will allow us to display the Ada menu in any buffer
20353 we want (for project items).
20354 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
20355 number of spaces in the header.
20356
20357 2000-07-24 Dave Love <fx@gnu.org>
20358
20359 * ediff-init.el (ediff-region-help-echo): Bind face-help.
20360
20361 2000-07-23 Noah Friedman <friedman@splode.com>
20362
20363 * type-break.el (type-break): perform autosave.
20364 Suggested by Stephen Gildea <gildea@stop.mail-abuse.org>.
20365 (type-break-do-query): Cancel query schedule while performing
20366 actual query, to avoid possibility of a second query being made
20367 while first one is already in progress.
20368 (type-break-time-stamp-format): New variable.
20369 (type-break-time-stamp): New function.
20370 (type-break-time-warning): Use it.
20371 (type-break-keystroke-warning): Use it.
20372 (type-break-noninteractive-query): Use it.
20373
20374 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
20375 cookie.
20376 Use add-minor-mode to set minor-mode-alist, if available.
20377 (eldoc-echo-area-use-multiline-p): New user option.
20378 (eldoc-echo-area-multiline-supported-p): New variable.
20379 (eldoc-docstring-format-sym-doc): Use them.
20380 (eldoc-mode): If not using idle timers, append to local post and
20381 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
20382 (eldoc-display-message-no-interference-p): Don't interfere with
20383 edebug.
20384 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
20385 (eldoc-function-arglist): New function.
20386 (eldoc-function-argstring): Use it.
20387
20388 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
20389 auto save directory exists before calling directory-files.
20390
20391 2000-07-23 Dave Love <fx@gnu.org>
20392
20393 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
20394 ^o, ^u.
20395
20396 2000-07-21 Dave Love <fx@gnu.org>
20397
20398 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
20399 now passed to the function. It now works properly.
20400
20401 * smerge-mode.el (smerge-mode-menu): Fill it out.
20402
20403 2000-07-20 Gerd Moellmann <gerd@gnu.org>
20404
20405 * info-look.el (info-lookup): If *info* is shown in another frame
20406 on the same display, select that frame, instead of switching to
20407 the Info buffer in another window of the selected frame.
20408
20409 * simple.el (universal-argument-map): Bind numeric keypad keys
20410 kp-0 to kp-9 and kp-subtract.
20411 (digit-argument): Handle these keys.
20412
20413 2000-07-20 Dave Love <fx@gnu.org>
20414
20415 * net/goto-addr.el (goto-address-fontify): Don't bother with
20416 buffer-modified and read-only stuff -- irrelevant with overlays.
20417 Put an extra property on the overlays and use it to clean up in
20418 case goto-address is re-run.
20419
20420 2000-07-19 Richard M. Stallman <rms@gnu.org>
20421
20422 * timer.el (run-with-idle-timer): Doc fix.
20423
20424 * mail/mail-utils.el (mail-strip-quoted-names):
20425 Handle case where <...> appears inside "...".
20426 Use replace-match to edit the string more simply.
20427 (rmail-dont-reply-to): Cope with an unmatched ".
20428
20429 2000-07-19 Dave Love <fx@gnu.org>
20430
20431 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
20432 implementation.
20433
20434 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
20435 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
20436 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
20437
20438 2000-07-19 Gerd Moellmann <gerd@gnu.org>
20439
20440 * textmodes/refer.el: Correct maintainer's email address.
20441
20442 * progmodes/hideif.el: Correct author's email address.
20443 Fix typo in comment.
20444
20445 * xml.el: New file.
20446
20447 * mail/mailheader.el: Correct author's mail address.
20448
20449 * gnus/parse-time.el: Correct author's mail address.
20450
20451 2000-07-19 Colin Walters <walters@cis.ohio-state.edu>
20452
20453 * comint.el (comint-highlight-input, comint-highlight-face):
20454 New user options.
20455 (comint-input-ring-file-name): Change custom type.
20456 (comint-mode-map): Bind mouse-2.
20457 (comint-insert-clicked-input): New function.
20458 (comint-send-input): Handle input highlighting.
20459
20460 2000-07-18 Stefan Monnier <monnier@cs.yale.edu>
20461
20462 * mouse.el (popup-menu): New function.
20463 (mouse-major-mode-menu): Use it.
20464
20465 2000-07-18 Dave Love <fx@gnu.org>
20466
20467 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
20468 improvements.
20469
20470 2000-07-18 Gerd Moellmann <gerd@gnu.org>
20471
20472 * faces.el (face-font-selection-order)
20473 (face-font-family-alternatives): Add custom type.
20474
20475 2000-07-18 Dave Love <fx@gnu.org>
20476
20477 * cus-edit.el (custom-variable-reset-saved)
20478 (custom-variable-reset-standard): Remove unused bindings.
20479
20480 * rect.el (open-rectangle-line): Remove unused let.
20481
20482 * hl-line.el (hl-line-highlight): Check hl-line-mode.
20483
20484 2000-07-18 Gerd Moellmann <gerd@gnu.org>
20485
20486 * cdl.el: Fix `Maintainer' keyword.
20487
20488 * play/pong.el: Add author's email address.
20489
20490 2000-07-17 Sam Steingold <sds@gnu.org>
20491
20492 * files.el (insert-directory): Call `split-string' instead of
20493 re-implementing it.
20494
20495 2000-07-18 Gerd Moellmann <gerd@gnu.org>
20496
20497 * mail/vms-pmail.el: Change maintainer to FSF.
20498
20499 * net/goto-addr.el: Change maintainer to FSF.
20500
20501 * info.el (Info-title-face-alist): Removed.
20502
20503 2000-07-18 David Ponce <david@dponce.com>
20504
20505 * recentf.el (recentf-open-files): New command that works like
20506 `recentf-open-more-files', but shows the whole list of files (not just
20507 those omitted from the menu). Useful if you don't use a menu-bar!
20508 (recentf-open-more-files) Modified to use `recentf-open-files'.
20509
20510 (recentf-open-files, recentf-open-more-files)
20511 (recentf-edit-list): Dialogs use `recentf-dialog-mode'
20512
20513 (recentf-dialog-mode): New mode for dialogs. You can now just type
20514 "q" to cancel the dialogs.
20515
20516 2000-07-18 David Ponce <david@dponce.com>
20517
20518 * recentf.el: This is a major update of recentf.el. It adds new
20519 features to better organize the recentf menu and "More..." buffer.
20520
20521 Using new provided menu filtering functions you can now organize the
20522 recent files list:
20523
20524 - by major modes
20525 - by directories
20526 - by user defined rules
20527
20528 Finally, with the new `recentf-filter-changer' customizable filter you
20529 can define a ring of filters and dynamically (via the menu) cycle on
20530 each menu organization in the ring (a la msb).
20531
20532 2000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
20533
20534 * eshell/eshell.el (eshell): Replace links to eshell.info with
20535 links to eshell, to avoid problems on systems where the manual is
20536 installed as `eshell'.
20537 * eshell/esh-cmd.el (eshell-cmd): Ditto.
20538 * eshell/em-smart.el (eshell-smart): Ditto.
20539 * eshell/em-banner.el (eshell-banner): Ditto.
20540 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
20541
20542 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
20543 same-file check in the MS-DOS version (it does support inodes).
20544
20545 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
20546
20547 * eshell/eshell.el (eshell-directory-name):
20548 Run default directory name through convert-standard-filename.
20549
20550 2000-07-18 Kenichi Handa <handa@etl.go.jp>
20551
20552 * international/mule-cmds.el (select-safe-coding-system):
20553 Fix typo in the comment.
20554
20555 * language/european.el (compound-text):
20556 Force katakana-jisx0201 to be designated to G1.
20557
20558 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
20559 Don't translate some national variant characters of latin-jisx0201.
20560 (x-ctext): Force katakana-jisx0201 to be designated to G1.
20561
20562 * international/kkc.el (kkc-after-update-conversion-functions):
20563 New variable.
20564 (kkc-update-conversion): Run functions in it at the tail.
20565
20566 2000-07-16 John Wiegley <johnw@gnu.org>
20567
20568 * lisp/align.el (align-newline-and-indent):
20569 Adding new function. for auto-aligning blocks of code on RET.
20570 (align-region): Fixed badly formatted minibuffer message.
20571
20572 2000-07-17 Kenichi Handa <handa@etl.go.jp>
20573
20574 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
20575 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
20576 the conversion list at first if appropriate.
20577 (kkc-next): Don't update kkc-next-count here.
20578 (kkc-prev): Don't update kkc-prev-count here.
20579 (kkc-show-conversion-list-update): Fix setting up of conversion
20580 list message.
20581
20582 2000-07-16 Stefan Monnier <monnier@cs.yale.edu>
20583
20584 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
20585
20586 2000-07-16 Dave Love <fx@gnu.org>
20587
20588 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
20589 function to be more specific.
20590
20591 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
20592 non-string help-echo.
20593 (widget-types-convert-widget): Defsubst it.
20594 (widget-echo-help): Try to cope with a help-echo function of two
20595 possible sorts.
20596
20597 2000-07-15 Jason Rumney <jasonr@gnu.org>
20598
20599 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
20600 Declare as obsolete.
20601
20602 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
20603
20604 2000-07-14 Gerd Moellmann <gerd@gnu.org>
20605
20606 * hilit-chg.el: Fix typo.
20607
20608 2000-07-14 Dave Love <fx@gnu.org>
20609
20610 * info.el (Info-mode-menu): Fix use of :help, :enable.
20611
20612 2000-07-14 Stefan Monnier <monnier@cs.yale.edu>
20613
20614 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
20615
20616 2000-07-13 Dave Love <fx@gnu.org>
20617
20618 * emacs-lisp/easymenu.el: Doc fixes.
20619 (easy-menu-remove): Defalias to ignore.
20620
20621 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
20622 Call throw correctly.
20623
20624 2000-07-13 Gerd Moellmann <gerd@gnu.org>
20625
20626 * faces.el (frame-background-mode): Doc fix.
20627
20628 * simple.el (eval-expression-print-length): Change custom type to
20629 allow entering nil as value.
20630
20631 2000-07-13 Dave Love <fx@gnu.org>
20632
20633 * progmodes/fortran.el (fortran-imenu-generic-expression):
20634 Change definition layout.
20635 (fortran-mode-menu): Reinstate customize entries.
20636
20637 * cus-edit.el (custom-group-menu-create, customize-menu-create):
20638 Use :filter, per old XEmacs code.
20639
20640 2000-07-12 Gerd Moellmann <gerd@gnu.org>
20641
20642 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
20643 event when deciding what to send to the terminal.
20644
20645 2000-07-12 Dave Love <fx@gnu.org>
20646
20647 * cus-start.el: Add optional version as 4th element of specs and
20648 use it for several things new in v21. Remove load-path. Fix type
20649 of line-number-display-limit.
20650
20651 2000-07-11 Dave Love <fx@gnu.org>
20652
20653 * progmodes/fortran.el: Don't require easymenu.
20654 Use repeat counts in various regexps.
20655 (fortran-mode-syntax-table): Defvar directly.
20656 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
20657 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
20658 Use defvar, not defconst.
20659 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
20660 (fortran-mode): Set fortran-comment-line-start-skip,
20661 fortran-comment-line-start-skip, dabbrev-case-fold-search.
20662 (fortran-comment-indent): Use defsubst.
20663 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
20664 Use fortran-comment-indent, not fortran-comment-indent-function.
20665 (fortran-comment-region, fortran-electric-line-number): Simplify.
20666 (fortran-auto-fill): New function.
20667 (fortran-do-auto-fill): Deleted.
20668 (fortran-find-comment-start-skip):
20669 Check for non-null comment-start-skip.
20670 (fortran-auto-fill-mode, fortran-fill-statement):
20671 Use fortran-auto-fill.
20672 (fortran-fill): Use fortran-auto-fill. Check for null
20673 comment-start-skip. Simplify final clause and use end-of-line finally.
20674
20675 * widget.el (widget-plist-member): New alias.
20676
20677 2000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
20678
20679 * eshell/esh-module.el (toplevel): Reference
20680 byte-compile-current-file only if it is bound.
20681
20682 2000-07-10 Gerd Moellmann <gerd@gnu.org>
20683
20684 * dired.el: Don't require `dired-aux'.
20685
20686 2000-07-10 Miles Bader <miles@lsi.nec.co.jp>
20687
20688 * dired-aux.el (dired-show-file-type): New function.
20689 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
20690 (dired-show-file-type): Add autoload.
20691
20692 2000-07-10 Kenichi Handa <handa@etl.go.jp>
20693
20694 * international/mule-diag.el (describe-font): Adjusted for the
20695 change of fontset-info.
20696 (print-fontset): Likewise.
20697
20698 2000-07-09 Stefan Monnier <monnier@cs.yale.edu>
20699
20700 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
20701
20702 2000-07-07 Gerd Moellmann <gerd@gnu.org>
20703
20704 * bindings.el: Bind `[delete]' to delete-char.
20705
20706 * dired.el (dired-find-alternate-file): New function.
20707 (dired-mode-map): Bind `a' to dired-find-alternate-file.
20708 (toplevel): Require dired-aux when compiling.
20709 (dired-buffers): Move defvar within file to avoid compiler warning.
20710
20711 * info.el (Info-last-search): Variable removed.
20712 (Info-search-history): New variable.
20713 (Info-search): New Info-search-history.
20714
20715 * battery.el, info-look.el: Change author's mail address.
20716
20717 2000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
20718
20719 * mail/rmail.el (rmail-clear-headers): Don't throw an error
20720 if rmail-ignored-headers is nil.
20721 (rmail-retry-failure): Bind rmail-ignored-headers and
20722 rmail-displayed-headers to nil.
20723
20724 2000-07-06 Gerd Moellmann <gerd@gnu.org>
20725
20726 * lpr.el (lpr-page-header-switches): Add `-h' switch.
20727 (print-region-1): Don't hard code `-h' here.
20728
20729 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
20730
20731 2000-07-01 Francesco Potorti` <pot@gnu.org>
20732
20733 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
20734 exim can use "your message" instead of "the message".
20735
20736 2000-07-06 Stefan Monnier <monnier@cs.yale.edu>
20737
20738 * facemenu.el: Docstrings fixes.
20739 (facemenu-get-face): Don't use internal-find-face.
20740 (facemenu-iterate): Rename arg to match the docstring.
20741
20742 * newcomment.el (uncomment-region): Be more careful when skipping
20743 backwards over `=' not to bump into BOBP.
20744
20745 2000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
20746
20747 * ediff-diff.el (ediff-wordify): Use syntax table.
20748 * ediff-init.el (ediff-has-face-support-p): Use
20749 ediff-color-display-p.
20750 (ediff-color-display-p): Use display-color-p, changed to defun
20751 from defsubst.
20752 Got rid of special cases for NeXT and OS/2.
20753 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
20754 face.
20755
20756 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
20757
20758 * emacs-lisp/lucid.el: Require CL.
20759 (copy-tree, remprop): Remove, it's provided by CL.
20760 (map-keymap): Define in terms of cl-map-keymap.
20761 (extent-property, set-extent-end-glyph): New functions.
20762
20763 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
20764
20765 2000-07-05 Gerd Moellmann <gerd@gnu.org>
20766
20767 * Makefile.in (DONTCOMPILE): Add comment that the name may
20768 not be changed without changing the make-dist script.
20769
20770 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
20771 (cl-mapc): Use mapc instead of cl-old-mapc.
20772
20773 2000-07-05 Andrew Innes <andrewi@gnu.org>
20774
20775 * makefile.nt: Add support for `bootstrap' and related targets.
20776
20777 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
20778
20779 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
20780 (easy-menu-do-define): Use `menu-item' format.
20781 Handle case where easy-menu-create-menu returns a symbol.
20782 Manually call the potential top-level filter in the function binding.
20783 (easy-menu-filter-return): New arg NAME.
20784 Convert to a keymap if MENU is an XEmacs menu.
20785 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
20786 (easy-menu-converted-items-table, easy-menu-convert-item):
20787 New var and fun to memoize easy-menu-convert-item-1.
20788 (easy-menu-do-add-item): Use it.
20789 (easy-menu-create-menu): Use easy-menu-convert-item.
20790 Wrap easy-menu-filter-return around any :filter specification.
20791 Don't convert the menu if a filter was specified.
20792 Tell easy-menu-make-symbol not to check for MENU being an expression.
20793 (easy-menu-make-symbol): New arg NOEXP.
20794
20795 2000-07-05 Gerd Moellmann <gerd@gnu.org>
20796
20797 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
20798 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
20799 (eval-defun): If called with prefix arg, instrument code for
20800 Edebug.
20801
20802 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
20803 similar to that of eval-defun.
20804
20805 2000-07-04 Dave Love <fx@gnu.org>
20806
20807 * hl-line.el (hl-line-overlay): Make it permanent-local.
20808
20809 * calendar/todo-mode.el: Replaced with a working version, based on
20810 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
20811
20812 2000-07-03 Miles Bader <miles@lsi.nec.co.jp>
20813
20814 * paths.el (prune-directory-list): New function.
20815 (Info-default-directory-list): Rewritten to more methodically
20816 enumerate a big list of possible info directories (based on the
20817 list used by the standalone info reader).
20818
20819 * info.el (info-initialize): Use prune-directory-list to remove
20820 non-existent directories from Info-directory-list.
20821
20822 * paths.el (Info-default-directory-list): Try a list of possible
20823 info-directories instead of a single one. Add the possible
20824 info directory "/usr/share/info".
20825
20826 * woman.el (woman-man.conf-path): Explicitly include the debian
20827 man-db config file "/etc/manpath.config".
20828 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
20829 are present in `manpath.config'.
20830 (woman-manpath): Include "/usr/share/man".
20831
20832 2000-07-03 Gerd Moellmann <gerd@gnu.org>
20833
20834 * frame.el (blink-cursor-mode): Don't hide cursor initially.
20835
20836 * startup.el (command-line): Initialize blink-cursor based
20837 on window-system.
20838
20839 * frame.el (blink-cursor): Default to nil if not running under
20840 a window-system.
20841
20842 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
20843 (face-x-resources): Remove duplicate entry for :font.
20844
20845 * textmodes/refer.el (refer-find-entry-internal): Use some-window
20846 instead of cycling through windows with next-window.
20847
20848 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
20849 of cycling through windows with next-window.
20850
20851 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
20852 of cycling through windows with next-window.
20853
20854 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
20855 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
20856 instead of cycling through windows with next-window.
20857
20858 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
20859 instead of cycling through windows with next-window.
20860
20861 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
20862 of cycling through windows with next-window.
20863
20864 * terminal.el (te-process-output): Use walk-windows instead of
20865 cycling through windows with next-window.
20866
20867 * server.el (server-switch-buffer): Use some-window instead of
20868 cycling through windows with next-window.
20869
20870 * window.el (some-window): New function.
20871 (walk-windows): Remove reference to walk-windows-start.
20872
20873 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
20874
20875 2000-07-03 Richard Stallman <rms@gnu.org>
20876
20877 * window.el (walk-windows): Guarantee termination by keeping a list
20878 of all the windows already handled.
20879
20880 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
20881
20882 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
20883 window-system.
20884
20885 * man.el (Man-notify-when-ready): Don't use window-system. If
20886 Man-notify-method is newframe, and the display is not
20887 multi-frame, select the frame created for the man page.
20888 (Man-init-defvars): Doc fix.
20889
20890 2000-06-28 Gerd Moellmann <gerd@gnu.org>
20891
20892 * faces.el (region): Change background color for light background.
20893
20894 * ediff-wind.el (ediff-setup-control-frame): Remove :box
20895 attribute from mode-line face of Ediff control frame.
20896
20897 * replace.el (query-replace-map): Bind `e' like `E'.
20898
20899 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
20900
20901 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
20902 Change name to "Select All".
20903
20904 * dos-fns.el (convert-standard-filename): Fix last change.
20905
20906 2000-06-27 Gerd Moellmann <gerd@gnu.org>
20907
20908 * help.el (describe-variable): Don't insert a second `'s' in front
20909 of the string `value is shown below'. Since the syntax-table is
20910 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
20911 an existing `'s', so that this won't be deleted.
20912
20913 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
20914 * pcmpl-unix.el: New files.
20915
20916 2000-06-26 Stefan Monnier <monnier@cs.yale.edu>
20917
20918 * wid-edit.el (widget-member): Use the new plist-member.
20919
20920 2000-06-26 Gerd Moellmann <gerd@gnu.org>
20921
20922 * replace.el (perform-replace): Undo change of 2000-04-04.
20923 Instead, move backward 1 character at the end of the loop when
20924 necessary.
20925
20926 * faces.el (fringe): Change face for different backgrounds.
20927
20928 * eshell/esh-module.el (toplevel): Load defgroup's differently;
20929 patch from John.
20930
20931 * eshell/*.el: Change spelling of the Free Software Foundation.
20932
20933 * eshell/esh-toggle.el: Removed.
20934
20935 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
20936
20937 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
20938 interactively.
20939
20940 2000-06-26 Alex Schroeder <alex@gnu.org>
20941
20942 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
20943 `define-key'; instead of checking `(emacs-version)' check for
20944 `set-keymap-parent' and `set-keymap-name' directly. Add entries
20945 for `;' and `o' which might be electric.
20946
20947 (sql-electric-stuff): New user option.
20948 (sql-magic-go): New function which uses `sql-electric-stuff'.
20949 (sql-magic-semicolon): New function which uses
20950 `sql-electric-stuff'.
20951
20952 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
20953 is not fboundp.
20954
20955 (sql-oracle-options): New variable.
20956 (sql-oracle): Use it.
20957
20958 (sql-imenu-generic-expression): Doc change.
20959 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
20960 is used.
20961
20962 (sql-informix): Added command line parameter "-" to force
20963 sql-informix-program to use stdout.
20964
20965 2000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
20966
20967 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
20968 (cp864-decode-table): Doc fix.
20969 (cp720-decode-table): New variable, supports the Arabic OEM
20970 codepage used by Windows.
20971 (cp737-decode-table): New, Greek OEM codepage used by Windows.
20972
20973 2000-06-23 Dave Love <fx@gnu.org>
20974
20975 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
20976 (font-lock-fontify-anchored-keywords): Use
20977 line-beginning-position.
20978 (global-font-lock-mode): Use mapc.
20979
20980 2000-06-23 Stefan Monnier <monnier@cs.yale.edu>
20981
20982 * eshell/esh-module.el: Require CL when compiling.
20983
20984 2000-06-23 Gerd Moellmann <gerd@gnu.org>
20985
20986 * comint.el (comint-substitute-in-file-name): Call replace-match
20987 with second and third arg t.
20988
20989 * cus-edit.el (custom-button-face, custom-button-pressed-face):
20990 Specify foreground color.
20991
20992 * faces.el (tool-bar, mode-line, header-line): Specify foreground
20993 color.
20994
20995 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
20996
20997 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
20998 cddr instead of cdddr.
20999
21000 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
21001 instead of copy-list.
21002
21003 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
21004 of copy-list.
21005
21006 * subdirs.el: Add eshell subdirectory.
21007
21008 * eshell: New subdirectory containing the Eshell package.
21009
21010 * pcomplete.el: New file.
21011
21012 2000-06-23 Paul Eggert <eggert@twinsun.com>
21013
21014 * mail/mailpost.el (post-mail-send-it): Make sure file has
21015 proper permissions from birth.
21016
21017 * files.el (basic-save-buffer-2): When temporarily setting
21018 file modes, set them to current modes plus 0200, not to 0777.
21019
21020 * emerge.el (emerge-make-temp-file): Make sure file has proper
21021 permissions from birth.
21022
21023 2000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
21024
21025 * files.el (make-backup-file-name-1): On DOS/Windows, run the
21026 backup file name through convert-standard-filename.
21027
21028 * dos-fns.el (convert-standard-filename): Convert leading
21029 directories as well. When long file names are supported, convert
21030 characters that are invalid in Windows file names.
21031
21032 2000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
21033
21034 * ps-print.el: Fix bug: if ^L is the very first buffer character,
21035 ps-print crashes. New feature: page selection for printing. Create
21036 raw-text-unix coding system for XEmacs. Doc fix.
21037 (ps-print-version): New version number (5.2.3).
21038 (ps-plot-region): Bug fix.
21039 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
21040 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
21041 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
21042 funs.
21043 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
21044 (ps-last-page): New vars.
21045
21046 2000-06-21 Gerd Moellmann <gerd@gnu.org>
21047
21048 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
21049 empty option string.
21050
21051 2000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
21052
21053 * man.el (man): Doc fix.
21054
21055 2000-06-21 Kenichi Handa <handa@etl.go.jp>
21056
21057 * international/mule-cmds.el (set-language-info-alist): Docstring
21058 fixed.
21059
21060 2000-06-20 Gerd Moellmann <gerd@gnu.org>
21061
21062 * version.el (emacs-version): Use ISO date format.
21063
21064 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
21065 instead of `M-backspace'.
21066
21067 * simple.el (turn-off-auto-fill): New function.
21068
21069 2000-06-20 Stefan Monnier <monnier@cs.yale.edu>
21070
21071 * jit-lock.el (with-buffer-prepared-for-jit-lock):
21072 Renamed from with-buffer-prepared-for-font-lock and use
21073 inhibit-modification-hooks rather than setting *-change-functions.
21074 Update all functions to use the new name.
21075 (jit-lock-first-unfontify-pos): New semantics (and doc).
21076 (jit-lock-mode): Make non-interactive.
21077 Don't automatically turn on font-lock.
21078 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
21079 Always use jit-lock-after-change.
21080 Remove and restore font-lock-after-change-function.
21081 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
21082 (jit-lock-after-unfontify-buffer): Remove.
21083 (jit-lock-stealth-fontify):
21084 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
21085 (jit-lock-after-change): Set the `fontified' text-prop to nil.
21086
21087 2000-06-20 Sam Steingold <sds@gnu.org>
21088
21089 * emacs-lisp/cl-indent.el (toplevel): Indent
21090 `print-unreadable-object' properly. Untabify.
21091
21092 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
21093
21094 * textmodes/reftex.el (reftex-find-citation-regexp-format):
21095 Support for bibentry.
21096 (reftex-compile-variables): Fixed problem with end of section-re.
21097
21098 * texmodes/reftex-dcr.el (reftex-view-crossref,
21099 reftex-view-crossref-from-bibtex):
21100 Deal with changed `reftex-find-citation-regexp-format'.
21101 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
21102 Replaced `remprop' with `put'.
21103 (reftex-view-crossref, reftex-view-crossref-when-idle):
21104 Support for bibentry.
21105
21106 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
21107 New entry for bibentry package.
21108
21109 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
21110 Regexp also matches "\nobibliography".
21111
21112 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
21113 Call `reftex-ensure-write-access' before doing anything.
21114 (reftex-ensure-write-access): New function.
21115
21116 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
21117
21118 * progmodes/idlwave.el: File re-installed (update to version 4.2)
21119
21120 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
21121
21122 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
21123
21124 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
21125
21126
21127 2000-06-20 Dave Love <fx@gnu.org>
21128
21129 * faces.el (frame-background-mode): Use set-default, not set, in
21130 setter.
21131 (frame-update-faces, frame-update-face-colors): Define with
21132 defalias.
21133
21134 * enriched.el (enriched-decode-foreground)
21135 (enriched-decode-background): Don't use internal-find-face.
21136
21137 * apropos.el: Doc fixes.
21138
21139 * cus-edit.el (customize-changed-options): Check arg.
21140 (customize-version-lessp): Don't require decimal point.
21141
21142 * custom.el (defcustom, defgroup): Doc fix.
21143
21144 * newcomment.el (comment) <defgroup>: Add :version.
21145 (comment-multi-line): Doc fix.
21146
21147 * emulation/mlsupport.el (define-hooked-local-abbrev,
21148 define-hooked-global-abbrev): Fix, using define-abbrev.
21149
21150 2000-06-19 Gerd Moellmann <gerd@gnu.org>
21151
21152 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
21153 the whole buffer.
21154
21155 2000-06-19 Dave Love <fx@gnu.org>
21156
21157 * menu-bar.el (menu-bar-options-save): New function.
21158 (menu-bar-options-menu): Use it.
21159 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
21160 Simplify.
21161
21162 2000-06-19 Andreas Schwab <schwab@suse.de>
21163
21164 * progmodes/etags.el (tags-query-replace): Put new parameters
21165 START and END at the end, for backward compatibility.
21166
21167 2000-06-19 Kenichi Handa <handa@etl.go.jp>
21168
21169 * international/codepage.el:
21170 (cp-coding-system-for-codepage-1): Delete special codes for
21171 generating xxx-dos coding system because now a CCL based coding
21172 system can handle EOL conversion by default.
21173
21174 * international/mule.el (make-coding-system): Generate subsidiary
21175 coding systems for EOL handling variants even for a CCL based
21176 coding system.
21177
21178 2000-06-19 Kenichi Handa <handa@etl.go.jp>
21179
21180 * international/isearch-x.el (isearch-minibuffer-input-method)
21181 (isearch-minibuffer-input-method-function): These variables
21182 deleted.
21183 (isearch-with-input-method): Don't use the above variables.
21184 (isearch-process-search-multibyte-characters): Likewise. Call
21185 read-string with the arg INHERIT-INPUT-METHOD t.
21186
21187 2000-06-17 Stefan Monnier <monnier@cs.yale.edu>
21188
21189 * font-lock.el (font-lock-after-fontify-buffer)
21190 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
21191
21192 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
21193 Use consistent make-local-variable style for font-lock-fontified.
21194 (jit-lock-fontify-buffer):
21195 Don't bother checking for font-lock-mode and jit-lock-mode.
21196
21197 * time.el: Remove trailing ^M that prevent CVS-merging.
21198
21199 2000-06-16 Gerd Moellmann <gerd@gnu.org>
21200
21201 * Makefile.in (distclean): New target.
21202
21203 2000-06-16 Stefan Monnier <monnier@cs.yale.edu>
21204
21205 * Makefile.in (srcdir): Define for update-subdirs.
21206
21207 2000-06-16 Gerd Moellmann <gerd@gnu.org>
21208
21209 * find-lisp.el: New file.
21210
21211 2000-06-16 Andrew Innes <andrewi@gnu.org>
21212
21213 * time.el (display-time-mail-function): New variable, to allow
21214 external packages to indicate when new mail is available.
21215 (display-time-update): Use it.
21216
21217 2000-06-16 Kenichi Handa <handa@etl.go.jp>
21218
21219 * international/mule.el (mule-version): Change version name to
21220 SAKAKI. AOI has already been used by Meadow.
21221
21222 * international/quail.el (quail-show-guidance-buf): To find the
21223 bottom window (but minibuffer), pay attention to the height of
21224 minibuffer.
21225
21226 2000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
21227
21228 * arc-mode.el (archive-mode-map): Use the new menu-item format for
21229 menu-bar menus. Add help strings. Don't remove the Edit menu
21230 from the menu bar, as the menu bar has enough space now.
21231
21232 * Makefile.in (SHELL): Make sure /bin/sh is used.
21233
21234 * woman.el (woman-man-buffer): Fix bold and underlined CJK
21235 characters, which use series of two ^H characters instead of one.
21236
21237 2000-06-15 Gerd Moellmann <gerd@gnu.org>
21238
21239 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
21240 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
21241 functions.
21242 (Info-find-node-2): Try a case-sensitive search first, then
21243 do a case-insensitive search.
21244
21245 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
21246 tutorials.
21247
21248 * complete.el (PC-env-vars-alist): New variable.
21249 (PC-complete-as-file-name): New function.
21250 (partial-completion-mode): Initialize PC-env-vars-alist from
21251 process-environment.
21252 (PC-do-completion): Handle completion of env vars.
21253
21254 * info.el (Info-set-mode-line): Show file name in mode line,
21255 use `*Info*' instead of `Info:'.
21256
21257 * startup.el (command-line-1): Change copyright messages to year
21258 2000.
21259
21260 2000-06-15 Dave Love <fx@gnu.org>
21261
21262 * net/goto-addr.el (goto-address-fontify): Use keymap property,
21263 not local-map.
21264
21265 2000-06-15 Kenichi Handa <handa@etl.go.jp>
21266
21267 * international/mule.el (set-buffer-file-coding-system): Almost
21268 rewritten to handle `undecided' as no-op.
21269
21270 2000-06-14 Gerd Moellmann <gerd@gnu.org>
21271
21272 * Makefile.in: New file.
21273
21274 * Makefile: Removed.
21275
21276 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
21277 (goto-address-highlight-keymap): Bind C-c RET.
21278
21279 2000-06-14 Kenichi Handa <handa@etl.go.jp>
21280
21281 * mail/sendmail.el (sendmail-send-it): The temporary buffer
21282 inherits buffer-file-coding-system of the current buffer.
21283
21284 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
21285 0. Give correct argument to set-auto-coding-function.
21286 (tar-expunge): For goto-char, use (point-min), not 0.
21287 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
21288 (tar-subfile-save-buffer): Likewize.
21289
21290 * international/mule.el
21291 (after-insert-file-set-buffer-file-coding-system): Call
21292 set-buffer-file-coding-system with the arg FORCE t.
21293
21294 2000-06-13 Gerd Moellmann <gerd@gnu.org>
21295
21296 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
21297 nil. Contemporary sendmails issue an X-Authentication-Warning if
21298 the sender is set with `-f'.
21299
21300 2000-06-13 Dave Love <fx@gnu.org>
21301
21302 * help.el (describe-function-1): Kluge around cases of functions
21303 fset to subrs whose doc doesn't match their symbol-name.
21304
21305 * image.el (insert-image): Default STRING to a space.
21306
21307 * info.el Doc fixes.
21308 (Info-build-node-completions): Match Ref tags.
21309
21310 2000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
21311
21312 * frame.el (display-multi-frame-p, display-multi-font-p): New
21313 defaliases for display-graphic-p.
21314
21315 * hl-line.el: Fixed a typo in commentary.
21316
21317 2000-06-13 Kenichi Handa <handa@etl.go.jp>
21318
21319 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
21320 fixed.
21321
21322 2000-06-12 Dave Love <fx@gnu.org>
21323
21324 * image.el (insert-image): Save a little consing.
21325
21326 2000-06-12 Kenichi Handa <handa@etl.go.jp>
21327
21328 * language/tibet-util.el: Convert all tibetan-1-column characters
21329 to the corresponding tibetan characters.
21330 (tibetan-add-components): Delete code for the special treatment of
21331 'a chung.
21332
21333 * language/tibetan.el (tibetan-composable-pattern): Fix previous
21334 change.
21335 (tibetan-vowel-transcription-alist): More rules added.
21336 (tibetan-composite-vowel-alist): New variable.
21337 (tibetan-precomposition-rule-alist): More rules added.
21338
21339 2000-06-12 Stefan Monnier <monnier@cs.yale.edu>
21340
21341 * startup.el (command-line): Only call menu-bar-mode if interactive.
21342
21343 * thingatpt.el (toplevel symbol-properties):
21344 * textmodes/makeinfo.el (makeinfo-compile):
21345 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
21346 * progmodes/hideif.el (hif-compress-define-list)
21347 (hide-ifdef-use-define-alist):
21348 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
21349 (ange-ftp-vms-add-file-entry):
21350 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
21351 * man.el (Man-build-man-command):
21352 * mail/rnewspost.el (news-reply-header-hook):
21353 * info.el (Info-insert-dir):
21354 * emulation/mlconvert.el (backward-word, forward-word, setq):
21355 * emacs-lisp/gulp.el (gulp-send-requests):
21356 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
21357 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
21358 (byte-optimize-apply, end of file):
21359 * emacs-lisp/advice.el (ad-advice-class-completion-table)
21360 (ad-make-freeze-definition):
21361 * startup.el (command-line, command-line-1): Don't quote lambdas.
21362
21363 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
21364 (cvs-cleanup-removed): New function.
21365 (cvs-cleanup-functions): New var.
21366 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
21367 some flexibility in specifying additional entries to auto-cleanup.
21368 (cvs-quickdir): New function.
21369 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
21370 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
21371 (cvs-mode-find-file): Check that we are on a filename or dirname
21372 when invoked through a mouse-click.
21373 (cvs-full-path): Remove.
21374 (cvs-dired-action): Re-introduced.
21375 (cvs-dired-noselect): Use it.
21376 (vc-post-command-functions): use this new hook if available.
21377
21378 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
21379 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
21380 (cvs-filename-map, cvs-dirname-map): Remove.
21381 (cvs-default-action): Remove.
21382 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
21383 if the arg is really a keymap.
21384 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
21385 Don't hardcode the mapping from state (aka type) to face, but check
21386 the var cvs-fi-<type>-face instead.
21387 (cvs-fileinfo-from-entries): New function.
21388
21389 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
21390 Docstring fix.
21391 (cvs-find-file-and-jump): Change default to be safer.
21392 (cvs-mode-diff-map): Define it as a function as well.
21393 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
21394 Bind mouse-2 in this global map rather than with text-properties.
21395
21396 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
21397 file to resolve the ambiguity between C(conflict) and C(need-merge).
21398
21399 2000-06-12 Kenichi Handa <handa@etl.go.jp>
21400
21401 * international/mule.el (set-buffer-file-coding-system): If
21402 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
21403 unconditionally.
21404
21405 2000-06-12 Dave Love <fx@gnu.org>
21406
21407 * wid-edit.el (widget-specify-button): Really suppress the face if
21408 required.
21409
21410 2000-06-11 Gerd Moellmann <gerd@gnu.org>
21411
21412 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
21413
21414 2000-06-11 Stefan Monnier <monnier@cs.yale.edu>
21415
21416 * imenu.el (imenu-generic-expression): Docstring fix.
21417
21418 * composite.el (composition-function-table): Move the `put'
21419 below the autoload cookie so we can load the file before loaddefs.
21420
21421 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
21422
21423 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
21424 Handle easy-mmode-define-global-mode.
21425 For complex macros like define-minor-mode that can generate
21426 several autoload entries, try to autoload entries in the
21427 macroexpanded code.
21428
21429 * emacs-lisp/easy-mmode.el (define-minor-mode):
21430 If KEYMAP is a symbol, just use it.
21431 Use byte-compile-current-file and load-file-name to infer the
21432 proper :require to pass to defcustom.
21433 Wrap the hook var into `progn' so as not to autoload it.
21434 Add a :autoload-end cookie.
21435 Be more careful about the evaluation of KEYMAP.
21436 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
21437 (define-derived-mode): Move define-abbrev-table outside of defvar.
21438
21439 2000-06-10 Stefan Monnier <monnier@cs.yale.edu>
21440
21441 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
21442 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
21443 (backup-compiled-files): Ignore errors during `tar'.
21444 (bootstrap): Make autoloads before elc files.
21445
21446 2000-06-10 Kenichi Handa <handa@etl.go.jp>
21447
21448 * international/mule.el (set-buffer-file-coding-system): If one of
21449 undecided-XXX is specified, change only EOL conversion.
21450
21451 * international/mule-conf.el (unix): New alias for the coding
21452 system undecided-unix.
21453
21454 2000-06-09 Dave Love <fx@gnu.org>
21455
21456 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
21457
21458 * progmodes/executable.el: Byte compile dynamic.
21459 (executable-insert): Change custom type.
21460 (executable-find): Add autoload cookie.
21461 (executable-make-buffer-file-executable-if-script-p): New
21462 function. After Noah Friedman.
21463
21464 * files.el (after-save-hook): Customize, with
21465 executable-make-buffer-file-executable-if-script-p as an option.
21466
21467 2000-06-09 Kenichi Handa <handa@etl.go.jp>
21468
21469 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
21470 "tib24p-mule.bdf" for Tibetan.
21471
21472 * composite.el (decompose-composite-char): Declare it as obsolete.
21473
21474 * man.el (Man-fontify-manpage): Pay attention to underline and
21475 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
21476
21477 2000-06-08 Gerd Moellmann <gerd@gnu.org>
21478
21479 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
21480 Set maintainer to FSF since author isn't reachable.
21481
21482 2000-06-08 Dave Love <fx@gnu.org>
21483
21484 * international/mule-cmds.el (select-safe-coding-system): If
21485 DEFAULT-CODING-SYSTEM is not specified, also check the most
21486 preferred coding-system if buffer-file-coding-system is
21487 `undecided'. From Handa.
21488
21489 2000-06-08 Kenichi Handa <handa@etl.go.jp>
21490
21491 * international/mule.el
21492 (after-insert-file-set-buffer-file-coding-system): If the buffer
21493 size is greater than INSERTED, judget that we are not visiting.
21494
21495 2000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
21496
21497 * whitespace.el (defgroup whitespace): Comment out `:version'.
21498 XEmacs 20.4 has problems defining the group with this present.
21499 We'll have this commented out till get resolve the problem.
21500
21501 2000-06-07 John Wiegley <johnw@gnu.org>
21502
21503 * align.el (align-dq-string-modes, align-sq-string-modes)
21504 (align-open-comment-modes): Add pyhton-mode.
21505 (align-rules-list): Use get-text-property instead of
21506 text-properties-at.
21507 (align-rules-list): Add python-assignment.
21508 (align-rules-list): Change perl-comma-delimiter to
21509 basic-comma-delimiter. Use if for Perl modes and python-mode.
21510 (align-rules-list): Add python-chain-logic and
21511 basic-line-continuation.
21512
21513 2000-06-07 Jari Aalto <jari.aalto@poboxes.com>
21514
21515 * apropos.el (apropos-mode-hook): New user variable.
21516 (apropos-mode): Run apropos-mode-hook.
21517
21518 2000-06-07 David Ponce <david@dponce.com>
21519
21520 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
21521 commands. Require `wid-edit' at run-time.
21522
21523 2000-06-07 David Ponce <david@dponce.com>
21524
21525 * recentf.el: Added some "Commentary".
21526 (recentf-open-more-files, recentf-edit-list): Minor changes to
21527 move the point at the top of the file list. This behaviour is
21528 consistent with the menu one when the list contains a lot of
21529 files.
21530 (recentf-cleanup): Now displays the number of items removed from
21531 the list.
21532 (recentf-relative-filter) New menu filter to show filenames
21533 relative to `default-directory'.
21534
21535 2000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
21536
21537 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
21538 with/without giving an error if PostScript printer doesn't have this
21539 kind of page size. Zebra Stripe continues or restarts on next page.
21540 Manual/automatic paper feeding. Switch or not the header.
21541 (ps-print-version): New version number (5.2.2).
21542 (ps-windows-system): Include emx as a Windows system.
21543 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
21544 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
21545 (ps-background-text): Code fix.
21546 (ps-error-handler-message, ps-user-defined-prologue)
21547 (ps-print-prologue-header, ps-printer-name)
21548 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
21549 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
21550 (ps-use-face-background): Customization fix.
21551 (ps-n-up-database): Data fix.
21552 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
21553 (ps-switch-header): New vars.
21554 (ps-xemacs-color-name, ps-face-foreground-name)
21555 (ps-face-background-name, ps-boolean-constant): New funs.
21556
21557 2000-06-07 Dave Love <fx@gnu.org>
21558
21559 * allout.el: New version from Manheimer.
21560
21561 2000-06-07 Kenichi Handa <handa@etl.go.jp>
21562
21563 * textmodes/fill.el (fill-find-break-point): Check the validity of
21564 charset.
21565
21566 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
21567
21568 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
21569 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
21570 Call display-color-p and display-mouse-p instead of looking at
21571 window-system.
21572
21573 2000-06-06 Dave Love <fx@gnu.org>
21574
21575 * image.el (find-image): Doc fix. Return nil if image not found.
21576 (put-image, insert-image): Make STRING arg optional.
21577
21578 2000-06-06 Kenichi Handa <handa@etl.go.jp>
21579
21580 * language/vietnamese.el: Remove eval-when-compile.
21581 (viet-viscii-nonascii-translation-table): Define it as a
21582 translation table made from viet-viscii-decode-table.
21583 (viet-viscii-encode-table): Define it as a translation table made
21584 from the reverse map of above.
21585 (viet-vscii-nonascii-translation-table): Define it as a
21586 translation table made from viet-vscii-decode-table.
21587 (viet-vscii-encode-table): Define it as a translation table made
21588 from the reverse map of above.
21589 (ccl-decode-viscii): Use translate-character.
21590 (ccl-encode-viscii, ccl-encode-viscii-font)
21591 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
21592 Likewize.
21593
21594 * language/cyrillic.el: Remove eval-when-compile.
21595 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
21596 translation table made from cyrillic-koi8-r-decode-table.
21597 (cyrillic-koi8-r-encode-table): Define it as a translation table
21598 made from the reverse map of above.
21599 (ccl-decode-koi8): Use translate-character.
21600 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
21601 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
21602 a translation table made from cyrillic-alternativnyj-decode-table.
21603 (cyrillic-alternativnyj-encode-table): Define it as a translation
21604 table made from the reverse map of above.
21605 (ccl-decode-alternativnyj): Use translate-character.
21606 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
21607 Likewize
21608
21609 * international/mule-diag.el (non-iso-charset-alist): Specify
21610 translation table symbol instead of translation table itself.
21611 (list-block-of-chars): CHARSET may be a translation table symbol.
21612
21613 * international/mule.el (make-coding-system): If CODING-SYSTEM
21614 already exists, override it.
21615
21616 * international/fontset.el: Use family `proportional' for Tibetan
21617 fonts.
21618
21619 * international/ccl.el (ccl-compile-translate-character): Don't
21620 check if Rrr has property translation-table.
21621 (ccl-compile-map-multiple): Modified to avoid compiler warning.
21622
21623 2000-06-05 Gerd Moellmann <gerd@gnu.org>
21624
21625 * info.el: Bind case-fold-search to t when searching in case
21626 a user sets it to nil in a hook.
21627
21628 2000-06-05 Stefan Monnier <monnier@cs.yale.edu>
21629
21630 * autoarg.el (autoarg-mode, autoarg-kp-mode):
21631 * hl-line.el (hl-line-mode): Use the new :global key argument.
21632
21633 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
21634 (tar-clip-time-string): Prepend a space.
21635 (tar-grind-file-mode): Construct a string rather than modifying one.
21636 (tar-header-block-summarize): Fix docstring.
21637 Use `format' rather than an error-prone set of copy-loops.
21638
21639 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
21640 (diff-goto-source, diff-unified->context, diff-context->unified)
21641 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
21642 understand the format output by the `-p' argument to diff.
21643
21644 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
21645 (sh-re-done): Use defconst.
21646 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
21647 (sh-help-string-for-variable, sh-guess-basic-offset):
21648 Don't quote lambdas.
21649 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
21650 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
21651
21652 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
21653 (mh-letter-mode): Derive from text-mode.
21654 This implicitly means that it now calls kill-all-local-variables.
21655 Also remove the Emacs-18 compatibility code.
21656
21657 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
21658 Make use of symbol-property doc-string-elt.
21659 Use memq rather than a sequence of eq.
21660 (doc-string-elt): Fix the wrong or missing previously unused values.
21661 (autoload-print-form): New function extracted from
21662 generate-file-autoloads to allow recursion when handling progn
21663 so that defvar's and defun's docstrings are properly printed.
21664 (generate-file-autoloads): Use it.
21665
21666 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
21667 Use find-file-hooks in the minor-mode function.
21668 Be careful not to loop indefinitely in the post-command-hook function.
21669
21670 2000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
21671
21672 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
21673 tty's.
21674 * ediff-diff.el (ediff-exec-process): Use --binary for fine
21675 differences whenever appropriate.
21676 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
21677 * viper.el (find-file, find-file-other-window): Get viper to do
21678 wildcards.
21679
21680 2000-06-04 Stefan Monnier <monnier@cs.yale.edu>
21681
21682 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
21683 (jit-lock-fontify-buffer): New function for JIT refontification.
21684 (jit-lock-mode): Fix docstring.
21685 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
21686 Remove jit-lock-after-change from the _local_ hook.
21687 (jit-lock-function-1): Fix docstring.
21688
21689 * info.el (Info-on-current-buffer): Initialize info.
21690
21691 * newcomment.el (comment-indent): Ignore comment-indent-hook.
21692
21693 * progmodes/tcl.el (tcl-indent-for-comment):
21694 Ignore comment-indent-hook.
21695
21696 * emacs-lisp/easy-mmode.el: Require CL during compilation.
21697 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
21698 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
21699 and improve to use the lighter to guess the capitalization.
21700 (define-minor-mode): Inline code from easy-mmode-define-toggle.
21701 Add keyword arguments to specify global-ness or the custom group.
21702 Add local-map and help-echo properties to the lighter.
21703 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
21704 (easy-mmode-define-global-mode): New macro.
21705
21706 2000-06-02 Dave Love <fx@gnu.org>
21707
21708 * wid-edit.el: byte-compile-dynamic since we typically don't use
21709 all the widgets. Don't require cl or widget. Remove
21710 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
21711 (widget-read-event): Removed. Callers changed to use read-event.
21712 (widget-button-release-event-p): Renamed from
21713 button-release-event-p.
21714 (widget-field-add-space, widget-field-use-before-change):
21715 Uncustomize.
21716 (widget-specify-field): Use keymap property, not local-map.
21717 (widget-specify-button): Obey :suppress-face.
21718 (widget-specify-insert): Use modern backquote syntax.
21719 (widget-image-directory): Renamed from widget-glyph-directory.
21720 (widget-image-enable): Renamed from widget-glyph-enable.
21721 (widget-image-find): Replaces widget-glyph-find.
21722 (widget-button-pressed-face): Move defvar.
21723 (widget-image-insert): Replaces widget-glyph-insert.
21724 (widget-convert): Use keywordp.
21725 (widget-leave-text, widget-children-value-delete): Use mapc.
21726 (widget-keymap): Remove XEmacs stuff.
21727 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
21728 (widget-button-click): Don't set point at the click, but re-centre
21729 if we scroll out of window. Rewritten for images v. glyphs &c.
21730 (widget-tabable-at): Use POS arg, not point.
21731 (widget-beginning-of-line, widget-end-of-line)
21732 (widget-item-value-create, widget-sublist, widget-princ-to-string)
21733 (widget-sexp-prompt-value, widget-echo-help): Simplify.
21734 (widget-default-create): Use widget-image-insert; some rewriting.
21735 (widget-visibility-value-create)
21736 (widget-push-button-value-create, widget-toggle-value-create): Use
21737 widget-image-insert.
21738 (checkbox): Create on and off images dynamically.
21739 (documentation-link): Change :help-echo.
21740 (widget-documentation-link-echo-help): Remove.
21741
21742 2000-06-02 Stefan Monnier <monnier@cs.yale.edu>
21743
21744 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
21745
21746 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
21747 (easy-mmode-define-toggle, define-minor-mode): Use it.
21748 (easy-mmode-define-keymap): Docstring fix.
21749 (define-derived-mode): Default PARENT to fundamental-mode.
21750 Add the derived-mode-parent symbol-property.
21751 (easy-mmode-derived-mode-p): New function.
21752
21753 2000-06-02 Dave Love <fx@gnu.org>
21754
21755 * files.el (convert-standard-filename): Doc fix.
21756 (normal-backup-enable-predicate): New function.
21757 (backup-enable-predicate): Use it to replace the lambda form.
21758
21759 * calendar/todo-mode.el: [This needs more work on the outline
21760 stuff.] Doc fixes.
21761 (todo) <defgroup>: Add :version.
21762 (todo-add-category): Don't use pushnew.
21763 (todo-cmd-raise): Fix typo.
21764 (todo-top-priorities): Change temp buffer name.
21765 (todo-category-alist): Avoid redundant lambda.
21766 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
21767 Use outline-next-heading.
21768
21769 * autoarg.el: Rewritten to use define-minor-mode.
21770 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
21771 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
21772
21773 2000-06-02 Kenichi Handa <handa@etl.go.jp>
21774
21775 * isearch.el (isearch-other-meta-char): Fix previous change.
21776
21777 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
21778
21779 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
21780 (log-edit-done): Only add the comment to the ring if it's different
21781 from the last comment entered.
21782
21783 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
21784
21785 2000-06-01 Dave Love <fx@gnu.org>
21786
21787 * hl-line.el: Rewritten using define-minor-mode.
21788
21789 * help.el (describe-function-1): Distinguish special form from
21790 builtin function. Sanity-check presence of arglist for builtins.
21791
21792 2000-06-01 Kenichi Handa <handa@etl.go.jp>
21793
21794 * international/characters.el: Fix syntax/category setting of
21795 Tibetan characters.
21796
21797 * language/tibet-util.el (tibetan-add-components): Fixes for new
21798 encoding of Tibetan characters.
21799 (tibetan-decompose-precomposition-alist): New variable.
21800 (tibetan-decompose-region): Convert precomposed characters to
21801 non-precomposed characters.
21802 (tibetan-decompose-string): Likewise.
21803 (tibetan-composition-function): Fix args to
21804 thibetan-compose-string.
21805
21806 * language/tibetan.el (tibetan-composable-pattern): More
21807 characters included.
21808 (tibetan-consonant-transcription-alist): Rule for "R" added.
21809 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
21810 "+R" added.
21811 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
21812
21813 * language/lao-util.el (lao-composition-function): Fix args to
21814 compose-string.
21815
21816 * language/thai-util.el (thai-composition-function): Fix args to
21817 compose-string.
21818
21819 * isearch.el (isearch-update): Set disable-point-adjustment to t
21820 to prevent the point moving to the end of a composition when a
21821 part of a composition is searched.
21822 (isearch-other-meta-char): If the key invoking this command can be
21823 mapped by function-key-map to a printing char, call
21824 isearch-process-search-char directly.
21825
21826 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
21827
21828 * emacs-lisp/bytecomp.el:
21829 * frame.el:
21830 * international/mule-cmds.el:
21831 * international/mule-util.el:
21832 * international/mule.el:
21833 * mouse.el:
21834 * subr.el:
21835 * faces.el: Update calls to make-obsolete with a WHEN argument.
21836
21837 * byte-run.el (make-obsolete, make-obsolete-variable):
21838 Add an optional WHEN argument and change the format of the
21839 symbol-property information.
21840 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
21841 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
21842 new obsolete-symbol-property format and print WHEN if it is provided.
21843
21844 2000-05-31 Dave Love <fx@gnu.org>
21845
21846 * loadhist.el (loadhist-hook-functions): Remove
21847 before-change-function, after-change-function.
21848 (unload-feature): Deal with symbols which are both bound and
21849 fbound.
21850
21851 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
21852 before-change-function, after-change-function.
21853
21854 * simple.el (newline): Don't bind before-change-function,
21855 after-change-function.
21856
21857 2000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
21858
21859 * whitespace.el (whitespace-rescan-timer-time): Update interval
21860 set to 600 seconds (10 minutes) instead of 60 seconds since
21861 a large number of whitespace buffers causes emacs to `freeze'
21862 for a considerable amount of time.
21863
21864 * whitespace.el: Updated email address
21865
21866 2000-05-31 Dave Love <fx@gnu.org>
21867
21868 * add-log.el (change-log-font-lock-keywords) <function>: Add
21869 pattern for function of change.
21870 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
21871 acknowledgements patterns.
21872
21873 2000-05-31 Kenichi Handa <handa@etl.go.jp>
21874
21875 * isearch.el (isearch-printing-char): If keyboard coding system is
21876 being used, call isearch-process-search-multibyte-characters.
21877
21878 * international/isearch-x.el: Mostly rewritten.
21879
21880 * international/quail.el (quail-start-conversion): Don't include
21881 unhandled events in the returned events, but set them in
21882 unread-command-events. Exit if all inputs are deleted.
21883
21884 2000-05-30 Jason Rumney <jasonr@gnu.org>
21885
21886 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
21887
21888 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
21889 Reenable code to create initial fontsets.
21890 Use set-fontset-font in place of put-charset-property.
21891
21892 2000-05-30 Gerd Moellmann <gerd@gnu.org>
21893
21894 * progmodes/perl-mode.el (perl-indent-line): When looking for a
21895 label, ensure that the first colon isn't followed by another.
21896
21897 * paths.el (Info-default-directory-list): Doc fix.
21898
21899 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
21900 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
21901 send a query containing USER only, not USER@HOST.
21902
21903 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
21904 and rmail-msgend to compute the restriction at the end, instead of
21905 computing it.
21906
21907 2000-05-29 Gerd Moellmann <gerd@gnu.org>
21908
21909 * dabbrev.el (dabbrev-expand): Don't display messages in the
21910 echo area if the minibuffer window is active.
21911
21912 * jit-lock.el (jit-lock-mode): Add after change function to
21913 local hook.
21914
21915 2000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
21916
21917 * antlr-mode.el: New commands: hide/unhide actions,
21918 upcase/downcase literals.
21919 (antlr-tiny-action-length): New user option.
21920 (antlr-hide-actions): New command. Suggested by
21921 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
21922 (antlr-mode-map): New binding [C-c C-v].
21923 (antlr-mode-menu): New entries.
21924 (antlr-downcase-literals): New command.
21925 (antlr-upcase-literals): Ditto.
21926
21927 * antlr-mode.el: Minor changes: indendation, mode-name.
21928 (antlr-indent-line): Indent cpp directive at column 0.
21929 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
21930
21931 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
21932 (antlr-font-lock-additional-keywords): Workaround for intentional
21933 bug in XEmacs version of font-lock.
21934 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
21935 be used by a smarter version of `buffers-menu-grouping-function'.
21936
21937 2000-05-29 Gerd Moellmann <gerd@gnu.org>
21938
21939 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
21940 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
21941
21942 2000-05-29 Kenichi Handa <handa@etl.go.jp>
21943
21944 * international/encoded-kb.el
21945 (encoded-kbd-iso2022-designation-map): Pay attention to that
21946 charset-iso-final-char return -1 for eight-bit-control and
21947 eight-bit-graphic.
21948
21949 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
21950
21951 * speedbar.el (speedbar-use-images, speedbar-update-flag)
21952 (speedbar-easymenu-definition-base): Use display-graphic-p where
21953 available, instead of window-system.
21954
21955 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
21956
21957 * international/codepage.el (cp-coding-system-for-codepage-1): Add
21958 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
21959 coding systems.
21960
21961 2000-05-26 Dave Love <fx@gnu.org>
21962
21963 * disp-table.el (standard-display-underline): Don't use
21964 internal-find-face.
21965
21966 * mail/reporter.el: Maintainer change. Doc fixes.
21967 (reporter-version): Deleted.
21968
21969 * emacs-lisp/elp.el: Maintainer change.
21970 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
21971
21972 2000-05-26 Stefan Monnier <monnier@cs.yale.edu>
21973
21974 * add-log.el (add-change-log-entry): Merge the current entry with the
21975 previous one if the previous one is empty.
21976
21977 2000-05-26 Dave Love <fx@gnu.org>
21978
21979 * loadhist.el (unload-feature): Fix interactive spec [from
21980 lijnzaad@ebi.ac.uk].
21981
21982 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
21983 subr-arity to check primitives.
21984 (byte-compile-flush-pending, byte-compile-file-form-progn)
21985 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
21986 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
21987 mapcar.
21988
21989 2000-05-26 Kenichi Handa <handa@etl.go.jp>
21990
21991 * international/fontset.el: Set family names of non-latin charsets
21992 in default fontset to "*".
21993
21994 * international/mule-diag.el (print-fontset): Combine family part
21995 and registry part of the fontname by "-*-" instead of "-".
21996
21997 * international/mule-cmds.el (encode-coding-char): Make strings
21998 multibyte before calling encode-coding-string.
21999
22000 2000-05-25 Stefan Monnier <monnier@cs.yale.edu>
22001
22002 * derived.el: Fix keywords.
22003 (define-derived-mode): Only define if needed.
22004
22005 * simple.el (fill-comment, comment-column, comment-start)
22006 (comment-start-skip, comment-end, comment-indent-function)
22007 (block-comment-start, block-comment-end, indent-for-comment)
22008 (set-comment-column, kill-comment, comment-padding, comment-region)
22009 (comment-multi-line, indent-new-comment-line): Remove.
22010
22011 * bindings.el (esc-map): Change ; to comment-dwim and use the new
22012 function names for comment operations.
22013
22014 * newcomment.el: Add abundant autoload cookies.
22015 (comment-style): Don't depend on runtime data at compile-time.
22016 (comment-indent-hook): Remove.
22017 (comment-indent): Check if comment-indent-hook is bound.
22018 (comment-region): Docstring fix.
22019
22020 2000-05-25 Dave Love <fx@gnu.org>
22021
22022 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
22023 byte-code-function-p.
22024
22025 * mail/rmailsum.el: Add provide.
22026
22027 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
22028
22029 * smerge-mode.el (smerge-diff-switches): Don't use list* in
22030 defcustom.
22031
22032 2000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
22033
22034 * ediff-diff.el (ediff-exec-process): delete --binary option from
22035 non-buffer ediff jobs.
22036
22037 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
22038
22039 * hilit-chg.el (highlight-changes-mode): Ask about color or
22040 grayscale support, not about window-system.
22041
22042 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
22043 window-system.
22044 (ffap-highlight): Always default to t.
22045
22046 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
22047 display-popup-menus-p instead of looking at window-system.
22048
22049 * disp-table.el (standard-display-g1, standard-display-graphic):
22050 Only refuse to use string glyphs on X and MS-Windows.
22051
22052 * avoid.el: Remove window-system from commentary, suggest to use
22053 display-*-p instead.
22054
22055 * apropos.el (apropos-print): Use display-mouse-p instead of
22056 window-system.
22057
22058 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
22059
22060 * international/codepage.el (cp-decoding-vector-for-codepage):
22061 Fill up unsupported characters with their own codes. From Kenichi
22062 Handa.
22063
22064 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
22065
22066 * international/mule-diag.el (describe-char-after): Use
22067 display-graphic-p instead of window-system, so that this function
22068 works on MS-DOS.
22069
22070 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
22071
22072 * international/codepage.el (cp-make-coding-systems-for-codepage):
22073 Remove the eight-bit-graphic and eight-bit-control charsets from
22074 the list of charsets which we convert into `?'.
22075
22076 2000-05-25 Kenichi Handa <handa@etl.go.jp>
22077
22078 * international/mule-conf.el: Specify CHARSET-ID explicitely for
22079 private charsets.
22080 (mule-unicode-0100-24ff, japanese-jisx0213-1,
22081 japanese-jisx0213-2): New charsets.
22082
22083 * international/fontset.el: Setup default fontset for new charsets.
22084
22085 2000-05-24 Dave Love <fx@gnu.org>
22086
22087 * info.el (Info-find-node-2): Restructure [following "Vadim
22088 S. Solomin" <sovs@uic.nnov.ru>].
22089
22090 * icomplete.el: Fix header for Finder.
22091
22092 2000-05-24 Eric M. Ludlam <zappo@ultranet.com>
22093
22094 * rmailout.el (rmail-output-to-rmail-file): Added optional param
22095 STAY.
22096
22097 * rmail.el (rmail-automatic-folder-directives): New user variable.
22098 (rmail-show-message): Add call to `rmail-auto-file' during
22099 display.
22100 (rmail-auto-file): New function.
22101
22102 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
22103
22104 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
22105 account.
22106 (ediff-test-utility,ediff-diff-mandatory-option)
22107 (ediff-reset-diff-options): Utilities for proper initialization of
22108 ediff-diff-options and ediff-diff3-options on Windows.
22109
22110 * ediff-init.el (ediff-merge-filename-prefix): New customizable
22111 variable.
22112
22113 * ediff-mult.el (ediff-filegroup-action): Use
22114 ediff-merge-filename-prefix.
22115
22116 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
22117
22118 * viper-ex.el (ex-write): Set selective display to nil.
22119
22120 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
22121
22122 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
22123 aliases for hebrew-iso-8bit.
22124
22125 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
22126
22127 * woman.el: New version from Francis J. Wright
22128 <F.J.Wright@Maths.QMW.ac.uk>.
22129 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
22130 names in environment variables regardless of the path separator.
22131 (woman-topic-all-completions-1): Don't call file-name-directory-p
22132 on all files, since woman-file-regexp already filters out any
22133 directories.
22134
22135 2000-05-24 Kenichi Handa <handa@etl.go.jp>
22136
22137 * international/quail.el (quail-start-translation): Don't change
22138 modified-p of the current buffer.
22139 (quail-start-conversion): Likewise.
22140
22141 * international/kkc.el (kkc-region): Don't change modified-p of
22142 the current buffer.
22143
22144 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
22145 conform to RFC1468.
22146 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
22147
22148 2000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
22149
22150 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
22151 (speedbar-insert-button): Invisible text property fix.
22152 (speedbar-directory-plus): Renamed from speedbar-directory-+
22153 (speedbar-directory-minus): Renamed from speedbar-directory--
22154 (speedbar-page-plus): Renamed from speedbar-file-+
22155 (speedbar-page-minus): Renamed from speedbar-file--
22156 (speedbar-page): Renamed from speedbar-file-
22157 (speedbar-tag): Renamed from speedbar-tag-
22158 (speedbar-tag-plus): Renamed from speedbar-tag-+
22159 (speedbar-tag-minus): Renamed from speedbar-tag--
22160 (speedbar-expand-image-button-alist): Use above renames.
22161
22162 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
22163 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
22164 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
22165 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
22166 * sb-pg.xpm: Renamed from sb-file.xpm
22167 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
22168 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
22169
22170 2000-05-24 Kenichi Handa <handa@etl.go.jp>
22171
22172 * international/quail.el (quail-show-guidance-buf): Set
22173 current-input-method of the guidance buffer to the name of the
22174 curren input method.
22175
22176 2000-05-23 Stefan Monnier <monnier@cs.yale.edu>
22177
22178 * progmodes/compile.el (compile-internal): Style typo.
22179
22180 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
22181 quote vars and functions in the docstring.
22182
22183 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
22184
22185 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
22186 Don't quote lambdas.
22187
22188 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
22189
22190 2000-05-23 Gerd Moellmann <gerd@gnu.org>
22191
22192 * startup.el (command-line): Determine source file of compiled
22193 user init file differently. Warn if compiled user init file
22194 is older than its source file.
22195
22196 * ffap.el (ffap-url-regexp): Add `https'.
22197
22198 2000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
22199
22200 * files.el (make-backup-file-name-1): Replace slashes with `!'
22201 rather than `|' (which is not allowed on Windows). Replace the
22202 drive letters with a string "drive_X".
22203
22204 2000-05-23 Gerd Moellmann <gerd@gnu.org>
22205
22206 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
22207
22208 * files.el (interpreter-mode-alist): Add `bash2'.
22209
22210 2000-05-22 Dave Love <fx@gnu.org>
22211
22212 * loadhist.el (feature-symbols, file-provides, file-requires): Use
22213 mapc.
22214 (feature-file): Avoid calling symbol-name. Doc fix.
22215 (file-set-intersect, file-dependents): Use dolist, not mapcar.
22216 (loadhist-hook-functions): Add mouse-position-function.
22217 (unload-feature): Change uses of mapcar.
22218
22219 * files.el (parse-colon-path): Doc fix.
22220 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
22221 (set-auto-mode): Use mapc.
22222
22223 * complete.el (PC-look-for-include-file): Use :alnum: character
22224 class.
22225 (partial-completion-mode): Add autoload cookie.
22226
22227 2000-05-22 Sam Steingold <sds@gnu.org>
22228
22229 * info.el (Info-fontify-node): Fixed the call to
22230 `add-text-properties' (bug introduced on 2000-05-18).
22231
22232 2000-05-22 Dave Love <fx@gnu.org>
22233
22234 * bindings.el: Remove debug-ignored-errors set in other files.
22235
22236 * progmodes/etags.el: Add to debug-ignored-errors.
22237 (visit-tags-table-buffer): Clear out buffers holding old tables
22238 when making a new list.
22239 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
22240 mapc.
22241
22242 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
22243 quote keywords.
22244 (cmpl-string-case-type): Use character classes.
22245
22246 * comint.el:
22247 * textmodes/ispell.el:
22248 * imenu.el:
22249 * mail/mh-e.el:
22250 * progmodes/compile.el: Add to debug-ignored-errors.
22251
22252 * dabbrev.el: Add to debug-ignored-errors.
22253 (dabbrev-completion): Use mapc.
22254
22255 2000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
22256
22257 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
22258 (woman-mapcan, woman-parse-man.conf)
22259 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
22260 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
22261 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
22262 path syntax better.
22263 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
22264 (woman-manpath): Call woman-parse-man.conf.
22265 (woman-emulation): New defcustom, defaults to nroff.
22266 (woman-font-support): New defconst.
22267 (woman-use-symbol-font): New defcustom.
22268 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
22269 "Emulation".
22270 Many functions: Doc fix.
22271
22272 2000-05-22 Kenichi Handa <handa@etl.go.jp>
22273
22274 * international/quail.el (quail-simple-translation-keymap): Map
22275 128..255 to quail-self-insert-command.
22276 (quail-keyboard-layout-alist): Add definition for "pc102-de".
22277
22278 2000-05-22 Stefan Monnier <monnier@cs.yale.edu>
22279
22280 * help.el (help-manyarg-func-alist): Typo.
22281
22282 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
22283 intervals which makes it heaps simpler.
22284
22285 * newcomment.el (comment-region-internal): Go back to BEG after quoting
22286 the nested comment markers.
22287
22288 * subr.el (remove-hook): Don't turn the hook's value into a list.
22289
22290 2000-05-21 Dave Love <fx@gnu.org>
22291
22292 * edmacro.el (edmacro-parse-keys): Return vector if any elements
22293 are invalid characters.
22294
22295 * international/mule-util.el (detect-coding-with-priority): Use
22296 mapc. Remove redundant lambda.
22297
22298 * international/mule-diag.el (list-non-iso-charset-chars)
22299 (describe-fontset): Remove redundant lambda.
22300
22301 * emulation/crisp.el (brief-mode): New alias.
22302
22303 * emacs-lisp/ring.el (ring-elements): New function.
22304
22305 * emacs-lisp/easymenu.el (easy-menu-create-menu)
22306 (easy-menu-do-add-item): Use keywordp.
22307
22308 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
22309
22310 * replace.el: Doc and error message fixes.
22311 (replace-highlight): Use facep, not internal-find-face.
22312
22313 2000-05-20 Stefan Monnier <monnier@cs.yale.edu>
22314
22315 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
22316
22317 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
22318 (log-edit-insert-changelog): Drop `:' as well.
22319
22320 * log-view.el: Fix file description.
22321 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
22322 available.
22323 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
22324 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
22325
22326 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
22327 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
22328 Print a status message if the toggle is called interactively.
22329 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
22330 for global minor modes and use `defcustom' for them.
22331 Use add-minor-mode.
22332 (easy-mmode-define-derived-mode): Remove.
22333 (define-derived-mode): Fancier default docstring.
22334 (easy-mmode-define-navigation): Signal an error rather than (ding).
22335
22336 * newcomment.el (comment-styles): New `box-multi'.
22337 (comment-normalize-vars): Better default for comment-continue to
22338 avoid whitespace-only continuations.
22339 (comment-search-forward): Always move even in the no-syntax case.
22340 (comment-padright): Only obey N if it's only obeyed for padleft.
22341 (comment-make-extra-lines): Better handling of empty continuations.
22342 Use `=' for the filler if comment-start has only one character.
22343 (uncomment-region): Try handling the special `=' filler.
22344 (comment-region): Allow LINES even if MULTI is nil.
22345 (comment-box): Choose box style based on comment-style.
22346
22347 2000-05-20 Kenichi Handa <handa@etl.go.jp>
22348
22349 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
22350 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
22351
22352 2000-05-20 Kenichi HANDA <handa@etl.go.jp>
22353
22354 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
22355 and insert, not subst-char-in-region.
22356
22357 * international/mule-diag.el (list-character-sets-1): Handle
22358 charsets eight-bit-control and eight-bit-graphic.
22359 (list-iso-charset-chars): Likewise.
22360 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
22361 charactes as is. Use indent-to to align characters.
22362
22363 * international/mule-cmds.el (find-multibyte-characters): Never
22364 exclude charsets eight-bit-control and eight-bit-graphic.
22365
22366 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
22367
22368 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
22369 Don't quote lambdas.
22370
22371 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
22372
22373 2000-05-19 Gerd Moellmann <gerd@gnu.org>
22374
22375 * gud.el (gud-jdb-directories): Doc fix.
22376
22377 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
22378
22379 * newcomment.el: New file.
22380
22381 2000-05-19 Gerd Moellmann <gerd@gnu.org>
22382
22383 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
22384
22385 2000-05-18 Andreas Schwab <schwab@suse.de>
22386
22387 * dired.el (dired-between-files): Also skip lines beginning with
22388 `used'.
22389
22390 2000-05-18 Gerd Moellmann <gerd@gnu.org>
22391
22392 * msb.el (msb-menu-cond): Add choice `user'.
22393
22394 2000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
22395
22396 * ps-print.el: Compatibility, customization and doc fix.
22397 (ps-printer-name-option): Replace defconst by defvar.
22398 (ps-postscript-code-directory): XEmacs compatibility.
22399 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
22400 fix.
22401 (ps-user-defined-prologue, ps-print-prologue-header)
22402 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
22403 compatibility and code fix.
22404 (ps-print-background-image, ps-print-background-text):
22405 Customization fix.
22406 (ps-line-number-start, ps-n-up-on): New vars.
22407
22408 2000-05-18 Espen Skoglund <esk@ira.uka.de>
22409
22410 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
22411 the indent-comment function to just return the appropriate indent.
22412
22413 2000-05-18 Eric M. Ludlam <zappo@ultranet.com>
22414
22415 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
22416 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
22417 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
22418
22419 2000-05-18 Dave Love <fx@gnu.org>
22420
22421 * info.el (Info-fontify-node): Add intangible property as well as
22422 invisible.
22423
22424 * calendar/appt.el (appt-make-list): Match all lines of entry.
22425 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
22426
22427 2000-05-18 Kenichi Handa <handa@etl.go.jp>
22428
22429 * international/mule-diag.el (describe-char-after): Call
22430 internal-char-font, not char-font. If internal-char-font returns
22431 nil, display "-- none --".
22432
22433 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
22434
22435 * image.el (image-type-available-p): Don't reference image-types
22436 if it isn't bound.
22437
22438 2000-05-17 Stefan Monnier <monnier@cs.yale.edu>
22439
22440 * autoarg.el (autoarg-mode): Typo in the :set argument.
22441
22442 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
22443
22444 * startup.el (command-line-1): Don't signal an error if the
22445 directory for auto-save-list files does not yet exist.
22446
22447 2000-05-17 Kenichi Handa <handa@etl.go.jp>
22448
22449 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
22450
22451 2000-05-16 Stefan Monnier <monnier@cs.yale.edu>
22452
22453 * subr.el (remove-hook): `setq' hook-value, not `set'.
22454
22455 2000-05-16 Sam Steingold <sds@gnu.org>
22456
22457 * info.el (debug-ignored-errors): More errors to ignore.
22458
22459 2000-05-16 Dave Love <fx@gnu.org>
22460
22461 * cus-edit.el: Don't require cl or easymenu.
22462 (custom-variable-prompt): Test standard-value property, not
22463 user-variable-p.
22464
22465 2000-05-16 Sam Steingold <sds@gnu.org>
22466
22467 * subr.el (add-hook): `setq' hook-value, not `set'.
22468
22469 2000-05-16 Gerd Moellmann <gerd@gnu.org>
22470
22471 * startup.el (command-line-1): Mention the FAQ in the startup
22472 message.
22473
22474 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
22475
22476 * progmodes/compile.el (compilation-parse-errors): Collect
22477 `nomessage' regexps last.
22478
22479 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
22480
22481 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
22482 to the function name.
22483
22484 2000-05-15 Dave Love <fx@gnu.org>
22485
22486 * speedbar.el (speedbar-recenter): Typo.
22487 (speedbar-expand-line): Make arg optional.
22488 (speedbar-mode): Avoid a compiler warning.
22489
22490 2000-05-15 Gerd Moellmann <gerd@gnu.org>
22491
22492 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
22493 user-specified option string is empty.
22494
22495 * mouse.el (mouse-yank-at-click): Doc fix.
22496
22497 2000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
22498
22499 * term/internal.el (IT-character-translations): More updates of
22500 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
22501 documents.
22502
22503 2000-05-15 Gerd Moellmann <gerd@gnu.org>
22504
22505 * env.el (getenv): New function, interactively callable.
22506 (setenv, getenv): Remove autoload cookies.
22507
22508 * loadup.el: Load `env'.
22509
22510 * progmodes/f90.el: Change author's mail address.
22511
22512 2000-05-14 Dave Love <fx@gnu.org>
22513
22514 * mail/rmail.el (rmail-show-message-hook): Customize and offer
22515 goto-addr as an option.
22516
22517 * help.el (help-xref-stack): Doc fix.
22518 (help-xref-following): New variable.
22519 (help-make-xrefs): Use it.
22520 (help-xref-go-back): Use position information from stack element.
22521 (help-follow): Make position in stack element a pair. Use
22522 help-xref-following.
22523
22524 * autoarg.el: New file.
22525
22526 * faces.el: Declare more functions obsolete.
22527
22528 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
22529 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
22530 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
22531 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
22532 Remove all the setup-...-environment functions.
22533
22534 2000-05-13 Eric M. Ludlam <zappo@ultranet.com>
22535
22536 * speedbar.el: Updated the commentary section. xemacs20p now uses
22537 >= when detecting. Require `defimage' safely.
22538 (speedbar-easymenu-definition-base): Add toggle for images.
22539 (speedbar-easymenu-definition-special): Add flush cache & expand.
22540 (speedbar-visiting-tag-hook): Set new defaults. Added options.
22541 (speedbar-reconfigure-keymaps-hook): New variable.
22542 (speedbar-frame-parameters): Updated documentation.
22543 (speedbar-use-imenu-flag): Updated custom tag
22544 (speedbar-dynamic-tags-function-list): New variable.
22545 (speedbar-tag-hierarchy-method): Updated doc & custom.
22546 (speedbar-indentation-width, speedbar-indentation-width) New
22547 variables.
22548 (speedbar-hide-button-brackets-flag): Customizable.
22549 (speedbar-vc-indicator): Doc update.
22550 (speedbar-ignored-path-expressions): Updated default value.
22551 (speedbar-supported-extension-expressions): Updated default value.
22552 (speedbar-syntax-table): Remove {} paren status.
22553 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
22554 as "+". Added overlay aliases.
22555 (speedbar-mode): Use `speedbar-mode-line-update' instead of
22556 `force-mode-line-update'.
22557 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
22558 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
22559 `mouse-set-point'
22560 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
22561 (speedbar-item-info-tag-helper): Revamped to handle a wider range
22562 of arbitrary text, and new helper functions.
22563 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
22564 filename finder.
22565 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
22566 (speedbar-directory-buttons): Update path search/expansion.
22567 (speedbar-make-tag-line): Pay attention to
22568 `speedbar-indentation-width'. Use more care w/ invisible
22569 properties.
22570 (speedbar-change-expand-button-char): Call
22571 `speedbar-insert-image-button-maybe'.
22572 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
22573 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
22574 (speedbar-trim-words-tag-hierarchy)
22575 (speedbar-simple-group-tag-hierarchy): New functions
22576 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
22577 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
22578 functions.
22579 (speedbar-mouse-set-point): New function
22580 (speedbar-power-click): Updated documentation.
22581 (speedbar-line-token, speedbar-goto-this-file): Handle more types
22582 of tag prefix text.
22583 (speedbar-expand-line, speedbar-contract-line): Make more robust
22584 to strange text.
22585 (speedbar-expand-line): Takes universal argument to flush the
22586 cache.
22587 (speedbar-flush-expand-line): New function.
22588 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
22589 Use new generator insertion method.
22590 (speedbar-fetch-dynamic-tags): New function.
22591 (speedbar-fetch-dynamic-imenu): Removed code now handled in
22592 `speedbar-fetch-dynamic-imenu'.
22593 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
22594 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
22595 "Revert Buffer" menu items.
22596 (speedbar-buffer-buttons-engine): Be smarter when creating a
22597 filename tag (for expansion purposes.).
22598 (speedbar-highlight-one-tag-line,
22599 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
22600 (speedbar-recenter): New functions.
22601 (defimage-speedbar): Image loading abstraction.
22602 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
22603 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
22604 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
22605 (speedbar-tag-type, speedbar-tag-mail): New images.
22606 (speedbar-expand-image-button-alist): New variable.
22607 (speedbar-insert-image-button-maybe): Insert an image over some
22608 buttons.
22609
22610 2000-05-13 Kenichi Handa <handa@etl.go.jp>
22611
22612 * international/mule-cmds.el (encode-coding-char): An ASCII
22613 character is always encodable.
22614
22615 * international/mule-conf.el: Add more information in descriptions
22616 of character sets.
22617
22618 * international/mule-diag.el (describe-char-after): New function.
22619 (describe-font-internal): Adjusted for the change of font-info.
22620 (describe-font): Likewise.
22621 (print-fontset): Rewritten for the new fontset implementation.
22622 (describe-fontset): Include fontset alias names in completion.
22623 (list-fontsets): Adjusted for the change of print-fontset.
22624
22625 * simple.el (what-cursor-position): If DETAIL is non-nil, call
22626 describe-char-after instead of displaying the detail in the echo
22627 area.
22628 (syntax-code-table): Format changed.
22629 (string-to-syntax): Adjusted for the above change.
22630
22631 2000-05-12 Stefan Monnier <monnier@cs.yale.edu>
22632
22633 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
22634
22635 2000-05-12 Dave Love <fx@gnu.org>
22636
22637 * calendar/todo-mode.el: Remove some compatibility stuff and CL
22638 dependence. Use line-{beginning,end}-position, not
22639 point-at{b,e}ol. Some doc fixes.
22640 (todo-position): New function. Fix callers of position to use it.
22641 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
22642
22643 2000-05-12 Gerd Moellmann <gerd@gnu.org>
22644
22645 * time.el (display-time-mail-icon): Use `:ascent center'.
22646
22647 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
22648 handling FTP security extensions.
22649
22650 2000-05-11 Dave Love <fx@gnu.org>
22651
22652 * calendar/todo-mode.el: New file.
22653
22654 2000-05-11 Gerd Moellmann <gerd@gnu.org>
22655
22656 * comint.el (comint-read-input-ring): Move reference to
22657 comint-input-ring-size outside of the save-excursion. It was
22658 causing the default value to be the only one ever seen.
22659
22660 * font-lock.el: Update copyright. Remove Simon Marshall's email
22661 address on request from him.
22662
22663 * subr.el (substitute-key-definition): Add comment describing
22664 the meaning of PREFIX.
22665
22666 2000-05-10 Stefan Monnier <monnier@cs.yale.edu>
22667
22668 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
22669
22670 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
22671 (add-minor-mode): Don't make the variable buffer-local and add a
22672 reference to define-minor-mode in the docstring.
22673
22674 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
22675 HEADER/FOOTER and fix bug with trailing empty directory.
22676 (cvs-append-to-ignore): Use vc-editable-p if available.
22677 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
22678 (vc-do-command): Tweak advice to handle the new VC.
22679
22680 * log-view.el (log-view-goto-rev): New function for the new VC.
22681 (log-view-minor-wrap): Use mark-active.
22682
22683 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
22684 (log-edit-changelog-full-paragraphs): New var.
22685 (log-edit-insert-changelog): Remove a lonely leading `* file'.
22686 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
22687 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
22688 (log-edit-changelog-ours-p, log-edit-changelog-entries)
22689 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
22690 Replace the `cvs' prefix with `log-edit'.
22691
22692 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
22693
22694 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
22695 (diff-font-lock-defaults): Explicitly turn off multiline.
22696 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
22697 (diff-ediff-patch): Fix call to ediff-patch-file.
22698 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
22699 Handle comments.
22700
22701 * frame.el (automatic-hscrolling): Typo.
22702
22703 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
22704
22705 2000-05-09 Sam Steingold <sds@goems.com>
22706
22707 * apropos.el (apropos-print): use `describe-face' instead of
22708 `customize-face-other-window'.
22709
22710 2000-05-09 Dave Love <fx@gnu.org>
22711
22712 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
22713
22714 * help.el (describe-variable): Have customize button pop the
22715 help-xref stack when invoked.
22716 (help-xref-symbol-regexp): Add `face'.
22717 (help-make-xrefs): Check for quoted face names and adapt regexp
22718 submatch numbers to cope.
22719 (help-xref-interned): Maybe insert face doc too. Separate
22720 sections with a line of hyphens.
22721
22722 * faces.el: Some doc fixes. Declare some functions obsolete.
22723 (describe-face): Add customize button. Return the help
22724 text. Fix prompt.
22725
22726 2000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
22727
22728 * term/internal.el (IT-character-translations): Fix last change.
22729
22730 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
22731
22732 * woman.el: New file
22733 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
22734
22735 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
22736
22737 * term/internal.el (IT-character-translations): Update ASCII
22738 simulations for greek-iso8859-7, add latin-iso8859-14 and
22739 latin-iso8859-15.
22740
22741 * international/mule-cmds.el (set-language-info-alist): Call
22742 define-prefix-command with 3 arguments, to make the map suitable
22743 for a menu.
22744
22745 2000-05-07 Dave Love <fx@gnu.org>
22746
22747 * time.el: Small doc fixes from Pavel Jan\e,Bm\e(Bk ml.
22748
22749 2000-05-05 Dave Love <fx@gnu.org>
22750
22751 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
22752 list in doc string. Don't quote keyword symbols.
22753 * emacs-lisp/cl.el: Likewise
22754 * emacs-lisp/cl-seq.el: Likewise
22755
22756 2000-05-05 Gerd Moellmann <gerd@gnu.org>
22757
22758 * abbrev.el (abbrev-mode): Make ARG optional.
22759
22760 2000-05-04 Gerd Moellmann <gerd@gnu.org>
22761
22762 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
22763
22764 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
22765
22766 * subr.el (substitute-key-definition): Clarify documentation.
22767
22768 2000-05-04 Milan Zamazal <pdm@freesoft.cz>
22769
22770 * glasses.el (glasses-convert-to-unreadable): Use
22771 `glasses-separator' instead of the hard-wired "_".
22772 (glasses-mode): Call `glasses-make-unreadable' only in a single
22773 place.
22774
22775 2000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
22776
22777 * term/internal.el (cjk-codepages-alist): Add associations for
22778 Chinese and Korean codepages. Remove FIXME comment.
22779
22780 2000-05-03 Dave Love <fx@gnu.org>
22781
22782 * time.el (display-time-mail-face, display-time-use-mail-icon):
22783 New option.
22784 (display-time-mail-icon): New variable.
22785 (display-time-string-forms): Use the above. Fix the local-map.
22786
22787 2000-05-03 Gerd Moellmann <gerd@gnu.org>
22788
22789 * replace.el (query-replace-map): Add binding for `E'.
22790 (query-replace-help): Extend help text.
22791 (perform-replace): Allow editing the replacement string.
22792
22793 * make-mode.el (makefile-mode-abbrev-table): New variable.
22794 (makefile-mode): Set local abbrev table to
22795 makefile-mode-abbrev-table.
22796 (makefile-font-lock-keywords): Fontify includes and conditionals.
22797
22798 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
22799 set TOGGLE's value.
22800
22801 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
22802 mail-interactive-insert-alias.
22803 (mail-abbrev-complete-alias): New command.
22804 (mail-mode-map): Bind it to `M-TAB'.
22805
22806 2000-05-03 Kenichi Handa <handa@etl.go.jp>
22807
22808 * language/lao-util.el (lao-compose-region): New function.
22809
22810 2000-05-02 Gerd Moellmann <gerd@gnu.org>
22811
22812 * files.el (recover-session): Make directories as necessary
22813 if they don't exist yet.
22814
22815 * calendar/cal-french.el
22816 (french-calendar-multibyte-special-days-array)
22817 (french-calendar-special-days-array): Change French text.
22818 (calendar-french-date-string): Change output.
22819 (calendar-goto-french-date): Likewise.
22820
22821 2000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
22822
22823 * wid-edit.el (widget-default-active): Obey `:always-active'.
22824 (widget-documentation-string-value-create): Set `:always-active'.
22825
22826 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
22827
22828 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
22829 default prefix to `~/_emacs.d/auto-save.list/_s'.
22830 (normal-top-level): Create the directory for auto-save files, if
22831 it doesn't already exist (in the ms-dos case only).
22832
22833 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
22834
22835 * international/mule-cmds.el (set-language-environment): Don't
22836 concat an integer (dos-codepage), use format instead.
22837
22838 2000-05-02 Dave Love <fx@gnu.org>
22839
22840 * help.el (help-xref-on-pp): Check for constant symbols.
22841
22842 2000-04-29 Gerd Moellmann <gerd@gnu.org>
22843
22844 * startup.el (normal-top-level): Put a condition-case around
22845 the code loading subdirs.el.
22846
22847 2000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
22848
22849 * ps-print.el: Upside-down and face background color printing,
22850 line number step, doc fix.
22851 (ps-print-version): New version number (5.2).
22852 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
22853 (ps-face-attribute-list, ps-plot-with-face): Code fix.
22854 (ps-spool-config): Var fix.
22855 (ps-printer-name-option): Const fix.
22856 (ps-print-upside-down, ps-use-face-background)
22857 (ps-line-number-step): New vars.
22858 (ps-window-system, ps-lp-system): New consts.
22859 (ps-face-background): New fun.
22860
22861 2000-04-28 Richard Stallman <rms@gnu.org>
22862
22863 * files.el (make-auto-save-file-name):
22864 Apply auto-save-file-name-transforms to visited file name
22865 before generating auto save file name.
22866 (auto-save-file-name-transforms): New variable.
22867
22868 * files.el (backup-enable-predicate):
22869 Correctly test for a file under a temporary directory.
22870
22871 2000-04-28 Gerd Moellmann <gerd@gnu.org>
22872
22873 * subr.el (add-minor-mode): Rewritten.
22874
22875 2000-04-28 Kenichi Handa <handa@etl.go.jp>
22876
22877 * mail/sendmail.el (sendmail-send-it): Set
22878 buffer-file-coding-system to the selected coding system for MIME
22879 header.
22880
22881 2000-04-27 Gerd Moellmann <gerd@gnu.org>
22882
22883 * dired.el (dired-move-to-filename-regexp): Allow format where
22884 YYYY is followed by two spaces.
22885
22886 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
22887 in the second character class of the regexp.
22888
22889 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
22890 mh-etc, too.
22891
22892 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
22893 nil.
22894
22895 * subr.el (add-minor-mode): Use `set' instead of `setq'.
22896
22897 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
22898 argument.
22899
22900 2000-04-27 Sen Nagata <sen@eccosys.com>
22901
22902 * emacs-lisp/crm.el (crm-completion-table): New variable.
22903 (crm-collection-fn, crm-test-completion)
22904 (completing-read-multiple): Use it.
22905
22906 2000-04-27 Dave Love <fx@gnu.org>
22907
22908 * help.el (locate-library): Use mapc.
22909 (help-manyarg-func-alist): Add call-process-region.
22910
22911 2000-04-26 Gerd Moellmann <gerd@gnu.org>
22912
22913 * subr.el (add-minor-mode): Make argument MAP optional.
22914
22915 * desktop.el (desktop-save): Save list of minor modes.
22916 (desktop-create-buffer): Restore minor modes.
22917 (desktop-minor-mode-table): New user-option.
22918
22919 * subr.el (add-minor-mode): New function.
22920
22921 * image.el (find-image): New function.
22922 (defimage): Rewritten to find image at load time.
22923
22924 * startup.el (normal-top-level-add-to-load-path): Handle
22925 case that the default directory is not in load-path.
22926
22927 * help.el: Old patch from Stefan Monnier.
22928 (help-xref-on-pp): New function.
22929 (describe-variable): Use it to display xrefs in a symbol's value.
22930
22931 2000-04-26 Stefan Monnier <monnier@cs.yale.edu>
22932
22933 * cus-edit.el (custom-face): Fix parenthesis.
22934
22935 2000-04-26 Kenichi Handa <handa@etl.go.jp>
22936
22937 * mail/rmail.el (rmail-expunge): When there are no deleted
22938 messages, do nothing.
22939
22940 2000-04-26 Dave Love <fx@gnu.org>
22941
22942 * international/mule-cmds.el (locale-translation-file-name):
22943 Defvar to nil.
22944 (set-locale-environment): Set it here (at runtime).
22945
22946 2000-04-25 Gerd Moellmann <gerd@gnu.org>
22947
22948 * replace.el (perform-replace): Add parameters START and END. Use
22949 them instead of the check for a region in Transient Mark mode.
22950 (query-replace-read-args): Return two more list elements for the
22951 start and end of the region in Transient Mark mode.
22952 (query-replace, query-replace-regexp, query-replace-regexp-eval)
22953 (map-query-replace-regexp, replace-string, replace-regexp): Add
22954 optional last arguments START and END and pass them to
22955 perform-replace.
22956
22957 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
22958 form with additional arguments for perform-replace.
22959
22960 * progmodes/etags.el (tags-query-replace): Add parameters START
22961 and END. Construct a form with additional arguments for
22962 perform-replace.
22963
22964 * simple.el (shell-command): Set default directory for "*Shell
22965 Command Output" buffer.
22966
22967 * language/european.el (iso-latin-4): Fix typo.
22968
22969 * emacs-lisp/crm.el: New file.
22970
22971 2000-04-24 Dave Love <fx@gnu.org>
22972
22973 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
22974 (Custom-reset-saved, Custom-reset-standard)
22975 (custom-group-value-create, custom-group-set, custom-group-save)
22976 (custom-group-reset-current, custom-group-reset-saved)
22977 (custom-group-reset-standard): Use mapc.
22978 (custom-buffer-create-internal): Disable undo when creating items.
22979 Use mapc.
22980 (custom-face): Avoid redundant lambda.
22981
22982 2000-04-24 Gerd Moellmann <gerd@gnu.org>
22983
22984 * startup.el (auto-save-list-file-prefix): Set default to
22985 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
22986
22987 2000-04-24 Sam Steingold <sds@gnu.org>
22988
22989 * time-stamp.el (time-stamp-string-preprocess): Always convert
22990 `field-result' to a string.
22991
22992 2000-04-24 Gerd Moellmann <gerd@gnu.org>
22993
22994 * frame.el (scrolling): New group.
22995 (automatic-hscrolling): New user-option.
22996
22997 * startup.el (command-line-x-option-alist): Add `-lsp' and
22998 `--line-spacing'.
22999
23000 2000-04-19 Dave Love <fx@gnu.org>
23001
23002 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
23003 (cl-mapc): Rename from mapc. Fix the funcall.
23004
23005 2000-04-19 Gerd Moellmann <gerd@gnu.org>
23006
23007 * simple.el (clone-indirect-buffer-other-window): New command.
23008 (clone-indirect-buffer): Add optional arg NORECROD.
23009 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
23010
23011 * help.el (resize-temp-buffer-window): Use count-screen-lines.
23012
23013 * window.el (count-screen-lines): New function.
23014 (shrink-window-if-larger-than-buffer): Use count-screen-lines
23015 instead of window-buffer-height.
23016
23017 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
23018 non-existing variable comint-input-sentinel.
23019 (inferior-lisp-args-to-list): Removed.
23020 (inferior-lisp): Use split-string instead of
23021 inferior-lisp-args-to-list.
23022
23023 * hexl.el (hexl-insert-hex-string): New command.
23024
23025 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
23026 instead of concat.
23027
23028 2000-04-18 Gerd Moellmann <gerd@gnu.org>
23029
23030 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
23031 at the start of an existing but empty folder.
23032
23033 2000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
23034
23035 * ps-mule.el: Customization fix, doc fix.
23036 (ps-multibyte-buffer): Customization fix.
23037
23038 2000-04-17 Richard M. Stallman <rms@gnu.org>
23039
23040 * subr.el (read-passwd): Use read-char-exclusive.
23041
23042 2000-04-17 Gerd Moellmann <gerd@gnu.org>
23043
23044 * textmodes/texinfo.el (texinfo-insert-@email)
23045 (texinfo-insert-@emph, texinfo-insert-@quotation)
23046 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
23047 (texinfo-mode-map): Add key bindings for them.
23048
23049 * files.el (basic-save-buffer-2): Use a template with `$'
23050 instead of `#' for VMS.
23051
23052 * simple.el (clone-indirect-buffer): New function.
23053
23054 2000-04-16 Stephen Eglen <stephen@gnu.org>
23055
23056 * iswitchb.el (iswitchb-case): New function. If the user input
23057 contains any upper-case characters, the search is made
23058 case-sensitive.
23059
23060 2000-04-17 Stefan Monnier <monnier@cs.yale.edu>
23061
23062 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
23063 comment-end.
23064 (texinfo-font-lock-syntactic-keywords): New var.
23065 (texinfo-font-lock-keywords): Remove comment regexp.
23066 (texinfo-insert-block): New function.
23067 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
23068 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
23069 and font-lock-defaults. Use regexp-opt for outline-regexp.
23070 (texinfo-environments): New var.
23071 (texinfo-environment-regexp): Use regexp-opt and
23072 texinfo-environments.
23073
23074 * textmodes/ispell.el (ispell-menu-map-needed): Check that
23075 ispell-process is bound since this might be eval'd before ispell
23076 is loaded.
23077 (ispell-message): Use a tiny bit less magic and a bit more hard
23078 data to figure out what kind of sc-cite-regexp to use.
23079
23080 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
23081
23082 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
23083 (insert-cyclic-diary-entry): Unquote the lambda.
23084
23085 * gud.el (gud-jdb-build-source-files-list): Fix typo.
23086
23087 * files.el (backup-enable-predicate): Unquote the lambda.
23088
23089 * cus-edit.el (custom-face, face): Unquote the lambda.
23090
23091 2000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
23092
23093 * ps-print.el: Check for line-beginning-position definition.
23094
23095 * ps-print.el: Fix counting lines in a region.
23096 (ps-print-version): New version number (5.1.5).
23097 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
23098 (ps-printing-region): Fun code fix.
23099
23100 2000-04-15 Gerd Moellmann <gerd@gnu.org>
23101
23102 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
23103 to file-directory-p.
23104
23105 2000-04-14 Gerd Moellmann <gerd@gnu.org>
23106
23107 * gud.el (gud-jdb-build-source-files-list): Check that directory
23108 exists before calling directory-files.
23109
23110 2000-04-13 Dave Love <fx@gnu.org>
23111
23112 * emacs-lisp/trace.el: Change maintainer. Use new backquote
23113 syntax.
23114
23115 * emacs-lisp/cl-specs.el: Remove when, unless.
23116
23117 * emacs-lisp/cl-extra.el: Don't quote keywords.
23118 (cl-old-mapc): New variable.
23119 (mapc): Use it.
23120 (cl-map-intervals): Use with-current-buffer. Don't check for
23121 next-property-change.
23122 (cl-map-overlays): Use with-current-buffer.
23123 (cl-expt): Remove.
23124 (copy-tree, remprop): Define unconditionally.
23125
23126 * emacs-lisp/cl-compat.el (keywordp): Remove.
23127
23128 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
23129 to use keywordp.
23130 (edebug-spec): Enable keywordp.
23131
23132 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
23133 string-lessp.
23134
23135 * cus-start.el: Use keywordp.
23136
23137 2000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
23138
23139 * diary-lib.el (include-other-diary-files): Fix the fix of
23140 2000-02-18 by doing a save-excursion.
23141
23142 2000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
23143
23144 * ps-print.el: Customization fix, doc fix.
23145 (ps-print-version): New version number (5.1.4).
23146 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
23147 (ps-print-preprint): Adjust code.
23148 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
23149 (ps-print-prologue-header, ps-print-control-characters)
23150 (ps-spool-config): Customization fix.
23151
23152 2000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
23153
23154 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
23155 converted to the new menu-item format, names silightly changed,
23156 help strings added.
23157
23158 Support for spelling without async subprocesses:
23159
23160 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
23161 (ispell-session-buffer): New variables.
23162 (ispell-start-process, ispell-process-status,
23163 ispell-accept-output, ispell-send-string): New functions, for
23164 Ispell invocation when async subprocesses aren't supported.
23165 (ispell-word, ispell-pdict-save, ispell-command-loop,
23166 ispell-process-line, ispell-buffer-local-parsing): Replace calls
23167 to process-send-string with calls to ispell-send-string, and
23168 accept-process-output with ispell-accept-output.
23169 (ispell-init-process): Call ispell-process-status instead of
23170 process-status with.
23171 (ispell-init-process): Call ispell-start-process. Call
23172 ispell-accept-output and ispell-send-string. Don't call
23173 process-kill-without-query and kill-process if they are unbound.
23174 (ispell-async-processp): New function.
23175
23176 2000-04-12 Dave Love <fx@gnu.org>
23177
23178 * info.el: Add debug-ignored-errors.
23179 (Info-mode-menu): Add some items.
23180 (Info-directory): Add autoload cookie.
23181
23182 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
23183 Modify `truncate-lines'. Make `describe-language-environment'
23184 always visible and add help. Modify `describe-key' help. Invoke
23185 Info-directory from `info'. New entry `emacs-manual'.
23186
23187 2000-04-10 Gerd Moellmann <gerd@gnu.org>
23188
23189 * progmodes/ebrowse.el (ebrowse-tree-mode):
23190 Use propertized-buffer-identification.
23191 (ebrowse-update-member-buffer-mode-line): Likewise.
23192 (ebrowse--mode-strings): Removed.
23193 (ebrowse--mode-line-props): Removed.
23194
23195 * files.el (auto-mode-alist): Add `EBROWSE'.
23196
23197 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
23198 space before testing for end of buffer.
23199 (ebrowse-load): Removed.
23200 (ebrowse-revert-tree-buffer-from-file): Rewritten.
23201 (ebrowse-create-tree-buffer): Rewritten.
23202 (ebrowse-tree-mode): Read tree from buffer.
23203
23204 * progmodes/ebrowse-ffh.el: Removed.
23205
23206 2000-04-10 Kenichi Handa <handa@etl.go.jp>
23207
23208 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
23209
23210 2000-04-10 Gerd Moellmann <gerd@gnu.org>
23211
23212 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
23213 at the wrong place.
23214
23215 2000-04-09 Dave Love <fx@gnu.org>
23216
23217 * files.el (backup-enable-predicate):
23218 Use temporary-file-directory, small-temporary-file-directory.
23219 (make-backup-file-name-function, backup-directory-alist): New vars.
23220 (make-backup-file-name-1): New function.
23221 (make-backup-file-name): Use it.
23222 (find-backup-file-name): Likewise. Use format for clarity, not concat.
23223 (file-newest-backup): Use make-backup-file-name.
23224
23225 2000-04-09 Gerd Moellmann <gerd@gnu.org>
23226
23227 * progmodes/ebrowse-ffh.el: New file.
23228
23229 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn):
23230 Moved to ebrowse-ffh.el.
23231 (ebrowse-load): Add autoload.
23232
23233 * finder.el (finder-commentary): Add autoload cookie.
23234
23235 * mail/rfc2368.el: Correct author's email address.
23236
23237 * progmodes/ebrowse.el: New file.
23238
23239 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
23240 item help string.
23241 (easy-menu-do-add-item): Ditto.
23242 (easy-menu-define): Extend doc string.
23243
23244 * jit-lock.el (with-buffer-unmodified): Use restore-buffer-modified-p.
23245 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
23246 (jit-lock-function, jit-lock-stealth-fontify): Don't use
23247 with-buffer-unmodified.
23248
23249 2000-04-08 Dave Love <fx@gnu.org>
23250
23251 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
23252 unless, when.
23253
23254 2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
23255
23256 * viper-util.el (viper-put-on-search-overlay): New subroutine.
23257 (viper-flash-search-pattern): No operation when using Emacs
23258 doesn't support face.
23259 Use `viper-put-on-search-overlay'.
23260
23261 2000-04-04 Gerd Moellmann <gerd@gnu.org>
23262
23263 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
23264 like C-r.
23265
23266 * progmodes/make-mode.el: Some doc fixes.
23267 (makefile-mode-abbrev-table): New variable.
23268 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
23269 (makefile-font-lock-keywords): Fontify includes and conditionals.
23270 (toplevel): Require `dabbrev' and `add-log' when compiling.
23271
23272 * replace.el (perform-replace): Don't move forward one char
23273 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
23274 to do that because it leaves point 1 position after the last
23275 replacement, after everything has been replaced.
23276
23277 * jit-lock.el (with-buffer-unmodified): New macro.
23278 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
23279 modified state.
23280 (jit-lock-function-1): Extracted from jit-lock-function; not
23281 preserving buffer's modified state.
23282 (jit-lock-function, jit-lock-stealth-fontify):
23283 Call jit-lock-function-1.
23284
23285 * mail/rfc2368.el: Remove supernumerary copyright line.
23286
23287 2000-04-04 Milan Zamazal <pdm@freesoft.cz>
23288
23289 * glasses.el: Provide facilities for inserting space before left
23290 parentheses and uncapitalization of identifiers.
23291 (glasses-mode): Try to remove old overlays in all cases.
23292
23293 2000-04-03 Gerd Moellmann <gerd@gnu.org>
23294
23295 * progmodes/compile.el (compile-internal): Display the compilation
23296 buffer in a different frame, if it's already displayed there.
23297
23298 * mail/rfc2368.el: New file.
23299
23300 * simple.el (sendmail-user-agent-compose): Recognize a `body'
23301 header and insert its value as mail body.
23302
23303 * subr.el (member-ignore-case): New function.
23304
23305 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
23306 (dabbrev--find-expansion): Ignore buffers matching a regexp
23307 from dabbrev-ignored-regexps.
23308
23309 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
23310 to extensions handled by gzip.
23311
23312 2000-04-03 Richard M. Stallman <rms@gnu.org>
23313
23314 * files.el (insert-directory): List the total free space
23315 along with the used space.
23316
23317 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
23318 line is followed by one that matches CITATION-REGEXP, end the
23319 paragraph.
23320
23321 2000-04-03 Markus Rost <rost@delysid.gnu.org>
23322
23323 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
23324 (rmail-make-basic-summary-line): Use that option.
23325
23326 2000-04-03 Kenichi Handa <handa@etl.go.jp>
23327
23328 * international/mule-cmds.el (encoded-string-description):
23329 Rewritten. Try pretty description for ISO 2022 escape sequences
23330 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
23331 for hexadecimal format.
23332
23333 2000-04-01 Dave Love <fx@gnu.org>
23334
23335 * cpp.el: Change customization group to `c' from `C'.
23336
23337 * vcursor.el (vcursor-move): Use display-color-p.
23338
23339 * international/mule-util.el: Provide mule-utils.
23340 (string-to-sequence): Simplify and speed up.
23341
23342 * international/mule.el (make-coding-system): Purecopy doc-string.
23343
23344 * international/mule-cmds.el: Various menu changes.
23345 (describe-specified-language-support): Handle `Default'.
23346 (set-language-info): Purecopy `info'.
23347
23348 2000-03-31 Andrew Innes <andrewi@gnu.org>
23349
23350 * vc.el (vc-backend-diff): Return the correct status if we had to
23351 retry the rcsdiff command without the --brief option.
23352
23353 2000-03-31 Dave Love <fx@gnu.org>
23354
23355 * help.el (help-manyarg-func-alist): Correct several omissions.
23356
23357 * add-log.el: Don't require cl, fortran.
23358 (add-log-current-defun-function): Doc fix.
23359 (change-log-version-number-regexp-list): Remove SCCS part. Doc fix.
23360 (change-log-version-rcs): Function deleted.
23361 (change-log-version-number-search): Doc fix.
23362 Use vc-workfile-version. Avoid CL dolist.
23363 (add-change-log-entry): Just call add-log-current-defun to get
23364 defun. Simplify somewhat.
23365 (change-log-get-method-definition-1): Likewise.
23366 (add-log-current-defun): Return nil if calling
23367 add-log-current-defun-function does so. Move Fortran stuff to
23368 fortran.el. Return string without properties.
23369
23370 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
23371 and :alpha: char classes.
23372
23373 * mail/supercite.el: Defvar curline when compiling.
23374 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
23375 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
23376 rather than a-zA-Z0-9 to allow non-ASCII characters.
23377
23378 2000-03-31 Gerd Moellmann <gerd@gnu.org>
23379
23380 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
23381
23382 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
23383 Re-enable new code.
23384
23385 * lpr.el (print-region-1): Use -d to specify printer name for
23386 systems `usg-unix-v*, `dgux', `hpux', `irix'.
23387
23388 2000-03-31 Dave Love <fx@gnu.org>
23389
23390 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
23391 Look for function definition in symbol's function value slot first
23392 instead of first consulting byte-compile-function-environment.
23393
23394 2000-03-31 Kenichi Handa <handa@etl.go.jp>
23395
23396 * language/european.el ("Polish"): New language environment.
23397 (setup-polish-environment): New function.
23398
23399 2000-03-30 Gerd Moellmann <gerd@gnu.org>
23400
23401 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
23402 Disable new code.
23403
23404 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
23405 trying to `load' the symbol of an autoload instead of the file
23406 recorded in the autoload. Fix error messages.
23407
23408 2000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
23409
23410 * ps-print.el: PostScript programming fix for ghostview, doc fix.
23411 (ps-print-version): New version number (5.1.3).
23412 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
23413 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
23414 (ps-generate-postscript-with-faces): Code fix.
23415 (ps-color-values): XEmacs compatibility.
23416 (ps-print-background-image, ps-print-background-text, ps-printer-name)
23417 (ps-default-fg, ps-default-bg): Adjust customization.
23418 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
23419 (ps-color-scale): Renaming old ps-color-value fun.
23420 (ps-print-headers): Replace ps-print-header group to avoid conflict
23421 with ps-print-header variable.
23422 (ps-print-miscellany): New group.
23423 (ps-format-color, ps-rgb-color): New funs.
23424 (ps-default-foreground): New var.
23425 (ps-printer-name-option): New const.
23426
23427 2000-03-30 Peter Breton <pbreton@ne.mediaone.net>
23428
23429 * net/net-utils.el:
23430 (network-connection-host, network-connection-service): New variables
23431 (network-connection-mode): New mode, derived from comint-mode
23432 (network-connection-mode-setup): New function, saves host and
23433 service information in local variables.
23434
23435 * lisp/locate.el:
23436 (locate-word-at-point): Added this function
23437 (locate): Default to using locate-word-at-point as input
23438 Run dired-mode-hook
23439
23440 2000-03-29 Dave Love <fx@gnu.org>
23441
23442 * calendar/appt.el: Doc fixes.
23443 (appt-check): Convert min-to-app to a string before passing to
23444 appt-disp-window-function or concat.
23445 (appt-delete-window): Remove test for frame-root-window.
23446 (appt-select-lowest-window, appt-convert-time): Simplify.
23447
23448 * emacs-lisp/bytecomp.el: Doc fixes.
23449 (byte-compile-file-form-autoload):
23450 Update byte-compile-function-environment.
23451
23452 2000-03-29 Andreas Schwab <schwab@suse.de>
23453
23454 * emacs-lisp/autoload.el: Also print defsubst doc string specially.
23455
23456 * dired.el (dired-insert-directory): If dired-free-space-program
23457 failed just delete its output.
23458
23459 2000-03-29 Dave Love <fx@gnu.org>
23460
23461 * international/iso-cvt.el: Move provide to end. Doc fixes.
23462 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
23463 (iso-iso2sgml, iso-sgml2iso): New functions.
23464 (iso-cvt-define-menu): Fix some entries and use backquote for
23465 clarity.
23466
23467 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
23468
23469 2000-03-28 Gerd Moellmann <gerd@gnu.org>
23470
23471 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
23472 ISO-DATE. If non-nil, return date in ISO 8601 format.
23473
23474 2000-03-26 Stefan Monnier <monnier@cs.yale.edu>
23475
23476 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
23477 if it ever becomes used.
23478 (log-edit-mode-hook): Default to vc-log-mode-hook.
23479 (log-edit-mode): Fix the docstring.
23480
23481 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
23482 the code.
23483
23484 2000-03-26 Dave Love <fx@gnu.org>
23485
23486 * net/browse-url.el (browse-url): Re-fix case of
23487 browse-url-browser-function being an alist.
23488 (browse-url): Add :link to defgroup.
23489
23490 * files.el: Doc fixes.
23491 (file-truename): Include `[' in wildcard characters.
23492 (automount-dir-prefix): Customize.
23493 (find-file-wildcards): Add :version.
23494 (find-file-noselect): Simplify a mapcar call.
23495
23496 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
23497 compatible with inf-lisp version.
23498 (eval-defun-1): Fix custom-declare-variable case.
23499
23500 2000-03-25 Stefan Monnier <monnier@cs.yale.edu>
23501
23502 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
23503
23504 2000-03-24 Gerd Moellmann <gerd@gnu.org>
23505
23506 * Makefile (COMPILE_FIRST): New macro.
23507 (compile-files): Compile files from COMPILE_FIRST first.
23508
23509 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new code.
23510
23511 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
23512 matching open parenthesis in column 0 to defun-prompt-regexp
23513 only if open-paren-in-column-0-is-defun-start is set.
23514
23515 * sun-curs.el: Require CL at compile-time only.
23516
23517 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
23518 instead of copy-list which is a function from CL.
23519 (msb--choose-menu, msb--mode-menu-cond)
23520 (msb--create-buffer-menu-2): Use dolist instead of mapc.
23521 (msb--init-file-alist): Use mapcar instead of mapcan.
23522 (msb--aggregate-alist): Use mapcar instead of mapcan.
23523 Fix `(' in column 0 in doc string.
23524 (msb--add-separators): Use mapcar instead of mapcan.
23525
23526 * cus-dep.el: Require CL at compile-time only.
23527
23528 2000-03-24 Stefan Monnier <monnier@cs.yale.edu>
23529
23530 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
23531 (byte-compile-warnings): New warning `noruntime'.
23532 (byte-compile-constants, byte-compile-variables): Fix docstring.
23533 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
23534 execute `eval-whenc-compile's body.
23535 (byte-compile-unresolved-functions): Fix docstring.
23536 (byte-compile-eval): New function.
23537 (byte-compile-callargs-warn): Check if the function will be available
23538 at runtime (via property `byte-compile-noruntime').
23539 (byte-compile-print-syms): New function.
23540 (byte-compile-warn-about-unresolved-functions): Also warn about
23541 `noruntime' functions (and use `byte-compile-print-syms').
23542 (byte-compile-file): Capitalize the message.
23543
23544 2000-03-24 Gerd Moellmann <gerd@gnu.org>
23545
23546 * mail/rmail.el (rmail-confirm-expunge): New user-option.
23547 (rmail-expunge): Ask for confirmation depending on the setting
23548 of rmail-confirm-expunge.
23549
23550 2000-03-23 Gerd Moellmann <gerd@gnu.org>
23551
23552 * Makefile (bootstrap-clean): If $(emacs) exists, build
23553 loaddefs.el first. A loaddefs.el that's not up-to-date might
23554 cause a bootstrap failure because things don't autoload as expected.
23555
23556 2000-03-23 Dave Love <fx@gnu.org>
23557
23558 * net/browse-url.el: Restore previous use of
23559 browse-url-maybe-new-window.
23560
23561 2000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
23562
23563 * ps-print.el: Skip banner page fix.
23564 (ps-print-version): New version number (5.1.2).
23565 (ps-begin-file, ps-end-file, ps-generate): Code fix.
23566
23567 2000-03-23 Dave Pearson <davep@davep.org>
23568
23569 * net/quickurl.el Changed the type of parameter passed to the
23570 function defined by `quickurl-format-function'. Before only the
23571 text of the URL was passed. Now the whole URL structure is passed
23572 and the function is responsible for extracting the parts it requires.
23573 Changed the default of `quickurl-format-function' accordingly.
23574 (quickurl-insert): Changed the `funcall' of
23575 `quickurl-format-function' to match the above change.
23576 (quickurl-list-insert): Changed the `url' case so that it makes
23577 use of `quickurl-format-function', previous to this the format was
23578 hard wired.
23579
23580 2000-03-22 Gerd Moellmann <gerd@gnu.org>
23581
23582 * startup.el: Change some spellings for the X Window System.
23583
23584 2000-03-22 Stefan Monnier <monnier@cs.yale.edu>
23585
23586 * progmodes/make-mode.el (makefile-warn-suspicious-lines):
23587 Clean up the code and the regexp and make sure the cursor is
23588 temporarily moved to the suspicious line while querying the user.
23589
23590 2000-03-22 Jason Rumney <jasonr@gnu.org>
23591
23592 * w32-fns.el (w32-charset-info-alist): Initialize.
23593
23594 2000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
23595
23596 * ps-print.el: N-up last page fix.
23597 (ps-print-version): New version number (5.1.1).
23598 (ps-end-file, ps-end-job, ps-generate): Code fix.
23599
23600 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
23601
23602 * files.el (find-file-run-dired): Update docstring.
23603 (find-directory-functions): New hook.
23604 (find-file-noselect): Run find-directory-functions rather than
23605 calling dired directly.
23606
23607 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
23608
23609 * pcvs.el: Add a minimal leading commentary.
23610 (cvs-make-cvs-buffer): Change the header part by removing the startup
23611 message and adding a `Module' entry. Also replace the FOOTER and
23612 HEADER special fileinfos with the new support in ewoc for updating
23613 its own footer and header.
23614 (cvs-update-header): Update to use the header/footer of the ewoc.
23615 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
23616 (cvs-is-within-p): New function.
23617 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
23618 to only examine some subset of the buffers.
23619
23620 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
23621 `format' instead of our own ad-hoc functions.
23622 Remove HEADER and FOOTER cases, now handled in the EWOC.
23623 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
23624
23625 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
23626 output to avoid scaring the user.
23627 (cvs-parse-table): Catch message for non-up-to-date commits.
23628
23629 * pcvs-defs.el (cvs-startup-message): Remove.
23630 (cvs-global-menu): New autoloaded menu.
23631
23632 * pcvs-util.el (cvs-string-fill): Remove.
23633
23634 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
23635 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
23636 PP part of it and also make it work for footers and headers.
23637 (ewoc-create): Drop POS and BUFFER arguments.
23638 Use the DLL's dummy node to store the end-of-footer position.
23639 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
23640 (ewoc-refresh): Remove unused `header' variable.
23641 (ewoc-(get|set)-hf): New functions.
23642
23643 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
23644 log-view-*-(message|file) and use easy-mmode-define-navigation.
23645 (log-view-message-re): Match SCCS format as well.
23646 And match the revision line rather than the dashed separator line.
23647 (log-view-mode): Use the new define-derived-mode.
23648 (log-view-current-tag): Fill in with an actual implementation.
23649
23650 * cvs-status.el (cvs-status-(prev|next)): Rename from
23651 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
23652 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
23653 to let the output "breathe" a little more (more readable).
23654 (cvs-status-mode): Use the new define-derived-mode.
23655
23656 * smerge-mode.el (smerge-auto-leave): New function and variable.
23657 (smerge-basic-map): Rename from smerge-basic-keymap.
23658 Change the bindings for smerge-diff-*.
23659 (smerge-*-map): Use easy-mmode-defmap.
23660 (smerge-(next|prev)): Use easy-mmode-define-navigation.
23661 (smerge-keep-*): Use smerge-auto-leave.
23662
23663 2000-03-21 Jason Rumney <jasonr@gnu.org>
23664
23665 * cus-edit.el (custom-button-face): Use 3D look for w32.
23666 (custom-button-pressed-face): Likewise.
23667
23668 2000-03-21 Gerd Moellmann <gerd@gnu.org>
23669
23670 * progmodes/etags.el (tags-case-fold-search): New user-option.
23671 (tags-loop-eval): New function. Bind case-fold-search around eval
23672 depending on the value of tags-case-fold-search.
23673 (tags-loop-continue): Use tags-loop-eval.
23674 (find-tag-in-order): Bind case-fold-search depending on the value
23675 of tags-case-fold-search.
23676
23677 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
23678
23679 * diff-mode.el (diff-mode-*-map): Use `easy-mmode-defmap'.
23680 (diff-end-of-hunk): Return the end position for use in
23681 `easy-mmode-define-navigation'.
23682 (diff-recenter): Remove.
23683 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
23684 of `easy-mmode-define-navigation'.
23685 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
23686 previous renaming) and fix to use new names.
23687 (diff-merge-strings): Use \n as separator: simpler, faster.
23688 (diff-mode): Use `define-derived-mode'.
23689
23690 * derived.el (define-derived-mode): Don't autoload anymore.
23691 Prefer the macro-only version provided by easy-mmode.el.
23692
23693 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
23694 `easy-mmode-define-derived-mode'. Use `combine-run-hooks'.
23695 (easy-mmode-define-navigation): New macro.
23696
23697 * subr.el (combine-run-hooks): New function.
23698
23699 2000-03-21 Kenichi HANDA <handa@etl.go.jp>
23700
23701 * term/x-win.el: Fontsets related initialization is simplified.
23702
23703 * international/mule-diag.el (describe-font): Don't refer to
23704 global-fontset-alist, instead call font-list.
23705 (describe-fontset, list-fontsets, mule-diag): Likewise.
23706 (print-fontset): Adjusted for the change of fontset implementation.
23707
23708 * international/fontset.el (x-charset-registries): Variable removed,
23709 instead the corresponding data is stored in the default fontset.
23710 (register-alternate-fontnames): Function removed.
23711 (resolved-ascii-font): Variable removed.
23712 (x-compose-font-name): Ignore the second argument REDOCE.
23713 (x-complement-fontset-spec): Complement only an ASCII font and
23714 element for those charsets than can use that ASCII font.
23715 (generate-fontset-menu): Don't refer to global-fontset-alist,
23716 instead call fontset-list.
23717 (uninstantiated-fontset-alist): Variable removed.
23718 (x-style-funcs-alist): Likewise.
23719 (fontset-default-styles): Likewise.
23720 (x-modify-font-name): Function removed.
23721 (create-fontset-from-fontset-spec): Ignore the argument STYLE-VARIANT.
23722 (create-fontset-from-ascii-font): Docsting adjusted for the above
23723 change.
23724 (instantiate-fontset, resolve-fontset-name): Functions removed.
23725 (fontset-list): Now implemented by C code.
23726
23727 * faces.el (read-face-font): Fix TABLE arg to completing-read.
23728 (describe-face): Include `font' attribute in the description.
23729
23730 2000-03-21 Kenichi Handa <handa@etl.go.jp>
23731
23732 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
23733
23734 2000-03-20 Gerd Moellmann <gerd@gnu.org>
23735
23736 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
23737 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
23738 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
23739
23740 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
23741 about behavior of set-buffer-modified-p wrt redisplay.
23742
23743 2000-03-19 Richard M. Stallman <rms@gnu.org>
23744
23745 * view.el (view-mode-disable): Kill local binding of view-read-only.
23746
23747 2000-03-18 Gerd Moellmann <gerd@gnu.org>
23748
23749 * font-lock.el (font-lock-apply-syntactic-highlight): If VALUE
23750 is a string, convert it to a syntax cell using string-to-syntax.
23751
23752 * simple.el (syntax-code-table, syntax-flag-table): New variables.
23753 (string-to-syntax): New function.
23754
23755 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
23756 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
23757 try to use passive ftp mode.
23758
23759 2000-03-17 Gerd Moellmann <gerd@gnu.org>
23760
23761 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
23762
23763 * simple.el (append-to-buffer): Update point of windows after
23764 insertion.
23765
23766 * abbrev.el (inverse-add-abbrev): Identify word by first moving
23767 forward then moving backward. Reindent.
23768
23769 * frame.el (other-frame): Call x-focus-frame only if
23770 focus-follows-mouse is off.
23771
23772 2000-03-17 Dave Love <fx@gnu.org>
23773
23774 * pcvs-util.el (cvs-strings->string): Rename replace-regexps-in-string.
23775
23776 2000-03-17 Stefan Monnier <monnier@cs.yale.edu>
23777
23778 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
23779 regexp for labels cannot span several lines.
23780
23781 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
23782 `(setq :<key> ':<key>)' to the macro expansion.
23783
23784 2000-03-16 Dave Love <fx@gnu.org>
23785
23786 * progmodes/f90.el (f90): Put custom group under `languages', not
23787 `fortran'.
23788 (f90-mode-hook): Customize.
23789 (f90-mode): Set add-log-current-defun-function.
23790 (f90-current-defun): New function.
23791
23792 2000-03-16 Gerd Moellmann <gerd@gnu.org>
23793
23794 * cus-edit.el (custom-variable-tag-face): Handle case that
23795 default face's height is not a number.
23796 (custom-face-tag-face, custom-group-tag-face-1)
23797 (custom-group-tag-face): Ditto.
23798 (custom-group-tag-face-1): Add :group.
23799
23800 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
23801
23802 2000-03-15 Gerd Moellmann <gerd@gnu.org>
23803
23804 * pcvs-defs.el (toplevel): Remove autoload cookie for form
23805 requiring easymenu.
23806
23807 2000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
23808
23809 * ps-print.el: PostScript user-defined prologue, PostScript error
23810 handler, doc fix.
23811 (ps-print-version): New version number (5.1).
23812 (ps-user-defined-prologue, ps-error-handler-message)
23813 (ps-print-prologue-0, ps-error-handler-alist): New vars.
23814 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
23815 (ps-insert-string): New function.
23816
23817 2000-03-15 Kenichi Handa <handa@etl.go.jp>
23818
23819 * international/ccl.el (ccl-compile-expression): Don't generate
23820 invalid self-assignment code.
23821
23822 2000-03-14 Dave Love <fx@gnu.org>
23823
23824 * subr.el (replace-regexp-in-string): Renamed from
23825 replace-regexps-in-string. Doc fix.
23826
23827 2000-03-12 Dave Love <fx@gnu.org>
23828
23829 * cus-edit.el: Doc fixes.
23830 (customize-set-variable, customize-save-variable): Rename args for doc.
23831 (custom-variable-tag-face, custom-face-tag-face)
23832 (custom-group-tag-face-1, custom-group-tag-face): Modify from
23833 style which user identify as hyperlink.
23834 (hook): Don't add undefined functions to the hook.
23835 (debug-ignored-errors): Transfer message from bindings.el.
23836
23837 2000-03-12 Gerd Moellmann <gerd@gnu.org>
23838
23839 * recentf.el (recentf-keep-non-readable-files-p):
23840 Remove double/nested definition.
23841
23842 2000-03-12 Dave Love <fx@gnu.org>
23843
23844 * facemenu.el (facemenu-get-face): Use display-color-p.
23845 * enriched.el (enriched-decode-foreground): Likewise.
23846 (enriched-decode-background): Likewise.
23847 * isearch.el (isearch-highlight): Likewise.
23848 * info-look.el (info-lookup): Likewise.
23849 * simple.el (completion-setup-function): Likewise.
23850
23851 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
23852 :options.
23853
23854 * bindings.el (mode-line-format): Fix line-number and
23855 column-number items. Add help-echo for the background.
23856 (mode-line-mule-info): Modify help-echo.
23857
23858 * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
23859
23860 * files.el (load-file): Allow completion to .elc.
23861
23862 * man.el: Doc fixes.
23863 (Man-init-defvars): Use display-color-p to set fontification.
23864
23865 * play/hanoi.el (hanoi-internal): Don't use oddp.
23866
23867 2000-03-12 Gerd Moellmann <gerd@gnu.org>
23868
23869 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
23870
23871 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
23872
23873 2000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
23874
23875 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
23876 Fix comment.
23877
23878 2000-03-10 Stefan Monnier <monnier@cs.yale.edu>
23879
23880 * font-lock.el (font-lock-keywords): Fix the doc now that
23881 regexp-opt-depth is unnecessary.
23882 (save-buffer-state): Set an edebug spec.
23883 (font-lock-fontify-anchored-keywords): Properly handle the case when
23884 the matcher goes past the limit.
23885
23886 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
23887 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
23888
23889 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
23890 dll.el and cookie.el (from Elib) with heavy renaming and other
23891 massaging.
23892
23893 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
23894 Autoload the functions used.
23895 (easy-mmode-define-syntax): Fix CL typo.
23896 (easy-mmode-define-derived-mode): Improve the docstring generation.
23897
23898 2000-03-10 Gerd Moellmann <gerd@gnu.org>
23899
23900 * textmodes/texinfo.el (texinfo-version): Variable and function
23901 removed.
23902
23903 2000-03-09 Stefan Monnier <monnier@cs.yale.edu>
23904
23905 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
23906 allow more flexibility.
23907 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New fns.
23908 (easy-mmode-defmap, easy-mmode-defsyntax)
23909 (easy-mmode-define-derived-mode): New macros.
23910
23911 2000-03-09 Didier Verna <didier@xemacs.org>
23912
23913 * rect.el (replace-rectangle): New function.
23914
23915 2000-03-09 Dave Love <fx@gnu.org>
23916
23917 * progmodes/fortran.el (fortran-comment-line-start): Define as "C".
23918 (fortran-comment-line-start-skip): Don't match cpp stuff.
23919 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
23920 (fortran-mode-map): Remove over-eager custom-menu-create for now.
23921 (fortran-mode): Don't set fortran-comment-line-start-skip,
23922 fortran-comment-line-start here. Set comment-start,
23923 add-log-current-defun.
23924 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
23925 (fortran-current-defun): New function.
23926
23927 2000-03-09 Gerd Moellmann <gerd@gnu.org>
23928
23929 * emacs-lisp/re-builder.el: New file.
23930
23931 * mouse.el (mouse-drag-region): Don't run up-event handler
23932 if hscroll has changed.
23933
23934 * octave-mod.el (octave-font-lock-keywords): To font-lock the
23935 builtin operators, use `font-lock-builtin-face' for Emacs and
23936 `font-lock-preprocessor-face' otherwise.
23937
23938 * font-lock.el (lisp-font-lock-keywords-1): Highlight
23939 `(defun (setf foo)' differently.
23940
23941 2000-03-08 Stefan Monnier <monnier@cs.yale.edu>
23942
23943 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
23944 (regexp-opt): Update comment and adapt the code the new meaning of
23945 the `paren' argument of regex-opt-group for shy-groups.
23946 (regexp-opt-depth): Handle shy groups as well as backslashed
23947 backslashes.
23948 (regexp-opt-group): Turn the leading comment into a docstring.
23949 Allow `paren' to be a string (the string to use to open a group).
23950 Remove open-presuf and close-presuf. Instead of checking for `all
23951 one-char' and then later on check for `several one-char', handle
23952 both cases close together. Also apply a more generic algorithm
23953 for suffixes (the mirror image of the algorithm used for
23954 prefixes). Use shy-groups. Use nreverse rather than reverse.
23955 (regexp-opt-try-suffix): Removed.
23956
23957 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
23958 from comint-mode-map, so we can just inherit from it. Also, move
23959 the initialization into the `defvar' since there's no docstring
23960 anyway and it's fairly short.
23961 (inferior-scheme-mode): Define it as derived-mode: the code is
23962 shorter and this way we inherit from comint-mode-map rather than
23963 copying it.
23964
23965 * subr.el (replace-regexps-in-string): Properly handle the case
23966 where we match an empty string.
23967
23968 * comint.el (comint-exec-1): Add the current-dir to the exec-path
23969 when the command has a directory component (such as "./testml").
23970 Also fix a typo in the comment.
23971
23972 2000-03-08 Gerd Moellmann <gerd@gnu.org>
23973
23974 * Makefile (compile-files): Compile files one by one because
23975 that's the only way to ensure a clean compilation environment for
23976 each individual file.
23977
23978 * frame.el (other-frame): Call x-focus-frame.
23979
23980 2000-03-07 Dave Love <fx@gnu.org>
23981
23982 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
23983 :require to defcustom.
23984
23985 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads lists.
23986
23987 * files.el (auto-mode-alist): Add configure.in.
23988
23989 * progmodes/autoconf.el: New file.
23990
23991 2000-03-07 Gerd Moellmann <gerd@gnu.org>
23992
23993 * mail/mh-e.el: Change maintainer to `none'.
23994
23995 * recentf.el (recentf-keep-non-readable-files-p): Quote args
23996 to remove-hook and add-hook.
23997
23998 2000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
23999
24000 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
24001 it as the default.
24002 (mail-send): Test mail-send-nonascii also for the new `mime' value.
24003 (sendmail-send-it): Conditionally add MIME headers specifying the
24004 used character set.
24005
24006 2000-03-07 Dave Love <fx@gnu.org>
24007
24008 * winner.el: Fix keywords, autoload cookies.
24009 Split eval-when-compile form to avoid compilation failure.
24010
24011 2000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
24012
24013 * international/mule.el: Modify comment about coding system
24014 property `coding-category'.
24015 (make-coding-system): New argument EOL-TYPE. Pay attention to
24016 coding-category property of PROPERTIES.
24017
24018 * international/mule-conf.el (coding-category-utf-8)
24019 (coding-category-utf-16-be, coding-category-utf-16-le): New coding
24020 categories. Include them in the argument for set-coding-priority.
24021
24022 * international/mule-cmds.el (reset-language-environment):
24023 Include coding-category-utf-8, coding-category-utf-16-be, and
24024 coding-category-utf-16-le in the argument for set-coding-priority.
24025 (reset-language-environment): Initialize coding-category-utf-8,
24026 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
24027
24028 2000-03-06 Karl Fogel <kfogel@red-bean.com>
24029
24030 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
24031 code abstracted out of `bookmark-jump-noselect'. Now tries info
24032 extensions as well as compression extensions.
24033 (bookmark-jump-noselect): Use above new func.
24034
24035 2000-03-03 Gerd Moellmann <gerd@gnu.org>
24036
24037 * strokes.el: Change maintainer's mail address.
24038
24039 2000-03-03 Kenichi Handa <handa@etl.go.jp>
24040
24041 * international/mule-diag.el (list-character-sets): Make help-echo
24042 string by substitute-command-keys.
24043 (list-character-sets): Likewise.
24044 (sort-listed-character-sets): Call help-setup-xref.
24045
24046 2000-03-02 Gerd Moellmann <gerd@gnu.org>
24047
24048 * time.el (display-time-mail-file): Add `none' to the list of choices.
24049
24050 2000-03-01 Dave Love <fx@gnu.org>
24051
24052 * help.el (help-xref-go-back): Don't try to set position.
24053
24054 * international/mule-diag.el (list-character-sets):
24055 Call help-setup-xref. Add help-echo to xrefs.
24056 (list-character-sets-1): Add help-echo to xrefs.
24057
24058 2000-03-02 Gerd Moellmann <gerd@gnu.org>
24059
24060 * frame.el (blink-cursor-mode): Switch cursor on when turning
24061 the mode off.
24062
24063 * add-log.el (add-log-current-defun): Add support for
24064 Autoconf mode.
24065
24066 * mail/rmail.el (rmail-quit-hook): New variable.
24067
24068 2000-03-01 Dave Love <fx@gnu.org>
24069
24070 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
24071
24072 * help.el (help-xref-button): Add help-echo arg.
24073 (describe-function-1, describe-variable, help-make-xrefs): Use it.
24074
24075 * faces.el (list-faces-display): Supply help-echo with help-make-xrefs.
24076
24077 * facemenu.el (list-text-properties-at): Set help-xref-stack to nil.
24078
24079 2000-03-01 Gerd Moellmann <gerd@gnu.org>
24080
24081 * image.el (defimage): Look for image files in load-path.
24082
24083 * frame.el (busy-cursor-delay-seconds): Change type to `number'.
24084
24085 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
24086
24087 * recentf.el (recentf): Added version tag to the defgroup of recentf.
24088
24089 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
24090
24091 * recentf.el (recentf-cleanup): Changed to remove excluded file too.
24092 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
24093 action to select/unselect a file.
24094 (recentf-edit-list): Code cleanup and improvement.
24095 (recentf-open-more-files-action): `recentf-open-more-files' button
24096 widget action to open a file.
24097 (recentf-open-more-files): No more use standard completion but widgets.
24098 (recentf-more-collection): Deleted.
24099 (recentf-more-history): Deleted.
24100 (recentf-setup-more-completion): Deleted.
24101
24102 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
24103
24104 * recentf.el (recentf-mode): No more needs that Emacs is running
24105 under a window-system.
24106
24107 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
24108
24109 * recentf.el (recentf-edit-list): New command to edit the recent
24110 list which allow the user to remove files.
24111 (recentf-edit-selected-items): New global variable, used by
24112 `recentf-edit-list' to hold the list of files to be removed from
24113 the recent list.
24114 (recentf-make-menu-items): Updated to display a "Edit list..."
24115 menu item. Minor code cleanup.
24116
24117 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
24118
24119 * recentf.el (recentf-open-more-files): New command to open files
24120 that are not displayed in the menu.
24121 (recentf-more-collection): New global variable holding the set of
24122 permissible completions used by `recentf-open-more-files'.
24123 (recentf-more-history): New global variable holding the history list
24124 used by `recentf-open-more-files' completion.
24125 (recentf-setup-more-completion): New function to setup completion for
24126 `recentf-open-more-files'.
24127 (recentf-make-menu-items): Updated to display a "More..." menu item.
24128
24129 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
24130
24131 * recentf.el (recentf-menu-action): Doc fixed.
24132
24133 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
24134
24135 * recentf.el (recentf-menu-filter): Doc updated.
24136 (recentf-update-menu-hook): Allow menu filters to force menu update.
24137 (recentf-make-menu-items): New menu filter handling.
24138 (recentf-make-menu-item): New helper function.
24139 (recentf-menu-elements): New menu handling function.
24140 (recentf-sort-ascending): Updated to new menu filter handling.
24141 (recentf-sort-descending): Updated to new menu filter handling.
24142 (recentf-sort-basenames-ascending): New menu filter function.
24143 (recentf-sort-basenames-descending): New menu filter function.
24144 (recentf-show-basenames): New menu filter function.
24145 (recentf-show-basenames-ascending): New menu filter function.
24146 (recentf-show-basenames-descending): New menu filter function.
24147
24148 2000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
24149
24150 * diary-lib.el (list-diary-entries): Don't try to go forward at
24151 the end of the buffer.
24152
24153 2000-02-29 Kenichi Handa <handa@etl.go.jp>
24154
24155 * international/mule-diag.el (list-character-sets):
24156 Completely rewritten.
24157 (sort-listed-character-sets): New function.
24158 (list-character-sets-1): Completely rewritten.
24159 (list-character-sets-2): New function.
24160 (non-iso-charset-alist): New variable.
24161 (decode-codepage-char): New function.
24162 (charset-history): New variable.
24163 (read-charset) (list-block-of-chars)
24164 (list-iso-charset-chars)
24165 (list-non-iso-charset-chars)
24166 (list-charset-chars): New functions.
24167 (mule-diag): Call list-character-sets-2, not list-character-sets-2.
24168 (dump-charsets): Likewise.
24169
24170 2000-02-29 Gerd Moellmann <gerd@gnu.org>
24171
24172 * dired-x.el (dired-filename-at-point): Add `@' to valid
24173 file name characters.
24174 (dired-filename-at-point): Handle ange-ftp file names.
24175
24176 * frame.el (frame-notice-user-settings): Use assq-delete-all
24177 instead of assoc-delete-all.
24178 (frame-notice-user-settings): Ditto.
24179
24180 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
24181 Don't copy alist.
24182
24183 2000-02-28 Eli Barzilay <eli@cs.cornell.edu>
24184
24185 * calculator.el (calculator-use-menu): New option.
24186 (calculator-initial-bindings): Changed some bindings to work as macros.
24187 (calculator-forced-input): Removed.
24188 (calculator-restart-other-mode): New variable.
24189 (calculator-mode-map): Set up menu.
24190
24191 2000-02-28 Jari Aalto <jari.aalto@poboxes.com>
24192
24193 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc tags.
24194
24195 2000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
24196
24197 * viper-cmd.el (viper-envelop-ESC-key): Add the option to
24198 translate all ESC key sequences.
24199 (viper-goto-mark-subr): Restore markers for files for which
24200 they were saved.
24201 * viper-init.el (viper-translate-all-ESC-keysequences): New variable.
24202 * viper-util.el (viper-set-replace-overlay-glyphs)
24203 (viper-set-replace-overlay): Always check if the replacement
24204 overlay is live.
24205 * viper.el (viper-vi-state-mode-list): Add major modes.
24206 * ediff-wind.el: Minor comment changes.
24207 * ediff.el: Copyright notice date fix.
24208
24209 2000-02-27 Jason Rumney <jasonr@gnu.org>
24210
24211 * faces.el (face-font-family-alternatives): Add arial to helv.
24212 (mode-line, header-line, tool-bar): Same default as x for w32.
24213 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
24214 face-font-family-alternatives from working.
24215 * term/w32-win.el (mouse-set-font): Do not build fontset from
24216 chosen font.
24217
24218 2000-02-25 Sam Steingold <sds@goems.com>
24219
24220 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
24221 properly.
24222
24223 2000-02-25 Richard M. Stallman <rms@gnu.org>
24224
24225 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
24226
24227 2000-02-25 Gerd Moellmann <gerd@gnu.org>
24228
24229 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer writable.
24230
24231 * frame.el (busy-cursor-delay-seconds): New option.
24232
24233 2000-02-24 Gerd Moellmann <gerd@gnu.org>
24234
24235 * frame.el (show-cursor-in-non-selected-windows): New option.
24236
24237 2000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
24238
24239 * diary-lib.el (include-other-diary-files): Undo the selective
24240 display in any included file and don't kill it.
24241
24242 2000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
24243
24244 * dired.el (dired-mode-map): Don't remove "Edit" from the menu bar.
24245 Menu items converted to (menu-item format, help strings added.
24246 [downcase, upcase]: Don't enable on MS-DOS.
24247 [symlink, symlinks]: Don't show if make-symbolic-link is not bound.
24248 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
24249
24250 2000-02-23 Dave Love <fx@gnu.org>
24251
24252 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
24253 (backward-kill-word): Revert addition of * to interactive spec --
24254 it's a feature.
24255
24256 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
24257 (backward-kill-sentence, kill-sentence): Likewise.
24258
24259 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
24260 scratch buffer name.
24261 (gud-format-command): Use int-to-string in ?l case. Simplify slightly.
24262
24263 * term/w32-win.el (internal-face-interactive): Update prompt for
24264 new read-face-name.
24265
24266 * mail/footnote.el (footnote): Add :version to defgroup.
24267 (footnote-section-tag-regexp): Customize.
24268 (footnote-start-tag, footnote-end-tag): New option.
24269 (footnote-latin-regexp): New variable.
24270 (Footnote-latin): New function.
24271 (footnote-style-alist): Add element for latin style.
24272 (footnote-style): Moved.
24273 (Footnote-goto-footnote): Use eq to test arg.
24274
24275 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
24276
24277 * emacs-lisp/byte-opt.el: Change old backquote syntax.
24278 (byte-compile-trueconstp): Include keywords.
24279 (byte-optimize-quote, byte-optimize-lapcode):
24280 Use byte-compile-const-symbol-p.
24281 (byte-optimize-char-before): New optimization.
24282
24283 * emacs-lisp/bytecomp.el: Change old backquote syntax.
24284 (byte-compile-const-symbol-p): New function.
24285 (byte-compile-constp, byte-compile-out-toplevel)
24286 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
24287 Use it.
24288
24289 * subr.el (define-key-after): Default AFTER to t. Doc fix.
24290
24291 2000-02-23 Kenichi Handa <handa@etl.go.jp>
24292
24293 * international/encoded-kb.el: Be sure to update minor-mode-alist
24294 and minor-mode-map-alist.
24295 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
24296 codes SS2 and SS3 correctly.
24297 (encoded-kbd-self-insert-ccl): New function.
24298 (encoded-kbd-setup-keymap): New function.
24299 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
24300 by calling encoded-kbd-setup-keymap.
24301
24302 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte characters.
24303 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t locally.
24304
24305 2000-02-22 Dave Love <fx@gnu.org>
24306
24307 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
24308 (lisp-mode-map, lisp-interaction-mode-map): Define all inside defvar.
24309 (lisp-mode-syntax-table): Set up for #|...|# comments.
24310 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
24311 classes. Match `defface'.
24312 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
24313 (eval-defun-1): Fix for defcustom.
24314 (lisp-indent-region): Doc fix.
24315
24316 * subr.el (when, unless, split-string): Doc fix.
24317 (read-passwd): Move call of clear-this-command-keys to the right place.
24318 (replace-regexps-in-string): New function.
24319
24320 2000-02-22 Gerd Moellmann <gerd@gnu.org>
24321
24322 * help.el (describe-variable): Set syntax table to
24323 emacs-lisp-mode-syntax-table when moving forward over the
24324 symbol's name.
24325
24326 2000-02-22 Dave Love <fx@gnu.org>
24327
24328 * xt-mouse.el: Doc fixes.
24329 (xterm-mouse-position-function): New function, replacing advice of
24330 mouse-position.
24331 (xterm-mouse-mode): Use it. Don't turn on under a window system.
24332
24333 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
24334
24335 2000-02-21 Gerd Moellmann <gerd@gnu.org>
24336
24337 * format.el (format-annotate-single-property-change):
24338 Handle properties with dotted-list values.
24339 (format-proper-list-p): New function.
24340
24341 * enriched.el (enriched-face-ans): Handle '(foreground-color
24342 . COLOR) and (background-color . COLOR).
24343
24344 2000-02-20 Dave Love <fx@gnu.org>
24345
24346 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
24347 and assignments to it.
24348 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
24349 current local map.
24350 (make-flyspell-overlay): Use it.
24351 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
24352
24353 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
24354 (lm-get-header-re): Defun, not defsubst.
24355 (lm-get-package-name): Defun, not defsubst. Simplify.
24356 (lm-version): Doc fix. Simplify.
24357 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
24358 (lm-crack-address, lm-last-modified-date, lm-commentary)
24359 (lm-verify, lm-synopsis): Simplify.
24360 (lm-report-bug): Require emacsbug. Use compose-mail.
24361
24362 2000-02-20 Gerd Moellmann <gerd@gnu.org>
24363
24364 * dired.el (dired-mode): Call propertized-buffer-identification
24365 to set mode-line-buffer-identification to something having
24366 the right text properties.
24367
24368 * bindings.el (propertized-buffer-identification): New function.
24369
24370 2000-02-20 Dave Love <fx@gnu.org>
24371
24372 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
24373 check for t-mouse too.
24374
24375 * cus-start.el: Make echo-keystrokes `number'.
24376
24377 2000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
24378
24379 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
24380 Don't call ring-empty-p unless tags-location-ring is bound.
24381 From Noah Friedman <friedman@splode.com>.
24382
24383 2000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
24384
24385 * progmodes/hideshow.el (hs-flag-region): No longer use
24386 `intangible' overlay property.
24387
24388 (hs-toggle-hiding): New command.
24389 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
24390
24391 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
24392 Fix omission bug: Run `hs-minor-mode-hook' for both activation
24393 and deactivation.
24394
24395 2000-02-18 Gerd Moellmann <gerd@gnu.org>
24396
24397 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
24398
24399 2000-02-17 Gerd Moellmann <gerd@gnu.org>
24400
24401 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
24402
24403 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
24404 of `*' to handle `(* ... *)' comments.
24405
24406 2000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
24407
24408 * faces.el (list-faces-display): Use display-mouse-p instead of
24409 window-system.
24410
24411 * menu-bar.el (global-map): Menu-bar items converted to the new
24412 format (menu-item..., rearranged for better CUA compliance, and
24413 their names changed for better clarity. Help strings added.
24414
24415 * international/mule-cmds.el (mule-menu-keymap)
24416 (describe-language-environment-map, set-coding-system-map)
24417 (setup-language-environment-map): Convert to new (menu-item...
24418 form, add help strings. Change names of menu items for better clarity.
24419 "Mule" menu-bar item removed (it's now in the "Options" submenu).
24420
24421 2000-02-17 Gerd Moellmann <gerd@gnu.org>
24422
24423 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
24424 within the code.
24425
24426 2000-02-16 Dave Love <fx@gnu.org>
24427
24428 * faces.el: Don't require custom. Add more specific :groups to
24429 various deffaces.
24430 (set-face-attribute): Purecopy args.
24431 (read-face-name): Default to name at point and use it in prompt.
24432 Remove colon from arg in all callers.
24433 (list-faces-display): Hyperlink to face descriptions and customize
24434 buffers.
24435
24436 2000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
24437
24438 * wid-edit.el (widget-match-inline): An atom never matches a list.
24439
24440 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
24441
24442 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
24443 at ':' characters by call to split-string.
24444
24445 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
24446
24447 * textmodes/bibtex.el: Added RCS version identification.
24448
24449 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
24450
24451 * textmodes/bibtex.el: Some temporary comments removed.
24452 (bibtex-field-name, bibtex-entry-type): Made the relationship explicit.
24453 (bibtex-field-const): Allow capital letters.
24454 (bibtex-start-of-string): Deleted because unused.
24455
24456 * textmodes/bibtex.el: Unified some nomenclature. We no longer
24457 use the term 'reference' to describe a bibtex entry as a whole.
24458 Further, reference keys are no longer called 'labels'.
24459 (bibtex-keys): Renamed to bibtex-reference-keys.
24460 (bibtex-reformat-previous-labels): Renamed to
24461 bibtex-reformat-previous-reference-keys.
24462 (bibtex-reference-type): Renamed to bibtex-entry-type.
24463 (bibtex-reference-head): Renamed to bibtex-entry-head.
24464 (bibtex-reference-maybe-empty-head): Renamed to
24465 bibtex-entry-maybe-empty-head.
24466 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
24467 (bibtex-search-reference): Renamed to bibtex-search-entry.
24468 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
24469 bibtex-enclosing-entry-maybe-empty-head.
24470 (bibtex-entry-field-alist, bibtex-entry-head)
24471 (bibtex-font-lock-keywords, bibtex-skip-to-valid-entry)
24472 (bibtex-map-entries, bibtex-search-entry)
24473 (bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry)
24474 (bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode)
24475 (bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message)
24476 (bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer)
24477 (bibtex-find-entry-location, bibtex-validate, bibtex-find-text)
24478 (bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat)
24479 (bibtex-complete-key, bibtex-String) : Use the new nomenclature.
24480
24481 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
24482
24483 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
24484 comment.
24485 (bibtex-format-field-delimiters): New function, functionality
24486 extracted from bibtex-format-entry.
24487 (bibtex-autokey-get-yearfield-digits): New function, functionality
24488 extracted from bibtex-autokey-get-yearfield.
24489
24490 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
24491 entries in order to avoid stack overflow in the regexp matcher if
24492 field contents become large.
24493 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield)
24494 (bibtex-field-string-part-not-braced)
24495 (bibtex-field-string-part-no-inner-braces)
24496 (bibtex-field-string-part-1-inner-brace)
24497 (bibtex-field-string-part-2-inner-braces)
24498 (bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced)
24499 (bibtex-field-string-quoted, bibtex-field-string)
24500 (bibtex-field-string-or-const, bibtex-field-text, bibtex-field)
24501 (bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix)
24502 (bibtex-string, bibtex-key-in-string, bibtex-text-in-string):
24503 Deleted as parsing is now performed by the following functions.
24504 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced)
24505 (bibtex-parse-quoted-string, bibtex-parse-field-string-quoted)
24506 (bibtex-parse-field-string, bibtex-search-forward-field-string)
24507 (bibtex-parse-association, bibtex-field-name-for-parsing)
24508 (bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field)
24509 (bibtex-search-forward-field, bibtex-search-backward-field)
24510 (bibtex-start-of-field, bibtex-end-of-field)
24511 (bibtex-start-of-name-in-field, bibtex-end-of-name-in-field)
24512 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
24513 (bibtex-parse-string-prefix, bibtex-parse-string-postfix)
24514 (bibtex-parse-string, bibtex-search-forward-string)
24515 (bibtex-search-backward-string, bibtex-start-of-string)
24516 (bibtex-end-of-string, bibtex-start-of-reference-key-in-string)
24517 (bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string)
24518 (bibtex-end-of-text-in-string): New functions for the parsing of bibtex
24519 entries. Instead of reporting the results of the parsing by
24520 match-beginning or match-end, these functions return data structures
24521 that hold the corresponding positions.
24522 (bibtex-enclosing-field): Changed to also report field boundaries by
24523 return values rather than by match-beginning or match-end.
24524 The following functions have been adapted to use the new
24525 parsing functions.
24526 (bibtex-skip-to-valid-entry, bibtex-search-reference)
24527 (bibtex-enclosing-field, bibtex-format-entry)
24528 (bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring)
24529 (bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode)
24530 (bibtex-print-help-message, bibtex-end-of-entry)
24531 (bibtex-ispell-abstract, bibtex-validate, bibtex-next-field)
24532 (bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
24533 (bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry):
24534 Use the new method for parsing.
24535 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry)
24536 (bibtex-map-entries, bibtex-flash-head)
24537 (bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry)
24538 (bibtex-autokey-change, bibtex-autokey-get-namefield)
24539 (bibtex-autokey-get-names, bibtex-autokey-get-titlestring)
24540 (bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode)
24541 (bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer)
24542 (bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
24543 (bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
24544 order to make the new binding of case-fold-search immediately visible.
24545
24546 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
24547
24548 * textmodes/bibtex.el: Copyright notice is up to date.
24549 Added constant 'bibtex-maintainer-salutation.
24550
24551 * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather
24552 than make-temp-name, use match-string-no-properties and eliminate
24553 a quadratic behavior when building bibtex-strings.
24554
24555 * bibtex.el (bibtex-reference-key): Accept string entries whose
24556 reference key contains upper case letters.
24557
24558 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
24559
24560 * bibtex.el (bibtex-reference-head): Allow entries to start with
24561 a new line.
24562
24563 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
24564
24565 * bibtex.el: Hiding of entry bodies is not longer provided by
24566 bibtex.el directly. Instead the hideshow package can be used.
24567 Added a special bibtex entry to hs-special-modes-alist.
24568 (bibtex-hs-forward-sexp): Added for hideshow.el.
24569
24570 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
24571
24572 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
24573 proceedings entry type (for cross referencing). Thanks to Wagner
24574 Toledo Correa for the suggestion.
24575
24576 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
24577
24578 2000-02-14 Kenichi Handa <handa@etl.go.jp>
24579
24580 * international/characters.el: Setup case table for Vietnamese.
24581
24582 2000-02-12 Gerd Moellmann <gerd@gnu.org>
24583
24584 * uniquify.el (toplevel): Require CL at compile time.
24585 (uniquify-push): Removed.
24586
24587 * shadowfile.el (shadow-when): Removed.
24588
24589 * tempo.el (tempo-dolist, tempo-mapc): Removed.
24590 (tempo-process-and-insert-string): Use dolist instead of tempo-dolist.
24591
24592 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
24593 regexp for paragraph-start.
24594
24595 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
24596 commas as well.
24597
24598 2000-02-10 Dave Love <fx@gnu.org>
24599
24600 * wid-edit.el: (widgets) [defgroup]: Remove url link.
24601 (widget-color-choice-list, widget-color-history, widget-mouse-help):
24602 Deleted.
24603 (widget-specify-field, widget-specify-button): Don't use
24604 widget-mouse-help as help-echo property.
24605 (default): Use #'ignore for :validate and :mouse-down-action.
24606 (checkbox): Add help-echo.
24607 (widget-sexp-validate): Rewritten to clarify error messages.
24608 (character): Use char-valid-p in :match function.
24609 (widget-color-complete): Use facemenu-color-alist.
24610 (widget-color-action): Use facemenu-read-color.
24611
24612 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
24613 set up `caar' &c that we now have.
24614
24615 2000-02-09 Ray Blaak <blaak@gnu.org>
24616
24617 * delphi.el: Make resourcestring a declaration region, like const
24618 and var.
24619
24620 2000-02-09 Dave Love <fx@gnu.org>
24621
24622 * bindings.el (mode-line-input-method-map): New variable.
24623 (mode-line-mule-info): Use it; fix last change.
24624 (mode-line-mode-menu): Move definition.
24625 (mode-line-mouse-sensitive-p): Deleted.
24626 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
24627 (make-mode-line-mouse-sensitive): Deleted. Body moved to top level.
24628
24629 * startup.el (command-line-1): Don't call
24630 make-mode-line-mouse-sensitive.
24631
24632 2000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
24633
24634 * mail/rmail.el (rmail-retry-failure): Use rmail-beginning-of-message
24635 before rmail-toggle-header, because the former toggles headers.
24636
24637 2000-02-06 Stefan Monnier <monnier@cs.yale.edu>
24638
24639 * diff-mode.el (diff-kill-junk): New interactive function.
24640 (diff-reverse-direction): Use delete-and-extract-region.
24641 (diff-post-command-hook): Restrict the area so that the hook also works
24642 outside of any diff hunk. This is necessary for the minor-mode.
24643 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
24644 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
24645
24646 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
24647 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
24648 so that it can be used more easily in <foo>-mode-hook. Also make sure
24649 to avoid duplicate entries.
24650 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
24651 (font-lock-remove-keywords): Just as was done for `add', allow it to
24652 work even if font-lock-mode is nil. Also make sure we don't modify
24653 any pre-existing list by forcing a copy-sequence. Finally rename
24654 `major-mode' to `mode'.
24655 (font-lock-fontify-syntactic-anchored-keywords)
24656 (font-lock-fontify-anchored-keywords)
24657 (font-lock-fontify-keywords-region): Use line-end-position.
24658 Don't make `font-lock-multiline' local (it's now done in
24659 font-lock-set-defaults).
24660 (font-lock-set-defaults): Make `font-lock-multiline' local.
24661 Move the `font-lock-fontified' creation to inside the `unless'.
24662
24663 2000-02-06 Andrew Innes <andrewi@gnu.org>
24664
24665 * term/w32-win.el (x-handle-args): Comment out call to message,
24666 which occurs before window system is initialized.
24667
24668 * makefile.nt: Add support for recompiling lisp code.
24669
24670 2000-02-04 Dave Love <fx@gnu.org>
24671
24672 * bindings.el (mode-line-mule-info): Fix/extend last change.
24673
24674 * completion.el: Replace completion-dolist with dolist.
24675
24676 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist, dotimes.
24677
24678 2000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
24679
24680 * textmodes/reftex.el (reftex-compile-variables): Regexp-quote the
24681 environment names before they go into the section regexp.
24682
24683 * textmodes/reftex-global.el (reftex-change-label): Add `A-Z' to
24684 char class in regexp.
24685
24686 * textmodes/reftex-parse.el (reftex-with-special-syntax):
24687 Bind `case-fold-search' to nil.
24688
24689 * progmodes/idlwave.el (idlwave-template):
24690 Respect `idlwave-abbrev-change-case'.
24691 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for)
24692 (idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat)
24693 (idlwave-while): Respect `idlwave-reserved-word-upcase'.
24694 (idlwave-rw-case): New function.
24695 (idlwave-statement-match): Fixed problem with assignment regexp.
24696 (idlwave-font-lock-keywords): Improved regexp for keyword parameters.
24697 (idlwave-surround): New argument LENGTH to support padding of
24698 operators longer than 1 char.
24699
24700 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
24701 idlwave-shell-expression-overlay. Implemented printing of
24702 expressions on higher levels of the calling stack.
24703 (idlwave-shell-display-level-in-calling-stack): Restore stack level.
24704 (idlwave-retrieve-expression-from-level): New function.
24705 (idlwave-shell-last-calling-stack): Variable removed.
24706 (idlwave-shell-reset): Argument action reversed (`visible' to
24707 `hidden'). Also remove stop-line overlay.
24708 (idlwave-shell-calling-stack-routine): New variable.
24709 (idlwave-shell-parse-stack-and-display): Messages now display
24710 negative level numbers.
24711 (idlwave-shell-mode): Set `modeline-format'.
24712 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
24713 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs 21.
24714 (idlwave-shell-print-expression-function): New option.
24715
24716 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere)
24717 (idlwave-toolbar-remove-everywhere): Keybindings prefix is now
24718 `tool-bar' instead of `toolbar'.
24719
24720 2000-02-02 Dave Love <fx@gnu.org>
24721
24722 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
24723 emacs-lisp-mode-hook. Don't check for defalias being defined.
24724
24725 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
24726 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions.
24727 Use the new builtins directly.
24728
24729 * whitespace.el (whitespace): Add :version to defgroup.
24730
24731 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
24732 Doc fix.
24733
24734 * thingatpt.el (sexp-at-point, symbol-at-point)
24735 (number-at-point, list-at-point): Add autoload cookie.
24736
24737 * recentf.el (recentf): Add :version to defgroup.
24738
24739 * quickurl.el (quickurl): Add :version to defgroup.
24740
24741 * elide-head.el (elide-head): Use point-marker more.
24742
24743 * bs.el (bs): Add :version to defgroup.
24744
24745 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
24746
24747 * progmodes/delphi.el (delphi): Add :version to defgroup.
24748
24749 2000-02-02 Gerd Moellmann <gerd@gnu.org>
24750
24751 * ange-ftp.el (ange-ftp-write-region): Handle case that
24752 succeeding process operation sets a different coding system.
24753
24754 * calculator.el: New file.
24755
24756 2000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
24757
24758 * frame.el (frames-on-display-list, framep-on-display): New functions.
24759 (display-mouse-p, display-popup-menus-p, display-graphic-p)
24760 (display-selections-p, display-screens, display-pixel-width)
24761 (display-pixel-height, display-mm-width, display-mm-height)
24762 (display-backing-store, display-save-under, display-planes)
24763 (display-color-cells, display-visual-class): New functions.
24764
24765 * term/tty-colors.el (tty-color-gray-shades): New function.
24766
24767 * faces.el (display-color-p): Use framep-on-display.
24768 (display-grayscale-p): New function.
24769
24770 2000-01-31 Dave Love <fx@gnu.org>
24771
24772 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
24773 (create-fontset-from-x-resource): Don't concat integers.
24774
24775 2000-01-31 Inge Frick <inge@nada.kth.se>
24776
24777 * view.el: Some changes in documentation. Removed some trailing
24778 whitespace. Changed some parameter names to agree with documentation.
24779 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
24780 window is not deleted. Modifies change 1998-04-26.
24781
24782 2000-01-31 Gerd Moellmann <gerd@gnu.org>
24783
24784 * windmove.el: New file.
24785
24786 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
24787 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
24788 progmodes/ebnf-yac.el: Update copyright and license info.
24789
24790 * jit-lock.el (jit-lock-function): Widen before calculating
24791 end position.
24792 (jit-lock-stealth-chunk-start): Rewritten.
24793
24794 * info.el (Info-title-face-alist): Removed.
24795 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New faces.
24796 (Info-fontify-node): Use these faces.
24797
24798 2000-01-30 Gerd Moellmann <gerd@gnu.org>
24799
24800 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
24801 (cl-macro-list1): Recognize `&allow-other-keys' instead of
24802 `&allow-other-keywords'.
24803
24804 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
24805 the list of directories scanned heuristically.
24806
24807 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to exist.
24808
24809 2000-01-30 Jason Rumney <jasonr@gnu.org>
24810
24811 * w32-fns.el: Define w32-tty-standard-colors.
24812
24813 * startup.el (command-line): Use w32-tty-standard-colors when in
24814 w32 console mode.
24815
24816 2000-01-30 Dave Love <fx@gnu.org>
24817
24818 * jka-compr.el (jka-compr-load): Fix up load-history.
24819
24820 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
24821
24822 * emacs-lisp/cl-macs.el: Revert previous change.
24823
24824 2000-01-29 Dave Love <fx@gnu.org>
24825
24826 * facemenu.el: Purecopy various strings.
24827
24828 * timezone.el (timezone-fix-time): Window against 69 for two-digit
24829 years. Deal with three-digit years.
24830
24831 * help.el (help-xref-symbol-regexp, help-xref-info-regexp):
24832 Use defconst, purecopy.
24833 (help-back-label): Purecopy it.
24834
24835 2000-01-18 Gerd Moellmann <gerd@gnu.org>
24836
24837 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
24838 variable. If non-nil, order the buffer list according to the
24839 currently selected frame.
24840 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
24841 non-nil, pass the selected frame to function buffer-list.
24842
24843 2000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
24844
24845 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
24846
24847 2000-01-28 Dave Love <fx@gnu.org>
24848
24849 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
24850
24851 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
24852 Don't use lisp-indent-hook property.
24853 (cl-abs): Remove.
24854
24855 * subr.el: Move out indent and edebug specs for when and unless.
24856
24857 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
24858 when, unless.
24859
24860 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
24861 unless, when.
24862
24863 2000-01-28 Gerd Moellmann <gerd@gnu.org>
24864
24865 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
24866 `collecting' as synonym for `collect'.
24867
24868 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
24869 for the case it contains spaces.
24870
24871 * simple.el (what-cursor-position): Change formatting of messages.
24872
24873 * frame.el (delete-other-frames): New function.
24874 (toplevel): Bind it to C-x 5 1.
24875
24876 * sort.el (sort-numeric-base): New option.
24877 (sort-numeric-fields): If number starts with `0' or `0[xX[',
24878 interpret it as octal or hexadecimal. Use sort-numeric-base
24879 as default base.
24880
24881 * progmodes/glasses.el: New file.
24882
24883 2000-01-27 Gerd Moellmann <gerd@gnu.org>
24884
24885 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
24886 userids differently.
24887
24888 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
24889 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
24890 progmodes/ebnf-yac.el: New files.
24891
24892 2000-01-26 Dave Love <fx@gnu.org>
24893
24894 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
24895 on a function with an empty body. [From Eric Ludlam.]
24896
24897 2000-01-25 Andre Spiegel <spiegel@gnu.org>
24898
24899 * vc.el (vc-version-diff): Make sure file name is expanded.
24900
24901 2000-01-25 Gerd Moellmann <gerd@gnu.org>
24902
24903 * scroll-bar.el (scroll-bar-timer): Variable removed.
24904 (scroll-bar-toolkit-scroll): Don't use a timer.
24905
24906 2000-01-25 Kenichi Handa <handa@etl.go.jp>
24907
24908 * language/thai-util.el (thai-composition-function):
24909 Delete superfluous `a'.
24910
24911 2000-01-24 Dave Love <fx@gnu.org>
24912
24913 * fortran.el (fortran-mode): Use beginning-of-defun-function,
24914 end-of-defun-function.
24915
24916 * font-lock.el (turn-on-font-lock): Don't depend on window-system &c.
24917
24918 2000-01-22 Jason Rumney <jasonr@gnu.org>
24919
24920 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
24921 conflicts with new face support.
24922
24923 2000-01-22 Richard M. Stallman <rms@gnu.org>
24924
24925 * replace.el (query-replace): Rename last arg to DELIMITED.
24926 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
24927 (query-replace-regexp): Likewise.
24928
24929 2000-01-20 Richard M. Stallman <rms@gnu.org>
24930
24931 * subr.el (with-syntax-table): Use make-symbol, not gensym.
24932
24933 * emacs-lisp/lisp.el (beginning-of-defun-function):
24934 Variable renamed from beginning-of-defun.
24935 Do not call make-variable-buffer-local.
24936 (beginning-of-defun-raw): Use new variable name; doc fix.
24937 (beginning-of-defun): Doc fix.
24938 (end-of-defun-function): Variable renamed from end-of-defun.
24939 Do not call make-variable-buffer-local.
24940 (end-of-defun): Use new variable name; doc fix.
24941
24942 * subr.el (dolist, dotimes): Copied from cl-macs.el
24943 and made to work.
24944
24945 * mail/undigest.el (rmail-digest-end-regexps):
24946 Variable replaces rmail-digest-end-regexp.
24947 Allows multiple regexps for detecting the end line.
24948 (undigestify-rmail-message): Corresponding changes.
24949
24950 2000-01-19 Dave Love <fx@gnu.org>
24951
24952 * files.el (user-init-file): Don't declare here -- is primitive.
24953
24954 * startup.el (command-line): Check for compiled user-init-file and
24955 set to uncompiled version if necessary.
24956
24957 2000-01-18 Gerd Moellmann <gerd@gnu.org>
24958
24959 * mail/undigest.el (rmail-digest-end-regexp): New user option.
24960 (undigestify-rmail-message): Use it.
24961
24962 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
24963
24964 2000-01-17 Gerd Moellmann <gerd@gnu.org>
24965
24966 * tmm.el (tmm-goto-completions): Adapt to prompt being part
24967 of mini-buffer.
24968
24969 2000-01-14 Gerd Moellmann <gerd@gnu.org>
24970
24971 * emacs-lisp/copyright.el (copyright-update): Removed the
24972 requirement for a trailing space from `copyright-regexp', to
24973 support copyrights with owner specified on a separate line..
24974
24975 * align.el: New file.
24976
24977 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
24978
24979 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
24980
24981 2000-01-13 Dave Love <fx@gnu.org>
24982
24983 * ph.el: Removed. (Obsoleted by EUDC.)
24984
24985 2000-01-13 Gerd Moellmann <gerd@gnu.org>
24986
24987 * net/eudc.el (toplevel): Remove autoloaded code installing
24988 menu with easymenu, because that causes build problems.
24989
24990 * frame.el (frame-notice-user-settings): New variable.
24991 (frame-notice-user-settings): Don't modify frame parameters
24992 if called a second time.
24993
24994 2000-01-13 Richard M. Stallman <rms@gnu.org>
24995
24996 * frame.el (frame-notice-user-settings):
24997 Notice default-frame-parameters even for non-window frames.
24998
24999 2000-01-13 Gerd Moellmann <gerd@gnu.org>
25000
25001 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
25002 for Emacs.
25003 (eudc-bob-can-display-inline-images): Extend for Emacs.
25004 (eudc-bob-toggle-inline-display): Ditto.
25005 (eudc-bob-display-jpeg): Ditto.
25006
25007 2000-01-12 Gerd Moellmann <gerd@gnu.org>
25008
25009 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
25010 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
25011 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
25012
25013 * add-log.el (add-change-log-entry): Fix error trying an
25014 `(insert nil)'.
25015
25016 * subdirs.el: Add `net' directory.
25017
25018 * net: New directory.
25019
25020 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
25021 eval-last-sexp. Don't bind debug-on-error here.
25022 (eval-last-sexp): New function. Bind debug-on-error if
25023 eval-expression-debug-on-error is non-nil.
25024 (eval-defun-2, eval-defun): Likewise.
25025
25026 * simple.el (eval-expression): Don't bind debug-on-error if
25027 eval-expression-debug-on-error is nil. Detect changed
25028 debug-on-error, and propagate new value to global binding, if
25029 eval-expression-debug-on-error is non-nil,
25030 (eval-expression-debug-on-error): Change doc string.
25031
25032 2000-01-11 Richard M. Stallman <rms@gnu.org>
25033
25034 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
25035
25036 * emacs-lisp/lisp-mode.el (with-syntax-table):
25037 Set up lisp-indent-function property.
25038
25039 * subr.el (with-syntax-table): Moved from simple.el.
25040
25041 * simple.el (with-syntax-table): Moved to subr.el.
25042
25043 2000-01-11 Gerd Moellmann <gerd@gnu.org>
25044
25045 * tmm.el (tmm-shortcut): Delete region after prompt instead
25046 of erasing buffer.
25047
25048 * textmodes/fill.el (fill-common-string-prefix): New function.
25049 (fill-context-prefix): Use the longest common prefix of first
25050 and second line fill prefix, if there is one.
25051
25052 2000-01-11 Richard M. Stallman <rms@gnu.org>
25053
25054 * array.el (array-mode): Don't use make-variable-buffer-local.
25055 Use make-local-variable for `truncate-lines'.
25056
25057 2000-01-11 Jari Aalto <jari.aalto@poboxes.com>
25058
25059 * add-log.el (add-log-current-defun): Handle user-defined
25060 add-log-current-function returning nil,
25061
25062 * add-log.el (add-change-log-entry): Insert version number
25063 if having found a current function
25064
25065 * add-log.el (add-log-current-defun):
25066 Call `add-log-current-defun-function'. Try matches at level 0 and
25067 level 1. Strip whitespace from defun found.
25068
25069 2000-01-10 John Wiegley <johnw@gnu.org>
25070
25071 * allout.el (isearch-done/outline-provisions): Added `edit'
25072 argument to correspond with the current definition of `isearch-done'.
25073
25074 2000-01-10 Dave Love <fx@gnu.org>
25075
25076 * elide-head.el (elide-head): Use point-marker, not point.
25077
25078 2000-01-10 Gerd Moellmann <gerd@gnu.org>
25079
25080 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
25081 before and after the year 2000.
25082
25083 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
25084 Add ispell- prefix.
25085
25086 2000-01-10 Ken Stevens <k.stevens@ieee.org>
25087
25088 * ispell.el: Only define dictionaries in menus when they exist.
25089 (version18p): New variable.
25090 (version20p): New variable.
25091 (xemacsp): New variable.
25092 (ispell-choices-win-default-height): Fix for XEmacs visibility.
25093 (ispell-dictionary-alist1): Added Brasileiro dictionary.
25094 (ispell-dictionary-alist6): Russian command lines no longer accept
25095 run-together words.
25096 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
25097 (ispell-dictionary-alist): Add koi8-r to customize definition.
25098 (check-ispell-version): Added documentation string. Return library
25099 path when called non-interactively.
25100 (ispell-menu-map-needed): Uses new variables.
25101 (ispell-library-path): New variable.
25102 (ispell-decode-string): XEmacs fix for bogus variable bindings.
25103 (ispell-word): Improved documentation string. Test for valid
25104 character mappings. Correctly check typed in word changes that can
25105 result in single words split into multiple words.
25106 Return replacement word.
25107 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
25108 replace in recursive query replace mode. Help message for
25109 recursive edit mode.
25110 (ispell-show-choices): Protect against bad framepop bindings.
25111 (ispell-help): Fix to work with XEmacs.
25112 (ispell-highlight-spelling-error): Use new variables.
25113 (ispell-overlay-window): Fix to work with XEmacs.
25114 (ispell-parse-output): Passed and returns location information
25115 tracking spelling corrections. Doesn't recheck same word on
25116 current line.
25117 (ispell-init-process): Protect against bogus XEmacs variable binding.
25118 Fix call to single argument in sleep-for. Use new variables.
25119 (ispell-region): Passed and returns location information tracking
25120 spelling corrections. Doesn't check same word on current line.
25121 Improved documentation string. Doesn't resend a line already
25122 checked to the ispell process - fixes bug in LaTeX parsing.
25123 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
25124 (ispell-skip-region): No longer skips <TT> in SGML.
25125 (ispell-process-line): Tracks location information with spelling
25126 corrections. Added documentation string. Accounts for words
25127 already accepted on this line. Don't allow query-replace on line
25128 starting with math characters. Doesn't resend a line already sent
25129 to ispell process. Fixes alignment error bug.
25130
25131 2000-01-10 Richard M. Stallman <rms@gnu.org>
25132
25133 * dired-x.el (dired-guess-shell-alist-default):
25134 Suggest xloadimage, which is free, not xv, which isn't.
25135
25136 * ange-ftp.el (ange-ftp-file-name-nondirectory):
25137 Don't ever include the host name or user name in the value.
25138
25139 2000-01-09 Gerd Moellmann <gerd@gnu.org>
25140
25141 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
25142 of a real newline.
25143
25144 2000-01-09 Stephen Eglen <stephen@gnu.org>
25145
25146 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
25147 for .png files.
25148
25149 2000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
25150
25151 * cus-edit.el (custom-hook-convert-widget): Fix comment.
25152
25153 2000-01-09 Gerd Moellmann <gerd@gnu.org>
25154
25155 * progmodes/cperl-mode.el: Replace ^F with ^L.
25156
25157 * sendmail.el (toplevel): Provide `sendmail' when compiling before
25158 `require'ing rmail and mailalias to prevent infinite recursion.
25159
25160 2000-01-08 Dave Love <fx@gnu.org>
25161
25162 * emacs-lisp/backquote.el: Remove inappropriate customization
25163 (allowing custom.el to use backquote).
25164
25165 2000-01-07 Dave Love <fx@gnu.org>
25166
25167 * add-log.el (add-log-debugging): Deleted.
25168 (add-change-log-entry): Treat a backup FILE-NAME as its parent
25169 file. Remove debugging code.
25170 (change-log-get-method-definition, change-log-name): Add doc.
25171 (change-log-sortable-date-at): New function.
25172 (change-log-merge): New command.
25173
25174 * time.el (display-time-string-forms): Make the Mail string active.
25175 (display-time-update): Provide help-echo for load average.
25176
25177 * bindings.el (make-mode-line-mouse2-map): New function.
25178 (mode-line-modified): Use it and simplify.
25179 (mode-line-mule-info): Provide help-echo info.
25180 (minor-mode-alist): Activate the strings.
25181 (make-mode-line-mouse-sensitive): Simplify for
25182 mode-line-buffer-identification.
25183
25184 2000-01-07 Gerd Moellmann <gerd@gnu.org>
25185
25186 * play/pong.el: New file.
25187
25188 2000-01-06 Dave Love <fx@gnu.org>
25189
25190 * array.el: Assorted cleanups for compiler warnings, doc strings,
25191 `array-' prefix for symbols.
25192
25193 2000-01-05 Dave Love <fx@gnu.org>
25194
25195 * textmodes/outline.el (outline-mode-menu-bar-map):
25196 Add outline-headers-as-kill.
25197 (outline-mode): Define imenu-generic-expression.
25198 (outline-headers-as-kill): New command.
25199
25200 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
25201 from paragraph-start.
25202 (paragraph-indent-minor-mode): New command.
25203
25204 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
25205 M-C-e, M-C-h, C-j, C-xnd, TAB.
25206 (fortran-mode): Set beginning-of-defun, end-of-defun.
25207 (fortran-column-ruler): Simplify.
25208 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
25209 (fortran-with-subprogram-narrowing): Likewise.
25210 (fortran-indent-subprogram): Call mark-defun.
25211 (fortran-check-for-matching-do): Change narrowing.
25212
25213 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
25214 (cl-lucid-hash-tag): Delete.
25215 (cl-hash-table-p): Correct test for native table.
25216 (cl-hash-table-count): Use hash-table-count.
25217
25218 * browse-url.el (browse-url): Fix case of
25219 browse-url-browser-function being an alist.
25220
25221 2000-01-05 Carsten Dominik <cd@gnu.org>
25222
25223 * textmodes/reftex-vars.el (reftex-parse-file-extension)
25224 (reftex-index-phrase-file-extension): New options.
25225
25226 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
25227 Use new option `reftex-index-phrase-file-extension'.
25228
25229 * textmodes/reftex.el (reftex-access-parse-file): Use new option
25230 `reftex-parse-file-extension'.
25231
25232 2000-01-05 Dave Love <fx@gnu.org>
25233
25234 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
25235 (beginning-of-defun-raw): Use it.
25236 (end-of-defun): New variable.
25237 (end-of-defun): Use it.
25238 (check-parens): New command.
25239
25240 2000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
25241
25242 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
25243 (hs-show-block): Don't use `mapcar' when not accumulating.
25244
25245 Fix buglet in local variables initialization.
25246
25247 2000-01-05 Andreas Schwab <schwab@suse.de>
25248
25249 * hscroll.el (hscroll): Doc fix.
25250
25251 2000-01-05 Carsten Dominik <cd@gnu.org>
25252
25253 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar):
25254 Require idlw-toolbar.
25255
25256 * progmodes/idlwave.el (idlwave-load-system-rinfo): Load must read
25257 file idlw-rinfo.el.
25258 (idlwave-customize): Load must read file idlw-shell.el.
25259 (idlwave-create-customize-menu): Load must read file idlw-shell.el.
25260
25261 2000-01-05 Carsten Dominik <dominik@astro.uva.nl>
25262
25263 * progmodes/idlw-shell.el: Also provide idlwave-shell
25264 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
25265 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
25266
25267 * textmodes/reftex-dcr.el: Rename from reftex-vcr.el, provide
25268 both reftex-dcr and reftex-vcr.
25269
25270 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
25271
25272 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
25273
25274 * ps-print.el: PostScript code now is in separate files, doc fix.
25275 (ps-print-version): New version number (5.0.3).
25276 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
25277 local.
25278 (ps-spool-config): Initialization fix.
25279 (ps-print-prologue-1, ps-print-prologue-2)
25280 (ps-print-duplex-feature): PostScript code moved to separated file.
25281 (ps-background-image): Little code reformating.
25282 (ps-begin-file, ps-begin-job): Fix code.
25283 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
25284 (ps-prologue-file): New fun.
25285
25286 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
25287
25288 * ps-vars.el: Eliminated.
25289
25290 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
25291 `;;;###autoload'.
25292
25293 * ps-print.el: ps-vars eliminated, doc fix.
25294 (ps-print-version): New version number (5.0.2).
25295 (ps-spool-config): Initialization fix.
25296 (ps-print-customize): New fun.
25297
25298 2000-01-04 Gerd Moellmann <gerd@gnu.org>
25299
25300 * autorevert.el (auto-revert-mode): Return value of auto-revert-mode.
25301
25302 2000-01-04 Dave Love <fx@gnu.org>
25303
25304 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
25305 menu items.
25306
25307 2000-01-03 Dave Love <fx@gnu.org>
25308
25309 * elide-head.el (elide-head) [defgroup]: Add :version.
25310
25311 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
25312 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count):
25313 Use `cl-hash-table-p', not `hash-table-p'.
25314 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
25315
25316 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
25317
25318 * faces.el (face-read-integer, read-face-attribute)
25319 (color-defined-p, color-values): Unspecified-{f,b}g are now strings.
25320
25321 2000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
25322
25323 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
25324 at comment end, and re-insert them after filling.
25325
25326 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
25327
25328 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
25329 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
25330 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
25331
25332 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
25333
25334 * term/x-win.el (xw-defined-colors): Call color-supported-p,
25335 the new name of face-color-supported-p.
25336
25337 * term/w32-win.el (xw-defined-colors): Likewise.
25338
25339 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
25340
25341 * simple.el (completion-setup-function): Count completion-size
25342 from minibuffer-prompt-end, not from point-min.
25343
25344 2000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
25345
25346 * faces.el (read-face-attribute, defined-colors, color-defined-p):
25347 Pass the frame to tty-color-* functions.
25348 (display-color-p, frame-set-background-mode): Pass the frame to
25349 tty-display-color-p.
25350
25351 * term/tty-colors.el (tty-defined-color-alist): Renamed from
25352 tty-color-alist.
25353 (tty-color-alist, tty-modify-color-alist): New functions.
25354 (tty-color-define, tty-color-clear, tty-color-approximate)
25355 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept an
25356 optional parameter FRAME.
25357
25358 2000-01-01 Gerd Moellmann <gerd@gnu.org>
25359
25360 * image.el (create-image, defimage): Don't assume image data is
25361 a string.
25362
25363 * image.el (defimage): Handle specifications containing :data
25364 instead of :file.
25365 (image-type-from-data): New function.
25366 (image-type-from-file-header): Use it.
25367 (create-image): Add parameter DATA-P.
25368
25369 See ChangeLog.8 for earlier changes.
25370
25371 ;; Local Variables:
25372 ;; coding: iso-2022-7bit
25373 ;; End:
25374
25375 Copyright (C) 2000, 2001 Free Software Foundation, Inc.
25376 Copying and distribution of this file, with or without modification,
25377 are permitted provided the copyright notice and this notice are preserved.