]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
*** empty log message ***
[gnu-emacs] / lisp / ChangeLog
1 2002-02-16 Eli Zaretskii <eliz@is.elta.co.il>
2
3 * cus-start.el: Add automatic-hscroll-margin and
4 automatic-hscroll-step.
5
6 2002-02-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
7
8 * cus-start.el (x-autoselect-window): Allow customization.
9
10 * eshell/em-alias.el (eshell-alias-initialize): Do not use
11 make-local-hook.
12
13 * eshell/em-cmpl.el (eshell-cmpl-initialize): Likewise.
14
15 * eshell/em-dirs.el (eshell-dirs-initialize): Likewise.
16
17 * eshell/em-glob.el (eshell-glob-initialize): Likewise.
18
19 * eshell/em-hist.el (eshell-hist-initialize): Likewise.
20
21 * eshell/em-pred.el (eshell-pred-initialize): Likewise.
22
23 * eshell/em-prompt.el (eshell-prompt-initialize): Likewise.
24
25 * eshell/em-rebind.el (eshell-rebind-initialize): Likewise.
26
27 * eshell/em-smart.el (eshell-smart-initialize): Likewise.
28
29 * eshell/em-unix.el (eshell-unix-initialize): Likewise.
30
31 * eshell/esh-cmd.el (eshell-cmd-initialize): Likewise.
32
33 * eshell/esh-ext.el (eshell-ext-initialize): Likewise.
34
35 * eshell/esh-io.el (eshell-io-initialize): Likewise.
36
37 * eshell/esh-mode.el (eshell-mode): Likewise.
38
39 * eshell/esh-test.el (eshell-show-usage-metrics): Likewise.
40
41 * eshell/esh-var.el (eshell-var-initialize): Likewise.
42
43 * progmodes/idlw-shell.el (idlwave-shell-mode): Likewise.
44
45 * progmodes/idlwave.el (idlwave-mode): Likewise.
46
47 * textmodes/reftex-sel.el (reftex-select-label-mode)
48 (reftex-select-bib-mode): Likewise.
49
50 2002-02-16 John Wiegley <johnw@gnu.org>
51
52 * eshell/em-hist.el (eshell-hist-initialize): When in the
53 minibuffer, use the global value of `eshell-history-ring', and
54 never save it to disk, or ask to save it to disk. This allows
55 users of session.el to control whether its global state should be
56 persisted or not.
57 (eshell-add-command-to-history): Don't write Eshell's history out
58 to disk, let the governing mode control that upon exit.
59
60 2002-02-16 Eli Zaretskii <eliz@is.elta.co.il>
61
62 * eshell/eshell.el (eshell-command): Before reading from the
63 minibuffer, add eshell-add-command-to-history to
64 minibuffer-exit-hook, and remove it after read-from-minibuffer
65 returns.
66
67 * eshell/em-hist.el (eshell-add-input-to-history): New function,
68 with most of the code from eshell-add-to-history.
69 (eshell-add-command-to-history): New function, to record in
70 eshell-history the commands run via eshell-command.
71 (eshell-add-to-history): Call eshell-add-command-to-history to do
72 most of the work.
73
74 2002-02-16 John Wiegley <johnw@gnu.org>
75
76 * eshell/esh-ext.el (eshell-external-command): Added a fix for
77 XEmacs' new dired.el, which adds a global entry in the
78 `file-name-handler-alist'.
79
80 2002-02-16 John Wiegley <johnw@gnu.org>
81
82 * align.el (align-region): Added a missing name argument.
83
84 2002-02-16 John Wiegley <johnw@gnu.org>
85
86 * eshell/esh-ext.el (eshell-script-interpreter): Allow whitespace
87 after the #! of a shell interpretor specification.
88
89 2002-02-15 Richard M. Stallman <rms@gnu.org>
90
91 * help.el (describe-key-briefly): Make output in INSERT case
92 look just like what is displayed in the normal case.
93
94 2002-02-15 Andreas Schwab <schwab@suse.de>
95
96 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Require
97 non-letter after specials.
98
99 2002-02-15 Eli Zaretskii <eliz@is.elta.co.il>
100
101 * menu-bar.el (menu-bar-tools-menu): Add an item for Calculator.
102
103 2002-02-15 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
104
105 * simple.el (mark-word): Mark more if repeated.
106 * textmodes/paragraphs.el (mark-paragraph): Ditto.
107 (mark-end-of-sentence): Ditto.
108
109 2002-02-15 Per Abrahamsen <abraham@dina.kvl.dk>
110
111 * wid-edit.el (widgetp): Made it more robust.
112
113 2002-02-14 Per Abrahamsen <abraham@dina.kvl.dk>
114
115 * facemenu.el (describe-text-done): New function.
116 (describe-text-mode-map): New variable.
117 (describe-text-mode-hook): New option.
118 (describe-text-mode): New function.
119 (describe-text-widget): New function.
120 (describe-text-sexp): New function.
121 (describe-text-properties): New function.
122 (describe-text-category): New command.
123 (describe-text-at): New command.
124 (facemenu-menu): Replace `list-text-properties-at' with
125 `describe-text-at' in the menu.
126
127 * wid-edit.el (widgetp): New function.
128 * wid-edit.el (widget-keymap, widget-insert, widget-setup):
129 Autoloaded.
130
131 * emacs-lisp/pp.el (pp-to-string): Autoloaded.
132
133 * wid-browse.el: Removed version and x-url keywords.
134
135 2002-02-13 Kim F. Storm <storm@cua.dk>
136
137 * cus-start.el (mode-line-in-non-selected-windows):
138 Allow customization.
139
140 2002-02-13 Richard M. Stallman <rms@gnu.org>
141
142 * textmodes/bibtex.el (bibtex-parse-buffers-stealthily):
143 Tell bibtex-parse-keys to output no progress messages.
144
145 * international/mule-diag.el (list-input-methods):
146 Use help-input-method, not describe-input-method, for button type.
147
148 * register.el (describe-register-1): Access register contents here.
149
150 * textmodes/text-mode.el (text-mode-hook-identify): Restore
151 previous definition. Add to text-mode-hook again.
152
153 * mail/mailabbrev.el (define-mail-abbrev): Define as system abbrev.
154 (mail-abbrev-in-expansion-header-p): Copy the code of mail-header-end
155 to avoid needing sendmail.el at run time.
156
157 * bindings.el (mode-line-minor-mode-keymap): Definition moved up.
158 Initialization moved up too.
159 (mode-line-modes): Use :propertize.
160 (mode-line-mode-menu-keymap): Var deleted.
161 (mode-line-copied-mode-name): Var deleted.
162 (mode-line-mode-name): Function deleted.
163 (mode-line-mode-menu): Each item now shows its mode line lighter.
164 (minor-mode-alist): Don't call propertize here.
165
166 2002-02-12 Eli Zaretskii <eliz@is.elta.co.il>
167
168 * progmodes/pascal.el (pascal-imenu-generic-expression): Add
169 menu-title and fix parentheses.
170
171 2002-02-12 Per Abrahamsen <abraham@dina.kvl.dk>
172
173 * menu-bar.el (menu-bar-options-save): Removed `truncate-lines'.
174 (menu-bar-options-menu): Don't set default value for
175 `truncate-lines'.
176
177 2002-02-12 Per Abrahamsen <abraham@dina.kvl.dk>
178
179 * menu-bar.el (menu-bar-options-save): Only save
180 `current-language-environment' and `default-input-method' when
181 marked as customized.
182
183 * international/mule-cmds.el
184 (setup-specified-language-environment): Mark
185 `current-language-environment' as customized.
186 (set-input-method): Mark
187 `default-input-method' as customized when called interactively.
188 (toggle-input-method): Ditto.
189
190 2002-02-11 Colin Walters <walters@verbum.org>
191
192 * ibuffer.el (ibuffer-switch-format): Supply required argument for
193 `ibuffer-current-formats'.
194
195 2002-02-11 Miles Bader <miles@gnu.org>
196
197 * faces.el (mode-line-inactive): Add dark-background variant.
198
199 2002-02-11 Per Abrahamsen <abraham@dina.kvl.dk>
200
201 * toolbar/tool-bar.el (tool-bar-mode): Removed standard value.
202 * menu-bar.el (menu-bar-mode): Ditto.
203 * cus-edit.el (customize-mark-to-save): Always save variables
204 without a standard value.
205
206 * menu-bar.el (menu-bar-make-toggle): Made it aware of customize.
207 (menu-bar-options-save): Ditto.
208 (menu-bar-showhide-menu): Ditto.
209 (menu-bar-options-menu): Ditto.
210 (menu-bar-scroll-bar-right, menu-bar-scroll-bar-left,
211 menu-bar-scroll-bar-none): Removed.
212 (menu-bar-showhide-scroll-bar-menu): Use customize aware lambda
213 expressions instead.
214
215 * cus-edit.el (customize-set-value): Return value.
216 (customize-set-variable): Ditto.
217 (customize-save-variable): Ditto.
218 (customize-set-variable): Load dependencies before setting value.
219 (custom-load-symbol): Autoload it.
220 (customize-mark-as-set): New function.
221
222 2002-02-11 Eli Zaretskii <eliz@is.elta.co.il>
223
224 * cus-start.el: Don't warn about "x-*" symbols when building a
225 non-GUI version.
226
227 2002-02-11 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
228
229 * strokes.el (strokes-do-stroke, strokes-do-complex-stroke):
230 Doc fix.
231 (strokes-help): Do not use doubled with-output-to-temp-buffer.
232 Fix the help string.
233 (strokes-prompt-user-save-strokes): Fix typo.
234 (strokes-list-strokes): Use proper exit-actionargument for
235 view-buffer.
236 Update copyright notice.
237
238 * international/mule-diag.el: Various doc and message fixes.
239 (non-iso-charset-alist): Add mac-roman. Don't add entries for
240 codepages already present.
241 (list-block-of-chars): Display space for null entries in
242 translation table. Display tab specially.
243 (list-non-iso-charset-chars): Check for null charsets. Use pop
244 for clarity. Don't break 8-bit sets into sections between ranges.
245 (list-charset-chars): Avoid indent-tabs-mode.
246 (describe-char-after): Maybe use the text property for syntax
247 table information. Maybe report char-code-property-table info.
248 Maybe report character's unicode. Tweak printing of list info.
249 (list-input-methods): Add xref buttons.
250 (dump-charsets, dump-codings): Deleted (obsolete).
251 From Dave Love <fx@gnu.org>.
252
253 2002-02-10 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
254
255 * menu-bar.el (menu-bar-showhide-menu): Rename functions for
256 toggling.
257
258 2002-02-10 Michael Kifer <kifer@cs.stonybrook.edu>
259
260 * viper-util.el (viper-read-key-sequence): fixed so it'll read
261 fast key sequences in emacs native mode
262 (viper-events-to-keys): deleted
263
264 * viper.el (describe-key, describe-key-briefly): get rid of
265 viper-events-to-keys.
266
267 * ediff-init.el (ediff-has-gutter-support): Steven Turnbull's patch.
268
269 * ediff-wind.el (ediff-setup-control-frame): Use
270 ediff-has-gutter-support.
271
272 * ediff-util.el (ediff-dispose-of-variant-according-to-user):
273 check if buff is alive.
274
275 * ediff.el: typo in comment.
276
277 2002-02-09 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
278
279 * menu-bar.el (menu-bar-options-save): Take care of
280 line-number-mode and column-number-mode variables.
281 (menu-bar-showhide-menu): New menu-items "Show Line Number" and
282 "Show Column Number" in "Show/Hide" menu.
283
284 2002-02-09 Richard M. Stallman <rms@gnu.org>
285
286 * mail/mailabbrev.el (mail-mode-map): Use eval-after-load to change it.
287
288 2002-02-09 Kim F. Storm <storm@cua.dk>
289
290 * faces.el (mode-line-inactive): New face for mode-line for
291 non-selected windows.
292 (mode-line): Doc fix: Only used for selected window.
293
294 2002-02-08 Eli Zaretskii <eliz@is.elta.co.il>
295
296 * calendar/cal-menu.el (calendar-mode-map): Change the menu item's
297 name to "Insert Diary Entry".
298
299 2002-02-08 Stefan Monnier <monnier@cs.yale.edu>
300
301 * font-lock.el (save-buffer-state): Use restore-buffer-modified-p.
302 (c-font-lock-syntactic-face-function): Accept doxygen-style comments.
303
304 2002-02-08 Richard M. Stallman <rms@gnu.org>
305
306 * textmodes/text-mode.el (text-mode-hook-identify): Define as no-op.
307
308 2002-02-08 Andreas Schwab <schwab@suse.de>
309
310 * calc/calc.el (calcDigit-key): Use minibuffer-prompt-end instead
311 of point-min.
312
313 2002-02-08 Eli Zaretskii <eliz@is.elta.co.il>
314
315 * net/ange-ftp.el (ange-ftp-process-handle-line)
316 (ange-ftp-set-xfer-size): If the file's size is a float, divide
317 by 1024 instead of using ash.
318
319 * international/mule-cmds.el (select-safe-coding-system):
320 State the buffer's name in the message popped in the *Warning* buffer,
321 and make sure the offending buffer is displayed.
322
323 2002-02-07 Markus Rost <rost@math.ohio-state.edu>
324
325 * ffap.el (ffap-newsgroup-p): Test for non-nil symbol-value of htb.
326
327 2002-02-07 Richard M. Stallman <rms@gnu.org>
328
329 * terminal.el (terminal-map): Define [menu-bar] so global def is seen.
330
331 * register.el (list-registers): New command.
332 (describe-register-1): New subroutine, taken out of view-register.
333
334 * emacs-lisp/copyright.el (copyright-regexp):
335 Delete the unibyte copyright symbol; it's redundant.
336 Fix a spazz in the multibyte encoding here.
337
338 2002-02-07 Dave Love <fx@gnu.org>
339
340 * language/cyril-util.el (cyrillic-encode-koi8-r-char)
341 (cyrillic-encode-alternativnyj-char): Get translation tables from
342 symbol properties, not as variables.
343 (standard-display-cyrillic-translit): Include unicodes.
344
345 2002-02-06 Kim F. Storm <storm@cua.dk>
346
347 * help.el (where-is): Report remapped commands.
348
349 * help-fns.el (describe-function-1): Ditto.
350
351 * subr.el (global-set-key, local-set-key): Accept a symbol for the
352 KEY argument (like define-key).
353
354 2002-02-06 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
355
356 * textmodes/flyspell.el (flyspell-insert-function): Doc fix.
357
358 2002-02-06 Richard M. Stallman <rms@gnu.org>
359
360 * mail/mailabbrev.el: Require sendmail only at compile time.
361 (mail-mode-header-syntax-table): Var deleted.
362 (mail-abbrev-syntax-table): Init to nil, will compute when needed.
363 (sendmail-pre-abbrev-expand-hook): Only temporarily change
364 local-abbrev-table and the syntax table.
365 Compute mail-abbrev-syntax-table if that has not been done.
366
367 * progmodes/compile.el (grep-compute-defaults): Definition moved up.
368
369 * emacs-lisp/debug.el (debugger-frame-offset): Var deleted.
370 (debugger-frame-number): Figure out the offset directly.
371 (debugger-setup-buffer): Don't use debugger-frame-offset.
372 (debugger-frame, debugger-frame-clear): Likewise.
373 (debugger-jump): Don't alter debugger-frame-offset.
374
375 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
376 Replace foo-p as var name with foo-flag, not foo-p-flag.
377
378 * hilit-chg.el (highlight-changes-active-string): Default to +Chg.
379 (highlight-changes-passive-string): Default to -Chg.
380 (highlight-changes-global-modes): Doc fix.
381
382 * dired.el (dired-get-filename): Add /: when appropriate
383 to avoid taking a local name as remote.
384
385 * files.el (file-name-non-special): Add special handling for
386 file-name-sans-versions, file-name-completion, and
387 file-name-all-completions.
388
389 * isearch.el (isearch-update): Don't update display in kbd macro.
390 (isearch-lazy-highlight-new-loop): Do nothing in kbd macro.
391
392 * subr.el (force-mode-line-update): Doc fix.
393
394 * subr.el (atomic-change-group, prepare-change-group)
395 (activate-change-group, accept-change-group, cancel-change-group):
396 New functions.
397
398 * simple.el (undo-get-state, undo-revert-to-state): Fns deleted.
399 (transpose-subr-1): Use atomic-change-group.
400
401 * subr.el (add-minor-mode): Include the mode's lighter string
402 in the minor mode menu item name.
403
404 * mail/rmail.el (rmail-toggle-header): Avoid possibly slow call to
405 rmail-count-screen-lines starting from (point-min).
406
407 * startup.el (use-fancy-splash-screens-p): Need 19 lines,
408 beyond the image height, to use the fancy splash screen.
409
410 * textmodes/text-mode.el (text-mode-hook-identify): Function deleted.
411 (text-mode): Set text-mode-variant here.
412
413 2002-02-06 Eli Zaretskii <eliz@is.elta.co.il>
414
415 * play/pong.el (pong-height): Don't use height that exceeds the
416 frame height.
417 (pong-border-options): Make the border colors slightly more bright.
418
419 * play/gamegrid.el (gamegrid-display-type): Treat any
420 color-capable display as color-x, if display-color-p is fboundp.
421 (gamegrid-make-color-x-face): Don't call gamegrid-color twice.
422 (gamegrid-make-color-tty-face): Use the value of color, not the
423 symbol itself. Don't call gamegrid-color.
424
425 2002-02-05 Eli Zaretskii <eliz@is.elta.co.il>
426
427 * gud.el (gud-refresh): Call recenter only after we are sure we
428 are in the right window.
429
430 2002-02-05 Per Abrahamsen <abraham@dina.kvl.dk>
431
432 * cus-edit.el (customize-mark-to-save): New function.
433 * menu-bar.el (menu-bar-options-save): Rewrote.
434
435 2002-02-05 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
436
437 * cus-start.el (x-use-underline-position-properties):
438 Allow customization.
439
440 2002-02-04 Simon Josefsson <jas@extundo.com>
441
442 * dired.el (dired-load-hook, dired-mode-hook)
443 (dired-before-readin-hook, dired-after-readin-hook): Defcustom.
444
445 2002-02-03 Colin Walters <walters@verbum.org>
446
447 * ibuf-ext.el (ibuffer-filter-format-alist)
448 (ibuffer-cached-filter-formats, ibuffer-compiled-filter-formats):
449 New variables.
450 * ibuffer.el (ibuffer): Remove link; the "home page" for ibuffer
451 is now the Emacs CVS tree.
452 (ibuffer-formats): Doc fix.
453 (ibuffer-active-formats-name, ibuffer-current-formats): New functions.
454 (ibuffer-current-format): Use them.
455 (ibuffer-recompile-formats, ibuffer-check-formats)
456 (ibuffer-switch-format, ibuffer-update-title):
457 Add support for ibuffer-filter-format-alist.
458 (define-ibuffer-column process): Remove unncessary consing.
459
460 * ibuf-macs.el (define-ibuffer-column): Add beginnings of support
461 for a summary column.
462
463 2002-02-03 Andreas Schwab <schwab@suse.de>
464
465 * window.el (save-selected-window): Move macro before first use.
466 (balance-windows): Fix misplaced parenthesis.
467
468 2002-02-03 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
469
470 * calculator.el (calculator-displayers): Doc fixes.
471
472 2002-02-03 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
473
474 * menu-bar.el (menu-bar-help-menu): Use different text for tool-tip.
475 (menu-bar-options-save): Save also the value of `display-time-mode'.
476 (showhide-date-time): New function.
477 (menu-bar-showhide-menu): New menu-item "Date and time".
478
479 2002-02-03 Eli Zaretskii <eliz@is.elta.co.il>
480
481 * mail/rmail.el (rmail): Use find-buffer-visiting instead of
482 get-file-buffer to check for rmail buffer existence.
483
484 * term.el (term-emulate-terminal): Extract proper command string
485 which is supplied to term-command-hook.
486
487 2002-02-03 Richard M. Stallman <rms@gnu.org>
488
489 * international/quail.el (quail-help): Don't call help-setup-xref.
490
491 * international/mule-cmds.el (describe-input-method):
492 Call help-setup-xref here.
493 (describe-current-input-method): Doc fix.
494
495 * novice.el (disabled-command-hook): Clarify output text.
496 Indent the paragraph from the command's doc string.
497
498 * dabbrev.el (dabbrev--goto-start-of-abbrev):
499 Exit loop on beginning of field rather than bobp.
500
501 2002-02-02 Eli Zaretskii <eliz@is.elta.co.il>
502
503 * mail/uce.el (uce-reply-to-uce): Prune the headers before copying
504 the message text into the *mail* buffer, and restore the pruned
505 state after that.
506
507 * mail/rmail.el (rmail-redecode-body): Prune the headers before
508 looking for X-Coding-System header, and restore the pruned state
509 before returning.
510
511 2002-02-02 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
512
513 * cus-edit.el (customize-save-variable): Fix typo in prompt.
514
515 These changes integrate new version of flyspell.el from its
516 maintainer, Manuel Serrano:
517
518 * textmodes/flyspell.el (flyspell-issue-message-flag): New user option.
519 (flyspell-mode-on, flyspell-notify-misspell)
520 (flyspell-small-region, flyspell-external-point-words)
521 (flyspell-large-region): Use it
522 (flyspell-before-incorrect-word-string)
523 (flyspell-after-incorrect-word-string): New user options.
524 (make-flyspell-overlay): Use them.
525 (flyspell-version): New function.
526 (flyspell-incorrect-face, flyspell-duplicate-face): Adapt face
527 definitions to use :weight.
528 (flyspell-insert-function): New user option.
529 (flyspell-auto-correct-word, flyspell-correct-word)
530 (flyspell-xemacs-correct): Use it.
531 (flyspell-define-abbrev): New function.
532 (flyspell-auto-correct-word, flyspell-correct-word)
533 (flyspell-xemacs-correct): Use it.
534 (make-flyspell-overlay): Use `evaporate' property.
535 (flyspell-auto-correct-word, flyspell-correct-word): Remove overlay.
536 (flyspell-emacs-popup): Use `session' instead of `accept'.
537 (flyspell-auto-correct-previous-pos): New variable.
538 (flyspell-auto-correct-previous-hook)
539 (flyspell-auto-correct-previous-word): New functions.
540
541 2002-02-02 Eli Zaretskii <eliz@is.elta.co.il>
542
543 * novice.el (enable-command): If Emacs was invoked as "emacs -q",
544 don't alter the user's ~/.emacs.
545 (disable-command): If user-init-file is nil or does not exist,
546 default to "~/.emacs" (~/_emacs on DOS and, maybe, Windows).
547 But don't alter the init file if Emacs was invoked as "emacs -q"
548
549 2002-02-01 Stefan Monnier <monnier@cs.yale.edu>
550
551 * mail/sendmail.el (mail-mode): Undo half of last change.
552
553 * indent.el (indent-for-tab-command): Remove spurious code.
554
555 * hi-lock.el (hi-lock-find-patterns): Save restriction.
556
557 2002-02-01 Eli Zaretskii <eliz@is.elta.co.il>
558
559 * calendar/time-date.el: Moved from lisp/gnus.
560
561 * calendar/parse-time.el: Ditto.
562
563 2002-01-31 Richard M. Stallman <rms@gnu.org>
564
565 * international/iso-acc.el (iso-languages): Fix ", " in French.
566
567 * cus-start.el (history-length): Specify customization for it.
568
569 * emacs-lisp/debug.el (debugger-setup-buffer):
570 When an eval-buffer frame was reading from a buffer,
571 insert indication of the buffer position.
572 (debugger-frame-number): Ignore ;;;-comment lines in backtrace.
573 (debugger-frame-clear, debugger-frame): Error on non-frame line.
574
575 * simple.el (shell-command-on-region): Err if no mark
576 before reading the command string.
577
578 * hl-line.el (hl-line-highlight, hl-line-unhighlight):
579 Definitions moved down after hl-line-mode var's definition.
580
581 * hilit-chg.el (hilit-chg-fixup): Don't alter overlay if not ours.
582 (hilit-chg-set-face-on-change): Rename arg.
583 (hilit-chg-make-ov): Detect error earlier.
584
585 * ediff-hook.el: Delete autoload cookies.
586
587 * comint.el (comint-scroll-show-maximum-output): Default is t.
588
589 * emacs-lisp/bytecomp.el (batch-byte-compile): New arg noforce.
590 (batch-byte-compile-if-not-done): New function.
591
592 * Makefile.in (compile): New target.
593 (compile-always): Renamed from compile-files.
594 (compile-after-backup): Renamed from compile.
595 (bootstrap): Depend on compile-always, not compile-files.
596
597 * emulation/pc-select.el (pc-select-save-and-set-mode):
598 Properly use MODE-VAR.
599
600 2002-01-29 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
601
602 * menu-bar.el (menu-bar-help-menu): Change menu-item "Show Emacs
603 Version" to "About Emacs".
604 (menu-bar-options-save): Add `default-frame-alist'
605 to saved variables.
606 (menu-bar-showhide-scroll-bar-menu): Use frame-parameters instead
607 of the variable `scroll-bar-mode'.
608
609 * startup.el (normal-splash-screen, display-splash-screen):
610 New functions (separated from command-line-1).
611 (command-line-1): Use them.
612
613 2002-01-28 Eli Zaretskii <eliz@is.elta.co.il>
614
615 * calendar/calendar.el (generate-calendar-month): Doc fix.
616
617 2002-01-27 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
618
619 * time.el (display-time-mail-directory): New option.
620 (display-time-mail-function): Update doc-string.
621 (display-time-mail-icon): Use XPM image when available.
622 (display-time-string-forms): Use more descriptive text as
623 help-echo property.
624 (display-time-mail-check-directory): New function.
625 (display-time-update): Use it.
626
627 * menu-bar.el (menu-bar-showhide-scroll-bar-menu):
628 Quote `window-system'.
629
630 * tmm.el (tmm-get-keymap): Honour :visible in `menu-item'.
631 Add Keywords header. Update Commentary section.
632 Update copyright notice.
633
634 * menu-bar.el (menu-bar-scroll-bar-right)
635 (menu-bar-scroll-bar-left, menu-bar-scroll-bar-none)
636 (showhide-menu-bar): New functions.
637 (menu-bar-showhide-menu): New submenu "Show/Hide".
638 (menu-bar-showhide-scroll-bar-menu): "Scroll-bar" submenu of
639 "Show/Hide".
640 Update copyright notice.
641
642 2002-01-27 Eli Zaretskii <eliz@is.elta.co.il>
643
644 * lazy-lock.el (lazy-lock-mode): Add a reference to jit-lock.
645
646 2002-01-26 Evgeny Roubinchtein <evgenyr@cs.washington.edu>
647
648 * pc-select.el (pc-selection-mode-hook)
649 (pc-select-saved-settings-alist, pc-select-map)
650 (pc-select-saved-global-map, pc-select-key-bindings-alist)
651 (pc-select-default-key-bindings, pc-select-extra-key-bindings)
652 (pc-select-meta-moves-sexps-key-bindings)
653 (pc-select-tty-key-bindings, pc-select-old-M-delete-binding):
654 New variables.
655 (pc-select-define-keys, pc-select-restore-keys): New functions.
656 (pc-select-add-to-alist, pc-select-save-and-set-var)
657 (pc-select-save-and-set-mode, pc-select-restore-var)
658 (pc-select-restore-mode): New macros.
659 (pc-selection-mode): Completely rewrote the body of the function;
660 the main goal was to make pc-selection-mode "turn-off"-able, like
661 other minor modes. Use define-minore-mode instead of just a
662 defun. Store the key bindings into four alists:
663 pc-select-default-key-bindings, pc-select-extra-key-bindings,
664 pc-select-meta-moves-sexps-key-bindings, and
665 pc-select-tty-key-bindings; then have the pc-select-define-keys
666 function walk those alists instead of calling define-key
667 repeatedly. When the mode is turned on, set the
668 keybindings in global-map and remember the old keybindings; when
669 the mode is turned off, restore the previously-saved keybindings.
670 (pc-selection-mode defcustom): Reflect the fact that the mode is
671 now "turn-off"-able.
672
673 2002-01-26 Eli Zaretskii <eliz@is.elta.co.il>
674
675 * eshell/esh-cmd.el (eshell-eval-command): If eshell-resume-eval
676 returns t, don't treat that as an error.
677
678 2002-01-25 Jason Rumney <jasonr@gnu.org>
679
680 * faces.el (face-font-registry-alternatives) [windows-nt]:
681 Add ms-oemlatin as an alternative for iso8859-1.
682
683 2002-01-25 Stefan Monnier <monnier@cs.yale.edu>
684
685 * pcvs.el (cvs-reread-cvsrc): Distinguish between an empty list of
686 args and the absence of an entry. Don't add -f each time.
687
688 2002-01-25 Eli Zaretskii <eliz@is.elta.co.il>
689
690 * emacs-lisp/cl-seq.el (mismatch): Doc fix.
691
692 Support for more than 8 colors on character terminals:
693
694 * term/rxvt.el: New file.
695
696 * Makefile.in (DONTCOMPILE): Remove term/xterm.el.
697
698 * term/xterm.el (xterm-standard-colors): New variable.
699 (xterm-rgb-convert-to-16bit, xterm-register-default-colors)
700 (xterm-rxvt-set-background-mode): New functions.
701 (toplevel): Call xterm-register-default-colors,
702 xterm-rxvt-set-background-mode, and tty-set-up-initial-frame-faces.
703 Add support for more keys from xterm's terminfo entry.
704
705 * facemenu.el (list-colors-display): If the argument is nil, don't
706 show more colors that the number returned by display-color-cells.
707
708 * term/pc-win.el (msdos-color-values): Reverse the order of the
709 colors, since tty-color-define now preserves the registration order.
710
711 * w32-fns.el (w32-tty-standard-colors): Reverse the order.
712
713 * term/tty-colors.el (tty-standard-colors): Reverse the order.
714 (tty-register-default-colors): New function; code moved from
715 startup.el's command-line.
716 (tty-modify-color-alist): Use nconc instead of cons, to preserve
717 the order the colors where registered.
718
719 * frame.el (display-color-cells): Use tty-display-color-cells.
720
721 * startup.el (command-line): Call tty-register-default-colors.
722
723 2002-01-25 Richard M. Stallman <rms@gnu.org>
724
725 * subr.el (remove): Doc fix.
726
727 2002-01-24 Richard M. Stallman <rms@gnu.org>
728
729 * progmodes/compile.el (compilation-handle-exit):
730 Add a compilation-handle-exit property to the "finished" message.
731 (compilation-parse-errors): Stop parsing when that property is seen.
732
733 * subr.el (substring-no-properties): New function.
734 (copy-without-properties): Function deleted.
735
736 * term/x-win.el (x-handle-geometry): Put sizes on both
737 initial-frame-alist and default-frame-alist.
738
739 * cus-edit.el (custom-save-all): Bind file-precious-flag to t
740 for saving .emacs.
741
742 * files.el (basic-save-buffer-2): Ignore file-error in delete-file.
743
744 * calendar/calendar.el (generate-calendar-month): Doc fix.
745
746 2002-01-23 Richard M. Stallman <rms@gnu.org>
747
748 * play/tetris.el (tetris): New defgroup.
749 (tetris-use-glyphs, tetris-use-color, tetris-draw-border-with-glyphs)
750 (tetris-default-tick-period): Convert to defcustom.
751 Added * in docstring to indicate user variable.
752 (tetris-update-speed-function, tetris-mode-hook, tetris-tty-colors)
753 (tetris-x-colors, tetris-buffer-name, tetris-buffer-width)
754 (tetris-buffer-height, tetris-width, tetris-height)
755 (tetris-top-left-x, tetris-top-left-y): Convert to defcustom.
756
757 2002-01-22 Stefan Monnier <monnier@cs.yale.edu>
758
759 * mail/sendmail.el (mail-mode): ">" is not a supercite-style prefix
760 and is already matched by adaptive-fill-regexp.
761
762 2002-01-22 Richard M. Stallman <rms@gnu.org>
763
764 * bindings.el (mode-line-copied-mode-name): New variable.
765 (mode-line-mode-name): Don't modify mode-name itself!
766 Instead, make a copy and reuse it.
767
768 * subr.el (copy-without-properties): New function.
769
770 * progmodes/sh-script.el (sh-set-shell): Doc fix.
771
772 * net/ange-ftp.el (ange-ftp-canonize-filename): Avoid duplicate
773 slash if DIR is just slash.
774
775 * progmodes/perl-mode.el (perl-mode-abbrev-table): Restore definition.
776
777 2002-01-21 Richard M. Stallman <rms@gnu.org>
778
779 * emacs-lisp/copyright.el (copyright-regexp): Fix previous change.
780
781 * net/ange-ftp.el (ange-ftp-bs2000-posix-hook-installed):
782 Move defvar up.
783
784 * textmodes/ispell.el (ispell-help): Clean up echo area if user quits.
785
786 * ibuffer.el: Don't require ibuf-ext at load time.
787 (ibuffer): Require ibuf-ext here.
788
789 2002-01-21 Francesco Potorti` <pot@gnu.org>
790
791 * generic-x.el (apache-conf-generic-mode): Highlight the first
792 word in a line even if preceded by blanks.
793
794 2002-01-21 Richard M. Stallman <rms@gnu.org>
795
796 * window.el (window-body-height): Handle minibuffer window specially.
797 Otherwise, don't return less than 1.
798
799 2002-01-20 Thomas Dorner <Thomas.Dorner@start.de>
800
801 * ange-ftp.el: Added support for BS2000, and for raw ftp
802 login commands (needed in some circumstances).
803 (ange-ftp-raw-login): New custom var.
804 (ange-ftp-normal-login): Perform login with raw ftp commands, if
805 ange-ftp-raw-login is set and account password is needed.
806 (ange-ftp-host-type, ange-ftp-guess-host-type): Handle BS2000 hosts.
807 (ange-ftp-bs2000-filename-pubset-regexp)
808 (ange-ftp-bs2000-filename-username-regexp)
809 (ange-ftp-bs2000-filename-prefix-regexp)
810 (ange-ftp-bs2000-name-template): New consts.
811 (ange-ftp-bs2000-short-filename-regexp)
812 (ange-ftp-bs2000-fix-name-regexp-reverse)
813 (ange-ftp-bs2000-fix-name-regexp): New consts.
814 (ange-ftp-bs2000-special-prefix): New custom var.
815 (ange-ftp-fix-name-for-bs2000)
816 (ange-ftp-fix-dir-name-for-bs2000): New funs.
817 (ange-ftp-bs2000-host-regexp, ange-ftp-bs2000-posix-host-regexp)
818 (ange-ftp-bs2000-posix-hook-installed): New vars.
819 (ange-ftp-parse-bs2000-filename, ange-ftp-parse-bs2000-listing)
820 (ange-ftp-bs2000-host, ange-ftp-bs2000-posix-host)
821 (ange-ftp-add-bs2000-host, ange-ftp-add-bs2000-posix-host): New funs.
822 (ange-ftp-bs2000-filename-regexp): New const.
823 (ange-ftp-bs2000-additional-pubsets): New custom var.
824 (ange-ftp-bs2000-cd-to-posix): New fun.
825
826 2002-01-20 Colin Walters <walters@verbum.org>
827
828 * ibuffer.el: (toplevel) Require `ibuf-ext', which is now compiled
829 with `byte-compile-dynamic'.
830 (ibuffer-default-directory, toplevel): Doc files.
831
832 2002-01-20 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
833
834 * tempo.el (tempo-define-template): Doc fix.
835
836 * scroll-bar.el (scroll-bar-mode): Make argument optional.
837
838 2002-01-20 Jason Rumney <jasonr@gnu.org>
839
840 * w32-vars.el: New file.
841
842 * loadup.el [windows-nt]: Load it.
843
844 * w32-fns.el, term/w32-win.el: Move user variables to w32-vars.el
845 and make them defcustoms.
846
847 * term/w32-win.el (mouse-set-font): Use w32-list-proportional-fonts.
848
849 2002-01-19 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
850
851 * language/tibet-util.el (tibetan-decompose-region)
852 (tibetan-decompose-string): Fix typo in docstring.
853
854 * ruler-mode.el (ruler-mode): New keyword. Fix :version.
855
856 2002-01-18 Richard M. Stallman <rms@gnu.org>
857
858 * comint.el (comint-redirect-send-command-to-process):
859 Restore previous current buffer.
860
861 * window.el (window-body-height): New function.
862
863 2002-01-18 Zoltan Kemenczy <kemenczy@rogers.com>
864
865 * gud.el (easy-mmode-defmap): Enable "Up Stack", "Down Stack", and
866 "Finish Function" menu map entries for jdb mode.
867 (gud-jdb-use-classpath): New customization variable.
868 (gud-jdb-command-name): Add customization.
869 (gud-jdb-classpath, gud-marker-acc-max-length): New variables.
870 (gud-jdb-classpath-string): New variable.
871 (gud-jdb-source-files, gud-jdb-class-source-alist): Add doc strings.
872 (gud-jdb-build-source-files-list): Likewise.
873 (gud-jdb-massage-args): Record any command argument classpath
874 string in `gud-jdb-classpath-string'.
875 (gud-jdb-lowest-stack-level): New function, finds bottom of current
876 java call stack in jdb output.
877 (gud-jdb-find-source-using-classpath, gud-jdb-find-source)
878 (gud-jdb-parse-classpath-string): New functions.
879 (gud-jdb-marker-filter): Search/detect classpath information in
880 jdb's output. marker regexp updated to match oldjdb and jdb output
881 formats. Expand search for source files to include new/old methods
882 using new functions above. Do not allow `gud-marker-acc' to grow
883 without bound.
884 (jdb): Set classpath information (if available) as jdb is started.
885 Change `gud-break' and `gud-remove'
886 to use new %c ("class") escape in format strings. Add
887 `gud-finish', `gud-up', `gud-down' command string functions, and
888 add them to the local menu map. Update `comint-prompt-regexp' for
889 jdb and oldjdb. If attaching to an already running java VM and
890 configured to use classpath, send command to query for classpath,
891 else use previous method for finding and parsing java
892 sources. Set `gud-jdb-find-source' function accordingly.
893 (gud-mode): Doc fix.
894 (gud-format-command): Add support for new %c ("class") escape.
895 (gud-find-class): New function in support of %c escape.
896
897 2002-01-17 Richard M. Stallman <rms@gnu.org>
898
899 * ibuf-ext.el: Enable byte-compile-dynamic.
900
901 2002-01-17 Jason Rumney <jasonr@gnu.org>
902
903 * term/w32-win.el: Restore conditional require of fontset.
904
905 2002-01-16 Richard M. Stallman <rms@gnu.org>
906
907 * mouse.el (mouse-drag-region-1): Renamed from mouse-drag-region,
908 more or less.
909 (mouse-drag-region): New function. For a click in the echo area,
910 show *Messages*.
911
912 * ibuf-ext.el: Delete the autoloads for functions defined with
913 ibuffer-specific commands.
914
915 * help.el (describe-distribution): Really call view-file.
916
917 * net/ange-ftp.el (ange-ftp-passive-mode): New arg PROC.
918 (ange-ftp-get-process): Pass that arg.
919
920 * comint.el (comint-simple-send): Fix previous change.
921
922 * net/telnet.el (telnet-simple-send): Fix previous change.
923
924 * progmodes/sql.el (sql-escape-newlines-and-send)
925 (sql-query-placeholders-and-send): Fix previous change.
926
927 2002-01-16 Colin Walters <walters@verbum.org>
928
929 * ibuf-ext.el, ibuf-macs.el, ibuffer.el (toplevel): Remove X-RCS,
930 URL, Compatibility headers. Update copyright notice.
931 * ibuf-macs.el (toplevel): Require `cl' when compiling.
932
933 2002-01-16 Andrew Choi <akochoi@cse.cuhk.edu.hk>
934
935 * startup.el (command-line): Set EOL mnemonics for the Mac.
936
937 2002-01-16 Andreas Schwab <schwab@suse.de>
938
939 * mail/feedmail.el (feedmail): Fix :link spec.
940
941 2002-01-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
942
943 * net/ldap.el (ldap-ldapsearch-prog): Default to OpenLDAP version
944 2 ldapsearch.
945
946 * net/eudc.el: New maintainer. Change author's address.
947 (eudc-pre-select-window-configuration, eudc-insertion-marker):
948 Variables removed.
949 (eudc-insert-selected): Function removed.
950 (eudc-select): Reimplemented.
951 (eudc-expand-inline): Delete the strings only after its expansion
952 is chosen not before.
953
954 * net/eudcb-ph.el (eudc-ph-open-session): Remove XEmacs case.
955 Minor coding style fixes.
956
957 * net/eudcb-ldap.el: New maintainer. Change author's address.
958 (eudc-attribute-display-method-alist): Display mail with
959 eudc-display-mail.
960
961 * net/eudcb-bbdb.el, net/eudc-export.el, net/eudc-hotlist.el,
962 * net/eudc-vars.el: New maintainer. Change author's address.
963
964 * net/eudc-bob.el: New maintainer. Change author's address.
965 (eudc-bob-mail-keymap): New keymap for e-mail addresses.
966 (eudc-display-mail): New function.
967 (eudc-bob-play-sound-at-point): Remove XEmacs case.
968
969 2002-01-15 Richard M. Stallman <rms@gnu.org>
970
971 * emacs-lisp/autoload.el (make-autoload):
972 Don't handle define-ibuffer-column, define-ibuffer-filter,
973 define-ibuffer-sorter, and define-ibuffer-op.
974
975 2002-01-14 Richard M. Stallman <rms@gnu.org>
976
977 * calendar/calendar.el (diary-date-forms): Doc fix.
978
979 2002-01-14 Eli Zaretskii <eliz@is.elta.co.il>
980
981 * startup.el (command-line): Register the default tty colors even
982 if the terminal doesn't seem to support colors.
983 <tty-long-option-alist>: New option --color.
984 (tty-handle-args): Parse the --color arg.
985
986 * term/tty-colors.el (tty-color-mode-alist): New variable.
987
988 2002-01-14 Stefan Monnier <monnier@cs.yale.edu>
989
990 * net/ange-ftp.el (ange-ftp-root-dir-p): New function.
991 (ange-ftp-file-name-all-completions, ange-ftp-file-name-completion):
992 Use it.
993 (ange-ftp-hook-function): Preserve match-data.
994 (ange-ftp-insert-directory): Typo.
995 (ange-ftp-shell-command): Check if regexp matched.
996
997 2002-01-13 Richard M. Stallman <rms@gnu.org>
998
999 * international/mule-cmds.el: help-map bindings moved to help.el.
1000
1001 * help.el (view-echo-area-messages): New function.
1002 (help-map): Add `e' binding. Delete obsolete `d' binding.
1003 Change old Info bindings C-f, C-k and C-i to F, K, S.
1004 Move view-emacs-FAQ from F to C-f.
1005 Move view-emacs-problems from P to C-e.
1006 Bindings moved here from mule-cmds.el.
1007 C-l binding for describe-language-environment deleted
1008 (help-for-help): Update for all these changes.
1009
1010 * emacs-lisp/copyright.el (copyright-regexp): Make (C) optional.
1011
1012 2002-01-13 Dave Love <fx@gnu.org>
1013
1014 * emacs-lisp/copyright.el: Doc fixes.
1015 (copyright-regexp): Add Latin-9 copyright sign.
1016 Match comment delimiters in year lists.
1017 (copyright-current-year): Initialize to load-time year.
1018
1019 2002-01-13 Andreas Schwab <schwab@suse.de>
1020
1021 * dired-aux.el (dired-do-shell-command): Doc fix.
1022
1023 2002-01-13 Jan Djarv <Jan.Djarv@mbox200.swipnet.se>
1024
1025 * startup.el (command-line-x-option-alist): New options "-fs",
1026 "-fw", "-fh", "--fullscreen", "--fullwidth", and "--fullheight".
1027
1028 * term/x-win.el (x-handle-initial-switch): New function.
1029
1030 2002-01-13 Colin Walters <walters@debian.org>
1031
1032 * emacs-lisp/autoload.el (make-autoload): Handle
1033 define-ibuffer-column, define-ibuffer-filter,
1034 define-ibuffer-sorter, and define-ibuffer-op.
1035
1036 * emacs-lisp/lisp-mode.el (toplevel): Ditto.
1037
1038 * ibuffer.el, ibuf-ext.el, ibuf-macs.el: New files.
1039
1040 2002-01-12 Richard M. Stallman <rms@gnu.org>
1041
1042 * net/browse-url.el (browse-url-grail):
1043 Use browse-url-maybe-new-window.
1044
1045 * net/telnet.el (telnet-simple-send): Handle
1046 comint-input-sender-no-newline like comint-simple-send.
1047
1048 * progmodes/sql.el (sql-query-placeholders-and-send): Handle
1049 comint-input-sender-no-newline like comint-simple-send.
1050 (sql-escape-newlines-and-send): Likewise.
1051
1052 * comint.el (comint-input-sender): Doc fix.
1053 (comint-input-sender-no-newline): New variable.
1054 (comint-simple-send): If comint-input-sender-no-newline,
1055 don't output newline, but maybe send eof.
1056 (comint-send-input): New arg NO-NEWLINE.
1057 (comint-send-eof): Call comint-send-eof with NO-NEWLINE.
1058
1059 2002-01-12 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1060
1061 * textmodes/flyspell.el (flyspell-check-pre-word-p): Prevent
1062 delaying when executing keyboard macros.
1063
1064 2002-01-12 Richard M. Stallman <rms@gnu.org>
1065
1066 * simple.el (line-move): If we can't move enough lines,
1067 go to beginning or end of line.
1068
1069 * help-mode.el (help-xref-go-back): Restore POSITION in proper buffer
1070 and proper window.
1071
1072 * help.el (describe-mode): Call help-setup-xref in the help buffer.
1073 Switch buffers only after calling `help-buffer'.
1074
1075 * dired-aux.el (dired-shell-stuff-it): Substitute for * or ?
1076 only when they are surrounded by whitespace.
1077 Use dired-mark-separator when adding one file name to a command.
1078 (dired-do-shell-command): Verify that * is surrounded by whitespace.
1079 Ask for confirmation if * or ? is not surrounded by whitespace.
1080 (dired-bunch-files): Re-reverse the partial file list when it is used.
1081
1082 2002-01-12 Richard M. Stallman <rms@gnu.org>
1083
1084 * comint.el (comint-dynamic-list-completions): Repeating the command
1085 after displaying a completion list scrolls the list.
1086
1087 2002-01-12 Eli Zaretskii <eliz@is.elta.co.il>
1088
1089 * files.el (find-file-noselect): Don't consider a buffer as
1090 visiting a file literally if it is in hexl-mode.
1091
1092 * faces.el (minibuffer-prompt): A better face definition for MS-DOS.
1093
1094 2002-01-11 Richard M. Stallman <rms@gnu.org>
1095
1096 * startup.el (initial-scratch-message): Fix custom type, add group.
1097
1098 * mail/rmail.el (rmail-decode-babyl-format): Disable undo
1099 around the decode-coding-region call.
1100
1101 * emacs-lisp/lisp.el (lisp-complete-symbol): Repeating the command
1102 after displaying a completion list scrolls the list.
1103
1104 2002-01-11 Eli Zaretskii <eliz@is.elta.co.il>
1105
1106 * version.el (emacs-version): Bump to 21.2.50.
1107
1108 2002-01-10 Thien-Thi Nguyen <ttn@giblet.glug.org>
1109
1110 * play/zone.el (zone-timeout): New var.
1111 (zone-hiding-modeline): New macro.
1112 (zone-call): New func.
1113
1114 (zone): Init `modeline-hidden-level' symbol property.
1115 Use `zone-call' instead of `funcall'.
1116
1117 (zone-pgm-whack-chars): Use `make-string' (fix bug introduced in 2001-10-26T20:11:25Z!monnier@iro.umontreal.ca).
1118
1119 (zone-pgm-stress): Use `zone-hiding-modeline'.
1120
1121 (zone-pgm-stress-destress): New zone program.
1122
1123 2002-01-10 Eli Zaretskii <eliz@is.elta.co.il>
1124
1125 * faces.el (minibuffer-prompt): Special face definition for MS-DOS.
1126
1127 2002-01-09 Richard M. Stallman <rms@gnu.org>
1128
1129 * startup.el (fancy-splash-screens): Set tab-width in correct buffer.
1130
1131 2002-01-09 Michael Kifer <kifer@cs.stonybrook.edu>
1132
1133 * viper.el (viper-set-hooks): Zap viper-unfriendly bindings in
1134 flyspell-mouse-map.
1135
1136 2002-01-08 Richard M. Stallman <rms@gnu.org>
1137
1138 * emacs-lisp/regexp-opt.el (regexp-opt): Bind max-specpdl-size.
1139
1140 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Fix custom type.
1141
1142 * textmodes/flyspell.el (flyspell-mode-line-string): Fix custom type.
1143
1144 2002-01-08 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1145
1146 * progmodes/ada-mode.el (ada-initialize-properties, ada-mode):
1147 Do not use make-local-hook.
1148
1149 2002-01-08 Eli Zaretskii <eliz@is.elta.co.il>
1150
1151 * international/quail.el (quail-start-translation)
1152 (quail-start-conversion): Bind last-command-event, last-command,
1153 and this-command in the first let. This fixes the change from
1154 2000-08-30.
1155
1156 2002-01-08 Michael Kifer <kifer@cs.stonybrook.edu>
1157
1158 * ediff-hook.el: Add an autoload cookie.
1159
1160 2002-01-08 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1161
1162 * net/eudcb-ph.el, net/ldap.el: New maintainer. New e-mail
1163 address of the author.
1164
1165 2002-01-08 Richard M. Stallman <rms@gnu.org>
1166
1167 * replace.el (occur-mode-goto-occurrence-other-window): New command.
1168 (occur-mode-map): Bind `o' to that.
1169
1170 2002-01-07 Michael Kifer <kifer@cs.stonybrook.edu>
1171
1172 * viper-init.el (viper-cond-compile-for-xemacs-or-emacs):
1173 new macro that replaces viper-emacs-p and viper-xemacs-p in many
1174 cases. Used to reduce the number of warnings.
1175
1176 * viper-cmd.el: Use viper-cond-compile-for-xemacs-or-emacs.
1177 (viper-standard-value): Move here from viper.el.
1178 (viper-set-unread-command-events): Move to viper-util.el
1179 (viper-check-minibuffer-overlay): Make sure
1180 viper-minibuffer-overlay is moved to cover the entire input field.
1181
1182 * viper-util.el: use viper-cond-compile-for-xemacs-or-emacs.
1183 (viper-read-key-sequence, viper-set-unread-command-events)
1184 (viper-char-symbol-sequence-p, viper-char-array-p): Moved here.
1185
1186 * viper-ex.el: Use viper-cond-compile-for-xemacs-or-emacs.
1187
1188 * viper-keym.el: Use viper-cond-compile-for-xemacs-or-emacs.
1189
1190 * viper-mous.el: Use viper-cond-compile-for-xemacs-or-emacs.
1191
1192 * viper-macs.el (viper-char-array-p, viper-char-symbol-sequence-p)
1193 (viper-event-vector-p): Move to viper-util.el
1194
1195 * viper.el (viper-standard-value): Move to viper-cmd.el.
1196 Use viper-cond-compile-for-xemacs-or-emacs.
1197
1198 * ediff-help.el: Use ediff-cond-compile-for-xemacs-or-emacs.
1199
1200 * ediff-hook.el: Use ediff-cond-compile-for-xemacs-or-emacs.
1201
1202 * ediff-init.el (ediff-cond-compile-for-xemacs-or-emacs):
1203 New macro designed to be used in many places where ediff-emacs-p or
1204 ediff-xemacs-p was previously used. Reduces the number of warnings.
1205 Use ediff-cond-compile-for-xemacs-or-emacs in many places in lieu
1206 of ediff-xemacs-p.
1207 (ediff-make-current-diff-overlay, ediff-highlight-diff-in-one-buffer)
1208 (ediff-convert-fine-diffs-to-overlays, ediff-empty-diff-region-p)
1209 (ediff-whitespace-diff-region-p, ediff-get-region-contents):
1210 Move to ediff-util.el.
1211 (ediff-event-key): Moved here.
1212
1213 * ediff-merge.el: Got rid of unreferenced variables.
1214
1215 * ediff-mult.el: Use ediff-cond-compile-for-xemacs-or-emacs.
1216
1217 * ediff-util.el: Use ediff-cond-compile-for-xemacs-or-emacs.
1218 (ediff-cleanup-mess): Improve the way windows are set up after
1219 quitting ediff.
1220 (ediff-janitor): Use ediff-dispose-of-variant-according-to-user.
1221 (ediff-dispose-of-variant-according-to-user): New function
1222 designed to be smarter and also understands indirect buffers.
1223 (ediff-highlight-diff-in-one-buffer)
1224 (ediff-unhighlight-diff-in-one-buffer)
1225 (ediff-unhighlight-diffs-totally-in-one-buffer)
1226 (ediff-highlight-diff, ediff-highlight-diff)
1227 (ediff-unhighlight-diff, ediff-unhighlight-diffs-totally)
1228 (ediff-empty-diff-region-p, ediff-whitespace-diff-region-p)
1229 (ediff-get-region-contents, ediff-make-current-diff-overlay):
1230 Moved here.
1231 (ediff-format-bindings-of): New function by Hannu Koivisto
1232 <azure@iki.fi>.
1233 (ediff-setup): Make sure the merge buffer is always widened and
1234 modifiable.
1235 (ediff-write-merge-buffer-and-maybe-kill): Refuse to write the
1236 result of a merge into a file visited by another buffer.
1237 (ediff-arrange-autosave-in-merge-jobs): Check if the merge file
1238 is visited by another buffer and ask to save/delete that buffer.
1239 (ediff-verify-file-merge-buffer): New function to do the above.
1240
1241 * ediff-vers.el: Load ediff-init.el at compile time.
1242
1243 * ediff-wind.el: Use ediff-cond-compile-for-xemacs-or-emacs.
1244
1245 * ediff.el (ediff-windows, ediff-regions-wordwise)
1246 (ediff-regions-linewise): Use indirect buffers to improve
1247 robustness and make it possible to compare regions of the same
1248 buffer (even overlapping regions).
1249 (ediff-clone-buffer-for-region-comparison)
1250 (ediff-clone-buffer-for-window-comparison): New functions.
1251 (ediff-files-internal): Refuse to compare identical files.
1252 (ediff-regions-internal): Get rid of the warning about comparing
1253 regions of the same buffer.
1254
1255 * ediff-diff.el (ediff-convert-fine-diffs-to-overlays): Moved here.
1256 Plus the following fixes courtesy of Dave Love: Doc fixes.
1257 (ediff-word-1): Use word class and move - to the
1258 front per regexp documentation.
1259 (ediff-wordify): Bind forward-word-function outside loop.
1260 (ediff-copy-to-buffer): Use insert-buffer-substring rather than
1261 consing buffer contents.
1262 (ediff-goto-word): Move syntax table setting outside loop.
1263
1264 2002-01-07 Richard M. Stallman <rms@gnu.org>
1265
1266 * dired.el (dired-copy-filename-as-kill): Call kill-append
1267 if following a kill command.
1268
1269 * help-fns.el (describe-variable, describe-function):
1270 Do save-excursion.
1271
1272 2002-01-06 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1273
1274 * net/ldap.el (ldap-search-internal): Skip error message from
1275 ldapsearch. Allow listing attribute names only. Do not open
1276 non-existent files.
1277
1278 * net/eudcb-ldap.el (eudc-ldap-get-field-list): Do not try to
1279 call non-existent function.
1280
1281 * net/eudc.el (top-level): Revert previous change.
1282
1283 * net/net-utils.el (nslookup-font-lock-keywords): Defvar font-lock
1284 variables to prevent warning from byte-compiler.
1285
1286 * net/eudc.el (top-level): Use eudc-xemacs-p instead of
1287 string-match on emacs-version again.
1288
1289 * enriched.el (enriched-make-annotation): Fix the change from
1290 2002-01-05.
1291 (enriched-handle-display-prop): Return proper values.
1292
1293 * net/eudcb-ldap.el (eudc-attribute-display-method-alist): Use
1294 proper attribute name labeledUri instead of deprecated labeledUrl.
1295
1296 2002-01-05 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1297
1298 * net/eudc-hotlist.el (eudc-edit-hotlist): Avoid error when
1299 editing an empty hotlist.
1300
1301 * net/ldap.el (ldap-search-internal): Make the buffer unibyte.
1302 Use buffer-string instead of buffer-substring for the whole
1303 buffer.
1304
1305 * net/eudc-vars.el (eudc-external-viewers): Do not use xv, it is
1306 not free.
1307
1308 * net/eudc-bob.el (eudc-bob-can-display-inline-images)
1309 (eudc-bob-display-jpeg): Use fboundp instead of boundp.
1310 (eudc-bob-save-object): Make the buffer unibyte.
1311 (eudc-bob-generic-keymap): Add new keybinding `!' to pipe the
1312 object to external program.
1313
1314 2002-01-05 Andre Spiegel <spiegel@gnu.org>
1315
1316 * vc.el (vc-branch-part): Return nil if there's no `.'
1317 (vc-default-previous-version): Renamed from vc-previous-version.
1318 New args BACKEND and FILE. Return nil for revision numbers
1319 without a `.'
1320 (vc-version-diff): Call vc-BACKEND-previous-version.
1321 (vc-steal-lock): Steal lock before composing mail, so that no mail
1322 is sent when the stealing goes wrong. And we'll actually see the
1323 error in that case now.
1324 (vc-finish-steal): Removed.
1325
1326 * vc-rcs.el (vc-rcs-steal-lock): Do a real checkout after stealing
1327 the lock, so that we see expanded headers.
1328 (vc-rcs-trunk-p, vc-rcs-branch-part, vc-rcs-branch-p,
1329 vc-rcs-minor-part, vc-rcs-previous-version): Removed. These are
1330 available from vc.el. Updated all callers.
1331
1332 2002-01-05 Richard M. Stallman <rms@gnu.org>
1333
1334 * enriched.el (enriched-make-annotation): Doc fix.
1335
1336 * format.el (format-replace-strings, format-subtract-regions)
1337 (format-annotate-region, format-annotate-location)
1338 (format-annotate-atomic-property-change)
1339 (format-annotate-single-property-change): Doc fixes.
1340
1341 2002-01-05 Jason Rumney <jasonr@gnu.org>
1342
1343 * term/w32-win.el: Require fontset unconditionally.
1344 (w32-handle-scroll-bar-event): Remove.
1345
1346 2002-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
1347
1348 * emacs-lisp/copyright.el (copyright-regexp): Allow multi-line
1349 copyrights to be updated.
1350
1351 2002-01-04 Eli Zaretskii <eliz@is.elta.co.il>
1352
1353 * textmodes/texinfo.el (texinfo-insert-@end): Fix the change from
1354 2001-10-24.
1355
1356 * mail/sendmail.el (mail-recover-1, mail-recover): Doc fix.
1357
1358 2002-01-04 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1359
1360 * net/ldap.el (ldap-host-parameters-alist): Remove duplicated
1361 entry.
1362 (ldap-ignore-attribute-codings): Change the default value to allow
1363 encoding/decoding of attributes.
1364 (ldap-coding-system): Use UTF-8 as the coding-system. Doc fix.
1365
1366 2002-01-03 Richard M. Stallman <rms@gnu.org>
1367
1368 * files.el (basic-save-buffer): Undo previous change.
1369
1370 * calendar/diary-lib.el (diary-block): Doc fix.
1371
1372 * custom.el (defcustom): Fix syntax of previous change.
1373
1374 2002-01-03 Per Abrahamsen <abraham@dina.kvl.dk>
1375
1376 * custom.el (defcustom): Documented :tag, :link and :load.
1377
1378 2002-01-03 Eli Zaretskii <eliz@is.elta.co.il>
1379
1380 * mail/sendmail.el (mail-recover-1): New function.
1381 (mail-recover): Switch to the *mail* buffer right away. Use
1382 buffer-auto-save-file-name instead of calling
1383 make-auto-save-file-name. Call dired-noselect instead of invoking
1384 `ls' directly. Bind coding-system-for-read to emacs-mule-unix
1385 before reading the auto-save file. If the buffer's auto-save file
1386 does not exist, call mail-recover-1 to allow recovery from past
1387 auto-saved drafts.
1388
1389 2002-01-03 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1390
1391 * time.el (display-time-load-average-threshold): Fix defcustom
1392 (add type and group).
1393
1394 * net/ange-ftp.el (ange-ftp-shell-command): Remove port
1395 specification from the hostname.
1396
1397 2002-01-02 Richard M. Stallman <rms@gnu.org>
1398
1399 * facemenu.el (facemenu-active-faces):
1400 Use face-attributes-as-vector, not face-attributes-vector.
1401
1402 2002-01-02 Chris Hanson <cph@aarau.ai.mit.edu>
1403
1404 * xscheme.el: Eleven years of updates on a private copy.
1405
1406 Extensive changes to support multiple xscheme buffers:
1407 (run-scheme): Break up into new functions to facilitate starting
1408 processes in other buffers.
1409 (xscheme-start, xscheme-read-command-line): New functions.
1410 (start-scheme, select-scheme)
1411 (default-xscheme-runlight)
1412 (global-set-scheme-interaction-buffer)
1413 (local-set-scheme-interaction-buffer)
1414 (local-clear-scheme-interaction-buffer)
1415 (exit-scheme-interaction-mode)
1416 (verify-xscheme-buffer): New functions.
1417 (xscheme-process-name, xscheme-buffer-name)
1418 (xscheme-runlight): New internal vars.
1419 (default-xscheme-runlight): New const.
1420 (xscheme-start-process): Add args for the process/buffer names.
1421 (reset-scheme): Pass process/buffer names.
1422 (scheme-interaction-mode): Initialize new local vars.
1423 (reset-scheme, xscheme-send-string-2, xscheme-process-running-p)
1424 (xscheme-select-process-buffer, xscheme-process-buffer)
1425 (xscheme-send-region, xscheme-send-char, xscheme-send-interrupt)
1426 (xscheme-goto-output-point, xscheme-write-message-1): Use new
1427 var xscheme-process-name.
1428 (xscheme-start-process): Initialize xscheme-process-name and
1429 xscheme-buffer-name in the process buffer. Pass buffer name to
1430 xscheme-modeline-initialize.
1431 (xscheme-modeline-initialize): Add argument to specify buffer name
1432 for mode-line vars.
1433 (xscheme-process-sentinel): Make sure sentinel is run in the
1434 process buffer so it sees its local vars.
1435 (xscheme-process-filter-initialize, xscheme-set-runlight): More
1436 elaborate logic to handle multiple-buffer mode lines.
1437
1438 (xscheme-enter-input-wait): Re-enable control-G handler upon
1439 entering input wait.
1440
1441 (scheme-interaction-mode): Add arg to preserve local vars.
1442 (xscheme-enter-interaction-mode)
1443 (xscheme-enter-debugger-mode): Preserve local vars.
1444 (xscheme-start-process): Clobber local vars.
1445
1446 (scheme-interaction-mode-commands): Allow end user to add commands
1447 to scheme-interaction-mode keymap.
1448 (scheme-interaction-mode-commands-alist): New variable.
1449
1450 (xscheme-send-string): Don't use insert-before-markers.
1451
1452 Implement a per-buffer kill ring:
1453 (xscheme-insert-expression)
1454 (xscheme-rotate-yank-pointer, xscheme-yank)
1455 (xscheme-yank-pop, xscheme-yank-push): New functions.
1456 (xscheme-expressions-ring)
1457 (xscheme-expressions-ring-yank-pointer)
1458 (xscheme-expressions-ring-max): New variables.
1459 (xscheme-send-string-1): Call xscheme-insert-expression to save
1460 expression in ring.
1461 (xscheme-yank-previous-send): Now an alias for xscheme-yank.
1462 (xscheme-previous-send): Deleted variable.
1463
1464 (xscheme-send-string-2, xscheme-send-char, xscheme-send-proceed,
1465 xscheme-send-control-g-interrupt): Use process-send-string rather
1466 than send-string.
1467
1468 (xscheme-send-region): Insert a newline after an expression that
1469 is submitted in the interaction buffer, for consistency with
1470 recent changes to Edwin.
1471
1472 (xscheme-delete-output): New function mimics comint-delete-output.
1473 (xscheme-last-input-end): New internal variable.
1474 (xscheme-process-filter-output): Update xscheme-last-input-end.
1475
1476 (xscheme-send-control-g-interrupt): Make sure that
1477 xscheme-control-g-disabled-p is looked up in the right buffer.
1478
1479 (xscheme-enable-control-g): Clear C-g message if visible.
1480 (xscheme-control-g-message-string): New internal var.
1481 (xscheme-send-control-g-interrupt): Use new var.
1482
1483 (xscheme-send-control-g-interrupt, xscheme-send-interrupt): Delay
1484 after sending interrupt in order to work around race condition.
1485
1486 (xscheme-send-control-g-interrupt, xscheme-send-interrupt)
1487 (xscheme-send-char): Use xscheme-send-char rather than send-string
1488 to send single char.
1489
1490 (xscheme-process-filter, xscheme-process-filter-alist): Add
1491 support for evaluating expressions outside of the call-excursion.
1492 (xscheme-process-filter:string-action-noexcursion): New func.
1493
1494 (xscheme-write-value): Change output string to match that used by
1495 Edwin.
1496
1497 (xscheme-coerce-prompt): Don't write a space after a command
1498 prompt. The PROMPT-FOR-COMMAND- procedures will take care of this
1499 for us.
1500
1501 (reset-scheme): Delete process after killing it.
1502
1503 2002-01-02 Eli Zaretskii <eliz@is.elta.co.il>
1504
1505 * bindings.el (function-key-map): Don't bind shifted keypad
1506 numeric keys.
1507
1508 2002-01-02 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1509
1510 * enriched.el (enriched-handle-display-prop): Remove unused
1511 variables.
1512 (enriched-mode): Doc fix.
1513
1514 2002-01-02 Eli Zaretskii <eliz@is.elta.co.il>
1515
1516 * international/ucs-tables.el (ucs-8859-8-alist): Comment away
1517 Hebrew points.
1518
1519 2002-01-01 Richard M. Stallman <rms@gnu.org>
1520
1521 * jka-compr.el (jka-compr-write-region): If START = nil, use whole buf.
1522
1523 2001-12-31 Richard M. Stallman <rms@gnu.org>
1524
1525 * comint.el, cus-edit.el, diff-mode.el, enriched.el, font-lock.el:
1526 * generic-x.el, info.el, log-view.el, pcvs-info.el, speedbar.el:
1527 * wid-edit.el, woman.el, calendar/calendar.el, textmodes/flyspell.el:
1528 * emulation/viper-init.el, eshell/em-ls.el, progmodes/antlr-mode.el:
1529 * progmodes/cperl-mode.el, progmodes/idlwave.el:
1530 * progmodes/sh-script.el, progmodes/vhdl-mode.el:
1531 Adapt face definitions to use :weight and :slant.
1532
1533 * ps-print.el (ps-font-lock-face-attributes): Use :weight and :slant.
1534
1535 * cus-edit.el (custom-face-edit-fix-value): Delete `assert' call.
1536
1537 * font-lock.el (initializing from font-lock-face-attributes):
1538 Use :weight and :slant, not :bold and :italic.
1539
1540 2001-12-31 Per Abrahamsen <abraham@dina.kvl.dk>
1541
1542 * cus-edit.el (custom-face-edit-fix-value): New function.
1543 (custom-face-edit): Use it, to convert :italic and :bold to new forms.
1544
1545 2001-12-30 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1546
1547 * progmodes/octave-mod.el (octave-abbrev-table):
1548 * progmodes/idlwave.el (idlwave-mode-abbrev-table):
1549 * progmodes/fortran.el (fortran-mode-abbrev-table):
1550 * progmodes/f90.el (f90-mode-abbrev-table):
1551 * progmodes/vhdl-mode.el (vhdl-mode-abbrev-table-init):
1552 * progmodes/sql.el (sql-mode-abbrev-table): Mark all the
1553 predefined abbrevs as "system" abbrevs.
1554
1555 2001-12-30 Richard M. Stallman <rms@gnu.org>
1556
1557 * info.el (Info-fontify-node): For a **** underline line, put the
1558 invisible and intangible props on the following newline, but not
1559 on the previous newline or the last char of the previous line.
1560
1561 * faces.el (face-set-after-frame-default): Don't change `default' face.
1562
1563 * faces.el (minibuffer-prompt): Adopt some default colors.
1564
1565 * replace.el (query-replace-read-args): Immediate error if read-only.
1566
1567 * textmodes/makeinfo.el (makeinfo-compilation-sentinel):
1568 Display the output buffer in a more intelligent way.
1569
1570 2001-12-30 Eli Zaretskii <eliz@is.elta.co.il>
1571
1572 * ls-lisp.el (insert-directory): Modify the "total" line wording,
1573 in accordance with files.el's insert-directory.
1574
1575 2001-12-29 Richard M. Stallman <rms@gnu.org>
1576
1577 * files.el (basic-save-buffer): If a before-write hook displays
1578 an echo area message, pause before calling basic-save-buffer-1.
1579
1580 2001-12-29 Markus Rost <rost@math.ohio-state.edu>
1581
1582 * textmodes/reftex-global.el (reftex-query-replace-document)
1583 (reftex-change-label): Doc fix.
1584
1585 * dired-aux.el (dired-do-query-replace-regexp): Doc fix.
1586
1587 * progmodes/etags.el (tags-query-replace): Doc fix.
1588
1589 2001-12-29 Richard M. Stallman <rms@gnu.org>
1590
1591 * progmodes/compile.el (compile-internal): Fix previous change.
1592
1593 2001-12-28 Richard M. Stallman <rms@gnu.org>
1594
1595 * mouse.el (mouse-drag-mode-line-1): When dragging a mode line upward,
1596 shrink the windows above as necessary to get space.
1597 (mouse-drag-move-window-bottom, mouse-drag-window-above): New fns.
1598
1599 * net/ange-ftp.el (ange-ftp-allow-child-lookup): Always return nil.
1600 This fixes a bug that treated all files as directories.
1601 (ange-ftp-insert-directory): Explicitly follow symlinks.
1602
1603 * international/iso-transl.el (iso-transl-char-map) Eliminate the
1604 alias symbols--put the translated sequences here directly.
1605
1606 * progmodes/cc-mode.el (c-mode-abbrev-table)
1607 (c++-mode-abbrev-table, objc-mode-abbrev-table)
1608 (java-mode-abbrev-table, pike-mode-abbrev-table):
1609 Mark all the predefined abbrevs as "system" abbrevs.
1610
1611 * mail/sendmail.el (mail-envelope-from): Fix custom type.
1612 (sendmail-send-it): Check mail-specify-envelope-from
1613 and mail-envelope-from in the mail buffer at start.
1614
1615 2001-12-28 Simon Josefsson <jas@extundo.com>
1616
1617 * mail/sendmail.el (mail-envelope-from): Fix :type.
1618 (sendmail-send-it): Copy `mail-envelope-from' from calling buffer.
1619
1620 2001-12-28 Richard M. Stallman <rms@gnu.org>
1621
1622 * net/ldap.el (ldap-search-internal): Handle <file://...> in results.
1623
1624 * simple.el (line-move-invisible): New subroutine.
1625 (line-move-to-column): New subroutine--smarter about advancing over
1626 invisible parts of a line, or lines, but only as long as hpos grows.
1627 (line-move-finish): New subroutine: repeatedly processes desired
1628 column, intangibility, and fields.
1629 (line-move): Use those subroutines.
1630 When moving lines downward, skip invisible text first rather than last.
1631
1632 2001-12-27 Richard M. Stallman <rms@gnu.org>
1633
1634 * international/mule-diag.el (describe-char-after):
1635 Describe the text properties of the char after point.
1636
1637 * help.el (describe-key): Doc fix.
1638
1639 2001-12-26 Markus Rost <rost@math.ohio-state.edu>
1640
1641 * find-dired.el (find-dired-sentinel): Precede exit message by
1642 two spaces, to match the regexp in dired-between-files.
1643
1644 2001-12-28 Miles Bader <miles@gnu.org>
1645
1646 * wid-edit.el (widget-toggle-value-create): Don't eval actual
1647 images (which are lists too).
1648
1649 2001-12-27 Eli Zaretskii <eliz@is.elta.co.il>
1650
1651 * language/european.el: Fix the doc string of "Latin-5" language
1652 environment.
1653
1654 2001-12-26 Richard M. Stallman <rms@gnu.org>
1655
1656 * textmodes/flyspell.el (flyspell-mode-map): New keymap,
1657 defined as before 2001-11-09.
1658 (add-minor-mode call): Specify the keymap.
1659
1660 * progmodes/compile.el (compile-internal):
1661 Set TERM variable in process-environment.
1662
1663 2001-12-25 Richard M. Stallman <rms@gnu.org>
1664
1665 * help-mode.el (help-xref-on-pp): Catch and ignore errors in scanning
1666 the buffer.
1667
1668 * startup.el (command-line): Convert command line args
1669 to Emacs internal representation using locale-coding-system.
1670
1671 2001-12-25 Eli Zaretskii <eliz@is.elta.co.il>
1672
1673 * international/fontset.el: Don't require ind-util when compiling.
1674
1675 2001-12-25 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1676
1677 * emulation/tpu-edt.el (tpu-reset-screen-size): Use
1678 set-frame-height and set-frame-width instead of set-screen-height
1679 and set-screen-width.
1680
1681 * vt-control.el (vt-wide, vt-narrow): Use set-frame-width instead
1682 of obsolete set-screen-width.
1683
1684 * locate.el (locate): Remove dot at the end of error argument.
1685
1686 * emerge.el (emerge-show-file-name): Use frame-height instead of
1687 obsolete screen-height.
1688
1689 * mail/mh-utils.el (mh-show-msg): Likewise.
1690 (mh-handle-process-error): Use frame-width instead of obsolete
1691 screen-width.
1692
1693 2001-12-25 Richard M. Stallman <rms@gnu.org>
1694
1695 * window.el (balance-windows): Use new PRESERVE-BEFORE arg
1696 to enlarge-window. Use save-selected-window. Don't try
1697 to resize windows that end at the bottom "level".
1698 Retry changing the sizes until the windows get the desired sizes.
1699 Discount the minibuffer when computing total height available.
1700
1701 * emacs-lisp/debug.el (debugger-mode-map): Bind C-m, not `RET'.
1702 (debugger-make-xrefs): Only make a button for the first symbol
1703 on any line.
1704
1705 2001-12-24 Eli Zaretskii <eliz@is.elta.co.il>
1706
1707 * term/internal.el (dos-cpNNN-setup, dos-codepage-setup):
1708 Call IT-setup-unicode-display here instead of adding it to
1709 dos-codepage-setup-hook, so that Unicode display tables are set
1710 before dos-codepage-setup-hook runs.
1711
1712 2001-12-24 Richard M. Stallman <rms@gnu.org>
1713
1714 * net/net-utils.el (ftp-mode-abbrev-table): Don't define it.
1715 (nslookup-mode-abbrev-table): Don't define it.
1716 (smbclient-mode-abbrev-table): Don't define it.
1717 (ftp-mode): Don't use ftp-mode-abbrev-table; don't enable Abbrev mode.
1718 (nslookup-mode, smbclient-mode): Likewise.
1719 (network-connection-service-abbrev-alist): Variable deleted.
1720 (network-connection-mode-setup): Don't set up abbrev table.
1721
1722 * faces.el (minibuffer-prompt): New face.
1723 (minibuffer-prompt-properties): Add `face' property.
1724
1725 * replace.el (occur-mode-display-occurrence): New function.
1726 (occur-mode-map): Bind C-o to it.
1727
1728 2001-12-24 Michael Kifer <kifer@cs.sunysb.edu>
1729
1730 * viper-cmd.el (viper-change-state): Got rid of make-local-hook.
1731 (viper-special-read-and-insert-char): Make C-m work right in the r
1732 comand.
1733 (viper-buffer-search-enable): Fixed format string.
1734
1735 * viper-ex.el (ex-token-alist): Use ex-set-visited-file-name
1736 instead of viper-info-on-file.
1737 (ex-set-visited-file-name): New function.
1738
1739 * viper.el (viper-emacs-state-mode-list): Added mail-mode.
1740
1741 * ediff-mult.el (ediff-meta-mark-equal-files): Added optional
1742 action argument.
1743
1744 * ediff-init.el: Fixed some doc strings.
1745
1746 * ediff-util.el (ediff-after-quit-hook-internal): New variable.
1747 Got rid of make-local-hook.
1748
1749 * ediff-wind.el (ediff-setup-control-frame): Got rid of
1750 make-local-hook.
1751
1752 2001-12-23 Richard M. Stallman <rms@gnu.org>
1753
1754 * term/x-win.el (x-handle-geometry): Put height and width
1755 on default-frame-alist, left and top on initial-frame-alist.
1756 * term/w32-win.el (x-handle-geometry): Likewise.
1757
1758 * sort.el (sort-reorder-buffer): Copy all to a temp buffer first.
1759
1760 * play/yow.el (yow): Use an arg to distinguish interactive calls,
1761 not interactive-p.
1762
1763 2001-12-22 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1764
1765 * emacs-lisp/elint.el (elint-unknown-builtin-args): Remove
1766 mocklisp entries.
1767
1768 * subr.el (insert-string): Moved from mocklisp.c, reimplemented in
1769 Lisp. Obsoleted.
1770
1771 * emulation/mlconvert.el: File removed.
1772
1773 * emulation/mlsupport.el: Moved to obsolete.
1774
1775 * obsolete/mlsupport.el: Moved there from lisp/emulation.
1776
1777 * emacs-lisp/find-gc.el (source-files): Remove mocklisp.c.
1778
1779 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Remove
1780 mocklisp case.
1781
1782 * help-fns.el (describe-function-1): Remove mocklisp function
1783 case.
1784
1785 2001-12-22 Miles Bader <miles@gnu.org>
1786
1787 * textmodes/refill.el (refill-mode): Don't barf when redundantly
1788 turning refill-mode off.
1789
1790 2001-12-22 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1791
1792 * time.el (display-time-load-average-threshold): New variable.
1793 (display-time-update): Use it.
1794
1795 These changes allow cycling through past 1, 5 and 15 minutes
1796 load-average displayed in the mode-line.
1797
1798 * time.el (display-time-default-load-average): New customizable option.
1799 (display-time-load-average): New variable.
1800 (display-time-cycle-load-average): New function.
1801 (display-time-update): Use them.
1802
1803 2001-12-21 Richard M. Stallman <rms@gnu.org>
1804
1805 * apropos.el (apropos-print): SPACING is now nil or a separator string.
1806 (apropos-documentation, apropos-value): Pass a suitable string.
1807
1808 2001-12-21 Eli Zaretskii <eliz@is.elta.co.il>
1809
1810 * dired.el (dired-free-space-program, dired-free-space-args):
1811 Aliases for back-compatibility.
1812
1813 * info.el (Info-select-node): If Info-use-header-line is nil, set
1814 header-line-format to nil.
1815 (Info-fontify-node): Don't put a keymap text property on the
1816 heading if we are not going to display the header line. Remove
1817 any such text properties left over from past visits to this node.
1818
1819 * ls-lisp.el (insert-directory): Insert the amount of free disk
1820 space, like files.el's insert-directory does.
1821
1822 * files.el (directory-free-space-program): Mention
1823 file-system-info in the doc string.
1824 (get-free-disk-space): New function; code moved from
1825 insert-directory.
1826 (insert-directory): Call get-free-disk-space to get the amount of
1827 free space.
1828
1829 2001-12-21 Richard M. Stallman <rms@gnu.org>
1830
1831 * help.el (view-order-manuals, view-emacs-news, describe-copying)
1832 (describe-distribution, describe-project): Use view-file.
1833
1834 * emacs-lisp/cl-indent.el (define-modify-macro): Better indent spec.
1835
1836 * net/ange-ftp.el (ange-ftp-file-modtime): Use save-match-data.
1837
1838 * emacs-lisp/easy-mmode.el (define-minor-mode):
1839 Make no arg by default in an interactive call,
1840 so that repeating the command toggles again.
1841
1842 * emacs-lisp/lisp-mode.el (eval-defun-1): Cope with atoms as args.
1843
1844 2001-12-21 Christoph Wedler <Christoph.Wedler@sap.com>
1845
1846 * antlr-mode.el: More sophisticated indentation of cpp directive.
1847 (antlr-indent-at-bol-alist): New user option.
1848 (antlr-indent-line): Use it.
1849 (antlr-indent-style): New user option.
1850 (antlr-mode): Use it.
1851 (antlr-indent-item-regexp): Customize.
1852
1853 * antlr-mode.el: Syntax highlighting changes.
1854 (antlr-font-lock-literal-regexp): New user option.
1855 (antlr-font-lock-syntax-face): New face used for :, |, ....
1856 (antlr-font-lock-default-face): New face.
1857 (antlr-font-lock-additional-keywords): Use them.
1858
1859 * antlr-mode.el: New command to insert options -- variables.
1860 (antlr-mode-map): New binding [C-c C-o].
1861 (antlr-mode-menu): New submenus.
1862 (antlr-options-use-submenus): New user option.
1863 (antlr-tool-version): New user option.
1864 (antlr-options-auto-colon): New user option.
1865 (antlr-options-style): New user option.
1866 (antlr-options-push-mark): New user option.
1867 (antlr-options-assign-string): New user option.
1868 (antlr-options-headings): New variable.
1869
1870 * antlr-mode.el: New command to insert options -- specific.
1871 (antlr-options-alists): New variable.
1872 (antlr-read-value): New function.
1873 (antlr-read-boolean): New function.
1874 (antlr-language-option-extra): New function.
1875 (antlr-language-limit-n-regexp): Change default to higher LIMIT.
1876 (antlr-c++-mode-extra): New function.
1877 (antlr-grammar-tokens): New function.
1878 (antlr-imenu-create-index-function): New optional argument.
1879
1880 * antlr-mode.el: New command to insert options -- functions.
1881 (antlr-insert-option): New command.
1882 (antlr-insert-option-interactive): New function.
1883 (antlr-options-menu-filter): New function.
1884 (antlr-option-kind): New function.
1885 (antlr-scan-lists): New alias.
1886 (antlr-scan-lists-internal): New function.
1887 (antlr-skip-file-prelude): Hack for special SKIP-COMMENT.
1888 (antlr-option-level): New function.
1889 (antlr-syntactic-grammar-depth): New function.
1890 (antlr-option-location): New function.
1891 (antlr-insert-option-do): New function.
1892 (antlr-option-spec): New function.
1893 (antlr-version-string): New function.
1894 (antlr-insert-option-existing): New function.
1895 (antlr-insert-option-space): New function.
1896 (antlr-insert-option-area): New function.
1897
1898 * antlr-mode.el: New electric keys ":;|&(){}", TAB works better
1899 with narrowing. Menu change. Miscellaneous.
1900 (antlr-mode-menu): Include "Indent Region" and "Customize Antlr".
1901 (antlr-mode-map): New bindings for characters in ":;|&(){}".
1902 (antlr-electric-character): New command.
1903 (antlr-class-header-regexp): New variable.
1904 (antlr-font-lock-additional-keywords): Use it.
1905 (antlr-imenu-create-index-function): Use it.
1906 (antlr-file-dependencies): Use it.
1907 (antlr-indent-line): Also works with restrictions.
1908 (antlr-indent-command): Interactive spec - changes the buffer.
1909 (antlr-language-for-option): Deletia.
1910 (antlr-language-option): New function, defined instead.
1911 (antlr-mode): Use it.
1912 2001-12-21 Eli Zaretskii <eliz@is.elta.co.il>
1913
1914 * jka-compr.el (jka-compr-partial-uncompress): Use null-device
1915 instead of a literal /dev/null.
1916
1917 * Makefile.in (distclean): Remove Makefile in the build
1918 directory, not in the source directory.
1919
1920 2001-12-21 Simon Josefsson <jas@extundo.com>.
1921
1922 * mail/smtpmail.el (smtpmail-send-queued-mail): Use
1923 with-temp-buffer instead of find-file-noselect, and bind
1924 coding-system-for-read to no-conversion when reading the queued
1925 messages. (Simon's code modified slightly by Eli Zaretskii.)
1926
1927 2001-12-20 Werner Lemberg <wl@gnu.org>
1928
1929 * international/mule-diag.el (describe-coding-system,
1930 print-coding-system-briefly): Make printed output have a similar
1931 format as describe-character-set.
1932
1933 2001-12-20 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1934
1935 * play/blackbox.el (bb-member): Remove, use member instead.
1936 (bb-delete): Remove, use delete instead.
1937 Update copyright notice. Defvar for bb-board, bb-x, bb-y,
1938 bb-score, bb-detour-count and bb-balls-placed.
1939 Propertize results of rays.
1940
1941 2001-12-19 Karl Fogel <kfogel@red-bean.com>
1942
1943 * isearch.el (isearch-forward, isearch-edit-string): Make doc
1944 strings mention keybinding for `isearch-yank-word-or-char',
1945 rather than `isearch-yank-word', since the former is bound now
1946 and the latter is not.
1947 (isearch-yank-word-or-char): Fix formatting.
1948
1949 2001-12-19 Werner Lemberg <wl@gnu.org>
1950
1951 * language/czech.el, language/european.el, language/slovak.el: More
1952 fixes for language info doc strings.
1953
1954 2001-12-19 Eli Zaretskii <eliz@is.elta.co.il>
1955
1956 * loadup.el: Add "language" to the load-path.
1957
1958 2001-12-19 Richard M. Stallman <rms@gnu.org>
1959
1960 * international/mule-cmds.el (describe-language-environment):
1961 Fix calls to help-xref-button.
1962
1963 2001-12-19 Miles Bader <miles@gnu.org>
1964
1965 * international/fontset.el: Require `ind-util' when compiling.
1966
1967 2001-12-18 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1968
1969 * language/ethio-util.el (ethio-modify-vowel): Use char-to-string
1970 instead of decompose-composite-char.
1971
1972 2001-12-18 Richard M. Stallman <rms@gnu.org>
1973
1974 * simple.el (eval-expression-print-level)
1975 (eval-expression-print-length): Doc fixes.
1976
1977 * international/mule-diag.el (describe-character-set):
1978 Fix the arg to help-xref-button.
1979
1980 * files.el (directory-free-space-program): New variable.
1981 (directory-free-space-args): New variable.
1982 (insert-directory): Use those two variables for getting free space.
1983 Use file-system-info instead, if that is defined.
1984
1985 * dired.el (dired-free-space-program): Variable deleted.
1986 (dired-free-space-args): Variable deleted.
1987 (dired-insert-directory): Don't try to determine free space.
1988
1989 * files.el (font-lock-defaults): Add risky-local-variables prop.
1990 (hack-one-local-variable): Treat various font-lock variables as risky.
1991
1992 2001-12-18 Werner Lemberg <wl@gnu.org>
1993
1994 * language/chinese.el, language/cyrillic.el:
1995 * language/czech.el, language/european.el, language/greek.el:
1996 * language/hebrew.el, language/indian.el, language/japanese.el:
1997 * language/korean.el, language/lao.el, language/slovak.el:
1998 * language/thai.el, language/tibetan.el, language/vietnamese.el:
1999 Improve documentation strings of coding systems and language infos.
2000
2001 2001-12-18 Werner LEMBERG <wl@gnu.org>
2002
2003 Add support for EUC-TW decoding/encoding.
2004
2005 * language/china-util.el (big5-to-flat-code, flat-code-to-big5,
2006 euc-to-flat-code, flat-code-to-euc, expand-euc-big5-alist):
2007 New auxiliary functions to build `big5-to-cns'.
2008 (big5-to-cns): New translation alist.
2009
2010 * language/chinese.el: Added new coding system `euc-tw' and its
2011 alias `euc-taiwan'.
2012 Updated language `Chinese-CNS' to include euc-tw encoding also.
2013 (ccl-decode-euc-tw, ccl-encode-euc-tw): New functions for handling
2014 euc-tw.
2015
2016 2001-12-18 Dave Love <fx@gnu.org>
2017
2018 * loadup.el: Add language/utf-8-lang, language/georgian.
2019
2020 * image-file.el (image-file-name-extensions): Add pnm. Doc fix.
2021 (image-file-name-regexps): Doc fix.
2022
2023 * server.el (server-unload-hook): New function.
2024
2025 * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): Group the leader.
2026 (lm-crack-copyright): Cope with multi-line copyright `lines'.
2027
2028 * simple.el (newline): Doc fix.
2029 (eval-expression-print-level, eval-expression-print-length): Doc
2030 fix. Amend :type.
2031 (next-line, previous-line): Make arg optional.
2032 (newline): Doc fix.
2033
2034 * Makefile.in (DONTCOMPILE): Add various language files.
2035
2036 * international/quail.el (quail-input-string-to-events): Don't use
2037 string-to-list.
2038
2039 * progmodes/f90.el (f90-break-line): Avoid infinite recursion
2040 calling `newline'.
2041
2042 2001-12-17 Richard M. Stallman <rms@gnu.org>
2043
2044 * comint.el (comint-dynamic-list-input-ring-select): New function.
2045 Switches back to the old window configuration.
2046 (comint-dynamic-list-input-ring): Bind RET to that function.
2047 (comint-dynamic-list-input-ring-window-conf): New variable.
2048
2049 2001-12-17 Werner Lemberg <wl@gnu.org>
2050
2051 * international/mule-conf.el: Improve documentation strings of
2052 character sets.
2053
2054 2001-12-16 Richard M. Stallman <rms@gnu.org>
2055
2056 * dired.el (dired-copy-filename-as-kill): Moved from dired-x.el.
2057 (dired-mode-map): Bind w to dired-copy-filename-as-kill.
2058
2059 * dired-x.el (dired-copy-filename-as-kill): Moved to dired.el.
2060
2061 * autoinsert.el (auto-insert-alist): Redo finding C and C++ headers.
2062 Add a DESCRIPTION for the makefile item.
2063
2064 * find-file.el (ff-other-file-name): New function.
2065
2066 2001-12-16 Eli Zaretskii <eliz@is.elta.co.il>
2067
2068 * international/quail.el (quail-input-string-to-events): Fix last
2069 change.
2070
2071 2001-12-16 Richard M. Stallman <rms@gnu.org>
2072
2073 * isearch.el (isearch-edit-string): When we set isearch-string
2074 to the default, also set isearch-message.
2075
2076 * subr.el (temp-buffer-show-hook, temp-buffer-setup-hook): Add defvars.
2077
2078 * startup.el (command-line-1): Display startup screen
2079 even if there are command line args.
2080 Add a note about how to go to editing your files.
2081 (fancy-splash-head): Add a note about how to go to your files.
2082 (fancy-splash-outer-buffer): New variable.
2083 (fancy-splash-screens): Bind variable fancy-splash-outer-buffer.
2084
2085 * subr.el (with-temp-message): At the end, always discard
2086 the temp message, even by clearing the echo area.
2087
2088 * progmodes/sh-script.el (sh-mode): Run sh-mode-hook.
2089
2090 2001-12-16 Stefan Monnier <monnier@cs.yale.edu>
2091
2092 * log-view.el (log-view-message-re, log-view-current-tag):
2093 Recognize Subversion's log output format.
2094
2095 * international/fontset.el: Build the list L at compile time.
2096
2097 * language/ind-util.el (mapthread): Make a closure.
2098
2099 2001-12-15 Richard M. Stallman <rms@gnu.org>
2100
2101 * isearch.el (isearch-start-hscroll): New variable.
2102 (isearch-mode): Set isearch-start-hscroll.
2103 (isearch-update): Restore original hscrolling if possible.
2104
2105 * isearch.el (isearch-edit-string):
2106 Treat isearch-yank-word-or-char specially, like isearch-yank-word.
2107
2108 * emacs-lisp/debug.el (debugger-previous-backtrace): New variable.
2109 (debugger-make-xrefs): Optimize by (1) using skip-syntax-forward
2110 rather than regexp search and (2) copying text properties
2111 already set up on text unchanged from the previous backtrace.
2112
2113 * case-table.el (set-case-syntax-pair):
2114 Detect invalid calls and signal an error.
2115
2116 2001-12-15 Richard M. Stallman <rms@gnu.org>
2117
2118 * language/ind-util.el (range): Function deleted.
2119 (indian-regexp-of-hashtbl-keys): Renamed from `regexp-of-hashtbl-keys'.
2120 All calls changed.
2121
2122 * language/devan-util.el (devanagari-range): Renamed from `range'.
2123 All calls changed.
2124 (devanagari-regexp-of-hashtbl-keys):
2125 Renamed from `regexp-of-hashtbl-keys'. All calls changed.
2126
2127 2001-12-15 Dave Love <fx@gnu.org>
2128
2129 * language/ind-util.el: Don't require cl.
2130 (indian-glyph-char, indian-glyph-max-char)
2131 (indian-char-glyph): Moved from indian.el
2132 (indian--puthash-char, mapthread): Don't quote lambda.
2133 (indian--map): New function.
2134 (indian--puthash-v, indian--puthash-c, indian--puthash-m)
2135 (indian--puthash-cv): Use it.
2136
2137 * language/indian.el (indian-glyph-char, indian-glyph-max-char)
2138 (indian-char-glyph): Moved to ind-util.el
2139
2140 * language/devan-util.el (devanagari-post-read-conversion):
2141 New function.
2142
2143 * language/georgian.el: New file.
2144
2145 * international/mule-cmds.el (locale-language-names): Add various
2146 entries. Remove utf-8 special case.
2147 (locale-charset-language-names, locale-preferred-coding-systems):
2148 Add utf-8 case.
2149 (set-language-environment): Process required-features earlier.
2150
2151 * international/quail.el (quail-keyboard-layout-alist):
2152 Add pc105-uk.
2153 (quail-keyboard-layout-type): Fix :type.
2154 (quail-choose-completion-string): Simplify.
2155 (quail-update-leim-list-file): Don't get fooled by commented-out code.
2156 (quail-input-string-to-events): Run events through
2157 translation-table-for-input.
2158
2159 * international/mule-conf.el (translation-table-for-input):
2160 New variable.
2161 (latin-iso8859-14): Amend description.
2162 (file-coding-system-alist): Add entry for utf-8.
2163
2164 * language/utf-8-lang.el: New file.
2165
2166 * international/code-pages.el: New file.
2167
2168 * language/hebrew.el ("Windows-1255"): New language.
2169
2170 * language/european.el ("Welsh", "Latin-7", "Lithuanian")
2171 ("Latvian"): New languages.
2172
2173 2001-12-14 Stefan Monnier <monnier@cs.yale.edu>
2174
2175 * xml.el: Use setq rather than (set 'foo bar).
2176 Use push+nreverse rather than append.
2177 (xml-node-name, xml-node-attributes, xml-node-children):
2178 Use defsubst rather than macros.
2179 (xml-parse-region): Handle a nil return value from xml-parse-tag.
2180 (xml-parse-tag): Don't skip white space. Return nil for a comment.
2181 Concat the two strings surrounding a comment into a single string.
2182
2183 * newcomment.el (comment-indent): Jump to the middle of empty comments.
2184
2185 2001-12-14 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2186
2187 * select.el (xselect-convert-to-class, xselect-convert-to-name):
2188 Document.
2189
2190 2001-12-14 Andre Spiegel <spiegel@gnu.org>
2191
2192 * vc-hooks.el (vc-checkout-model, vc-state, vc-workfile-version):
2193 Return nil if FILE is not registered.
2194 (vc-check-master-templates, vc-default-make-version-backups-p):
2195 Doc fix.
2196
2197 2001-12-13 David Ponce <david@dponce.com>
2198
2199 * ruler-mode.el (ruler-mode-extra-left-cols): Remove.
2200 (ruler-mode-left-fringe-cols): New macro.
2201 (ruler-mode-right-fringe-cols): New macro.
2202 (ruler-mode-left-scroll-bar-cols): New macro.
2203 (ruler-mode-right-scroll-bar-cols): New macro.
2204 (ruler-mode-ruler): Use above new macros.
2205
2206 2001-12-13 Richard M. Stallman <rms@gnu.org>
2207
2208 * files.el (set-auto-mode): Fix previous change.
2209
2210 2001-12-13 Stefan Monnier <monnier@cs.yale.edu>
2211
2212 * emacs-lisp/easymenu.el (easy-menu-intern): New fun.
2213 (easy-menu-do-define, easy-menu-convert-item-1)
2214 (easy-menu-define-key-intern, easy-menu-get-map): Use it.
2215 (easy-menu-return-item): Only return nil if there is no binding.
2216
2217 2001-12-13 Rajesh Vaidheeswarran <rv@gnu.org>
2218
2219 * whitespace.el (whitespace-version): 3.2
2220 * whitespace.el (whitespace-force-mode-line-update): Replace with
2221 `whitespace-mode-line-update', which is an alias to the correct
2222 function in various emacsen.
2223 * whitespace.el (whitespace-{un,}highlight-the-space):
2224 Add colorized highlighting of the bogus whitespaces in a buffer/file,
2225 using the `whitespace-highlight-face' if
2226 `whitespace-display-spaces-in-color' is set.
2227
2228 2001-12-13 Eli Zaretskii <eliz@is.elta.co.il>
2229
2230 * international/mule.el (set-auto-coding): Don't search for
2231 "unibyte:" or "coding:" if set-auto-mode-1 returns nil.
2232
2233 2001-12-13 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2234
2235 * mail/mailabbrev.el (mail-abbrevs-setup): Do not use make-local-hook.
2236
2237 * mail/rmail.el (rmail-fontify-buffer-function): Likewise.
2238
2239 * mail/rmailsum.el (rmail-summary-mode): Likewise.
2240
2241 2001-12-13 Richard M. Stallman <rms@gnu.org>
2242
2243 * simple.el (undo): Always set this-command to `undo',
2244 so that the next undo after an error will not begin redoing.
2245
2246 * simple.el (shell-command): Doc fix.
2247 (shell-command-on-region): If there is output an an error,
2248 add "...Shell command failed" to the output.
2249
2250 2001-12-13 David Ponce <david@dponce.com>
2251
2252 * ruler-mode.el (ruler-mode-left-fringe-cols): Variable removed.
2253 (ruler-mode-left-fringe-cols): Function replaced by more efficient
2254 implementation `ruler-mode-extra-left-cols'.
2255 (ruler-mode-ruler): Use above new function. Take into account
2256 that the fringe areas can now be resized.
2257
2258 2001-12-12 Richard M. Stallman <rms@gnu.org>
2259
2260 * international/characters.el (Unicode): Comment out
2261 the specifications for kelvin and angstrom signs.
2262
2263 * international/mule.el (make-translation-table-from-vector):
2264 Allow null elements in VEC.
2265
2266 * international/ucs-tables.el (unify-8859-on-encoding-mode)
2267 (unify-8859-on-decoding-mode): Swap the code in their bodies.
2268 Add :version.
2269
2270 2001-12-11 Richard M. Stallman <rms@gnu.org>
2271
2272 * derived.el (derived-mode-p): Function moved to subr.el.
2273
2274 * subr.el (derived-mode-p): Moved here from derived.el.
2275
2276 * international/mule.el (set-auto-coding): Use set-auto-mode-1.
2277
2278 * files.el (set-auto-mode-1): New subroutine, broken out of
2279 set-auto-mode.
2280 (set-auto-mode, hack-local-variables-prop-line): Use that.
2281
2282 2001-12-11 Dave Love <fx@gnu.org>
2283
2284 * language/thai-util.el, language/thai.el: Add Unicode equivalents.
2285
2286 * language/european.el: Remove autoload cookies. Fix registration
2287 of diacritic composition function.
2288
2289 2001-12-11 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2290
2291 * calendar/todo-mode.el: Require time-stamp.
2292
2293 * net/zone-mode.el (zone-mode): Don't use make-local-hook.
2294
2295 2001-12-11 Richard M. Stallman <rms@gnu.org>
2296
2297 * emacs-lisp/authors.el (authors-aliases): Delete "Richard Stallmao".
2298
2299 * textmodes/ispell.el (ispell-buffer-local-parsing):
2300 Match xml like sgml.
2301
2302 * emacs-lisp/advice.el (ad-compile-function):
2303 Byte compile the function under another (uninterned) name.
2304
2305 * gud.el (gdb): Define and bind gud-jump.
2306
2307 * font-lock.el (font-lock-mode):
2308 Put our function at the end of after-change-functions.
2309
2310 * ediff-diff.el (ediff-cmp-options): Doc fix.
2311
2312 * comint.el (comint-password-prompt-regexp): Match "UNIX Password".
2313
2314 2001-12-10 Richard M. Stallman <rms@gnu.org>
2315
2316 * isearch.el (isearch-yank-word-or-char): New function.
2317 (isearch-mode-map): Bind C-w to that.
2318
2319 * menu-bar.el (menu-bar-mode): Make arg optional.
2320
2321 * simple.el (line-move): Cope if next-single-property-change
2322 or previous-single-property-change returns nil.
2323
2324 * emacs-lisp/lisp-mnt.el (lm-verify): New arg NON-FSF-OK.
2325 Don't use interactive-p; instead, pass the proper args
2326 in (interactive...). Clean up most of the trouble-report strings.
2327
2328 2001-12-10 Eli Zaretskii <eliz@is.elta.co.il>
2329
2330 * mail/smtpmail.el (smtpmail-send-queued-mail): Insert the
2331 enqueued messages literally.
2332
2333 2001-12-10 Noah Friedman <friedman@splode.com>
2334
2335 * battery.el (battery-insert-file-contents): Obsolete function
2336 removed.
2337 (battery-read-function): Obsolete function removed.
2338 (battery-linux-proc-apm): Use insert-file-contents.
2339
2340 2001-12-07 Stephen Eglen <stephen@gnu.org>
2341
2342 * iswitchb.el (iswitchb-visit-buffer):
2343 Use `select-frame-set-input-focus'--needed when window manager
2344 uses "click to focus" policy.
2345
2346 2001-12-09 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2347
2348 * COPYING: Moved back.
2349
2350 2001-12-07 Eli Zaretskii <eliz@is.elta.co.il>
2351
2352 * term/internal.el (IT-character-translations): Add entries for
2353 more points.
2354
2355 * international/characters.el: Resurrect the Hebrew category
2356 settings for all Hebrew characters removed by the last change.
2357 Add code for setting the Hebrew category of the Unicode Hebrew
2358 characters. Set syntax entries for Hebrew punctuation characters.
2359
2360 * international/ucs-tables.el (ucs-8859-8-alist): Add Hebrew
2361 points and directional formatting control characters.
2362
2363 2001-12-07 Dave Love <fx@gnu.org>
2364
2365 * language/lao-util.el: Add Unicode equivalents for rules.
2366 (lao-post-read-conversion): New function.
2367
2368 * language/lao.el: Add Unicode equivalents.
2369 (lao): Add post-read conversion.
2370
2371 * international/latin1-disp.el: Fix some 8-bit-graphic characters.
2372 Use iso2022 encoding.
2373 (latin1-char-displayable-p): Doc fix.
2374 (latin1-display-ucs-per-lynx): New option.
2375 (latin1-display-ucs-per-lynx): New command.
2376 (latin1-display-reset): Special-case arabic.
2377 (ucs-tables): Require.
2378 (latin1-display-sets, latin1-display-setup): Add arabic.
2379 (latin1-display) <variable>: Use function latin1-display.
2380 (latin1-display) <function>: Add mule-unicode stuff.
2381 (latin1-display-check-font): Don't lose if `info' is nil.
2382
2383 * international/iso-transl.el: Insert Latin-1 characters, not
2384 unibyte codes.
2385
2386 * language/european.el (diacritic-composition-pattern): New constant.
2387 (diacritic-compose-region, diacritic-compose-string)
2388 (diacritic-compose-buffer, diacritic-post-read-conversion)
2389 (diacritic-composition-function): New functions.
2390
2391 * international/utf-8.el (ucs-mule-to-mule-unicode):
2392 New translation table.
2393 (ccl-encode-mule-utf-8): Use it.
2394 (utf-8-untranslated-to-ucs, utf-8-help-echo, utf-8-compose)
2395 (utf-8-post-read-conversion, utf-8-pre-write-conversion): New function.
2396 (utf-8-subst-table): New variable.
2397 (utf-8-compose-scripts): New option.
2398 (mule-utf-8): Update safe-charsets, pre-write and post-read conversion.
2399
2400 * international/ucs-tables.el, international/utf-8-subst.el:
2401 New files.
2402
2403 * international/characters.el: Don't set word syntax (the default)
2404 explicitly. Add a diacritic category. Add info for Unicode
2405 equivalents of characters in various Mule charsets and for extra
2406 Unicode characters. Don't define specific categories for
2407 Indian/Devanagari, since they aren't used.
2408
2409 2001-12-06 Richard M. Stallman <rms@gnu.org>
2410
2411 * textmodes/fill.el (set-justification): Rename arg VALUE to STYLE.
2412 (set-justification-left, set-justification-right): Doc fix.
2413
2414 * progmodes/f90.el (f90-break-line): Use (newline 1) to insert newline.
2415 (bug-f90-mode): Variable deleted.
2416
2417 2001-12-06 Stefan Monnier <monnier@cs.yale.edu>
2418
2419 * indent.el (indent-line-function): Default is indent-relative again.
2420
2421 2001-12-07 Miles Bader <miles@gnu.org>
2422
2423 * progmodes/compile.el (compilation-error-regexp-alist):
2424 Added regexps for RXP.
2425
2426 2001-12-05 Eli Zaretskii <eliz@is.elta.co.il>
2427
2428 * progmodes/cwarn.el (cwarn-font-lock-match-assignment-in-expression):
2429 Add shift-assignment operators to those highlighted, and highlight
2430 the whole operator rather than just the "=".
2431
2432 2001-12-04 Juanma Barranquero <lektu@terra.es>
2433
2434 * files.el (save-abbrevs, save-some-buffers): Don't ask the user
2435 before saving abbrevs if `save-abbrevs' has the value `silently'.
2436
2437 2001-12-04 Andreas Schwab <schwab@suse.de>
2438
2439 * xt-mouse.el (turn-off-xterm-mouse-tracking): Doc fix.
2440
2441 2001-12-04 Colin Walters <walters@debian.org>
2442
2443 * emacs-lisp/autoload.el (make-autoload): Also generate autoloads
2444 for `defmacro*' forms.
2445
2446 * emacs-lisp/lisp-mode.el (toplevel): Define docstring offset for
2447 `defmacro*'.
2448
2449 2001-12-03 Stefan Monnier <monnier@cs.yale.edu>
2450
2451 * progmodes/antlr-mode.el (antlr-c-common-init): Undo last change.
2452
2453 2001-12-02 Richard M. Stallman <rms@gnu.org>
2454
2455 * files.el (insert-directory): If the df output does not look right,
2456 don't try to use it. Other cleanups in overall code structure.
2457
2458 2001-12-02 Stefan Monnier <monnier@cs.yale.edu>
2459
2460 * textmodes/outline.el (outline-mode-prefix-map):
2461 Add bindings for outline-promote and outline-demote.
2462 (outline-minor-mode-menu-bar-map): New var.
2463 (outline-minor-mode): Use it.
2464 (outline-heading-alist): New var (renamed from outline-level-heading).
2465 (outline-level): Use it.
2466 (outline-insert-heading, outline-promote, outline-demote):
2467 Update to use outline-heading-alist.
2468
2469 * disp-table.el (standard-display-european):
2470 Simplify since the function is not interactive any more.
2471 Don't set the existing buffers to unibyte.
2472
2473 * pcvs-util.el (cvs-file-to-string): Move condition-case outside.
2474
2475 * pcvs.el (cvs-reread-cvsrc): Don't use cvs-file-to-string.
2476
2477 * reveal.el (reveal-mode): Fix reveal-mode's lighter.
2478
2479 * shell.el (shell): Use shell-file-name.
2480 Pop to buffer before calling comint to set COLUMNS properly.
2481
2482 * emacs-lisp/cl.el (svref): New alias.
2483
2484 * progmodes/antlr-mode.el (antlr-c-common-init):
2485 Don't inhibit adaptive-fill-mode any more.
2486
2487 * progmodes/delphi.el (delphi-mode): Don't use make-local-hook.
2488
2489 * progmodes/etags.el (tags-with-face): Use make-symbol.
2490 (tags-search, tags-query-replace): Use backquotes.
2491
2492 * textmodes/picture.el (picture-mode-map): Don't use defconst
2493 for a variable.
2494
2495 2001-12-02 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2496
2497 * textmodes/reftex-index.el (reftex-index-mode):
2498 Remove make-local-hook.
2499
2500 * textmodes/reftex-toc.el (reftex-toc-mode): Likewise.
2501
2502 2001-12-02 Kim F. Storm <storm@cua.dk>
2503
2504 * isearch.el (isearch-resume-enabled): New variable.
2505 (isearch-done): Use that variable.
2506
2507 2001-12-01 Richard M. Stallman <rms@gnu.org>
2508
2509 * wid-edit.el (widget-button-click): Don't move point permanently:
2510 Avoid mouse-set-point--instead select the window,
2511 then do save-excursion, then move point.
2512 Specify the buffer for get-char-property.
2513 Don't use `@' in interactive.
2514
2515 * indent.el (indent-line-function):
2516 Default is indent-to-left-margin again.
2517
2518 * replace.el (query-replace-read-args): Display message
2519 if FROM contains `\n' or `\t'.
2520
2521 2001-12-01 Stefan Monnier <monnier@cs.yale.edu>
2522
2523 * indent.el (tab-to-tab-stop): Use delete-horizontal-space.
2524
2525 * bindings.el (minibuffer-local-map): Bind TAB to insert-tab.
2526
2527 * emacs-lisp/regexp-opt.el (regexp-opt):
2528 Bind completion-regexp-list to nil.
2529
2530 * progmodes/hideif.el (hif-nexttoken): Move to before first def.
2531
2532 2001-12-01 Eli Zaretskii <eliz@is.elta.co.il>
2533
2534 * progmodes/idlwave.el, progmodes/idlw-rinfo.el:
2535 * progmodes/idlw-shell.el, progmodes/idlw-toolbar.el:
2536 Update maintainer.
2537
2538 2001-11-30 Stefan Monnier <monnier@cs.yale.edu>
2539
2540 * mail/smtpmail.el: Use with-current-buffer.
2541 (message-make-date, message-make-message-id): Autoload when needed.
2542 (smtpmail-send-it): Use them to add `Date:' and `Message-Id:'
2543 headers when missing.
2544
2545 * international/encoded-kb.el (encoded-kbd-mode):
2546 Use define-minor-mode.
2547
2548 * enriched.el (enriched-mode): Use define-minor-mode.
2549 Use dolist and pop and push.
2550
2551 * info.el (Info-find-node-2): Don't call info-insert-file-contents
2552 with the `visit' argument.
2553 (Info-extract-menu-node-name): Use `replace-regexps-in-string'.
2554
2555 * progmodes/hideif.el (hide-ifdef-mode): Only modify
2556 `change-major-mode-hook' locally. Reset invisibility spec.
2557
2558 * man.el (Man-build-section-alist): Remove last Man-match-substring.
2559
2560 2001-11-30 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2561
2562 * textmodes/paragraphs.el (mark-paragraph): Clarify doc.
2563 Clarify error message.
2564
2565 2001-11-29 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2566
2567 * textmodes/paragraphs.el (mark-paragraph): Allow prefix arg.
2568
2569 2001-11-30 Andre Spiegel <spiegel@gnu.org>
2570
2571 * vc-cvs.el (vc-cvs-parse-status): Store file state in property,
2572 don't just return it.
2573
2574 2001-11-30 Eli Zaretskii <eliz@is.elta.co.il>
2575
2576 * menu-bar.el (menu-bar-read-lispref, menu-bar-read-lispintro)
2577 (menu-bar-read-emacs-man, search-emacs-glossary)
2578 (emacs-index-search, elisp-index-search): New functions.
2579 (apropso-documentation, apropos, apropos-value, apropos-variable)
2580 (apropos-commands): Modify menu item names and help text.
2581 (elisp-index-search, emacs-index-search, emacs-glossary):
2582 New menu items.
2583 (menu-bar-manuals-menu): Move the Ordering Manuals item to a
2584 submenu.
2585 (info-elisp, info-elintro): New menu items.
2586 (apropos): Modify the menu item name.
2587
2588 2001-11-30 Stefan Monnier <monnier@cs.yale.edu>
2589
2590 * emacs-lisp/lisp-mode.el (read-if): Add lisp-indent-function prop.
2591
2592 * textmodes/outline.el (outline-promote, outline-demote): Typo.
2593
2594 * man.el (man-follow-mouse): New function.
2595 (Man-mode-map): Bind mouse-2 to it.
2596 (Man-match-substring): Remove. Replace with `match-string'.
2597 (man): Use the `default-value' argument to `read-string'.
2598 (Man-fontify-manpage): Add mouse-face to cross references.
2599
2600 * emacs-lisp/cl-macs.el (shiftf): Fix more. Simplify.
2601
2602 2001-11-29 Stefan Monnier <monnier@cs.yale.edu>
2603
2604 * emacs-lisp/crm.el (completing-read-multiple): Better preserve
2605 the value of require-match in minibuffer-completion-confirm.
2606 Use crm-local-completion-map.
2607
2608 * emacs-lisp/cl-macs.el (shiftf): Fix the fast case so
2609 (let ((a 1) (b 2)) (shiftf a b (cons a b)) b) returns (1 . 2).
2610 (cl-make-type-test): Use char-valid-p for `character'.
2611
2612 * info.el (Info-complete-next-re, Info-complete-cache): New vars.
2613 (Info-complete-menu-item): Rewrite. Add the ability to search
2614 several sequential nodes. Add a simple caching mechanism.
2615 (Info-goto-index): New function extracted from Info-index.
2616 (Info-index): Use it. Add completion to the interactive spec.
2617 (Info-menu-update): Simplify call to `Info-complete-menu-item'.
2618
2619 2001-11-29 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2620
2621 * COPYING: Removed.
2622
2623 2001-11-29 Dave Love <fx@gnu.org>
2624
2625 * progmodes/fortran.el: Fontify rewind, backspace. Doc fixes.
2626 (fortran-window-create, fortran-window-create-momentarily):
2627 Rewrite, moving error condition.
2628 (fortran-beginning-do, fortran-beginning-if): Fix regexps.
2629 (fortran-mode-syntax-table): Revert last change.
2630
2631 * international/mule.el: Doc fixes.
2632 (map-charset-chars): New function.
2633 (register-char-codings): Use it to cope with generic chars in
2634 safe-chars.
2635
2636 2001-11-29 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2637
2638 * play/blackbox.el (blackbox-mode, blackbox): Doc fix.
2639
2640 * play/cookie1.el (cookie, cookie-insert, shuffle-vector): Doc fixes.
2641
2642 * play/studly.el (studlify-word, studlify-region)
2643 (studlify-buffer): Fix doc-string.
2644 (studlify-buffer): Add autoload cookie.
2645
2646 2001-11-28 Stefan Monnier <monnier@cs.yale.edu>
2647
2648 * textmodes/outline.el (outline-up-heading): Add `invisible-ok' arg.
2649 (outline-up-heading-all): Remove.
2650 (hide-sublevels): Move to end-of-heading before calling flag-region.
2651 (outline-copy-overlay, outline-discard-overlays): Remove.
2652 (outline-flag-region): Use `remove-overlays'.
2653 Don't move to end-of-heading.
2654 (outline-next-visible-heading, outline-back-to-heading)
2655 (outline-on-heading-p): Use outline-invisible-p.
2656 (outline-font-lock-level): Use outline-up-heading's new arg.
2657 (outline-minor-mode): Simplify.
2658 (outline-map-tree, outline-reveal-toggle-invisible): New funs.
2659 (outline): Put a `reveal-toggle-invisible' property.
2660 (outline-level-heading): New var.
2661 (outline-insert-heading, outline-promote, outline-demote)
2662 (outline-toggle-children): New commands.
2663
2664 * progmodes/hideif.el (hif-end-of-line): New function.
2665 (hide-ifdef-mode): Set line-move-ignore-invisible.
2666 (hide-ifdef-region-internal): New function.
2667 (hide-ifdef-region): Use it.
2668 (hif-defined): Return an integer.
2669 (hif-infix-to-prefix): Remove.
2670 (hif-tokenize): Parse from the buffer rather than from a string.
2671 Correctly tokenize integers. Use forward-comment.
2672 (hif-expr): Use hif-or.
2673 (hif-term): Use hif-and.
2674 (hif-factor): Use hif-not. Handle numbers properly.
2675 Don't require parenthesis around `defined's argument.
2676 (hif-and, hif-or, hif-not): New funs.
2677 (hif-canonicalize): Pass a region to hif-tokenize. Use hif-not.
2678 (hif-hide-line): Don't hide the \n before the line.
2679 (hif-possibly-hide): Correctly handle numeric evaluation results.
2680
2681 * progmodes/make-mode.el: Use line-(end|beginning)-position.
2682 (makefile-mode): Set indent-line-function.
2683 (makefile-browser-insert-continuation): Use with-current-buffer.
2684 (makefile-beginning-of-line-point, makefile-end-of-line-point): Remove.
2685
2686 2001-11-28 Karl Fogel <kfogel@red-bean.com>
2687
2688 * isearch.el (isearch-yank-internal): New helper function.
2689 (isearch-yank-char): New function.
2690 (isearch-yank-word, isearch-yank-line): Rewrite to use
2691 isearch-yank-internal.
2692
2693 2001-11-28 Eli Zaretskii <eliz@is.elta.co.il>
2694
2695 * mouse.el (mouse-set-font): Make it a no-op if multiple fonts
2696 aren't supported. Print a message to that effect if invoked.
2697
2698 2001-11-27 Stephen Eglen <stephen@gnu.org>
2699
2700 * locate.el (locate): Put point at first matching file rather
2701 than top of buffer.
2702
2703 2001-11-27 Stefan Monnier <monnier@cs.yale.edu>
2704
2705 * reveal.el: New file.
2706
2707 * progmodes/hideif.el: Misc cleanup.
2708 (hide-ifdef-mode-submap): Put the def in the defvar.
2709 Use substitute-key-definition.
2710 (hide-ifdef-mode): Use define-minor-mode.
2711 (hif-outline-flag-region): Remove.
2712 (hif-show-all): Define in terms of hif-show-ifdef-region.
2713 (hif-after-revert-function): Rename from hif-before-revert-function.
2714 (hide-ifdef-region, hif-show-ifdef-region): Use overlays.
2715 (hif-tokenize): Use with-syntax-table.
2716 (hif-make-range): Use `else' also for `else-p'.
2717 (hif-range-else-p): Remove.
2718 (hif-find-range): Simplify.
2719 (hif-hide-line): Don't bother preserving buffer-modified-p.
2720 (hide-ifdefs, show-ifdefs, hide-ifdef-block, show-ifdef-block):
2721 Don't use selective-display and inhibit-read-only.
2722
2723 * subr.el (copy-overlay, remove-overlays): New funs.
2724
2725 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix off-by-two error.
2726
2727 2001-11-27 Sam Steingold <sds@gnu.org>
2728
2729 * ansi-color.el, bookmark.el, dired.el, emerge.el, fast-lock.el
2730 * lazy-lock.el, mouse-sel.el, mail/feedmail.el
2731 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el, emacs-lisp/ewoc.el
2732 * obsolete/c-mode.el, obsolete/cplus-md.el
2733 * progmodes/dcl-mode.el, progmodes/idlw-shell.el, progmodes/idlwave.el
2734 * term/sun-mouse.el, textmodes/artist.el:
2735 Converted backquote to the new style.
2736 * mouse.el, reposition.el: Likewise (in comments).
2737 * expand.el: Likewise (in a string).
2738
2739 2001-11-27 Richard M. Stallman <rms@gnu.org>
2740
2741 * cus-edit.el (custom-load-symbol): Don't always load locate-library.
2742
2743 2001-11-26 Richard M. Stallman <rms@gnu.org>
2744
2745 * wid-edit.el (widget-toggle-value-create): On graphic terminal,
2746 if :on-glyph or :off-glyph is a list, eval it and store it back.
2747 (checkbox): Quote the values for :on-glyph and :off-glyph.
2748
2749 * cus-start.el (recursive-load-depth-limit): Delete item.
2750
2751 2001-11-26 Stefan Monnier <monnier@cs.yale.edu>
2752
2753 * help-fns.el (describe-categories, help-describe-category-set): New.
2754 describe-categories moved here from src/category.c.
2755
2756 2001-11-26 Sam Steingold <sds@gnu.org>
2757
2758 * progmodes/cc-mode.el (c-submit-bug-report): Make sure that the
2759 arguments to `insert' are strings.
2760
2761 2001-11-26 Richard M. Stallman <rms@gnu.org>
2762
2763 * startup.el (command-line-1): Call kill-buffer only in non-fancy case.
2764
2765 2001-11-26 Eli Zaretskii <eliz@is.elta.co.il>
2766
2767 * international/mule-diag.el: Require help-fns instead of
2768 help-funs.
2769
2770 * help-fns.el: Renamed from help-funs.el.
2771
2772 * startup.el (command-line-1): Don't try to call process-list if
2773 it is not fboundp.
2774
2775 2001-11-26 Sam Steingold <sds@gnu.org>
2776
2777 * frame.el (show-trailing-whitespace): Remove :set argument (the
2778 value was essentially identical to the defalt).
2779
2780 2001-11-26 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2781
2782 * hexl.el (hexl-mode, hexl-follow-ascii): Remove make-local-hook.
2783
2784 * icomplete.el (icomplete-minibuffer-setup): Likewise.
2785
2786 * hilit-chg.el (hilit-chg-set): Likewise.
2787
2788 * speedbar.el (speedbar-mode): Likewise.
2789
2790 * calendar/calendar.el (calendar-mode): Likewise.
2791
2792 * play/yow.el (psychoanalyze-pinhead): Use insert instead of
2793 insert-string.
2794
2795 * play/gamegrid.el (gamegrid-init-buffer): Likewise.
2796
2797 * term/bg-mouse.el (bg-insert-moused-sexp): Likewise.
2798
2799 * term/sun-mouse.el (sun-yank-selection): Likewise.
2800
2801 * textmodes/bib-mode.el (return-key-bib): Likewise.
2802
2803 * calendar/appt.el (appt-disp-window): Likewise.
2804
2805 * calendar/diary-lib.el (list-diary-entries): Likewise.
2806
2807 * array.el (array-reconfigure-rows): Likewise.
2808
2809 * filecache.el (file-cache-minibuffer-complete): Likewise.
2810
2811 * obsolete/cplus-md.el (fill-c++-comment): Likewise.
2812
2813 * strokes.el (strokes-prompt-user-save-strokes): Likewise.
2814
2815 * allout.el (outline-version, outline-open-topic)
2816 (outline-rebullet-heading, outline-insert-listified)
2817 (outline-latex-verbatim-quote-curr-line)
2818 (outline-latexify-one-item, outlineify-sticky): Likewise.
2819
2820 * vc.el (vc-next-action-on-file): Likewise.
2821 (vc-dired-mode): Remove make-local-hook.
2822
2823 2001-11-26 Andre Spiegel <spiegel@gnu.org>
2824
2825 * vc.el (vc-find-version): New function.
2826 (vc-version-other-window): Redefined in terms of the above.
2827
2828 * log-view.el (log-view-find-version): New function.
2829 (log-view-mode-map): Bind it to `f'.
2830
2831 2001-11-26 Gerd Moellmann <gerd@gnu.org>
2832
2833 * language/devan-util.el (dev-char-glyph): Escape `"' in
2834 string literals.
2835 (dev-glyph-glyph, dev-glyph-glyph-2)
2836 (devanagari-compose-syllable-region): Likewise.
2837
2838 2001-11-26 Richard M. Stallman <rms@gnu.org>
2839
2840 * window.el (save-selected-window): No error if saved window is dead.
2841
2842 * help-funs.el (describe-syntax): Put (interactive) after doc string.
2843
2844 2001-11-26 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2845
2846 * international/quail.el (quail-help): Require help-mode in
2847 top-level instead.
2848
2849 * iswitchb.el (iswitchb-exhibit): Use insert instead of
2850 insert-string.
2851
2852 * icomplete.el (icomplete-exhibit): Likewise.
2853
2854 2001-11-25 Stefan Monnier <monnier@cs.yale.edu>
2855
2856 * diff-mode.el (diff-end-of-hunk): Watch out for ambiguities.
2857 (diff-hunk-kill): Simplify.
2858 (diff-post-command-hook): Only apply to a single hunk.
2859 (diff-hunk-text): Make `char-offset' non-optional.
2860 (diff-find-text): Return a cons cell.
2861 (diff-find-approx-text): New fun.
2862 (diff-find-source-location): Use it.
2863 (diff-apply-hunk, diff-test-hunk, diff-goto-source):
2864 Adapt to new retval of diff-find-text.
2865
2866 * vc-cvs.el (vc-cvs-parse-entry): Rewrite, comparing the string-
2867 rather than integer- representation of dates.
2868
2869 * textmodes/fill.el (fill-indent-according-to-mode): Default to nil.
2870
2871 * emacs-lisp/syntax.el: Don't profile syntax-ppss any more.
2872 (syntax-after): New fun.
2873
2874 * help-funs.el (describe-syntax): New fun.
2875
2876 * font-lock.el (font-lock-cache-state, font-lock-cache-position)
2877 (font-lock-ppss-stats, font-lock-ppss): Remove.
2878 (font-lock-fontify-syntactically-region): Remove tuning code.
2879 (font-lock-compile-keywords): Fix off-by-one bug.
2880 (font-lock-set-defaults): Don't set removed vars.
2881 (c-keywords): Add `inline'.
2882 (c-type-names): Add `_Complex', `_Imaginary' and `_Bool'.
2883
2884 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
2885 Set syntax-begin-function.
2886 (lisp-interaction-mode-abbrev-table): Defvar to its correct value.
2887 (lisp-interaction-mode): Don't set local-abbrev-table any more.
2888 (lisp-mode-auto-fill): Use syntax-ppss and obey
2889 comment-auto-fill-only-comments.
2890 (lisp-fill-paragraph): Use syntax-ppss.
2891
2892 2001-11-25 ShengHuo ZHU <zsh@cs.rochester.edu>
2893
2894 * mail/rmail.el (rmail-enable-mime-composing): New. A lightweight
2895 version of rmail-enable-mime.
2896 (rmail-forward): Use it.
2897
2898 2001-11-25 Richard M. Stallman <rms@gnu.org>
2899
2900 * emacs-lisp/lisp-mode.el (lisp-indent-function): Add doc string.
2901
2902 * international/quail.el (quail-keyboard-layout-button):
2903 Define button type.
2904 (quail-keyboard-customize-button): Likewise.
2905 (quail-help): Use those button types. Require `help-mode'.
2906 Avoid altering the argument `package'.
2907
2908 * help-mode.el (help-function, help-variable, help-face)
2909 (help-coding-system, help-input-method, help-character-set):
2910 Define each button type with its own explicit define-button-type.
2911
2912 * language/devan-util.el: Comment out parts of the file
2913 which apparently are garbled.
2914
2915 2001-11-25 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2916
2917 * mail/smtpmail.el (smtpmail-deduce-address-list): Don't use
2918 insert-string.
2919
2920 2001-11-25 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2921
2922 * play/snake.el (snake-mode): Remove make-local-hook.
2923
2924 * play/tetris.el (tetris-mode): Likewise.
2925
2926 * play/decipher.el (decipher-mode): Likewise.
2927
2928 * tmm.el (tmm-add-prompt): Likewise.
2929
2930 2001-11-25 Sam Steingold <sds@gnu.org>
2931
2932 * menu-bar.el (menu-bar-apropos-menu): New variable.
2933 Moved all `apropos' bindings to this menu.
2934 (menu-bar-help-menu): Added `menu-bar-apropos-menu'.
2935
2936 2001-11-24 KAWABATA, Taichi <batta@beige.ocn.ne.jp>
2937
2938 The following changes are for new indian languages support based
2939 on Unicode charset and CDAC fonts.
2940
2941 * international/mule-conf.el: Change indian-1-column charset to
2942 indian-glyph charset.
2943
2944 * international/characters.el: Adjusted for the change of
2945 indian-1-column -> indian-glyph.
2946
2947 * international/fontset.el: Delete the setting for indian-1-column
2948 and add the setting for indian-glyph in the default fontset.
2949
2950 * language/indian.el: Completely re-written.
2951
2952 * language/devanagari.el: Completely re-written.
2953
2954 * language/devan-util.el: Completely re-written.
2955
2956 * language/ind-util.el: New file.
2957
2958 2001-11-24 Richard M. Stallman <rms@gnu.org>
2959
2960 * startup.el (command-line-1): Don't do startup screen
2961 if a subprocess is running. Call the startup screen buffer
2962 "GNU Emacs". Make a special mode-line-format for it.
2963
2964 * net/browse-url.el (browse-url-galeon-new-window-is-tab): New var.
2965 (browse-url-galeon): Use that variable.
2966
2967 * mail/supercite.el (sc-toggle-var): Don't use set-variable or
2968 eval-expression. Eval and set the variable simply.
2969
2970 * files.el (temporary-file-directory): Use defcustom.
2971 (small-temporary-file-directory): Likewise.
2972 (normal-backup-enable-predicate): Move down in file
2973 after definition of temporary-file-directory.
2974
2975 * bindings.el (last-buffer, unbury-buffer): Doc fixes.
2976
2977 2001-11-24 Colin Walters <walters@debian.org>
2978
2979 * calc/calc-ext.el (calc-init-extensions): Update the rest of the
2980 autoload names to match files renamed on initial calc import.
2981
2982 * calc/calc.el (Commentary): Cleanup, and add logistic curve
2983 fitting suggestion from Robert J. Chassell <bob@rattlesnake.com>.
2984
2985 2001-11-23 Colin Walters <walters@debian.org>
2986
2987 * Makefile.in (finder_setwins, setwins): Include Calc again.
2988
2989 * calc/calc-rules.el: Add header comment.
2990
2991 2001-11-23 Andre Spiegel <spiegel@gnu.org>
2992
2993 * vc.el (with-vc-properties): Don't bind `filename' locally.
2994 (with-vc-file, edit-vc-file): Use `make-symbol' for local bindings
2995 to avoid name clashes. Fix `lisp-indent-function' property for
2996 both.
2997
2998 2001-11-23 Francesco Potorti` <pot@gnu.org>
2999
3000 * generic-x.el (mailrc-generic-mode): Highlight the `source' keyword.
3001
3002 2001-11-22 Colin Walters <walters@debian.org>
3003
3004 * calc/calc-misc.el (report-calc-bug):
3005 Use `reporter-prompt-for-summary-p'.
3006
3007 * calc/INSTALL, calc/Makefile: Remove.
3008
3009 2001-11-22 Miles Bader <miles@gnu.org>
3010
3011 * emacs-lisp/re-builder.el (reb-match-0, reb-match-1)
3012 (reb-match-2, reb-match-3): Add dark-background variants.
3013
3014 2001-11-22 Colin Walters <walters@debian.org>
3015
3016 * calc/calc-misc.el (calc-info): Don't perform voodoo, just
3017 (info "Calc").
3018 (report-calc-bug): Use reporter.el.
3019
3020 * mail/reporter.el (reporter-submit-bug-report): Doc fixes.
3021
3022 2001-11-21 Richard M. Stallman <rms@gnu.org>
3023
3024 * which-func.el (which-function): Call imenu--make-index-alist
3025 if necessary to get a list of functions.
3026 (which-function-imenu-failed): New variable.
3027 (which-func-update): Handle all visible windows.
3028 (which-func-update-1): New subroutine broken out of which-func-update.
3029
3030 * files.el (temporary-file-directory, null-device)
3031 (small-temporary-file-directory): Definitions moved up.
3032
3033 * progmodes/cperl-mode.el (cperl-problems, cperl-tips)
3034 (cperl-non-problems, cperl-praise): Doc fixes.
3035
3036 * progmodes/sh-script.el (sh-mode): Don't use define-derived-mode.
3037 (sh-mode-syntax-table): Function restored.
3038 Variable set up for use by function sh-mode-syntax-table.
3039 (sh-set-shell): Set the syntax table.
3040
3041 * play/gomoku.el (gomoku-mode): Don't use define-derived-mode.
3042
3043 * progmodes/perl-mode.el (perl-mode): Don't use define-derived-mode.
3044
3045 * international/encoded-kb.el: Don't alter minor-map-alist.
3046
3047 2001-11-20 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3048
3049 * files.el (auto-save-file-name-transforms): Put remote files in
3050 temporary-file-directory rather than /tmp.
3051
3052 2001-11-21 Colin Walters <walters@debian.org>
3053
3054 * calc/calc-macs.el (calc-slow-wrapper): Move (point) call outside
3055 of (function ...) wrapper.
3056
3057 2001-11-20 Stefan Monnier <monnier@cs.yale.edu>
3058
3059 * derived.el (define-derived-mode): Create the abbrev-table
3060 from inside the `defvar'.
3061
3062 * jit-lock.el (jit-lock-defer-time): New var.
3063 (jit-lock-defer-timer, jit-lock-buffers): New vars.
3064 (jit-lock-mode): Initialize them. Cancel the timers more carefully.
3065 (jit-lock-function): Defer fontification if requested.
3066 (jit-lock-stealth-chunk-start): Pay attention to the new non-nil value.
3067 (jit-lock-stealth-fontify): Check the new `jit-lock-defer-multiline'
3068 text property.
3069 (jit-lock-deferred-fontify): New fun.
3070
3071 2001-11-20 Richard M. Stallman <rms@gnu.org>
3072
3073 * emacs-lisp/lisp-mode.el (lisp-interaction-mode):
3074 Set local-abbrev-table to lisp-mode-abbrev-table.
3075
3076 * emacs-lisp/re-builder.el (reb-mode):
3077 Don't use define-derived-mode. Call kill-all-local-variables.
3078
3079 * emacs-lisp/lisp-mode.el (lisp-mode, emacs-lisp-mode):
3080 Don't use define-derived-mode.
3081
3082 * help-mode.el (help-mode): Undo 2001-10-07 change.
3083
3084 * replace.el (occur-mode): Undo 2001-5-20 change.
3085
3086 2001-11-20 Jason Rumney <jasonr@gnu.org>
3087
3088 * w32-fns.el (w32-system-coding-system): Change to an alias for
3089 locale-coding-system.
3090 (set-w32-system-coding-system): Document the above change.
3091 Set locale-coding-system instead.
3092
3093 2001-11-20 Richard M. Stallman <rms@gnu.org>
3094
3095 * ruler-mode.el: Add pagination.
3096 (ruler-mode-toggle-show-tab-stops): No need to
3097 test `ruler-mode' variable.
3098
3099 2001-11-20 Eli Zaretskii <eliz@is.elta.co.il>
3100
3101 * play/landmark.el: Mark lm-mode as special.
3102
3103 * play/gomoku.el: Mark gomoku-mode as special.
3104
3105 2001-11-20 Juanma Barranquero <lektu@terra.es>
3106
3107 * emacs-lisp/re-builder.el (reb-change-target-buffer): New function.
3108 (top-level): Bind it to C-c C-b.
3109 (re-builder): Don't re-enter RE Builder Mode.
3110
3111 * bs.el (bs-delete): Signal an error if the buffer cannot be deleted.
3112
3113 2001-11-20 Stefan Monnier <monnier@cs.yale.edu>
3114
3115 * progmodes/cperl-mode.el (cperl-perldoc): Require man before binding
3116 `manual-program'.
3117
3118 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Don't move back
3119 to a line without a comment.
3120
3121 2001-11-20 Eli Zaretskii <eliz@is.elta.co.il>
3122
3123 * dired.el (dired-listing-switches): Mention in the doc string
3124 that some switches are not supported by ls-lisp.el
3125
3126 2001-11-19 Stefan Monnier <monnier@cs.yale.edu>
3127
3128 * imenu.el (imenu--split-menu): Use dolist and copy-sequence.
3129 (imenu--create-keymap-2): Remove.
3130 (imenu--create-keymap-1): Simplify, remove third argument.
3131 (imenu--generic-function): Use dolist.
3132 (imenu-find-default): New function.
3133 (imenu--completion-buffer): Use it.
3134 (imenu--mouse-menu): Use popup-menu.
3135 (imenu--menubar-select): Return t rather than calling imenu.
3136
3137 * textmodes/fill.el (fill-delete-prefix, fill-delete-newlines):
3138 New functions, extracted from fill-region-as-paragraph.
3139 (fill-region-as-paragraph): Use them.
3140 Use an end marker instead of eob.
3141 Ignore whitespace-only fill-prefixes when indenting according to mode.
3142 Simplify the loop that searches for spaces backwards.
3143
3144 * textmodes/picture.el (picture-vertical-step)
3145 (picture-horizontal-step): Don't use defconst for variables.
3146
3147 * mail/mail-extr.el: Use backquote/dolist/mapc/when. Docstring fixes.
3148 (mail-extract-address-components): Downcase domain names.
3149 (mail-extr-delete-char): Remove. Use delete-char instead.
3150
3151 * emulation/pc-select.el: Doc string fixes.
3152 (pc-selection-mode): Don't treat macos as a tty.
3153
3154 * emacs-lisp/lisp.el (mark-sexp): Mark more if repeated.
3155
3156 * progmodes/cc-engine.el (c-parse-state): Typo. From Martin Stjernholm.
3157
3158 * mwheel.el (mouse-wheel-scroll-amount): Allow float values.
3159 (mouse-wheel-progessive-speed): New var.
3160 (mwheel-scroll): Use it and handle float values.
3161
3162 * lazy-lock.el (lazy-lock-install-hooks): Remove make-local-hook.
3163
3164 * iswitchb.el (iswitchb-mode): Use define-minor-mode.
3165 (iswitchb): Fix the case where the result was selected with the mouse.
3166 (iswitchb-completion-help): Use the normal *Completions* now that
3167 mouse selection works.
3168 (iswitchb-minibuffer-setup): Simplify.
3169
3170 * newcomment.el (comment-column, comment-style, comment-multi-line)
3171 (comment-auto-fill-only-comments): Remove :group arg.
3172 (comment-padding): Add :type.
3173 (comment-indent-new-line): Ignore comment-auto-fill-only-comments
3174 if called interactively.
3175
3176 2001-11-19 Colin Walters <walters@verbum.org>
3177
3178 * calc/calc.el (toplevel): Add comment and version header.
3179 (calc-init-base): Bump version to 2.02f, update date.
3180
3181 2001-11-19 Richard M. Stallman <rms@gnu.org>
3182
3183 * net/browse-url.el: Support Mozilla and Galeon.
3184 By default, find the installed browser whichever it is.
3185 (browse-url-mozilla): New function.
3186 (browse-url-mozilla-sentinel): New function.
3187 (browse-url-galeon, browse-url-galeon-sentinel): New functions.
3188 (browse-url-default-browser): New function.
3189 (browse-url-process-environment): Use browse-url-browser-display.
3190 (browse-url-browser-display): Renamed from browse-url-netscape-display.
3191 (browse-url-mozilla-startup-arguments, browse-url-galeon-program)
3192 (browse-url-galeon-arguments, browse-url-galeon-startup-arguments)
3193 (browse-url-mozilla-program, browse-url-mozilla-arguments): New vars.
3194 (browse-url-browser-function): New default, new options.
3195
3196 2001-11-19 Sam Steingold <sds@gnu.org>
3197
3198 * bindings.el (last-buffer, unbury-buffer): New function.
3199 (mode-line-unbury-buffer): Use `unbury-buffer'.
3200
3201 2001-11-18 Stephen Eglen <stephen@gnu.org>
3202
3203 * iswitchb.el (iswitchb-cannot-complete-hook): New variable to
3204 control behaviour when no further completion is possible.
3205
3206 2001-11-19 Colin Walters <walters@verbum.org>
3207
3208 * calc/calc-macs.el (calc-wrapper, calc-slow-wrapper)
3209 (math-showing-full-precision, math-with-extra-prec, math-working)
3210 (calc-with-default-simplification)
3211 (calc-with-trail-buffer): Use backtick.
3212 (Math-zerop, Math-integer-negp, Math-integer-posp, Math-negp)
3213 (Math-looks-negp, Math-posp, Math-integerp, Math-natnump)
3214 (Math-ratp, Math-realp, Math-anglep, Math-numberp, Math-scalarp)
3215 (Math-vectorp, Math-messy-integerp, Math-objectp, Math-objvecp)
3216 (Math-integer-neg, Math-equal, Math-lessp, Math-primp)
3217 (Math-num-integerp, Math-bignum-test, Math-equal-int)
3218 (Math-natnum-lessp, math-format-radix-digit): Change to `defsubst'.
3219 (calc-record-compilation-date-macro): Deleted. Callers updated.
3220 (math-format-radix-digit): Move to calc-bin.el.
3221
3222 * calc/calc.el (calc-record-compilation-date): Remove.
3223 (calc-bug-address): Update.
3224 (calc-settings-file): Use `user-init-file'.
3225
3226 * calc/calc-mode.el (calc-settings-file-name, calc-save-modes):
3227 Handle null `calc-settings-file'.
3228
3229 * calc/calc-frac.el (calc-over-notation): Use `completing-read'.
3230 * calc/calc-keypd.el (calc-keypad-mode): New.
3231 (calc-do-keypad): Use it.
3232 (calc-keypad-map): Move into `calc-keypad-mode'.
3233
3234 * calc-math.el (calcFunc-sqrt, calcFunc-hypot): Add missing quote
3235 to defalias argument.
3236
3237 * calc-misc.el (math-fixnump, math-fixnatnump, calcFunc-trunc)
3238 (calcFunc-floor): Ditto.
3239
3240 * calc-units.el (calcFunc-usimplify): Ditto.
3241
3242 * calc-aent.el, calc-ext.el, calc-incom.el, calc-misc.el
3243 * calc-sel.el, calc-vec.el, calc-alg.el, calc-fin.el
3244 * calc-keypd.el, calc-mode.el, calc-stat.el, calc-yank.el
3245 * calc-arith.el, calc-forms.el, calc-lang.el, calc-mtx.el
3246 * calc-store.el, calc.el, calc-bin.el, calc-frac.el, calc-macs.el
3247 * calc-poly.el, calc-stuff.el, calcalg2.el, calc-comb.el
3248 * calc-funcs.el, calc-maint.el, calc-prog.el, calc-trail.el
3249 * calcalg3.el, calc-cplx.el, calc-graph.el, calc-map.el
3250 * calc-rewr.el, calc-undo.el, calccomp.el, calc-embed.el
3251 * calc-help.el, calc-math.el, calc-rules.el, calc-units.el
3252 * calcsel2.el: Change all toplevel `setq' forms to `defvar' forms,
3253 and move them before their first use. Use `when', `unless'.
3254 Remove trailing periods from error forms. Add description and
3255 headers suggested by Emacs Lisp coding conventions.
3256
3257 2001-11-19 Stefan Monnier <monnier@cs.yale.edu>
3258
3259 * newcomment.el (comment-indent):
3260 Fix misindentation for comment-only lines.
3261 (comment-indent-new-line): Only obey comment-multi-line if the
3262 comment-ender is not the end-of-line.
3263
3264 2001-11-19 Richard M. Stallman <rms@gnu.org>
3265
3266 * net/net-utils.el (network-connection-service-abbrev-alist):
3267 New variable.
3268
3269 * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
3270 Advance to start of 3rd sexp by moving fwd and backing over it.
3271 At first three elements, act like defun.
3272
3273 * delsel.el (delete-selection-pre-hook): Handle and resignal
3274 file-supersession errors to interact properly with userlock.el.
3275
3276 2001-11-18 Richard M. Stallman <rms@gnu.org>
3277
3278 * progmodes/fortran.el (fortran-mode-syntax-table):
3279 Specify punctuation syntax for backslash.
3280
3281 * progmodes/sh-script.el (sh-must-be-shell-mode): Function deleted.
3282 All calls deleted.
3283
3284 * international/mule-util.el (string-to-sequence): Make it obsolete.
3285 (string-to-list, string-to-vector): Implement them directly
3286 using append and vconcat, not with string-to-sequence.
3287
3288 * startup.el (command-line): Set abbrevs-changed to nil after
3289 reading the init file and the abbrevs file.
3290
3291 * isearch.el (isearch): Use magenta2 as bg for (background light)
3292
3293 2001-11-17 Richard M. Stallman <rms@gnu.org>
3294
3295 * menu-bar.el (menu-bar-update-buffers-1): Don't pad the buffer name.
3296
3297 * simple.el (minibuffer-history-sexp-flag): Doc fix.
3298
3299 2001-11-17 Stefan Monnier <monnier@cs.yale.edu>
3300
3301 * font-lock.el (font-lock-compile-keywords): New arg `regexp'.
3302 If set and if applicable, add a regexp to highlight defun-like
3303 text inside comments and strings.
3304 (font-lock-fontify-keywords-region): Pass that new arg.
3305 (font-lock-set-defaults): Move the code to set `font-lock-keywords'
3306 to the end and pass that new arg.
3307 (c-font-lock-keywords-2): Fix regex for labels.
3308 (font-lock-match-c++-style-declaration-item-and-skip-to-next):
3309 Make it work when LIMIT is several lines further.
3310 (c-font-lock-keywords-3, c++-font-lock-keywords-3)
3311 (objc-font-lock-keywords-3, java-font-lock-keywords-3):
3312 Use backquote and make the regexes for `int a, b, c;' work on
3313 multiple lines.
3314
3315 * emacs-lisp/re-builder.el (reb-mode): Use define-derived-mode.
3316 (font-lock-defaults-alist): Don't change it any more.
3317 (reb-subexp-mode-map): Cleanup.
3318
3319 * custom.el (custom-current-group-alist): New var.
3320 (custom-declare-group): Set it.
3321 (custom-current-group): New fun.
3322 (custom-declare-variable, custom-handle-all-keywords):
3323 Use it as a default if no :group argument is specified.
3324
3325 * international/mule-cmds.el (locale-name-match): Use \` and \(?:.
3326 (standard-keyboard-coding-systems): New var.
3327 (set-locale-environment): Use it to decide whether or not to call
3328 set-keyboard-coding-system.
3329 (locale-language-names): Use \"French\" for "fr".
3330
3331 2001-11-17 Richard M. Stallman <rms@gnu.org>
3332
3333 * emacs-lisp/checkdoc.el (princ-list, checkdoc-read-event)
3334 (add-to-list): Delete compatibility code.
3335 (checkdoc-next-message-error): Doc fix.
3336
3337 2001-11-17 Stephen Eglen <stephen@gnu.org>
3338
3339 * locate.el (locate): Show default locate pattern within the
3340 prompt, but don't insert it into the minibuffer contents.
3341 Catch the case when pattern is the empty string.
3342
3343 2001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
3344
3345 * language/european.el ("French"): New language environment.
3346
3347 2001-11-16 Richard M. Stallman <rms@gnu.org>
3348
3349 * calendar/todo-mode.el (todo-save): Fix previous change.
3350
3351 * subr.el (functionp): Do use cdr-safe on object.
3352
3353 2001-11-16 Stefan Monnier <monnier@cs.yale.edu>
3354
3355 * bindings.el (mode-line-mode-name): Only put the help-echo property
3356 if the local-map property was put as well.
3357 (global-map): Bind switch-frame, delete-frame, iconify-frame
3358 and make-frame-visible events.
3359
3360 * emacs-lisp/elp.el (elp-not-profilable): New var.
3361 (elp-not-profilable-p): New function.
3362 (elp-instrument-function): Use it. Use backquotes and push.
3363
3364 * emacs-lisp/bytecomp.el (byte-compile-call-tree, byte-code-vector)
3365 (byte-stack+-info, byte-compile-last-warned-form)
3366 (byte-compile-last-logged-file): Don't defconst a variable.
3367 (no-byte-compile): Declare.
3368 (byte-compile-file): Don't boundp-check no-byte-compile any more.
3369 (byte-compile-defvar): Leave defconst as is.
3370
3371 * emacs-lisp/edebug.el (edebug-form-data, edebug-offsets)
3372 (edebug-offsets-stack, edebug-read-dotted-list, edebug-def-name)
3373 (edebug-current-offset, edebug-old-def-name, edebug-error-point)
3374 (edebug-best-error): Don't defconst a variable.
3375 (edebug-read-syntax-table): Use a char-table.
3376 (edebug-lemacs-specific): Remove.
3377 Toplevel: Eliminate check for Lucid Emacs.
3378
3379 * pcvs-util.el (cvs-prefix-define): Don't defconst a variable.
3380
3381 * rect.el (move-to-column-force): Mark obsolete.
3382 (operate-on-rectangle, delete-extract-rectangle-line)
3383 (insert-rectangle, delete-whitespace-rectangle-line)
3384 (open-rectangle-line, clear-rectangle-line): Use move-to-column.
3385 (string-rectangle-history): New var.
3386 (string-rectangle, string-insert-rectangle): Use it.
3387 (delete-rectangle-line): Fix pos/column mixup and simplify.
3388
3389 * startup.el (normal-top-level-add-subdirs-to-load-path): Simplify.
3390 (normal-top-level, command-line, command-line-1): Simplify.
3391
3392 * tar-mode.el (tar-mode): Use define-derived-mode.
3393
3394 * view.el (view-mode-enable): Don't use make-local-hook.
3395
3396 * emacs-lisp/eldoc.el (eldoc-mode): Use define-minor-mode.
3397
3398 2001-11-16 Richard M. Stallman <rms@gnu.org>
3399
3400 * mail/mail-extr.el (mail-extr-voodoo): Treat a number as a word
3401 if it doesn't make sense as anything else.
3402 Don't recognize a "telephone number" at the beginning of the name.
3403 (mail-extr-leading-garbage): Match non-word characters only.
3404
3405 2001-11-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3406
3407 * startup.el (command-line-processed): Doc fix.
3408
3409 * apropos.el (apropos-next-label-button): Doc fix.
3410
3411 2001-11-16 Stefan Monnier <monnier@cs.yale.edu>
3412
3413 * comint.el (comint-mode): Simplify.
3414 (make-comint-in-buffer): Run `comint-mode' only if necessary.
3415
3416 * subr.el (eval-after-load): Make it work with features as well.
3417
3418 * log-view.el (log-view-mode): Don't mark the buffer unmodified.
3419
3420 * international/mule-cmds.el (describe-input-method): Setup xref.
3421 (set-language-environment): Use functionp.
3422 (locale-language-names, locale-charset-language-names)
3423 (locale-preferred-coding-systems): Defconst and purecopy.
3424
3425 * language/european.el (mac-roman): Add mime-charset property.
3426
3427 2001-11-15 Richard M. Stallman <rms@gnu.org>
3428
3429 * emacs-lisp/cl.el (values, values-list, multiple-value-list)
3430 (multiple-value-apply, nth-value): Use defsubst rather than defalias
3431 to get better doc strings.
3432
3433 2001-11-15 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3434
3435 * derived.el: Fix autoload cookie.
3436
3437 2001-11-15 Richard M. Stallman <rms@gnu.org>
3438
3439 * jka-compr.el (jka-compr-partial-uncompress): Fix previous change.
3440
3441 2001-11-15 Stefan Monnier <monnier@cs.yale.edu>
3442
3443 * menu-bar.el (menu-bar-edit-menu) <copy>: Put an explicit key binding.
3444
3445 2001-11-15 Richard M. Stallman <rms@gnu.org>
3446
3447 * dired.el (dired-undo): Display a message to explain
3448 that this does not undo file system changes.
3449
3450 2001-11-15 David Kastrup <David.Kastrup@t-online.de>
3451
3452 * mouse-drag.el (mouse-drag-throw): Push back non-drag events
3453 into `unread-command-events' instead of trying keymap
3454 lookups ourselves. This makes mouse-clicks do the right
3455 thing even when keymaps of overlays are involved.
3456 (mouse-drag-drag): Likewise.
3457
3458 2001-11-15 Andreas Schwab <schwab@suse.de>
3459
3460 * progmodes/ada-mode.el (ada-add-extensions): Quote regexp special
3461 characters and append anchor to pattern added to auto-mode-alist.
3462
3463 2001-11-15 Stefan Monnier <monnier@cs.yale.edu>
3464
3465 * server.el (server-process-filter): Run pore/post-comment-hook
3466 before/after visiting the file.
3467
3468 * info-look.el (makefile-mode): Add info for automake.
3469 (autoconf-mode): Fix the name of the index for automake.
3470
3471 * international/latin-9.el: Give pilcrow punctuation syntax.
3472
3473 2001-11-15 Andre Spiegel <spiegel@gnu.org>
3474
3475 * vc.el: Documentation fixes.
3476
3477 2001-11-14 Stefan Monnier <monnier@cs.yale.edu>
3478
3479 * smerge-mode.el (smerge-match-conflict): Fix typo.
3480 (smerge-diff): Be careful to read match-data early enough.
3481
3482 2001-11-14 Colin Walters <walters@verbum.org>
3483
3484 * calc/calc-alg.el (calcFunc-esimplify, calcFunc-simplify)
3485 (calcFunc-subst): Use `defalias' instead of `fset' and
3486 `symbol-function'.
3487
3488 * calc/calc-arith.el (calcFunc-abs, calcFunc-float)
3489 (calcFunc-ceil, calcFunc-round): Ditto.
3490
3491 * calc/calc-bin.el (calcFunc-clip): Ditto.
3492
3493 * calc/calc-ext.el (calcFunc-evalv): Ditto.
3494
3495 * calc/calc-math.el (calcFunc-sqrt, calcFunc-hypot): Ditto.
3496
3497 * calc/calc-misc.el (math-fixnump, math-fixnatnump)
3498 (calcFunc-trunc, calcFunc-floor, calc-report-bug): Ditto.
3499
3500 * calc/calc-units.el (calcFunc-unsimplify): Ditto.
3501
3502 * calc-aent.el, calc-ext.el, calc-incom.el, calc-misc.el
3503 * calc-sel.el, calc-vec.el, calc-alg.el, calc-fin.el
3504 * calc-keypd.el, calc-mode.el, calc-stat.el, calc-yank.el
3505 * calc-arith.el, calc-forms.el, calc-lang.el, calc-mtx.el
3506 * calc-store.el, calc.el, calc-bin.el, calc-frac.el, calc-macs.el
3507 * calc-poly.el, calc-stuff.el, calcalg2.el, calc-comb.el
3508 * calc-funcs.el, calc-maint.el, calc-prog.el, calc-trail.el
3509 * calcalg3.el, calc-cplx.el, calc-graph.el, calc-map.el
3510 * calc-rewr.el, calc-undo.el, calccomp.el, calc-embed.el
3511 * calc-help.el, calc-math.el, calc-rules.el, calc-units.el
3512 * calcsel2.el: Style cleanup; don't put closing parens on their
3513 own line, add "foo.el ends here" to each file, and update
3514 copyright date.
3515
3516 * README: Update maintainer.
3517
3518 2001-11-13 Richard M. Stallman <rms@gnu.org>
3519
3520 * progmodes/compile.el (recompile): Use compilation-arguments if
3521 set, so as to be able to M-x recompile the exact command which
3522 created a compilation-mode buffer.
3523
3524 * progmodes/ada-mode.el (ada-fill-comment-prefix): Doc fix.
3525
3526 2001-11-13 Gerd Moellmann <gerd@gnu.org>
3527
3528 * mouse.el (mouse-drag-region): Don't run the up-event
3529 handler if window start changed due to the down-mouse event.
3530
3531 2001-11-13 Richard M. Stallman <rms@gnu.org>
3532
3533 * mouse.el (mouse-show-mark): Either move point to the mark
3534 or use highlighting, never both.
3535 (mouse-buffer-menu): If WINDOW is a frame, select its selected window.
3536
3537 2001-11-13 Simon Josefsson <jas@extundo.com>
3538
3539 * mail/smtpmail.el (top-level): Change maintainer to Simon
3540 Josefsson, cleanup the smtpmail.el header.
3541
3542 * mail/smtpmail.el (top-level): Don't require cl or base64.
3543 (smtpmail-cred-server, smtpmail-cred-port, smtpmail-cred-key)
3544 (smtpmail-cred-user, smtpmail-cred-cert, smtpmail-cred-passwd):
3545 Defsubst instead of defmacro.
3546 (smtpmail-intersection): Return value in reverse order.
3547 (smtpmail-open-stream): Use stringp instead of string-to-list.
3548 (smtpmail-open-stream, smtpmail-try-auth-methods): New functions,
3549 separated from smtpmail-via-smtp.
3550
3551 * mail/smtpmail.el (top-level): Autoload starttls, mail-utils and
3552 rfc2104. Require base64 and cl.
3553 (smtpmail-smtp-service): Doc fix. :type fix.
3554 (smtpmail-debug-info): Doc fix.
3555 (smtpmail-debug-verb, smtpmail-auth-credentials)
3556 (smtpmail-starttls-credentials, smtpmail-auth-supported):
3557 New variables.
3558 (smtpmail-deduce-address-list, smtpmail-send-it): Don't require
3559 mail-utils (it is autoloaded).
3560 (smtpmail-cred-server, smtpmail-cred-port, smtpmail-cred-key)
3561 (smtpmail-cred-user, smtpmail-cred-cert, smtpmail-cred-passwd)
3562 (smtpmail-find-credentials, smtpmail-intersection): New utility funs.
3563 (smtpmail-via-smtp): Support STARTTLS, if binary is installed.
3564 (smtpmail-via-smtp): Support AUTH.
3565 (smtpmail-via-smtp): Use `smtpmail-debug-verb' to control VERB.
3566
3567 2001-11-13 Richard M. Stallman <rms@gnu.org>
3568
3569 * ebuff-menu.el (electric-buffer-update-highlight): New function.
3570 (electric-buffer-overlay): New variable.
3571 (electric-buffer-menu-looper): Call electric-buffer-update-highlight.
3572 (electric-buffer-list): Likewise.
3573
3574 * isearch.el (isearch-whitespace-chars): Doc fix.
3575 (isearch-mode): Handle negative search-slow-window-lines correctly.
3576
3577 2001-11-13 Stefan Monnier <monnier@cs.yale.edu>
3578
3579 * newcomment.el (comment-normalize-vars): Handle a nil comment-padding.
3580
3581 * progmodes/ada-mode.el (ada-fill-comment-prefix): GNAT wants 2 spaces.
3582 From Emmanuel Briot <briot@act-europe.fr>.
3583
3584 2001-11-13 Colin Walters <walters@debian.org>
3585
3586 * calc/calc.el (calc-unread-command): Use `unread-command-events'.
3587
3588 * calc/calc-mode.el (calc-settings-file-name): Don't hardcode
3589 "~/.emacs"; use `read-file-name'.
3590
3591 * calc/calc-graph.el, calc/calc-embed.el, calc/calc-graph.el
3592 * calc/calc-misc.el, calc/calc-mode.el, calc/calc-prog.el
3593 * calc/calc-sel.el, calc/calc-store.el, calc/calc-yank.el
3594 * calc/calc.el: Use `frame-width' instead of `screen-width',
3595 `frame-height' instead of `screen-height', and,
3596 `executing-kbd-macro' instead of `executing-macro'.
3597
3598 * calc/calc-embed.el (calc-do-embedded): Call `y-or-n-p' with
3599 correct number of arguments.
3600
3601 * calc/calc-aent.el (calc-do-alg-entry):
3602 Use `blink-paren-function' instead of `blink-paren-hook'.
3603
3604 2001-11-12 Richard M. Stallman <rms@gnu.org>
3605
3606 * calendar/todo-mode.el (todo-save): Add save-excursion
3607 and save-restriction.
3608
3609 * server.el (server-edit, server-done): Doc fix.
3610
3611 * simple.el (clone-indirect-buffer): Error if major mode symbol
3612 has a no-clone-indirect property.
3613 (clone-buffer): Check for obvious errors before reading clone name.
3614
3615 * info.el (Info-mode): Add a no-clone-indirect property.
3616
3617 2001-11-12 Sam Steingold <sds@gnu.org>
3618
3619 * vc.el (vc-print-log): Bind `inhibit-read-only' to t before and
3620 set-buffer-modified-p to nil after `vc-exec-after'.
3621 * log-view.el (log-view-mode-map): Bind "q", "z", "m" and "d".
3622 (log-view-mode): Make read-only.
3623 (log-view-current-file): Do final `expand-file-name' in the
3624 current `default-directory'.
3625 (log-view-current-tag): Take an optional `where' arg.
3626 (log-view-diff): New user command.
3627
3628 2001-11-12 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3629
3630 * progmodes/cpp.el (cpp-choose-face): Fix typo.
3631
3632 2001-11-12 Sam Steingold <sds@gnu.org>
3633
3634 * emacs-lisp/cl-indent.el (toplevel): Indent properly
3635 `generic-flet', `generic-labels', `with-accessors',
3636 `with-condition-restarts'.
3637
3638 2001-11-12 Richard M. Stallman <rms@gnu.org>
3639
3640 * dired.el: Many trivial doc fixes.
3641 (dired-get-file-for-visit): New function.
3642 (dired-find-alternate-file, dired-mouse-find-file-other-window):
3643 (dired-view-file, dired-find-file-other-window, dired-display-file):
3644 (dired-find-file): Use dired-get-file-for-visit.
3645
3646 2001-11-12 Alex Schroeder <kensanata@yahoo.com>
3647
3648 * sql.el (sql-mode): Doc change.
3649
3650 * sql.el (sql-mode-syntax-table): The backslash is no longer an
3651 escape character.
3652
3653 2001-11-12 Colin Walters <walters@debian.org>
3654
3655 * calc/calc-keypd.el (toplevel): Bind mouse buttons.
3656 (calc-do-keypad): Don't attempt to use nonexistent global
3657 mouse-map, use calc-keypad-map.
3658 (calc-keypad-x-left-click): Renamed to calc-keypad-left-click.
3659 (calc-keypad-left-click): Don't use mouse-map; update to new event
3660 interface.
3661 (calc-keypad-x-middle-click, calc-keypad-x-right-click): Ditto.
3662 (calc-keypad-press): Use `unread-command-events' instead of
3663 `unread-command-char'.
3664
3665 * calc/calc-ext.el (calc-init-extensions): Update autoload names
3666 to match files renamed on initial calc import.
3667
3668 2001-11-12 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3669
3670 * textmodes/flyspell.el (flyspell-default-dictionary):
3671 Fix previous change.
3672
3673 2001-11-12 Richard M. Stallman <rms@gnu.org>
3674
3675 * textmodes/flyspell.el (flyspell-default-dictionary):
3676 Fix custom type.
3677
3678 2001-11-11 Richard M. Stallman <rms@gnu.org>
3679
3680 * calendar/solar.el (solar-sunrise-and-sunset):
3681 Exchange the two extreme values of day-length.
3682
3683 * progmodes/sh-script.el (sh-must-be-shell-mode):
3684 Allow modes derived from sh-mode.
3685
3686 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
3687 Turn off error in some re-search-forward calls.
3688
3689 * replace.el (query-replace-skip-read-only): New variable.
3690 (perform-replace): If that variable is non-nil, ignore matches
3691 that have a read-only property.
3692
3693 * derived.el (define-derived-mode): Doc fix.
3694
3695 * server.el (server-buffer-done): Test of server-existing-buffer
3696 was backwards.
3697 (server-existing-buffer): Doc fix.
3698
3699 * textmodes/flyspell.el (flyspell-default-dictionary):
3700 Allow nil as value, and make nil the default.
3701
3702 2001-11-11 Eli Zaretskii <eliz@is.elta.co.il>
3703
3704 * menu-bar.el (menu-bar-edit-menu): Don't use x-selection-exists-p if
3705 it is not fboundp.
3706 (clipboard-yank): Ditto.
3707
3708 2001-11-11 Colin Walters <walters@verbum.org>
3709
3710 The following changes are based on patches from
3711 Eli Zaretskii <eliz@is.elta.co.il>, Kai Gro\e,A_\e(Bjohann
3712 <Kai.Grossjohann@CS.Uni-Dortmund.DE>, and others.
3713
3714 * calc/calc.el (toplevel): Require calc-macs.
3715 (calc-minibuffer-size): New.
3716 (calcDigit-nondigit): Use it instead of `buffer-size'.
3717 (calcDigit-backspace): Likewise.
3718 (calcDigit-nondigit): Use `minibuffer-contents' instead of
3719 `buffer-string'.
3720 (calc-minibuffer-contains): Use `minibuffer-prompt-end' instead of
3721 `point-min'.
3722 (calcDigit-key): Use `calc-minibuffer-contains' instead of a
3723 `save-excursion'.
3724
3725 * calc/calc-macs.el (calc-record-compilation-date-macro): Return a
3726 simple `setq' form.
3727
3728 * calc/calc-ext.el: (toplevel): Require calc.
3729 (calc-fancy-prefix-map): New.
3730 (calc-fancy-prefix): Use it.
3731 (calc-fancy-prefix-other-key): New.
3732
3733 * calc/calc-aent.el (toplevel): Require calc-macs during compilation.
3734 (calc-do-quick-calc): Use `frame-width' instead of `screen-width'.
3735 (calcAlg-edit): Use `minibuffer-contents' instead of `buffer-string'.
3736 (calcAlg-enter): Likewise.
3737 (calcAlg-enter): Use `minibuffer-prompt-end' instead of `point-min'.
3738
3739 2001-11-10 Richard M. Stallman <rms@gnu.org>
3740
3741 * abbrev.el (read-abbrev-file): Don't set save-abbrevs.
3742 (quietly-read-abbrev-file): Doc fix.
3743
3744 * startup.el (command-line): Read standard abbrev
3745 file (abbrev-file-name), if it exists.
3746
3747 * files.el (save-abbrevs): Default value is t.
3748
3749 * progmodes/compile.el (compile-goto-error): Fix previous change
3750 in the case where subsequent errors have not been parsed yet
3751 because they are in a different source file.
3752
3753 2001-11-10 Peter Kleiweg <kleiweg@let.rug.nl>
3754
3755 * progmodes/ps-mode.el (ps-mode-font-lock-keywords-1):
3756 Merge two regular expressions into one.
3757 (ps-mode): Make local bindings for `comment-start' and
3758 `comment-start-skip'.
3759 (ps-mode-looking-at-nested): Simplify an if-else construct;
3760 use `set-match-data' to set the result.
3761
3762 2001-11-10 Richard M. Stallman <rms@gnu.org>
3763
3764 * textmodes/flyspell.el (flyspell-correct-word/local-keymap):
3765 Function deleted.
3766 (flyspell-correct-word): Old definition deleted.
3767 (flyspell-correct-word/mouse-keymap): Renamed to flyspell-correct-word.
3768 All references renamed too.
3769
3770 2001-11-10 Gerd Moellmann <gerd@gnu.org>
3771
3772 * Makefile.in (finder_setwins, setwins): Exclude Calc.
3773
3774 2001-11-09 Per Abrahamsen <abraham@dina.kvl.dk>
3775
3776 * wid-edit.el (checklist): Removed `:menu-tag'.
3777 (radio-button-choice): Ditto.
3778 (editable-list): Ditto.
3779
3780 2001-11-09 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3781
3782 * play/gomoku.el: Move definitions of constants to the beginning
3783 of file, before their use.
3784
3785 2001-11-09 Richard M. Stallman <rms@gnu.org>
3786
3787 * textmodes/flyspell.el: Use the keymap property
3788 instead of local-map, and don't use a minor-mode map.
3789 (flyspell-mode-map): Variable deleted.
3790 Don't mess with minor-mode-map-alist.
3791 (calling add-minor-mode): Specify nil for keymap.
3792 And always use add-minor-mode, now that it exists.
3793 (flyspell-overlay-keymap-property-name): Set it to `keymap'.
3794 (flyspell-mode-on): Don't locally bind flyspell-mouse-map
3795 or flyspell-local-mouse-map.
3796 (make-flyspell-overlay): Use flyspell-mouse-map directly.
3797 (flyspell-mode): Doc fix.
3798 (flyspell-mode-on): Don't call make-local-hook.
3799
3800 2001-11-09 Sam Steingold <sds@gnu.org>
3801
3802 * emacs-lisp/debug.el (debugger-make-xrefs):
3803 Add buttons to all symbols.
3804
3805 2001-11-09 Andre Spiegel <spiegel@gnu.org>
3806
3807 * vc.el: Add John David Smith to credits.
3808
3809 Suggested by Kalle Olavi Niemitalo <kon@iki.fi>:
3810
3811 * vc-hooks.el (vc-error-occured): Backquotified.
3812 (vc-file-prop-obarray): Use prime length for better efficiency.
3813
3814 * vc.el (vc-clear-context): Fill obarray with 0, not nil.
3815
3816 2001-11-09 Eli Zaretskii <eliz@is.elta.co.il>
3817
3818 * info.el (Info-file-list-for-emacs): Add entries for Calc.
3819
3820 2001-11-09 Miles Bader <miles@gnu.org>
3821
3822 * subr.el (functionp): Don't consider macros as functions.
3823
3824 2001-11-08 Miles Bader <miles@gnu.org>
3825
3826 * subr.el (functionp): Make work correctly for macros and unbound
3827 symbols.
3828
3829 * comint.el (comint-send-input): Fix description of
3830 `comint-process-echoes' in the doc-string.
3831
3832 2001-11-08 Eli Zaretskii <eliz@is.elta.co.il>
3833
3834 * international/mule.el (make-translation-table): Doc fix.
3835 Suggested by Alex Schroeder <alex@gnu.org>.
3836
3837 2001-11-07 Richard M. Stallman <rms@gnu.org>
3838
3839 * info.el (Info-fontify-node): Highlight every third menu item.
3840
3841 2001-11-07 Per Abrahamsen <abraham@dina.kvl.dk>
3842
3843 * cus-edit.el (custom-face-value-create): Don't ignore the
3844 `customized-face' attribute when finding the current face spec.
3845
3846 2001-11-07 Stefan Monnier <monnier@cs.yale.edu>
3847
3848 * subr.el (with-local-quit): New macro.
3849 (make-syntax-table): Always inherit.
3850 (functionp): Be more careful when `object' is a symbol.
3851
3852 * dabbrev.el (dabbrev-completion): Use "*Completions*".
3853
3854 2001-11-07 Paul Eggert <eggert@twinsun.com>
3855
3856 * dired.el (dired-move-to-filename-regexp):
3857 Do not distinguish between ASCII letters and non-ASCII characters.
3858 Don't allow comma except in the form "month day, year".
3859 Don't allow space between month name and comma.
3860 Clean up the code that checks for trailing period, comma, and space.
3861 Remove now-obsolete comments, and add more commentary about
3862 Japanese dates.
3863 Always gobble up trailing spaces, instead of doing it only sometimes.
3864
3865 2001-11-07 Miles Bader <miles@gnu.org>
3866
3867 * paren.el (show-paren-match-face): Add dark-background variant.
3868
3869 2001-11-06 Stefan Monnier <monnier@cs.yale.edu>
3870
3871 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Paren typo.
3872 (lisp-mode-variables): Don't set paragraph-{start,separate}.
3873 Don't disable adaptive-fill-mode.
3874 (lisp-fill-paragraph): Use tab-width rather than 8.
3875 Prevent filling the first line of docstrings.
3876
3877 2001-11-06 Richard M. Stallman <rms@gnu.org>
3878
3879 * play/gomoku.el (gomoku): Doc fix.
3880
3881 * jka-compr.el (jka-compr-partial-uncompress):
3882 Support an alternative of not using dd.
3883 (jka-compr-dd-program): Use defcustom to define this.
3884 (jka-compr-load-suffixes): Use defcustom.
3885 (jka-compr-mode-alist-additions): Use defcustom.
3886
3887 2001-11-06 Stefan Monnier <monnier@cs.yale.edu>
3888
3889 * font-lock.el (font-lock-match-c-style-declaration-item-and-skip-to-next):
3890 Also work when LIMIT is further than the end of line.
3891
3892 2001-11-06 Eli Zaretskii <eliz@is.elta.co.il>
3893
3894 * international/quail.el (quail-update-leim-list-file): Print the
3895 offending file name if some of its quail-define-package forms is broken.
3896
3897 2001-11-05 Richard M. Stallman <rms@gnu.org>
3898
3899 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Return the value
3900 of the evaluated form.
3901
3902 2001-11-05 Paul Eggert <eggert@twinsun.com>
3903
3904 * ls-lisp.el (ls-lisp-time-to-seconds): New function.
3905 (ls-lisp-format-time): Emulate GNU fileutils 4.1.1 ls, whose time
3906 stamps always line up by default. Also, it uses a slightly
3907 different window to determine whether files are "recent".
3908
3909 2001-11-05 Andrew Innes <andrewi@gnu.org>
3910
3911 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
3912 Don't attempt to remake autoloads before nuking .elc files.
3913
3914 2001-11-04 Richard M. Stallman <rms@gnu.org>
3915
3916 * emacs-lisp/lisp-mode.el (last-sexp-toggle-display): Cope if
3917 previous-single-property-change or next-single-char-property-change
3918 returns nil.
3919
3920 * international/mule-cmds.el (set-locale-environment):
3921 Make it interactive; make arg optional.
3922
3923 * international/mule-diag.el (help-funs): Require help-funs.
3924
3925 2001-11-04 Eli Zaretskii <eliz@is.elta.co.il>
3926
3927 * term/internal.el (term-setup-hook): Add IT-setup-unicode-display.
3928
3929 2001-11-04 Miles Bader <miles@gnu.org>
3930
3931 * startup.el (fancy-splash-head): Reapply Gerd's hack to make the
3932 shadow of the splash image grey on a dark background instead of black.
3933
3934 2001-11-03 Stefan Monnier <monnier@cs.yale.edu>
3935
3936 * term.el (all faces): Don't (copy-face 'default <foo>).
3937
3938 * term/xterm.el (function-key-map):
3939 Add entry for `ESC [ 3 ~' -> <delete>
3940 Add entries `ESC O 5 [ABCD]' -> C-{up,down,right,left}.
3941 Use inheritance so that .emacs and terminfo take precedence.
3942
3943 2001-11-03 Eli Zaretskii <eliz@is.elta.co.il>
3944
3945 * tooltip.el (tooltip-delay): Decrease to 0.7.
3946 (tooltip-hide-delay): Enlarge to 10.
3947
3948 2001-11-03 Richard M. Stallman <rms@gnu.org>
3949
3950 * startup.el (fancy-splash-tail): Explain how to recover
3951 from a crash, if there was a crash.
3952 (command-line-1): Reorganize display of startup screen,
3953 to simplify the logic. Use a temp buffer for it.
3954
3955 2001-11-03 Eli Zaretskii <eliz@is.elta.co.il>
3956
3957 * frame.el (set-background-color, set-foreground-color):
3958 Call face-set-after-frame-default, to propagate the new colors to
3959 the frame's parameters alist.
3960
3961 * calendar/timeclock.el (timeclock-out): Signal an error if
3962 timeclock-last-event is nil.
3963
3964 2001-11-02 Stefan Monnier <monnier@cs.yale.edu>
3965
3966 * textmodes/fill.el (fill-context-prefix): Fix braino.
3967
3968 * international/quail.el (quail-help):
3969 Use `help-buffer' and move `help-setup-xref' to beginning.
3970
3971 * international/mule-cmds.el (describe-language-environment):
3972 Use `help-buffer' and move `help-setup-xref' to beginning.
3973
3974 * international/mule-diag.el (list-character-sets)
3975 (sort-listed-character-sets, describe-character-set)
3976 (describe-coding-system, describe-fontset, list-fontsets):
3977 Use `help-buffer' and move `help-setup-xref' to beginning.
3978 (describe-char-after): Use `internal-describe-syntax-value'.
3979
3980 2001-11-02 Richard M. Stallman <rms@gnu.org>
3981
3982 * mouse.el (popup-menu): If the user refuses to select
3983 from a menu, don't try to invoke the menu.
3984
3985 2001-11-02 Miles Bader <miles@gnu.org>
3986
3987 * help-mode.el (help-xref): New button type.
3988 (help-function, help-variable, help-face, help-coding-system)
3989 (help-input-method, help-character-set, help-type, help-symbol)
3990 (help-back, help-info, help-customize-variable, help-customize-face)
3991 (help-function-def, help-variable-def): Use it as a supertype.
3992 Remove `action' property.
3993
3994 * international/mule-diag.el (describe-character-set)
3995 (describe-coding-system): Pass correct args to `help-xref-button'.
3996 (sort-listed-character-sets): New button type.
3997 (list-character-sets): Use it.
3998 (list-charset-chars): New button type.
3999 (list-character-sets-1): Use it.
4000
4001 2001-11-01 Stefan Monnier <monnier@rum.cs.yale.edu>
4002
4003 * indent.el (tab-always-indent, indent-for-tab-command):
4004 Remove redundant `never' setting.
4005
4006 * fill.el (fill-region-as-paragraph): Don't forget to skip
4007 over current whitespace before looking for a preceding space.
4008
4009 2001-11-01 Richard M. Stallman <rms@gnu.org>
4010
4011 * files.el (file-newest-backup): Don't pass backup file name
4012 thru file-name-sans-versions, because it never has version numbers.
4013
4014 * textmodes/sgml-mode.el (sgml-xml-guess): Fix regexp
4015 to avoid ambiguous nested loops.
4016
4017 * files.el (find-file-noselect): Offer to change buffer-read-only
4018 only when the file's read-only status has changed from before
4019 as well as disagreeing with the buffer's current status.
4020 (buffer-file-read-only): New var, local in all buffers.
4021
4022 * buff-menu.el (buffer-menu): Doc fix.
4023 (buffer-menu-other-window): Doc fix.
4024 (list-buffers, list-buffers-noselect): Doc fix.
4025
4026 2001-11-01 Gerd Moellmann <gerd@gnu.org>
4027
4028 * startup.el (command-line): If the terminal Emacs is running on
4029 has erase char set to ^H, use the Backspace key for deleting
4030 backward, and the Delete key for deleting forward.
4031
4032 2001-11-01 Miles Bader <miles@gnu.org>
4033
4034 * button.el (define-button-type): Make sure every user-defined
4035 button type has a supertype.
4036
4037 2001-10-31 Jason Rumney <jasonr@gnu.org>
4038
4039 * international/mule-cmds.el (locale-language-names): Add chs and
4040 cht as aliases for Chinese-GB and Chinese-BIG5.
4041
4042 2001-10-31 Richard M. Stallman <rms@gnu.org>
4043
4044 * bindings.el (mode-line-frame-identification): Add doc string.
4045 (mode-line-position, mode-line-modes): New variables.
4046 (mode-line-format): Use mode-line-position for the part
4047 that displays the position-in-buffer info.
4048 Use mode-line-modes for the part that displays major and minor modes.
4049
4050 2001-10-31 Sam Steingold <sds@gnu.org>
4051
4052 * emacs-lisp/debug.el (debugger-make-xrefs): New function.
4053 (debugger-setup-buffer): Call it.
4054 (debugger-mode-map): Bind RET and mouse-2.
4055
4056 2001-10-31 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4057
4058 * startup.el: Document command line option --no-window-system
4059 instead of --no-windows.
4060
4061 2001-10-30 Stefan Monnier <monnier@cs.yale.edu>
4062
4063 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip.
4064
4065 * font-lock.el (java-font-lock-syntactic-face-function): New fun.
4066 (font-lock-defaults-alist): Use it.
4067 From David Ponce <david.ponce@wanadoo.fr>
4068
4069 * progmodes/perl-mode.el (perl-indent-line): Use `eq' to compare
4070 output of `char-after'.
4071
4072 * bindings.el (ctl-x-map): Add binding for C-x (, C-x ) and C-x e.
4073
4074 * simple.el (reindent-then-newline-and-indent): Insert the newline
4075 before indenting the first line.
4076 (undo-get-state, undo-revert-to-state): New funs.
4077 (shell-command): Don't kill the buffer even if empty.
4078 (transpose-subr-start1, transpose-subr-start2, transpose-subr-end1)
4079 (transpose-subr-end2): Remove.
4080 (transpose-subr): Add `special' arg and simplify.
4081 (transpose-subr-1): Rewrite.
4082 (do-auto-fill): Use fill-indent-according-to-mode and fill-nobreak-p.
4083 (rfc822-goto-eoh): Simplify.
4084
4085 2001-10-30 Richard M. Stallman <rms@gnu.org>
4086
4087 * enriched.el (enriched-face-ans): Fix previous change.
4088
4089 2001-10-30 Gerd Moellmann <gerd@gnu.org>
4090
4091 * international/iso-acc.el (iso-accents-compose): Remove a
4092 superfluous setq.
4093
4094 2001-10-30 Eli Zaretskii <eliz@is.elta.co.il>
4095
4096 * buff-menu.el (list-buffers-noselect): If the buffer's name
4097 starts with a blank, but it visits a file, do show it (for files
4098 whose names start with a blank).
4099
4100 2001-10-30 Stefan Monnier <monnier@cs.yale.edu>
4101
4102 * textmodes/fill.el (sentence-end-double-space)
4103 (sentence-end-without-period): Move to paragraphs.el.
4104 (fill-indent-according-to-mode): Change default to t.
4105 (fill-context-prefix): Simplify control-flow and use a more
4106 sophisticated merge that unifies both previous checks.
4107 (fill-single-word-nobreak-p, fill-french-nobreak-p): New funs.
4108 (fill-nobreak-predicate): Make it into a defcustom'd hook.
4109 (fill-nobreak-p): New fun.
4110 (fill-region-as-paragraph): Use it.
4111 Handle `fill-indent-according-to-mode' slightly differently.
4112 (fill-individual-paragraphs-prefix): Simplify the control-flow.
4113 (fill-individual-paragraphs-citation): Fix.
4114
4115 * textmodes/paragraphs.el (use-hard-newlines): Use define-minor-mode.
4116 (paragraph-start): Change default to the `text-mode' value.
4117 (sentence-end-double-space, sentence-end-without-period):
4118 Move from fill.el.
4119 (forward-paragraph): Use `parstart' and `parsep' for temp variables
4120 rather than rebinding `paragraph-start' and `paragraph-separate'.
4121
4122 * indent.el (indent-line-function): Change default to indent-relative.
4123 (tab-always-indent): Add an `never' setting.
4124 (indent-according-to-mode): Handle `indent-relative' and
4125 `indent-relative-maybe' specially.
4126 (indent-for-tab-command): Rename `prefix-arg' to `arg'.
4127 Handle the `never' case for `tab-always-indent'.
4128 Don't call indent-according-to-mode for indent-relative' and
4129 `indent-relative-maybe'.
4130 (insert-tab): Rename `prefix-arg' to `arg'.
4131 (indent-region): Indent the first line as well.
4132 (indent-relative): Don't mark the buffer modified if the indentation
4133 is unchanged.
4134
4135 * textmodes/text-mode.el (paragraph-indent-minor-mode):
4136 Don't set paragraph-separate. Set paragraph-start more carefully.
4137 Set indent-line-function.
4138 (paragraph-indent-text-mode): Use it and define-derived-mode.
4139 (text-mode-map): Remove the \t binding.
4140 (text-mode): Simplify now that the default is more favorable.
4141
4142 2001-10-29 Stefan Monnier <monnier@cs.yale.edu>
4143
4144 * emacs-lisp/find-func.el (find-function-search-for-symbol):
4145 If the regexp doesn't match, use a looser one.
4146 (find-variable-noselect): Add `file' argument.
4147
4148 * pcvs.el (cvs-mode-commit-hook): New hook.
4149 (cvs-mode-commit): Run it.
4150
4151 * log-edit.el (log-edit): Run hook after `log-edit-files'.
4152
4153 * emacs-lisp/edebug.el (delay-mode-hooks): Add edebug-spec.
4154 (edebug-instrument-function): Use `find-function-noselect'.
4155
4156 2001-10-29 Richard M. Stallman <rms@gnu.org>
4157
4158 * term.el (term-if-emacs19): Macro deleted.
4159 Callers changed to use progn instead.
4160
4161 * frame.el (blink-cursor-mode): Doc fix.
4162
4163 * files.el (find-backup-file-name): Use make-backup-file-name.
4164
4165 * emacs-lisp/edebug.el (edebug-window-live-p): Always alias to
4166 window-live-p.
4167 (edebug-set-conditional-breakpoint): Unconditionally use
4168 the former Emacs >=19 definition.
4169 (edebug-mark): Define unconditionally.
4170 (edebug-eval-expression): Always call read-from-minibuffer
4171 and specify history list.
4172 (edebug-lemacs-specific): Override emacs-mark, edebug-window-live-p,
4173 edebug-set-conditional-breakpoint.
4174 (edebug-emacs-version-specific): Function deleted;
4175 do the job at top level.
4176 (edebug-emacs-19-specific): Function deleted, this is the default.
4177
4178 2001-10-29 Sam Steingold <sds@gnu.org>
4179
4180 * w32-fns.el (convert-standard-filename): Handle cygwin-specific
4181 "/cygdrive/LETTER/" pathnames.
4182
4183 2001-10-29 Eli Zaretskii <eliz@is.elta.co.il>
4184
4185 * faces.el (invert-face): Check for 'unspecified, not for nil,
4186 when testing whether face colors are not specified.
4187 From David.Kastrup@t-online.de (David Kastrup).
4188 (read-face-name): Doc fix.
4189 (make-face-bold, make-face-unbold, make-face-italic)
4190 (make-face-unitalic, make-face-bold-italic, invert-face):
4191 Remove trailing blank from the prompt passed to read-face-name.
4192
4193 2001-10-29 Sam Steingold <sds@gnu.org>
4194
4195 * emacs-lisp/bytecomp.el (byte-recompile-directory):
4196 Report numbers of files skipped and failed too.
4197 (byte-compile-file): Return 'no-byte-compile for skipped files.
4198
4199 2001-10-29 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4200
4201 * log-view.el (log-view-mode-map): Bind `M-n' and `M-p', not `M n'
4202 and `M p'.
4203
4204 2001-10-29 Gerd Moellmann <gerd@gnu.org>
4205
4206 * international/iso-acc.el (iso-accents-compose): Push SECOND-CHAR
4207 as is on unread-command-events instead of `(SECOND-CHAR)'.
4208
4209 2001-10-29 Andre Spiegel <spiegel@gnu.org>
4210
4211 * vc.el: Mention vc-*-switches in backend API documentation.
4212 (vc-annotate): Adapt doc string to recent change.
4213
4214 2001-10-29 Gerd Moellmann <gerd@gnu.org>
4215
4216 * enriched.el (enriched-face-ans): Handle face attributes
4217 of the form `(FACE1 FACE2 ...)'.
4218
4219 * dired-x.el (dired-omit-startup): Show ``Omit'' only in Dired buffers.
4220
4221 2001-10-29 Alex Schroeder <kensanata@yahoo.com>
4222
4223 * progmodes/sql.el (sql-mysql): Doc change by RMS.
4224
4225 * progmodes/sql.el (sql-db2): Doc change.
4226 (sql-help): Doc change by Christian Egli <christian.egli@stest.ch>.
4227 (sql-mysql): Doc change by Christian Egli <christian.egli@stest.ch>.
4228
4229 2001-10-29 Gerd Moellmann <gerd@gnu.org>
4230
4231 * env.el (substitute-env-vars): Don't quote argument to `rx';
4232 it's a macro.
4233
4234 2001-10-28 Per Abrahamsen <abraham@dina.kvl.dk>
4235
4236 * cus-start.el (recursive-load-depth-limit): Added.
4237
4238 2001-10-28 Richard M. Stallman <rms@gnu.org>
4239
4240 * textmodes/ispell.el (version18p, version20p): Vars deleted.
4241 All uses removed--assume Emacs version is >= 20.
4242
4243 * mail/supercite.el (sc-emacs-features): Test for "Emacs 19"
4244 by really checking that it is not version 18.
4245
4246 * emacs-lisp/lisp-mode.el (eval-defun): Doc fix.
4247
4248 2001-10-28 Miles Bader <miles@gnu.org>
4249
4250 * faces.el (face-attribute): Add INHERIT argument, consider face
4251 inheritance if it's non-nil.
4252 (face-attribute-merged-with): New function.
4253 (face-attribute-specified-or): New macro.
4254 (face-foreground, face-background, face-stipple): Add INHERIT
4255 argument. Use `face-attribute-specified-or'.
4256
4257 2001-10-28 Stefan Monnier <monnier@cs.yale.edu>
4258
4259 * font-lock.el: Require `syntax'.
4260 (font-lock-defaults-alist): Don't define keywords for lisp languages.
4261 Use `c-font-lock-syntactic-face-function' for c languages.
4262 (font-lock-mode): Don't unset vars when turning the mode off.
4263 (font-lock-default-fontify-buffer): Don't unset vars at the end.
4264 (font-lock-extra-managed-props): New var.
4265 (font-lock-default-unfontify-region): Use it.
4266 (font-lock-apply-syntactic-highlight): Flush the syntax cache.
4267 Don't eval the value when there's no match.
4268 (font-lock-ppss-stats): New var.
4269 (font-lock-ppss): New fun.
4270 (font-lock-fontify-syntactically-region): Use it and syntax.ppss.
4271 (font-lock-apply-highlight): Allow `highlight' to set several props.
4272 (font-lock-set-defaults): Use dolist.
4273 (font-lock-unset-defaults): Remove.
4274 (font-lock-match-c-style-declaration-item-and-skip-to-next):
4275 Try to recognize prototypes using `foo P_ ((args))'.
4276 ({c,c++,java,objc}-font-lock-keywords-{1,2,3}): Don't setq a defconst.
4277 (c-font-lock-keywords-2): Fix last change to still use Anders' trick.
4278 (c-font-lock-syntactic-face-function): New function.
4279 (font-lock-match-c++-style-declaration-item-and-skip-to-next)
4280 (c++-keywords): Use a more sophisticated regexp to handle
4281 shallowly nested templates.
4282
4283 2001-10-27 Stefan Monnier <monnier@cs.yale.edu>
4284
4285 * textmodes/sgml-mode.el (sgml-empty-tags): New var.
4286 (sgml-tag): Use it. Cleanup with `cond'.
4287 (sgml-tags-invisible): Make sgml-tags-invisible buffer-local.
4288 Mark the overlays and only delete those that are marked.
4289 (sgml-skip-close-p): Remove.
4290 (sgml-value): Replace sgml-skip-close-p with its definition.
4291 (html-tag-alist): Use sgml-xml a bit more.
4292 (html-mode): Set sgml-empty-tags.
4293
4294 * textmodes/texnfo-upd.el: Use `when', `dolist', `push', ...
4295 (texinfo-update-node, texinfo-sequential-node-update):
4296 Don't bind the obsolete `auto-fill-hook'.
4297 (texinfo-multi-file-included-list,texinfo-multi-file-master-menu-list):
4298 Use `set-buffer' rather than `switch-to-buffer'.
4299 (texinfo-multi-file-update): Use "Top" rather than `up-node-name'.
4300 Use `set-buffer' rather than `switch-to-buffer'.
4301
4302 * mail/sendmail.el (mail-mode-syntax-table): Let it inherit from
4303 text-mode-syntax-table.
4304 (mail-mode): Use define-derived-mode.
4305 Fix ordering of alternatives in adaptive-fill-regexp.
4306 (mail-mode-map): Don't rely on keymap's internal representation.
4307
4308 2001-10-27 Sam Steingold <sds@gnu.org>
4309
4310 * textmodes/sgml-mode.el (sgml-xml): Renamed from `html-xhtml'.
4311 (sgml-xml-guess): Extracted from `html-mode' and generalized.
4312 (sgml-mode-common): Call it.
4313 (sgml-mode, html-mode): Set `mode-name' based on `sgml-xml'.
4314 (sgml-tag, sgml-skip-close-p, html-tag-alist, html-line)
4315 (html-horizontal-rule, html-image, html-ordered-list):
4316 (html-unordered-list, html-list-item, html-paragraph):
4317 (html-checkboxes, html-radio-buttons): Use `sgml-xml' instead of
4318 `html-xhtml'.
4319
4320 2001-10-26 Masayuki Ataka <ataka@milk.freemail.ne.jp>
4321
4322 * textmodes/texinfmt.el (texinfo-format-ifnotinfo): New function.
4323 (ifnothtml): New alias.
4324
4325 2001-10-27 Stefan Monnier <monnier@cs.yale.edu>
4326
4327 * textmodes/text-mode.el (text-mode): Use define-derived-mode.
4328 (toggle-text-mode-auto-fill): Use derived-mode-p.
4329
4330 2001-10-27 Gerd Moellmann <gerd.moellmann@t-online.de>
4331
4332 * net/ange-ftp.el (ange-ftp-send-cmd): Call fix-name-func for
4333 `mdtm'. From "Forrest Cahoon" <forrest.cahoon@merrillcorp.com>.
4334
4335 2001-10-26 Eli Zaretskii <eliz@is.elta.co.il>
4336
4337 * term/pc-win.el (x-frob-font-slant, x-frob-font-weight):
4338 Add make-obsolete cookies, to follow faces.el.
4339
4340 These changes avoid warnings from the byte compiler in faces.el:
4341
4342 * faces.el (internal-get-face): Use facep instead of the obsolete
4343 internal-find-face.
4344 (internal-frob-font-weight, internal-frob-font-slant):
4345 New defaliases for obsolete functions.
4346 (x-make-font-bold, x-make-font-demibold, x-make-font-unbold)
4347 (x-make-font-italic, x-make-font-oblique, x-make-font-unitalic)
4348 (x-make-font-bold-italic): Use internal-frob-font-weight and
4349 internal-frob-font-slant aliases instead of the obsolete
4350 x-frob-... functions.
4351
4352 2001-10-26 Sam Steingold <sds@gnu.org>
4353
4354 * textmodes/sgml-mode.el (html-mode): Set `html-xhtml' from the
4355 DOCTYPE; set `mode-name' based on it.
4356 (html-tag-alist): Use `html-xhtml' for "li", "dt" and "dd".
4357 (sgml-tag): Close empty tags in XHTML.
4358
4359 2001-10-26 Jason Rumney <jasonr@gnu.org>
4360
4361 * w32-fns.el: (w32-charset-info-alist): Use ANSI for iso10646-1
4362 when UNICODE is not defined.
4363
4364 2001-10-26 Sam Steingold <sds@gnu.org>
4365
4366 * font-lock.el (c-font-lock-keywords-2): Do not require labels to
4367 be alone on the line.
4368
4369 2001-10-26 Eli Zaretskii <eliz@is.elta.co.il>
4370
4371 * button.el (button): Special face definition for MS-DOS terminals.
4372
4373 2001-10-26 Sam Steingold <sds@gnu.org>
4374
4375 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
4376 Protect the /= test by checking that the args are non-nil.
4377 (sh-font-lock-close-heredoc): Check eof for being non-nil.
4378
4379 2001-10-26 Tomas Abrahamsson <tab@lysator.liu.se>
4380
4381 * textmodes/artist.el (artist-version): 1.2.4.
4382 (artist-butlast-fn): New variable.
4383 (artist-butlast): New function.
4384 (artist-ellipse-mirror-quadrant): Use it.
4385 (artist-mouse-draw-poly): Use nil for `point-list'.
4386 (artist-mouse-draw-poly): Check for point-list being nil.
4387
4388 2001-10-26 Peter Kleiweg <kleiweg@let.rug.nl>
4389
4390 * progmodes/ps-mode.el (ps-mode-print-function): Remove quote for
4391 lambda expression.
4392 (ps-mode-menu-main): Submenu with options on/off was replaced with
4393 a toggle button.
4394 (ps-mode, ps-run-mode): Define with `define-derived-mode'
4395 (ps-mode): Autoload cookie added on same line as comment
4396 (ps-mode-tabkey, ps-mode-backward-delete-char):
4397 (ps-mode-r-balance): Replace `delete-horizontal-space' and
4398 `indent-to' with `indent-line-to'
4399 (ps-mode-print-buffer, ps-mode-print-region): Use `funcall'
4400 instead of `eval'.
4401 (ps-mode-print-region): Use `with-temp-buffer'.
4402 (ps-run-start): Use of `mapconcat'. Use `apply' instead of `eval'.
4403 (numerous places): Add back-tick and tick around names in
4404 docstrings, fix punctuation in docstrings, remove trailing spaces.
4405
4406 2001-10-25 Stefan Monnier <monnier@cs.yale.edu>
4407
4408 * textmodes/sgml-mode.el (sgml-font-lock-keywords-1): Ignore comments.
4409 (sgml-font-lock-keywords-2): Use `eval'. Moved from sgml-mode-common.
4410 (sgml-font-lock-syntactic-keywords): New var.
4411 (sgml-mode-common): Drop the two args.
4412 Don't make buffer-local variables that aren't used.
4413 Don't set sgml-font-lock-keywords-2 now that it uses `eval instead.
4414 Don't set `before-string' props from sgml-display-text.
4415 (sgml-mode): Use define-derived-mode.
4416 (sgml-tags-invisible): Use sgml-display-text.
4417 (sgml-quote): New command.
4418 (html-tag-alist): Add args for `span'.
4419 (html-mode): Use define-derived-mode.
4420 Set sgml-display-text and sgml-tag-face-alist.
4421
4422 2001-10-25 Sam Steingold <sds@gnu.org>
4423
4424 * add-log.el (add-log-always-start-new-record): New user option.
4425 (add-change-log-entry): Use it.
4426
4427 2001-10-25 Richard M. Stallman <rms@gnu.org>
4428
4429 * progmodes/etags.el (tags-query-replace): Make tags-loop-scan
4430 bind case-fold-search if FROM is not all lower case.
4431
4432 2001-10-25 Gerd Moellmann <gerd@gnu.org>
4433
4434 * startup.el (normal-top-level): Check for frame-initial-frame
4435 only if it's really used.
4436
4437 * mail/mh-utils.el (mh-recenter): Call recenter with arg `(4)'.
4438
4439 * progmodes/compile.el (compilation-parse-errors-filename-function):
4440 New variable.
4441 (compilation-parse-errors): Use it.
4442
4443 2001-10-25 Stefan Monnier <monnier@cs.yale.edu>
4444
4445 * emacs-lisp/checkdoc.el (checkdoc-eval-defun): Call eval-defun
4446 interactively so that C-u M-C-x still does edebug.
4447 (checkdoc-sentencespace-region-engine): Don't force a double-space
4448 after `.' if it doesn't look like an end-of-sentence.
4449 (debug-ignored-errors): Add `disambiguate ...'.
4450
4451 2001-10-24 Stefan Monnier <monnier@cs.yale.edu>
4452
4453 * textmodes/texinfo.el (texinfo-environments)
4454 (texinfo-environment-regexp): Hoist.
4455 (texinfo-font-lock-keywords): Use `italic' and `bold' faces.
4456 Only highlight the menu name in menu items.
4457 Setup `@foo ... @end foo' as text clones.
4458 (texinfo-clone-environment): New function.
4459 (texinfo-mode): Simplify auto-fill-inhibit-regexp.
4460 (texinfo-insert-block): Simplify.
4461 (texinfo-insert-quote): Insert a plain " if preceded by \ or if
4462 the command is repeated.
4463 (texinfo-last-unended-begin, texinfo-next-unmatched-end): New funs.
4464 (texinfo-insert-@end): Simplify.
4465
4466 * textmodes/texnfo-upd.el (texinfo-section-types-regexp)
4467 (texinfo-section-level-regexp, texinfo-subsection-level-regexp)
4468 (texinfo-subsubsection-level-regexp)
4469 (texinfo-update-menu-same-level-regexps)
4470 (texinfo-update-menu-higher-regexps)
4471 (texinfo-update-menu-lower-regexps): Hoist to eliminate warnings.
4472
4473 * derived.el (define-derived-mode): Use {delay,run}-mode-hooks.
4474 (derived-mode-p): Autoload.
4475
4476 * subr.el (delay-mode-hooks, delayed-mode-hooks, run-mode-hooks):
4477 New vars and functions.
4478 (text-clone-maintain, text-clone-create): New functions.
4479
4480 2001-10-25 Miles Bader <miles@gnu.org>
4481
4482 * facemenu.el (facemenu-add-new-face): Fix variable names.
4483
4484 2001-10-24 Richard M. Stallman <rms@gnu.org>
4485
4486 * facemenu.el (facemenu-unlisted-faces): Improve doc strings
4487 of t and nil values.
4488 (facemenu-set-face): Handle START and END interactively.
4489 (facemenu-set-foreground): Don't use a face; specify color directly.
4490 (facemenu-set-background): Likewise.
4491 (facemenu-set-face-from-menu): Doc fix.
4492 (facemenu-active-faces): Use face-attribute-vector
4493 to handle bare attributes not in faces.
4494 (facemenu-get-face): Don't handle face names fg:... and bg:...
4495 specially.
4496 (facemenu-add-new-face): New argument MENU.
4497 New way to handle adding colors to the color menus.
4498
4499 * env.el (substitute-env-vars): Quote the arg to rx.
4500
4501 2001-10-24 Sam Steingold <sds@gnu.org>
4502
4503 * mouse.el (mouse-buffer-menu-mode-groups): Added "Version
4504 Control" and "SGML" groups.
4505
4506 2001-10-24 Martin Stjernholm <bug-cc-mode@gnu.org>
4507
4508 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
4509 Better handling of C++ template args to avoid confusion with `<'
4510 and `>' used as operators in member init expressions.
4511
4512 2001-10-24 Gerd Moellmann <gerd@gnu.org>
4513
4514 * replace.el (perform-replace): Move START and END parameters
4515 to the end of the argument list and make them optional.
4516
4517 * progmodes/ebrowse.el, progmodes/etags.el: Adapt to change in
4518 perform-replace.
4519
4520 * international/fontset.el (x-must-resolve-font-name): New function.
4521 (x-complement-fontset-spec): Use it.
4522
4523 2001-10-23 Stefan Monnier <monnier@cs.yale.edu>
4524
4525 * uniquify.el (uniquify-get-proposed-name): Fix (.. "usr" "/usr" 0).
4526
4527 * progmodes/compile.el (compile-mouse-goto-error, compile-goto-error):
4528 Turn caadr into caar of cdr.
4529
4530 2001-10-23 Gerd Moellmann <gerd@gnu.org>
4531
4532 * info.el (Info-fontify-node): Bind down-mouse-{1,2} instead
4533 of mouse-{1,2} since dragging is on the down event.
4534
4535 * play/doctor.el (make-doctor-variables): Remove a '($ please)'.
4536
4537 * mail/mh-utils.el (mh-recenter): Call `recenter' with arg t
4538 if ARG is nil.
4539
4540 * desktop.el (desktop-last-buffer): New variable.
4541 (desktop-create-buffer): Set it.
4542 (desktop-read): Bind it and switch to that buffer.
4543
4544 2001-10-22 Gerd Moellmann <gerd@gnu.org>
4545
4546 * progmodes/compile.el (compilation-set-window-height):
4547 Select old window only if it's still live.
4548
4549 2001-10-22 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4550
4551 * help-mode.el (help-buffer): Remove debugging code.
4552 From Stefan Monnier <monnier@cs.yale.edu>.
4553
4554 2001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
4555
4556 * files.el (file-name-sans-extension, file-name-extension):
4557 Don't count the leading dots in file names as signaling an extension.
4558
4559 2001-10-22 Andre Spiegel <spiegel@gnu.org>
4560
4561 * vc.el (vc-diff-switches): Doc rewritten.
4562
4563 2001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
4564
4565 * tooltip.el (tooltip-set-param): Doc fix.
4566
4567 * textmodes/sgml-mode.el (sgml-mode-map): Bind 8-bit codes above
4568 127 to sgml-maybe-name-self.
4569 (sgml-name-8bit-mode): Doc fix.
4570 (sgml-char-names-table): New variable.
4571 (sgml-name-char): Support non-ASCII and mule-unicode-*
4572 characters. Doc fix.
4573 (sgml-maybe-name-self): Convert unibyte characters to multibyte.
4574
4575 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Mention in the
4576 doc string the effect of `left' and `top' parameters in
4577 tooltip-frame-parameters, the default values, and the units.
4578 (tooltip-frame-parameters): Mention `top' and `left' in the doc string.
4579 (tooltip-show): Mention in the doc string the `top' and `left'
4580 parameters in tooltip-frame-parameters, and x-max-tooltip-size.
4581
4582 2001-10-22 Andre Spiegel <spiegel@gnu.org>
4583
4584 Add autoscaling support for vc-annotate.
4585 From J.D. Smith <jdsmith@alum.mit.edu>.
4586
4587 * vc.el (vc-annotate-display-default): Accept colormap scaling
4588 ratio (now deprecated).
4589 (vc-annotate-display-autoscale): Added.
4590 (vc-annotate-add-menu): New autoscaling menu options "Span to
4591 Oldest" and "Span Oldest->Newest". Easymenu support added for
4592 toggle menus driven by customize variable `vc-annotate-display-mode'.
4593 (vc-annotate-display-select): Added.
4594 (vc-annotate): Changed temp-buffer-show-function to
4595 `vc-annotate-display-select'.
4596 (vc-annotate-display): Removed arguments BUFFER and BACKEND.
4597 Added argument OFFSET. Instead of backend function, calls now
4598 generic `vc-annotate-difference'.
4599 (vc-annotate-difference): Added as generic function instead of
4600 backend-specific function. No longer takes argument POINT, but
4601 instead accepts a time OFFSET.
4602 (vc-default-annotate-current-time): Added.
4603
4604 * vc-cvs.el (vc-cvs-annotate-difference): Removed to generic
4605 version in vc.el, with
4606 (vc-cvs-annotate-current-time): Added, as override of default.
4607 (vc-cvs-annotate-time) Added. Taken mostly from the (now removed)
4608 `vc-cvs-annotate-difference'.
4609
4610 2001-10-22 Gerd Moellmann <gerd@gnu.org>
4611
4612 * saveplace.el (save-place): Require `saveplace'.
4613
4614 * progmodes/cwarn.el (cwarn-font-lock-feature-keywords-alist):
4615 Use `sexp' for :value-type instead of `face'.
4616
4617 2001-10-21 Eli Zaretskii <eliz@is.elta.co.il>
4618
4619 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Fix the
4620 regexps due to 5-digit message IDs.
4621
4622 2001-10-21 Jason Rumney <jasonr@gnu.org>
4623
4624 * term/w32-win.el (redisplay-dont-pause): Don't set.
4625
4626 2001-10-21 Miles Bader <miles@gnu.org>
4627
4628 * help-funs.el (help-manyarg-func-alist): Variable removed.
4629
4630 2001-10-21 Miles Bader <miles@gnu.org>
4631
4632 * help-funs.el (help-manyarg-func-alist): Remove entries for
4633 `insert', `insert-and-inherit', `insert-before-markers',
4634 `insert-before-markers-and-inherit', `message', `message-box',
4635 `message-or-box', `propertize', `format', `encode-time', `append',
4636 `concat', `vconcat', `nconc', `widget-apply', `make-hash-table',
4637 `insert-string', `ml-if', `ml-provide-prefix-argument', and
4638 `ml-prefix-argument-loop'.
4639
4640 2001-10-21 Andre Spiegel <spiegel@gnu.org>
4641
4642 * vc.el (vc-diff-internal, vc-coding-system-for-diff)
4643 (vc-default-diff-tree): New functions.
4644 (vc-version-diff): Use them. As a result, coding systems are now
4645 set up properly for all sorts of diffs, and tree diffs can now
4646 also be done locally.
4647 (vc-diff): With a prefix argument, don't require that it's called
4648 from a buffer under version control.
4649 (diff-switches): Remove duplicate definition.
4650
4651 * vc-cvs.el (vc-cvs-diff-tree): New function.
4652
4653 2001-10-21 Miles Bader <miles@gnu.org>
4654
4655 * help-funs.el (help-manyarg-func-alist): Remove entries for
4656 `list', `vector', `make-byte-code', `call-process',
4657 `call-process-region', `string', `+', `-', `*', `/', `max', `min',
4658 `logand', `logior', and `logxor'.
4659
4660 * wid-edit.el (checkbox): Swap bg/fg colors in image, and invert
4661 image bits to compensate. Use `make-string' instead of
4662 `make-bool-vector' (XBM apparently wants byte-aligned rows).
4663
4664 2001-10-20 Kim F. Storm <storm@cua.dk>
4665
4666 * simple.el (kill-ring-save): Don't show extent of copied region
4667 if using transient-mark-mode and region is fully visible.
4668
4669 2001-10-20 Gerd Moellmann <gerd@gnu.org>
4670
4671 * (Version 21.1 released.)
4672
4673 2001-10-19 Eli Zaretskii <eliz@is.elta.co.il>
4674
4675 * files.el (auto-mode-alist): Associate .indent.pro with
4676 Fundamental mode. Suggested by Samuel Padgett <spadgett1@nc.rr.com>.
4677
4678 2001-10-18 Sam Steingold <sds@gnu.org>
4679
4680 Put the *Compile-Log* buffer in `compilation-mode'.
4681 * emacs-lisp/bytecomp.el (byte-goto-log-buffer): New function.
4682 (byte-compile-log-1, byte-compile-log-file)
4683 (displaying-byte-compile-warnings): Use it
4684
4685 2001-10-18 Stefan Monnier <monnier@cs.yale.edu>
4686
4687 * mail/smtpmail.el (smtpmail-via-smtp): Use mail-envelope-from if set.
4688
4689 * xml.el (xml-parse-tag): Use eq on char-after's return value.
4690
4691 2001-10-18 Gerd Moellmann <gerd@gnu.org>
4692
4693 * isearch.el (isearch-mode-map): Bind `mouse-movement' to nil.
4694
4695 * obsolete/hilit19.el (hilit-lookup-face-create):
4696 Call set-face-font only if display-graphic-p.
4697 (toplevel): Remove references to window-system.
4698
4699 2001-10-18 Miles Bader <miles@gnu.org>
4700
4701 * simple.el (what-line): Avoid problems with field properties.
4702
4703 2001-10-17 Eli Zaretskii <eliz@is.elta.co.il>
4704
4705 * wid-edit.el (widget-field-face, widget-single-line-field-face):
4706 Define special colors for a tty.
4707
4708 2001-10-17 Francesco Potorti` <pot@gnu.org>
4709
4710 * comint.el (comint-password-prompt-regexp): Make it less
4711 restrictive, letting comint recognise OpenSSH2 passphrase prompts.
4712
4713 2001-10-17 John Wiegley <johnw@gnu.org>
4714
4715 * eshell/em-unix.el (eshell/cat): Do a quick test if something is
4716 a regular file, before checking if it is a directory or symlink.
4717 This avoids a call to eshell-file-attributes, which can be
4718 expensive in some situations.
4719
4720 * eshell/em-ls.el (eshell-ls-dired-initial-args): Added an extra
4721 customization variable, to differentiate ls-in-dired from regular
4722 uses of ls.
4723
4724 2001-10-17 Miles Bader <miles@gnu.org>
4725
4726 * custom.el (defface): Mention `:inherit' in doc-string.
4727
4728 2001-10-16 Eli Zaretskii <eliz@is.elta.co.il>
4729
4730 * paren.el: Update the Commentary with installation instructions.
4731
4732 2001-10-15 Dave Love <fx@gnu.org>
4733
4734 * international/mule.el (set-auto-coding): Fix regexps for local
4735 variables section not to eat newlines.
4736
4737 2001-10-15 Miles Bader <miles@gnu.org>
4738
4739 * simple.el (display-message-or-buffer): Pass the correct buffer
4740 to `display-buffer'.
4741
4742 2001-10-14 Stefan Monnier <monnier@cs.yale.edu>
4743
4744 * progmodes/executable.el (executable-binary-suffixes): Make varalias.
4745 (executable-find): Use exec-suffixes.
4746 (executable-set-magic): Don't use make-local-hook.
4747
4748 * bindings.el (exec-suffixes): Initialize to a system-dependent value.
4749
4750 2001-10-14 Eli Zaretskii <eliz@is.elta.co.il>
4751
4752 * bindings.el (completion-ignored-extensions) [ms-dos, windows-nt]:
4753 Add .ico, .pif, .lnk, .dll, .drv, .vxd, and .386.
4754 Add .so to the Unix and GNU branch.
4755
4756 * international/latin-1.el:
4757 * international/latin-2.el:
4758 * international/latin-3.el:
4759 * international/latin-4.el:
4760 * international/latin-5.el:
4761 * international/latin-8.el:
4762 * international/latin-9.el: Add no-byte-compile: t, since
4763 Makefile.in instructs make-docfile to look at .el files.
4764
4765 2001-10-14 Miles Bader <miles@gnu.org>
4766
4767 * button.el (define-button-type): Allow supertype property to be
4768 specified with a keyword `:supertype' too.
4769 (button-put, make-text-button): Allow button type property to be
4770 specified using the keyword `:type' too.
4771 (button-type): New function.
4772 (button): Add `button-category-symbol' property.
4773
4774 2001-10-13 Stefan Monnier <monnier@cs.yale.edu>
4775
4776 * bindings.el (esc-map): Revert `j' and `C-j' bindings to
4777 indent-new-comment-line from comment-indent-new-line.
4778
4779 * textmodes/refill.el (refill-mode):
4780 Bind DEL to backward-delete-char-untabify.
4781 Set backward-delete-char-untabify-method to `hungry'.
4782
4783 * textmodes/bib-mode.el (bib-mode):
4784 * play/gomoku.el (gomoku-mode):
4785 * textmodes/page-ext.el (pages-directory-mode):
4786 * textmodes/scribe.el (scribe-mode): Use define-derived-mode.
4787
4788 * textmodes/two-column.el (2C-mode): Don't use make-local-hook.
4789
4790 * emacs-lisp/syntax.el (syntax-ppss): Autoload.
4791
4792 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
4793 Handle here-docs differently.
4794 (sh-font-lock-heredoc): Remove.
4795 (sh-here-doc-open-re, sh-here-doc-markers, sh-here-doc-re): New vars.
4796 (sh-font-lock-here-doc, sh-font-lock-close-heredoc)
4797 (sh-font-lock-open-heredoc): New functions.
4798 (sh-mode): Don't copy sh-font-lock-syntactic-keywords any more.
4799 (sh-font-lock-keywords-1): Use regexp-opt.
4800 (sh-in-comment-or-string): Use syntax-ppss.
4801 (sh-case, sh-for, sh-indexed-loop, sh-function, sh-if, sh-repeat)
4802 (sh-select, sh-tmp-file): Add explicit terminating \n.
4803
4804 * net/ange-ftp.el (ange-ftp-raw-send-cmd, ange-ftp-wait-not-busy):
4805 Use with-current-buffer.
4806 (ange-ftp-cd): New arg `noerror' to prevent signalling an error.
4807 (ange-ftp-send-cmd): If a `cd' is used (because of a space in the
4808 filename), catch any error that occurs in `ange-ftp-cd'.
4809 If an error happened, don't bother sending `cmd' at all.
4810 Fix a parenthesis typo.
4811 (ange-ftp-write-region): Don't blindly use binary if the remote host
4812 is unix-like.
4813
4814 * play/pong.el (pong-init): Don't use make-local-hook.
4815
4816 2001-10-13 Michael Kifer <kifer@cs.sunysb.edu>
4817
4818 * viper-ex.el (ex-edit): Make checks for modified buffer/file.
4819 (viper-get-ex-address-subr): More precise addr for the $ marker
4820
4821 2001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
4822
4823 * version.el (emacs-version): Bump to 21.1.50.
4824
4825 2001-10-13 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4826
4827 * mail/mailalias.el (mail-directory-stream): Do not double
4828 variables in the lambda-list.
4829
4830 * play/gomoku.el (gomoku-init-display): Ditto.
4831
4832 * play/landmark.el (lm-init-display): Ditto.
4833
4834 * delim-col.el (delimit-columns-rectangle-max): Ditto.
4835 (delimit-columns-rectangle-line): Ditto.
4836
4837 2001-10-12 Stefan Monnier <monnier@cs.yale.edu>
4838
4839 * newcomment.el (comment-region-internal): Don't rebind
4840 invisibility_spec now that the C routines handle it correctly.
4841
4842 * help-funs.el (locate-library): Use load-suffixes and abbrev filename.
4843
4844 * frame.el (special-display-popup-frame): Obey new specs `same-window'
4845 and `same-frame'.
4846
4847 * menu-bar.el (minibuffer-local-*map): Take inheritance into account.
4848
4849 * simple.el (minibuffer-local*-map): Remove redundant bindings.
4850
4851 * bindings.el (minibuffer-local-map): Also bind next, C-n, C-s, prior,
4852 C-p and C-r. Remove redundant bindings from inheriting maps.
4853
4854 * progmodes/cperl-mode.el: Merged in changes from v4.32.
4855 After 4.23 and: After 4.24:
4856 (cperl-contract-levels): Restore position.
4857 (cperl-beautify-level): Likewise.
4858 (cperl-beautify-regexp): Likewise.
4859 (cperl-commentify): Rudimental support for length=1 runs
4860 (cperl-find-pods-heres): Process 1-char long REx comments too /a#/x
4861 After 4.25:
4862 (cperl-commentify): Was recognizing length=2 "strings" as length=1.
4863 (imenu-example--create-perl-index): Was not enforcing
4864 syntaxification-to-the-end.
4865 (cperl-invert-if-unless): Allow `for', `foreach'.
4866 (cperl-find-pods-heres): Quote `cperl-nonoverridable-face'.
4867 Mark qw(), m()x as indentable.
4868 (cperl-init-faces): Highlight `sysopen' too.
4869 Highlight $var in `for my $var' too.
4870 (cperl-invert-if-unless): Was leaving whitespace at end.
4871 (cperl-linefeed): Was splitting $var{$foo} if point after `{'.
4872 (cperl-calculate-indent): Remove old commented out code.
4873 Support (primitive) indentation of qw(), m()x.
4874 After 4.26:
4875 (cperl-problems): Mention `fill-paragraph' on comment. \"" and
4876 q [] with intervening newlines.
4877 (cperl-autoindent-on-semi): New customization variable.
4878 (cperl-electric-semi): Use `cperl-autoindent-on-semi'.
4879 (cperl-tips): Mention how to make CPerl the default mode.
4880 (cperl-mode): Support `outline-minor-mode'. From Mark A. Hershberger.
4881 (cperl-outline-level): New function.
4882 (cperl-highlight-variables-indiscriminately): New customization var.
4883 (cperl-init-faces): Use `cperl-highlight-variables-indiscriminately'.
4884 From Sean Kamath <kamath@pogo.wv.tek.com>.
4885 (cperl-after-block-p): Support CHECK and INIT.
4886 (cperl-init-faces, cperl-short-docs): Likewise and "our".
4887 From Doug MacEachern <dougm@covalent.net>.
4888 After 4.27:
4889 (cperl-find-pods-heres): Recognize \"" as a string.
4890 Mark whitespace between q and [] as `syntax-type' => `prestring'.
4891 Allow whitespace between << and "FOO".
4892 (cperl-problems): Remove \"" and q [] with intervening newlines.
4893 Mention multiple <<EOF as unsupported.
4894 (cperl-highlight-variables-indiscriminately): Doc misprint fixed.
4895 (cperl-indent-parens-as-block): New configuration variable.
4896 (cperl-calculate-indent): Merge cases of indenting non-BLOCK groups.
4897 Use `cperl-indent-parens-as-block'.
4898 (cperl-find-pods-heres): Test for =cut without empty line instead of
4899 complaining about no =cut.
4900 (cperl-electric-pod): Change the REx for POD from "\n\n=" to "^\n=".
4901 (cperl-find-pods-heres): Likewise.
4902 (cperl-electric-pod): Change `forward-sexp' to `forward-word':
4903 POD could've been marked as comment already.
4904 (cperl-unwind-to-safe): Unwind before start of POD too.
4905 After 4.28:
4906 (cperl-forward-re): Throw an error at proper moment REx unfinished.
4907 After 4.29:
4908 (x-color-defined-p): Make an extra case to peacify the warning.
4909 Toplevel: `defvar' to peacify the warnings.
4910 (cperl-find-pods-heres): Could access `font-lock-comment-face' in -nw.
4911 No -nw-compile time warnings now.
4912 (cperl-find-tags): TAGS file had too short substring-to-search.
4913 Be less verbose in non-interactive mode
4914 (imenu-example--create-perl-index): Set index-marker after name
4915 (cperl-outline-regexp): New variable.
4916 (cperl-outline-level): Made compatible with `cperl-outline-regexp'.
4917 (cperl-mode): Made use `cperl-outline-regexp'.
4918 After 4.30:
4919 (cperl-find-pods-heres): =cut the last thing, no blank line, was error.
4920 (cperl-outline-level): Make start-of-file same level as `package'.
4921 After 4.31:
4922 (cperl-electric-pod): `head1' and `over' electric only if empty.
4923 (cperl-unreadable-ok): New variable.
4924 (cperl-find-tags): Use `cperl-unreadable-ok', do not fail
4925 on an unreadable file.
4926 (cperl-write-tags): Use `cperl-unreadable-ok', do not fail
4927 on an unreadable directory.
4928
4929 * progmodes/compile.el (compile-mouse-goto-error, compile-goto-error):
4930 Consider the text between two errors as belonging to the first error.
4931 (compilation-goto-locus): Use pop-to-buffer rather than
4932 switch-to-buffer-other-frame.
4933
4934 * progmodes/awk-mode.el (awk-mode-syntax-table): / has string syntax.
4935 (awk-font-lock-syntactic-keywords): New var.
4936 (awk-mode): Use it.
4937
4938 * expand.el (expand-c-for-skeleton): Add explicit terminating \n.
4939
4940 * faces.el (describe-face): Call help-setup-xref earlier.
4941
4942 * jka-compr.el (jka-compr-load-suffixes): New var.
4943 (jka-compr-install): Add its content to load-suffixes.
4944 (jka-compr-uninstall): Remove its content from load-suffixes.
4945
4946 2001-10-12 Sam Steingold <sds@gnu.org>
4947
4948 * bindings.el (completion-ignored-extensions): CL-related
4949 extensions are platform-independent.
4950
4951 * net/ange-ftp.el (ange-ftp-copy-files-async): New function for
4952 asynchronous multiple file copying.
4953
4954 2001-10-12 Gerd Moellmann <gerd@gnu.org>
4955
4956 * emacs-lisp/bytecomp.el (byte-compile-check-lambda-list):
4957 Turn error for repeated variables into warning.
4958
4959 * emacs-lisp/bytecomp.el (byte-compile-check-lambda-list):
4960 New function checking that lambda-list consists of non-constant
4961 symbols, that &rest and &optional are followed by variable names,
4962 that &rest VAR is the last element, and that variables aren't doubled.
4963 (byte-compile-lambda): Use it.
4964
4965 2001-10-12 Eli Barzilay <eli@barzilay.org>
4966
4967 * calculator.el (calculator-eng-display): Don't call concat
4968 with an integer argument.
4969
4970 2001-10-12 Miles Bader <miles@gnu.org>
4971
4972 * help-mode.el (help-customize-face): New button-type.
4973
4974 * faces.el (list-faces-display): Fix args to `help-xref-button'.
4975 (describe-face): Fix args to `help-xref-button'.
4976 Don't switch to help-buffer around call to `help-setup-xref'.
4977 Use `help-buffer' instead of hard-wired "*Help*".
4978 Require `help-mode'.
4979
4980 2001-10-11 Stefan Monnier <monnier@cs.yale.edu>
4981
4982 * net/goto-addr.el (goto-address-mail-regexp): Allow + in username.
4983
4984 * help-mode.el (help-buffer): New function.
4985 Returns the buffer-name to use for help output.
4986 Change all the code to use it instead of hard-coding *Help*.
4987 (help-mode-map): Put back the mouse-2 binding.
4988 (help-xref-stack): Change the format and make buffer-local.
4989 (help-xref-stack-item): Make buffer-local.
4990 (help-setup-xref): Do the `push' here rather than in help-do-xref.
4991 (help-xref-interned): Display the face doc as well.
4992 (help-follow-mouse): Re-introduce.
4993 (help-xref-go-back): Adapt to the new use of help-xref-stack.
4994 (help-do-xref): Don't `push' any more.
4995 (help-follow): Also follow face names.
4996
4997 * help-funs.el (describe-function-1): Remove unused `parens' arg.
4998 Don't call help-setup-xref anymore and remove its `interactive-p' arg.
4999 Autoload and cleanup.
5000 (describe-function): Call help-setup-xref.
5001 (describe-variable): Call help-setup-xref earlier.
5002
5003 * help.el (describe-bindings-internal): New fun moved from keymap.c.
5004 (view-lossage): Call help-setup-xref correctly and earlier.
5005 (describe-bindings): Call help-setup-xref earlier.
5006 (describe-key): Call help-setup-xref. Fix call to describe-function-1.
5007 (describe-mode): Don't autoload. Call help-setup-xref earlier.
5008
5009 2001-10-11 Gerd Moellmann <gerd@gnu.org>
5010
5011 * master.el (master-mode): Use define-minor-mode instead of
5012 easy-mmode-define-minor-mode. Add autload cookie.
5013 (Commentary): Remove the line showing how to autoload master-mode,
5014 since it's always autoloaded.
5015
5016 * master.el: New file.
5017
5018 2001-10-11 Dave Love <fx@gnu.org>
5019
5020 * emacs-lisp/byte-opt.el (byte-optimize-lapcode)
5021 <byte-constref-ops>: Consider byte-constant2 and clarify the code.
5022 <const-C varset-X const-C>: Fix car/cdr typo.
5023
5024 2001-10-11 Gerd Moellmann <gerd@gnu.org>
5025
5026 * emacs-lisp/bytecomp.el (byte-compile-display-log-head-p):
5027 New function extracted from byte-compile-log-1.
5028 (byte-compile-log-1): Change output to be more in line with
5029 the output of other GNU tools.
5030 (byte-compile-warn): Emit `warning' instead of `**' for warnings.
5031 (byte-compile-report-error): Downcase error message.
5032 Use `error' instead of `!!' for error messages.
5033 (byte-compile-print-syms): Treat non-interactive case specially.
5034 (displaying-byte-compile-warnings): Use backquote.
5035 (byte-compile-from-buffer): Bind byte-compile-last-line.
5036 (batch-byte-compile): Remove `Done' message.
5037
5038 2001-10-11 Stefan Monnier <monnier@cs.yale.edu>
5039
5040 * emacs-lisp/copyright.el (copyright): Add final \n.
5041
5042 2001-10-11 Miles Bader <miles@gnu.org>
5043
5044 * diff.el (diff): Display default values in prompts as
5045 `(default ...)', not `(...)'.
5046
5047 * info.el (Info-follow-reference): Likewise.
5048
5049 2001-10-10 Stefan Monnier <monnier@cs.yale.edu>
5050
5051 * emacs-lisp/autoload.el (doc-string-elt): Remove.
5052
5053 * newcomment.el (comment-indent): Be a little more robust in case
5054 comment-indent-function does funny things.
5055 (comment-normalize-vars): Autoload.
5056 (comment-region-internal): Fiddle with the visibility spec.
5057 (comment-valid-prefix): New function.
5058 (comment-indent-new-line): Use it. Ignore adaptive-fill-prefixes
5059 that would turn comment-text into non-comment-text.
5060
5061 * emacs-lisp/syntax.el: New file.
5062
5063 * progmodes/tcl.el: Change maintainer to FSF and remove loads of
5064 compatibility cruft.
5065 (tcl-using-emacs-19, tcl-using-emacs-19-23, tcl-using-xemacs-19)
5066 (tcl-version, tcl-maintainer, tcl-use-hairy-comment-detector): Remove.
5067 (tcl-mode-map): Remove bindings for tcl-beginning-of-defun,
5068 tcl-end-of-defun, tcl-mark-defun, tcl-indent-for-comment,
5069 tcl-submit-bug-report.
5070 (tcl-mode-syntax-table): Leave \f alone.
5071 (inferior-tcl-mode-map): Remove bindings for tcl-beginning-of-defun,
5072 tcl-end-of-defun, tcl-submit-bug-report.
5073 (tcl-xemacs-menu): Fix up and pass it directly to easymenu.
5074 (tcl-add-emacs-menu): Remove.
5075 (tcl-fill-mode-map, tcl-fill-inferior-map): Moved into the defvar.
5076 (tcl-keyword-list): Add `chain'.
5077 (tcl-font-lock-syntactic-keywords): New variable.
5078 (tcl-pps-has-arg-6): Remove.
5079 (tcl-internal-beginning-of-defun, tcl-internal-end-of-defun)
5080 (tcl-internal-mark-defun): Remove.
5081 (tcl-set-proc-regexp, tcl-set-font-lock-keywords): Use regexp-opt.
5082 (tcl-mode): Use define-derived-mode. Simplify.
5083 Set comment-indent-function.
5084 (tcl-indent-command): Use line-beginning-position and comment-indent.
5085 (tcl-calculate-indent): Renamed from calculate-tcl-indent.
5086 (tcl-indent-line): Use tcl-calculate-indent.
5087 (tcl-indent-exp): Renamed from indent-tcl-exp. Use new names.
5088 (tcl-add-log-defun): Renamed from add-log-tcl-defun. Use match-string.
5089 (tcl-filter): Use with-current-buffer, simplify.
5090 (inferior-tcl-mode): Use define-derived-mode.
5091 (tcl-hairy-in-comment): Renamed tcl-in-comment.
5092 (tcl-simple-in-comment, tcl-in-comment): Removed.
5093 (tcl-files-alist): New function.
5094 (tcl-help-snarf-commands): Use it and return the result directly
5095 rather than through a global variable.
5096 (tcl-reread-help-files): Fix up the call to tcl-help-snarf-commands.
5097 (tcl-help-on-word): Provide the default value to completing-read.
5098 (tcl-hilit): Remove.
5099 (tcl-hashify-buffer, tcl-popup-menu): Simplify.
5100 (tcl-comment-indent): New function.
5101 (tcl-submit-bug-report): Remove.
5102 (tcl-uncomment-region, tcl-indent-for-comment, add-log-tcl-defun)
5103 (indent-tcl-exp, calculate-tcl-indent, tcl-beginning-of-defun)
5104 (tcl-end-of-defun, tcl-mark-defun, tcl-mark): Redefine as aliases.
5105
5106 2001-10-10 Miles Bader <miles@gnu.org>
5107
5108 * info.el (Info-insert-dir): Don't call `Info-fontify-menu-headers'.
5109 (Info-fontify-node): Don't fontify the node if it's already been done.
5110
5111 2001-10-10 Gerd Moellmann <gerd@gnu.org>
5112
5113 * international/iso-transl.el (iso-transl-e-caret)
5114 (iso-transl-i-caret, iso-transl-o-caret, iso-transl-u-caret):
5115 Fix duplicates. From Dave Love <d.love@dl.ac.uk>.
5116
5117 * simple.el (end-of-buffer): Fix code scrolling specially
5118 for the buffer end.
5119
5120 * startup.el (command-line-1): Bind tab-width to 8.
5121
5122 2001-10-10 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
5123
5124 * emulation/tpu-edt.el: Use defalias instead of fset for
5125 user-visible commands. From Rob Riepel
5126 <riepel@Networking.Stanford.EDU>.
5127
5128 2001-10-09 Gerd Moellmann <gerd@gnu.org>
5129
5130 * ruler-mode.el: New file.
5131
5132 2001-10-09 Miles Bader <miles@gnu.org>
5133
5134 * apropos.el (button): New require.
5135
5136 * help-funs.el: New file, contents mostly from `help.el'.
5137 (describe-variable): Use `condition-case' instead of `ignore-errors'.
5138
5139 * help-mode.el: New file, contents mostly from `help.el'.
5140
5141 * help.el: Don't require `view' when compiling.
5142 (help-with-tutorial, describe-function, describe-function-1)
5143 (variable-at-point, describe-variable, locate-library):
5144 Functions moved into `help-funs.el'.
5145 (help-manyarg-func-alist): Variable moved into `help-funs.el'.
5146 (help-mode, help-mode-setup, help-mode-finish, help-button-action)
5147 (help-setup-xref, help-xref-following, help-make-xrefs)
5148 (help-xref-button, help-insert-xref-button, help-xref-interned)
5149 (help-xref-go-back, help-go-back, help-do-xref, help-follow)
5150 (help-xref-on-pp): Functions moved into `help-mode.el'
5151 (help-mode-map, help-xref-stack, help-xref-stack-item)
5152 (help-highlight-p, help-highlight-face, help-back-label)
5153 (help-xref-symbol-regexp, help-xref-mule-regexp)
5154 (help-xref-info-regexp): Variables moved into `help-mode.el'.
5155 (help-symbol, help-back, help-info, help-customize-variable)
5156 (help-function-def, help-variable-def):
5157 Button-types moved into `help-mode.el'.
5158 (load-symbol-file-load-history, symbol-file):
5159 Functions moved into `subr.el'.
5160 (symbol-file-load-history-loaded): Variable moved into `subr.el'.
5161 (view-lossage): Call `help-setup-xref' instead of doing it manually.
5162
5163 * subr.el (symbol-file-load-history-loaded)
5164 (load-symbol-file-load-history, symbol-file): Moved from `help.el'.
5165
5166 * loadup.el ("button"): Load removed.
5167
5168 * button.el (define-button-type): Respect any `supertype' property.
5169 (button-type-subtype-p, button-has-type-p): New functions.
5170
5171 * rfn-eshadow.el (rfn-eshadow-regexp): Deal correctly with escaped
5172 dollar-signs.
5173
5174 * comint.el (comint-insert-previous-argument): New function.
5175 (comint-mode-map): Bind `C-c .' to `comint-input-previous-argument'.
5176 (comint-insert-previous-argument-last-start-pos)
5177 (comint-insert-previous-argument-last-index): New variables.
5178
5179 * apropos.el (apropos-next-label-button): Use the presence of a
5180 `apropos-label' property to detect label buttons.
5181
5182 2001-10-08 Miles Bader <miles@gnu.org>
5183
5184 * button.el (next-button, previous-button): Remove N and WRAP
5185 parameters. Don't pay attention to `skip' properties.
5186 (forward-button): Implement wrapping, iterating, and skipping here
5187 instead.
5188 (button-activate): USE-MOUSE-ACTION is optional.
5189 (button-nop): Function removed.
5190 (default-button): Use `ignore' as default button action.
5191
5192 * apropos.el (apropos-next-label-button): Update arguments to
5193 `next-button'.
5194 (apropos-symbol): Add `skip' property.
5195 (apropos-function, apropos-macro, apropos-command)
5196 (apropos-variable, apropos-face, apropos-group, apropos-widget)
5197 (apropos-plist): New button types.
5198 (apropos-label-properties): Variable removed.
5199 (apropos-print): Pass button-type to apropos-print-doc, rather
5200 than help function and label text.
5201 (apropos-print-doc): Remove ACTION and STR args, add TYPE arg.
5202 Get button label from TYPE.
5203
5204 2001-10-07 Stefan Monnier <monnier@cs.yale.edu>
5205
5206 * help.el (help-mode): Use define-derived-mode.
5207 (describe-mode): Add optional `buffer' arg.
5208 Use it instead of going through help-xref-mode.
5209 Avoid doubling the word `minor' when prettifying.
5210 (describe-function-1): List the corresponding key bindings.
5211 (describe-variable): Say if the var is automatically buffer-local.
5212 If the source is `loaddefs.el', look for the real source.
5213 (help-xref-mode): Remove.
5214
5215 * emacs-lisp/bytecomp.el (byte-compile-file): Return success when
5216 the file says no-byte-compile.
5217
5218 2001-10-08 Miles Bader <miles@gnu.org>
5219
5220 * button.el (next-button, previous-button): Respect `skip' property.
5221
5222 2001-10-07 Miles Bader <miles@gnu.org>
5223
5224 * woman.el (woman-mode-map): Copy button-buffer-map instead of
5225 making a new keymap. Don't bind mouse-2. Bind M-mouse-2 to
5226 `woman-follow-word' instead of `woman-mouse-2'.
5227 (woman-follow-word): Renamed from `woman-mouse-2'.
5228 Follow current unconditionally, since this function is now only
5229 bound to M-mouse-2. Use accessor functions.
5230 (WoMan-highlight-references): Use `make-text-button'.
5231 (woman-xref): New button type.
5232
5233 * loadup.el ("faces"): Move load before loading "loaddefs.el".
5234 ("button"): New load, just before "help" (which uses it).
5235
5236 * help.el (help-mode-map): Make button-buffer-map our parent.
5237 Don't bind mouse events or tab/backtab.
5238 (help-function, help-variable, help-face, help-coding-system)
5239 (help-input-method, help-character-set, help-back, help-info)
5240 (help-customize-variable, help-function-def, help-variable-def):
5241 New button types.
5242 (help-button-action): New function.
5243 (describe-function-1): Pass help button-types to
5244 `help-xref-button' rather than help function and help-echo string.
5245 Don't put multiple help-function args in a list to pass them to
5246 help-xref-button, just pass them as multiple arguments.
5247 Use `help-insert-xref-button' to make [back]-button, rather than
5248 `help-xref-button'.
5249 (help-xref-button): Take a button-type TYPE as a parameter rather
5250 than a function. Remove HELP-ECHO parameter. Remove DATA parameter
5251 and add a &rest parameter ARGS to serve the same purpose.
5252 Use `make-text-button' to add the button.
5253 (help-insert-xref-button): Use `insert-text-button' to add the button.
5254 (help-follow-mouse, help-next-ref, help-previous-ref):
5255 Functions removed.
5256 (help-do-xref): New function.
5257 (help-follow): Use `push-button' and `help-do-xref' to do most of
5258 the work.
5259
5260 * apropos.el (apropos-symbol, apropos-label): New button types.
5261 (apropos-symbol-button-display-help)
5262 (apropos-label-button-display-help, apropos-next-label-button):
5263 New functions.
5264 (apropos-mode-map): Make button-buffer-map our parent.
5265 Don't bind mouse events.
5266 (apropos-print, apropos-print-doc): Create buttons instead of text
5267 properties.
5268 (apropos-mouse-follow): Function removed.
5269 (apropos-follow): Use buttons.
5270
5271 * button.el: New file.
5272
5273 2001-10-07 Gerd Moellmann <gerd@gnu.org>
5274
5275 * emacs-lisp/cl.el (most-positive-fixnum, most-negative-fixnum):
5276 Remove.
5277
5278 2001-10-05 Richard M. Stallman <rms@gnu.org>
5279
5280 * add-log.el (add-change-log-entry): Skip copyright notice
5281 and copying permission notice at start of file, if any.
5282 Make use of terms "entry" and "item" accord with Emacs manual.
5283 Simplify the logic for moving point while entering or creating
5284 an entry and then an item.
5285 (add-change-log-entry-other-window): Doc fix.
5286
5287 2001-10-06 Miles Bader <miles@gnu.org>
5288
5289 * rfn-eshadow.el (read-file-name-electric-shadow): Autoload cookie
5290 removed; they apparently don't work with faces.
5291
5292 2001-10-05 Sam Steingold <sds@gnu.org>
5293
5294 * textmodes/sgml-mode.el (html-xhtml): New user option.
5295 (html-tag-alist, html-horizontal-rule, html-image, html-line)
5296 (html-ordered-list, html-unordered-list, html-list-item)
5297 (html-paragraph, html-checkboxes, html-radio-buttons): Use it.
5298 (sgml-skip-close-p): New function.
5299 (sgml-value): Use it.
5300
5301 2001-10-05 Sam Steingold <sds@gnu.org>
5302
5303 * calendar/diary-lib.el (diary-entry-compare): When times are
5304 identical, compare the entries lexicographically.
5305
5306 2001-10-06 Miles Bader <miles@gnu.org>
5307
5308 * rfn-eshadow.el (rfn-eshadow-update-overlay):
5309 Use `minibuffer-prompt-end'.
5310
5311 * simple.el (previous-matching-history-element): Fix misplaced
5312 parentheses.
5313
5314 2001-10-05 Miles Bader <miles@gnu.org>
5315
5316 * rfn-eshadow.el: New file.
5317
5318 2001-10-05 Miles Bader <miles@gnu.org>
5319
5320 * cus-face.el (custom-face-attributes): Make sure each attribute
5321 has a valid default value. Remove hacks that mapped `nil' to
5322 `off' and used nil to mean `unspecified'. Remove `unspecified'
5323 choices from all attributes (unspecified is handled by the parent
5324 checklist).
5325 * cus-edit.el (custom-face-edit-convert-widget)
5326 (custom-face-edit-deactivate, custom-face-edit-activate)
5327 (custom-face-edit-delete, custom-face-edit-attribute-tag):
5328 New functions.
5329 (custom-face-edit): Specify a custom :convert-widget.
5330 (custom-pre-filter-face-spec, custom-post-filter-face-spec):
5331 Don't pass in default filters that map between `nil' and `off' and
5332 `unspecified' and `nil'.
5333
5334 2001-10-05 Gerd Moellmann <gerd@gnu.org>
5335
5336 * progmodes/compile.el (compilation-buffer-name): New function.
5337 (compile-internal): Use it to determine the name of the
5338 compilation buffer.
5339
5340 2001-10-05 Miles Bader <miles@gnu.org>
5341
5342 * progmodes/compile.el (grep-use-null-device): New variable.
5343 (grep-command): Mention `grep-use-null-device'.
5344 (grep-compute-defaults): Compute `grep-use-null-device' if necessary.
5345 Make computation of `grep-command' respect `grep-use-null-device'.
5346 (grep): Respect `grep-use-null-device'.
5347 Call `grep-compute-defaults' even if grep-command is set, if
5348 grep-use-null-device is still tentative.
5349
5350 * subr.el (call-process-shell-command): New function.
5351
5352 2001-10-05 Miles Bader <miles@gnu.org>
5353
5354 * simple.el (previous-matching-history-element)
5355 (next-history-element, next-complete-history-element): Use
5356 `minibuffer-' functions instead of calling `field-' functions directly.
5357 (minibuffer-prompt-end, minibuffer-contents):
5358 (minibuffer-contents-no-properties, delete-minibuffer-contents):
5359 Functions removed (now subrs).
5360 (minibuffer-prompt-width): Use `minibuffer-prompt-end'.
5361
5362 * minibuf-eldef.el (minibuf-eldef-setup-minibuffer)
5363 (minibuf-eldef-update-minibuffer): Use `minibuffer-' functions
5364 instead of calling `field-' functions directly.
5365 (minibuf-eldef-setup-minibuffer): Remove unused variable `prompt'.
5366
5367 2001-10-05 Gerd Moellmann <gerd@gnu.org>
5368
5369 * files.el (find-file-noselect): If file's read-only status has
5370 changed on disk, ask if buffer's read-only status should be
5371 changed, unless NOWARN is set.
5372
5373 * emacs-lisp/cl-macs.el (define-setf-expander): Make it an
5374 alias for define-setf-method.
5375
5376 * bindings.el: Remove no-byte-compile from file local variables
5377 to enable bootstrapping.
5378
5379 2001-10-04 Andrew Innes <andrewi@gnu.org>
5380
5381 * faces.el (face-font-registry-alternatives) [windows-nt]:
5382 Make gb2312 an alias for gb2312.1980.
5383
5384 2001-10-04 Stefan Monnier <monnier@cs.yale.edu>
5385
5386 * uniquify.el (uniquify-get-proposed-name): Don't assume dirsep is /.
5387 (uniquify-reverse-components): Remove.
5388
5389 * emacs-lisp/bytecomp.el (byte-recompile-directory):
5390 Make sure the file is readable.
5391 (byte-compile-file): Don't compile if `no-byte-compile' is set.
5392 (byte-compile-defvar): Update to reflect the change in Fdefvar.
5393 (batch-byte-recompile-directory): Pass arg=0.
5394
5395 * progmodes/perl-mode.el (perl-indent-continued-arguments): New var.
5396 (perl-calculate-indent): Use it.
5397 (perl-backward-to-noncomment): Use forward-comment.
5398
5399 * derived.el (define-derived-mode, derived-mode-make-docstring):
5400 Allow `parent' to be nil.
5401
5402 * textmodes/nroff-mode.el (nroff-mode-abbrev-table, nroff-mode):
5403 Use define-derived-mode.
5404 (nroff-mode-map, nroff-mode-syntax-table): Massage.
5405
5406 * mail/mailabbrev.el (mail-abbrev-in-expansion-header-p): Simplify.
5407
5408 * emacs-lisp/lselect.el: Use facep iso find-face.
5409
5410 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
5411 Use regexp-opt.
5412 (doc-string-elt): Set symbols' prop. Copied from autoload.el.
5413 (lisp-font-lock-syntactic-face-function): New function.
5414 (lisp-mode-variables): Use it. Make arg optional.
5415 (emacs-lisp-mode): Don't pass an arg to lisp-mode-variables.
5416 (lisp-mode): Don't pass an arg to lisp-mode-variables.
5417 Set comment-start-skip.
5418
5419 * emacs-lisp/lisp-mnt.el (lm-history-header): Accept `ChangeLog'.
5420
5421 * emacs-lisp/cl-macs.el (frame-parameter): Add a setf method.
5422 (ignore-errors): Don't bother using a `err' symbol.
5423
5424 * emacs-lisp/autoload.el (autoload-ensure-default-file)
5425 (autoload-insert-section-header, autoload-before-p)
5426 (autoload-remove-section): New functions.
5427 (generate-file-autoloads): Use them.
5428 (update-file-autoloads): Use them. Return FILE if there's no cookie.
5429 Make sure the autoload file is properly formatted when creating it.
5430 (update-autoloads-from-directories): Use them as well.
5431 Only update autoloads for files whose timestamp has changed.
5432 Add a dummy entry to remember the files which had no autoload cookies.
5433
5434 * timer.el (timer-relative-time): Fix computation for negative `micro'.
5435
5436 * subr.el (define-key-after): Allow `key' to be longer than 1.
5437 (make-local-hook): Make obsolete.
5438 (add-hook, remove-hook): Don't use make-local-hook any more.
5439 (make-syntax-table): Inherit all chars from s-s-t.
5440
5441 2001-10-04 Gerd Moellmann <gerd@gnu.org>
5442
5443 This is a fix for a report saying that resuming a search with C-s
5444 C-s doesn't use the case-fold-search setting of the previous
5445 search (C-s ... M-c ... then C-s C-s).
5446
5447 * isearch.el (isearch-last-case-fold-search): New variable.
5448 (isearch-mode): Remember value of isearch-case-fold-search
5449 in isearch-last-case-fold-search.
5450 (isearch-done): Quote value of isearch-case-fold-search.
5451 (isearch-repeat): When resuming a search, restore
5452 isearch-case-fold-search from isearch-last-case-fold-search.
5453
5454 Added to NEWS.
5455
5456 * startup.el (inhibit-startup-buffer-menu): New user-option.
5457 (command-line-1): If inhibit-startup-buffer-menu is set, don't
5458 display the buffer menu. From Simon Josefsson <jas@extundo.com>.
5459
5460 This allows upto 99999 messages in the summary without screwing up
5461 the summary sorting. Previously 9999 was the maximum. Added to NEWS.
5462
5463 * mail/rmailsum.el (rmail-make-summary-line)
5464 (rmail-make-summary-line-1, rmail-summary-next-same-subject)
5465 (rmail-summary-goto-msg, rmail-summary-goto-msg):
5466 Allow 5-digit message ids instead of 4.
5467
5468 This adds expansion of environment variables in the value
5469 specified with M-x setenv. Added to NEWS.
5470
5471 * env.el (substitute-env-vars): New function.
5472 (setenv): Add parameter SUBSTITUTE-ENV-VARS. If set, substitute
5473 environment variables in VALUE. Return VALUE.
5474
5475 2001-10-04 Gerd Moellmann <gerd@gnu.org>
5476
5477 * Branch for 21.1.
5478
5479 2001-10-03 Stefan Monnier <monnier@cs.yale.edu>
5480
5481 * pcvs-util.el (cvs-prefix-define): Typo cons->concat.
5482
5483 2001-10-03 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
5484
5485 * emulation/tpu-edt.el: Make messages match original TPU/edt
5486 editor. From riepel@Stanford.EDU (Rob Riepel).
5487
5488 2001-10-03 Eli Zaretskii <eliz@is.elta.co.il>
5489
5490 * rect.el: Update maintainer's email address.
5491
5492 2001-10-02 Andreas Schwab <schwab@suse.de>
5493
5494 * net/ange-ftp.el (ange-ftp-skip-msgs): Add 227 and 228 for Long
5495 and Extended Passive Mode, resp.
5496
5497 2001-10-01 Eli Zaretskii <eliz@is.elta.co.il>
5498
5499 These changes add support for Calendar-related items in the
5500 menu bar on tty's as well:
5501
5502 * calendar/calendar.el (calendar-mode-map): Require cal-menu
5503 unconditionally.
5504 (calendar-mode): Set up activate-menubar-hook unconditionally.
5505
5506 * calendar/cal-menu.el (cal-menu-x-popup-menu): New function,
5507 calls x-popup-menu only if popup menus are supported.
5508 (calendar-mouse-insert-hebrew-diary-entry)
5509 (calendar-mouse-insert-islamic-diary-entry)
5510 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
5511 (calendar-mouse-view-other-diary-entries)
5512 (calendar-mouse-print-dates, calendar-mouse-2-date-menu)
5513 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
5514 Call cal-menu-x-popup-menu instead of x-popup-menu.
5515
5516 2001-10-01 Gerd Moellmann <gerd@gnu.org>
5517
5518 * gs.el (gs-set-ghostview-window-prop): Fix args of `elt'.
5519
5520 * emacs-lisp/edebug.el (rx): Add def-edebug-spec.
5521
5522 * emacs-lisp/rx.el: New file.
5523
5524 2001-10-01 Eli Zaretskii <eliz@is.elta.co.il>
5525
5526 * help.el (help-for-help): Doc fix. From Pavel@Janik.cz (Pavel Janik).
5527
5528 2001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
5529
5530 * frame.el (select-frame-by-name, other-frame): Doc fix.
5531
5532 2001-09-29 Eli Zaretskii <eliz@is.elta.co.il>
5533
5534 * play/snake.el (snake-score-file): Use temporary-file-directory
5535 instead of a literal "/tmp". Suggested by Robert
5536 <robert@chezmarshall.freeserve.co.uk>.
5537
5538 * play/tetris.el (tetris-score-file): Ditto.
5539
5540 2001-09-28 Eli Zaretskii <eliz@is.elta.co.il>
5541
5542 * apropos.el (apropos-print): Make the directions inserted at the
5543 beginning of the *Apropos* buffer more clear.
5544
5545 2001-09-27 Michael Kifer <kifer@cs.sunysb.edu>
5546
5547 * ediff-mult.el (ediff-get-meta-info): Installed Gerd's changes.
5548 Added comments.
5549
5550 2001-09-27 Stefan Monnier <monnier@cs.yale.edu>
5551
5552 * newcomment.el (comment-normalize-vars): Use " \t" rather than
5553 "\\s-" when defining comment-end-skip.
5554
5555 2001-09-27 Gerd Moellmann <gerd@gnu.org>
5556
5557 * mail/feedmail.el (feedmail-queue-send-edit-prompt-help):
5558 Call get-buffer-window first second arg `visible'.
5559
5560 * international/mule-diag.el (list-input-methods-1):
5561 Output something that's independent of Emacs' version.
5562
5563 * tar-mode.el (tar-mode-write-file): Don't signal an error by
5564 calling byte-to-position with a nil tar-header-offset.
5565
5566 2001-09-27 Simon Josefsson <jas@extundo.com>
5567
5568 * mail/sendmail.el (send-mail-function): Doc fix.
5569 (mail-do-fcc): Error if header-end is not a marker.
5570 (mail-do-fcc): Add a comment.
5571 (mail-reply-to): Doc fix.
5572 (mail-signature): Make ATPOINT optional.
5573 (mail-yank-original): Use cond instead of nestled if.
5574
5575 2001-09-26 Stefan Monnier <monnier@cs.yale.edu>
5576
5577 * info.el (Info-on-current-buffer): Default arg to "Top".
5578
5579 2001-09-25 Eli Barzilay <eli@barzilay.org>
5580
5581 * calculator.el (calculator-copy-displayer): New user-option.
5582 (calculator-displayer-prev, calculator-displayer-next):
5583 Renamed from calculator-displayed-{left,right}.
5584 (calculator, calculator-standard-displayer)
5585 (calculator-num-to-string, calculator-update-display)
5586 (calculator-copy, calculator-put-value): Bug and display fixes.
5587
5588 2001-09-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5589
5590 * ebnf2ps.el: Eliminate make-local-hook calls. Doc fix.
5591 (ebnf-version): New version (3.6.1).
5592
5593 * ebnf-bnf.el: Fix character range regexp. Doc fix.
5594 (ebnf-bnf-non-terminal-chars): New internal const.
5595 (ebnf-bnf-lex): Fix code.
5596
5597 * ebnf-iso.el: Fix character range regexp. Doc fix.
5598 (ebnf-iso-non-terminal-chars): New internal const.
5599 (ebnf-iso-lex): Fix code.
5600
5601 * ebnf-yac.el: Fix character range regexp. Doc fix.
5602 (ebnf-yac-skip-chars): New internal const.
5603 (ebnf-yac-skip-code): Fix code.
5604
5605 2001-09-24 Stefan Monnier <monnier@cs.yale.edu>
5606
5607 * vc.el (vc-checkin): Use vc-delete-automatic-version-backups.
5608
5609 * pcvs-parse.el (cvs-parse-commit): Expand the file name before
5610 passing it to VC.
5611
5612 * vc-hooks.el (vc-delete-automatic-version-backups): Handle the
5613 case where the file is relative.
5614
5615 2001-09-24 Gerd Moellmann <gerd@gnu.org>
5616
5617 * xml.el (xml-parse-attlist): Quotes around attributes must be the
5618 same on each side. Make sure we properly handle simple quotes.
5619 From Daiki Ueno <ueno@unixuser.org>.
5620
5621 2001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
5622
5623 * mail/sendmail.el (mail-mode): Doc fix. From Simon Josefsson
5624 <jas@extundo.com>.
5625
5626 * menu-bar.el (top-level): Minor fixes for text of help-echo in
5627 some items of the Options menu.
5628
5629 2001-09-22 Stefan Monnier <monnier@cs.yale.edu>
5630
5631 * pcvs-parse.el (cvs-parse-commit): Remove the temp files used by VC.
5632
5633 * vc-hooks.el (vc-delete-automatic-version-backups):
5634 Don't fail if the directory doesn't exist.
5635
5636 * diff-mode.el (diff-default-read-only): New var.
5637 (diff-mode): Use it.
5638
5639 2001-09-22 Eli Zaretskii <eliz@is.elta.co.il>
5640
5641 * hexl.el (hexl-mode-map): Fix the change of 2001-08-23:
5642 Use make-keymap instead of copy-keymap, since copying the global
5643 keymap messes up the menu bar.
5644
5645 * info.el (Info-goto-node, Info-menu): Doc fix. Suggested by
5646 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
5647
5648 2001-09-21 Eli Zaretskii <eliz@is.elta.co.il>
5649
5650 * dired.el (dired-build-subdir-alist): Accept optional arg SWITCHES.
5651
5652 * dired-aux.el (dired-insert-subdir): Pass switches to
5653 dired-build-subdir-alist.
5654
5655 2001-09-21 Stephen Gildea <gildea@stop.mail-abuse.org>
5656
5657 * time-stamp.el (time-stamp-string-preprocess): Fix bug that
5658 caused %#a and %#b to be mis-formatted.
5659
5660 2001-09-20 Eli Zaretskii <eliz@is.elta.co.il>
5661
5662 * info.el (Info-file-list-for-emacs): Add elements for ada-mode,
5663 ccmode, emacs-mime, and eudc manuals.
5664
5665 2001-09-19 Sam Steingold <sds@gnu.org>
5666
5667 w32 find cannot be used with `grep-find'.
5668 * progmodes/compile.el (find-program): New variable.
5669 (grep-compute-defaults): Use it to set `grep-find-command'.
5670
5671 2001-09-19 Gerd Moellmann <gerd@gnu.org>
5672
5673 * ps-bdf.el (bdf-read-bitmap): Initialize returned values to defaults.
5674
5675 2001-09-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5676
5677 * ebnf2ps.el: Replace "Prologue" by "Prolog" in PostScript
5678 programming. Doc fix.
5679 (ebnf-version): New version (3.6).
5680 (ebnf-eps-begin): Data fix.
5681 (ebnf-begin-file): Code fix.
5682
5683 * ebnf-bnf.el: Doc fix.
5684 (ebnf-bnf-lex): Fix regexp for non-terminal and terminal tokens.
5685
5686 * ebnf-iso.el, ebnf-otz.el, ebnf-yac.el: Doc fix.
5687
5688 2001-09-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5689
5690 * ps-print.el: Better face mapping for black/white PostScript printers.
5691 Check if mark is active when printing a region. Doc fix.
5692 (ps-print-version): New version number (6.5.5).
5693 (ps-print-color-p): Customization fix.
5694 (ps-black-white-faces): New option.
5695 (ps-black-white-faces-alist): New internal var.
5696 (ps-count-lines-preprint, ps-print-preprint-region): New funs.
5697 (ps-print-region, ps-print-region-with-faces, ps-nb-pages-buffer)
5698 (ps-nb-pages-region): Interactive fix.
5699 (ps-extend-face-list, ps-extend-face, ps-setup, ps-begin-job)
5700 (ps-face-attributes, ps-generate-postscript-with-faces): Code fix.
5701
5702 2001-09-18 Eli Zaretskii <eliz@is.elta.co.il>
5703
5704 * dired.el (dired-move-to-filename-regexp): Allow one digit in the
5705 numeric month value, and allow the Kanji character after the it to
5706 be missing (happens with ls-lisp's output on Japanese versions of
5707 MS-Windows).
5708
5709 2001-09-18 Miles Bader <miles@gnu.org>
5710
5711 * diff-mode.el (diff-mode): Don't make the buffer read-only if
5712 it's empty (and thus probably a new patch file about to be edited).
5713
5714 2001-09-17 Gerd Moellmann <gerd@gnu.org>
5715
5716 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
5717 Check for '(' in column 0 of doc string.
5718
5719 * gs.el (gs-set-ghostview-window-prop): Use `elt' instead
5720 of `nth' so that using a vector as bounding-box works.
5721 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
5722
5723 2001-09-17 Andre Spiegel <spiegel@gnu.org>
5724
5725 * vc.el (vc-annotate): Use current workfile version explicitly as
5726 a default, suggested by Gustav H\e,Ae\e(Bllberg <gustav@virtutech.se>.
5727
5728 2001-09-16 Eli Zaretskii <eliz@is.elta.co.il>
5729
5730 * ps-bdf.el (bdf-cache-file) <ms-dos>: Use _bdfcache.el, since
5731 convert-standard-filename doesn't guarantee that the .el extension
5732 is preserved.
5733
5734 * dos-fns.el (convert-standard-filename): Replace invalid
5735 characters only after converting dash/underscore to a period.
5736 (original-make-auto-save-file-name): New.
5737 (make-auto-save-file-name): New function, overrides the definition
5738 on files.el and calls the original function via
5739 original-make-auto-save-file-name.
5740
5741 * mail/rmail.el (top-level): Require mule-utils when compiling.
5742 (rmail-decode-babyl-format): Use detect-coding-with-priority
5743 instead of detect-coding-region, to favor detection of emacs-mule
5744 encoded Babyl files written by rmailout.el etc. Suggested by
5745 Kenichi Handa <handa@etl.go.jp>.
5746
5747 2001-09-14 Eli Zaretskii <eliz@is.elta.co.il>
5748
5749 * eshell/em-unix.el (eshell-shuffle-files, eshell-shuffle-files):
5750 Use `equal', not `=', since the device number can be a cons cell.
5751
5752 2001-09-14 Gerd Moellmann <gerd@gnu.org>
5753
5754 * simple.el: Comment out change of 2001-09-13.
5755
5756 2001-09-13 Milan Zamazal <pdm@zamazal.org>
5757
5758 * progmodes/compile.el (grep-compute-defaults): Don't set
5759 grep-command/grep-find-command when it is already non-nil.
5760 (grep-command): Make it a user option.
5761 (grep-find-command): Likewise.
5762
5763 2001-09-13 Michael Kifer <kifer@cs.sunysb.edu>
5764
5765 * viper-cmd.el (viper-replace-char-subr, viper-envelop-ESC-key):
5766 inhibit quit.
5767
5768 2001-09-13 Eli Zaretskii <eliz@is.elta.co.il>
5769
5770 * files.el (make-auto-save-file-name): If long file names are not
5771 supported on MS-DOS, truncate the file name to DOS 8+3 limits before
5772 generating an auto-save file name from it.
5773
5774 2001-09-13 Gerd Moellmann <gerd@gnu.org>
5775
5776 * ps-print.el (ps-print-region, ps-print-region-with-faces)
5777 (ps-nb-pages-region): Signal an error if called interactively
5778 and the mark is not active.
5779
5780 * simple.el (minibuffer-prompt-modification)
5781 (minibuffer-prompt-insertion): New functions.
5782 (minibuffer-prompt-properties): Use `modification-hooks' and
5783 `insert-in-front-hooks'.
5784
5785 2001-09-12 Richard M. Stallman <rms@gnu.org>
5786
5787 * textmodes/outline.el (outline-regexp): Doc fix.
5788 Initialize it in the defcustom, the usual way.
5789
5790 2001-09-12 Gerd Moellmann <gerd@gnu.org>
5791
5792 * ediff-mult.el (ediff-get-meta-info): Take into account that data
5793 from `ediff-meta-info' properties need not be an overlay.
5794 From David Ponce <dponce@voila.fr>.
5795
5796 * isearch.el (isearch-intersects-p): Fix end checks.
5797
5798 2001-09-11 Eli Zaretskii <a34785@is.elta.co.il>
5799
5800 * gud.el (dbx) <gud-dbx-use-stopformat-p>: Move this case into the
5801 `t' branch of `cond', since Irix 6.1 and up is a special case of
5802 the standard dbx interface.
5803
5804 2001-09-11 Miles Bader <miles@gnu.org>
5805
5806 * comint.el (comint-send-input): When waiting for echoed input,
5807 don't save the expected end position in `echo-end', so that things
5808 work properly even if the buffer is modified elsewhere at the same
5809 time [this happens if `comint-truncate-buffer' is used].
5810
5811 2001-09-11 Gerd Moellmann <gerd@gnu.org>
5812
5813 * textmodes/outline.el (outline-mode): Use `^' and a shy group
5814 when constructing imenu-generic-expression from outline-regexp.
5815
5816 2001-09-10 Eli Zaretskii <eliz@is.elta.co.il>
5817
5818 * eshell/em-unix.el (eshell-shuffle-files): Compare inodes with
5819 `equal' instead of `=', since they can be cons cells. From Nils
5820 Goesche <cartan@cartan.de>.
5821
5822 2001-09-10 Andre Spiegel <spiegel@gnu.org>
5823
5824 * vc.el (vc-annotate): Rewrote doc string.
5825
5826 2001-09-10 Eli Zaretskii <eliz@is.elta.co.il>
5827
5828 * time-stamp.el: Update Stephen Gildea's email address.
5829
5830 2001-09-10 Gerd Moellmann <gerd@gnu.org>
5831
5832 * mail/sendmail.el (mail-send): Obey mail-send-nonascii when
5833 enable-multibyte-characters = nil. From Hallvard B Furuseth
5834 <h.b.furuseth@usit.uio.no>.
5835
5836 2001-09-09 Michael Kifer <kifer@cs.sunysb.edu>
5837
5838 * ediff-init.el (ediff-highest-priority): Bug fix.
5839
5840 * viper-cmd.el (viper-special-read-and-insert-char): New function
5841 that reads a character and uses the current input method or
5842 iso-accents when appropriate.
5843
5844 * viper.el and all others: Corrections to the comment blocks at
5845 the top.
5846
5847 2001-09-09 Eli Zaretskii <eliz@is.elta.co.il>
5848
5849 * info.el (Info-goto-node): Doc fix.
5850
5851 2001-09-07 Gerd Moellmann <gerd@gnu.org>
5852
5853 * isearch.el (isearch-intersects-p): New function.
5854 (isearch-close-unnecessary-overlays): Renamed from *unecessary*,
5855 use isearch-intersects-p, and clean up.
5856
5857 2001-09-07 Eli Zaretskii <eliz@is.elta.co.il>
5858
5859 * textmodes/ispell.el (ispell-dictionary-alist-4): Add "german"
5860 and "german8", for the new German orthography dictionaries,
5861 (ispell-dictionary-alist-5, ispell-dictionary-alist-6): Rearrange
5862 the entries, to keep the line length balanced for loaddefs.el.
5863
5864 2001-09-07 Dr Francis J. Wright <F.J.Wright@qmw.ac.uk>
5865
5866 * comint.el (comint-send-input): Handle comint-process-echoes
5867 differently.
5868
5869 2001-09-07 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
5870
5871 * locate.el (locate-insert-header): Remove unnecessary whitespace.
5872
5873 2001-09-07 Eli Zaretskii <eliz@is.elta.co.il>
5874
5875 * arc-mode.el (archive-dostime): Fix a typo in minutes' computation.
5876
5877 2001-09-07 Gerd Moellmann <gerd@gnu.org>
5878
5879 * server.el (server-switch-buffer):
5880 * textmodes/refer.el (refer-find-entry-internal):
5881 * term/sup-mouse.el (sup-pos-to-window):
5882 * term/bg-mouse.el (bg-window-from-x-y):
5883 * emacs-lisp/edebug.el (edebug-window-live-p):
5884 Use get-window-with-predicate.
5885
5886 * window.el (get-window-with-predicate): Renamed from some-window.
5887 (some-window): Make it an alias.
5888
5889 2001-09-06 Gerd Moellmann <gerd@gnu.org>
5890
5891 * simple.el (undo): Remove positions from buffer-undo-list up to
5892 the next undo boundary only.
5893
5894 2001-09-06 Eli Zaretskii <eliz@is.elta.co.il>
5895
5896 * makefile.nt (install): Don't copy sc.el. Reported by Richard
5897 Kim <ryk@dspwiz.com>
5898
5899 * cus-edit.el (custom-buffer-create-internal): Remove "100%" from
5900 the message "Creating customization items...done".
5901
5902 2001-09-05 Gerd Moellmann <gerd@gnu.org>
5903
5904 * font-lock.el (toplevel): Require `jit-lock' only if
5905 font-lock-support-mode is set to jit-lock-mode.
5906
5907 2001-09-05 Eli Zaretskii <eliz@is.elta.co.il>
5908
5909 * international/quail.el (quail-use-package, quail-inactivate)
5910 (quail-activate): Mention the hooks these functions run in their
5911 doc strings.
5912
5913 2001-09-05 Edward M. Reingold <reingold@iit.edu>
5914
5915 * cal-menu.el (calendar-mouse-view-other-diary-entries): Fix name
5916 of file in header of menu.
5917
5918 2001-09-04 Gerd Moellmann <gerd@gnu.org>
5919
5920 * env.el (setenv): Interactively, if VARIABLE has a current value,
5921 add that to the front of the history, as the doc string says.
5922
5923 * comint.el (comint-send-input): Change help-echo.
5924 From "Dr Francis J. Wright" <F.J.Wright@qmw.ac.uk>.
5925
5926 * bookmark.el (bookmark-write-file): Bind print-length and
5927 print-level to nil. From Tom Capey <tomc@edina.co.uk>.
5928
5929 * obsolete/uncompress.el: Moved there from lisp/.
5930
5931 * comint.el (comint-insert-clicked-input): Goto point-max before
5932 deleting previous input. From "Dr Francis J. Wright"
5933 <F.J.Wright@qmw.ac.uk>.
5934
5935 * simple.el (backward-word): Doc fix.
5936
5937 2001-09-03 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
5938
5939 * emacs-lisp/levents.el, emacs-lisp/lucid.el, emacs-lisp/pp.el
5940 * uncompress.el, uniquify.el, vc.el, view.el, window.el
5941 * w32-fns.el: Add Keywords header.
5942
5943 2001-09-04 Eli Zaretskii <eliz@is.elta.co.il>
5944
5945 * menu-bar.el: Fix separators in the Edit menu. Bring "Fill" near
5946 "Text Properties". Suggested by Simon Marshall
5947 <Simon.Marshall@midas-kapiti.com>.
5948
5949 2001-09-04 Andrew Choi <akochoi@cse.cuhk.edu.hk>
5950
5951 * term/mac-win.el (mac-drag-n-drop): Decode file name by
5952 consulting the value of file-name-coding-system.
5953
5954 2001-09-03 Stefan Monnier <monnier@cs.yale.edu>
5955
5956 * help.el (describe-function-1): Save precomputed `file-name' rather
5957 than recomputing it (incorrectly) with `symbol-file'.
5958
5959 2001-09-03 Gerd Moellmann <gerd@gnu.org>
5960
5961 * international/isearch-x.el (isearch-exit-recursive-edit):
5962 Take three parameters, since it's used as an after-change-function.
5963
5964 * emacs-lisp/backquote.el (backquote-backquote-symbol)
5965 (backquote-unquote-symbol, backquote-splice-symbol): Remove `*'
5966 from doc strings.
5967
5968 2001-09-02 Milan Zamazal <pdm@zamazal.org>
5969
5970 * progmodes/glasses.el (glasses-convert-to-unreadable):
5971 Consider underscores as in `glasses-make-readable'.
5972
5973 2001-09-02 Eli Zaretskii <eliz@is.elta.co.il>
5974
5975 * progmodes/cmacexp.el (c-macro-preprocessor): Use "gcc -E" for
5976 MS-DOS, since cpp might not be available.
5977
5978 * menu-bar.el (menu-bar-edit-menu) <yank-menu, yank>:
5979 Mention "yank" in the help-echo text.
5980 Suggested by Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
5981
5982 2001-09-01 Stefan Monnier <monnier@cs.yale.edu>
5983
5984 * newcomment.el (comment-indent): Insert spaces more carefully.
5985
5986 2001-08-31 Eli Zaretskii <eliz@is.elta.co.il>
5987
5988 * mail/emacsbug.el (report-emacs-bug): Make sure *Messages*
5989 exists. From Andy Petrusenco <andy@int.spb.ru>.
5990
5991 * hi-lock.el (hi-lock-unface-buffer): Don't call x-popup-menu if
5992 display-popup-menus-p returns nil. Suggested by Andy Petrusenco
5993 <andy@int.spb.ru>.
5994
5995 2001-08-31 Gerd Moellmann <gerd@gnu.org>
5996
5997 * isearch.el (isearch-mouse-2): Renamed from isearch-mouse-yank.
5998 Instead of running mouse-yank-at-click, see what the event is
5999 bound to outside Isearch and run that.
6000
6001 2001-08-31 Eli Zaretskii <eliz@is.elta.co.il>
6002
6003 * menu-bar.el (menu-bar-options-menu) <transient-mark-mode>:
6004 Fix the menu entry to mention transient-mark-mode.
6005
6006 2001-08-30 Gerd Moellmann <gerd@gnu.org>
6007
6008 * simple.el (eval-expression-print-level): Fix last change.
6009
6010 * bindings.el (mode-line-coding-system-map): New variable.
6011 (mode-line-mule-info): Give the "%Z" a local-map keymap.
6012
6013 * simple.el (eval-expression-print-level): Change the type
6014 of the defcustom to allow nil.
6015
6016 * emacs-lisp/find-gc.el: Moved here from lisp/.
6017
6018 * international/quail.el (quail-completion-1):
6019 Reverse the ((CHAR . DEFN) ...) list before processing it.
6020 From Kenichi Handa <handa@etl.go.jp>.
6021
6022 * obsolete/rsz-mini.el, obsolete/sun-curs.el, obsolete/sun-fns.el
6023 * obsolete/x-apollo.el, obsolete/x-menu.el: Moved here from lisp/.
6024
6025 2001-08-30 Eli Zaretskii <eliz@is.elta.co.il>
6026
6027 * toolbar/tool-bar.el (tool-bar-mode): Make it a no-op if images
6028 aren't supported. This avoids the annoying gray strip drawn by
6029 the Windows version instead of the missing tool bar.
6030
6031 2001-08-29 Gerd Moellmann <gerd@gnu.org>
6032
6033 * menu-bar.el (menu-bar-options-menu): Make option text, messages
6034 and tooltips more consistent. From "Marshall, Simon"
6035 <Simon.Marshall@midas-kapiti.com>.
6036
6037 * startup.el (fancy-splash-screens): Temporarily set
6038 minor-mode-map-alist to nil while displaying splash screens.
6039
6040 2001-08-29 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
6041
6042 * buff-menu.el: Add Keywords header.
6043 Doc fix (C-x C-b is bound to list-buffers).
6044
6045 * dired-x.el: Add keyword files to get listed in finder.
6046 Remove confusing notes about GNU Emacs 19.
6047
6048 * dired.el, dired-aux.el: Add Keywords header.
6049
6050 2001-08-28 Andre Spiegel <spiegel@gnu.org>
6051
6052 * vc.el (vc-revert-file): Call the backend even if the FILE's
6053 contents can be reverted locally; pass new arg CONTENTS-DONE
6054 down to the backend.
6055
6056 * vc-cvs.el, vc-rcs.el, vc-sccs.el (vc-*-revert-file): Handle new
6057 optional arg CONTENTS-DONE.
6058
6059 2001-08-28 Andrew Innes <andrewi@gnu.org>
6060
6061 * makefile.nt (DONTCOMPILE): Sync list from makefile.w32-in.
6062
6063 2001-08-28 Eli Zaretskii <eliz@is.elta.co.il>
6064
6065 * makefile.nt (install): Copy more *.el files.
6066
6067 2001-08-28 Gerd Moellmann <gerd@gnu.org>
6068
6069 * dired.el (dired-mode-map): Bind `y' to dired-show-file-type
6070 instead of `w' which is already in use.
6071
6072 * gs.el (gs-load-image): Use sleep-for.
6073 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
6074
6075 2001-08-28 Miles Bader <miles@gnu.org>
6076
6077 * replace.el (query-replace-regexp-eval): Return args from
6078 `interactive' form in correct order.
6079
6080 2001-08-28 Eli Zaretskii <eliz@is.elta.co.il>
6081
6082 * mouse.el (mouse-buffer-menu): If the buffer menu is split by
6083 major modes, don't create panes for modes for which
6084 mouse-buffer-menu-alist returns an empty alist.
6085
6086 2001-08-28 Thien-Thi Nguyen <ttn@gnu.org>
6087
6088 * progmodes/hideshow.el: Update first-line description.
6089 Sync comments w/ maintainer version 5.31.
6090
6091 (hs-isearch-open): Default value now `code'.
6092 Fix docstring to use "code blocks" vs "comment blocks",
6093 as opposed to "block" vs "comment".
6094 (hs-flag-region): Accept `hs-isearch-open' value
6095 of `block' as synonymous w/ `code'.
6096 (hs-hide-block-at-point): For code blocks, pass `code'
6097 to `hs-flag-region' instead of `block'.
6098
6099 2001-08-28 Miles Bader <miles@gnu.org>
6100
6101 * comint.el (comint-next-prompt): Don't loop infinitely if
6102 {next,previous}-single-char-property-change returns its input
6103 position when the search fails.
6104
6105 2001-08-27 Miles Bader <miles@gnu.org>
6106
6107 * comint.el (comint-get-old-input-default): Don't signal an error
6108 if point is not on an input field; instead, return the current
6109 line (using `comint-bol' to skip any prompt, in case we're not
6110 using fields at all).
6111
6112 * man.el (Man-mode-line-format): Variable removed.
6113 (Man-mode): Change `mode-line-buffer-identification' instead of
6114 `mode-line-format'.
6115
6116 2001-08-27 Gerd Moellmann <gerd@gnu.org>
6117
6118 * mail/sendmail.el (mail-send-hook): Remove a duplicate defcustom.
6119 From Simon Josefsson <jas@extundo.com>.
6120
6121 2001-08-26 Eli Zaretskii <eliz@is.elta.co.il>
6122
6123 * textmodes/texnfo-upd.el: Remove dots and exclams at end of error
6124 messages. From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
6125
6126 * emacs-lisp/levents.el: Specify FSF as Maintainer. From Pavel
6127 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
6128
6129 * emacs-lisp/lselect.el: Ditto.
6130
6131 * hexl.el (hexl-insert-multibyte-char, hexl-insert-char):
6132 Remove periods from the end of error message strings.
6133 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
6134
6135 * progmodes/antlr-mode.el: Add Keywords header. From Pavel
6136 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
6137
6138 * net/telnet.el: Ditto.
6139
6140 2001-08-26 Gerd Moellmann <gerd@gnu.org>
6141
6142 * hl-line.el (hl-line-mode): Add args INIT-VALUE, LIGHTER, and
6143 KEYMAP to the call to define-minor-mode.
6144
6145 2001-08-24 Eli Zaretskii <eliz@is.elta.co.il>
6146
6147 * term/internal.el (IT-character-translations) <hebrew-iso8859-8>:
6148 Replace some of the undefined characters with emulations of bidi
6149 formatting characters and Niqud as per SI 1311-1.
6150 (IT-unicode-translations): Ditto.
6151 (IT-display-table-setup, IT-setup-unicode-display):
6152 Fill characters without translations with dos-unsupported-char-glyph.
6153
6154 2001-08-24 Simon Josefsson <jas@extundo.com>
6155
6156 * hl-line.el (hl-line-mode): Don't be a global mode.
6157 (global-hl-line-mode): New function.
6158
6159 2001-08-24 Gerd Moellmann <gerd@gnu.org>
6160
6161 * gs.el (gs-load-image): Wait for GHOSTVIEW window property
6162 being reset by Ghostscript. Don't kill the gs process.
6163 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
6164
6165 2001-08-24 Andrew Choi <akochoi@cse.cuhk.edu.hk>
6166
6167 * term/mac-win.el: Require scroll-bar.
6168
6169 2001-08-23 Stefan Monnier <monnier@cs.yale.edu>
6170
6171 * ebuff-menu.el (electric-buffer-list): Use list-buffers-noselect.
6172
6173 2001-08-23 Eli Zaretskii <eliz@is.elta.co.il>
6174
6175 * hexl.el (hexl-insert-multibyte-char) New function.
6176 (hexl-quoted-insert, hexl-self-insert-command)
6177 (hexl-insert-hex-char, hexl-insert-decimal-char)
6178 (hexl-insert-octal-char): Call it instead of hexl-insert-char.
6179 Fix the doc strings accordingly.
6180 (hexl-insert-char): Reject characters whose code is above 255.
6181 Doc fix.
6182 (hexl-mode-map): Copy the global keymap instead of creating a
6183 sparse keymap, and bind all self-inserting characters to
6184 hexl-self-insert-command.
6185
6186 2001-08-22 Stefan Monnier <monnier@cs.yale.edu>
6187
6188 * wid-edit.el (text): Re-order docstring correctly.
6189
6190 * mail/sendmail.el (mail-mode): Use adaptive-fill-regexp.
6191
6192 * textmodes/fill.el (adaptive-fill-regexp): Admit tabs as well.
6193
6194 2001-08-22 Eli Zaretskii <eliz@is.elta.co.il>
6195
6196 * simple.el (line-number-mode): Mention the variable
6197 line-number-display-limit-width in the doc string.
6198
6199 2001-08-22 Gerd Moellmann <gerd@gnu.org>
6200
6201 * bindings.el (mode-line-unbury-buffer): Add EVENT parameter.
6202 Temporarily select EVENT's window for switching buffers.
6203 (mode-line-bury-buffer): New function.
6204 (mode-line-buffer-identification-keymap): Use it instead of
6205 bury-buffer. Bind down-mouse events to prevent global down-mouse
6206 events from shining through.
6207
6208 2001-08-21 Stefan Monnier <monnier@cs.yale.edu>
6209
6210 * newcomment.el (comment-beginning): Make sure the comment-start
6211 we found isn't a comment-end (in cases where confusion is possible).
6212
6213 2001-08-22 Miles Bader <miles@gnu.org>
6214
6215 * emacs-lisp/bytecomp.el (byte-compile-file): Remove TARGET-FILE
6216 before writing it, so that hard-links don't see new version.
6217
6218 2001-08-21 Gerd Moellmann <gerd@gnu.org>
6219
6220 * gs.el (gs-set-ghostview-colors-window-prop):
6221 Call x-change-window-property with 3rd arg FRAME.
6222 (gs-load-image): Wait for a previous Ghostscript process
6223 to complete before starting a new one.
6224
6225 * image.el (image-type-regexps): Make sure that the TIFF
6226 pattern is only matched at the beginning of a string.
6227 From Markus Rost <rost@math.ohio-state.edu>.
6228
6229 * international/swedish.el: Pre-Mule file removed. From Jonas
6230 Oberg <jonas@gnu.org>.
6231
6232 2001-08-20 Rajesh Vaidheeswarran <rv@gnu.org>
6233
6234 * whitespace.el (whitespace-abort-on-error): Add custom variable
6235 to whitespace to abort a write-file if whitespace is detected in file.
6236
6237 * whitespace.el (whitespace-write-file-hook): Hook to be called
6238 when writing a file. If `whitespace-abort-on-error' is set, the
6239 write will abort on detecting whitespaces.
6240 If `whitespace-auto-cleanup' is set, the file will be cleaned
6241 automatically prior to writing.
6242
6243 * whitespace.el (whitespace-buffer-search): Let's not insert bogus
6244 whitespaces in the error output!
6245
6246 * whitespace.el (whitespace-check-indent-whitespace): Defaults to
6247 `indent-tabs-mode', since the latter notes user preferences on
6248 TABs anyway.
6249
6250 * whitespace.el (whitespace-version): 3.1. All of the above issues
6251 were raised by Fran\e,Ag\e(Bois Pinard, which led to the fixes described.
6252
6253 2001-08-20 Gerd Moellmann <gerd@gnu.org>
6254
6255 * textmodes/texnfo-upd.el (texinfo-every-node-update): Remove
6256 some spaces from a message. From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
6257
6258 * whitespace.el (whitespace-global-mode): Add autoload cookie.
6259
6260 2001-08-20 Alex Schroeder <alex@gnu.org>
6261
6262 * sql.el (sql-db2): Doc change.
6263
6264 2001-08-20 Alex Schroeder <alex@gnu.org>
6265
6266 * sql.el (sql-postgres): Add the database at the end of the
6267 parameters instead of at the beginning.
6268 (sql-postgres-options): Doc change.
6269
6270 2001-08-17 Gerd Moellmann <gerd@gnu.org>
6271
6272 * custom.el (defcustom): Doc fix.
6273
6274 2001-08-16 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6275
6276 * ps-mule.el (find-composition): Check if (char-after POS)
6277 returns a valid character.
6278
6279 2001-08-16 Eli Zaretskii <eliz@is.elta.co.il>
6280
6281 * hexl.el (hexl-mode, hexl-mode-exit): Adjust hexl-max-address and
6282 original-point for extra CR characters that are added/removed when
6283 the buffer is written/read whose EOL type is -dos.
6284
6285 2001-08-16 Miles Bader <miles@gnu.org>
6286
6287 * simple.el (line-move): Undo previous change.
6288
6289 * comint.el (comint-send-input): Add `inhibit-line-move-field-capture'
6290 property to input-terminating `boundary' overlays to avoid
6291 line-move wierdness.
6292
6293 2001-08-16 Gerd Moellmann <gerd@gnu.org>
6294
6295 * lazy-lock.el (lazy-lock-fontify-region): Widen the current
6296 buffer in a save-restriction. Under one test case with Ediff,
6297 window-scroll-functions are run with a window start that's
6298 temporarily outside of the restriction.
6299
6300 2001-08-16 Robert J. Chassell <bug-texinfo@gnu.org>
6301
6302 * textmodes/texnfo-upd.el: Update copyright notice, fix minor typos.
6303 (texinfo-find-lower-level-node, texinfo-find-higher-level-node)
6304 (texinfo-menu-locate-entry-p, texinfo-start-menu-description)
6305 (texinfo-update-menu-region-beginning)
6306 (texinfo-update-menu-region-end, texinfo-find-pointer): Add new
6307 command, @ifnottex, to regexps, so it is found.
6308
6309 2001-08-16 Andrew Innes <andrewi@gnu.org>
6310
6311 * makefile.nt (DONTCOMPILE): Omit bindings.el.
6312 (DONTCOMPILE): Omit sc.el.
6313
6314 * makefile.w32-in (DONTCOMPILE): Omit bindings.el.
6315 (DONTCOMPILE): Omit sc.el.
6316
6317 2001-08-16 Gerd Moellmann <gerd@gnu.org>
6318
6319 * replace.el (occur): Bind inhibit-read-only to t.
6320
6321 2001-08-16 Miles Bader <miles@gnu.org>
6322
6323 * simple.el (line-move): Pass an ESCAPE-FROM-EDGE argument of t when
6324 calling `constrain-to-field', to avoid problems with comint prompts.
6325
6326 2001-08-15 Gerd Moellmann <gerd@gnu.org>
6327
6328 * emacs-lisp/cl-indent.el (lisp-indent-defmethod): New function.
6329 (toplevel): Set it as `common-lisp-indent-function' for `defmethod'.
6330
6331 * ediff-mult.el (ediff-get-meta-info): Fix the condition
6332 of a while-loop.
6333
6334 * Makefile.in (DONTCOMPILE): Remove sc.el.
6335
6336 * Makefile.in (finder_setwins): Renamed from nonobsolete_setwins.
6337 Don't include term/.
6338
6339 * mail/sc.el: Moved to obsolete/.
6340
6341 2001-08-14 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6342
6343 * ps-print.el: Change error function arguments to follow Emacs
6344 message convention. Doc fix.
6345 (ps-print-version): New version number (6.5.4).
6346 (coding-system-for-write): Change declaration position to avoid
6347 XEmacs compilation gripes.
6348 (coding-system-for-read, buffer-file-coding-system):
6349 Declarations to avoid XEmacs compilation gripes.
6350
6351 * ps-mule.el: Doc fix.
6352 (ps-mule-encode-header-string): If STRING is not a string, replace
6353 STRING by empty string.
6354
6355 2001-08-14 Eli Zaretskii <eliz@is.elta.co.il>
6356
6357 * frame.el (show-trailing-whitespace): Doc fix.
6358
6359 2001-08-13 Eli Zaretskii <eliz@is.elta.co.il>
6360
6361 * desktop.el (desktop-save): Insert the coding: tag before
6362 desktop-header.
6363
6364 2001-08-13 Gerd Moellmann <gerd@gnu.org>
6365
6366 * Makefile.in (TAGS, TAGS-LISP): Remove "loaddefs.el" including
6367 its path from $els.
6368
6369 * image.el (image-jpeg-p): Fix call of substring.
6370
6371 2001-08-10 Gerd Moellmann <gerd@gnu.org>
6372
6373 * play/animate.el (animate-string): Doc fix. Use a buffer
6374 name with stars in it.
6375 (animate-sequence): New function.
6376 From Richard Stallman <rms@gnu.org>.
6377
6378 * frame.el (select-frame-set-input-focus): New function
6379 extracted from other-frame.
6380 (other-frame): Use it.
6381 (next-multiframe-window, previous-multiframe-window): Use it.
6382
6383 * isearch.el (isearch-other-meta-char): Don't switch to the
6384 buffer of a window clicked on, when the current buffer is
6385 in Isearch mode.
6386
6387 * image.el (image-jpeg-p): Test for APPn markers in the range
6388 #xe0..#xef.
6389
6390 2001-08-09 Gerd Moellmann <gerd@gnu.org>
6391
6392 * desktop.el (desktop-save): Don't use concat to form a file
6393 name, use expand-file-name.
6394
6395 * mouse.el (mouse-delete-window): Do nothing if frame has just
6396 one window.
6397
6398 * bindings.el (minor-mode-alist): Use mode-line-minor-mode-keymap
6399 for the minor mode name.
6400
6401 * view.el (toplevel): Use mode-line-minor-mode-keymap for the
6402 minor mode name.
6403
6404 * time.el (display-time-string-forms): Use make-mode-line-mouse-map
6405 instead of make-mode-line-mouse2-map.
6406
6407 * subr.el (add-minor-mode): Use mode-line-minor-mode-keymap for
6408 the minor mode name.
6409
6410 * emacs-lisp/easy-mmode.el (define-minor-mode):
6411 Use mode-line-minor-mode-keymap for the minor mode name.
6412
6413 * calendar/calendar.el (calendar-mode-line-format):
6414 Use make-mode-line-mouse-map instead of make-mode-line-mouse2-map.
6415
6416 * bindings.el (make-mode-line-mouse-map): Renamed from
6417 make-mode-line-mouse2-map. Take additional arg MOUSE.
6418 (mode-line-modified): Use mouse-3 instead of mouse-2.
6419 (mode-line-buffer-identification-keymap): Bind keys differently.
6420 (propertized-buffer-identification): Adapt help-echo to new bindings.
6421
6422 * bindings.el (mode-line-format): Specify help-echo for line
6423 number, column number and buffer-percent part of the mode-line.
6424
6425 * image.el (image-type-regexps): Allow whitespace at the start
6426 of the image data for XPM, XBM and Postscript, which are
6427 text files.
6428 (image-jpeg-p): Correct calculation of next field offset.
6429
6430 2001-08-08 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
6431
6432 * battery.el: Fix typo.
6433
6434 2001-08-08 Gerd Moellmann <gerd@gnu.org>
6435
6436 * image.el (image-type-regexps): Allow predicates. Change the way
6437 JPEG images are recognized.
6438 (image-jpeg-p): New function.
6439 (image-type-from-data): Handle predicates in image-type-regexps.
6440
6441 * emacs-lisp/edebug.el (edebug-read-function): Fix handling of
6442 #:, #x, #o, and similar constructs.
6443
6444 2001-08-07 Gerd Moellmann <gerd@gnu.org>
6445
6446 * vc.el (vc-transfer-file): Fix malformed autoload cookie.
6447
6448 * emulation/viper-util.el (viper-file-checked-in-p): Use `and'
6449 instead of `progn'.
6450
6451 * tar-mode.el (tar-extract): Avoid generating a new buffer
6452 for each file visited. From Markus Rost <rost@math.ohio-state.edu>.
6453
6454 * textmodes/paragraphs.el (forward-sentence): Avoid building
6455 a regexp from sentence-end. From Kenichi Handa <handa@etl.go.jp>.
6456
6457 * progmodes/executable.el (executable-set-magic):
6458 If executable-find returns a quoted file name, unquote it before
6459 inserting it.
6460
6461 * image.el (image-type-regexps): For JPEG files, use a regexp
6462 derived from the JFIF spec.
6463
6464 * image.el (image-type-regexps): Use `\`' instead of `^' in
6465 most regular expressions.
6466
6467 2001-08-06 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
6468
6469 * play/animate.el: Re-insert a reference to re-inserted function.
6470
6471 2001-08-06 Gerd Moellmann <gerd@gnu.org>
6472
6473 * help.el (describe-function-1): Use find-function-search-for-symbol
6474 instead of find-function-noselect because the latter follows aliases.
6475
6476 * play/animate.el (animate-birthday-present): Re-insert.
6477
6478 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
6479 Handle old-style menu definitions.
6480
6481 2001-08-06 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
6482
6483 * textmodes/makeinfo.el, textmodes/page-ext.el, textmodes/page.el,
6484 * textmodes/text-mode.el, textmodes/two-column.el: Keywords added.
6485
6486 * play/studly.el, mail/unrmail.el, emacs-lisp/lucid.el,
6487 * emulation/pc-mode.el, diff.el, textmodes/fill.el, abbrev.el,
6488 * add-log.el, faces.el, mail/sc.el: Specify FSF as Maintainer.
6489
6490 2001-08-05 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
6491
6492 * textmodes/tildify.el: Milan Zamazal has new address.
6493
6494 2001-08-03 Gerd Moellmann <gerd@gnu.org>
6495
6496 * custom.el (custom-set-variables): Don't test `custom-requests'
6497 properties, check the third element of the options passed to
6498 custom-set-variables instead.
6499
6500 * info.el (info-insert-file-contents): Use info-file-exists-p
6501 instead of file-exists-p.
6502
6503 * play/zone.el (zone-pgm-stress): Use unwind-protect to make sure
6504 the mode-line face is restored. Fix several bugs.
6505
6506 * replace.el (perform-replace): Doc fix.
6507
6508 2001-08-02 Francesco Potorti` <pot@gnu.org>
6509
6510 * uniquify.el (uniquify-ref-base, uniquify-ref-filename)
6511 (uniquify-ref-buffer, uniquify-ref-proposed): New functions.
6512 (uniquify-fix-item-base, uniquify-fix-item-filename)
6513 (uniquify-fix-item-buffer, uniquify-fix-item-proposed): Deleted.
6514 Callers changed.
6515 (uniquify-set-proposed): Changed to work with a vector item.
6516 (uniquify-rationalize-file-buffer-names): Use a list of arrays for
6517 the fix list, and a list of strings for the non-file buffer
6518 names. Both changes reduce consing.
6519 (uniquify-rationalize-a-list): Local variable renaming.
6520 (uniquify-rationalize-conflicting-sublist): Use member instead of
6521 assoc.
6522 (uniquify-rename-buffer): Use unless instead of if not.
6523
6524 2001-08-02 Gerd Moellmann <gerd@gnu.org>
6525
6526 * recentf.el (recentf-dump-variable): Handle a value of nil correctly.
6527
6528 * custom.el (custom-set-variables): Set options with :require
6529 clauses last.
6530
6531 * custom.el (defcustom): Doc fix.
6532
6533 * Makefile.in (TAGS, TAGS-LISP): Exclude loaddefs.el.
6534
6535 2001-08-01 Eli Zaretskii <eliz@is.elta.co.il>
6536
6537 * man.el (man): Mention Man-switches in the doc string.
6538 (Man-switches): Mention -a in the doc string.
6539
6540 * textmodes/ispell.el (ispell-alternate-dictionary):
6541 Add /usr/share/lib/dict/words, for Irix.
6542
6543 * bindings.el: Bind shifted and control-shifted kp-* keys to the
6544 corresponding non-kp keys. Suggested by Stephen Gildea
6545 <gildea@stop.mail-abuse.org>.
6546
6547 2001-08-01 Francesco Potorti` <pot@gnu.org>
6548
6549 * uniquify.el: These changes correct a corner case that the old
6550 code managed correctly.
6551 (uniquify-fix-item-proposed): Renamed from
6552 uniquify-fix-item-min-proposed.
6553 (uniquify-set-proposed): New function.
6554 (uniquify-rationalize-file-buffer-names): Code reshuffled for
6555 clarity and speed.
6556 (uniquify-item-greaterp): Substitutes uniquify-item-lessp.
6557 This is equivalent to what the old code did.
6558 (uniquify-rationalize-a-list): Never recompute the proposed
6559 name. Sort the conflicting sublist before rationalising it: this
6560 is equivalent to what the old code did, but one directory element
6561 at a time, and only when necessary.
6562 (uniquify-rationalize-conflicting-sublist): Recompute here the
6563 proposed name.
6564
6565 2001-08-01 Gerd Moellmann <gerd@gnu.org>
6566
6567 * play/animate.el: Add Keywords and Maintainer. Remove a
6568 reference to a removed function.
6569
6570 * play/animate.el (animate-string): Handle case that the string is
6571 longer than the window is wide.
6572
6573 2001-07-31 Gerd Moellmann <gerd@gnu.org>
6574
6575 * desktop.el (desktop-save): Bind coding-system-for-write to
6576 `emacs-mule' for write-region.
6577
6578 * delsel.el (delete-selection-pre-hook): Don't set this-command
6579 to `ignore' if the region is empty.
6580
6581 * international/mule.el (set-keyboard-coding-system):
6582 Set keyboard-coding-system.
6583
6584 * smerge-mode.el (smerge-mode): Check if `font-lock-mode' is bound
6585 before accessing it.
6586
6587 2001-07-30 Andreas Schwab <schwab@suse.de>
6588
6589 * menu-bar.el (toggle-highlight-paren-mode):
6590 Use `(show-paren-mode)' as body.
6591
6592 2001-07-30 Andre Spiegel <spiegel@gnu.org>
6593
6594 * vc.el (vc-checkout-hook): New hook.
6595 (vc-checkout): Run it.
6596
6597 2001-07-30 Eli Zaretskii <eliz@is.elta.co.il>
6598
6599 * progmodes/make-mode.el (makefile-macroassign-regex):
6600 Recognize the ?= operator. From Jonathan Kamens <jik@curl.com>.
6601
6602 2001-07-30 Gerd Moellmann <gerd@gnu.org>
6603
6604 * vc.el (vc-switch-backend): Fix autoload cookie.
6605
6606 * desktop.el (desktop-save): Add `-*- coding: emacs-mule -*-' to
6607 the desktop file.
6608
6609 2001-07-30 Simon Josefsson <jas@extundo.com>
6610
6611 * mail/mail-utils.el (mail-strip-quoted-names): Replace text
6612 literally. Reported by Sean Rima <sean@**Delete**.tcob1.net>.
6613
6614 2001-07-27 Gerd Moellmann <gerd@gnu.org>
6615
6616 * emacs-lisp/lisp-mode.el (last-sexp-setup-props): New function.
6617 (last-sexp-toggle-display): Renamed from last-sexp-print.
6618 (last-sexp-toggle-display, eval-last-sexp-1):
6619 Use last-sexp-setup-props.
6620
6621 * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button):
6622 New user-options.
6623 (mouse-wheel-change-button): New function.
6624 (mouse-wheel-mode): Use mouse-wheel-{up,down}-button.
6625 (mwheel-scroll): Ditto.
6626
6627 2001-07-26 Gerd Moellmann <gerd@gnu.org>
6628
6629 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Don't search for
6630 `...', compare with unabbreviated printed representation instead.
6631 (last-sexp-print): Bind print-length and print-level to nil.
6632
6633 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Look for a `...'
6634 before assigning text properties. Make properties rear-nonsticky.
6635
6636 * emacs-lisp/lisp-mode.el (last-sexp-print): New function.
6637 (eval-last-sexp-1): Give printed text a `keymap' property and bind
6638 <mouse-2> and <RET> in that map to a function printing the
6639 unabbreviated value.
6640
6641 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): If standard-output
6642 is a buffer, put a text property `printed-value' on the printed
6643 representation, with the Lisp object printed as value.
6644
6645 2001-07-25 Eli Zaretskii <eliz@is.elta.co.il>
6646
6647 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-defun):
6648 Mention the effect of eval-expression-print-length and
6649 eval-expression-print-level in the doc strings. Suggested by
6650 Kevin Gallagher <kevingal@onramp.net>.
6651
6652 2001-07-25 Gerd Moellmann <gerd@gnu.org>
6653
6654 * xt-mouse.el (xterm-mouse-event): Recognize control sequences
6655 for buttons > 3.
6656 (xterm-mouse-translate): Handle the case that we don't get a
6657 down-event.
6658
6659 * emacs-lisp/find-func.el (find-function-regexp):
6660 Add easy-mmode-define-global-mode to the regexp. Allow newlines
6661 in front of the function name.
6662
6663 * isearch.el (isearch-other-meta-char): Fix last change.
6664
6665 * isearch.el (isearch-other-meta-char): Don't modify mode-line and
6666 similar events for which fake prefix keys are generated. It's no
6667 longer necessary since read_key_sequence doesn't modify these
6668 events for internal purposes anymore.
6669
6670 * files.el (auto-mode-alist): Use nroff-mode for files ending
6671 in `.9'. From Assar Westerlund <assar@stacken.kth.se>.
6672
6673 2001-07-24 Eli Zaretskii <eliz@is.elta.co.il>
6674
6675 * avoid.el (mouse-avoidance-too-close-p): If the frame lacks a
6676 tool-bar-lines parameter, behave as if its value were zero.
6677 (mouse-avoidance-set-pointer-shape): Don't do anything if
6678 x-pointer-shape is not boundp.
6679
6680 2001-07-23 Francesco Potorti` <pot@gnu.org>
6681
6682 * uniquify.el: Overall speedup changes when using many buffers.
6683 (uniquify-fix-item-base, uniquify-fix-item-filename)
6684 (uniquify-fix-item-buffer): Changed defmacro to defalias (cosmetic).
6685 (uniquify-fix-item-unrationalized-buffer): Deleted: was the fourth
6686 place in the item, but was never used.
6687 (uniquify-fix-item-min-proposed): New defalias: the fourth place
6688 in the item is now used as cache for the proposed name.
6689 (uniquify-rationalize-file-buffer-names): Move computation made on
6690 newbuffile out of the loop, in the newbuffile-nd local var.
6691 Use dolist (cosmetic change). Compute the proposed name for the most
6692 common case and cache it in the fourth place in the item.
6693 (uniquify-rationalize-file-buffer-names): Used to return a a list
6694 of buffer whose name was changed, but that return value was never used.
6695 (uniquify-item-lessp): Replaces uniquify-filename-lessp, works on
6696 the cached proposed name, does much less consing and is quicker.
6697 (uniquify-filename-lessp): Deleted.
6698 (uniquify-rationalize-a-list): Use dolist (cosmetic change).
6699 Do not bind locally the uniquify-possibly-resolvable flag. Use the
6700 cached proposed name is possible.
6701 (uniquify-get-proposed-name): Arguments changed, callers changed.
6702 (uniquify-rationalize-conflicting-sublist): Explicitely reset the
6703 uniquify-possibly-resolvable flag, which is no more bound locally.
6704 (uniquify-rename-buffer): Do not set the old unrationalised-buffer
6705 flag, which does not exist any more.
6706
6707 2001-07-23 Eli Zaretskii <eliz@is.elta.co.il>
6708
6709 * term/internal.el (IT-unicode-translations): Fix the appearance of
6710 "6`".
6711
6712 * progmodes/compile.el (compile-internal): If EMACS is already
6713 defined in the environment, don't override its value.
6714
6715 2001-07-23 Gerd Moellmann <gerd@gnu.org>
6716
6717 * play/fortune.el: Undo change of 2001-07-13.
6718 Fix autoload cookies. Add types to defcustoms.
6719 (fortune) <defgroup>: Add :link.
6720 (fortune-from-region): Use eq, not eql.
6721 From Dave Love <fx@gnu.org>.
6722
6723 * play/animate.el (animate-birthday-present): Function removed.
6724
6725 * play/animate.el: New file.
6726
6727 2001-07-22 Eli Zaretskii <eliz@is.elta.co.il>
6728
6729 * startup.el (normal-top-level-add-subdirs-to-load-path):
6730 On Windows, put into normal-top-level-add-subdirs-inode-list the
6731 canonicalized names of the directories instead of inode numbers.
6732
6733 2001-07-21 Michael Kifer <kifer@cs.sunysb.edu>
6734
6735 * ediff-util.el: Copyright years.
6736 (ediff-choose-syntax-table): New function.
6737 (ediff-setup): Use ediff-choose-syntax-table.
6738 (ediff-file-checked-out-p,ediff-file-checked-in-p): Check if
6739 vc-state is available.
6740 (ediff-make-temp-file): Use ediff-coding-system-for-write.
6741
6742 * ediff-init.el (ediff-with-syntax-table): New macro, uses
6743 with-syntax-table.
6744 (ediff-coding-system-for-read): From ediff-diff.el
6745 (ediff-coding-system-for-write): New variable.
6746 (ediff-highest-priority): Fixed the bug having to do with disappearing
6747 overlays.
6748 (ediff-file-remote-p): Use file-remote-p, if available.
6749 (ediff-listable-file): New function.
6750 (ediff-file-attributes): Use ediff-listable-file.
6751
6752 * ediff-mult.el (ediff-meta-insert-file-info1):
6753 Use ediff-listable-file.
6754
6755 * ediff-ptch.el (ediff-prompt-for-patch-file):
6756 Use ediff-coding-system-for-read.
6757 (ediff-patch-file-internal): Use ediff-coding-system-for-write.
6758
6759 * ediff-diff.el (ediff-coding-system-for-read): Moved to ediff-init.el.
6760 (ediff-match-diff3-line,ediff-get-diff3-group): Improved pattern.
6761
6762 * ediff.el: Date of last update, copyright years.
6763
6764 * ediff-wind (ediff-setup-control-frame): Nill->nil.
6765
6766 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
6767 of Scott Bronson.
6768 (ex-cmd-assoc,ex-compile,ex-cmd-one-letr): New functions.
6769 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
6770 Deleted functions.
6771 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
6772 ex-token-list.
6773 (viper-get-ex-address-subr): Convert registers to char data type.
6774
6775 * viper-util.el (viper-int-to-char,viper-char-equal): New functions.
6776 (viper-memq-char): Use viper-int-to-char.
6777 (viper-file-checked-in-p): Use vc-locking-user, if vc doesn't have
6778 vc-locking-state.
6779 (viper-read-key): Use viper-read-key-sequence.
6780
6781 * viper.el (viper-major-mode-modifier-list):
6782 Added inferior-emacs-lisp-mode.
6783 (this-major-mode-requires-vi-state): New function that uses simple
6784 heuristics to decide if vi state is appropriate.
6785 (set-viper-state-in-major-mode): Use this-major-mode-requires-vi-state.
6786 (viper-non-hook-settings): Don't advise read-key-sequence.
6787 (viper-read-key-sequence): New function that replaces the
6788 previously used advice to read-key-sequence.
6789
6790 * viper-cmd.el (viper-test-com-defun,viper-exec-change)
6791 (viper-exec-Change,viper-execute-com,viper-insert,viper-append)
6792 (viper-Append,viper-Insert,viper-open-line,viper-Open-line)
6793 (viper-open-line-at-point,viper-substitute,viper-overwrite)
6794 (viper-replace-char-subr,viper-forward-word,viper-forward-Word):
6795 Got rid of the negative character hack.
6796 (viper-escape-to-state,viper-replace-state-exit-cmd):
6797 Use viper-read-key-sequence.
6798 (viper-envelop-ESC-key): No need for ad-get-orig-definition.
6799 (viper-minibuffer-standard-hook,viper-read-string-with-history):
6800 Don't override existing minibuffer-setup-hook.
6801 (viper-mark-point,viper-goto-mark-subr,viper-brac-function):
6802 Convert registers to char data type.
6803 (viper-autoindent): Use viper-indent-line.
6804
6805 * viper-keym.el: Use viper-exec-key-in-emacs.
6806
6807 2001-07-20 Stefan Monnier <monnier@cs.yale.edu>
6808
6809 * server.el (server-visit-files): Fix variable name typo.
6810
6811 2001-07-20 Gerd Moellmann <gerd@gnu.org>
6812
6813 * simple.el (delete-trailing-whitespace): Save match data
6814 around looking-at. From Markus Rost <rost@math.ohio-state.edu>.
6815
6816 2001-07-19 Stefan Monnier <monnier@cs.yale.edu>
6817
6818 * progmodes/compile.el (compilation-parse-errors): `linenum' might
6819 return a this-error using the alternative format (a pair of markers).
6820
6821 2001-07-19 Gerd Moellmann <gerd@gnu.org>
6822
6823 * font-lock.el (c++-keywords): Add Standard C++ operator names.
6824
6825 * mail/mh-utils.el (mh-find-progs): Also search in `lib'.
6826 From Mats Bengtsson <mats.bengtsson@s3.kth.se>,
6827
6828 2001-07-17 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
6829
6830 * international/iso-transl.el: Fix typo in the header of the file.
6831
6832 * textmodes/picture.el (picture): Doc fix.
6833
6834 * international/ja-dic-cnv.el (skkdic-convert): Some fixes to
6835 follow coding conventions in generated files.
6836
6837 2001-07-17 Eli Zaretskii <eliz@is.elta.co.il>
6838
6839 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
6840 (tool-bar-add-item): Don't call image-related primitives if the
6841 display doesn't support images.
6842
6843 * frame.el (display-images-p): New function.
6844
6845 2001-07-17 Gerd Moellmann <gerd@gnu.org>
6846
6847 * server.el (server-visit-files): Handle the case the specified
6848 column number is <= 0.
6849
6850 2001-07-17 Jan Nieuwenhuizen <jan@netland.nl>
6851
6852 * startup.el (command-line-1): Add support for +LINE:COLUMN
6853 command line argument.
6854
6855 2000-07-17 Han-Wen Nienhuys <hanwen@cs.uu.nl>
6856
6857 * server.el (server-process-filter, server-visit-files):
6858 Add support for +LINE:COLUMN style emacsclient calls.
6859
6860 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
6861
6862 * emacs-lisp/easy-mmode.el: Add Keywords header.
6863
6864 * play/pong.el: Author has new address.
6865
6866 * play/landmark.el: Author is no more reachable.
6867
6868 * play/handwrite.el: Author is no more reachable.
6869
6870 2001-07-17 Stefan Monnier <monnier@cs.yale.edu>
6871
6872 * term/sun.el (ignore-key, sun-esc-bracket, meta-flag): Remove.
6873 (sun-raw-prefix): Replace t3, t4, t6, and t7 with f3, f4, f6 and f7.
6874 Complete bindings for F<1..12> keys.
6875 (global-map): Remove `undo' binding (already in the default).
6876 Replace `t<n>' bindings with `f<n>' bindings.
6877
6878 2001-07-16 Stefan Monnier <monnier@cs.yale.edu>
6879
6880 * progmodes/tcl.el (tcl-fill-mode-map): Use tcl-indent-exp.
6881 (tcl-mode): Use tcl-add-log-defun.
6882 (tcl-indent-line): Use tcl-calculate-indent.
6883 (tcl-calculate-indent): Renamed from calculate-tcl-indent.
6884 (tcl-indent-exp): Renamed from indent-tcl-exp.
6885 (tcl-add-log-defun): Renamed from add-log-tcl-defun.
6886 (tcl-indent-for-comment): Call comment-indent-function properly
6887 and handle the case where it returns nil.
6888
6889 2001-07-16 Gerd Moellmann <gerd@gnu.org>
6890
6891 * calendar/cal-islam.el (calendar-goto-islamic-date):
6892 Remove autoload cookie.
6893
6894 * calendar/calendar.el (calendar-goto-islamic-date):
6895 Add call to autoload.
6896
6897 2001-07-16 Stefan Monnier <monnier@cs.yale.edu>
6898
6899 * progmodes/ada-mode.el (ada-mode): Avoid unneeded version checks.
6900 Don't change compile-auto-highlight globally.
6901 Don't bother with `font-lock-defaults' property since XEmacs
6902 also understands the `font-lock-defaults' variable.
6903 Use make-local-variable rather than make-variable-buffer-local.
6904 Don't `defconst' comment-indent-function: keep the default.
6905 Call easy-menu-add unconditionally.
6906 (ada-create-keymap): Use [(shift tab)] so it works on both Emacsen.
6907 (ada-create-menu): Use :included for Emacs as well.
6908
6909 * vc.el (vc-do-command): Autoload.
6910
6911 * progmodes/ada-xref.el (ada-xref-initialize): Fix call to add-hook.
6912
6913 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
6914
6915 * ps-print.el: Fix Author: header.
6916
6917 2001-07-16 Gerd Moellmann <gerd@gnu.org>
6918
6919 * mouse-sel.el (mouse-sel-bindings): Instead of unbinding
6920 mouse-1 etc., bind them to `ignore'.
6921
6922 * eshell/esh-mode.el (eshell-send-invisible): Renamed from
6923 send-invisible, which is already defined in Comint.
6924 (eshell-watch-for-password-prompt): Use it.
6925
6926 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
6927
6928 * which-func.el (which-func-mode): Doc fix.
6929
6930 * align.el, apropos.el, autorevert.el, battery.el, bookmark.el,
6931 * calculator.el, calendar/todo-mode.el, complete.el, cus-dep.el,
6932 * cus-edit.el, cus-face.el, delim-col.el, dos-fns.el, double.el,
6933 * edmacro.el, elide-head.el, emacs-lisp/autoload.el,
6934 * emacs-lisp/checkdoc.el, emacs-lisp/cl-compat.el,
6935 * emacs-lisp/cl-specs.el, emacs-lisp/copyright.el,
6936 * emacs-lisp/cust-print.el, emacs-lisp/easy-mmode.el,
6937 * emacs-lisp/elint.el, emacs-lisp/ewoc.el, emacs-lisp/find-func.el,
6938 * emacs-lisp/pp.el, emacs-lisp/re-builder.el, emacs-lisp/shadow.el,
6939 * emacs-lisp/sregex.el, emerge.el, emulation/edt-lk201.el,
6940 * emulation/edt-mapper.el, emulation/edt-pc.el,
6941 * emulation/edt-vt100.el, emulation/edt.el, emulation/pc-select.el,
6942 * emulation/tpu-edt.el, emulation/tpu-extras.el,
6943 * emulation/tpu-mapper.el, emulation/vip.el, expand.el, finder.el,
6944 * foldout.el, follow.el, format.el, forms-d2.el, forms.el,
6945 * generic.el, hi-lock.el, hilit-chg.el, hippie-exp.el, info-look.el,
6946 * international/isearch-x.el, international/iso-cvt.el,
6947 * international/ogonek.el, international/quail.el,
6948 * international/utf-8.el, jit-lock.el, language/devan-util.el,
6949 * language/devanagari.el, language/ethio-util.el,
6950 * language/ethiopic.el, language/european.el, language/indian.el,
6951 * language/romanian.el, language/tibet-util.el, language/tibetan.el,
6952 * mail/feedmail.el, mail/footnote.el, mail/mail-hist.el,
6953 * mail/mailheader.el, mail/mspools.el, mail/supercite.el,
6954 * mouse-sel.el, net/browse-url.el, net/net-utils.el,
6955 * net/quickurl.el, net/snmp-mode.el, net/webjump.el,
6956 * net/zone-mode.el, pcomplete.el, progmodes/antlr-mode.el,
6957 * progmodes/autoconf.el, progmodes/cmacexp.el,
6958 * progmodes/cperl-mode.el, progmodes/cpp.el, progmodes/cwarn.el,
6959 * progmodes/delphi.el, progmodes/ebnf-bnf.el, progmodes/ebnf-iso.el,
6960 * progmodes/ebnf-otz.el, progmodes/ebnf-yac.el,
6961 * progmodes/ebnf2ps.el, progmodes/executable.el,
6962 * progmodes/fortran.el, progmodes/idlw-shell.el,
6963 * progmodes/idlw-toolbar.el, progmodes/idlwave.el,
6964 * progmodes/m4-mode.el, progmodes/mantemp.el,
6965 * progmodes/meta-mode.el, progmodes/octave-inf.el,
6966 * progmodes/ps-mode.el, progmodes/scheme.el, progmodes/simula.el,
6967 * progmodes/tcl.el, ps-bdf.el, ps-mule.el, ps-print.el, recentf.el,
6968 * rect.el, regi.el, rsz-mini.el, s-region.el, scroll-all.el,
6969 * shadowfile.el, speedbar.el, term/AT386.el, term/internal.el,
6970 * term/iris-ansi.el, term/mac-win.el, term/tvi970.el,
6971 * textmodes/artist.el, textmodes/flyspell.el, textmodes/ispell.el,
6972 * textmodes/page-ext.el, textmodes/refer.el, textmodes/texinfmt.el,
6973 * textmodes/texinfo.el, textmodes/texnfo-upd.el,
6974 * textmodes/two-column.el, time-stamp.el, timezone.el,
6975 * toolbar/tool-bar.el, vc-rcs.el, vc-sccs.el, view.el, w32-fns.el,
6976 * which-func.el, whitespace.el, wid-browse.el, widget.el,
6977 * windmove.el, woman.el, xt-mouse.el: Some fixes to follow coding
6978 conventions.
6979
6980 2001-07-16 Gerd Moellmann <gerd@gnu.org>
6981
6982 * simple.el (set-variable): Require 'cus-edit' instead of
6983 `wid-edit', so that the Custom widgets get defined.
6984
6985 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
6986
6987 * allout.el: A fix to follow coding conventions.
6988
6989 * find-lisp.el: A fix to follow coding conventions.
6990
6991 * term/w32-win.el: A fix to follow coding conventions.
6992
6993 * textmodes/sgml-mode.el: A fix to follow coding conventions.
6994
6995 * term/xterm.el: A fix to follow coding conventions.
6996
6997 * term/news.el: A fix to follow coding conventions.
6998
6999 * emulation/vi.el: A fix to follow coding conventions, Maintainer:
7000 header line fixed.
7001
7002 * sun-curs.el: Fix Maintainer: header line.
7003
7004 * emacs-lisp/easymenu.el: Address of the author added.
7005
7006 2001-07-16 Gerd Moellmann <gerd@gnu.org>
7007
7008 * dired.el (dired-insert-set-properties): Fix invalid mouse-face
7009 property.
7010
7011 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
7012
7013 * play/5x5.el, play/decipher.el, play/dunnet.el, play/fortune.el,
7014 * play/gamegrid.el, play/handwrite.el, play/landmark.el,
7015 * play/morse.el, play/pong.el, play/snake.el, play/tetris.el:
7016 Some fixes to follow coding conventions.
7017
7018 2001-07-16 Gerd Moellmann <gerd@gnu.org>
7019
7020 * which-func.el (which-func-mode): Doc fix.
7021
7022 2001-07-15 Stefan Monnier <monnier@cs.yale.edu>
7023
7024 * net/rcompile.el (remote-compile): Use make-local-variable.
7025
7026 * progmodes/hideshow.el (hs-minor-mode): Use make-local-variable.
7027
7028 * progmodes/make-mode.el (makefile-browse): Use make-local-variable.
7029
7030 * mail/reporter.el (reporter-submit-bug-report):
7031 Don't abuse make-variable-buffer-local. Fix call to add-hook.
7032
7033 2001-07-15 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
7034
7035 * calendar/cal-china.el, calendar/cal-coptic.el,
7036 * calendar/cal-dst.el, calendar/cal-french.el,
7037 * calendar/cal-hebrew.el, calendar/cal-islam.el,
7038 * calendar/cal-iso.el, calendar/cal-julian.el,
7039 * calendar/cal-mayan.el, calendar/cal-persia.el,
7040 * calendar/cal-tex.el, calendar/calendar.el, calendar/diary-lib.el,
7041 * calendar/lunar.el, calendar/solar.el, ediff-diff.el,
7042 * ediff-help.el, ediff-hook.el, ediff-init.el, ediff-merg.el,
7043 * ediff-ptch.el, ediff-util.el, ediff-vers.el, ediff-wind.el,
7044 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
7045 * net/eudc-vars.el, net/ldap.el, pcvs-defs.el, pcvs-info.el,
7046 * pcvs-parse.el, pcvs-util.el, pcvs.el, progmodes/ada-mode.el,
7047 * progmodes/ada-prj.el, progmodes/ada-stmt.el,
7048 * progmodes/ada-xref.el, progmodes/cc-align.el,
7049 * progmodes/cc-bytecomp.el, progmodes/cc-cmds.el,
7050 * progmodes/cc-defs.el, progmodes/cc-engine.el,
7051 * progmodes/cc-langs.el, progmodes/cc-menus.el,
7052 * progmodes/cc-styles.el, progmodes/cc-vars.el,
7053 * textmodes/reftex-auc.el, textmodes/reftex-cite.el,
7054 * textmodes/reftex-dcr.el, textmodes/reftex-global.el,
7055 * textmodes/reftex-index.el, textmodes/reftex-parse.el,
7056 * textmodes/reftex-ref.el, textmodes/reftex-sel.el,
7057 * textmodes/reftex-toc.el, textmodes/reftex-vars.el,
7058 * textmodes/reftex.el: Some fixes to follow coding
7059 conventions in Elisp files with known maintainers.
7060
7061 * emulation/viper.el: A fix to follow coding conventions.
7062
7063 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el,
7064 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el,
7065 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el,
7066 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el,
7067 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el,
7068 * eshell/em-xtra.el, eshell/esh-arg.el, eshell/esh-cmd.el,
7069 * eshell/esh-ext.el, eshell/esh-io.el, eshell/esh-maint.el,
7070 * eshell/esh-mode.el, eshell/esh-module.el, eshell/esh-opt.el,
7071 * eshell/esh-proc.el, eshell/esh-test.el, eshell/esh-util.el,
7072 * eshell/esh-var.el, eshell/eshell.el: Some fixes to follow coding
7073 conventions in Elisp files.
7074
7075 * composite.el, diff.el, emacs-lisp/levents.el,
7076 * emacs-lisp/lmenu.el, emacs-lisp/lselect.el, emacs-lisp/lucid.el,
7077 * emulation/pc-mode.el, emulation/viper-cmd.el,
7078 * emulation/viper-ex.el, emulation/viper-init.el,
7079 * emulation/viper-keym.el, emulation/viper-macs.el,
7080 * emulation/viper-mous.el, emulation/viper-util.el,
7081 * emulation/viper.el, forms-pass.el, international/ccl.el,
7082 * international/characters.el, international/encoded-kb.el,
7083 * international/fontset.el, international/ja-dic-cnv.el,
7084 * international/ja-dic-utl.el, international/kinsoku.el,
7085 * international/kkc.el, international/mule-cmds.el,
7086 * international/mule-diag.el, international/mule-util.el,
7087 * international/mule.el, international/titdic-cnv.el,
7088 * language/china-util.el, language/chinese.el,
7089 * language/cyril-util.el, language/cyrillic.el, language/english.el,
7090 * language/greek.el, language/hebrew.el, language/japan-util.el,
7091 * language/japanese.el, language/korea-util.el, language/korean.el,
7092 * language/lao-util.el, language/lao.el, language/misc-lang.el,
7093 * language/slovak.el, language/thai-util.el, language/thai.el,
7094 * language/viet-util.el, language/vietnamese.el, mail/mh-comp.el,
7095 * mail/mh-e.el, mail/mh-funcs.el, mail/mh-mime.el, mail/mh-pick.el,
7096 * mail/mh-seq.el, mail/mh-utils.el, mail/sc.el, mail/unrmail.el,
7097 * midnight.el, patcomp.el, pcmpl-cvs.el, pcmpl-gnu.el,
7098 * pcmpl-linux.el, pcmpl-rpm.el, pcmpl-unix.el, play/studly.el,
7099 * play/zone.el, replace.el, select.el, subr.el, talk.el, term.el,
7100 * term/apollo.el, term/bobcat.el, term/linux.el, term/lk201.el,
7101 * term/vt102.el, term/vt125.el, term/vt200.el, term/vt201.el,
7102 * term/vt220.el, term/vt240.el, term/vt300.el, term/vt320.el,
7103 * term/vt400.el, term/vt420.el, x-apollo.el, x-menu.el: Some fixes
7104 to follow coding conventions in files without maintainer or in files
7105 with clear maintainer (but without Maintainer header stating so).
7106
7107 * emacs-lisp/elp.el: A fix to follow coding conventions.
7108
7109 * gnus/binhex.el, gnus/binhex.el, gnus/earcon.el,
7110 * gnus/gnus-agent.el, gnus/gnus-art.el, gnus/gnus-audio.el,
7111 * gnus/gnus-logic.el, gnus/gnus-ml.el, gnus/gnus-mlspl.el,
7112 * gnus/gnus-setup.el, gnus/gnus-srvr.el, gnus/gnus-sum.el,
7113 * gnus/gnus-uu.el, gnus/gnus-vm.el, gnus/ietf-drums.el,
7114 * gnus/mail-parse.el, gnus/mail-prsvr.el, gnus/mail-source.el,
7115 * gnus/mm-bodies.el, gnus/mm-decode.el, gnus/mm-encode.el,
7116 * gnus/mm-partial.el, gnus/mm-util.el, gnus/mm-uu.el,
7117 * gnus/mm-view.el, gnus/mml.el, gnus/nnimap.el, gnus/nnoo.el,
7118 * gnus/parse-time.el, gnus/rfc1843.el, gnus/rfc2045.el,
7119 * gnus/rfc2047.el, gnus/rfc2104.el, gnus/rfc2231.el,
7120 * gnus/time-date.el, gnus/uudecode.el: Some fixes to follow coding
7121 conventions in files from Gnus.
7122
7123 * abbrevlist.el, array.el, buff-menu.el, calendar/appt.el,
7124 * case-table.el, cdl.el, cmuscheme.el, compare-w.el, completion.el,
7125 * custom.el, derived.el, dired-aux.el, disp-table.el, dos-vars.el,
7126 * echistory.el, electric.el, emacs-lisp/authors.el,
7127 * emacs-lisp/backquote.el, emacs-lisp/byte-opt.el,
7128 * emacs-lisp/bytecomp.el, emacs-lisp/float.el, emacs-lisp/gulp.el,
7129 * emacs-lisp/helper.el, emacs-lisp/lisp-mode.el,
7130 * emacs-lisp/regexp-opt.el, emulation/mlconvert.el,
7131 * emulation/mlsupport.el, env.el, fast-lock.el, find-dired.el,
7132 * float-sup.el, frame.el, gnus/gnus-mule.el, gnus/pop3.el, gs.el,
7133 * gud.el, help-macro.el, hexl.el, imenu.el, info.el, informat.el,
7134 * international/codepage.el, international/iso-ascii.el,
7135 * international/iso-insert.el, international/iso-transl.el,
7136 * international/swedish.el, isearch.el, jka-compr.el, kermit.el,
7137 * lazy-lock.el, ledit.el, loadup.el, lpr.el, ls-lisp.el, macros.el,
7138 * mail/blessmail.el, mail/emacsbug.el, mail/mail-extr.el,
7139 * mail/mailabbrev.el, mail/mailpost.el, mail/rmail.el,
7140 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmsc.el,
7141 * mail/rmailout.el, mail/rmailsort.el, mail/rmailsum.el,
7142 * mail/vms-pmail.el, man.el, map-ynp.el, menu-bar.el, misc.el,
7143 * msb.el, net/ange-ftp.el, net/goto-addr.el, novice.el,
7144 * obsolete/auto-show.el, obsolete/hilit19.el, obsolete/ooutline.el,
7145 * obsolete/rnews.el, obsolete/rnewspost.el, options.el, paren.el,
7146 * paths.el, play/dissociate.el, play/doctor.el, play/hanoi.el,
7147 * play/meese.el, progmodes/compile.el, progmodes/ebrowse.el,
7148 * progmodes/hideif.el, progmodes/modula2.el, register.el, rot13.el,
7149 * saveplace.el, scroll-bar.el, server.el, sort.el, soundex.el,
7150 * term/bg-mouse.el, term/pc-win.el, term/sup-mouse.el,
7151 * term/tty-colors.el, terminal.el, textmodes/bib-mode.el,
7152 * textmodes/makeinfo.el, textmodes/page.el, textmodes/paragraphs.el,
7153 * textmodes/picture.el, textmodes/scribe.el, textmodes/spell.el,
7154 * textmodes/tex-mode.el, textmodes/text-mode.el,
7155 * textmodes/underline.el, thingatpt.el, time.el, timer.el,
7156 * unused.el, vcursor.el, version.el, vms-patch.el, vmsproc.el,
7157 * vt100-led.el, window.el: Some fixes to follow coding conventions in
7158 files maintained by FSF.
7159
7160 2001-07-13 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
7161
7162 * arc-mode.el: A fix to follow coding conventions.
7163
7164 * bindings.el: Ditto.
7165
7166 * cdl.el: Ditto.
7167
7168 * comint.el: Ditto.
7169
7170 * cus-start.el: Ditto.
7171
7172 * shell.el: Ditto.
7173
7174 * skeleton.el: Ditto.
7175
7176 2001-07-13 Stefan Monnier <monnier@cs.yale.edu>
7177
7178 * info.el (Info-build-node-completions):
7179 Make Info-current-file-completions buffer local.
7180
7181 2001-07-13 Gerd Moellmann <gerd@gnu.org>
7182
7183 * which-func.el (which-func-mode, which-func-ff-hook)
7184 (which-function-mode): Remove references to which-func-mode-global.
7185
7186 * calendar/cal-islam.el (calendar-goto-islamic-date):
7187 Add autoload cookie.
7188
7189 * play/fortune.el: Add types to defcustoms.
7190
7191 2001-07-12 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
7192
7193 * language/czech.el: A fix to follow coding conventions.
7194
7195 2001-07-11 Eli Zaretskii <eliz@is.elta.co.il>
7196
7197 * speedbar.el (speedbar-supported-extension-expressions): Add .g
7198 to the extension list, for antlr-mode. From Christoph Wedler
7199 <Christoph.Wedler@sap.com>.
7200
7201 2001-07-11 Stefan Monnier <monnier@cs.yale.edu>
7202
7203 * vc.el (vc-prefix-map): Moved back to vc-hooks.el.
7204 (vc-dired-mode-map): Fix the madness.
7205
7206 * vc-hooks.el (vc-mode): Dummy function for doc purposes.
7207 (vc-prefix-map): Moved back from vc.el.
7208
7209 2001-07-11 Gerd Moellmann <gerd@gnu.org>
7210
7211 * mail/mail-extr.el (mail-extr-all-top-level-domains):
7212 Increase the size of the obarray.
7213 (mail-extr-all-top-level-domains): Add more toplevel domains,
7214 add more long names.
7215 From: Per Starback <starback@ling.uu.se>.
7216
7217 2001-07-11 Eli Zaretskii <eliz@is.elta.co.il>
7218
7219 * progmodes/ada-prj.el: Say that the file _is_ part of Emacs.
7220 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
7221
7222 * progmodes/ada-mode.el: Ditto.
7223
7224 * progmodes/ada-xref.el: Ditto.
7225
7226 2001-07-11 Miles Bader <miles@gnu.org>
7227
7228 * finder.el (finder-insert-at-column): Also move to the next line
7229 if exactly at COLUMN.
7230
7231 2001-07-10 Gerd Moellmann <gerd@gnu.org>
7232
7233 * help.el (describe-function-1): When printing FUNCTION's
7234 documentation, don't assume FUNCTION is a symbol.
7235
7236 * startup.el (normal-top-level): Don't operate on the initial
7237 frame if we failed to create one.
7238
7239 2001-07-10 Martin Stjernholm <bug-cc-mode@gnu.org>
7240
7241 * cc-cmds.el (c-indent-exp): Keep the indentation of the block
7242 itself, i.e. only indent the contents in it.
7243
7244 2001-07-10 Markus Rost <rost@math.ohio-state.edu>
7245
7246 * mail/rmail.el (rmail-show-message): Show beginning of message in
7247 all windows containing it.
7248
7249 2001-07-10 Eli Zaretskii <eliz@is.elta.co.il>
7250
7251 * term/tty-colors.el: Fix the header line and copyright years.
7252
7253 2001-07-09 Gerd Moellmann <gerd@gnu.org>
7254
7255 * emacs-lisp/advice.el (ad-make-advised-definition): If the
7256 original definition has an interactive form, but is Elp
7257 instrumented, use the interactive form of the function called by
7258 elp-wrapper.
7259
7260 * winner.el (winner-equal): Make it a defun. Don't compare Winner
7261 configurations with compare-window-configuration; they aren't
7262 window configurations.
7263
7264 * net/ange-ftp.el (ange-ftp-file-modtime): Check a 213 response
7265 from the server for the format we expect. Don't use it if it
7266 doesn't look like what the Internet draft for FTP extensions specifies.
7267
7268 * toolbar/*.pbm: Cleaned up.
7269 From Luis Fernandes <elf@ee.ryerson.ca>.
7270
7271 2001-07-09 Martin Stjernholm <bug-cc-mode@gnu.org>
7272
7273 * cc-cmds.el: Extended the kludge to interoperate with the
7274 delsel and pending-del packages wrt to the new function
7275 `c-electric-delete-forward'.
7276
7277 2001-07-08 Stefan Monnier <monnier@cs.yale.edu>
7278
7279 * emacs-lisp/easy-mmode.el (define-minor-mode): Use eval-after-load
7280 to delay the call to <mode> for global minor modes.
7281 (easy-mmode-define-navigation): Only recenter if interactive.
7282
7283 2001-07-06 Gerd Moellmann <gerd@gnu.org>
7284
7285 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind TAB
7286 to lisp-indent-line.
7287
7288 * net/ange-ftp.el (ange-ftp-file-modtime): Ignore 226 responses
7289 from the server. Call encode-time only when we are sure that we
7290 got a 213 response.
7291
7292 2001-07-06 Simon Josefsson <jas@extundo.com>
7293
7294 * mail/sendmail.el (mail-specify-envelope-from): Doc fix.
7295 (mail-envelope-from): New user option.
7296 (sendmail-send-it): Use it.
7297
7298 2001-07-06 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7299
7300 * ps-print.el: Use locale dependant date to print date in header.
7301 Doc fix.
7302 (ps-print-version): New version number (6.5.3).
7303 (ps-right-header, ps-right-footer): Initialization and doc fix.
7304 (ps-time-stamp-locale-default): New fun.
7305
7306 2001-07-06 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
7307
7308 * mail/rmailout.el (rmail-output): Fix duplicate MIME-Version:
7309 field problem with MIME-mode.
7310
7311 * mail/rmailout.el (rmail-output): Fix bug in MIME-mode.
7312
7313 2001-07-06 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
7314
7315 * mail/rmail.el (rmail-reply): Don't forget to narrow header in
7316 MIME-mode.
7317
7318 2001-07-06 Eli Zaretskii <eliz@is.elta.co.il>
7319
7320 * bindings.el (mode-line-mule-info): Don't show the tip with
7321 buffer-file-coding-system if that is nil.
7322
7323 2001-07-05 Gerd Moellmann <gerd@gnu.org>
7324
7325 * calendar/todo-mode.el (todo-top-priorities): Use delete-region
7326 instead of kill-line.
7327
7328 * play/pong.el: Fix first line. From Pavel Jan\e,Bm\e(Bk
7329 <Pavel@Janik.cz>.
7330
7331 * battery.el (battery-update): Add help-echo. From Pavel Jan\e,Bm\e(Bk
7332 <Pavel@Janik.cz>.
7333
7334 2001-07-04 Gerd Moellmann <gerd@gnu.org>
7335
7336 * font-lock.el (c-font-lock-keywords-3): When matching something
7337 like `struct X Y', finish with point after Y.
7338
7339 2001-07-04 Simon Josefsson <jas@extundo.com>
7340
7341 * mail/sendmail.el (sendmail-send-it): Look at `sendmail-program'
7342 in caller buffer.
7343
7344 2001-07-03 Eli Zaretskii <eliz@is.elta.co.il>
7345
7346 * find-file.el (ff-find-the-other-file): Use file-name-nondirectory
7347 instead of string-match to find the basename of the file.
7348 From Pascal Obry <p.obry@wanadoo.fr>.
7349
7350 * net/browse-url.el (browse-url-default-windows-browser):
7351 Support the MS-DOS port when it runs on Windows.
7352 (browse-url-browser-function) [ms-dos]: Default to
7353 browse-url-default-windows-browser.
7354
7355 * help.el (locate-library): Enable code that looks for compressed
7356 libraries if auto-compression-mode is on.
7357
7358 2001-07-02 Stefan Monnier <monnier@cs.yale.edu>
7359
7360 * info.el (Info-clone-buffer-hook): Really unconditionally copy marker.
7361
7362 2001-07-02 Gerd Moellmann <gerd@gnu.org>
7363
7364 * emacs-lisp/cl-macs.el (cl-do-arglist): Revert change of 2000-10-15.
7365
7366 2001-07-02 Eli Zaretskii <eliz@is.elta.co.il>
7367
7368 * allout.el: Fix the header line, so that finder.el recognizes it.
7369 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
7370
7371 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Doc fix.
7372 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
7373
7374 2001-06-29 Eli Zaretskii <eliz@is.elta.co.il>
7375
7376 * term/w32-win.el (x-colors): Add colors from the recent rgb.txt file.
7377
7378 * ps-bdf.el (bdf-directory-list): Use the value relative to
7379 installation-directory for MS-Windows as well.
7380
7381 2001-06-29 Richard M. Stallman <rms@gnu.org>
7382
7383 * wid-edit.el (widget-color-sample-face-get):
7384 Return ((foreground-color . COLOR)) instead of constructing a face.
7385
7386 2001-06-29 Eli Zaretskii <eliz@is.elta.co.il>
7387
7388 * faces.el (region): Change the background color for the
7389 light-background color display to lightgoldenrod2, to make it
7390 visible on some laptops.
7391
7392 2001-06-28 Richard M. Stallman <rms@gnu.org>
7393
7394 * mail/rmail.el (rmail-reformat-message): Bind inhibit-read-only to t.
7395 (rmail-msg-restore-non-pruned-header): Likewise.
7396 If point was in the old pruned header, put it at the top.
7397 (rmail-msg-prune-header): If point was at the top, keep it there.
7398
7399 * mail/rmail.el (rmail-narrow-to-non-pruned-header): New function.
7400 (rmail-retry-failure): Use rmail-narrow-to-non-pruned-header.
7401
7402 2001-06-28 Stefan Monnier <monnier@cs.yale.edu>
7403
7404 * info.el (Info-clone-buffer-hook): Unconditionally copy marker.
7405
7406 2001-06-28 Karl Fogel <kfogel@red-bean.com>
7407
7408 * saveplace.el: Update maintainer email address.
7409
7410 2001-06-27 Francesco Potorti` <pot@gnu.org>
7411
7412 * uniquify.el: (uniquify-rationalize-file-buffer-names):
7413 Undo previous change.
7414
7415 2001-06-27 Francesco Potorti` <pot@gnu.org>
7416
7417 * uniquify.el (uniquify-rationalize-file-buffer-names): Do a
7418 preliminary quick reordering. Can speed things up dramatically.
7419
7420 2001-06-26 Richard M. Stallman <rms@gnu.org>
7421
7422 * dired.el (dired-get-filename): A file name starting with ~
7423 is not absolute in this context.
7424
7425 * which-func.el (which-func-maxout): Increase default to 500000.
7426 (which-function-mode): This is now the "real" name of the function.
7427 (which-func-mode): Now an alias.
7428 (which-func-mode-global): Name deleted.
7429
7430 * progmodes/hideshow.el (hs-minor-mode-map): Use mouse-2, not
7431 button-2, when binding hs-mouse-toggle-hiding.
7432
7433 2001-06-26 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
7434
7435 * mail/rmail.el (rmail-msg-restore-non-pruned-header): New function.
7436 (rmail-msg-prune-header): Likewise.
7437 (rmail-toggle-header): Use `rmail-msg-restore-non-pruned-header'
7438 and `rmail-msg-prune-header'.
7439
7440 2001-06-25 Stefan Monnier <monnier@cs.yale.edu>
7441
7442 * textmodes/fill.el (fill-region-as-paragraph): Don't look further
7443 back than LINEBEG.
7444
7445 2001-06-25 Eli Zaretskii <eliz@is.elta.co.il>
7446
7447 * xt-mouse.el (xterm-mouse-event): If the buffer displayed in the
7448 window where they clicked the mouse has a header line, adjust
7449 vertical movement by one.
7450
7451 2001-06-25 Milan Zamazal <pdm@zamazal.org>
7452
7453 * progmodes/glasses.el (glasses-make-readable): Consider underscores
7454 too when separating a parenthesis.
7455
7456 2001-06-24 Eli Zaretskii <eliz@is.elta.co.il>
7457
7458 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
7459 (bookmark-bmenu-hide-filenames): Add help-echo to
7460 mouse-highlighted text.
7461 (bookmark-bmenu-show-filenames): Remove help-echo property from
7462 the whitespace.
7463
7464 2001-06-23 Eli Zaretskii <eliz@is.elta.co.il>
7465
7466 * files.el (auto-mode-alist): Add configure.ac (autoconf).
7467 From Karl Eichwalder <ke@suse.de>.
7468
7469 2001-06-23 Richard M. Stallman <rms@gnu.org>
7470
7471 * emacs-lisp/lisp-mode.el (eval-last-sexp): Doc fix.
7472
7473 * progmodes/cc-styles.el (c-set-style): Don't specify initial
7474 contents for completing-read.
7475
7476 2001-06-22 Richard M. Stallman <rms@gnu.org>
7477
7478 * menu-bar.el (menu-bar-make-toggle): Construct the
7479 function's doc string from HELP, not DOC, and make it accurate by
7480 adding "Toggle whether to " at the front and downcasing the initial.
7481 Change the HELP arg in some calls to make it fit this usage.
7482
7483 * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error):
7484 Undo previous change.
7485
7486 2001-06-22 Eli Zaretskii <eliz@is.elta.co.il>
7487
7488 * indent.el (indent-relative-maybe, indent-relative): Doc fix.
7489
7490 * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error): Doc fix.
7491
7492 2001-06-21 Eli Zaretskii <eliz@is.elta.co.il>
7493
7494 * toolbar/tool-bar.el (tool-bar-setup): Remove the EXIT button.
7495
7496 * dabbrev.el (dabbrev--select-buffers): Fix last change.
7497
7498 2001-06-20 Richard M. Stallman <rms@gnu.org>
7499
7500 * dabbrev.el (dabbrev--make-friend-buffer-list): New function,
7501 broken out from dabbrev--find-expansion. Handle minibuffer
7502 specially here.
7503 (dabbrev--find-expansion): Simplify code in various ways.
7504 Don't treat minibuffers specially.
7505 Call dabbrev--make-friend-buffer-list.
7506 (dabbrev--select-buffers): Don't treat minibuffers specially. Simplify.
7507 (dabbrev--scanning-message): Do nothing when minibuffer is current.
7508
7509 2001-06-19 John Wiegley <johnw@gnu.org>
7510
7511 * eshell/eshell.el: Don't load in esh-util if it's already loaded.
7512 Also, added a comment describing how to greatly speedup Eshell
7513 loadup time, by concatenating together all of Eshell's .elc files.
7514
7515 2001-06-19 John Wiegley <johnw@gnu.org>
7516
7517 * eshell/esh-mode.el: Disabled a test that often yields false failures.
7518
7519 2001-06-19 Eli Zaretskii <eliz@is.elta.co.il>
7520
7521 * woman.el (WoMan-highlight-references): Add help-echo to
7522 mouse-highlighted text.
7523
7524 2001-06-18 Stefan Monnier <monnier@cs.yale.edu>
7525
7526 * textmodes/sgml-mode.el (sgml-mode-map): Fix thinko.
7527
7528 2001-06-18 Gerd Moellmann <gerd@gnu.org>
7529
7530 * international/quail.el (quail-start-conversion):
7531 Reset quail-translating to nil.
7532
7533 * antlr-mode.el (antlr-mode): Check that `c-Java-access-key' is
7534 bound. Suggested by David B. Malkovsky <David.Malkovsky@sas.com>.
7535
7536 2001-06-18 Eli Zaretskii <eliz@is.elta.co.il>
7537
7538 * bs.el (bs--get-name, bs--get-file-name): Add help-echo to
7539 mouse-highlighted text.
7540
7541 * dired.el (dired-mark-pop-up): Fix last change.
7542
7543 2001-06-17 Eli Zaretskii <eliz@is.elta.co.il>
7544
7545 * calendar/calendar.el (generate-calendar-month): Add help-echo to
7546 mouse-highlighted text.
7547
7548 * net/quickurl.el (quickurl-url-file): Run through
7549 convert-standard-filename.
7550 (quickurl-list-populate-buffer): Add help-echo to
7551 mouse-highlighted text.
7552 (top-level): Update Dave's URL.
7553
7554 * textmodes/tex-mode.el (tex-validate-buffer): Add help-echo to
7555 mouse-highlighted text.
7556
7557 * textmodes/page-ext.el (pages-copy-header-and-position):
7558 Add help-echo to mouse-highlighted text.
7559
7560 * tar-mode.el (tar-header-block-summarize): Add help-echo to
7561 mouse-highlighted text.
7562
7563 * replace.el (occur): Add help-echo to mouse-highlighted text.
7564
7565 * progmodes/sh-script.el (sh-mark-line): Add help-echo to
7566 mouse-highlighted text.
7567
7568 * progmodes/cpp.el (cpp-make-button): Add help-echo to
7569 mouse-highlighted text.
7570
7571 * progmodes/compile.el (compile-reinitialize-errors):
7572 Add help-echo to mouse-highlighted messages.
7573 (compilation-forget-errors): Remove help-echo property as well.
7574
7575 * play/landmark.el (lm-plot-square, lm-init-display):
7576 Add help-echo to mouse-highlighted text.
7577
7578 * play/gomoku.el (gomoku-plot-square, gomoku-init-display):
7579 Add help-echo to mouse-highlighted text.
7580
7581 * dired.el (dired-insert-set-properties): Add help-echo to
7582 mouse-highlighted text.
7583 (dired-mark-pop-up): Remove help-echo property from the file name.
7584
7585 * comint.el (comint-send-input): Add help-echo to
7586 mouse-highlighted text.
7587
7588 * buff-menu.el (list-buffers-noselect): Add help-echo to
7589 mouse-highlighted text.
7590
7591 * arc-mode.el (archive-summarize-files): Add help-echo to
7592 mouse-highlighted text.
7593
7594 * ffap.el (ffap-machine-p): Always return nil if
7595 open-network-stream is not fboundp.
7596
7597 2001-06-17 Stefan Monnier <monnier@cs.yale.edu>
7598
7599 * textmodes/sgml-mode.el: Move `provide' to the end. Update copyright.
7600 (sgml-mode-map): Use `make-keymap' rather than make the keymap by hand.
7601 Bind the latin-1 charset-char to sgml-maybe-name-self rather than
7602 incorrectly binding chars between 128 and 256 to it.
7603 (sgml-maybe-name-self): Handle latin-1 chars properly.
7604 (sgml-tags-invisible): Bind buffer-file-name to nil.
7605 Use unwind-protect and restore-buffer-modified-p.
7606 (sgml-point-entered): Use buffer-substring-no-properties.
7607 (html-tag-alist): Add `div' and `span' and fix backquote/unquote typos.
7608 (html-mode): Don't force `imenu-sort-function'.
7609
7610 2001-06-15 Eli Zaretskii <eliz@is.elta.co.il>
7611
7612 * tar-mode.el: Fix the copyright notice.
7613
7614 * font-lock.el (font-lock-comment-face): For tty's with dark
7615 background, use "red1", since "lightred" is not one of the colors
7616 recognized by tty-colors.el.
7617
7618 * tar-mode.el (tar-extract): Call generate-new-buffer-name to
7619 create a buffer for extracted file, in case there's more than one
7620 file by that name in an archive, possibly in different
7621 directories. From Kevin Rodgers <kevinr@ihs.com>.
7622
7623 * format.el (format-alist): Doc fix. Suggested by Alex Schroeder
7624 <alex@gnu.org>.
7625
7626 2001-06-15 Miles Bader <miles@gnu.org>
7627
7628 * textmodes/texinfmt.el (texinfo-format-syntax-table):
7629 Revert previous change.
7630
7631 2001-06-14 Richard M. Stallman <rms@gnu.org>
7632
7633 * replace.el (keep-lines-read-args): Return just a regexp.
7634 Provide nil for the region args.
7635 (keep-lines, flush-lines, how-many):
7636 Calculate the defaults for the region here, when args are nil.
7637
7638 2001-06-14 Eli Zaretskii <eliz@is.elta.co.il>
7639
7640 * rot13.el (rot13-other-window): Some more doc fix.
7641
7642 2001-06-14 Per Starback <starback@ling.uu.se>
7643
7644 * replace.el (case-replace, query-replace-from-history-variable)
7645 (query-replace-to-history-variable, keep-lines-read-args)
7646 (occur-revert-function, query-replace-help): Dox fix.
7647
7648 2001-06-14 Eli Zaretskii <eliz@is.elta.co.il>
7649
7650 * rot13.el (rot13-other-window): Doc fix.
7651
7652 2001-06-14 Miles Bader <miles@gnu.org>
7653
7654 * textmodes/texinfo.el (texinfo-mode-syntax-table): Change syntax
7655 of " and \ to "." (punctuation).
7656 * textmodes/texinfmt.el (texinfo-format-syntax-table): Likewise.
7657
7658 2001-06-13 Richard M. Stallman <rms@gnu.org>
7659
7660 * emacs-lisp/backquote.el (backquote-process): Handle `[,@SYMBOL].
7661
7662 * simple.el (shell-command-on-region): Never kill the
7663 *Shell Command Output* buffer.
7664
7665 2001-06-13 Stefan Monnier <monnier@cs.yale.edu>
7666
7667 * diff-mode.el (diff-font-lock-keywords): Fix unanchored regexp.
7668
7669 2001-06-10 Stefan Monnier <monnier@cs.yale.edu>
7670
7671 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
7672 New var, to recognize ${ $' and PODs.
7673 (perl-font-lock-syntactic-face-function): New function.
7674 (perl-mode): Use them.
7675 (perl-continuation-line-p): New function, from perl-calculate-indent.
7676 (perl-calculate-indent): Use it, to properly handle continuation
7677 lines of continuation lines.
7678
7679 2001-06-10 Eli Zaretskii <eliz@is.elta.co.il>
7680
7681 * server.el (server-process, server-buffer-clients): Doc fix.
7682 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
7683
7684 2001-06-09 John Wiegley <johnw@gnu.org>
7685
7686 * eshell/esh-cmd.el (eshell-exit-success-p): Use a string-match to
7687 test if the last command was Lisp or not.
7688 (eshell-rewrite-if-command): "if" syntax is "if A B C", not "if A
7689 B x C".
7690
7691 2001-06-08 Eli Zaretskii <eliz@is.elta.co.il>
7692
7693 * dos-w32.el (grep-regexp-alist): Remove definition, since the
7694 general one on compile.el supports drive letters.
7695
7696 2001-06-08 Carsten Dominik <dominik@strw.leidenuniv.nl>
7697
7698 * textmodes/reftex-ref.el (reftex-select-label-help): Add "z"
7699 key description.
7700
7701 * textmodes/reftex-sel.el (reftex-select-jump): New command.
7702
7703 * textmodes/reftex-toc.el (reftex-toc-help): Add "z" key description.
7704 (reftex-toc-jump): New command.
7705
7706 * textmodes/reftex-cite.el (reftex-parse-bibitem): Regexp changed
7707 to parse international characters as well.
7708
7709 * textmodes/reftex.el: Add autoloads for `reftex-varioref-vref',
7710 `reftex-fancyref-fref', `reftex-fancyref-Fref'.
7711
7712 * textmodes/reftex-vars.el: Protect single backslash in docstrings.
7713
7714 * textmodes/reftex-dcr.el (reftex-view-crossref): Add SPACE and
7715 TAB to the key separators.
7716
7717 2001-06-07 Eli Zaretskii <eliz@is.elta.co.il>
7718
7719 * international/mule.el (auto-coding-alist): Remove redundant
7720 up-cased versions of the extensions (auto-coding-alist-lookup is
7721 case-insensitive where needed). Recognize .gz, .Z, .bz, .bz2, and
7722 .gpg files as binary. Suggested by Karl Berry <karl@gnu.org>.
7723
7724 2001-06-05 Eli Zaretskii <eliz@is.elta.co.il>
7725
7726 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Add a doc string.
7727
7728 2001-06-01 Richard M. Stallman <rms@gnu.org>
7729
7730 * help.el (describe-variable): Put value on same line
7731 with preceding text, if it is short enough to look good that way.
7732
7733 2001-06-01 Eli Zaretskii <eliz@is.elta.co.il>
7734
7735 * term/internal.el (IT-unicode-translations): New variable.
7736 (IT-setup-unicode-display): New function.
7737
7738 2001-06-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7739
7740 * ps-print.el: Handle before-string and after-string overlay properties
7741 in ps-print-*-with-faces commands. Doc fix.
7742 (ps-print-version): New version number (6.5.2).
7743 (ps-e-overlay-end): Alias for overlay-end to avoid compilation gripes
7744 for XEmacs.
7745 (ps-prefix-quote): Doc fix.
7746 (ps-setup, ps-print-quote, ps-generate-postscript-with-faces): Code fix.
7747 (ps-basic-plot-str, ps-plot-string): New funs.
7748
7749 2001-05-31 Stefan Monnier <monnier@cs.yale.edu>
7750
7751 * progmodes/etags.el (tags-compression-info-list): Fix docstring
7752 and :type spec.
7753
7754 2001-05-31 Gerd Moellmann <gerd@gnu.org>
7755
7756 * international/mule-cmds.el (inactivate-input-method):
7757 Set input-method-function to nil.
7758
7759 * xml.el (xml-parse-tag): The document may contain invalid characters.
7760 From ShengHuo ZHU <zsh@cs.rochester.edu>
7761
7762 2001-05-31 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
7763
7764 * mail/rmailsum.el (rmail-message-subject-p): Don't call
7765 `rmail-summary-line-decoder' if the message does not have
7766 a Subject: field.
7767
7768 * mail/rmail.el (rmail-revert): Modify to work in rmail-view-buffer.
7769
7770 * mail/rmail.el (rmail-insert-mime-resent-message-function):
7771 New variable.
7772 (rmail-resend): Modify to work in `rmail-view-buffer'; call
7773 `rmail-insert-mime-resent-message-function' if `rmail-enable-mime'
7774 is non-nil.
7775
7776 2001-05-30 Stefan Monnier <monnier@rum.cs.yale.edu>
7777
7778 * textmodes/tex-mode.el (latex-find-indent): Handle the BOBP case.
7779
7780 2001-05-29 Sam Steingold <sds@gnu.org>
7781
7782 * faces.el (face-valid-attribute-values): Bind `valid' directly
7783 instead of using `setq'.
7784
7785 * textmodes/tex-mode.el (tex-feed-input, tex-display-shell):
7786 Use `tex-shell-buf'.
7787 (tex-shell-proc): Use `tex-shell-running'.
7788 (tex-shell-buf-no-error): New function.
7789 (tex-send-tex-command): Use it.
7790 (tex-shell-running): Kill tex-shell when the buffer is dead for w32.
7791 (tex-kill-job): Check the process before calling `quit-process'.
7792
7793 2001-05-29 Gerd Moellmann <gerd@gnu.org>
7794
7795 * international/utf-8.el (ccl-decode-mule-utf-8): Handle invalid
7796 UTF-8 sequences.
7797
7798 2001-05-28 Miles Bader <miles@gnu.org>
7799
7800 * comint.el (comint-carriage-motion): Renamed from
7801 `comint-cr-magic'. Operate on the buffer instead of the string
7802 (for use as a comint post-output filter, instead of as a
7803 pre-output filter). Handle backspaces too. Add to the
7804 `comint-output-filter-functions' hook instead of
7805 `comint-preoutput-filter-functions'.
7806
7807 2001-05-28 Gerd Moellmann <gerd@gnu.org>
7808
7809 * language/japan-util.el (japanese-hankaku): Prefer the charset
7810 `jisx0201' when the optional argument `ascii-only' is not specified.
7811 (japanese-hankaku-region): Ditto.
7812 From Katsumi Yamaoka <yamaoka@jpl.org>
7813
7814 2001-05-28 Stefan Monnier <monnier@cs.yale.edu>
7815
7816 * textmodes/outline.el (outline-mode): Fix font-lock-defaults.
7817 (outline-invisible-p): New function.
7818 (hide-leaves): Save excursion.
7819 (hide-other): Stop looping when reaching bobp.
7820
7821 2001-05-28 Eli Zaretskii <eliz@is.elta.co.il>
7822
7823 * cus-edit.el (custom-file): Fix last change.
7824
7825 2001-05-27 Stefan Monnier <monnier@cs.yale.edu>
7826
7827 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload): Use the
7828 same definition in byte-compile-function-environment as `autoload'
7829 would put in `symbol-function'.
7830
7831 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Complete Dave's
7832 patch to correct the error message as well.
7833
7834 2001-05-27 Eli Zaretskii <eliz@is.elta.co.il>
7835
7836 * cus-edit.el (custom-file): Don't assume we were invoked with -q
7837 unless ~/.emacs exists.
7838
7839 * novice.el (enable-command): If user-init-file is nil or does not
7840 exist, default to "~/.emacs" (~/_emacs on DOS and, maybe, Windows).
7841
7842 2001-05-25 Stefan Monnier <monnier@cs.yale.edu>
7843
7844 * textmodes/tex-mode.el (tex-mode-syntax-table): Add ^.
7845 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
7846 Allow spaces around macro arguments.
7847 (tex-mode-map): Inherit from text-mode-map, but rebind \t to
7848 indent-for-tab-command.
7849 (latex-mode-map, plain-tex-mode-map): New keymaps.
7850 Inherit from tex-mode-map.
7851 (tex-common-initialization): Don't setup the keymap any more
7852 since it's now done right by define-derived-mode.
7853 (latex-mode): Set skeleton-end-hook to nil.
7854 (latex-skeleton-end-hook): Remove.
7855 (tex-latex-block, latex-insert-item): Simplify.
7856 (latex-syntax-after): Use following-char rather than char-after.
7857 (tex-discount-args-cmds, tex-count-words): New functions.
7858
7859 * textmodes/tildify.el (tildify-ignored-environments-alist):
7860 Recognize \verb* as well.
7861
7862 * progmodes/perl-mode.el (perl-mode): Use define-derived-mode.
7863 (perl-comment-indent): Simplify to let newcomment.el do its job.
7864 (perl-electric-terminator, perl-calculate-indent, perl-indent-exp)
7865 (perl-mark-function): Cleanup the namespace.
7866 (perl-calculate-indent): Don't be fooled by nested functions.
7867
7868 * speedbar.el (speedbar-find-selected-file): RE-quote the filename.
7869
7870 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
7871 Fix the arg of `load'. From Dave Love <fx@gnu.org>.
7872
7873 2001-05-25 Andrew Choi <akochoi@i-cable.com>
7874
7875 * international/titdic-cnv.el (ctlau-gb-converter): `\' should
7876 actually be `\\'.
7877 (ctlau-b5-converter): Likewise.
7878
7879 2001-05-24 Andrew Choi <akochoi@i-cable.com>
7880
7881 * international/titdic-cnv.el (quail-misc-package-ext-info):
7882 Change CTLauB.el to CTLau-b5.el.
7883
7884 2001-05-23 Stefan Monnier <monnier@cs.yale.edu>
7885
7886 * gud.el (gud-gdb-run-command-fetch-lines): Use forward-line
7887 rather than beginning-of-line to avoid problems with fields.
7888 (gud-perldb-massage-args): Use unless and push.
7889 (gud-chdir-before-run): New var.
7890 (gud-common-init): Use it.
7891
7892 2001-05-24 Andrew Choi <akochoi@i-cable.com>
7893
7894 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
7895 delete entries for chinese-ctlau and chinese-ctlaub.
7896 (quail-misc-package-ext-info): Add entries for chinese-ctlau and
7897 chinese-ctlaub.
7898 (ctlau-converter, ctlau-gb-converter, ctlau-b5-converter):
7899 New functions.
7900
7901 2001-05-22 Gerd Moellmann <gerd@gnu.org>
7902
7903 * cus-edit.el (custom-comment-show): Remove debug code.
7904
7905 * language/japan-util.el (japanese-symbol-table): Fix handling of
7906 Japanese long tone sign. From Kenichi Handa <handa@etl.go.jp>.
7907
7908 2001-05-21 Stefan Monnier <monnier@cs.yale.edu>
7909
7910 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly):
7911 Renamed by removing the silly `-flag' suffix.
7912 (diff-mode, diff-minor-mode, diff-find-source-location): Update.
7913
7914 2001-05-20 Stefan Monnier <monnier@cs.yale.edu>
7915
7916 * replace.el (keep-lines-read-args): Use `copy-marker'.
7917 (how-many): Save excursion properly.
7918 (occur-mode): Use define-derived-mode.
7919 (perform-replace): Use with-current-buffer.
7920
7921 2001-05-20 Richard M. Stallman <rms@gnu.org>
7922
7923 * play/landmark.el (lm): Use "p" not "P" for interactive spec.
7924
7925 * mail/rmail.el (rmail-retry-failure): Do save-window-excursion.
7926
7927 * info.el (Info-read-subfile): Widen before finding the
7928 desired node in the subfile.
7929
7930 * startup.el (command-line-1): When >2 files visited,
7931 leave the last one visible, and make that the selected window.
7932
7933 2001-05-20 Gerd Moellmann <gerd@gnu.org>
7934
7935 * font-lock.el (lisp-font-lock-keywords-1): Add `defvaralias'.
7936
7937 2001-05-20 Eli Zaretskii <eliz@is.elta.co.il>
7938
7939 * international/ccl.el (define-ccl-program): Fix a typo.
7940 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
7941
7942 * international/mule.el (decode-char): Fix a typo. From Pavel
7943 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
7944
7945 * textmodes/artist.el (artist-mode): Fix a typo. From Pavel
7946 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
7947
7948 * frame.el (automatic-hscrolling): Fix a typo. From Pavel
7949 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
7950
7951 2001-05-18 Sam Steingold <sds@gnu.org>
7952
7953 * pcvs-defs.el (cvs-mode-map): Bind "z" to `kill-this-buffer'
7954 and [RET] to `cvs-mode-find-file'.
7955
7956 2001-05-18 John Wiegley <johnw@gnu.org>
7957
7958 * eshell/esh-ext.el (eshell-explicit-command-char): A new
7959 configuration variable, which determines the initial character
7960 that forces use of an external version of a command. The default
7961 is *, but may be set to \, for example.
7962
7963 * eshell/esh-ext.el (eshell-explicit-command):
7964 Use `eshell-explicit-command-char' instead of ?*.
7965
7966 * eshell/esh-cmd.el (eshell/which):
7967 Use `eshell-explicit-command-char' instead of ?*.
7968
7969 * eshell/em-cmpl.el (eshell-completion-command-name)
7970 (eshell-complete-commands-list): Use `eshell-explicit-command-char'
7971 instead of ?*.
7972
7973 2001-05-18 Gerd Moellmann <gerd@gnu.org>
7974
7975 * net/ange-ftp.el (ange-ftp-fix-name-for-vms): Reverse args of
7976 subst-char-in-string.
7977 (ange-ftp-after-parse-ls-hook): New variable.
7978 (ange-ftp-ls): Run that hook.
7979 From Peter Milliken <Peter.Milliken@GTECH.COM>.
7980
7981 * tmm.el (tmm-get-keymap): Fix handling of :filter.
7982 (tmm-add-prompt): Bind buffer-read-only to nil when inserting
7983 text into *Completions*.
7984
7985 * net/goto-addr.el (goto-address-at-point): Deal with URLs
7986 part of which look like email addresses.
7987
7988 2001-05-18 Andrew Innes <andrewi@gnu.org>
7989
7990 * makefile.w32-in (compile-files-CMD, bootstrap-clean-CMD):
7991 Use . instead of absolute path for lisp dir, to avoid bug in W2K
7992 cmd.exe's handling of FOR loops.
7993 (autoloads): Set find-file-suppress-same-file-warnings to t to
7994 avoid slew of spurious messages.
7995
7996 2001-05-18 Simon Josefsson <simon@josefsson.org>
7997
7998 * mail/smtpmail.el (maybe-append-domain): Renamed to
7999 `smtpmail-maybe-append-domain'.
8000 (smtpmail-via-smtp): Use the new name.
8001
8002 * net/browse-url.el (browse-url-browser-function): Add kde.
8003 (browse-url-kde-program, browse-url-kde-args): New variables.
8004 (browse-url-kde): New function.
8005
8006 2001-05-18 Miles Bader <miles@gnu.org>
8007
8008 * simple.el (delete-horizontal-space, just-one-space):
8009 Use `constrain-to-field' instead of `field-end'/`field-beginning',
8010 because it's more efficient for large files.
8011
8012 2001-05-17 Gerd Moellmann <gerd@gnu.org>
8013
8014 * mail/rmail.el (rmail-require-mime-maybe): New function.
8015 (rmail): Use it.
8016 (rmail-mode): Handle the case of finding Rmail files.
8017
8018 * emacs-lisp/elp.el (elp-instrument-function): Handle advised
8019 functions.
8020
8021 2001-05-17 Stefan Monnier <monnier@cs.yale.edu>
8022
8023 * jit-lock.el (jit-lock-after-change): Check the font-lock-multiline
8024 text-property after moving to the beginning of line and regardless
8025 of the value of font-lock-multiline.
8026
8027 2001-05-17 Gerd Moellmann <gerd@gnu.org>
8028
8029 * startup.el (fancy-splash-screens): Ignore events on the mode-line.
8030
8031 * net/ange-ftp.el (ange-ftp-write-region): Make sure to record the
8032 last coding system used before calling set-buffer-modified-p
8033 because that function changes last-coding-system.
8034
8035 2001-05-17 Eli Zaretskii <eliz@is.elta.co.il>
8036
8037 * files.el (switch-to-buffer-other-window)
8038 (switch-to-buffer-other-frame): Add an xref to display-buffer in
8039 the doc string.
8040
8041 2001-05-17 Gerd Moellmann <gerd@gnu.org>
8042
8043 * language/slovak.el, language/czech.el: New maintainer.
8044
8045 2001-05-16 Sam Steingold <sds@gnu.org>
8046
8047 * emacs-lisp/cl-indent.el (toplevel): Indent the :method
8048 sub-form of `defgeneric' correctly.
8049
8050 2001-05-16 Gerd Moellmann <gerd@gnu.org>
8051
8052 * tooltip.el (tooltip) <defgroup>: Put it in `gud' group instead
8053 of `c'.
8054
8055 * textmodes/outline.el (outline-font-lock-level): Remove the
8056 condition-case, test what outline-level returns instead, to
8057 ease debugging.
8058
8059 * international/mule.el (auto-coding-regexp-alist): New user-option.
8060 (auto-coding-from-file-contents): New function.
8061 (set-auto-coding): Use it to determine a coding system.
8062
8063 2001-05-15 Gerd Moellmann <gerd@gnu.org>
8064
8065 * mouse.el (mouse-delete-other-windows): Doc fix.
8066
8067 * emacs-lisp/lisp-mode.el (lisp-mode):
8068 Make font-lock-keywords-case-fold-search a buffer-local variable with
8069 make-local-variable before setting it.
8070
8071 2001-05-14 Eli Zaretskii <eliz@is.elta.co.il>
8072
8073 * emacs-lisp/elp.el (elp-instrument-package): Don't allow empty
8074 prefixes.
8075
8076 2001-05-14 Gerd Moellmann <gerd@gnu.org>
8077
8078 * hexl.el (hexl-current-address): Print a message when called
8079 interactively.
8080
8081 2001-05-11 Stefan Monnier <monnier@cs.yale.edu>
8082
8083 * gud.el (gud-jdb-build-source-files-list): Fix paren typo.
8084
8085 * pcvs-defs.el (cvs-mode-map): Don't rebind `undo'.
8086
8087 * files.el (auto-mode-alist): Add *.perl and fix the *.<rev> case.
8088
8089 2001-05-11 Gerd Moellmann <gerd@gnu.org>
8090
8091 * startup.el (command-line): If parameters have been changed in
8092 the init files which influence font selection, clear the face
8093 cache so that faces get realized with the new parameters.
8094
8095 * Makefile.in (compile-files): Redirect output of chmod to /dev/null.
8096
8097 2001-05-10 Stefan Monnier <monnier@cs.yale.edu>
8098
8099 * smerge-mode.el (smerge-mode): Force font-lock-multiline to t.
8100
8101 2001-05-10 Eli Zaretskii <eliz@is.elta.co.il>
8102
8103 * mail/emacsbug.el (report-emacs-bug): Don't switch the buffer to
8104 unibyte. Suggested by Kenichi Handa <handa@etl.go.jp>.
8105
8106 2001-05-10 Gerd Moellmann <gerd@gnu.org>
8107
8108 * net/browse-url.el (browse-url-filename-alist): Allow UNC file
8109 names for MS-Windows and MS-DOS. From Dan Holmsand <dan@eyebee.com>.
8110
8111 2001-05-09 John Wiegley <johnw@gnu.org>
8112
8113 * eshell/esh-util.el (eshell-convert-numeric-arguments):
8114 Annotated the documentation string to tell users about
8115 `eshell-no-numeric-conversions'.
8116
8117 * eshell/esh-cmd.el (eshell-lisp-command): Don't perform numeric
8118 conversions if a Lisp function has the property
8119 `eshell-no-numeric-conversions' set to a non-nil value.
8120
8121 * eshell/em-dirs.el, eshell/em-ls.el, eshell/em-script.el,
8122 eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-cmd.el: Set the
8123 property `eshell-no-numeric-conversions' on the following
8124 functions (which all deal with filesystem entities, and never Lisp
8125 numerical values): eshell/cd, eshell/pushd, eshell/popd,
8126 eshell/ls, eshell/source, eshell/., eshell/man, eshell/rm,
8127 eshell/mkdir, eshell/rmdir, eshell/mv, eshell/cp, eshell/ln,
8128 eshell/cat, eshell/make, eshell/diff, eshell/locate, eshell/occur,
8129 eshell/which, eshell/addpath.
8130
8131 2001-05-09 John Wiegley <johnw@gnu.org>
8132
8133 * eshell/esh-arg.el (eshell-parse-argument-hook): If a number is
8134 encountered as an argument, don't convert it right away, but tag
8135 the first character of the string with the text properties
8136 `number', which signifies to `eshell-lisp-command' that the
8137 argument should be passed through `string-to-number' if it is
8138 actually used in the call to a Lisp function.
8139
8140 * eshell/esh-cmd.el (eshell-lisp-command): Before calling a Lisp
8141 function, convert any string arguments that have been tagged as
8142 "numbers", by calling string-to-number.
8143
8144 * eshell/esh-util.el (eshell-number-regexp): Now that number
8145 conversions only happen for Lisp function calls, the number regexp
8146 should now match all integer and floating point forms.
8147
8148 * eshell/esh-proc.el: Disable `eshell-stop-process' and
8149 `eshell-continue-process', since they are both nonfunctional at
8150 the moment.
8151 (eshell-proc-initialize): Don't bind keys for
8152 `eshell-stop-process' or `eshell-continue-process'.
8153
8154 * eshell/em-unix.el (eshell-shuffle-files):
8155 Apply `directory-file-name' before calling `file-name-directory'.
8156
8157 * eshell/em-hist.el (eshell-add-to-history): Reference to
8158 `eshell-history-ring' needed to be `eshell-history-index'.
8159
8160 * calendar/timeclock.el (timeclock-find-discrep):
8161 Initialize `elapsed' to 0.
8162 (timeclock-find-discrep): Set `timeclock-last-event-workday' if
8163 it's still nil.
8164
8165 2001-05-09 Stefan Monnier <monnier@cs.yale.edu>
8166
8167 * arc-mode.el (archive-int-to-mode): Construct the string directly.
8168 (archive-mode): Use capitalize.
8169 (archive-unique-fname): Use make-temp-file.
8170
8171 2001-05-09 Gerd Moellmann <gerd@gnu.org>
8172
8173 * emacs-lisp/lisp-mode.el (lisp-interaction-mode): Doc fix.
8174
8175 2001-05-09 Eli Zaretskii <eliz@is.elta.co.il>
8176
8177 * tar-mode.el (tar-extract): Pay attention to the value of
8178 coding-system-for-read, if it is non-nil.
8179
8180 * calendar/holidays.el (holidays): Add an autoload cookie.
8181 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
8182
8183 2001-05-08 John Wiegley <johnw@gnu.org>
8184
8185 * calendar/timeclock.el (timeclock-workday-remaining):
8186 Changed logic for determining how much time is remaining.
8187 (timeclock-workday-elapsed): Don't accept a "relative" argument
8188 for the current day's elapsed time. What could that have meant?
8189 (timeclock-workday-elapsed-string): No "relative" argument anymore.
8190 (timeclock-when-to-leave): Changed logic, similarly to what was
8191 done for `timeclock-workday-remaining'.
8192 (timeclock-find-discrep): Removed "today-only" argument, which had
8193 no meaning. Fixed some more math problems. The function now
8194 returns a three member list: (TOTAL-TIME-DISCREPANCY
8195 TODAYS-TIME-DISCREPANCY TODAYS-ELAPSED-TIME).
8196
8197 2001-05-08 Eli Zaretskii <eliz@is.elta.co.il>
8198
8199 * w32-fns.el (convert-standard-filename): Start replacing slashes
8200 from the beginning of the file name, not from where the last
8201 invalid character was. From "Andrew Maguire (SWW)"
8202 <Andrew.Maguire@Smallworld.co.uk>
8203
8204 2001-05-07 MORIOKA Tomohiko <tomo@m17n.org>
8205
8206 The following changes are to provide infrastructure for handling
8207 MIME messages to rmail. They don't affect the original behaviour
8208 if rmail-enable-mime is nil.
8209
8210 * mail/rmail.el (rmail-insert-mime-forwarded-message-function)
8211 (rmail-search-mime-message-function)
8212 (rmail-search-mime-header-function): New variables.
8213 (rmail-expunge-and-save): Be sure to set-buffer to the Rmail buffer.
8214 (rmail-quit, rmail-get-new-mail): Bury `rmail-buffer' after
8215 `rmail-view-buffer' is hidden.
8216 (rmail-toggle-header): Likewise. If rmail-enable-mime is non-nil,
8217 call rmai-show-mime-function.
8218 (rmail-display-labels): If rmail-enable-mime is non-nil, update
8219 mode-line-process of rmail-view-buffer.
8220 (rmail-set-attribute): Be sure to set-buffer to the Rmail buffer.
8221 (rmail-show-message): Be sure to call rmail-auto-file in the Rmail
8222 buffer.
8223 (rmail-next-message, rmail-next-undeleted-message): Be sure to
8224 set-buffer to the Rmail buffer.
8225 (rmail-message-regexp-p): If rmail-enable-mime is non-nil, call
8226 rmail-search-mime-header-function.
8227 (rmail-search-message): New function.
8228 (rmail-search): Call rmail-search-message to check if a message
8229 matches REGEXP, lastly update point after calling
8230 rmail-show-message.
8231 (rmail-undelete-previous-message, rmail-expunge-confirmed)
8232 (rmail-only-expunge): Be sure to set-buffer to the Rmail buffer.
8233 (rmail-reply): If rmail-enable-mime is non-nil, don't narrow to
8234 header region, refer to rmail-msgref-vector while setting the
8235 current buffer to rmail-buffer temporarily.
8236 (rmail-forward): Be sure to bind forward-buffer to the Rmail buffer.
8237 If rmail-enable-mime is non-nil, call
8238 rmail-insert-mime-forwarded-message-function instead of inserting
8239 forwarded message by itself.
8240
8241 * mail/rmailkwd.el (rmail-read-label): Be sure to work in the
8242 Rmail buffer.
8243 (rmail-set-label, rmail-next-labeled-message): Likewise.
8244
8245 * mail/rmailout.el (rmail-output-read-rmail-file-name): Be sure to
8246 set-buffer to the Rmail buffer.
8247 (rmail-output-to-rmail-file): Likewise.
8248 (rmail-output): Likewise.
8249
8250 * mail/rmailsum.el (rmail-message-subject-p): Process the result
8251 of mail-fetch-field by rmail-summary-line-decoder.
8252 (rmail-new-summary): Be sure to go to the Rmail buffer.
8253 If rmail-enable-mime is non-nil, set rmail-summary-buffer of
8254 rmail-view-buffer to nil.
8255 (rmail-summary-undelete): If rmail-enable-mime is non-nil, pop to
8256 rmail-view-buffer.
8257 (rmail-summary-scroll-msg-up): Handle rmail-view-buffer, not
8258 rmail-buffer.
8259 (rmail-summary-scroll-msg-down): Likewise.
8260 (rmail-summary-beginning-of-message): Likewise.
8261 (rmail-summary-wipe): Likewise.
8262 (rmail-summary-toggle-header): Use save-window-excursion, not
8263 save-excursion. Update point in rmail-view-buffer, not in
8264 rmail-buffer.
8265 (rmail-summary-reply): Before calling rmail-reply, set buffer to
8266 rmail-view-buffer, not rmail-buffer.
8267
8268 2001-05-07 Gerd Moellmann <gerd@gnu.org>
8269
8270 * cus-edit.el (custom-file): Signal an error if user-init-file is
8271 nil (running -q).
8272
8273 * mail/rmailedit.el (rmail-edit-mode-hook): Add :version.
8274
8275 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
8276 Add :version.
8277
8278 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
8279 New option.
8280 (smtpmail-via-smtp): Print warnings about unknown SMTP extensions
8281 only if smtpmail-warn-about-unknown-extensions is set.
8282
8283 * mail/rmail.el (rmail-mode-map): Use rmail-sort-by-labels
8284 instead of rmail-sort-by-keywords.
8285
8286 * mail/rmailsort.el (rmail-sort-by-labels): Renamed from
8287 rmail-sort-by-keywords.
8288
8289 * mail/rmailsum.el (rmail-summary-sort-by-labels): Renamed from
8290 rmail-summary-sort-by-keywords. Doc fix.
8291 (rmail-summary-mode): Doc fix.
8292
8293 * mail/rmail.el (rmail-edit): New Custom group.
8294
8295 * mail/rmailedit.el (rmail-edit-mode): Doc fix.
8296 (rmail-edit-mode-hook): New user-option.
8297
8298 2001-05-05 Richard M. Stallman <rms@gnu.org>
8299
8300 * help.el (help-xref-symbol-regexp): Recognize "source of"
8301 and friends, meaning make a link to the source file.
8302 (help-make-xrefs): Handle "source of" and friends
8303 by constructing a link that visits the source file.
8304
8305 * dabbrev.el (dabbrev-select-buffers-function): Doc fix.
8306
8307 2001-05-04 Stefan Monnier <monnier@cs.yale.edu>
8308
8309 * progmodes/cperl-mode.el (cperl-font-lock-keywords)
8310 (cperl-font-lock-keywords-1, cperl-font-lock-keywords-2):
8311 Renamed from perl-font-lock-keywords to avoid clashes.
8312 (cperl-mode, cperl-load-font-lock-keywords, cperl-init-faces)
8313 (cperl-load-font-lock-keywords-1, cperl-load-font-lock-keywords-2):
8314 Updated correspondingly.
8315
8316 * diff-mode.el (diff-nonexistent-face, diff-font-lock-keywords):
8317 Typo `nonexistant' -> `nonexistent'.
8318
8319 2001-05-04 Martin Stjernholm <bug-cc-mode@gnu.org>
8320
8321 * cc-cmds.el (c-electric-delete, c-electric-delete-forward):
8322 Split `c-electric-delete' into two functions where
8323 `c-electric-delete-forward' always deletes forward and
8324 `c-electric-delete' only contains the code necessary for XEmacs to
8325 choose between backward and forward deletion.
8326
8327 * cc-mode.el: `c-electric-delete-forward' is now bound to C-d to
8328 get the electric behavior on that key too.
8329 (c-fill-paragraph): Fixed bogus direct use of
8330 c-comment-prefix-regexp, which caused an error when it's a list.
8331
8332 2001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
8333
8334 * dired-aux.el (dired-diff): Doc fix.
8335
8336 * dired.el (dired-diff): Likewise.
8337
8338 2001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
8339
8340 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
8341
8342 2001-05-02 Stefan Monnier <monnier@cs.yale.edu>
8343
8344 * vc.el (vc-next-action-on-file): Only force buffer+file to writable
8345 if both the buffer and the file are read-only.
8346
8347 * progmodes/sh-script.el (sh-prev-line): Look for sh-heredoc-face
8348 rather than font-lock-string-face.
8349 (sh-get-indent-info): Treat heredocs like strings.
8350
8351 2001-05-02 Gerd Moellmann <gerd@gnu.org>
8352
8353 * textmodes/texinfmt.el (texinfo-format-parse-args): Don't consume
8354 a newline following `}'.
8355 (texinfo-format-email): New function.
8356 (toplevel): Use texinfo-format-email for @email.
8357 (texinfo-format-kbd-regexp, texinfo-format-kbd-end-regexp):
8358 Add `display'.
8359 (texinfo-sort-region): Goto point-min before sorting.
8360 (texinfo-set): Remove leading white space from value.
8361 From yagi@is.titech.ac.jp.
8362
8363 * replace.el (query-replace-regexp-eval): Doc fix.
8364
8365 2001-05-01 Stefan Monnier <monnier@cs.yale.edu>
8366
8367 * diff-mode.el (diff-nonexistant-face): New face.
8368 (diff-font-lock-keywords): Use it.
8369
8370 2001-04-30 Eli Zaretskii <eliz@is.elta.co.il>
8371
8372 * font-lock.el (font-lock-mode): Doc fix.
8373
8374 * dired-aux.el (dired-do-rename-regexp, dired-do-copy-regexp)
8375 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
8376
8377 2001-04-30 Gerd Moellmann <gerd@gnu.org>
8378
8379 * progmodes/sh-script.el (sh-font-lock-heredoc): Allow optional
8380 backslash at the start of the here-document delimiter.
8381 (sh-font-lock-syntactic-keywords): Likewise.
8382
8383 * mail/rmail.el (rmail-message-regexp-p): Yet another fix.
8384
8385 2001-04-29 Eli Zaretskii <eliz@is.elta.co.il>
8386
8387 * term/tty-colors.el (tty-color-define, tty-color-off-gray-diag)
8388 (tty-color-translate, tty-color-by-index, tty-color-values)
8389 (tty-color-desc): Doc fix.
8390
8391 2001-04-27 Eli Zaretskii <eliz@is.elta.co.il>
8392
8393 * dired-aux.el (dired-do-create-files, dired-do-copy)
8394 (dired-do-symlink, dired-do-hardlink, dired-do-rename):
8395 Mention dired-dwim-target in the doc string.
8396
8397 2001-04-28 Miles Bader <miles@gnu.org>
8398
8399 * dabbrev.el (dabbrev--ignore-buffer-p): New function.
8400 (dabbrev--find-expansion): Use it.
8401 (dabbrev--select-buffers): Don't select ignored buffers.
8402
8403 2001-04-27 Gerd Moellmann <gerd@gnu.org>
8404
8405 * mail/rmail.el (rmail-message-regexp-p): Don't match before headers.
8406
8407 2001-04-26 Richard M. Stallman <rms@gnu.org>
8408
8409 * dabbrev.el: Add doc strings for some functions.
8410 (dabbrev--eliminate-newlines): New variable.
8411 (dabbrev--substitute-expansion): Convert newlines to spaces
8412 if dabbrev--eliminate-newlines is set.
8413 If abbrev and expansion are both all-lower-case,
8414 leave dabbrev--last-case-pattern nil.
8415
8416 2001-04-26 Gerd Moellmann <gerd@gnu.org>
8417
8418 * mail/rmail.el (rmail-message-regexp-p): Use rfc822-goto-eoh
8419 if necessary, like in rmail-show-message.
8420
8421 2001-04-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8422
8423 * ps-print.el: Color specified by number is forced to be float number.
8424 (ps-print-version): New version number (6.5.1.1).
8425 (ps-header-frame-alist, ps-footer-frame-alist): Adjust color
8426 initialization.
8427 (ps-prefix-quote): New internal var.
8428 (ps-print-quote): New fun.
8429 (ps-setup, ps-output-frame-properties, ps-float-format)
8430 (ps-format-color): Code fix.
8431 (ps-plot-region): Eliminate redundant foreground color text setting.
8432
8433 2001-04-26 Eli Zaretskii <eliz@is.elta.co.il>
8434
8435 * dabbrev.el (dabbrev--select-buffers): Add a doc string.
8436
8437 2001-04-25 Gerd Moellmann <gerd@gnu.org>
8438
8439 * faces.el (tty-handle-reverse-video): Don't set inverse-video.
8440
8441 2001-04-25 Eli Zaretskii <eliz@is.elta.co.il>
8442
8443 * info.el (Info-additional-directory-list): Doc fix.
8444
8445 * find-lisp.el (find-lisp-find-dired-filter)
8446 (find-lisp-find-dired-subdirectories, find-lisp-find-dired):
8447 Add autoload cookies. From Richard Y. Kim <ryk@dspwiz.com>.
8448
8449 2001-04-25 Stefan Monnier <monnier@cs.yale.edu>
8450
8451 * progmodes/make-mode.el (makefile-font-lock-keywords):
8452 Rationalize the rules for includes and conditionals and use the
8453 keyword face for them.
8454
8455 * faces.el (modify-face): Add compatibility for non-interactive use.
8456
8457 2001-04-24 John Wiegley <johnw@gnu.org>
8458
8459 * eshell/esh-cmd.el (eshell-find-alias-function): Corrected the
8460 fix from last night, since it wasn't finding eshell/cd.
8461
8462 2001-04-24 Gerd Moellmann <gerd@gnu.org>
8463
8464 * rect.el (string-rectangle): Revert to 20.x behaviour.
8465 (replace-rectangle): Make it an alias for string-rectangle.
8466 (string-insert-rectangle): New function.
8467
8468 2001-04-23 John Wiegley <johnw@gnu.org>
8469
8470 * eshell/em-unix.el (eshell/diff): Fixed problems that were
8471 occurring with Emacs 21's diff.el/compile.el interaction layer.
8472
8473 2001-04-23 Colin Walters <walters@cis.ohio-state.edu>
8474
8475 * eshell/esh-cmd.el (eshell-find-alias-function): Return t in the
8476 case where the function was defined in a file, but not part of an
8477 eshell module.
8478
8479 2001-04-23 John Wiegley <johnw@gnu.org>
8480
8481 * eshell/em-smart.el (eshell-smart-redisplay): Added some safety
8482 code to work around a redisplay problem I've been having.
8483
8484 2001-04-23 John Wiegley <johnw@gnu.org>
8485
8486 * calendar/timeclock.el (timeclock-day-required): If the time
8487 required for a particular day is not set, use `timeclock-workday'.
8488 (timeclock-find-discrep): Added some sample code in a comment.
8489
8490 * eshell/eshell.el (eshell-command): Made a few changes so that
8491 `eshell-command' could be called programmatically.
8492
8493 * eshell/esh-mode.el (eshell-non-interactive-p): Moved to eshell.el.
8494
8495 * eshell/eshell.el (eshell-non-interactive-p): Moved from esh-mode.el.
8496
8497 2001-04-23 John Wiegley <johnw@gnu.org>
8498
8499 * calendar/timeclock.el: Updated copyright.
8500 (timeclock-generate-report): Don't report the daily or two-week
8501 total, if no time has been worked in that period.
8502 (timeclock-find-discrep): Moved call to `file-readable-p'; removed
8503 final computational form, which was unnecessary; corrected a
8504 parsing problem when timeclock-relative was nil.
8505
8506 2001-04-23 Kahlil Hodgson <kahlil@discus.anu.edu.au>
8507
8508 * calendar/timeclock.el (timeclock-modeline-display): Check if
8509 `list-entry' is null.
8510 (timeclock-use-display-time): The first argument to `set-variable'
8511 must be a symbol.
8512
8513 2001-04-23 Eli Zaretskii <eliz@is.elta.co.il>
8514
8515 * calendar/calendar.el (diary-entry-marker)
8516 (calendar-today-marker, calendar-holiday-marker):
8517 Use display-color-p instead of window-system.
8518 (calendar-mode-map, calendar-mode): Use display-popup-menus-p
8519 instead of window-system.
8520 (calendar-hide-window): Use display-multi-frame-p instead of
8521 window-system.
8522
8523 * calendar/cal-x.el (calendar-two-frame-setup)
8524 (calendar-only-one-frame-setup, calendar-one-frame-setup):
8525 Use display-multi-frame-p instead of window-system.
8526
8527 2001-04-23 Gerd Moellmann <gerd@gnu.org>
8528
8529 * play/fortune.el (fortune-from-region): Use `eq' instead of `eql'.
8530
8531 * textmodes/ispell.el, emacs-lisp/checkdoc.el,
8532 * progmodes/ebrowse.el, play/fortune.el: Fix autoload cookies.
8533
8534 2001-04-23 Alex Schroeder <alex@gnu.org>
8535
8536 * goto-addr.el: Instead of defining line-beginning-position and
8537 line-end-position a defalias is used for point-at-bol and point-at-eol.
8538
8539 2001-04-23 Alex Schroeder <alex@gnu.org>
8540
8541 * goto-addr.el: Added XEmacs compatibility code.
8542 (goto-address-highlight-keymap): Made keybindings XEmacs compatible.
8543
8544 2001-04-22 Eli Zaretskii <eliz@is.elta.co.il>
8545
8546 * textmodes/paragraphs.el (sentence-end): Doc fix.
8547
8548 2001-04-20 Alex Schroeder <alex@gnu.org>
8549
8550 * sql.el (sql-escape-newlines-and-send): New function.
8551 (sql-db2): Set comint-input-sender to sql-escape-newlines-and-send.
8552
8553 2001-04-20 Alex Schroeder <alex@gnu.org>
8554
8555 * sql.el (sql-db2-program): New option.
8556 (sql-db2-options): New option.
8557 (sql-db2): New function.
8558
8559 2001-04-20 Alex Schroeder <alex@gnu.org>
8560
8561 * sql.el (sql-mode-menu): Added highlighting entries.
8562 (sql-highlight-oracle-keywords): New function.
8563 (sql-highlight-postgres-keywords): New function.
8564 (sql-highlight-ansi-keywords): New function.
8565
8566 2001-04-20 Alex Schroeder <alex@gnu.org>
8567
8568 * sql.el (sql-help): Doc change.
8569
8570 2001-04-19 Karl Fogel <kfogel@collab.net>
8571
8572 * saveplace.el (save-place-alist-to-file): Removed no-effect code
8573 that inserted file content only to delete it immediately.
8574 Probably a cut-and-paste bug. Thanks to Juanma Barranquero
8575 <lektu@uol.com.br> for the patch.
8576
8577 2001-04-19 Stefan Monnier <monnier@cs.yale.edu>
8578
8579 * emacs-lisp/easy-mmode.el (easy-mmode-defsyntax): Unquote `doc'.
8580
8581 2001-04-18 Gerd Moellmann <gerd@gnu.org>
8582
8583 * emacs-lisp/cl-indent.el (toplevel): Comment out the spec
8584 for defmethod.
8585
8586 * comint.el (comint-cr-magic): New function.
8587 (toplevel): Add it to comint-preoutput-filter-functions.
8588
8589 2001-04-18 Andrew Innes <andrewi@gnu.org>
8590
8591 * makefile.w32-in (EMACSLOADPATH): Define.
8592 (custom-deps, autoloads, .el.elc, compile-files-CMD, compile-files-SH)
8593 (recompile): Remove stuff to set EMACSLOADPATH.
8594
8595 2001-04-18 Gerd Moellmann <gerd@gnu.org>
8596
8597 * language/slovak.el ("Slovak"): Add tutorial entry.
8598
8599 * net/browse-url.el (browse-url-new-window-flag): Renamed from
8600 browse-url-new-window-p.
8601
8602 2001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
8603
8604 * info.el (Info-menu-update): When there are no menus and/or no
8605 cross references in the node, make the respective items of the
8606 Info menu-bar menu inactive.
8607
8608 2001-04-17 Gerd Moellmann <gerd@gnu.org>
8609
8610 * indent.el (indent-for-tab-command): Call indent-line-function
8611 with no argument if PREFIX-ARG is non-nil.
8612
8613 * frame.el (delete-other-frames): Handle minibuffer-only frames.
8614
8615 2001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
8616
8617 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Don't invoke CVS as
8618 an async subprocess if start-process is unavailable. Suggested by
8619 Tim Van Holder <tim.van.holder@pandora.be>.
8620
8621 2001-04-15 Eli Zaretskii <eliz@is.elta.co.il>
8622
8623 * info.el (Info-additional-directory-list): Doc fix. Suggested by
8624 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
8625
8626 2001-04-14 Eli Zaretskii <eliz@is.elta.co.il>
8627
8628 * info.el (Info-file-list-for-emacs): Add an entry for the "info"
8629 manual.
8630
8631 2001-04-13 Stefan Monnier <monnier@cs.yale.edu>
8632
8633 * pcvs-defs.el (cvs-mode-map): Bind C-o like in dired.
8634 (cvs-menu): Add a few entries.
8635
8636 * pcvs.el (cvs-addto-collection): Don't merge MESSAGE fileinfos.
8637 (cvs-update-filter): Only advertise `cvs-mode-delete-lock' if the
8638 lock file appears to be reachable from Emacs.
8639 (cvs-mode-mark-on-state, cvs-mode-display-file): New functions.
8640 (cvs-mode-find-file): Look for cvs-header-face rather than
8641 cvs-dirname-face (which doesn't exist).
8642 (cvs-mode-find-file): Allow `other' to be set to `dont-select'.
8643
8644 * pcvs-parse.el (cvs-parse-run-table): Remove misleading text.
8645
8646 2001-04-13 Eli Zaretskii <eliz@is.elta.co.il>
8647
8648 * emulation/pc-select.el (pc-selection-mode): Don't turn on
8649 normal-erase-is-backspace on a tty. Instead, bind some keys such
8650 as [delete] directly, like pc-select.el did before
8651 normal-erase-is-backspace was invented.
8652
8653 2001-04-12 Eli Zaretskii <eliz@is.elta.co.il>
8654
8655 * ls-lisp.el (ls-lisp-format): Leave a blank before "root".
8656
8657 2001-04-11 John Wiegley <johnw@gnu.org>
8658
8659 * eshell/em-ls.el (eshell-ls-insert-directory):
8660 Set font-lock-defaults to nil, to prevent fontification in dired
8661 buffers, if Eshell's ls is being used.
8662
8663 2001-04-11 John Wiegley <johnw@gnu.org>
8664
8665 * calendar/timeclock.el (timeclock-completing-read): New function.
8666 (timeclock-ask-for-project, timeclock-ask-for-reason):
8667 Call `timeclock-completing-read'.
8668
8669 * eshell/em-alias.el (eshell-command-aliased-p): `assoc' was
8670 required where `member' was being used.
8671
8672 2001-04-11 Colin Walters <walters@cis.ohio-state.edu>
8673
8674 * eshell/em-hist.el (eshell-previous-matching-input):
8675 Don't display "History item" if the minibuffer is active.
8676
8677 2001-04-11 Gerd Moellmann <gerd@gnu.org>
8678
8679 * startup.el (command-line): Output a newline after printing
8680 an error from loading the window system's init file.
8681
8682 2001-04-11 Eli Zaretskii <eliz@is.elta.co.il>
8683
8684 * textmodes/texinfo.el (texinfo-font-lock-keywords):
8685 Add fontification for @value, @dfn, @dmn, @acronym, @anchor, and
8686 @inforef. Add an OVERRIDE of `keep' to highlight specs of
8687 keywords whose arguments routinely include @@.
8688
8689 2001-04-10 Gerd Moellmann <gerd@gnu.org>
8690
8691 * emacs-lisp/advice.el (ad-make-advised-definition):
8692 Construct advice for subrs differently.
8693
8694 * textmodes/paragraphs.el (forward-sentence): Put the sentence-end
8695 regexp in parentheses when building the regexp for searching backwards.
8696
8697 * simple.el (completion-list-mode-finish): New function.
8698 (toplevel): Add completion-list-mode-finish to temp-buffer-show-hook.
8699
8700 * language/european.el ("Polish"): Change sample text.
8701 From jsbien@mimuw.edu.pl (Janusz S. Bie\e,Bq\e(B).
8702
8703 * progmodes/sh-script.el (sh-indent-line): Add optional PREFIX-ARG
8704 parameter.
8705
8706 * faces.el (menu): Doc fix.
8707
8708 2001-04-10 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8709
8710 * ps-print.el: Footer implementation. Doc fix.
8711 (ps-print-version): New version number (6.5.1).
8712 (ps-header-frame-alist): New customization var for header frame
8713 properties.
8714 (ps-line-number-color): New customization var for line number color.
8715 (ps-footer-offset, ps-footer-line-pad, ps-print-footer)
8716 (ps-print-footer-frame, ps-footer-frame-alist, ps-footer-lines)
8717 (ps-footer-font-family, ps-footer-font-size, ps-left-footer)
8718 (ps-right-footer): New customization vars for footers.
8719 (ps-footer-pad, ps-footer-font-size-internal): New internal vars for
8720 footers.
8721 (ps-setup, ps-get-page-dimensions, ps-generate-header-line)
8722 (ps-generate-header, ps-begin-file, ps-begin-job, ps-begin-page):
8723 Code fix.
8724 (ps-prologue-file): Indentation fix.
8725 (ps-print-quote): Fun eliminated.
8726 (ps-value, ps-get, ps-put, ps-del): New funs for alist handling.
8727 (ps-output-frame-properties): New fun.
8728 (ps-fonts, ps-font-number, ps-rgb-color, ps-end-page, ps-next-page)
8729 (ps-skip-newline): Replace defun by defsubst.
8730
8731 2001-04-10 Colin Walters <walters@cis.ohio-state.edu>
8732
8733 * eshell/eshell.el (eshell-command): Needed a "%s" format
8734 specifier, in case the buffer contains percent characters.
8735
8736 2001-04-10 John Wiegley <johnw@gnu.org>
8737
8738 * calendar/timeclock.el (timeclock-generate-report): Added a
8739 missing insert of the project name.
8740
8741 2001-04-09 Gerd Moellmann <gerd@gnu.org>
8742
8743 * obsolete/profile.el: Moved from emacs-lisp/.
8744
8745 * Makefile.in (nonobsolete_setwins): New macro.
8746 (finder-data): Use it instead of `setwins'.
8747 From: Dave Love <fx@gnu.org>.
8748
8749 * server.el (server-visit-files): Set server-existing-buffer correctly.
8750 (server-visit-files): Run server-visit-hook after going to
8751 line 1 so that the hook can set point as it sees fit.
8752
8753 * bindings.el (mode-line-modified): Unify help messages.
8754
8755 2001-04-07 Eli Zaretskii <eliz@is.elta.co.il>
8756
8757 * dos-fns.el (dos-8+3-filename): Rename from dos-truncate-to-8+3.
8758 All callers changed.
8759
8760 2001-04-06 Eli Zaretskii <eliz@is.elta.co.il>
8761
8762 * international/titdic-cnv.el (miscdic-convert): For MS-DOS, if
8763 long file names aren't supported, truncate the file names in
8764 quail-misc-package-ext-info to 8+3 before matching them against
8765 FILENAME.
8766
8767 * dos-fns.el (dos-truncate-to-8+3): New function.
8768
8769 * progmodes/compile.el (grep-compute-defaults): Use null-device
8770 instead of literal /dev/null. Reported by Jens Schmidt
8771 <schmidt@mathematik.uni-kl.de>.
8772
8773 * simple.el (normal-erase-is-backspace-mode): Doc fix.
8774
8775 2001-04-06 Stefan Monnier <monnier@cs.yale.edu>
8776
8777 * textmodes/sgml-mode.el: Add unknown maintainer.
8778 (sgml-tag): Pass `str' explicitly through skeleton-transformation.
8779 (html-mode-map): Use set-keymap-parent.
8780
8781 2001-04-06 Dave Love <fx@gnu.org>
8782
8783 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
8784 Remove redundant string-to-list.
8785
8786 2001-04-05 Stefan Monnier <monnier@cs.yale.edu>
8787
8788 * composite.el (reference-point-alist): Doc fix.
8789
8790 2001-04-05 Sam Steingold <sds@gnu.org>
8791
8792 * font-lock.el (font-lock-keywords-case-fold-search):
8793 Make buffer-local. This fixes a very annoying bug when loading a Lisp
8794 file made font-lock case-insensitive.
8795
8796 2001-04-05 Gerd Moellmann <gerd@gnu.org>
8797
8798 * faces.el (defface menu): Doc fix.
8799
8800 * wid-edit.el (widget-color-sample-face-get): Don't make
8801 faces for undefined colors.
8802
8803 * version.el (emacs-version): Include LessTif/Motif version info.
8804
8805 2001-04-04 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8806
8807 * ps-mule.el: Eliminate cl package dependence.
8808 (char-valid-p, multibyte-string-p, string-make-multibyte): Define funs
8809 if they aren't defined yet.
8810 (ps-mule-encode-header-string, ps-mule-header-string-charsets):
8811 Eliminate cl package dependence.
8812
8813 2001-04-04 Stefan Monnier <monnier@cs.yale.edu>
8814
8815 * progmodes/cc-cmds.el (c-outline-level):
8816 Bind buffer-invisibility-spec. Originally from Dave Love, but
8817 got lost when incorporating version 5.26.
8818
8819 2001-04-04 Eli Zaretskii <eliz@is.elta.co.il>
8820
8821 * emulation/pc-select.el (pc-selection-mode):
8822 Call normal-erase-is-backspace-mode instead of binding
8823 keys individually.
8824
8825 * cus-load.el (normal-erase-is-backspace): Use it instead of
8826 delete-key-deletes-forward.
8827
8828 * startup.el (command-line): Use normal-erase-is-backspace and
8829 normal-erase-is-backspace-mode.
8830
8831 * simple.el (normal-erase-is-backspace): Rename from
8832 delete-key-deletes-forward. Doc fix.
8833 (normal-erase-is-backspace-mode): Rename from
8834 delete-key-deletes-forward-mode. Doc fix.
8835 Run normal-erase-is-backspace-hook.
8836
8837 * dired.el (dired-move-to-filename-regexp): Support file sizes in
8838 ``human-readable'' format produced by GNU `ls'.
8839 (dired-move-to-filename-regexp): Recognize ISO format dates.
8840 From Paul Eggert <eggert@twinsun.com>.
8841
8842 2001-04-04 Gerd Moellmann <gerd@gnu.org>
8843
8844 * emacs-lisp/lisp-mnt.el (lm-keywords-list, lm-keywords-finder-p):
8845 New functions.
8846 (lm-verify): Check keywords.
8847 From Eric M. Ludlam <eric@siege-engine.com>.
8848
8849 2001-04-03 Eric M. Ludlam <eric@siege-engine.com>
8850
8851 * speedbar.el (speedbar-insert-image-button-maybe): Check for
8852 `xemacs' feature instead of for the function `set-extent-property'.
8853
8854 2001-04-03 Stefan Monnier <monnier@cs.yale.edu>
8855
8856 * mail/mh-utils.el (mh-folder-hist): New var.
8857 (mh-prompt-for-folder): Use it and pass `default' to completing-read.
8858
8859 2001-04-03 Eli Zaretskii <eliz@is.elta.co.il>
8860
8861 * hexl.el (hexl-scroll-up): If scrolling gets outside the hexl
8862 region, position point on the first or last 16-byte group.
8863 (hexl-mode-map): Bind C-Home and C-End to hexl-beginning-of-buffer
8864 and hexl-end-of-buffer. Bind End and Home to hexl-end-of-line and
8865 hexl-beginning-of-line.
8866
8867 2001-04-03 Gerd Moellmann <gerd@gnu.org>
8868
8869 * icomplete.el (icomplete-mode): Treat an argument like other
8870 modes do.
8871
8872 * startup.el (fancy-splash-head): Use splash8.xpm for color
8873 depth 8.
8874
8875 * emacs-lisp/checkdoc.el (checkdoc-common-verbs-wrong-voice):
8876 Add an antry for ``converts''.
8877
8878 * language/slovak.el ("Slovak"): Add documentation string.
8879 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk).
8880
8881 * language/czech.el ("Czech"): Add documentation string.
8882 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk).
8883
8884 * ps-mule.el (ps-mule-font-info-database-bdf): Change `isci24-etl.bdf'
8885 to `isci24-mule.bdf'. From: Kenichi Handa <handa@etl.go.jp>.
8886
8887 2001-04-02 Stefan Monnier <monnier@cs.yale.edu>
8888
8889 * mail/mail-extr.el (mail-extr-delete-char, mail-extr-safe-move-sexp)
8890 (mail-extr-skip-whitespace-forward, mail-extr-nuke-char-at)
8891 (mail-extr-skip-whitespace-backward, mail-extr-undo-backslash-quoting):
8892 Use `defsubst' rather than a macro to ease debugging.
8893 (mail-extr-last): Remove (use `last' instead).
8894 (mail-extract-address-components): Properly reset the syntax-table
8895 after parsing an address. Use `last' rather than mail-extr-last.
8896 Make sure the end marker stays at the very end.
8897
8898 2001-04-02 Eli Zaretskii <eliz@is.elta.co.il>
8899
8900 * international/titdic-cnv.el (miscdic-convert): Fix a typo in the
8901 last change.
8902
8903 2001-04-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8904
8905 * ps-print.el: Line and paragraph spacing feature. Region to cut
8906 out when printing. Doc fix.
8907 (ps-print-version): New version number (6.5).
8908 (ps-line-spacing, ps-paragraph-spacing, ps-paragraph-regexp):
8909 New vars. Line and paragraph spacing feature.
8910 (ps-begin-cut-regexp, ps-end-cut-regexp): New vars. Region to cut
8911 out when printing.
8912 (ps-setup, ps-nb-pages, ps-get-page-dimensions, ps-begin-file)
8913 (ps-get-font-size, ps-begin-job, ps-continue-line)
8914 (ps-plot-region): Code fix.
8915 (ps-print-prologue-2): Var eliminated.
8916 (ps-line-spacing-internal, ps-paragraph-spacing-internal):
8917 New internal vars.
8918 (ps-get-size): New fun.
8919 (ps-output-string-prim, ps-init-output-queue, ps-print-page-p)
8920 (ps-next-line): Replace defun by defsubst.
8921 (ps-mule-plot-string): Autoload doc fix.
8922
8923 * ps-bdf.el: XEmacs compatibility. Doc fix.
8924 (installation-directory, coding-system-for-read): Declare vars if
8925 it's not declared yet.
8926 (bdf-read-font-info, bdf-read-bitmap, bdf-get-bitmaps): Code fix.
8927
8928 * ps-mule.el: XEmacs compatibility. Doc fix.
8929 (leading-code-private-22): Declare var if it's not declared yet.
8930 (charset-bytes, charset-dimension, charset-id, charset-width)
8931 (find-charset-region, split-char, char-width, chars-in-region)
8932 (forward-point, decompose-composite-char, encode-coding-string)
8933 (coding-system-p, ccl-execute-on-string, define-ccl-program):
8934 Define funs if not defined yet.
8935 (encode-composition-rule, find-composition): Define funs if not
8936 loaded yet.
8937 (ps-mule-prologue): PostScript code fix.
8938
8939 2001-04-02 Kenichi Handa <handa@etl.go.jp>
8940
8941 * ps-mule.el (ps-mule-generate-font): New arg HEADER-P. If it is
8942 non-nil, generate font for the header strings.
8943 (ps-mule-prepare-font): Likewise.
8944 (ps-mule-generate-glyphs): Likewise.
8945 (ps-mule-string-encoding): Likewise.
8946 (ps-mule-header-charsets): New variable.
8947 (ps-mule-encode-header-string): New function.
8948 (ps-mule-header-string-charsets): New function.
8949 (ps-mule-begin-job): Check charsets in the header strings. If there
8950 are non-ASCII and non-Latin1 charsets, prepare fonts for them.
8951
8952 * ps-print.el (ps-generate-header-line): Encode the header string by
8953 ps-mule-encode-header-string.
8954 (ps-mule-encode-header-string): Declare autoload.
8955
8956 2001-04-02 Gerd Moellmann <gerd@gnu.org>
8957
8958 * frame.el (cursor-in-non-selected-windows):
8959 Replaces show-cursor-in-non-selected-windows.
8960
8961 2001-03-31 Kenichi Handa <handa@etl.go.jp>
8962
8963 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
8964 Delete entries for "chinese-py" and "chinese-ziranma".
8965 (quail-misc-package-ext-info): New variable.
8966 (tsang-quick-converter): New function.
8967 (tsang-b5-converter, quick-b5-converter, tsang-cns-converter)
8968 (quick-cns-converter, py-converter, ziranma-converter)
8969 (miscdic-convert, batch-miscdic-convert): New functions.
8970
8971 2001-03-30 Kenichi Handa <handa@etl.go.jp>
8972
8973 * international/utf-8.el (ccl-encode-mule-utf-8): Fix handling of
8974 eight-bit-control chars.
8975
8976 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
8977 Reduce making temporary vector (suggested by Dave Love).
8978
8979 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
8980
8981 * simple.el (transient-mark-mode): Mention ESC ESC ESC in the doc
8982 string as well.
8983
8984 2001-03-30 Andreas Schwab <schwab@suse.de>
8985
8986 * files.el (backup-directory-alist): Fix typo.
8987
8988 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
8989
8990 * time-stamp.el (time-stamp-format): Doc fix. From Paul Eggert
8991 <eggert@twinsun.com>.
8992
8993 2001-03-30 Dave Love <fx@gnu.org>
8994
8995 * progmodes/fortran.el (fortran-comment-region): Fix typo.
8996
8997 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
8998
8999 * simple.el (transient-mark-mode): Mention C-g in the doc string.
9000
9001 2001-03-30 Miles Bader <miles@gnu.org>
9002
9003 * subr.el (interactive-form): Fix paren typo.
9004
9005 2001-03-29 Eli Zaretskii <eliz@is.elta.co.il>
9006
9007 * emacs-lisp/profile.el: Say that it's obsolete in the header
9008 line, so that finder.el puts that into its data-base.
9009 Suggested by Alex Schroeder <alex@gnu.org>.
9010
9011 2001-03-29 Paul Eggert <eggert@twinsun.com>
9012
9013 * mail/emacsbug.el (report-emacs-bug): Report LC_COLLATE,
9014 LC_MESSAGES, LC_MONETARY, LC_NUMERIC, and LC_TIME as well.
9015
9016 2001-03-29 Stefan Monnier <monnier@cs.yale.edu>
9017
9018 * generic.el (generic-mode-set-comments): Use "" rather than nil
9019 for comment-end.
9020
9021 2001-03-29 Gerd Moellmann <gerd@gnu.org>
9022
9023 * emacs-lisp/advice.el (ad-make-advised-definition):
9024 Call interactive-form to obtain the interactive spec of subrs.
9025
9026 * subr.el (interactive-form): New function.
9027
9028 2001-03-29 Andre Spiegel <spiegel@gnu.org>
9029
9030 * vc-sccs.el (vc-sccs-register): Use relative file names.
9031
9032 2001-03-28 Gerd Moellmann <gerd@gnu.org>
9033
9034 * bookmark.el (bookmark-get-bookmark): Handle case that
9035 BOOKMARK is not a string.
9036
9037 * image.el (image-type-regexps): Change type for PS files
9038 to `postscript'.
9039
9040 * subr.el (read-passwd): Clear command history after each
9041 character entered. From: Stephen Gildea
9042 <gildea@stop.mail-abuse.org>.
9043
9044 2001-03-27 Kenichi Handa <handa@etl.go.jp>
9045
9046 * international/kkc.el (kkc-save-init-file): Locally bind
9047 print-length to nil.
9048
9049 2001-03-26 Gerd Moellmann <gerd@gnu.org>
9050
9051 * textmodes/flyspell.el: Some doc fixes.
9052 (flyspell-maybe-correct-transposition)
9053 (flyspell-maybe-correct-doubling): Use a temporary buffer
9054
9055 * textmodes/ispell.el (ispell-parse-output): Doc fix.
9056
9057 * emacs-lisp/byte-opt.el (byte-optimize-while)
9058 (byte-optimize-form-code-walker): Diagnose too few arguments
9059 for `if' and `while'.
9060
9061 2001-03-26 Kenichi Handa <handa@etl.go.jp>
9062
9063 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
9064 Prepend `\' to "\<quail-translation-docstring>".
9065
9066 2001-03-26 Gerd Moellmann <gerd@gnu.org>
9067
9068 * autorevert.el (global-auto-revert-non-file-buffers):
9069 Remove duplicate defcustom.
9070
9071 2001-03-26 Miles Bader <miles@gnu.org>
9072
9073 * international/latin1-disp.el (latin1-char-displayable-p):
9074 Add leading "-" for X font pattern.
9075
9076 2001-03-26 Kenichi Handa <handa@etl.go.jp>
9077
9078 * international/mule-diag.el (describe-coding-system):
9079 For raw-text and emacs-mule, don't add anymore text about what
9080 charsets they can encode.
9081
9082 2001-03-25 Eli Zaretskii <eliz@is.elta.co.il>
9083
9084 * help.el (view-lossage): Mention open-dribble-file in the doc
9085 string. Suggested by Riku Saikkonen <rjs@lloke.dna.fi>.
9086
9087 2001-03-23 Stefan Monnier <monnier@cs.yale.edu>
9088
9089 * skeleton.el (skeleton-internal-list): Fix bogus logic.
9090 (skeleton-pair-insert-maybe): Don't pair after a backslash.
9091
9092 2001-03-23 Kenichi Handa <handa@etl.go.jp>
9093
9094 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
9095 Call ccl-execute-on-string directly so that CCL program handling
9096 multibyte sequence can work correctly.
9097 (encoded-kbd-setup-keymap): Fix the default value of `valid-codes'
9098 property of the coding system.
9099
9100 2001-03-23 Stefan Monnier <monnier@cs.yale.edu>
9101
9102 * textmodes/fill.el (fill-individual-paragraphs-prefix):
9103 Fix transcription typo.
9104
9105 2001-03-22 Rajesh Vaidheeswarran <rv@gnu.org>
9106
9107 * whitespace.el: Add buffer local variables to toggle testing of
9108 whitespaces in buffers without affecting the default values.
9109 Bump version to 3.0 to account for a few other changes.
9110 (whitespace-toggle-ateol-check, whitespace-toggle-leading-check)
9111 (whitespace-toggle-trailing-check, whitespace-toggle-indent-check)
9112 (whitespace-toggle-spacetab-check): New functions.
9113
9114 2001-03-21 Stefan Monnier <monnier@cs.yale.edu>
9115
9116 * obsolete/cplus-md.el: Moved from progmodes/cplus-md.el.
9117
9118 2001-03-21 Gerd Moellmann <gerd@gnu.org>
9119
9120 * bs.el (bs-cycle-next, bs-cycle-previous): Fix handling of
9121 bs-cycle-configuration-name. From Juanma Barranquero
9122 <lektu@uol.com.br>.
9123
9124 * Makefile.in, makefile.w32-in (COMPILE_FIRST): Add cc-mode.el
9125 and cc-vars.el.
9126
9127 * mail/sendmail.el (sendmail-send-it): Don't parse Resent-*
9128 headers. Always invoke sendmail with option -t.
9129
9130 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9131
9132 * Release of cc-mode 5.28.
9133
9134 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9135
9136 * cc-mode.el, cc-vars.el (c-common-init, c-default-style):
9137 Removed the hardcoded switch to "java" style in Java mode.
9138 It's instead taken care of by the default value for c-default-style.
9139
9140 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9141
9142 * cc-align.el (c-lineup-math): Fix bug where lineup was
9143 triggered by equal signs in string literals.
9144
9145 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9146
9147 * cc-cmds.el (c-fill-paragraph): Fixed bug in the paragraph
9148 limit detection when at the ends of the buffer.
9149
9150 * cc-engine.el (c-guess-basic-syntax): Removed bogus check for
9151 "for" statement clause in case 7F; a better one is done
9152 earlier in case 7D anyway.
9153
9154 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9155
9156 * cc-cmds.el (c-guess-fill-prefix): Improved the heuristics
9157 somewhat more and did a small optimization.
9158
9159 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9160
9161 * cc-cmds.el (c-beginning-of-statement, c-end-of-statement):
9162 Use the limit argument only to limit the syntactic context
9163 search, not to limit the actual movement.
9164
9165 * cc-cmds.el (c-beginning-of-statement): Move by sentence
9166 inside multiline strings, just like in comments. Also various
9167 fixes to the paragraph and comment prefix recognition, block
9168 comment ender handling etc.
9169
9170 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9171
9172 * cc-cmds.el (c-fill-paragraph): Take more care to preserve
9173 the relative position of the point.
9174
9175 * cc-cmds.el (c-electric-continued-statement): New function to
9176 use as abbrev hook to reindent for keywords such as "else"
9177 that continues an earlier statement.
9178
9179 * cc-menus.el (cc-imenu-c++-generic-expression): Treat structs
9180 like classes.
9181
9182 * cc-mode.el (c-mode, c++-mode, java-mode, objc-mode)
9183 (pike-mode): Populate the default abbrev tables to reindent for
9184 keywords such as "else" that can continue earlier statements.
9185 Abbrev mode is therefore turned on by default now. (Note that
9186 this doesn't apply to idl-mode, since IDL afaik doesn't have
9187 statements at all.)
9188
9189 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9190
9191 * cc-engine.el (c-inside-bracelist-p): Fix for handling
9192 bracelists where the declaration contains template arguments.
9193
9194 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9195
9196 * cc-cmds.el (c-comment-indent):
9197 Use `c-get-syntactic-indentation' to correctly calculate the
9198 syntactic indentation. Fixes bug with lineup functions that
9199 return vectors.
9200
9201 * cc-engine.el (c-get-syntactic-indentation): Split the
9202 indentation sum calculation from `c-indent-line' to a separate
9203 function.
9204
9205 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9206
9207 * cc-cmds.el (c-beginning-of-statement, c-comment-indent):
9208 Fixed places where it was assumed that preprocessor directives
9209 have to start in column zero.
9210
9211 * cc-engine.el (c-beginning-of-member-init-list): Handle C++
9212 template arguments after a class identifier properly.
9213
9214 * cc-engine.el (c-guess-basic-syntax): Treat initializer brace
9215 lists for `new Foo[]' constructs in Java as expressions and
9216 not top level definition brace lists on the top level, so that
9217 they'll get indented consistently with the same type of
9218 expression in a normal block.
9219
9220 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9221
9222 * cc-cmds.el (c-fill-paragraph): The kludge that checks
9223 whether the adaptive filling package fails to keep the comment
9224 prefix is now kludged further to check for filladapt-mode
9225 which doesn't have that problem. This is really icky, but it's
9226 the only way that works with the current misfeatures/bugs in
9227 both adaptive-fill-mode and filladapt-mode.
9228
9229 * cc-cmds.el (c-fill-paragraph): Made the way the paragraph
9230 around point is recognized more robust.
9231
9232 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9233
9234 * cc-cmds.el, cc-engine.el, cc-lobotomy.el (c-state-cache)
9235 (c-in-literal-cache, c-auto-fill-prefix, c-lit-limits)
9236 (c-lit-type): Fixed all internal variables used dynamically so
9237 that they are always bound.
9238
9239 * cc-cmds.el, cc-engine.el: Improved recovery of syntactic
9240 errors:
9241
9242 (c-indent-region): Fixed reporting of syntactic errors so that
9243 the region is fully reindented even when an error occurs.
9244 The last syntactic error is printed afterwards. Also cleanup up a
9245 whole lot of code that tried to optimize indentation of whole
9246 sexps but in reality accomplishes nothing.
9247
9248 (c-indent-sexp): Use c-indent-region.
9249
9250 (c-parsing-error): Changed this variable to hold the message
9251 for any syntactic error that is discovered.
9252
9253 (c-parse-state): Search backward from point instead of the bod
9254 position when the latter is invalid. This makes CC Mode
9255 recover faster when there are unbalanced close braces.
9256
9257 (c-backward-to-start-of-if): Use c-parsing-error to report
9258 dangling "else" clauses instead of throwing an error, and fall
9259 back to a reasonable position.
9260
9261 (c-indent-line): Added argument to avoid reporting syntactic errors.
9262
9263 (c-show-syntactic-information): Don't report any syntactic errors.
9264
9265 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9266
9267 * cc-cmds.el (c-beginning-of-statement): Fixed bugs with
9268 paragraph recognition when moving by sentence in literals.
9269
9270 * cc-langs.el (c-Java-javadoc-paragraph-start): Modified paragraph
9271 start regexp for javadoc to recognize javadoc markup in general instead
9272 of a specific set of keywords, to be more future-safe.
9273
9274 (c-Pike-pikedoc-paragraph-start)
9275 (c-Pike-pikedoc-paragraph-separate): New regexps to recognize
9276 pikedoc markup.
9277
9278 * cc-mode.el: Fixed initialization and use of c-current-comment-prefix.
9279
9280 (pike-mode): Initialize paragraph settings pikedoc recognition.
9281
9282 * cc-vars.el (c-default-style): Made a nicer Customize widget.
9283
9284 (c-comment-prefix-regexp): Made it possible to use an
9285 association list on this to specify mode specific regexps.
9286 The default value now use a special regexp in Pike mode to
9287 recognize pikedoc markup.
9288
9289 (c-current-comment-prefix): New variable containing the actual
9290 regexp from c-comment-prefix-regexp for the current buffer.
9291
9292 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9293
9294 * cc-cmds.el (c-electric-brace): Fixed check for special brace
9295 lists: We can't look at the syntax, since a brace list can get
9296 recognized as a plain statement-cont.
9297
9298 * cc-engine.el (c-guess-basic-syntax): Fixed bug where a
9299 special brace list opener broken over two lines got recognized
9300 as a statement on the second line. Case 9A changed.
9301
9302 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9303
9304 * cc-cmds.el (c-electric-brace): Fixed bug in c-state-cache
9305 adjustment after line is reindented.
9306
9307 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9308
9309 * cc-defs.el (c-point): Added optional argument for position
9310 to use instead of the current point.
9311
9312 * cc-defs.el, cc-engine.el (c-add-class-syntax): Do not add
9313 the in-expression block symbols when the construct starts at
9314 boi, to avoid the extra level of indentation in that case.
9315 Cases 4, 16A and 17E affected.
9316
9317 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9318
9319 * cc-cmds.el: Use `indent-according-to-mode' instead of direct
9320 calls to `c-indent-line', to adhere better to Emacs conventions.
9321
9322 * cc-engine.el (c-indent-line): Use the syntax already bound
9323 to `c-syntactic-context', if there is any.
9324
9325 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9326
9327 * cc-engine.el (c-get-offset): Fixed bug where the indentation
9328 wasn't added up correctly when a lineup function returned nil.
9329
9330 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9331
9332 * cc-engine.el (c-collect-line-comments): Fixed bug where
9333 empty lines were ignored when collecting line comments backwards.
9334
9335 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9336
9337 * cc-align.el (c-lineup-dont-change): Return an absolute
9338 indentation column to work correctly in the case when several
9339 syntactic elements are processed for the same line.
9340
9341 * cc-engine.el, cc-styles.el, cc-vars.el (c-evaluate-offset)
9342 (c-get-offset, c-indent-line, c-valid-offset, c-read-offset)
9343 (c-set-offset): Added absolute indentation column settings by
9344 using the vector type.
9345
9346 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9347
9348 * cc-cmds.el, cc-vars.el (c-electric-paren, c-cleanup-list):
9349 Implemented two new cleanups `space-before-funcall' and
9350 `compact-empty-funcall'.
9351
9352 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9353
9354 * cc-defs.el (c-paren-re, c-identifier-re): Two new macros for
9355 helping building regexps.
9356
9357 * cc-engine.el (c-on-identifier): New function for detecting
9358 identifiers. It takes keywords into account.
9359
9360 * cc-langs.el, cc-mode.el: Added regexps for complete keyword
9361 lists. `c-keywords' is set to a regexp matching all keywords
9362 in the current language.
9363
9364 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9365
9366 * cc-engine.el (c-beginning-of-statement-1): Added '#' to the
9367 list of characters to skip backwards over at the beginning of
9368 a statement, since it can precede string literals in Pike.
9369
9370 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9371
9372 * cc-cmds.el (c-guess-fill-prefix): Fixed bug with prefix
9373 recognition when standing on the last line in a C++ comment
9374 with nothing but whitespace after the prefix.
9375
9376 * cc-engine.el (c-backward-to-start-of-if): Fixed bug when
9377 given no limit argument.
9378
9379 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9380
9381 * cc-engine.el (c-inside-bracelist-p): Fixed brace list
9382 recognition for the `[]= operator symbol in Pike.
9383
9384 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9385
9386 * cc-bytecomp.el (cc-eval-when-compile): New macro that works
9387 around a bug in `eval-when-compile' in the byte compiler.
9388
9389 * cc-engine.el (c-forward-token-1): Fixed bug with return
9390 value when count is zero and there's no token start within the limit.
9391
9392 (c-guess-basic-syntax): Don't add 'comment-intro to lines with
9393 "prefix comments", i.e. comments which are followed by code on
9394 the same line.
9395
9396 * cc-mode-19.el: Fixes so that checks that must be done at
9397 compile time also are done then.
9398
9399 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9400
9401 * cc-defs.el: Make sure cc-mode-19 is loaded both at compile
9402 time and at runtime, and only when it's needed.
9403
9404 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9405
9406 Major cleanup for less error prone and more warning free
9407 compilation, including some fixes for bugs due to different
9408 compilation orders. Thanks to Martin Buchholz for providing
9409 the basis for all this.
9410
9411 * cc-bytecomp.el: New file that provides some byte compilation
9412 features: It ensures that files always are loaded from the
9413 current source directory during compilation, and it provides a
9414 set of macros to turn off specific compiler warnings for
9415 specific symbols. (It's not CC Mode specific in any way.)
9416
9417 Fixed a nearly acyclic dependency tree (both runtime and
9418 compile-time) between all files.
9419
9420 * cc-defs.el: Separated all macros before the inline functions,
9421 to ensure correct compilation.
9422
9423 * cc-defs.el, cc-engine.el: Moved c-beginning-of-macro to from
9424 cc-defs.el to cc-engine.el and made it a function instead.
9425
9426 * cc-mode-19.el: Patch the byte compiler in Emacs 19 not to warn
9427 about char-after.
9428
9429 * cc-vars.el: Cope even when there isn't a custom package
9430 containing defcustom available.
9431
9432 * cc-make.el: Removed since it's no longer necessary.
9433
9434 README: Updated installation instructions.
9435
9436 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9437
9438 * cc-cmds.el, cc-langs.el, cc-mode.el: Moved around things to
9439 improve the modularity: Moved all mode init stuff from
9440 cc-langs.el to cc-mode.el, including the keymap
9441 initialization; cc-langs now only contains the various
9442 variables for configuring the language syntax.
9443
9444 * cc-engine.el, cc-styles.el (c-evaluate-offset)
9445 (c-get-offset): Moved from cc-styles to cc-engine since file
9446 dependency analysis suggests they belong there (which also
9447 makes more sense). Thanks to Martin Buchholz for doing the analysis.
9448
9449 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9450
9451 * cc-cmds.el (c-fn-region-is-active-p): New function that
9452 wraps the corresponding macro, for use in places that aren't
9453 compiled. Thanks to Martin Buchholz for pointing out this.
9454
9455 * cc-langs.el (c-mode-menu): Use c-fn-region-is-active-p.
9456
9457 * cc-mode.el (c-prepare-bug-report-hooks): Hook variable to
9458 add things to the bug report.
9459
9460 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9461
9462 * cc-cmds.el (c-guess-fill-prefix): Fixed bug where the
9463 returned prefix could contain a newline when the search for a
9464 good prefix line failed.
9465
9466 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9467
9468 * cc-cmds.el (c-toggle-auto-state, c-toggle-hungry-state)
9469 (c-toggle-auto-hungry-state): Made the argument optional, as
9470 the documentation says it is.
9471
9472 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9473
9474 * cc-engine.el (c-guess-basic-syntax): Don't treat the Pike
9475 multiline string syntax, #"...", as a cpp macro.
9476
9477 2001-03-21 Paul Eggert <eggert@twinsun.com>
9478
9479 * international/mule-cmds.el (set-locale-environment):
9480 Set system-messages-locale and system-time-locale, but only if the
9481 caller specifies a non-nil locale name.
9482
9483 2001-03-20 Gerd Moellmann <gerd@gnu.org>
9484
9485 * pcvs-util.el (cvs-bury-buffer): Bodiless `if' statements cause
9486 problems for the interpreter. From: John Wiegley <johnw@gnu.org>
9487
9488 2001-03-20 Gerd Moellmann <gerd@gnu.org>
9489
9490 * follow.el (follow-avoid-tail-recenter): Doc fix.
9491
9492 * custom.el (custom-set-variables): Avoid reversing the list
9493 of args needlessly.
9494
9495 * startup.el (fancy-splash-head): Don't change the colors of the
9496 XPM image on a dark background.
9497
9498 * comint.el (comint-exec-1): Set columns of the terminal to
9499 window-width instead of frame-width.
9500
9501 * info.el (Info-scroll-down): Add missing WINDOW arg for
9502 pos-visible-in-window-p.
9503
9504 * ehelp.el (electric-help-mode-hook): Add defcustom.
9505
9506 * mail/sendmail.el (mail-mode): Activate case-folding in
9507 font-lock-defaults.
9508
9509 2001-03-19 Stefan Monnier <monnier@cs.yale.edu>
9510
9511 * bindings.el (mode-line-mode-menu): `glasses-mode' might be unbound.
9512 (completion-ignored-extensions): Remove duplicate ".class".
9513
9514 2001-03-19 Andreas Schwab <schwab@suse.de>
9515
9516 * textmodes/reftex-dcr.el (reftex-view-crossref): Doc fix.
9517 From Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
9518
9519 2001-03-19 Gerd Moellmann <gerd@gnu.org>
9520
9521 * language/european.el ("Latin-5", "Latin-4"): Use postfix input
9522 methods since there are not prefix input methods.
9523
9524 2001-03-19 Kenichi Handa <handa@etl.go.jp>
9525
9526 * international/mule-cmds.el (read-input-method-name):
9527 Locally bind enable-recursive-minibuffers to t.
9528
9529 2001-03-18 Stefan Monnier <monnier@cs.yale.edu>
9530
9531 * emacs-lisp/lmenu.el (add-menu): Re-added (was erroneously removed).
9532
9533 2001-03-17 Michael Kifer <kifer@cs.sunysb.edu>
9534
9535 * ediff-util.el: Copyright years.
9536 (ediff-choose-syntax-table): New function.
9537 (ediff-setup): Use ediff-choose-syntax-table.
9538
9539 * ediff-init.el (ediff-with-syntax-table): New macro, uses
9540 with-syntax-table.
9541
9542 * ediff.el: Date of last update, copyright years.
9543
9544 * ediff-wind (ediff-setup-control-frame): Nill->nil.
9545
9546 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
9547 of Scott Bronson.
9548 (ex-cmd-assoc,ex-cmd-one-letr): New functions.
9549 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
9550 Deleted functions.
9551 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
9552 ex-token-list.
9553
9554 * viper-util.el: Spaces, indentation.
9555
9556 * viper.el: Changed version, modification time.
9557
9558 2001-03-16 John Wiegley <johnw@gnu.org>
9559
9560 * calendar/timeclock.el (timeclock-workday-remaining):
9561 Check whether `discrep' is non-null before using it.
9562
9563 2001-03-16 John Wiegley <johnw@gnu.org>
9564
9565 * calendar/timeclock.el (timeclock-reread-log): Fixed problem with
9566 first-time checkins.
9567 (timeclock-log-data): Fixed problem with reading timelog log file.
9568 Resulting data in the "day list" was incorrect.
9569 (timeclock-find-discrep): Check if `timeclock-file' is readable
9570 before opening it.
9571 (timeclock-time-less-p): New function.
9572 (timeclock-day-base): New function.
9573 (timeclock-geometric-mean): New function.
9574 (timeclock-generate-report): Generate a summary report based on
9575 the contents of the log file. This uses `timeclock-log-data', and
9576 is an example of writing a timelog manipulation function.
9577 (timeclock-visit-timelog): A quick command for opening the timelog
9578 file.
9579 (timeclock-log-data): Bound the variable event.
9580
9581 2001-03-16 Kenichi Handa <handa@etl.go.jp>
9582
9583 * international/mule-cmds.el (select-safe-coding-system):
9584 Fix typo: symbol-name -> symbol-value.
9585
9586 * mail/rmail.el (rmail-insert-inbox-text): Call expand-file-name
9587 before substitute-in-file-name to handle double slashes in FILE
9588 correctly.
9589
9590 2001-03-15 Gerd Moellmann <gerd@gnu.org>
9591
9592 * textmodes/ispell.el (ispell-dictionary-alist-6): Add support
9593 for Slovak. From Pavel.Janik@suse.cz (Pavel Jan\e,Bm\e(Bk ml.).
9594
9595 2001-03-14 Gerd Moellmann <gerd@gnu.org>
9596
9597 * bindings.el (features): Add `md5' and `overlay' to the list.
9598
9599 * scroll-bar.el (toplevel): Test if `x-toolkit-scroll-bars' is
9600 bound before using it. It's not bound when configured without X,
9601 for instance.
9602
9603 2001-03-13 Thien-Thi Nguyen <ttn@gnu.org>
9604
9605 * progmodes/hideshow.el: Update copyright.
9606 (hs-minor-mode-map): Change bindings to use `C-c @' prefix.
9607 (hs-minor-mode-hook): Include `:version' in defcustom form.
9608
9609 2001-03-13 Gerd Moellmann <gerd@gnu.org>
9610
9611 * help.el (string-key-binding): Don't call event-start on
9612 a non-list.
9613
9614 2001-03-13 Eli Zaretskii <eliz@is.elta.co.il>
9615
9616 * startup.el (fancy-splash-tail, command-line-1): Fix the
9617 copyright year.
9618
9619 2001-03-13 Kenichi Handa <handa@etl.go.jp>
9620
9621 * term.el: These changes are based on a patch sent from Yong Lu
9622 <lyongu@yahoo.com>.
9623 (term-set-escape-char): Bind M-x to execute-extended-command in
9624 term-raw-escape-map.
9625 (term-move-columns): Don't try to move to negagive column.
9626 (term-emulate-terminal): Insert a string before deleting a text to
9627 overwrite.
9628
9629 2001-03-12 Gerd Moellmann <gerd@gnu.org>
9630
9631 * play/life.el (life): Rearrange code so that all calls to
9632 life-display-generation are in a catch-form.
9633
9634 * progmodes/etags.el (tags-loop-continue): Don't change point in a
9635 file that isn't interesting. In an interesting file, push the old
9636 value of point on the mark ring.
9637
9638 * mail/rmailsum.el (rmail-summary-override-mail-send-and-exit):
9639 New function.
9640 (rmail-summary-mail, rmail-summary-reply, rmail-summary-forward):
9641 Use it.
9642
9643 * emacs-lisp/autoload.el (generate-file-autoloads):
9644 Remove warning about line lengths.
9645
9646 2001-03-12 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
9647
9648 * progmodes/etags.el (tags-compression-info-list): New variable.
9649 (find-tag-in-order): Use it to deal with compressed source files.
9650 (tag-file-name-match-p): New function.
9651 (etags-recognize-tags-table): Use it for better match of file names.
9652
9653 2001-03-12 Kenichi Handa <handa@etl.go.jp>
9654
9655 * international/mule-cmds.el (register-input-method): Doc fix.
9656
9657 * international/quail.el (quail-translate-key): Fix condition to
9658 check if there's another breaking point in the current key.
9659
9660 2001-03-11 Eli Zaretskii <eliz@is.elta.co.il>
9661
9662 * mail/rmailout.el (rmail-output-to-rmail-file): When writing the
9663 Babyl header to the newly-created output file, bind
9664 coding-system-for-write to either rmail-file-coding-system or
9665 emacs-mule-unix.
9666
9667 2001-03-11 Stefan Monnier <monnier@cs.yale.edu>
9668
9669 * textmodes/texnfo-upd.el (texinfo-update-menu-lower-regexps):
9670 Fix the name and regexp used for subsubsections.
9671
9672 2001-03-10 Dave Love <fx@gnu.org>
9673
9674 * toolbar/tool-bar.el (tool-bar-setup): Don't suppress write-file
9675 and save-buffer if buffer-file-name non-nil. From rms.
9676
9677 2001-03-10 Andre Spiegel <spiegel@gnu.org>
9678
9679 * vc.el (vc-do-command): If the destination buffer is already
9680 current, don't set it up and don't erase it. Updated doc string
9681 to reflect that.
9682 (vc-version-diff): When doing a single file diff, don't switch to the
9683 *vc-diff* buffer before the command. This is to preserve local
9684 variable bindings that might affect the diff command.
9685 (vc-print-log): Don't switch to the *vc* buffer before the
9686 command, so that local variable bindings are preserved.
9687
9688 * vc-{cvs,rcs,sccs}.el (vc-*-print-log): Output to buffer *vc*,
9689 not the current buffer.
9690 (vc-*-diff): Output to buffer *vc-diff*, not the current buffer.
9691
9692 * vc-cvs.el (vc-cvs-checkin): When removing the sticky tag,
9693 make output go to buffer *vc*, not the current buffer.
9694
9695 2001-03-09 Stefan Monnier <monnier@cs.yale.edu>
9696
9697 * hi-lock.el (hi-lock-line-face-buffer): Wrap the regexp in a group
9698 so ^, $, *, ? and + are interpreted correctly.
9699
9700 2001-03-09 Gerd Moellmann <gerd@gnu.org>
9701
9702 * help.el (string-key-binding): Renamed from
9703 mode-line-key-binding. Handle any event on a string.
9704 Check for `keymap' properties as well as `local-map' properties.
9705
9706 * comint.el (comint-insert-clicked-input): Use the last key
9707 from this-command-keys to lookup the global key definition.
9708
9709 2001-03-09 Kenichi Handa <handa@etl.go.jp>
9710
9711 * international/characters.el: Add category `j' for
9712 katakana-jisx0201. Fix syntaxes of katakana-jisx0201.
9713
9714 * international/mule-conf.el (no-conversion): Fix docstring.
9715 (raw-text): Fix docstring.
9716
9717 2001-03-08 Gerd Moellmann <gerd@gnu.org>
9718
9719 * simple.el (choose-completion-string): When not leaving the
9720 minibuffer, raise the minibuffer frame when minibuffer-auto-raise
9721 is set.
9722
9723 * window.el (shrink-window-if-larger-than-buffer): Handle frame
9724 parameter `(minibuffer . t)'.
9725
9726 2001-03-07 Stefan Monnier <monnier@cs.yale.edu>
9727
9728 * progmodes/sh-script.el (sh-st-symbol): New symbol.
9729 (sh-font-lock-syntactic-keywords): Use it and fix bogus comment regexp.
9730 (sh-mode): Remove `make-local-variable' for unused var
9731 `font-lock-unfontify-region-function'.
9732
9733 2001-03-07 Richard M. Stallman <rms@gnu.org>
9734
9735 * info.el (Info-scroll-down): Fix previous change.
9736
9737 * mail/rmail.el (rmail-toggle-header): Use a window which
9738 is showing the Rmail buffer, rather than the selected window.
9739
9740 2001-03-07 Dave Love <fx@gnu.org>
9741
9742 * imenu.el (imenu--create-keymap-2): Revert use of menu-item for
9743 now, to avoid problems with binding imenu directly to a mouse event.
9744
9745 2001-03-07 Gerd Moellmann <gerd@gnu.org>
9746
9747 * info.el (Info-scroll-down): Call pos-visible-in-window-p with
9748 second arg t.
9749
9750 2001-03-07 Stefan Monnier <monnier@cs.yale.edu>
9751
9752 * log-edit.el (log-edit-common-indent): New var.
9753 (log-edit-set-common-indentation): Renamed from
9754 log-edit-delete-common-indentation. Use the new var.
9755 (log-edit-insert-changelog, log-edit-done-hook): Use the new name.
9756
9757 * pcvs.el (cvs-ignore-marks-modif): Use `rassoc' rather than `member*'.
9758 (cvs-mode-add-change-log-entry-other-window):
9759 Don't presume change-log-default-name is defined.
9760
9761 * pcvs-util.el (cvs-bury-buffer): In doubt, don't delete window.
9762
9763 * pcvs-defs.el (cvs-buffer-name-alist): Use *cvs-info* for
9764 the "tree" operation as well.
9765
9766 * pcvs-parse.el (cvs-parse-table): Add another ignored message.
9767
9768 * textmodes/fill.el (fill-context-prefix): Allow first-line-prefix
9769 to match paragraph-start.
9770
9771 * textmodes/sgml-mode.el (sgml-mode-common): Correct value of
9772 comment-start-skip and set comment-end-skip as well.
9773 (sgml-comment-indent): Fix for new value of comment-start-skip.
9774 (html-autoview-mode): Don't bother using make-local-hook.
9775
9776 2001-03-07 Gerd Moellmann <gerd@gnu.org>
9777
9778 * cus-edit.el (custom-save-delete): Move in front of local
9779 variables, otherwise long Custom entries would make them ineffective.
9780
9781 * uniquify.el: Set maintainer to FSF.
9782
9783 2001-03-07 Eli Zaretskii <eliz@is.elta.co.il>
9784
9785 * dired-aux.el (dired-do-shell-command): Doc fix.
9786
9787 2001-03-06 Stefan Monnier <monnier@cs.yale.edu>
9788
9789 * emulation/viper.el (viper-vi-state-mode-list): Add cperl-mode.
9790
9791 * which-func.el (which-func-modes): Add cperl-mode.
9792 (which-func-mode-global): Use define-minor-mode.
9793
9794 * info-look.el: Docstring fixes and dead code eliminated.
9795 (cperl-mode): Add support.
9796 (emacs-lisp-mode): List all entries from elisp manual, whether
9797 or not they are currently (f)bound or not. Update regexp.
9798
9799 * add-log.el (add-log-current-defun): Accept `cperl-mode' as well.
9800
9801 * progmodes/cperl-mode.el (cperl-mode): Set major-mode to cperl-mode
9802 so that C-h m shows the correct information.
9803 Use make-local-variable rather than make-variable-buffer-local.
9804 (cperl-info-buffer, cperl-setup-tmp-buf):
9805 Use make-local-variable rather than make-variable-buffer-local.
9806 (cperl-msb-fix, cperl-get-help-defer):
9807 Check major-mode for `cperl-mode' as well.
9808
9809 * progmodes/cperl-mode.el: Updated to author version 4.23.
9810 (cperl-electric-pod): SYNOPSIS was misspelled.
9811 (cperl-find-pods-heres): @if ? a : b was considered a REx.
9812 (cperl-after-expr-p): Make true after __END__.
9813
9814 2001-03-06 Gerd Moellmann <gerd@gnu.org>
9815
9816 * bookmark.el (bookmark-get-bookmark): Use assoc-ignore-case if
9817 bookmark-completion-ignore-case is t.
9818
9819 * term/x-win.el (x-handle-xrm-switch): Accept more than one -xrm
9820 switch, like xterm, and concat resource strings, with a newline
9821 between them.
9822
9823 2001-03-06 Eli Zaretskii <eliz@is.elta.co.il>
9824
9825 * international/codepage.el (cp770-decode-table)
9826 (cp773-decode-table, cp774-decode-table): New variables.
9827
9828 * man.el (Man-hyphenated-reference-regexp): New variable.
9829 (Man-build-references-alist): Use it to search for referenced
9830 manpages. If hyphenated is non-nil, record a concatenated word in
9831 Man-refpages-alist only if it matches Man-reference-regexp.
9832 Update word's length when it is concatenated. Reverse the list,
9833 to get the first manpage at the head.
9834 (Man-possibly-hyphenated-word): New function.
9835 (Man-follow-manual-reference): Use it instead of current-word to
9836 find a manpage at point, in a way that accounts for hyphenated
9837 references.
9838
9839 2001-03-06 Alex Schroeder <alex@gnu.org>
9840
9841 * sql.el (sql-interbase): New function.
9842 (sql-interbase-program): New option.
9843 (sql-interbase-options): New option.
9844 And some typos fixed: "customise" to "customize".
9845
9846 2001-03-06 Dave Love <fx@gnu.org>
9847
9848 * textmodes/flyspell.el (flyspell-region):
9849 Set up flyspell-local-mouse-map.
9850
9851 2001-03-05 Richard M. Stallman <rms@gnu.org>
9852
9853 * mail/rmail.el (rmail-retry-failure):
9854 Don't call rmail-beginning-of-message.
9855 Don't discard From: field. Do discard Received: field.
9856 Use unwind-protect to re-prune.
9857 (rmail-retry-ignored-headers): Discard X-Authentication-Warning field.
9858
9859 2001-03-06 Kenichi Handa <handa@etl.go.jp>
9860
9861 * international/quail.el (quail-title): Add autoload cookie.
9862
9863 2001-03-05 Dave Love <fx@gnu.org>
9864
9865 * emacs-lisp/cl.el (dotimes, dolist): Undef prior to autoloading
9866 new defs.
9867
9868 2001-03-05 Kenichi Handa <handa@etl.go.jp>
9869
9870 * language/ethio-util.el (ethio-toggle-space):
9871 Update current-input-method-title if necessary.
9872 (ethio-toggle-punctuation): Likewise.
9873
9874 * international/quail.el (quail-title): Fix for the case that a
9875 title of an input method is specified by a list of the same form
9876 as used in mode-line-format.
9877
9878 * international/mule-cmds.el (activate-input-method):
9879 If current-input-method-title is set by activating INPUT-METHOD,
9880 respect that value.
9881
9882 2001-03-05 Gerd Moellmann <gerd@gnu.org>
9883
9884 * play/dunnet.el (dun-mode): Set major-mode to `dun-mode'.
9885
9886 2001-03-05 Alex Schroeder <alex@gnu.org>
9887
9888 * sql.el (sql-sybase): Fix typo (was: query user about server two
9889 times instead of server and database).
9890
9891 * sql.el (sql-sybase): Doc change.
9892 (sql-mysql): Doc change.
9893 (sql-postgres): Doc change.
9894
9895 2001-03-05 Kenichi Handa <handa@etl.go.jp>
9896
9897 * international/mule-conf.el (emacs-mule, raw-text):
9898 Docstring modified.
9899
9900 2001-03-04 Eli Zaretskii <eliz@is.elta.co.il>
9901
9902 * term/internal.el: Update copyright notice.
9903
9904 * term/pc-win.el: Update copyright notice.
9905
9906 2001-03-02 Dave Love <fx@gnu.org>
9907
9908 * files.el (insert-file-contents-literally):
9909 Bind inhibit-file-name-handlers and inhibit-file-name-operation,
9910 not jka-compr-compression-info-list.
9911
9912 2001-03-02 Stefan Monnier <monnier@cs.yale.edu>
9913
9914 * newcomment.el (comment-normalize-vars): Use [ \t] for the trailing
9915 spaces in default comment-start-skip settings rather than \s-.
9916
9917 2001-03-02 Eli Zaretskii <eliz@is.elta.co.il>
9918
9919 * term/pc-win.el (msdos-handle-reverse-video): Look for reverse in
9920 default-frame-alist as well.
9921
9922 2001-03-01 Dave Love <fx@gnu.org>
9923
9924 * textmodes/reftex.el (defvar): Wrap some defvars in
9925 eval-when-compile. From Markus Rost <rost@math.ohio-state.edu>.
9926
9927 * subr.el (event-basic-type): Doc fix.
9928
9929 * international/quail.el: Doc fixes.
9930
9931 * international/utf-8.el: Doc fixes.
9932
9933 * international/mule-cmds.el: Doc fixes.
9934 (leim-list-header): Fix header text.
9935
9936 * international/mule.el (coding-system-category): Doc fix.
9937
9938 * international/ccl.el (ccl-compile): Doc fix.
9939
9940 2001-03-01 Stefan Monnier <monnier@cs.yale.edu>
9941
9942 * font-lock.el (save-buffer-state): Use inhibit-modification-hooks
9943 rather than (before|after)-change-functions.
9944
9945 2001-03-01 Gerd Moellmann <gerd@gnu.org>
9946
9947 * ediff-util.el (ediff-scroll-horizontally): Arrange for
9948 scroll-left and scroll-right being called interactively so that
9949 they set the window's min_hscroll.
9950
9951 2001-03-01 Eli Zaretskii <eliz@is.elta.co.il>
9952
9953 * info.el (info-insert-file-contents-1): Accept an additional
9954 argument `lfn': if it is non-nil, concatenate `filename' and
9955 `suffix'; otherwise use the complicated MS-DOS code.
9956 All callers changed.
9957 (info-insert-file-contents, Info-find-node): If the MS-DOS port
9958 can access long file names, try the long file-name version of
9959 `info-insert-file-contents-1', then the short file-name version.
9960
9961 2001-02-28 TAKAHASHI Naoto <ntakahas@m17n.org>
9962
9963 * language/ethio-util.el (setup-ethiopic-environment-internal):
9964 Change bindings of functions keys to conform to "Emacs Lisp Coding
9965 Convention".
9966
9967 * language/ethiopic.el ("Ethiopic"): Add documentation.
9968
9969 2001-02-28 Kenichi Handa <handa@etl.go.jp>
9970
9971 * international/utf-8.el (mule-utf-8): Set coding-category
9972 property to coding-category-utf-8.
9973
9974 2001-02-27 Richard M. Stallman <rms@gnu.org>
9975
9976 * lpr.el (lpr-page-header-switches, print-region-1):
9977 Undo 2000-07-06 change.
9978 (lpr-add-switches): Default to t on gnu/linux.
9979
9980 2001-02-27 Gerd Moellmann <gerd@gnu.org>
9981
9982 * bs.el (bs-attributes-list): Doc fix.
9983
9984 2001-02-26 Gerd Moellmann <gerd@gnu.org>
9985
9986 * help.el (describe-project): Display the file THE-GNU-PROJECT.
9987
9988 * help.el (view-order-manuals): Use goto-address.
9989
9990 * startup.el (command-line-1): Add info about ordering manuals
9991 to the not so fancy splash screens.
9992
9993 2001-02-26 Andre Spiegel <spiegel@gnu.org>
9994
9995 * vc.el (vc-default-workfile-unchanged-p)
9996 (vc-default-latest-on-branch-p): Add missing BACKEND argument.
9997
9998 2001-02-26 Gerd Moellmann <gerd@gnu.org>
9999
10000 * lazy-lock.el (lazy-lock-fontify-after-idle): Make sure to
10001 fontify in the right buffer.
10002
10003 * allout.el (outline-flag-region): Move macro in front of first
10004 use to avoid a run-time error.
10005
10006 2001-02-24 Andrew Innes <andrewi@gnu.org>
10007
10008 * makefile.w32-in: Fix copyright notice.
10009
10010 2001-02-24 Kenichi Handa <handa@etl.go.jp>
10011
10012 * international/utf-8.el (mule-utf-8): Set correct value for
10013 valid-codes property.
10014
10015 * international/fontset.el (x-complement-fontset-spec): In the
10016 case that we use ASCII font for the other charsets, use only
10017 family and registry part of it.
10018
10019 2001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
10020
10021 * window.el (fit-window-to-buffer, window-safely-shrinkable-p)
10022 (shrink-window-if-larger-than-buffer): Doc fix.
10023
10024 2001-02-23 Stefan Monnier <monnier@cs.yale.edu>
10025
10026 * hi-lock.el (hi-lock-unface-buffer): Use nil rather than t for
10027 predicate passed to completing-read.
10028
10029 2001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
10030
10031 * startup.el (command-line): Fix last change.
10032
10033 2001-02-23 Jason Rumney <jasonr@gnu.org>
10034
10035 * startup.el (tool-bar-originally-present): New variable.
10036 (command-line): Set it if the tool-bar is switched on at startup.
10037
10038 * frame.el (frame-notice-user-settings): Only adjust frame height
10039 for no tool-bar case if tool-bar was originally switched on.
10040 From E. Jay Berkenbilt.
10041
10042 2001-02-22 Stefan Monnier <monnier@cs.yale.edu>
10043
10044 * server.el (server-switch-buffer): Only switch window if the
10045 current one is dedicated.
10046
10047 * textmodes/fill.el (fill-region-as-paragraph): Skip spaces backward
10048 rather than using (match-beginning 0) when searching for break point.
10049
10050 2001-02-22 Eli Zaretskii <eliz@is.elta.co.il>
10051
10052 * textmodes/texinfmt.el (texinfo-format-scan): Signal an error if
10053 @ follows an accent command such as @'. Support optional braces
10054 in commands that insert accents, like makeinfo does.
10055
10056 2001-02-22 Gerd Moellmann <gerd@gnu.org>
10057
10058 * startup.el (fancy-splash-text): Add a line for ordering
10059 manuals. Reverse order of splash screens shown.
10060 (use-fancy-splash-screens-p): Adapt to the text line added.
10061
10062 * menu-bar.el (menu-bar-help-menu): Add an item for ordering
10063 manuals from the FSF.
10064
10065 * help.el (view-order-manuals): New function.
10066 (toplevel): Bind C-h C-m to this function.
10067
10068 2001-02-21 Stefan Monnier <monnier@cs.yale.edu>
10069
10070 * newcomment.el (comment-forward): Skip the comment-start before
10071 searching for the comment-end.
10072
10073 2001-02-21 Dave Love <fx@gnu.org>
10074
10075 * custom.el (custom-initialize-changed, defcustom): Doc fix.
10076
10077 * international/mule-cmds.el, international/mule.el: Doc fixes.
10078
10079 2001-02-21 Gerd Moellmann <gerd@gnu.org>
10080
10081 * startup.el (fancy-splash-screens): Use display-hourglass
10082 instead of display-busy-cursor.
10083
10084 * frame.el (display-hourglass): Renamed from busy-cursor.
10085 (hourglass-delay): Renamed from busy-cursor-delay-seconds.
10086 (show-cursor-in-non-selected-windows): Doc fix.
10087
10088 2001-02-20 Dave Love <fx@gnu.org>
10089
10090 * international/utf-8.el: Doc and commentary fixes.
10091
10092 2001-02-20 Eli Zaretskii <eliz@is.elta.co.il>
10093
10094 * ehelp.el (with-electric-help): Doc fix.
10095
10096 2001-02-20 Gerd Moellmann <gerd@gnu.org>
10097
10098 * msb.el (msb-mode): Call the update-buffers function explicitly
10099 with a FORCE argument.
10100
10101 * menu-bar.el (menu-bar-update-buffers): Add optional parameter
10102 FORCE. If set, update the menu even if frame-or-buffer-changed-p
10103 returns nil.
10104
10105 2001-02-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10106
10107 * ps-print.el: Timestamp package replacement. Some enhancements.
10108 Some XEmacs compatibility. Doc fix.
10109 (ps-print-version): New version number (6.4).
10110 (ps-printer-name): Initialization fix.
10111 (ps-zebra-stripe-follow): Funcionality enhancement.
10112 (ps-prologue-file): Code enhancement.
10113 (ps-right-header): Timestamp package replacement.
10114 (ps-setup, ps-face-bold-p, ps-face-italic-p)
10115 (ps-get-page-dimensions)
10116 (ps-generate-header, ps-begin-file, ps-begin-job)
10117 (ps-generate-postscript-with-faces, ps-do-despool): Code fix.
10118 (ps-time-stamp-mon-dd-yyyy, ps-time-stamp-hh:mm:ss): New funs.
10119 (ps-zebra-stripe-full-p, ps-zebra-stripe-alist): New vars.
10120 (coding-system-for-write): Var declaration (XEmacs compatibility).
10121
10122 2001-02-20 Miles Bader <miles@gnu.org>
10123
10124 * image-file.el (image-file-name-extensions): Add "tif".
10125
10126 2001-02-19 Gerd Moellmann <gerd@gnu.org>
10127
10128 * wid-edit.el (widget-button-click): Save the selected window
10129 around the code handling clicks on buttons.
10130
10131 2001-02-18 Dave Love <fx@gnu.org>
10132
10133 * imenu.el (imenu--generic-function): Use mapc to iterate over
10134 syntax characters.
10135
10136 2001-02-17 Richard M. Stallman <rms@gnu.org>
10137
10138 * progmodes/fortran.el (fortran-strip-sqeuence-nos): Doc fix.
10139
10140 * uniquify.el (uniquify-buffer-name-style): Doc fix.
10141
10142 2001-02-16 Gerd Moellmann <gerd@gnu.org>
10143
10144 * mouse.el (mouse-save-then-kill): If the distance from the new
10145 point to the mark is equal to the distance of point from the new
10146 point, move point instead of the mark.
10147
10148 2001-02-16 Dave Love <fx@gnu.org>
10149
10150 * textmodes/flyspell.el (flyspell-get-word): Return string without
10151 properties.
10152
10153 2001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
10154
10155 * generic.el (generic-find-file-regexp): Doc fix.
10156 (generic-ignore-files-regexp): New defcustom.
10157 (generic-mode-find-file-hook): If the file's name matches the
10158 regexp in `generic-ignore-files-regexp', don't enter
10159 default-generic-mode. Doc fix.
10160
10161 2001-02-16 Gerd Moellmann <gerd@gnu.org>
10162
10163 * textmodes/flyspell.el (flyspell-region, flyspell-buffer):
10164 Add autoload cookies.
10165
10166 * calendar/cal-tex.el (cal-tex-weekly4-box): Respect setting
10167 of cal-tex-24.
10168
10169 2001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
10170
10171 * simple.el (kill-region, kill-line, kill-ring-save): Doc fix.
10172
10173 * progmodes/compile.el (grep-regexp-alist): Remove the blank from
10174 the character class after the (optional) drive, to support file
10175 names with embedded blanks.
10176
10177 2001-02-15 Sam Steingold <sds@gnu.org>
10178
10179 * textmodes/tex-mode.el (tex-shell-running):
10180 Check the process buffer too.
10181
10182 2001-02-15 Dave Love <fx@gnu.org>
10183
10184 * battery.el (battery-status-function): Fix doc, :type.
10185
10186 * calendar/timeclock.el (timeclock-get-workday-function): Fix :type.
10187
10188 2001-02-15 Gerd Moellmann <gerd@gnu.org>
10189
10190 * subr.el (read-passwd): Clear Lisp memory holding password.
10191
10192 2001-02-15 Miles Bader <miles@gnu.org>
10193
10194 * info.el (Info-copy-current-node-name): New function.
10195 (Info-mode-menu): Add it to the menu.
10196
10197 2001-02-14 Richard M. Stallman <rms@theobromine.ai.mit.edu>
10198
10199 * international/mule-cmds.el (toggle-input-method): Doc fix.
10200
10201 2001-02-13 Stefan Monnier <monnier@cs.yale.edu>
10202
10203 * replace.el (occur): Stop at end of buffer.
10204
10205 2001-02-13 Eli Zaretskii <eliz@is.elta.co.il>
10206
10207 * international/mule-cmds.el (set-input-method): Another doc fix.
10208
10209 2001-02-13 David M. Koppelman <koppel@ee.lsu.edu>
10210
10211 * hi-lock.el (hi-lock-find-patterns): Don't activate font-lock-mode.
10212
10213 2001-02-13 Miles Bader <miles@gnu.org>
10214
10215 * faces.el (set-face-background, set-face-foreground)
10216 (set-face-stipple): Treat a value of nil as being `unspecified'.
10217
10218 2001-02-12 Dave Love <d.love@dl.ac.uk>
10219
10220 * international/latin1-disp.el: Doc fixes.
10221 (latin1-display) <defgroup>: Add :link.
10222 (latin1-display) <function>: Set variable latin1-display.
10223
10224 2001-02-12 Eli Zaretskii <eliz@is.elta.co.il>
10225
10226 * international/mule-cmds.el (set-input-method): Doc fix.
10227
10228 2001-02-12 Eric M. Ludlam <zappo@choochoo.ultranet.com>
10229
10230 * speedbar.el (speedbar-frame-parameters): No toolbar lines.
10231 (speedbar-line-file): Return nil if not a file.
10232 (speedbar-buffers-line-path): Return file for tags, and dir for files.
10233
10234 2001-02-12 Michael Kifer <kifer@cs.sunysb.edu>
10235
10236 * ediff-diff.el (ediff-make-diff2-buffer): Removed bogus checks
10237 for remote files.
10238 (ediff-coding-system-for-read): Replaced the no-conversion default
10239 with raw-text.
10240
10241 * ediff-init.el: Removed :version from defcustom vars.
10242
10243 * ediff-util.el (ediff-compute-custom-diffs-maybe):
10244 Better handling of the diff mode.
10245
10246 * ediff.texi: Added ediff-coding-system-for-read.
10247
10248 * viper.texi: Fix typos.
10249
10250 2001-02-11 Dave Love <fx@gnu.org>
10251
10252 * shadowfile.el: Doc fixes.
10253 (shadow) <defgroup>: Add :link.
10254 (shadowfile-unload-hook): New function.
10255 (shadow-initialize): Use defalias, not fset.
10256 (shadow-define-cluster, shadow-define-literal-group)
10257 (shadow-define-regexp-group, shadow-initialize): Add autoload cookie.
10258
10259 * international/mule.el: Doc and message fixes.
10260
10261 * international/ccl.el (define-ccl-program): Doc fix.
10262
10263 2001-02-11 Kenichi Handa <handa@etl.go.jp>
10264
10265 * faces.el (mode-line): Set :line-width property to -1.
10266
10267 2001-02-10 Richard M. Stallman <rms@gnu.org>
10268
10269 * complete.el (partial-completion-mode): Doc fix.
10270
10271 * simple.el (delete-key-deletes-forward-mode):
10272 Change `let' to `let*' to fix gross bug in last change.
10273
10274 * repeat.el (repeat): Don't let execute-kbd-macro alter
10275 real-last-command.
10276
10277 2001-02-10 Eli Zaretskii <eliz@is.elta.co.il>
10278
10279 * simple.el (eval-expression): Doc fix.
10280
10281 2001-02-09 Dave Love <fx@gnu.org>
10282
10283 * imenu.el (imenu-generic-expression): Doc fix.
10284
10285 * emacs-lisp/re-builder.el (reb-mode): Quote the hook name.
10286 From Juanma Barranquero.
10287
10288 * emacs-lisp/authors.el (authors): Expand `root' before running find.
10289
10290 2001-02-09 Kenichi Handa <handa@etl.go.jp>
10291
10292 * faces.el (set-face-attribute): Describe the case of a negative
10293 value specified for :line-width.
10294
10295 2001-02-08 Stefan Monnier <monnier@cs.yale.edu>
10296
10297 * which-func.el (which-func-mode): Invert which-func-mode-global.
10298 From Juanma Barranquero <lektu@uol.com.br>.
10299
10300 2001-02-08 Dave Love <fx@gnu.org>
10301
10302 * wid-edit.el (widget-plist-convert-widget): Replace binding of
10303 widget-plist-value-type.
10304 (widget-alist-convert-widget): Replace binding of
10305 widget-alist-value-type.
10306
10307 * textmodes/paragraphs.el (sentence-end): Doc fix.
10308
10309 * eshell/em-rebind.el (eshell-cannot-leave-input-list):
10310 Remove `backward-line'.
10311
10312 * play/pong.el (pong-blank-color, pong-bat-color)
10313 (pong-ball-color, pong-border-color, pong-left-key)
10314 (pong-right-key, pong-up-key, pong-down-key, pong-quit-key)
10315 (pong-pause-key, pong-resume-key, pong-timer-delay):
10316 * mail/mh-comp.el (mh-compose-letter-function):
10317 * eshell/esh-mode.el (eshell-skip-prompt-function):
10318 * emulation/viper-ex.el (ex-unix-type-shell-options):
10319 * recentf.el (recentf-menu-filter):
10320 * ps-print.el (ps-print-region-function):
10321 * lpr.el (print-region-function):
10322 * forms.el (forms-mode-hooks):
10323 * dirtrack.el (dirtrack-directory-change-hook):
10324 * cus-start.el (temp-buffer-show-function, display-buffer-function):
10325 * textmodes/spell.el (spell-filter):
10326 * textmodes/fill.el (adaptive-fill-function):
10327 * textmodes/bibtex.el (bibtex-autokey-before-presentation-function):
10328 * progmodes/etags.el (find-tag-default-function):
10329 * progmodes/dcl-mode.el (dcl-calc-command-indent-function):
10330 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
10331
10332 2001-02-07 Eli Zaretskii <eliz@is.elta.co.il>
10333
10334 * emulation/viper-init.el (viper-fast-keyseq-timeout)
10335 (viper-translate-all-ESC-keysequences): Doc fix. From Jim
10336 Meyering <jim@meyering.net>.
10337
10338 * loadup.el: Revert last change.
10339
10340 2001-02-07 Kenichi Handa <handa@etl.go.jp>
10341
10342 * international/mule.el (transform-make-coding-system-args):
10343 Make it work also for coding systems not using CCL.
10344
10345 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
10346
10347 * simple.el (previous-matching-history-element)
10348 (next-matching-history-element): Doc fix.
10349
10350 * loadup.el: Load ccl before utf-8; don't load ccl in the ms-dos
10351 specific part.
10352
10353 2001-02-06 Dave Love <fx@gnu.org>
10354
10355 * add-log.el (add-log-current-defun-function)
10356 (add-log-buffer-file-name-function, add-log-file-name-function):
10357 Fix :type.
10358 (change-log-mode) <font-lock-defaults>: Set SYNTAX-BEGIN.
10359
10360 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
10361
10362 * info.el (info-initialize): Remove the test for system-type when
10363 invocation-directory is non-nil.
10364
10365 * progmodes/make-mode.el (makefile-mode): Set SYNTAX-BEGIN member
10366 of `font-lock-defaults' to `backward-paragraph' rather than nil.
10367
10368 2001-02-06 Andrew Innes <andrewi@gnu.org>
10369
10370 * makefile.w32-in (EMACS): Use $(THISDIR) to make emacs.exe path
10371 absolute.
10372
10373 2001-02-06 David M. Koppelman <koppel@ee.lsu.edu>
10374
10375 * hi-lock.el (hi-lock-mode): Toggling hi-lock-mode now affects all
10376 buffers. When hi-lock turned on rather than only checking current
10377 buffer for regexps, all buffers are checked. Moved activation of
10378 font-lock to hi-lock-refontify. When font-lock turned off rather
10379 than removing added highlighting just in current buffer, remove it
10380 in all buffers. Changed edit menu text from "Automatic
10381 Highlighting" to "Regexp Highlighting" Documentation for
10382 highlighting phrases, minor documentation changes.
10383 (hi-lock-set-file-patterns): Execute only if there are new or
10384 existing file patterns.
10385 (hi-lock-refontify): Assume font-lock-fontify-buffer will first
10386 unfontify and, if a support mode is active, will not refontify the
10387 whole buffer. If necessary, turn on font lock. (Removed
10388 font-lock-unfontify and font-lock support-mode-specific calls,
10389 such as lazy-lock-fontify-window.)
10390 (hi-lock-find-patterns): Do not turn on hi-lock-mode even if
10391 patterns are found. Not useful now since find-file-hook is removed
10392 if hi-lock is off, but may be needed for per-buffer hi-lock activation.
10393 (hi-lock-face-phrase-buffer): New function. Also added related
10394 menu item and keybinding.
10395 (highlight-phrase): New alias, to hi-lock-face-phrase-buffer.
10396 (hi-lock-process-phrase): New function.
10397 (hi-lock-line-face-buffer): Doc fixes.
10398 (hi-lock-face-buffer): Doc fixes.
10399 (hi-lock-unface-buffer): Doc fixes.
10400
10401 2001-02-06 Gerd Moellmann <gerd@gnu.org>
10402
10403 * dabbrev.el (dabbrev-ignored-buffer-regexps): Renamed from
10404 dabbrev-ignored-regexps.
10405
10406 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
10407
10408 * simple.el (kill-line): Doc fix.
10409
10410 2001-02-05 Dave Love <fx@gnu.org>
10411
10412 * loadup.el: Revert last two changes -- bootstrapping works with
10413 regenerated loaddefs.
10414
10415 2001-02-05 Eli Zaretskii <eliz@is.elta.co.il>
10416
10417 * isearch.el (isearch-forward): Doc fix.
10418
10419 * textmodes/nroff-mode.el (nroff-mode): Set the SYNTAX-BEGIN part
10420 of font-lock-defaults to backward-paragraph.
10421
10422 2001-02-05 Gerd Moellmann <gerd@gnu.org>
10423
10424 * mail/rmail.el (rmail-ignored-headers): Add X-Trace,
10425 X-Complaints-To, NNTP-Posting-Date, and User-Agent.
10426
10427 2001-02-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10428
10429 * ebnf2ps.el: Eliminate time-stamp functions.
10430 (ebnf-version): New version (3.5).
10431 (ebnf-eps-finish-and-write): Replace time-stamp functions by
10432 format-time-string.
10433
10434 2001-02-05 Gerd Moellmann <gerd@gnu.org>
10435
10436 * simple.el (next-line): Goto end-of-line before inserting a newline.
10437
10438 2001-02-05 Miles Bader <miles@gnu.org>
10439
10440 * image-file.el (insert-image-file): When visiting an image, also
10441 set `truncate-lines' to t so that any fringe arrow looks correct.
10442
10443 2001-02-05 Kenichi Handa <handa@etl.go.jp>
10444
10445 * isearch.el (isearch-forward): Add description about input method
10446 in the docsting.
10447
10448 2001-02-04 Stefan Monnier <monnier@cs.yale.edu>
10449
10450 * skeleton.el (skeleton-internal-1): Always push the mark for @.
10451
10452 2001-02-02 Eli Zaretskii <eliz@is.elta.co.il>
10453
10454 * info.el (info-initialize): If installation-directory is nil, for
10455 DOS/Windows systems try looking in a sibling of invocation-directory.
10456
10457 2001-02-02 Gerd Moellmann <gerd@gnu.org>
10458
10459 * wid-edit.el (widget-button-click): Fix last change.
10460
10461 * frame.el (frame-notice-user-settings): When resizing the initial
10462 frame because the tool bar is off, also change the frame's top
10463 position if a negative top position was specified.
10464
10465 2001-02-02 Miles Bader <miles@gnu.org>
10466
10467 * image-file.el (insert-image-file): When visiting an image,
10468 suppress the cursor in the image buffer.
10469
10470 2001-02-01 Dave Love <fx@gnu.org>
10471
10472 * progmodes/f90.el (f90-mode): Remove startup message.
10473
10474 * vc-cvs.el: Remove autoloads. Require vc when compiling.
10475
10476 2001-02-01 Gerd Moellmann <gerd@gnu.org>
10477
10478 * startup.el (command-line): Fix code determining whether or not
10479 to use delete-key-deletes-forward-mode.
10480
10481 2001-02-01 Andre Spiegel <spiegel@gnu.org>
10482
10483 * vc.el (vc-diff-switches): New user option.
10484 (vc-version-diff): Use it.
10485 (vc-diff-switches-list): New macro.
10486
10487 * vc-{rcs,cvs,sccs}.el: (vc-BACKEND-diff-switches):
10488 New customization options.
10489 (vc-BACKEND-diff): Use new options via vc-diff-switches-list.
10490
10491 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Return correct status.
10492
10493 2001-02-01 Gerd Moellmann <gerd@gnu.org>
10494
10495 * msb.el (toplevel): Quote hook symbols.
10496
10497 2001-02-01 Kenichi Handa <handa@etl.go.jp>
10498
10499 * international/mule.el (make-coding-system): Add description
10500 about recognized properties in the docstring.
10501
10502 * international/mule-conf.el: Remove unused charsets
10503 mac-roman-lower and mac-roman-upper.
10504
10505 2001-01-31 Gerd Moellmann <gerd@gnu.org>
10506
10507 * textmodes/fill.el (set-fill-prefix): Cancel fill prefix if point
10508 is in front of the left-margin, if any.
10509
10510 * simple.el (delete-key-deletes-forward-mode): Treat `kp-delete'
10511 like `delete'.
10512
10513 * bindings.el: Define `kp-delete' like `delete' in function-key-map.
10514
10515 * term/w32-win.el (mouse-set-font): Doc fix.
10516
10517 2001-01-31 Stefan Monnier <monnier@cs.yale.edu>
10518
10519 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer): Doc fix.
10520 (hi-lock-find-patterns): Turn on font-lock-mode, if it is not
10521 on already.
10522
10523 2001-01-31 Markus Rost <rost@math.ohio-state.edu>
10524
10525 * files.el (save-buffer): Don't give message if (buffer-file-name)
10526 returns nil.
10527
10528 2001-01-31 Eli Zaretskii <eliz@is.elta.co.il>
10529
10530 * toolbar/tool-bar.el (tool-bar-add-item): Doc fix.
10531
10532 * emacs-lisp/re-builder.el (reb-update-modestring): Don't use
10533 concat for integers. From Juanma Barranquero <lektu@uol.com.br>.
10534
10535 * term/w32-win.el (redisplay-dont-pause): Set to t to alleviate
10536 display problems.
10537
10538 2001-01-31 Kenichi Handa <handa@etl.go.jp>
10539
10540 * international/mule.el (charset-info): Fix docstring.
10541
10542 * international/mule-diag.el (describe-character-set): Check final
10543 char valid before printing it.
10544
10545 2001-01-30 Gerd Moellmann <gerd@gnu.org>
10546
10547 * lpr.el (lpr-windows-system, lpr-lp-system): Add autoload cookies.
10548
10549 * frame.el (frame-notice-user-settings): Do the tool-bar
10550 stuff only for graphical displays. Fix a braino.
10551
10552 * frame.el (frame-initialize): Create initial frame visible.
10553 (frame-notice-user-settings): When tool-bar has been switched off,
10554 correct the frame size and sync tool-bar-mode.
10555
10556 * startup.el (command-line): Remove manipulation of frame
10557 height for tool bars.
10558
10559 2001-01-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10560
10561 * lpr.el: Compatibility with XEmacs and doc fixes.
10562 (lpr-windows-system, lpr-lp-system): New vars.
10563 (lpr-printer-switch): New defcustom.
10564 (printer-name, lpr-command): Customization fix.
10565 (print-region-1): Code fix.
10566 (print-region-new-buffer, printify-region): Indentation fix.
10567 (lpr-eval-switch, lpr-flatten-list, lpr-flatten-list-1):
10568 New functions.
10569
10570 2001-01-29 Gerd Moellmann <gerd@gnu.org>
10571
10572 * msb.el (toplevel): Fix the eval-after-load.
10573
10574 2001-01-29 Dave Love <fx@gnu.org>
10575
10576 * eshell/esh-ext.el (eshell-windows-shell-file): Fix :type.
10577
10578 * eshell/em-ls.el (eshell-ls-exclude-regexp): Fix :type.
10579
10580 * progmodes/tcl.el (outline, dabbrev, add-log): Require when compiling.
10581 (tcl-using-emacs-19-23): Consider Emacs 21+.
10582 (tcl-help-directory-list, tcl-command-switches): Fix :type.
10583 (tcl-add-emacs-menu): Supply menu name.
10584 (tcl-beginning-of-defun, tcl-end-of-defun): Defalias, don't fset.
10585
10586 2001-01-29 Gerd Moellmann <gerd@gnu.org>
10587
10588 * simple.el (delete-trailing-whitespace): Don't delete formfeeds.
10589
10590 2001-01-29 Stefan Monnier <monnier@cs.yale.edu>
10591
10592 * pcvs.el (cvs-mark-fis-dead): New function.
10593 (cvs-mode-add): Use it.
10594 (cvs-mode-add-change-log-entry-other-window):
10595 Rebind change-log-default-name to itself rather than to nil.
10596
10597 2001-01-29 Sam Steingold <sds@gnu.org>
10598
10599 * vc-cvs.el: Replaced (require 'vc) with a bunch of
10600 `autoload' statements.
10601
10602 2001-01-29 Eli Zaretskii <eliz@is.elta.co.il>
10603
10604 * files.el (confirm-kill-emacs): Doc fix.
10605
10606 * frame.el (frame-initialize): Doc fix.
10607
10608 * time-stamp.el (time-stamp-string): Doc fix.
10609
10610 * woman.el (WoMan-log-1): Make the log buffer writable.
10611 From Markus Rost <rost@math.ohio-state.edu>.
10612
10613 2001-01-29 Gerd Moellmann <gerd@gnu.org>
10614
10615 * imenu.el (imenu-syntax-alist): Add autoload cookie for
10616 the `make-variable-buffer-local'.
10617
10618 2001-01-29 Dave Love <fx@gnu.org>
10619
10620 * ansi-color.el (ansi-color-for-comint-mode): Add :version.
10621 (ansi-color-for-comint-mode-on, ansi-color-process-output):
10622 Add autoload cookie.
10623 (ansi-color-apply-sequence): Fix typo.
10624
10625 2001-01-29 Gerd Moellmann <gerd@gnu.org>
10626
10627 * menu-bar.el (menu-bar-files-menu): Add menu items for
10628 Postscript printing in black and white.
10629
10630 * mail/rmail.el (rmail-ignored-headers): Add X-Sign, X-BeenThere,
10631 X-Mailman-Version, Precedence, List-Help, List-Post,
10632 List-Subscribe, List-Id, List-Unsubscribe, List-Archive,
10633 Content-Type, Content-Length.
10634
10635 2001-01-29 Dave Love <fx@gnu.org>
10636
10637 * elide-head.el (elide-head): Make overlay evaporate.
10638
10639 * international/mule-conf.el (chinese-big5-1, chinese-big5-2): Doc fix.
10640
10641 2001-01-28 Eli Zaretskii <eliz@is.elta.co.il>
10642
10643 * isearch.el (isearch-highlight): Don't punt if the display
10644 doesn't support colors, since isearch faces are defined for
10645 monochrome displays as well.
10646
10647 2001-01-27 Sam Steingold <sds@gnu.org>
10648
10649 * shell.el (shell-write-history-on-exit): Make sure that we are in
10650 the shell buffer (M-x tex-file RET inserted the error message into
10651 the TeX buffer).
10652
10653 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
10654
10655 * simple.el (transient-mark-mode): Doc fix.
10656
10657 2001-01-27 Gerd Moellmann <gerd@gnu.org>
10658
10659 * progmodes/etags.el (find-tag-noselect): Don't bind tags-file-name.
10660
10661 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
10662
10663 * shell.el (shell-unquote-argument): If the shell is one of the
10664 mentioned in shell-dumb-shell-regexp, don't treat a backslash as a
10665 quote character.
10666 (shell-dumb-shell-regexp): Document that the shells which match
10667 this regexp are supposed to not treat a backslash as a quote character.
10668
10669 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Undo the change
10670 from 2001-01-12. It is not needed, since backspace is mapped into DEL.
10671
10672 2001-01-27 Richard M. Stallman <rms@gnu.org>
10673
10674 * dabbrev.el (dabbrev--substitute-expansion):
10675 Treat a one-capital-letter abbrev as "not all upper case",
10676 so as to force preservation of the expansion's pattern
10677 if the expansion starts with a capital letter.
10678
10679 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
10680
10681 * facemenu.el (facemenu-set-face, facemenu-set-face-from-menu):
10682 Doc fix.
10683
10684 * simple.el (transient-mark-mode): Document the fact that many
10685 commands act on the region when mark is active.
10686
10687 2001-01-27 Kenichi Handa <handa@etl.go.jp>
10688
10689 * international/quail.el (quail-setup-completion-buf): Make the
10690 multibyteness of current buffer inherited to Quail completion buffer.
10691 (quail-show-guidance-buf): Make the multibyteness of current
10692 buffer inherited to Quail guidance buffer.
10693 (quail-help): Make the multibyteness of current buffer inherited
10694 to Quail help buffer.
10695
10696 2001-01-26 Dave Love <fx@gnu.org>
10697
10698 * time-stamp.el: Doc fixes.
10699
10700 * progmodes/delphi.el (delphi-comment-face, delphi-string-face)
10701 (delphi-keyword-face, delphi-other-face): Fix :type.
10702
10703 * textmodes/flyspell.el: Doc fixes. Add :version to new options.
10704
10705 * mail/feedmail.el (feedmail): Add :link.
10706 (feedmail-send-it): Doc fix.
10707
10708 * mail/sendmail.el: Doc fixes.
10709 (sendmail-send-it): Fix the non-ASCII regexp and use
10710 rfc2047-encode-string.
10711
10712 * dired.el, dired-aux.el: Revert last change.
10713
10714 2001-01-26 Gerd Moellmann <gerd@gnu.org>
10715
10716 * makefile.w32-in (DONTCOMPILE): Add various term files.
10717
10718 2001-01-26 Dave Love <fx@gnu.org>
10719
10720 * Makefile.in (DONTCOMPILE): Add various term files.
10721
10722 2001-01-26 Gerd Moellmann <gerd@gnu.org>
10723
10724 * man.el (Man-default-man-entry, Man-mode): Doc fix.
10725
10726 * startup.el (display-startup-echo-area-message): Make sure
10727 the echo area is resized to fit the size of the startup message.
10728
10729 * gud.el (gud-perldb-massage-args): Avoid nreverse'ing a list
10730 part of which is a constant.
10731
10732 2001-01-26 Eli Zaretskii <eliz@is.elta.co.il>
10733
10734 * loadup.el (Top-level) [ms-dos]: Don't load international/ccl twice.
10735
10736 2001-01-26 Richard M. Stallman <rms@gnu.org>
10737
10738 * simple.el (next-line): Don't let `newline' expand abbrevs.
10739 Simplify slightly.
10740 (open-line): Don't let `newline' expand abbrevs.
10741
10742 2001-01-25 John Wiegley <johnw@gnu.org>
10743
10744 * eshell/esh-util.el (eshell-ange-ls-uids): Changed use of `alist'
10745 to `repeat' in the :type field.
10746
10747 * pcomplete.el (pcomplete-file-ignore): Changed a :type field to
10748 allow a choice of regexp or nil.
10749 (pcomplete-dir-ignore): Same.
10750
10751 * eshell/em-unix.el (eshell/occur): Fixed bug causing `occur' (as
10752 a command) to always fail.
10753
10754 2001-01-25 Gerd Moellmann <gerd@gnu.org>
10755
10756 * iswitchb.el (iswitchb-make-buflist): When nconc'ing lists, don't
10757 discard the result.
10758 (iswitchb-to-end): Likewise.
10759
10760 2001-01-25 Sam Steingold <sds@gnu.org>
10761
10762 * vc-cvs.el (vc-cvs-mode-line-string): Doc & comment fix.
10763 Require vc.
10764
10765 2001-01-25 Stefan Monnier <monnier@cs.yale.edu>
10766
10767 * smerge-mode.el (smerge-font-lock-keywords): Relax submatch 1.
10768
10769 * emacs-lisp/easy-mmode.el (define-minor-mode): Docstring fix.
10770
10771 2001-01-25 Dave Love <fx@gnu.org>
10772
10773 * lisp/international/mule-diag.el (describe-char-after): Doc fix.
10774 (describe-coding-system): Tweak the English text.
10775
10776 * loadup.el: Preload international/ccl for utf-8.
10777
10778 2001-01-25 Eli Zaretskii <eliz@is.elta.co.il>
10779
10780 * mail/rmail.el (rmail-redecode-body): Doc fix.
10781
10782 2001-01-25 Kenichi Handa <handa@etl.go.jp>
10783
10784 * international/mule-cmds.el (reset-language-environment):
10785 Reset coding-category-utf-8 to mule-utf-8.
10786
10787 * international/mule-conf.el (coding-category-utf-8):
10788 Initialize to mule-utf-8.
10789
10790 * loadup.el: Preload international/utf-8.
10791
10792 * international/utf-8.el: New file.
10793
10794 2001-01-24 Stefan Monnier <monnier@cs.yale.edu>
10795
10796 * diff-mode.el (diff-mode): Disable preliminary support for `compile'.
10797
10798 2001-01-24 Sam Steingold <sds@gnu.org>
10799
10800 * dired.el (dired-replace-in-string): Removed.
10801 (dired-sort-toggle): Use `replace-regexps-in-string'
10802 instead of `dired-replace-in-string'.
10803
10804 * dired-aux.el (dired-shell-stuff-it, dired-rename-subdir)
10805 (dired-rename-subdir-2, dired-insert-subdir-doinsert): Ditto.
10806
10807 * gs.el (gs-replace-in-string): Removed.
10808 (gs-options): Use `replace-regexps-in-string'
10809 instead of `gs-replace-in-string'.
10810
10811 2001-01-24 Eli Zaretskii <eliz@is.elta.co.il>
10812
10813 * mail/emacsbug.el (report-emacs-bug): Mention the fact that the
10814 bug report is mailed to an email list and posted to a news group.
10815
10816 2001-01-24 Gerd Moellmann <gerd@gnu.org>
10817
10818 * comint.el (comint-replace-by-expanded-history-before-point):
10819 Fix change of 2000-08-03 to move point to the start of the line again.
10820
10821 * startup.el (tool-bar-images-pixel-height): New variable.
10822 (command-line): After loading the user's init file, when
10823 tool-bar-mode is on, increase the frame's size by some lines for
10824 the tool-bar.
10825
10826 * frame.el (frame-initialize): Create the initial frame invisible.
10827
10828 2001-01-24 ShengHuo ZHU <zsh@cs.rochester.edu>
10829
10830 * language/chinese.el (chinese-iso-8bit): MIME:GB2312.
10831 (chinese-big5): MIME:Big5.
10832
10833 2001-01-24 Gerd Moellmann <gerd@gnu.org>
10834
10835 * international/mule-cmds.el (universal-coding-system-argument):
10836 Handle commands with prefix args.
10837
10838 2001-01-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
10839
10840 * calendar/diary-lib.el (diary-float): Fix case of MONTH
10841 being a list of numbers.
10842 (diary-mail-entries): Rewritten.
10843
10844 2001-01-23 Dave Love <fx@gnu.org>
10845
10846 * international/mule.el (make-coding-system): Fix typo.
10847
10848 * textmodes/outline.el (outline-mode) <font-lock-defaults>:
10849 Add backward-paragraph as font-lock-beginning-of-syntax-function.
10850
10851 2001-01-23 Eli Zaretskii <eliz@is.elta.co.il>
10852
10853 * font-lock.el (font-lock-mode): Doc fix.
10854
10855 2001-01-23 Kenichi Handa <handa@etl.go.jp>
10856
10857 * international/mule.el (make-translation-table): Fix docstring.
10858
10859 2001-01-22 Eli Zaretskii <eliz@is.elta.co.il>
10860
10861 * mail/rmail.el (rmail-redecode-body): New function.
10862
10863 * icomplete.el (icomplete-minibuffer-setup-hook): Doc fix.
10864
10865 2001-01-22 Gerd Moellmann <gerd@gnu.org>
10866
10867 * isearch.el (isearch-lazy-highlight-case-fold-search)
10868 (isearch-lazy-highlight-regexp): New variables.
10869 (isearch-lazy-highlight-cleanup): Update lazy highlight if
10870 case-fold search or regexp search has been toggled.
10871
10872 * wid-edit.el (widget-button-click): Avoid a save-excursion
10873 around running a global binding.
10874
10875 * isearch.el (isearch-lazy-highlight-initial-delay): Set default
10876 to 0.25.
10877
10878 2001-01-20 Miles Bader <miles@gnu.org>
10879
10880 * cus-edit.el (custom-face-save): Do post-processing on the face's
10881 new value like `custom-face-set' does.
10882
10883 2001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
10884
10885 * mail/emacsbug.el (report-emacs-bug): Report the value of
10886 LC_CTYPE, not LC_TYPE.
10887
10888 * isearch.el (isearch-forward): Add isearch-toggle-case-fold,
10889 isearch-toggle-regexp and isearch-edit-string to doc string.
10890
10891 2001-01-19 Gerd Moellmann <gerd@gnu.org>
10892
10893 * textmodes/texinfo.el (texinfo-mode): Use backward-paragraph
10894 as font-lock-beginning-of-syntax-function in font-lock-defaults.
10895
10896 * jit-lock.el (jit-lock-fontify-now): Don't bind
10897 font-lock-beginning-of-syntax-function to nil.
10898
10899 2001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
10900
10901 * mail/emacsbug.el (report-emacs-bug): Report values of
10902 locale-coding-system, default-enable-multibyte-characters, and the
10903 environment variables LC_ALL, LC_TYPE, and LANG.
10904
10905 2001-01-19 Gerd Moellmann <gerd@gnu.org>
10906
10907 * font-lock.el (font-lock-default-fontify-region): Fix last change.
10908
10909 * font-lock.el (font-lock-multiline): Default to nil.
10910 (font-lock-default-fontify-region): If font-lock-multiline is
10911 nil, don't check the property `font-lock-multiline'.
10912
10913 * jit-lock.el (jit-lock-after-change): If font-lock-multiline
10914 is nil, don't check the `font-lock-multiline' text property.
10915
10916 2001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
10917
10918 * viper.el: Call initial-major-mode on startup.
10919
10920 * ediff.el (ediff-patch-file): Use better defaults.
10921
10922 * ediff-vers.el: Fix for 8+3 DOS file systems.
10923
10924 2001-01-19 Colin Walters <walters@cis.ohio-state.edu>
10925
10926 * ediff-util.el (ediff-compare-custom-diffs-maybe): Put diff in
10927 diff mode, if available.
10928
10929 2001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
10930
10931 * ediff-hook.el (ediff-xemacs-init-menus): Fixed add-menu-button.
10932
10933 * ediff-init.el (subst-char-in-string): Define and use it, unless
10934 it's already defined.
10935
10936 2001-01-18 Gerd Moellmann <gerd@gnu.org>
10937
10938 * tooltip.el (tooltip-hide-delay): New user-option.
10939 (tooltip-show): Use tooltip-hide-delay instead of the default.
10940
10941 2001-01-18 Kenichi Handa <handa@etl.go.jp>
10942
10943 * mail/sendmail.el (mail-setup): Call set-buffer-multibyte because
10944 kill-local-variable doesn't work for enable-multibyte-characters.
10945
10946 2001-01-17 Dave Love <fx@gnu.org>
10947
10948 * ediff-init.el (ediff-before-setup-hook)
10949 (ediff-merge-filename-prefix): Add :version.
10950
10951 * international/latin1-disp.el: Require disp-table.
10952 (latin1-display): Fix :set.
10953
10954 * net/eudc-vars.el (eudc-server, eudc-protocol): Fix :type.
10955
10956 2001-01-17 Gerd Moellmann <gerd@gnu.org>
10957
10958 * isearch.el (isearch-lazy-highlight-initial-delay)
10959 (isearch-lazy-highlight-interval): Default to 0.
10960
10961 2001-01-17 Bob Glickstein <bobg@zanshin.com>
10962
10963 * isearch.el (isearch-highlight): Set isearch-overlay priority to
10964 1 here rather than each time through
10965 isearch-lazy-highlight-new-loop.
10966 (isearch-lazy-highlight-max): Variable deleted.
10967 (isearch-lazy-highlight-max-at-a-time): New user variable, like
10968 isearch-lazy-highlight-max but controls a single invocation of
10969 isearch-lazy-highlight-update.
10970 (isearch-lazy-highlight-wrapped): Variable recreated.
10971 (isearch-lazy-highlight-window-start): New variable.
10972 (isearch-lazy-highlight-cleanup): Restored to behavior of
10973 before 2-Jan.
10974 (isearch-lazy-highlight-remove-overlays): Function deleted;
10975 behavior folded into isearch-lazy-highlight-cleanup. "Keep"
10976 behavior removed.
10977 (isearch-lazy-highlight-new-loop): Restore old behavior of calling
10978 isearch-lazy-highlight-update in a loop rather than just once.
10979 Test isearch-invalid-regexp here and decide not to start a new
10980 loop, rather than testing it each time through
10981 isearch-lazy-highlight-update.
10982 (isearch-lazy-highlight-search): Function restored.
10983 (isearch-lazy-highlight-update): Get called in a timer loop again,
10984 but this time highlight more than one match each time through.
10985 Only highlight matches in the visible part of the window.
10986 Start at point, move in the direction of the search, and wrap around at
10987 the edge of the window. Use sit-for to force redisplay and ensure
10988 window-start is credible. "Face suppressing" behavior removed;
10989 overlay priorities should make it unnecessary, right?
10990 (isearch-highlight): Face suppressing behavior removed.
10991 (isearch-dehighlight): Face suppressing behavior removed.
10992 (isearch-set-lazy-highlight-faces-at): Removed.
10993
10994 2001-01-17 Kenichi Handa <handa@etl.go.jp>
10995
10996 * language/european.el ("Latin-1"): Make the format of description
10997 about additional language environments same as that of Latin-2.
10998
10999 2001-01-16 Dave Love <fx@gnu.org>
11000
11001 * isearch.el (isearch-lazy-highlight): Add :version.
11002
11003 * simple.el (backward-delete-char-untabify-method)
11004 (next-line-add-newlines): Add :version.
11005
11006 2001-01-16 Gerd Moellmann <gerd@gnu.org>
11007
11008 * bindings.el: Bind <backspace> and <delete> via function-key-map.
11009 Don't bind <delete> otherwise.
11010
11011 * simple.el (delete-key-deletes-forward-mode): Bind <backspace>
11012 and <delete> via function-key-map.
11013
11014 * textmodes/flyspell.el (mail-mode-flyspell-verify): Check in
11015 Subject line only if point is after the `Subject:'.
11016
11017 2001-01-16 Kenichi Handa <handa@etl.go.jp>
11018
11019 * language/japanese.el ("Japanese"): Add japanese-jisx0213-1 and
11020 japanese-jisx0213-2 in `charset' property of this lang. env.
11021
11022 * language/european.el ("Latin-1"): Add description for Dutch and
11023 Spanish lang. env.
11024
11025 * international/mule.el (decode-char): Fix conditions.
11026 (encode-char): Handle eight-bit-control too.
11027 (transform-make-coding-system-args): New function.
11028 (make-coding-system): Accept XEmacs style arguments for CCL base
11029 coding system.
11030
11031 2001-01-15 Gerd Moellmann <gerd@gnu.org>
11032
11033 * progmodes/etags.el (find-tag-noselect): Save the value of
11034 tags-file-name before switching buffers, for the case it has a
11035 buffer-local value.
11036
11037 2001-01-15 Alex Schroeder <alex@gnu.org>
11038
11039 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
11040 From Dave Love <fx@gnu.org>.
11041 (ansi-color-for-comint-mode): Fix :version.
11042
11043 2001-01-15 Alex Schroeder <alex@gnu.org>
11044
11045 * ansi-color.el (ansi-color-unfontify-region): Doc change.
11046
11047 2001-01-14 Eli Zaretskii <eliz@is.elta.co.il>
11048
11049 * dired.el (dired-insert-directory): If file-system-info fails,
11050 remove the " free " part, but don't signal an error.
11051
11052 2001-01-12 Sam Steingold <sds@gnu.org>
11053
11054 * bookmark.el (bookmark-maybe-historicize-string):
11055 Use new backquote syntax.
11056
11057 2001-01-12 Richard M. Stallman <rms@gnu.org>
11058
11059 * subr.el (last): Handle a list that doesn't end in nil.
11060
11061 2001-01-12 Sam Steingold <sds@gnu.org>
11062
11063 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind `backspace'
11064 to `backward-delete-char-untabify'.
11065
11066 2001-01-12 Dave Love <fx@gnu.org>
11067
11068 * cus-edit.el (customize-menu-create): Fix the :filter following
11069 easymenu change.
11070
11071 * wid-edit.el (function): Add :match-alternatives.
11072 (widget-color-action): Doc fix.
11073
11074 2001-01-12 Gerd Moellmann <gerd@gnu.org>
11075
11076 * calendar/calendar.el (calendar-basic-setup): Doc fix.
11077
11078 2001-01-12 Kenichi Handa <handa@etl.go.jp>
11079
11080 * international/mule-cmds.el (prefer-coding-system): Fix docstring.
11081
11082 * international/ccl.el (define-ccl-program): Fix docstring.
11083
11084 2001-01-11 Dave Love <fx@gnu.org>
11085
11086 * international/mule-cmds.el (standard-display-european-internal):
11087 Set display table for 2208 as for 160.
11088
11089 * progmodes/ada-mode.el (ada-popup-key): Fix last change.
11090
11091 * progmodes/fortran.el (fortran-mode-map): Modify Customization
11092 entry for custom-menu-create change.
11093 (fortran-strip-sqeuence-nos): Make arg optional. Fix regexp and
11094 don't cons it in the search loop.
11095
11096 * imenu.el (imenu--truncate-items): Revert last change.
11097
11098 2001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
11099
11100 * info.el (Info-setup-header-line): If the node header includes
11101 either Next: or Prev: links, don't show the File: and Node: parts
11102 in the header line.
11103
11104 2001-01-11 Gerd Moellmann <gerd@gnu.org>
11105
11106 * comint.el (comint-goto-process-mark): Don't print a message
11107 when running in batch mode.
11108
11109 * isearch.el (isearch-search): In the condition-case handler for
11110 `error', set isearch-invalid-regexp to the whole error message.
11111
11112 * subr.el (eval-after-load): Call load-symbol-file-load-history to
11113 ensure that eval-after-load works for files dumped with Emacs.
11114
11115 * help.el (load-symbol-file-load-history): New function extracted
11116 from function symbol-file.
11117 (symbol-file): Use it.
11118
11119 * toolbar/save.xpm, toolbar/undo.xpm: Use the same colors as exit.xpm.
11120
11121 2001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
11122
11123 * progmodes/etags.el (find-tag-interactive): If last-tag is nil,
11124 behave as if there were no prefix argument.
11125 (find-tag-noselect): If last-tag is nil, behave as if the NEXT-P
11126 argument were nil.
11127
11128 2001-01-11 Richard M. Stallman <rms@gnu.org>
11129
11130 * isearch.el (isearch-lazy-highlight-update):
11131 Don't look for more potential matches once maximum is exceeded.
11132 Use overlays-in to check correctly for overlap with current match.
11133 Ignore empty matches.
11134
11135 2001-01-11 Miles Bader <miles@gnu.org>
11136
11137 * textmodes/ispell.el (ispell-adjusted-window-height): New function.
11138 (ispell-overlay-window, ispell-help, ispell-show-choices)
11139 (ispell-command-loop): Use it instead of `window-height'.
11140
11141 2001-01-10 Gerd Moellmann <gerd@gnu.org>
11142
11143 * files.el (confirm-kill-emacs): New user-option.
11144 (save-buffers-kill-emacs): Ask for final confirmation before
11145 killing Emacs.
11146
11147 * isearch.el (isearch-done): Set isearch-lazy-highlight-start
11148 to nil.
11149
11150 2001-01-10 Dave Love <fx@gnu.org>
11151
11152 * progmodes/etags.el (tags-apropos-additional-actions): Fix :type.
11153
11154 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix doc, :type.
11155
11156 * hi-lock.el (hi-lock-exclude-modes): Fix :type.
11157
11158 * calculator.el (calculator-number-digits): Fix :type.
11159
11160 * vc-cvs.el (vc-cvs-header): Fix :type.
11161 * vc-rcs.el (vc-rcs-header): Fix :type.
11162 * vc-sccs.el (vc-sccs-header): Fix :type.
11163
11164 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
11165
11166 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
11167
11168 * eshell/esh-util.el (eshell-ange-ls-uids): Fix :type.
11169
11170 2001-01-10 Gerd Moellmann <gerd@gnu.org>
11171
11172 * simple.el (set-variable): Force a thorough redisplay for the
11173 case that the variable has an effect on the display, like
11174 `tab-width' has.
11175
11176 2001-01-10 Andre Spiegel <spiegel@gnu.org>
11177
11178 * vc.el: Add documentation for backend interface.
11179
11180 2001-01-10 Kenichi Handa <handa@etl.go.jp>
11181
11182 * font-lock.el (c-font-lock-extra-types): Add "Lisp_Object".
11183
11184 * international/mule-conf.el (latin-extra-code-table): Set to t
11185 for \223 and \224.
11186
11187 2001-01-09 Kenichi Handa <handa@etl.go.jp>
11188
11189 * international/mule-cmds.el (locale-language-names): Map "es" to
11190 "Spanish" and "nl" to "Dutch".
11191
11192 2001-01-09 Gerd Moellmann <gerd@gnu.org>
11193
11194 * bindings.el (global-map): Bind <home> to beginning-of-line,
11195 <end> to end-of-line, C-<home> to beginning-of-buffer, and
11196 C-<end> to end-of-buffer.
11197
11198 * language/european.el: Add Dutch and Spanish language info
11199 to be able to use the appropriate tutorials.
11200
11201 2001-01-09 Alex Schroeder <alex@gnu.org>
11202
11203 * ansi-color.el (ansi-color-process-output): Use markers instead
11204 of positions for start and end of region.
11205 (ansi-color-apply-on-region): Rewrote code to make it more robust.
11206 Previously, occasional mistakes happend when fontifying many
11207 chunks of output (eg. ls --color=yes /dev). This happened
11208 whenever an overlay was created up to the end of the region, which
11209 coincided with the process-mark. New text would then be added
11210 within that overlay instead of after it.
11211 (ansi-color-make-extent): Overlays are created with the property
11212 `modification-hooks' set to '(ansi-color-freeze-overlay).
11213 (ansi-color-freeze-overlay): New function. When inserting text at
11214 the end of the overlay, the overlay will resize.
11215
11216 2000-01-09 Alex Schroeder <alex@gnu.org>
11217
11218 * ansi-color.el (ansi-color-process-output): Doc change.
11219 (ansi-color-unfontify-region): Doc change. No longer installed
11220 automatically in font-lock-unfontify-region-function.
11221 (ansi-color-apply): Doc change.
11222 (ansi-color-apply-on-region): Use extents or overlays instead of
11223 text-properties.
11224 (ansi-color-make-extent): New function.
11225 (ansi-color-set-extent-face): New function.
11226
11227 2000-01-09 Alex Schroeder <alex@gnu.org>
11228
11229 * ansi-color.el (ansi-color-process): Removed, Emacs and XEmacs
11230 both use ansi-color-process-output, now.
11231 (ansi-color-process-output): Doesn't return string anymore. It is
11232 installed in comint-output-filter-functions for both Emacs and
11233 XEmacs, now.
11234 (ansi-color-unfontify-region): Simplified code removing variables
11235 pos and start-ansi.
11236 (ansi-color-apply): Put text-property ansi-color before putting
11237 text-property face because ansi-color-unfontify-region is called
11238 immediately after the call to put-text-property.
11239 (ansi-color-context-region): Doc change.
11240 (ansi-color-filter-region): Simplified code.
11241 (ansi-color-apply-on-region): Changed start to start-marker, using
11242 a marker explicitly. Put text-property ansi-color before putting
11243 text-property face because ansi-color-unfontify-region is called
11244 immediately after the call to put-text-property.
11245
11246 2000-01-09 Alex Schroeder <alex@gnu.org>
11247
11248 * ansi-color.el (ansi-color-faces-vector): Doc change.
11249 (ansi-color-for-comint-mode): Changed :type property to choice.
11250 (ansi-color-last-context): Removed.
11251 (ansi-color-process-output): Don't use ansi-color-last-context, as
11252 the main functions will store their context now.
11253 (ansi-color-context): Doc change.
11254 (ansi-color-filter-apply): Rewrote it based on ansi-color-apply.
11255 Uses ansi-color-context such that repeated calls will strip
11256 partial escape sequences, too.
11257 (ansi-color-apply): Simplified code. Colorize end of string if
11258 face is not null. Store context in new (FACE STRING) format, such
11259 that repeated calls will strip partial escape sequences, too.
11260 Append faces to face property using ansi-color-apply-sequence such
11261 that cumulative mode actually works.
11262 (ansi-color-context-region): New variable.
11263 (ansi-color-filter-region): Rewrote it based on
11264 ansi-color-apply-on-region. Uses ansi-color-context-region such
11265 that repeated calls will strip partial escape sequences, too.
11266 (ansi-color-apply-on-region): Simplified code. Colorize end of
11267 region if face is not null. Store context in new (FACE POS)
11268 format, such that repeated calls will strip partial escape
11269 sequences, too. Append faces to face property using
11270 ansi-color-apply-sequence such that cumulative mode actually works.
11271 (ansi-color-apply-sequence): New function.
11272 (ansi-color-get-face): When the default face is added to the list
11273 of faces, all previous settings are discarded and the list of
11274 faces is set to '(default).
11275
11276 2000-01-09 Alex Schroeder <alex@gnu.org>
11277
11278 * ansi-color.el (ansi-color-faces-vector): Use nil for the default
11279 face, such that ansi-color-apply and ansi-color-apply-on-region
11280 will do the right thing.
11281 (ansi-color-apply): Do the right thing, ie. if ansi-color-get-face
11282 returns nil, set the list of faces back to nil instead of
11283 appending the result of ansi-color-get-face to the front of the list.
11284
11285 2000-01-09 Alex Schroeder <alex@gnu.org>
11286
11287 * ansi-color.el (ansi-color-for-comint-mode): Doc change.
11288 (ansi-color-process): Doc change.
11289 (ansi-color-last-context): New buffer-local variable.
11290 (ansi-color-process-output): New function. It is automatically
11291 added to comint-output-filter-functions if this is XEmacs.
11292 (ansi-color-unfontify-region): New optional parameter for XEmacs
11293 compatibility. Check wether font-lock-syntactic-keywords is
11294 boundp before removing the syntax table text property, as XEmacs
11295 doesn't have it.
11296 (ansi-color-filter-region): Doc change.
11297 (ansi-color-apply-on-region): Doc change.
11298 (ansi-color-make-face): New function. Compatibility layer for
11299 XEmacs. Return temporary faces instead of cons cells for XEmacs.
11300 (ansi-color-make-color-map): Use ansi-color-make-face.
11301 (ansi-color-get-face): Avoid face text property '(nil) as results
11302 in an errow for XEmacs.
11303
11304 2000-01-09 Alex Schroeder <alex@gnu.org>
11305
11306 * ansi-color.el (ansi-color-unfontify-region): New function.
11307 Uses text-property ansi-color in order to preserve fontification by
11308 ansi-color. When the package is loaded, a lambda expression is
11309 put onto font-lock-mode-hook. This lambda expression will check
11310 font-lock-unfontify-region-function and replace
11311 font-lock-default-unfontify-region with ansi-color-unfontify-region.
11312 (ansi-color-apply): Add text-property ansi-color in addition to
11313 text-property face.
11314 (ansi-color-apply-on-region): Add text-property ansi-color in
11315 addition to text-property face.
11316 (save-buffer-state): Copy of the macro that is also used by
11317 lazy-lock and font-lock.
11318
11319 (ansi-color-for-comint-mode): New option.
11320 (ansi-color-for-comint-mode-on): Set ansi-color-for-comint-mode.
11321 (ansi-color-for-comint-mode-off): Ditto.
11322 (ansi-color-for-comint-mode-filter): Ditto.
11323 (ansi-color-process): New function. Uses ansi-color-for-comint-mode to
11324 decide what to do. This function is added to
11325 comint-preoutput-filter-functions when the package is loaded.
11326
11327 (ansi-color-for-shell-mode-set): Removed.
11328 (ansi-color-for-shell-mode): Removed.
11329
11330 2000-01-09 Alex Schroeder <alex@gnu.org>
11331
11332 * ansi-color.el (ansi-color-for-shell-mode-set): New function with
11333 the lambda expression from the ansi-color-for-shell-mode :set
11334 property. Additionally, modify shell-mode-hook to enable or
11335 disable font-lock-mode for future shell buffers.
11336 (ansi-color-for-shell-mode): The :set property calls
11337 ansi-color-for-shell-mode-set instead of a lambda expression.
11338
11339 2000-01-09 Alex Schroeder <alex@gnu.org>
11340
11341 * ansi-color.el (ansi-color-for-shell-mode): Doc change.
11342 (ansi-color-context): New variable.
11343 (ansi-color-apply): Save context between calls.
11344
11345 2001-01-09 Eli Zaretskii <eliz@is.elta.co.il>
11346
11347 * isearch.el (isearch, isearch-lazy-highlight-face):
11348 New definitions for face colors and attributes.
11349
11350 * wid-edit.el (widget-choose): Call display-popup-menus-p instead
11351 of display-mouse-p.
11352
11353 2001-01-09 Kenichi Handa <handa@etl.go.jp>
11354
11355 * international/mule.el (make-coding-system): If the coding system
11356 accepts extra latin codes, register such codes as safe for the
11357 coding system.
11358
11359 2001-01-08 Richard M. Stallman <rms@gnu.org>
11360
11361 * emacs-lisp/bytecomp.el (byte-compile-log-1): In non-batch case,
11362 don't mention the file name or the date here, because they are
11363 logged at the start of the file.
11364
11365 2001-01-08 Richard M. Stallman <rms@gnu.org>
11366
11367 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
11368 Change screen-width to frame-width.
11369
11370 2001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
11371
11372 * info.el (Info-search): Print the default as part of the prompt.
11373
11374 2001-01-08 Andre Spiegel <spiegel@gnu.org>
11375
11376 * vc.el (vc-default-latest-on-branch-p): New function, replaces
11377 constant implementations in backends.
11378
11379 * vc-cvs.el (vc-cvs-latest-on-branch-p): Removed.
11380 (vc-cvs-checkout): Renamed arg WRITABLE to EDITABLE.
11381
11382 * vc-rcs.el (vc-rcs-checkout, vc-rcs-cancel-version): Renamed arg
11383 WRITABLE to EDITABLE.
11384
11385 * vc-sccs.el (vc-sccs-latest-on-branch-p): Removed.
11386 (vc-sccs-checkout, vc-sccs-cancel-version): Renamed arg WRITABLE
11387 to EDITABLE.
11388
11389 2001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
11390
11391 * emacs-lisp/copyright.el (copyright-current-year): Now a defvar.
11392 (copyright, copyright-update): Compute the current year at run time.
11393
11394 2001-01-08 Gerd Moellmann <gerd@gnu.org>
11395
11396 * isearch.el (isearch-old-signal-hook): Removed.
11397 (isearch-mode): Add isearch-done to kbd-macro-termination-hook
11398 instead of setting signal-hook-function.
11399 (isearch-done): Remove isearch-done from kbd-macro-termination-hook.
11400
11401 2001-01-08 Kevin Gallagher <kevingal@onramp.net>
11402
11403 * emulation/edt.el: Update to version 4.0. Provide support for
11404 EDT scroll margins at top and bottom of the window. Provide an
11405 emulation of the EDT SUBS command (bound to GOLD-Enter, by
11406 default). Enhance edt-quit, bound to GOLD-q by default, to warn
11407 user when file-related buffer modifications exist.
11408 Provide support for running EDT Emulation in XEmacs.
11409 Provide customize access to some user updatable variables.
11410 Add Commentary section to file header.
11411 Fixed a few minor bugs and cleaned up some code.
11412
11413 * emulation/edt-mapper.el: Update to version 4.0. Provide support
11414 for detecting a keypress that generates an ASCII key sequence.
11415 (Previously, only a keypress that generates a vector was
11416 recognized.) Embed Window Manager name into name of the generated
11417 EDT Emulation initialization file since the initialization file is
11418 Window Manager specific. Add Commentary section to file header.
11419
11420 2001-01-07 Eli Zaretskii <eliz@is.elta.co.il>
11421
11422 * mail/sendmail.el (mail-mode): Doc fix.
11423
11424 * info.el (Info-goto-emacs-command-node): Doc fix.
11425 (Info-goto-emacs-key-command-node): Doc fix.
11426
11427 2001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
11428
11429 * ediff-vers.el (noninteractive): Don't load generic-sc on MS-DOS
11430 systems without long file-name support.
11431
11432 2001-01-06 Andrew Innes <andrewi@gnu.org>
11433
11434 * makefile.w32-in (custom-deps): Set EMACSLOADPATH explicitly.
11435
11436 2001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
11437
11438 * isearch.el (isearch-lazy-highlight-remove-overlays): Doc fix.
11439 (isearch-lazy-highlight-update): Doc fix.
11440
11441 * ffap.el (ffap-bindings): Doc fix.
11442
11443 * dired-x.el (dired-virtual-guess-dir): Doc fix.
11444
11445 2001-01-05 Dave Love <fx@gnu.org>
11446
11447 * emacs-lisp/cl-seq.el (remove, remq): Remove.
11448
11449 2001-01-05 Gerd Moellmann <gerd@gnu.org>
11450
11451 * mouse-drag.el (mouse-drag-safe-scroll):
11452 Bind scroll-preserve-screen-position to nil.
11453
11454 * isearch.el (isearch-old-signal-hook): New variable.
11455 (isearch-mode): Set signal-hook-function to isearch-done.
11456 (isearch-done): Restore old signal-hook-function.
11457
11458 * info.el (Info-fontify-node): Mark one more char as intangible.
11459
11460 2000-01-05 Kenichi Handa <handa@etl.go.jp>
11461
11462 * composite.el (compose-last-chars): New argument COMPONENTS.
11463 If it is non-nil, compose preceding characters by compose-region with
11464 COMPONENTS.
11465
11466 * international/quail.el (quail-input-string-to-events): New function.
11467 (quail-input-method): Convert input string to events here.
11468 (quail-start-translation): Return input string, not event list.
11469 (quail-start-conversion): Likewise.
11470
11471 2001-01-04 Gerd Moellmann <gerd@gnu.org>
11472
11473 * tooltip.el (tooltip-cancel-delayed-tip)
11474 (tooltip-start-delayed-tip): Renamed from tooltip-disable-timeout
11475 and tooltip-add-timeout.
11476 (tooltip-show): Set border color from faces's foreground.
11477 (tooltip-show-help-function): If called with the same help string
11478 as last time, do nothing.
11479 (tooltip-help-tips): Don't set tooltip-help-message to nil.
11480
11481 * startup.el (fancy-splash-screens): Don't bind show-help-function
11482 to nil.
11483
11484 * tooltip.el (tooltip-frame-parameters): Remove colors.
11485 (tooltip): New face
11486 (tooltip-set-param): New function.
11487 (tooltip-show): Set up color frame parameters from face `tooltip'.
11488 Display the tooltip text in face `tooltip'.
11489
11490 2001-01-04 Dave Love <fx@gnu.org>
11491
11492 * whitespace.el (whitespace-global-mode): Fix typo.
11493
11494 * hilit19.el, mail/rnewspost.el, mail/rnews.el: Moved to obsolete.
11495
11496 2001-01-04 Eli Zaretskii <eliz@is.elta.co.il>
11497
11498 * help.el (help-for-help): Fix a typo in a doc string.
11499 From kwzh@gnu.org (Karl Heuer).
11500
11501 2001-01-03 Dave Love <fx@gnu.org>
11502
11503 * dired-x.el: Doc fixes. Maintainer change.
11504 (dired-guess-shell-gnutar, dired-guess-shell-znew-switches): Fix :type.
11505 (dired-guess-shell-alist-default): Don't use xloadimage for PNG.
11506 (dired-guess-shell-alist-user): Customize.
11507 (dired-x-help-address): Set to bug-gnu-emacs.
11508 (dired-x-maintainer, dired-x-file, dired-x-version): Deleted.
11509 (dired-default-directory): Renamed from default-directory.
11510
11511 * hl-line.el (hl-line): Doc fix.
11512
11513 2001-01-03 Karl Fogel <kfogel@red-bean.com>
11514
11515 * mail/mail-hist.el (mail-hist-text-too-long-p): Doc fix.
11516
11517 2001-01-02 Richard M. Stallman <rms@gnu.org>
11518
11519 * isearch.el (isearch-lazy-highlight-cleanup): Arg now says
11520 to remove all the current alternative-match highlighting.
11521 If nil, remove only what's outside the current window.
11522 (isearch-lazy-highlight-remove-overlays): Take optional
11523 region within which NOT to remove them.
11524 (isearch-lazy-highlight-new-loop): Greatly simplified.
11525 (isearch-lazy-highlight-update): Find all the other occurrences
11526 visible in the window, in just one call.
11527 (isearch-lazy-highlight-start): Now holds start of region to scan.
11528 (isearch-lazy-highlight-end): Now holds end of region to scan.
11529 (isearch-lazy-highlight-wrapped): Variable deleted.
11530 (isearch-lazy-highlight-search): Function deleted.
11531
11532 2000-01-02 Andrew Innes <andrewi@gnu.org>
11533
11534 * w32-fns.el (convert-standard-filename): Do length check on name
11535 before aref.
11536
11537 2001-01-02 Dave Love <fx@gnu.org>
11538
11539 * progmodes/cperl-mode.el (cperl-invalid-face): Don't double-quote
11540 value.
11541 (cperl-init-faces): Allow cperl-invalid-face to be a normal face.
11542
11543 * ls-lisp.el (ls-lisp) <defgroup>: Add :version.
11544
11545 * net/browse-url.el (browse-url-filename-alist): Avoid backquote
11546 read syntax.
11547
11548 * calendar/todo-mode.el (todo): Add :link, :version.
11549 (todo-save-top-priorities): Remove autoload cookie.
11550 (todo-add-category, todo-add-item-non-interactively)
11551 (todo-insert-item, todo-mode, todo-cp, todo-show): Fix autoload cookie.
11552
11553 2001-01-02 Gerd Moellmann <gerd@gnu.org>
11554
11555 * comint.el (comint-input-history-ignore): New variable.
11556 (comint-read-input-ring): Ignore entries matching
11557 comint-input-history-ignore.
11558
11559 2001-01-02 Eric M. Ludlam <zappo@gnu.org>
11560
11561 * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): New Variable.
11562 (lm-copyright-mark): New function.
11563 (lm-crack-copyright): New function.
11564 (lm-verify): Check that the file has a copyright.
11565 Check that the file is copyright Free Software Foundation.
11566
11567 2000-12-30 Kenichi Handa <handa@etl.go.jp>
11568
11569 * international/mule-diag.el (print-fontset): Indent font name by
11570 24 columns, not 25.
11571
11572 2000-12-29 Gerd Moellmann <gerd@gnu.org>
11573
11574 * textmodes/flyspell.el (mail-mode-flyspell-verify): Spell-check
11575 in Subject line.
11576
11577 * mail/mailabbrev.el (mail-abbrevs-enable, mail-abbrevs-disable):
11578 Use mail-mode-hook instead of mail-setup-hook.
11579 Otherwise continuing an interrupted message with C-u C-x m for
11580 instance, winds up in Mail mode without abbrevs.
11581
11582 2000-12-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11583
11584 * ps-print.el: Handle form feed better when ps-zebra-stripe-follow is
11585 non-nil. Adding almost all customization variables on ps-setup.
11586 Doc fix.
11587 (ps-print-version): New version number (6.3.3).
11588 (ps-end-with-control-d): Initialization fix.
11589 (ps-lines-printed): New var.
11590 (ps-skip-newline): New fun.
11591 (ps-setup, ps-prologue-file, ps-begin-job, ps-begin-page)
11592 (ps-next-line, ps-continue-line, ps-plot-region)
11593 (ps-generate-postscript-with-faces, ps-end-job): Code fix.
11594
11595 2000-12-29 Kenichi Handa <handa@etl.go.jp>
11596
11597 * international/fontset.el (x-complement-fontset-spec):
11598 Resolve ASCII font name so that the same family name is used for fonts
11599 registered in x-font-name-charset-alist.
11600 (create-fontset-from-fontset-spec): Adjusted for the above change.
11601 The name of fontset alias should be a unresolved ASCII font name.
11602
11603 2000-12-28 Gerd Moellmann <gerd@gnu.org>
11604
11605 * simple.el (delete-key-deletes-forward-mode): Bind backspace
11606 and delete in isearch-mode-map.
11607
11608 2000-12-28 Richard M. Stallman <rms@gnu.org>
11609
11610 * dired-x.el (dired-guess-shell-alist-default):
11611 Use xpdf instead of acroread.
11612
11613 2000-12-28 Kenichi Handa <handa@etl.go.jp>
11614
11615 * textmodes/artist.el (artist-butlast): Deleted.
11616 (artist-ellipse-mirror-quadrant): Use butlast instead of
11617 artist-butlast.
11618
11619 * subr.el (butlast, nbutlast): Moved from cl.el to here.
11620
11621 * emacs-lisp/cl.el (butlast, nbutlast): Moved to subr.el.
11622
11623 2000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
11624
11625 From Francis J. Wright <F.J.Wright@maths.qmw.ac.uk>:
11626
11627 * ls-lisp.el: Better support for the Mac and MS-Windows.
11628 (ls-lisp): New defgroup.
11629 (ls-lisp-emulation, ls-lisp-ignore-case, ls-lisp-dirs-first)
11630 (ls-lisp-verbosity, ls-lisp-use-insert-directory-program)
11631 (ls-lisp-support-shell-wildcards): New defcustoms.
11632 (ls-lisp-parse-symlink): New function.
11633 (insert-directory): Code to convert switches to a list and set up
11634 the wildcard argument copied from ls-lisp-insert-directory.
11635 (ls-lisp-insert-directory): New argument TIME-INDEX. Add support
11636 for -C and -R switches.
11637 (ls-lisp-column-format): New function.
11638 (ls-lisp-delete-matching, ls-lisp-handle-switches)
11639 (ls-lisp-format-time): Add doc strings.
11640 (ls-lisp-handle-switches): Handle -U, -S, -X, and -F switches.
11641 Support ls-lisp-dirs-first.
11642 (ls-lisp-classify, ls-lisp-extension): New functions.
11643 (ls-lisp-format): Optionally support emulation of symlinks.
11644 Support -i, -s, and -G switches.
11645
11646 2000-12-27 Gerd Moellmann <gerd@gnu.org>
11647
11648 * textmodes/texinfo.el (texinfo-mode): Set fill-column to 70.
11649
11650 * version.el (emacs-version): Print X scroll bar information.
11651
11652 * scroll-bar.el (toplevel): Check for x-toolkit-scroll-bars
11653 instead of x-toolkit-scroll-bars-p.
11654
11655 * loadup.el (toplevel): Check for x-toolkit-scroll-bars instead
11656 of x-toolkit-scroll-bars-p.
11657
11658 2000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
11659
11660 * ffap.el (ffap-bindings): Make interactive and add an autoload cookie.
11661 (ffap-bindings): Doc fix, to reflect the above change.
11662
11663 2000-12-27 Kenichi Handa <handa@etl.go.jp>
11664
11665 * term.el (term-char-mode): Define all non-ascii self-inserting
11666 characters to 'term-send-raw in term-raw-map.
11667
11668 2000-12-25 Michael Kifer <kifer@cs.sunysb.edu>
11669
11670 * viper-init (viper-restore-cursor-type): Added condition-case guard.
11671
11672 * ediff-init.el (ediff-quit-hook,ediff-suspend-hook):
11673 Changed initialization; use add-hook.
11674 (ediff-file-remote-p): Use file-local-copy.
11675
11676 * ediff-ptch.el (ediff-prompt-for-patch-buffer): Improved defaults.
11677
11678 * ediff.el (ediff-patch-buffer): Bug fix.
11679 (ediff-revision): Allow selection of the file at the prompt.
11680
11681 2000-12-23 Stefan Monnier <monnier@cs.yale.edu>
11682
11683 * subr.el (combine-run-hooks): Remove.
11684
11685 * emacs-lisp/edebug.el (define-minor-mode): Improve the spec
11686 and remove the rogue second spec.
11687
11688 2000-12-23 Gerd Moellmann <gerd@gnu.org>
11689
11690 * progmodes/compile.el (compilation-forget-errors): Fix indentation.
11691
11692 2000-12-22 Stefan Monnier <monnier@cs.yale.edu>
11693
11694 * smerge-mode.el (smerge-basic-map): Use `=' rather than `d'.
11695 Use minibuffer menu prompt for the `=' prefix.
11696 (smerge-command-prefix): Change default to C-^.
11697 (smerge-mode): Don't assume font-lock doesn't move point.
11698
11699 * skeleton.el (skeleton-internal-1): Make sure the first line of
11700 the region is also re-indented.
11701 (skeleton-end-newline): New var.
11702 (skeleton-end-hook): Use it.
11703
11704 2000-12-22 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
11705
11706 * comint.el (comint-password-prompt-regexp): Support CVS.
11707
11708 2000-12-22 Gerd Moellmann <gerd@gnu.org>
11709
11710 * simple.el (delete-key-deletes-forward-mode): Simplify.
11711 Also backspace key combinations, depending on
11712 delete-key-deletes-forward.
11713
11714 * bindings.el ([C-backspace]): Bind C-backspace to kill-word.
11715
11716 * simple.el (delete-key-deletes-forward): Doc fix.
11717
11718 2000-08-22 Emmanuel Briot <briot@gnat.com>
11719
11720 * xml.el (top level comment): Updated to reflect the fact that
11721 white spaces are relevant in the XML file.
11722 (xml-parse-file): Do not kill an existing Emacs buffer if the file
11723 to parse was already edited. This allows for on-the-fly analysis
11724 of XML files.
11725 (xml-parse-tag): Check that the casing is the same in the start
11726 tag and end tag, since XML is case-sensitive. Allows for spaces
11727 in the end tag, after the name of the tag.
11728 (xml-parse-attlist): Allow for the character '-' in the name of
11729 attributes, as in the standard http-equiv attribute Do not save
11730 the properties in the XML tree, since they are not relevant.
11731
11732 2000-12-21 Stefan Monnier <monnier@cs.yale.edu>
11733
11734 * generic.el (generic-read-type): Undo last change, inline into
11735 `generic-mode' and then remove.
11736 (generic-mode): Inline generic-read-type.
11737 (define-generic-mode): Push the symbol name rather than the symbol
11738 onto generic-mode-list.
11739
11740 2000-12-21 Gerd Moellmann <gerd@gnu.org>
11741
11742 * generic.el (generic-read-type): Build an alist for
11743 completing-read as in 20.7.
11744
11745 * play/landmark.el (lm): Use interactive spec `P'.
11746 (toplevel): Don't set debug-on-error.
11747
11748 * server.el (server-switch-buffer): Choose a window on a visible frame.
11749
11750 2000-12-21 Dave Pearson <davep@davep.org>
11751
11752 * quickurl.el: Commentry change, I've moved my web site.
11753
11754 2000-12-21 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11755
11756 * ebnf2ps.el: Fix a problem with skip-chars-forward: it doesn't accept
11757 ranges like \177-\237, but accepts the character sequence from \177 to
11758 \237. Doc fix.
11759 (ebnf-version): New version (3.4).
11760 (ebnf-setup): Code fix.
11761 (ebnf-range-regexp): New fun.
11762 (ebnf-8-bit-chars): Const fix.
11763
11764 * ebnf-bnf.el: Fix the same problem as described on ebnf2ps.el log
11765 entry. Doc fix.
11766 (ebnf-bnf-lex): Code fix.
11767 (ebnf-bnf-comment-chars): Const fix.
11768
11769 * ebnf-iso.el: Fix the same problem as described on ebnf2ps.el log
11770 entry. Doc fix.
11771 (ebnf-iso-comment-chars): Const fix.
11772
11773 * ebnf-otz.el: Doc fix.
11774
11775 * ebnf-yac.el: Fix the same problem as described on ebnf2ps.el log
11776 entry. Doc fix.
11777 (ebnf-yac-skip-code): Code fix.
11778 (ebnf-yac-comment-chars): Const fix.
11779
11780 2000-12-21 Eli Zaretskii <eliz@is.elta.co.il>
11781
11782 * files.el (insert-directory-safely): New function.
11783 (recover-file): Use it instead of insert-directory.
11784 From Markus Rost <markus.rost@mathematik.uni-regensburg.de>
11785
11786 2000-12-21 Kenichi Handa <handa@etl.go.jp>
11787
11788 * international/mule-cmds.el (select-safe-coding-system):
11789 Check coding-category-list more rigidly. Improve help message.
11790
11791 * dired.el (dired-move-to-filename-regexp): Fix previous change.
11792
11793 2000-12-21 Miles Bader <miles@gnu.org>
11794
11795 * mail/sendmail.el (mail-mode): Set `comment-start' to the yank prefix.
11796
11797 2000-12-21 Kenichi Handa <handa@etl.go.jp>
11798
11799 * international/mule-diag.el (describe-char-after): Make *Help*
11800 buffer inherit multibyteness of the current buffer.
11801
11802 * international/mule.el (make-char): Docstring adjusted for the
11803 change of make-char-internal.
11804
11805 2000-12-20 Stefan Monnier <monnier@cs.yale.edu>
11806
11807 * international/iso-cvt.el: Docstrings fix.
11808
11809 2000-12-20 Dave Love <fx@gnu.org>
11810
11811 * subr.el (eval-after-load): Doc fix.
11812
11813 2000-12-20 Kenichi Handa <handa@etl.go.jp>
11814
11815 * jka-compr.el (jka-compr-partial-uncompress): Don't use `concat'
11816 for numbers.
11817
11818 2000-12-20 Miles Bader <miles@gnu.org>
11819
11820 * international/quail.el (quail-help): Resize the help window
11821 again after it has all its contents. Remove unneeded progn.
11822
11823 2000-12-19 Gerd Moellmann <gerd@gnu.org>
11824
11825 * pcmpl-linux.el: Fix copy/paste error.
11826
11827 2000-12-19 Andrew Innes <andrewi@gnu.org>
11828
11829 * simple.el (delete-key-deletes-forward-mode): Fix typo in docstring.
11830
11831 2000-12-19 Carsten Dominik <dominik@strw.leidenuniv.nl>
11832
11833 * progmodes/idlw-rinfo.el: Fixed copyright notice.
11834
11835 * progmodes/idlw-toolbar.el: Fixed copyright notice.
11836
11837 * progmodes/idlw-shell.el: Fixed copyright notice.
11838
11839 * progmodes/idlwave.el: Fixed copyright notice.
11840
11841 * textmodes/reftex-dcr.el (reftex-view-crossref): Added SPACE and
11842 TAB as key separators.
11843
11844 2000-12-19 Alex Schroeder <alex@gnu.org>
11845
11846 * sql.el (sql-sybase-options): New option.
11847 (sql-sybase): Use it. Add sql-database to the list of parameters
11848 provided for login. The options -w 2048 -n are not used any more.
11849 (sql-postgres-options): Changed default from "--pset" to "-P".
11850 (sql-mysql-options): Doc change.
11851 (sql-stop): Doc change.
11852
11853 2000-12-19 Kenichi Handa <handa@etl.go.jp>
11854
11855 * international/quail.el (quail-input-method): Always hide
11856 the guidance buffer on exiting.
11857
11858 2000-12-18 Gerd Moellmann <gerd@gnu.org>
11859
11860 * tooltip.el (tooltip-mode): Signal an error if x-show-tip
11861 isn't fboundp.
11862
11863 * server.el (server-buffer-done): Bury the buffer before
11864 killing it.
11865
11866 * faces.el (face-spec-set): Interpret a nil in specs for
11867 foreground and background colors as `unspecified', for
11868 compatibility with 20.x.
11869
11870 2000-12-18 Dave Love <fx@gnu.org>
11871
11872 * simple.el (mail-user-agent): Doc fix.
11873 (input-mode-8-bit): Removed.
11874
11875 * international/mule.el (set-keyboard-coding-system): Doc fix.
11876 (keyboard-coding-system): New option.
11877
11878 * mail/sendmail.el (send-mail-function): Customize.
11879
11880 2000-12-18 Eli Zaretskii <eliz@is.elta.co.il>
11881
11882 * international/codepage.el (cp866-decode-table): New table.
11883
11884 2000-12-18 Gerd Moellmann <gerd@gnu.org>
11885
11886 * version.el (emacs-version): Remove `%a' from the time format
11887 because the weekday doesn't fit well into each locale.
11888
11889 2000-12-18 Miles Bader <miles@gnu.org>
11890
11891 * image-file.el (image-file-name-extensions): Add "pgm" and "ppm".
11892
11893 * textmodes/artist.el (artist-replace-chars, artist-replace-char):
11894 Check that emacs-major-version is `=' to 20, not `>='.
11895 (artist-replace-chars): Use `make-string' instead of a loop.
11896
11897 2000-12-17 Stefan Monnier <monnier@cs.yale.edu>
11898
11899 * pcvs.el (cvs-diff-backup-extractor): Return full-path for file.
11900 (cvs-execute-single-file): Don't change directory.
11901 Patch from Per Cederqvist.
11902
11903 2000-12-16 Eli Zaretskii <eliz@is.elta.co.il>
11904
11905 * textmodes/ispell.el (check-ispell-version):
11906 If `ispell-program-name' is "aspell", pass it the -v switch instead
11907 of -vv.
11908
11909 2000-12-16 Kenichi Handa <handa@etl.go.jp>
11910
11911 * international/mule-diag.el (mule-diag): Insert information about
11912 configure options, multibyte awareness, language env.
11913
11914 * international/ja-dic-cnv.el (skkdic-get-candidate-list): Fix the
11915 regexp to search for candidates.
11916
11917 2000-12-15 Eli Zaretskii <eliz@is.elta.co.il>
11918
11919 * info.el (Info-forward-node): If the node has an
11920 Info-header-line, widen the buffer before searching for "next:"
11921 and "up:" pointers, and set the search limit to stay in the
11922 current node.
11923
11924 2000-12-16 Miles Bader <miles@gnu.org>
11925
11926 * simple.el (delete-trailing-whitespace): Remove extraneous let.
11927
11928 2000-12-15 Miles Bader <miles@gnu.org>
11929
11930 * comint.el (comint-send-string, comint-send-region): Also accept
11931 a buffer, buffer-name, or nil for PROCESS, for compatibility with
11932 process-send-string/region.
11933
11934 2000-12-15 Gerd Moellmann <gerd@gnu.org>
11935
11936 * isearch.el (isearch-lazy-highlight-max): New user-option.
11937 (isearch-lazy-highlight-update): Don't highlight more than
11938 isearch-lazy-highlight-max matches.
11939
11940 * mail/mh-utils.el (mh-find-path): Set read-mail-command.
11941
11942 2000-12-15 Richard M. Stallman <rms@gnu.org>
11943
11944 * sort.el (sort-columns): Fix error message.
11945
11946 * dabbrev.el (dabbrev--last-case-pattern): Value is now
11947 `upcase' or `downcase' or nil.
11948 (dabbrev-expand): Don't do anything with dabbrev--last-case-pattern.
11949 Pass new record-case-pattern arg to dabbrev--substitute-expansion.
11950 (dabbrev--substitute-expansion): New arg record-case-pattern.
11951 If it is non-nil, set dabbrev--last-case-pattern.
11952 If ABBREV is " ", use dabbrev--last-case-pattern to change EXPANSION.
11953
11954 * dabbrev.el (dabbrev--find-expansion): Remove extra nreverse.
11955
11956 2000-12-15 Miles Bader <miles@gnu.org>
11957
11958 * paths.el (Info-default-directory-list): Don't delete
11959 configure-info-directory from the list of standard info
11960 directories when appending it to the end -- their order is important.
11961
11962 * faces.el (read-face-attribute): If there's no entry for the
11963 user's input in VALID, just use it as-is (this will often result
11964 in an error, but it may be OK for e.g. colors using hexadecimal
11965 notation, and at least will yield a better error message).
11966
11967 * window.el (mode-line-window-height-fudge): Function removed.
11968 (height-affecting-face-attributes, mode-line-window-height-fudge):
11969 Variables removed.
11970 * textmodes/ispell.el (ispell-overlay-window): Ensure that the new
11971 window is really the right size. Use vertical-motion
11972 rather than forward-line.
11973 (ispell-help): Don't use ispell-mode-line-window-height-fudge.
11974 (ispell-command-loop, ispell-show-choices): Use the variable
11975 ispell-choices-win-default-height, rather than the function.
11976 (ispell-choices-win-default-height): Function removed.
11977 (ispell-mode-line-window-height-fudge): Function removed.
11978
11979 2000-12-14 Stefan Monnier <monnier@cs.yale.edu>
11980
11981 * add-log.el (add-change-log-entry): Only expand-file-name if non-nil.
11982
11983 2000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
11984
11985 * paths.el (Info-default-directory-list):
11986 If configure-info-directory is not one of the standard directories,
11987 put it first in the list; otherwise put it last. Doc string
11988 changed accordingly.
11989
11990 * info.el (Info-directory-list): Change doc string to reflect the
11991 change in Info-default-directory-list.
11992
11993 * simple.el (delete-key-deletes-forward-mode): Treat ms-dos and
11994 windows-nt as windowed environments, even under -nw.
11995
11996 * startup.el (command-line): Don't call x-backspace-delete-keys-p
11997 if not fboundp. Switch delete-forward mode for the <delete> key
11998 on all PC platforms, even under -nw.
11999
12000 * term/internal.el ([M-delete]): Remap to M-d.
12001
12002 2000-12-14 Gerd Moellmann <gerd@gnu.org>
12003
12004 * emacs-lisp/lisp-mnt.el: Change maintainer to FSF.
12005
12006 2000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
12007
12008 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
12009
12010 2000-12-14 Gerd Moellmann <gerd@gnu.org>
12011
12012 * startup.el (command-line): Call delete-key-deletes-forward-mode,
12013 if appropriate.
12014
12015 * simple.el (delete-key-deletes-forward): New user-option.
12016 (delete-key-deletes-forward-mode): New function.
12017
12018 * bindings.el: Bind `delete' to backward-delete-char.
12019
12020 * emacs-lisp/easymenu.el (easy-menu-current-active-maps):
12021 Test if symbol is bound before getting its value.
12022
12023 * tooltip.el (tooltip-show): If an error is signaled in
12024 x-show-tip, display that error, and display the help in the
12025 echo area.
12026
12027 2000-12-14 Kenichi Handa <handa@etl.go.jp>
12028
12029 * international/ja-dic-cnv.el (skkdic-set-okuri-nasi):
12030 Show "... entries" messages for every 10000 entries, not 10.
12031
12032 2000-12-13 Karl Fogel <kfogel@red-bean.com>
12033
12034 * bookmark.el: Provide a generic exit hook, as suggested by
12035 Ovidiu Predescu <ovidiu@cup.hp.com>:
12036 (bookmark-exit-hook): New var.
12037 (bookmark-exit-hook-internal): New func, replaces
12038 old raw lambda form in `kill-emacs-hook', and runs new
12039 `bookmark-exit-hooks'. No longer tests for the bookmark feature,
12040 as logically that feature must have been provided if this function
12041 is running.
12042 Removed ;;;###autoload before the `add-hook' call.
12043
12044 2000-12-13 Stefan Monnier <monnier@cs.yale.edu>
12045
12046 * emacs-lisp/easymenu.el (easy-menu-define): Setup indentation.
12047 (easy-menu-current-active-maps): New function.
12048 (easy-menu-get-map): Use it.
12049 Make a proper menu entry when creating a new keymap.
12050
12051 2000-12-13 Kenichi Handa <handa@etl.go.jp>
12052
12053 * international/characters.el: Fix cases and syntaxes for
12054 mule-unicode-0100-24ff.
12055
12056 * dired.el (dired-move-to-filename-regexp): Fixed for the case
12057 that a Japanese character is not appended after day and year.
12058
12059 * info.el (Info-suffix-list): Change format for a command that
12060 requires arguments.
12061 (info-insert-file-contents): Adjusted for the above change.
12062
12063 2000-12-12 Andreas Schwab <schwab@suse.de>
12064
12065 * tar-mode.el (tar-extract): Base the name of the subfile buffer
12066 on the name of the tar buffer. Verify that the existing buffer is
12067 visiting the same subfile.
12068
12069 2000-12-12 Dave Love <fx@gnu.org>
12070
12071 * subdirs.el: Add obsolete.
12072
12073 2000-12-12 Gerd Moellmann <gerd@gnu.org>
12074
12075 * mail/rmailsum.el (rmail-summary-expunge)
12076 (rmail-summary-expunge-and-save): Use rmail-expunge-confirmed
12077 instead of rmail-confirm-expunge.
12078
12079 * replace.el (perform-replace): Don't use an empty match adjacent
12080 to a non-empty match when computing the next match before the
12081 replacement is performed.
12082
12083 2000-12-12 Milan Zamazal <pdm@freesoft.cz>
12084
12085 * progmodes/glasses.el: Use `define-minor-mode' for the minor mode
12086 definition (patch by Stefan Monnier).
12087 (glasses-mode): Use jit-lock instead of `after-change-functions'
12088 (patch by Stefan Monnier).
12089
12090 2000-12-12 Miles Bader <miles@gnu.org>
12091
12092 * info.el (Info-last-preorder): Don't barf on nodes without a prev.
12093 (Info-scroll-down): Respect `Info-scroll-prefer-subnodes'.
12094
12095 2000-12-12 Andrew Choi <akochoi@i-cable.com>
12096
12097 * term/mac-win.el: Remove load for ls-lisp.
12098
12099 * loadup.el: Load ls-lisp for system-type `macos'.
12100
12101 2000-12-12 Miles Bader <miles@gnu.org>
12102
12103 * simple.el (delete-horizontal-space): Add BACKWARD-ONLY parameter.
12104 Respect field end too.
12105 (just-one-space): Respect fields as `delete-horizontal-space'.
12106 (newline-and-indent, reindent-then-newline-and-indent):
12107 Use `delete-horizontal-space'.
12108
12109 2000-12-11 Stefan Monnier <monnier@cs.yale.edu>
12110
12111 * newcomment.el (comment-indent-new-line): Use delete-horizontal-space
12112 (so as to obey the field property in the minibuffer).
12113
12114 * obsolete/c-mode.el: Moved from lisp/progmodes.
12115 * obsolete/auto-show.el: Moved from lisp.
12116 * obsolete/ooutline.el: Moved from lisp/textmodes.
12117
12118 2000-12-11 Carsten Dominik <dominik@strw.leidenuniv.nl>
12119
12120 * progmodes/idlwave.el: Updated to IDLWAVE version 4.7. Too many
12121 changes to list them here.
12122
12123 * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.7.
12124 Too many changes to list them here.
12125
12126 * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.7.
12127 Too many changes to list them here.
12128
12129 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.7.
12130
12131 2000-12-11 Gerd Moellmann <gerd@gnu.org>
12132
12133 * simple.el (kill-new): Don't try to setcar kill-ring if it is nil.
12134
12135 * cus-edit.el (custom-save-variables, custom-save-faces):
12136 Comment fix.
12137
12138 * hscroll.el: Moved to `obsolete' subdir.
12139
12140 2000-12-11 Miles Bader <miles@gnu.org>
12141
12142 * window.el (window-text-height): Function removed (now in C).
12143
12144 2000-12-10 Stefan Monnier <monnier@cs.yale.edu>
12145
12146 * log-edit.el (log-edit-parent-buffer): New var.
12147 (log-edit): Set it. Add BUFFER argument.
12148 (log-edit-done): Use char-before.
12149 Don't bother checking validity of vc-comment-ring.
12150 Only bury the buffer if log-edit popped it up.
12151
12152 * pcvs.el: Update references to CVS-Edit (now Log-Edit).
12153 (cvs-mode-diff-help): Remove.
12154 (cvs-mode-commit): Use the new `log-edit' BUFFER argument.
12155 (cvs-mode-marked): Set up the default for CMD manually.
12156
12157 * pcvs-defs.el (cvs-mode-diff-map): Use minibuffer menu prompt.
12158 Remove binding for ? now made unnecessary.
12159
12160 2000-12-10 Carsten Dominik <dominik@strw.leidenuniv.nl>
12161
12162 * textmodes/reftex.el (reftex-scanning-info-available-p): New function.
12163 (reftex-TeX-master-file): Check for `tex-main-file' early enough.
12164
12165 * textmodes/reftex-global.el (reftex-create-tags-file): Fixed bug
12166 when master file is not open.
12167
12168 2000-12-09 Stefan Monnier <monnier@cs.yale.edu>
12169
12170 * progmodes/ada-stmt.el: Update `maintainer'.
12171
12172 2000-12-09 Stephen Gildea <gildea@stop.mail-abuse.org>
12173
12174 * time-stamp.el (time-stamp-old-format-warn): Reorder custom
12175 choices to match documentation string.
12176
12177 2000-12-09 Miles Bader <miles@gnu.org>
12178
12179 * minibuf-eldef.el: New file.
12180
12181 * window.el (fit-window-to-buffer): Don't pass last argument to
12182 pos-visible-in-window-p, now that its meaning is inverted.
12183
12184 2000-12-08 Eli Zaretskii <eliz@is.elta.co.il>
12185
12186 * image.el (create-image): Doc fix; spotted by Per Cederqvist
12187 <ceder@lysator.liu.se>.
12188
12189 2000-12-08 Stefan Monnier <monnier@cs.yale.edu>
12190
12191 * autoinsert.el (auto-insert-alist): Add missing final \n.
12192
12193 * pcvs-defs.el (cvs-menu): Move. Make submenu for diff commands.
12194 (cvs-menu-map): Remove.
12195 * pcvs.el (cvs-menu): Use `cvs-menu' rather than `cvs-menu-map'.
12196 (cvs-mode-quit): Turn it back into a plain function.
12197
12198 * textmodes/texnfo-upd.el (texinfo-chapter-level-regexp)
12199 (texinfo-filter): Remove (move to texinfo.el).
12200
12201 * textmodes/texinfo.el: Move the (require 'cl) to the front of the
12202 file where it's more visible.
12203 (texinfo-filter, texinfo-chapter-level-regexp): New variables
12204 moved from texnfo-upd.el (for AUCTeX's compatibility, originally).
12205 (texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter.
12206 (texinfo-inside-macro-p): Only catch `scan-error's.
12207 (texinfo-inside-env-p): Make better use of the match info.
12208 (texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'.
12209 (texinfo-insert-@end): Slight re-organization.
12210 Also remove useless `looking-at' call.
12211
12212 2000-12-08 Andrew Innes <andrewi@gnu.org>
12213
12214 * w32-fns.el: Add clipboard support from term/w32-win.el, so it is
12215 accessible in -nw mode.
12216
12217 * term/w32-win.el: Remove stuff about selection timeout, which is
12218 irrelevant on Windows. Move clipboard support to w32-fns.el, so
12219 it is accessible in -nw mode.
12220
12221 2000-12-08 Dave Love <fx@gnu.org>
12222
12223 * emacs-lisp/lisp-mode.el (lisp-mode):
12224 Set font-lock-keywords-case-fold-search.
12225
12226 2000-12-08 Gerd Moellmann <gerd@gnu.org>
12227
12228 * textmodes/ispell.el (ispell): Doc fix.
12229
12230 2000-12-08 Kenichi Handa <handa@etl.go.jp>
12231
12232 * international/quail.el (quail-insert-decode-map): Check the
12233 frame width of a window displaying the current buffer, not that of
12234 the selected frame.
12235 (quail-help): Make sure that the help buffer has window before
12236 inserting text in it.
12237
12238 2000-12-07 Sam Steingold <sds@gnu.org>
12239
12240 * loadup.el: Load emacs-lisp/backquote instead of autoloading.
12241 Backquote is used in isearch.el, so autoloading saves nothing.
12242
12243 2000-12-07 Eli Zaretskii <eliz@is.elta.co.il>
12244
12245 * startup.el (normal-top-level-add-subdirs-to-load-path):
12246 Ignore the CVS and RCS subdirectories case-insensitively.
12247
12248 * dired.el (dired-insert-directory): If file-system-info is
12249 fboundp, call it instead of invoking dired-free-space-program.
12250
12251 2000-12-07 Gerd Moellmann <gerd@gnu.org>
12252
12253 * server.el (server-visit-files): Push files on file-name-history.
12254
12255 * progmodes/cc-langs.el: Update copyright.
12256
12257 * progmodes/idlw-shell.el, progmodes/idlwave.el: Update copyright.
12258
12259 * bindings.el (mode-line-mode-menu): Add glasses-mode.
12260
12261 * bindings.el (mode-line-mode-menu): Reverse the order
12262 of define-keys so that the menu appears in alphabetical order.
12263
12264 2000-12-07 Milan Zamazal <pdm@freesoft.cz>
12265
12266 * progmodes/glasses.el (glasses-mode): Update mode line at the end
12267 of the function.
12268
12269 2000-12-07 Dave Love <fx@gnu.org>
12270
12271 * jka-compr.el (jka-compr-compression-info-list): Fix :type.
12272
12273 * facemenu.el (facemenu-unlisted-faces): Fix value.
12274
12275 2000-12-07 Stefan Monnier <monnier@cs.yale.edu>
12276
12277 * font-lock.el (font-lock-default-fontify-region):
12278 Include the terminating \n (off-by-one error).
12279 (font-lock-set-defaults): Use dolist.
12280
12281 * derived.el (define-derived-mode): Don't use combine-run-hooks.
12282
12283 2000-12-07 Kenichi Handa <handa@etl.go.jp>
12284
12285 * international/mule-cmds.el (describe-language-environment):
12286 Fix for the case that an input method title is not string but a list.
12287
12288 * ps-bdf.el (bdf-read-font-info): Modify the kludgy code for fonts
12289 of wrong SIZE record.
12290
12291 2000-12-06 Dave Love <fx@gnu.org>
12292
12293 * newcomment.el (comment-region, comment-dwim): Doc fix.
12294
12295 * textmodes/texinfo.el: Require tex-mode when compiling.
12296 (texinfo-update-node): Doc fix.
12297 (texinfo-imenu-generic-expression): Add @anchor.
12298 (texinfo-font-lock-keywords): Add @uref.
12299 (texinfo-inside-macro-p): Don't use ignore-errors.
12300 (texinfo-insert-quote): Match more contexts.
12301
12302 * international/mule.el (decode-char, encode-char): Doc fix.
12303 (auto-coding-alist): Customize.
12304
12305 * files.el (load-file): Fix change of 2000-03-12.
12306
12307 * wid-edit.el (widget-text-keymap): Doc fix.
12308
12309 2000-12-06 Andrew Innes <andrewi@gnu.org>
12310
12311 * makefile.w32-in (lisp): Set to an absolute directory, namely
12312 $(CURDIR).
12313
12314 2000-12-06 Eli Zaretskii <eliz@is.elta.co.il>
12315
12316 * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
12317 read generated-autoload-file, and set buffer-file-coding-system to
12318 raw-text-unix after reading the file.
12319
12320 * international/mule-conf.el (file-coding-system-alist):
12321 Use raw-text for reading loaddefs.el and raw-text-unix for writing it.
12322
12323 2000-12-06 Gerd Moellmann <gerd@gnu.org>
12324
12325 * replace.el (occur): Make line-number-width 1 smaller for the
12326 colon following the line number.
12327
12328 * startup.el (fancy-splash-text, command-line-1):
12329 Use `File' for the menu name instead of `Files'.
12330
12331 * tmm.el: Update copyright.
12332
12333 * cus-start.el: Add entry for even-window-heights.
12334
12335 2000-12-06 Miles Bader <miles@gnu.org>
12336
12337 * faces.el (frame-set-background-mode): Avoid stomping on
12338 locally modified faces.
12339
12340 2000-12-06 Kenichi Handa <handa@etl.go.jp>
12341
12342 * international/fontset.el: Correct the font registries for
12343 japanese-jisx0213-1 and japanese-jisx0213-2.
12344
12345 2000-12-05 Gerd Moellmann <gerd@gnu.org>
12346
12347 * textmodes/reftex-toc.el (reftex-toc-menu): Fix typo.
12348
12349 * iswitchb.el: Update customization commentary.
12350
12351 2000-12-05 Rob Riepel <riepel@Stanford.EDU>
12352
12353 * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
12354 (tpu-search-highlight): Fixed comparison of overlay end positions.
12355 (tpu-trim-line-ends): Implemented trimming logic locally.
12356
12357 * emulation/tpu-extras.el (tpu-write-file-hook)
12358 (tpu-set-cursor-bound): Replaced picture-clean with tpu-trim-line-ends.
12359
12360 2000-12-05 Kenichi Handa <handa@etl.go.jp>
12361
12362 * language/chinese.el (chinese-iso-8bit): Change mime-charset name
12363 to cn-gb.
12364 (cn-gb, gb2312): New aliases for chinese-iso-8bit.
12365
12366 2000-12-04 Dave Love <fx@gnu.org>
12367
12368 * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case.
12369
12370 2000-12-04 Gerd Moellmann <gerd@gnu.org>
12371
12372 * mail/rmailsum.el (rmail-summary-expunge)
12373 (rmail-summary-expunge-and-save): Ask for confirmation with
12374 rmail-expunge-confirmed.
12375
12376 * mail/rmail.el (rmail-expunge-confirmed): New function.
12377 (rmail-expunge): Use it.
12378
12379 2000-12-04 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
12380
12381 * progmodes/etags.el (tag-partial-file-name-match-p): New function.
12382 (etags-recognize-tags-table, find-tag-in-order):
12383 New functionality: interpret file names as tags.
12384
12385 2000-12-04 Eli Zaretskii <eliz@is.elta.co.il>
12386
12387 * info.el (Info-scroll-prefer-subnodes): New defcustom.
12388 (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't visit
12389 the first subnode until the bottom of the current node is visible.
12390
12391 2000-12-04 Gerd Moellmann <gerd@gnu.org>
12392
12393 * format.el (format-decode): Don't change buffer's undo list.
12394
12395 2000-12-04 Kenichi Handa <handa@etl.go.jp>
12396
12397 * faces.el (face-font-registry-alternatives): Add entries for CJK
12398 fonts. Doc-string adjusted for the actual usage of this data.
12399
12400 * international/fontset.el: Change the font registries for CJK
12401 fonts in the default fontset. Don't append '*' to registries.
12402
12403 2000-12-03 Stefan Monnier <monnier@cs.yale.edu>
12404
12405 * emacs-lisp/easy-mmode.el (define-derived-mode)
12406 (easy-mmode-derived-mode-p): Remove (moved to derived.el).
12407
12408 * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
12409 (derived-mode-p): New function.
12410 (derived-mode-make-docstring): Add `docstring' argument.
12411 Use it if available and complete it if necessary.
12412
12413 2000-12-03 Andreas Schwab <schwab@suse.de>
12414
12415 * type-break.el (type-break): Don't make parent of itself.
12416
12417 2000-12-03 Miles Bader <miles@gnu.org>
12418
12419 * simple.el (delete-trailing-whitespace): Don't delete newlines too.
12420
12421 2000-12-02 Stefan Monnier <monnier@cs.yale.edu>
12422
12423 * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
12424 (tex-main-file, tex-file): Simplify.
12425 (tex-generate-zap-file-name): Use subst-char-in-string.
12426 (tex-strip-dots): Remove.
12427
12428 * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
12429
12430 * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
12431 to check if the match succeeded.
12432
12433 2000-12-02 Gerd Moellmann <gerd@gnu.org>
12434
12435 * startup.el (use-fancy-splash-screens-p): New function.
12436 (command-line-1): Use it to determine whether or not to use
12437 a fancy splash screen.
12438
12439 2000-12-02 Andreas Schwab <schwab@suse.de>
12440
12441 * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
12442
12443 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
12444
12445 * international/mule.el (make-char): Fix last change.
12446
12447 * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
12448 New defcustoms.
12449 (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
12450 autoloading tex-mode; instead, do the same manually.
12451 Use texinfo-open-quote and texinfo-close-quote. Insert literal quote
12452 with numeric argument. Docstring fix.
12453 (toplevel): Require cl when compiling.
12454
12455 * international/mule.el (make-char): Doc fix.
12456
12457 2000-12-02 Jason Rumney <jasonr@gnu.org>
12458
12459 * term/w32-win.el (x-select-enable-clipboard): Customize (as per
12460 the Emacs Lisp manual)
12461
12462 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
12463
12464 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
12465
12466 * term/pc-win.el (x-select-enable-clipboard): Customize (as per
12467 the Emacs Lisp manual).
12468
12469 2000-12-02 Gerd Moellmann <gerd@gnu.org>
12470
12471 * simple.el (next-line-add-newlines): Change default to nil.
12472
12473 2000-12-01 Eli Zaretskii <eliz@is.elta.co.il>
12474
12475 * files.el (revert-buffer, recover-file):
12476 Bind coding-system-for-read to emacs-mule-unix, not to no-conversion.
12477
12478 2000-12-01 Gerd Moellmann <gerd@gnu.org>
12479
12480 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
12481
12482 2000-12-01 Miles Bader <miles@gnu.org>
12483
12484 * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
12485
12486 2000-12-01 Kenichi Handa <handa@etl.go.jp>
12487
12488 * international/mule-diag.el (describe-char-after): Fix typo.
12489 (describe-character-set, non-iso-charset-alist): Fix typo.
12490
12491 2000-12-01 Miles Bader <miles@gnu.org>
12492
12493 * image-file.el (image-file-name-regexp): Automatically add
12494 upper-case variants of each filename extension in
12495 `image-file-name-extensions', since they seem to be common.
12496
12497 * simple.el (minibuffer-contents)
12498 (minibuffer-contents-no-properties, delete-minibuffer-contents):
12499 New functions.
12500 * filecache.el (file-cache-directory-name)
12501 (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
12502
12503 2000-12-01 Milan Zamazal <Milan.Zamazal@qbizm.com>
12504
12505 * filecache.el (file-cache-minibuffer-complete): Don't try to
12506 delete the minibuffer prompt.
12507
12508 2000-11-30 Dave Love <fx@gnu.org>
12509
12510 * cus-start.el: Fix read-buffer-function type.
12511
12512 2000-11-30 Gerd Moellmann <gerd@gnu.org>
12513
12514 * md5.el: Removed. There's a built-in function, now.
12515
12516 2000-11-30 Markus Rost <rost@math.ohio-state.edu>
12517
12518 * mail/rmail.el (rmail-set-message-counters): Don't use "D"
12519 as dummy 0-th char of rmail-deleted-vector.
12520
12521 2000-11-30 Eli Zaretskii <eliz@is.elta.co.il>
12522
12523 * ps-print.el (ps-end-job): Bind case-fold-search only after
12524 switching to ps-spool-buffer.
12525
12526 2000-11-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12527
12528 * ps-print.el: Line number font customization. PostScript: Lines and
12529 PageCount are initialized on each page. Doc Fix.
12530 (ps-print-version): New version number (6.3.2).
12531 (ps-lpr-switches, ps-font-info-database, ps-font-size)
12532 (ps-header-font-size, ps-header-title-font-size, ps-left-header)
12533 (ps-right-header): Customization fix.
12534 (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
12535 Fix code.
12536 (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
12537 New vars.
12538
12539 2000-11-30 Gerd Moellmann <gerd@gnu.org>
12540
12541 * bs.el: Fix typos and spelling errors.
12542 (bs-appearance) <defgroup>: Renamed from bs-appearence.
12543 (bs-configuration): Doc fix.
12544
12545 * bs.el: Undo mistaken change of 2000-11-28. Update copyright.
12546
12547 2000-11-30 Rob Riepel <riepel@Stanford.EDU>
12548
12549 * emulation/tpu-edt.el (tpu-version): New version.
12550 (tpu-search-overlay, tpu-replace-overlay): New initial range.
12551 (tpu-original-mode-line): Variable deleted.
12552 (tpu-mark-flag): New initial value.
12553 (tpu-set-mode-line): Don't redefine mode-line-format.
12554 Add tpu-mark-flag to minor-mode-alist.
12555 (tpu-update-mode-line): New mark flag logic.
12556 (tpu-get): Use find-file-wildcards.
12557 (tpu-search-highlight): Move overlay less, reset overlay properly.
12558 (tpu-unselect): Deactivate mark.
12559 (tpu-lm-replace): Reset overlay properly.
12560 (tpu-forward-line): Use forward-visible-line.
12561 (tpu-edt-on): Set transient mark mode. ispell autoloads deleted.
12562
12563 * emulation/tpu-extras.el (tpu-forward-line): Use forward-visible-line.
12564
12565 2000-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
12566
12567 * cus-edit.el (custom-face-value-create): Always emphasize tag.
12568
12569 2000-11-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
12570
12571 * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
12572 and skip whitespace and newlines.
12573
12574 2000-11-30 Stefan Monnier <monnier@cs.yale.edu>
12575
12576 * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
12577
12578 2000-11-29 Gerd Moellmann <gerd@gnu.org>
12579
12580 * help.el (describe-function-1): Regexp-quote function name
12581 when used as part of a regexp.
12582
12583 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
12584 Use face-attribute instead of face-foreground and face-background.
12585 (tool-bar-add-item): Likewise, and handle unspecified colors.
12586
12587 * enriched.el (enriched-face-ans): Use face-attribute instead
12588 of face-foreground and face-background.
12589
12590 * faces.el (face-foreground, face-background, face-stipple):
12591 Return nil if attribute is unspecified, for backward compatibility.
12592
12593 * files.el (auto-mode-alist): Add an entry for antlr-mode.
12594
12595 * play/5x5.el: Remove version info.
12596
12597 * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
12598
12599 * frame.el (blink-cursor-mode): Doc fix.
12600
12601 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
12602
12603 * antlr-mode.el: New commands to run ANTLR from within Emacs and
12604 to create Makefile rules.
12605 (antlr-tool-command): New user option.
12606 (antlr-ask-about-save): New user option.
12607 (antlr-makefile-specification): New user option.
12608 (antlr-file-formats-alist): New variable.
12609 (antlr-special-file-formats): New variable.
12610 (antlr-unknown-file-formats): New user option.
12611 (antlr-help-unknown-file-text): New variable.
12612 (antlr-help-rules-intro): New variable.
12613 (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
12614 (antlr-mode-menu): Add entries.
12615 (antlr-file-dependencies): New function.
12616 (antlr-directory-dependencies): New function.
12617 (antlr-superclasses-glibs): New function.
12618 (antlr-run-tool): New command.
12619 (antlr-makefile-insert-variable): New function.
12620 (antlr-insert-makefile-rules): New function.
12621 (antlr-show-makefile-rules): New command.
12622
12623 * antlr-mode.el: More Emacs/XEmacs stuff.
12624 (antlr-no-action-keywords): New constant with value nil.
12625 (antlr-font-lock-keywords-alist): Use it. Old value would break
12626 syntax highlighting in Emacs-21.0.
12627 (antlr-default-directory): Emacs/XEmacs dependend function.
12628 (antlr-read-shell-command): Ditto.
12629 (antlr-with-displaying-help-buffer): Ditto.
12630
12631 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
12632
12633 * antlr-mode.el: imenu, parsing and highlighting changes.
12634 (antlr-imenu-create-index-function): Don't create extra submenus
12635 for definitions in different grammar classes. It is not necessary
12636 for the menu and would make command `imenu' awkward to use.
12637 (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
12638 header actions and more than one.
12639 (antlr-font-lock-tokendef-face): Changed color.
12640 (antlr-font-lock-tokenref-face): Changed color.
12641 (antlr-font-lock-additional-keywords): Also highlight lowercase.
12642 (antlr-mode-syntax-table): New variable.
12643 (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
12644 (antlr-with-syntax-table): Don't copy syntax table.
12645
12646 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
12647
12648 * antlr-mode.el: Minor changes: language setting.
12649 (antlr-language-alist): The value for file option "language" can
12650 be both an identifier and a string.
12651 Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
12652 (antlr-language-limit-n-regexp): Change accordingly.
12653
12654 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
12655
12656 * antlr-mode.el: Minor changes: tabs, hiding.
12657 (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
12658 (antlr-action-visibility): Also allow value nil to also hide the
12659 braces. Renamed from `antlr-tiny-action-length'.
12660 Suggested by Jay@aol.com.
12661 (antlr-hide-actions): Change accordingly. Hide line if completely
12662 hidden action is on a line of its own.
12663
12664 2000-11-29 Stefan Monnier <monnier@cs.yale.edu>
12665
12666 * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
12667
12668 * sort.el (sort-columns): Don't concat strings with numbers.
12669
12670 2000-11-29 Dave Love <fx@gnu.org>
12671
12672 * cus-edit.el (face): Fix :format.
12673
12674 * mail/feedmail.el: Require smtpmail when compiling.
12675 (mail-do-fcc): Autoload.
12676 (feedmail) <defgroup>: Fix :link.
12677 (feedmail-nuke-body-in-fcc): Fix :type.
12678 (feedmail-send-it): Add autoload cookie.
12679
12680 2000-11-29 Stefan Monnier <monnier@cs.yale.edu>
12681
12682 * newcomment.el (comment-indent): Save excursion around call to
12683 comment-indent-function.
12684
12685 2000-11-29 Miles Bader <miles@gnu.org>
12686
12687 * subr.el (member-ignore-case): Return the tail of the list who's
12688 car matches, like `member', not the matching element itself.
12689
12690 2000-11-29 Kenichi Handa <handa@etl.go.jp>
12691
12692 * xml.el (xml-parse-tag): Fix finding opening tag. A tag name
12693 should not contain `\n'.
12694
12695 2000-11-28 Gerd Moellmann <gerd@gnu.org>
12696
12697 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
12698
12699 * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
12700
12701 * dired-aux.el (dired-do-create-files): Construct default file
12702 name for dired-mark-read-file-name so that when the user enters
12703 just RET, the target file will end up in the target directory.
12704
12705 * abbrev.el (prepare-abbrev-list-buffer): Get the value of
12706 local-abbrev-table before changing buffers because it might
12707 have a buffer-local binding.
12708
12709 2000-11-28 Miles Bader <miles@gnu.org>
12710
12711 * simple.el (delete-horizontal-space): Handle fields more generally.
12712
12713 2000-11-28 Gerd Moellmann <gerd@gnu.org>
12714
12715 * simple.el (delete-horizontal-space): Handle minibuffer prompt.
12716
12717 2000-11-28 Dave Love <fx@gnu.org>
12718
12719 * progmodes/ps-mode.el (ps-mode): Set comment-start and
12720 comment-start-skip locally.
12721
12722 * progmodes/fortran.el (fortran-mode): Don't set
12723 fortran-comment-line-start-skip. Set comment-start to
12724 fortran-comment-line-start.
12725 (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
12726 (fortran-comment-line-start-skip): Simplify slightly.
12727
12728 2000-11-28 Gerd Moellmann <gerd@gnu.org>
12729
12730 * play/5x5.el: Remove RCS keyword.
12731
12732 * bs.el: Mistaken commit, undone 2000-11-30.
12733
12734 2000-11-28 Milan Zamazal <pdm@freesoft.cz>
12735
12736 * textmodes/tildify.el (tildify-string-alist):
12737 Add `plain-tex-mode' here.
12738
12739 2000-11-28 Colin Walters <walters@cis.ohio-state.edu>
12740
12741 * chistory.el (Command-history-setup): Remove extraneous `keymap'
12742 reference.
12743
12744 2000-11-28 Miles Bader <miles@gnu.org>
12745
12746 * cus-face.el (custom-face-attributes): Add post-filter function
12747 for :box. Make pre-filter function for :box handle all cases.
12748
12749 * wid-edit.el (widget-choose): Make sure pop-up window is large
12750 enough to display all the choices, as there's no way to scroll it.
12751
12752 2000-11-28 Kenichi Handa <handa@etl.go.jp>
12753
12754 * international/mule-conf.el: Make the coding system no-conversion
12755 safe for all characters.
12756
12757 2000-11-27 Dave Love <fx@gnu.org>
12758
12759 * net/ldap.el (ldap) <defgroup>: Add :version.
12760
12761 * tooltip.el (tooltip-use-echo-area): Doc fix.
12762
12763 * cus-start.el <minibuffer-prompt-properties>: Add version.
12764 <read-buffer-function>: Add.
12765
12766 * apropos.el (apropos-print): Add help-echo to active text.
12767
12768 * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
12769
12770 2000-11-27 Gerd Moellmann <gerd@gnu.org>
12771
12772 * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
12773 type, group and version.
12774
12775 2000-11-27 Eli Zaretskii <eliz@is.elta.co.il>
12776
12777 * select.el (x-get-selection): Docstring fix.
12778
12779 2000-11-27 Dave Pearson <davep@hagbard.demon.co.uk>
12780
12781 * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
12782
12783 2000-11-27 Andrew Innes <andrewi@gnu.org>
12784
12785 * makefile.nt (.SUFFIXES): Add .SUFFIXES.
12786
12787 * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
12788
12789 2000-11-27 Miles Bader <miles@gnu.org>
12790
12791 * dired.el (dired-get-filename): Return filename verbatim if
12792 LOCALP is `verbatim'.
12793 * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
12794 `verbatim' so that we don't inadvertently delete a non-existant
12795 directory name.
12796
12797 2000-11-27 Kenichi Handa <handa@etl.go.jp>
12798
12799 * international/characters.el: Specify cases and syntaxes for
12800 mule-unicode-0100-24ff.
12801
12802 2000-11-27 Gerd Moellmann <gerd@gnu.org>
12803
12804 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
12805 that foreground and/or background colors of the face `tool-bar'
12806 are unspecified.
12807
12808 2000-11-27 Miles Bader <miles@gnu.org>
12809
12810 * wid-edit.el (widget-field-buffer, widget-field-start)
12811 (widget-field-end): Handle widget field `pseudo-overlays'.
12812 (widget-field-value-delete): Delete WIDGET from `widget-field-new'
12813 if it's there instead of in `widget-field-list'.
12814
12815 * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
12816 (help-make-xrefs): Delete extraneous newlines at the end of the
12817 docstring.
12818
12819 2000-11-25 Jason Rumney <jasonr@gnu.org>
12820
12821 * startup.el (command-line): Call set-locale-environment after
12822 Window System init file is read, as it can result in a call to
12823 redraw-frame.
12824
12825 2000-11-25 Eli Zaretskii <eliz@is.elta.co.il>
12826
12827 * simple.el (shell-command): Mention the effect of the prefix
12828 argument in the doc string.
12829
12830 2000-11-25 Miles Bader <miles@gnu.org>
12831
12832 * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
12833
12834 * wid-edit.el (widget-field-value-delete): Don't try to delete
12835 overlay when it's the `pseudo-overlay' that exists at some points.
12836
12837 2000-11-24 Jason Rumney <jasonr@gnu.org>
12838
12839 * international/mule-cmds.el (locale-language-names): Add "jp" as
12840 a non-standard alternative for Japanese.
12841
12842 2000-11-24 Andre Spiegel <spiegel@gnu.org>
12843
12844 * vc-hooks.el: Require 'cl during compilation.
12845
12846 2000-11-24 Gerd Moellmann <gerd@gnu.org>
12847
12848 * faces.el (face-set-after-frame-default): Let face attributes
12849 specified for new frames override frame parameters.
12850
12851 * startup.el (command-line): Fix computation of the source file
12852 for user-init-file when user-init-file is a compiled file.
12853
12854 2000-11-24 Miles Bader <miles@gnu.org>
12855
12856 * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
12857 (custom-post-filter-face-spec): New functions.
12858 (custom-face-set, custom-face-value-create): Filter the face spec
12859 before and after customization.
12860 (custom-face-set): If VALUE specifies a null face, pass a
12861 non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
12862 * cus-face.el (custom-face-attributes): Remove SET and GET
12863 functions. Add some IN-FILTER and OUT-FILTER functions in the few
12864 cases they're needed.
12865
12866 * wid-edit.el (checkbox): Add a small `X' to the :on-glyph, so
12867 that it's distinguishable from the :off-glyph on dark-background
12868 displays. Set its background color too.
12869
12870 * cus-start.el (all): Restore entry for `mode-line-inverse-video',
12871 so that people can easily turn it off.
12872
12873 2000-11-24 Michael Kifer <kifer@cs.sunysb.edu>
12874
12875 * ediff-diff.el: Moved variables around to have it compile under NT.
12876
12877 * ediff-help.el (ediff-use-long-help-message): Made it customizable.
12878
12879 * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
12880
12881 * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
12882 redundant skip-small-frames test.
12883
12884 * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
12885 (viper-downgrade-to-insert): Protect against errors in hooks.
12886
12887 * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
12888 (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
12889 (viper-restore-cursor-type,viper-set-insert-cursor-type):
12890 New functions.
12891
12892 * viper-util.el (viper-memq-char): Bug fixes.
12893
12894 * viper.el (viper-mode): Fix cursor handling.
12895
12896 2000-11-24 Kenichi Handa <handa@etl.go.jp>
12897
12898 * international/mule-diag.el (list-iso-charset-chars):
12899 For two-byte charset, fix the `while' condition.
12900 (list-non-iso-charset-chars): Fix the `while' condition.
12901
12902 2000-11-23 Stefan Monnier <monnier@cs.yale.edu>
12903
12904 * subr.el (add-hook, remove-hook): Don't call make-local-hook
12905 if the variable is make-variable-buffer-local.
12906
12907 * progmodes/ada-stmt.el (ada-template-map):
12908 Initialize and bind it to C-c t in ada-mode-map.
12909 (ada-stmt-mode-hook): New function extracted from old code.
12910 Only change the buffer-local side of skeleton-*.
12911 (ada-mode-hook): Use it.
12912
12913 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
12914
12915 * iswitchb.el (iswitchb-minibuf-depth): New variable.
12916 (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
12917 we expect to be returned by minibuffer-depth once we prompt the
12918 user in the minibuffer.
12919 (iswitchb-entryfn-p): If minibuffer-depth returns the same value
12920 as recorded in iswitchb-minibuf-depth, return non-nil.
12921
12922 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
12923
12924 * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
12925 (hscroll-window-maybe): Docstring fix.
12926
12927 2000-11-23 Dave Love <fx@gnu.org>
12928
12929 * rect.el (string-rectangle): Don't test delete-selection-mode.
12930
12931 2000-11-23 Gerd Moellmann <gerd@gnu.org>
12932
12933 * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
12934 is in the tool bar.
12935
12936 * dired-aux.el (dired-add-entry): Don't call dired-get-filename
12937 with `no-dir'; we want the directory part to be able to remove it.
12938
12939 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
12940
12941 * textmodes/outline.el (outline-flag-region):
12942 Don't bind inhibit-read-only since we don't modify the buffer.
12943 (outline-isearch-open-invisible): Don't jump to overlay-start
12944 since we're trying to unhide text around point.
12945 (outline-discard-overlays): Use dolist.
12946
12947 * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
12948
12949 2000-11-22 Gerd Moellmann <gerd@gnu.org>
12950
12951 * mail/rmail.el (rmail-confirm-expunge): Default to y-or-n-p.
12952
12953 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
12954
12955 * textmodes/tex-mode.el (tex-font-lock-keywords-1):
12956 Fix ARG regexp to skip quoted braces.
12957 (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
12958 Remove `bf' and `it' from `bold' and `italic' (they were wrong and
12959 are (correctly) handled separately).
12960 Remove `caption' and `footnote' from `citations': they contain text.
12961 Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
12962 (latex-skeleton-end-hook): New function.
12963 (latex-mode): Use it.
12964 (tex-start-tex-marker): Remove.
12965 (tex-send-tex-command): Don't set tex-start-tex-marker.
12966 (tex-error-parse-syntax-table): New var.
12967 (tex-compilation-parse-errors): Use it.
12968 Ignore tex-start-tex-marker. Don't bother with marker-position.
12969 (tex-validate-buffer): Don't bother with marker-position.
12970
12971 * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
12972 (flyspell-generic-progmode-verify): Use it.
12973
12974 2000-11-22 Sam Steingold <sds@gnu.org>
12975
12976 * simple.el (delete-trailing-whitespace): New interactive function.
12977
12978 * progmodes/ada-mode.el (ada-mode): Use it instead of
12979 `ada-remove-trailing-spaces'.
12980 (ada-remove-trailing-spaces): Removed.
12981
12982 * textmodes/two-column.el (2C-merge): Recommend it in the doc.
12983
12984 * textmodes/picture.el (picture-clean): Removed.
12985 (picture-mode-exit): Call it instead of `picture-clean'.
12986
12987 2000-11-22 Gerd Moellmann <gerd@gnu.org>
12988
12989 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
12990
12991 * hi-lock.el (hi-lock-refontify): Don't call non-existent
12992 jit-lock-fontify-buffer; it should anyway be unneccessary to
12993 do anything special when jit-lock is active.
12994 (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
12995
12996 2000-11-22 Dave Love <fx@gnu.org>
12997
12998 * calendar/todo-mode.el (todo-top-priorities): Use
12999 todo-tmp-buffer-name. From Milan Zamazal <Milan.Zamazal@qbizm.com>.
13000
13001 * language/chinese.el, language/cyrillic.el:
13002 * language/devanagari.el, language/ethiopic.el, language/greek.el:
13003 * language/hebrew.el, language/indian.el, language/japanese.el:
13004 * language/korean.el, language/lao.el, language/misc-lang.el:
13005 * language/thai.el, language/tibetan.el, language/vietnamese.el:
13006 Use provide.
13007
13008 * cus-edit.el (custom-buffer-create-internal): Save some consing.
13009 (custom-variable-set): Improve validation error mesage.
13010
13011 * rect.el (string-rectangle): Revert last change.
13012 (string-rectangle-line): New arg DELETE.
13013 (string-rectangle): Check delete-selection-mode.
13014
13015 * emacs-lisp/edebug.el (edebug-version)
13016 (edebug-maintainer-address): Deleted.
13017 (edebug-submit-bug-report): Just alias to report-emacs-bug.
13018 (edebug-read-function): Account for other `'#' read forms.
13019 (edebug-mode-menus): Make some items toggles.
13020 (edebug-outside-unread-command-event, unread-command-event):
13021 Remove these to avoid warnings.
13022
13023 2000-11-22 David Ponce <david@dponce.com>
13024
13025 * recentf.el (recentf-menu-items-for-commands)
13026 (recentf-make-menu-items, recentf-make-menu-item)
13027 (recentf-filter-changer): Added :help and :active menu-item properties.
13028
13029 (recentf-build-dir-rules, recentf-dump-variable)
13030 (recentf-edit-list, recentf-open-files-item)
13031 (recentf-open-files): Replaced unnecessary `mapcar' with new
13032 built-in `mapc'.
13033
13034 2000-11-23 Miles Bader <miles@gnu.org>
13035
13036 * faces.el (menu): Make inverse-video on ttys too.
13037
13038 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
13039
13040 * simple.el (comment-line-break-function): Use the new name
13041 indent-new-comment-line -> comment-indent-new-line.
13042 (clone-indirect-buffer): Don't ignore NORECORD.
13043 (next-completion): Properly handle the case where items are adjacent.
13044
13045 * mouse.el (popup-menu): Stupid typo.
13046
13047 2000-11-22 Gerd Moellmann <gerd@gnu.org>
13048
13049 * emacs-lisp/authors.el: Remove autoload cookies, add author,
13050 maintainer, keywords tags.
13051
13052 * rect.el (replace-rectangle): Don't call string-rectangle-line
13053 with too many arguments.
13054
13055 2000-11-22 Andre Spiegel <spiegel@gnu.org>
13056
13057 * ediff-util.el (ediff-file-checked-out-p)
13058 (ediff-file-checked-in-p): Call vc-state instead of
13059 vc-locking-user, which no longer exists.
13060
13061 * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
13062
13063 2000-11-22 Dave Love <fx@gnu.org>
13064
13065 * md5.el (md5): Provide.
13066 (md5): Fix error call.
13067
13068 2000-11-22 Miles Bader <miles@gnu.org>
13069
13070 * textmodes/refill.el (refill-adjust-ignorable-overlay)
13071 (refill-fill-paragraph-at): Remove debugging code.
13072
13073 * calendar/calendar.el (generate-calendar-window): When we don't
13074 call `fit-window-to-buffer', make sure the top line is fully visible.
13075
13076 * image-file.el (insert-image-file): Don't make `read-only'
13077 property rear-nonsticky.
13078
13079 * isearch.el (isearch-original-minibuffer-message-timeout): New var.
13080 (isearch-mode): Set `minibuffer-message-timeout' to nil, after
13081 stashing away its original value.
13082 (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
13083 in the recursive edit.
13084 Bind `isearch-original-minibuffer-message-timeout' to protect it.
13085 (isearch-done): Restore `minibuffer-message-timeout'.
13086
13087 * cus-start.el: Remove entry for `mode-line-inverse-video'.
13088
13089 2000-11-21 Stefan Monnier <monnier@cs.yale.edu>
13090
13091 * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
13092
13093 * find-lisp.el (find-lisp-find-files-internal):
13094 Use dolist, when and file-name-as-directory.
13095
13096 * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
13097 (define-derived-mode, define-minor-mode): Add specs.
13098
13099 * window.el: General comment and spacing fixes.
13100 (save-selected-window): Use backquotes.
13101 (window-safely-shrinkable-p): New function.
13102 (shrink-window-if-larger-than-buffer): Use it.
13103
13104 * subr.el (make-local-hook): Docstring fix.
13105
13106 * shell.el (shell-mode): Use define-derived-mode.
13107
13108 * newcomment.el (comment-indent): Insert comment before calling
13109 comment-indent-function. Don't insert in column 0.
13110 (comment-dwim): Indent before inserting comment.
13111
13112 * isearch.el (isearch-mode-map): Fix docstring. Init in defvar.
13113 (minibuffer-local-isearch-map): Init in defvar. Use inheritance.
13114 (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
13115 Use mapc rather than map.
13116
13117 * files.el (find-buffer-visiting): Compare all attributes before
13118 declaring two files identical (rather than just their inode-no).
13119 (auto-mode-alist): Use \' rather than $.
13120
13121 * which-func.el: Update maintainer line.
13122
13123 * pcvs.el (uniquify-buffer-file-name): Remove advice.
13124 * uniquify.el (uniquify-list-buffers-directory-modes): New var.
13125 (uniquify-buffer-file-name): Use it.
13126
13127 2000-11-22 Miles Bader <miles@gnu.org>
13128
13129 * cus-start.el: Add entry for `minibuffer-prompt-properties'.
13130 * simple.el (minibuffer-avoid-prompt): New function.
13131
13132 2000-11-21 Gerd Moellmann <gerd@gnu.org>
13133
13134 * Makefile.in (.SUFFIXES): Add .SUFFIXES.
13135
13136 2000-11-21 Miles Bader <miles@gnu.org>
13137
13138 * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
13139 inclusion of `track-mouse'.
13140
13141 * textmodes/refill.el (refill-ignorable-overlay): New variable.
13142 (refill-adjust-ignorable-overlay): New function.
13143 (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
13144 only the paragraph's tail if possible.
13145 Update `refill-ignorable-overlay'.
13146 (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
13147
13148 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
13149 point inside the fill-prefix.
13150
13151 * textmodes/refill.el (refill-post-command-function): Don't reset
13152 refill-doit in the case where a self-insertion command doesn't
13153 case a refill. Use `refill-fill-paragraph-at', getting position
13154 from `refill-doit'.
13155 (refill-after-change-function): Set `refill-doit' to END.
13156 (refill-fill-paragraph-at): New function, mostly from old
13157 refill-fill-paragraph.
13158 (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
13159 (refill-pre-command-function): New function.
13160 (refill-mode): Add it to `pre-command-hook'.
13161
13162 2000-11-20 Gerd Moellmann <gerd@gnu.org>
13163
13164 * textmodes/artist.el (artist-mode): Fix autoload cookie.
13165
13166 * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
13167 javadoc tags.
13168
13169 2000-11-20 Andre Spiegel <spiegel@gnu.org>
13170
13171 * vc.el, vc-hooks.el: Undo prev change (moved functions back to
13172 vc.el).
13173
13174 * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
13175 require vc.
13176
13177 * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
13178 checkouts.
13179
13180 2000-11-20 Dave Love <fx@gnu.org>
13181
13182 * Makefile.in (DONTCOMPILE): Omit bindings.el.
13183
13184 2000-11-20 Eli Barzilay <eli@www.barzilay.org>
13185
13186 * calculator.el (calculator-paste): Use `if' instead of `and'
13187 and `or'.
13188 (calculator-help): Don't use electric-describe-mode for XEmacs.
13189
13190 2000-11-19 Gerd Moellmann <gerd@gnu.org>
13191
13192 * info.el (info-menu-5): Doc fix.
13193
13194 * textmodes/artist.el: New file.
13195
13196 2000-11-19 Andre Spiegel <spiegel@gnu.org>
13197
13198 * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
13199 and differentiate according to checkout model.
13200 (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
13201 since this function is only concerned with master state.
13202
13203 * vc-hooks.el (vc-workfile-unchanged-p)
13204 (vc-default-workfile-unchanged-p): Moved here from vc.el.
13205
13206 * vc.el (vc-workfile-unchanged-p)
13207 (vc-default-workfile-unchanged-p): See above.
13208
13209 2000-11-19 Miles Bader <miles@gnu.org>
13210
13211 * image-file.el (insert-image-file): Make `intangible' and
13212 `read-only' properties rear-nonsticky too.
13213
13214 2000-11-18 Gerd Moellmann <gerd@gnu.org>
13215
13216 * ps-print.el: Update copyright notice.
13217
13218 * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
13219 (tooltip-show): Use the offsets.
13220
13221 * bindings.el (mode-line-modified): Fix a typo.
13222 (mode-line-toggle-modified, mode-line-widen)
13223 (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
13224
13225 2000-11-17 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13226
13227 * ps-print.el (toplevel): Test for find-coding-system being
13228 fboundp before calling ps-x-find-coding-system.
13229
13230 2000-11-16 Stefan Monnier <monnier@cs.yale.edu>
13231
13232 * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
13233 (vc-version-backup-file): Docstring fix.
13234
13235 2000-11-16 Gerd Moellmann <gerd@gnu.org>
13236
13237 * files.el (basic-save-buffer): Don't add a newline if
13238 find-file-literally is non-nil.
13239 (find-file-literally): Extend doc string.
13240
13241 * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
13242 sort(1) with the `-f' argument.
13243
13244 2000-11-16 Andre Spiegel <spiegel@gnu.org>
13245
13246 * vc.el: Updated backend documentation.
13247 (vc-default-check-headers): New function.
13248
13249 * vc-{cvs,rcs,sccs}.el: Functions reordered.
13250
13251 * vc.el (vc-revert-buffer): Ask for confirmation if file seems
13252 up-to-date.
13253 (vc-do-command): In the asynchronous case, output messages only if
13254 the minibuffer is not active.
13255
13256 * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
13257 `vc-cvs-use-edit' is on.
13258 (vc-cvs-checkout): When this is used for reverting the workfile,
13259 make a backup of the original contents and revert to that in case
13260 of error.
13261 (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
13262 remote repositories.
13263
13264 * vc.el (vc-annotate): Changed handling of prefix arg; now asks
13265 for both version and ratio in the minibuffer.
13266
13267 * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
13268 Use vc-do-command to perform the annotation, not call-process.
13269
13270 2000-11-16 Kenichi Handa <handa@etl.go.jp>
13271
13272 * international/quail.el (quail-start-translation): Don't call
13273 `message' before reading key sequence.
13274
13275 2000-11-16 Miles Bader <miles@lsi.nec.co.jp>
13276
13277 * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
13278
13279 2000-11-16 Kenichi Handa <handa@etl.go.jp>
13280
13281 * window.el (fit-window-to-buffer): Be sure to acquire at least
13282 one text line even if the buffer is empty.
13283
13284 2000-11-16 Gerd Moellmann <gerd@gnu.org>
13285
13286 * net/ange-ftp.el (ange-ftp-file-writable-p)
13287 (ange-ftp-file-readable-p, ange-ftp-file-executable-p):
13288 Bind ange-ftp-process-verbose to nil.
13289
13290 2000-11-15 Dave Love <fx@gnu.org>
13291
13292 * wid-edit.el (widget-specify-field, widget-specify-button):
13293 If :help-echo is a function, set help-echo of overlay to
13294 widget-mouse-help.
13295 (widget-mouse-help): New function.
13296 (widget-echo-help): Rewritten for :help-echo functions only taking
13297 a widget arg.
13298
13299 * net/eudc-bob.el (eudc-bob-can-display-inline-images):
13300 Use display-graphic-p.
13301 (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
13302 and that JPEG is available.
13303 (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
13304
13305 * international/mule-cmds.el (locale-charset-language-names):
13306 Match @euro.
13307
13308 2000-11-15 Gerd Moellmann <gerd@gnu.org>
13309
13310 * faces.el (face-set-after-frame-default):
13311 If `inhibit-default-face-x-resources' is bound, don't intialize the
13312 default face from X resources.
13313
13314 2000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
13315
13316 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
13317 Don't set EMACSLOADPATH.
13318
13319 2000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
13320
13321 * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
13322 texinfo-insert-@url.
13323 (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
13324 (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
13325
13326 2000-11-14 Stefan Monnier <monnier@cs.yale.edu>
13327
13328 * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
13329 (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
13330 (checkdoc-minor-keymap): Backward compatibility.
13331 (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
13332 (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
13333 (checkdoc-this-string-valid-engine): Be a bit more strict
13334 to avoid matching substrings of `...' quoted vars/funs.
13335 (checkdoc-defun-info): Only look for `interactive' if alone.
13336 (debug-ignored-errors): Add "arg doesn't appear in docstring".
13337
13338 * progmodes/compile.el (grep): `tag-default' can be nil.
13339
13340 * newcomment.el (comment-indent): Paren typo.
13341
13342 2000-11-14 Dave Love <fx@gnu.org>
13343
13344 * calculator.el: New maintainer version.
13345
13346 * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
13347
13348 * cmuscheme.el: Doc fixes.
13349 (cmuscheme) <defgroup>: Use `scheme' as parent.
13350 (cmuscheme-program-name): Remove. Change uses to scheme-program-name.
13351
13352 * xscheme.el (scheme-program-name): Don't define here.
13353
13354 * progmodes/scheme.el (scheme-program-name): New variable
13355 (originally in cmuscheme).
13356
13357 2000-11-14 Miles Bader <miles@gnu.org>
13358
13359 * window.el (fit-window-to-buffer): Handle windows without mode-lines.
13360 Handle header-lines. Don't loop forever if we can't enlarge the
13361 window anymore. Simplify a bit.
13362
13363 2000-11-14 Kenichi Handa <handa@etl.go.jp>
13364
13365 * window.el (fit-window-to-buffer): Don't check
13366 window-text-height. Assure that the last line is fully visible.
13367
13368 * international/quail.el (quail-show-guidance-buf):
13369 Call fit-window-to-buffer to assure the enough height of the guidance
13370 buffer.
13371 (quail-update-guidance): Avoid making the guidance buffer shorter.
13372
13373 2000-11-14 Stefan Monnier <monnier@cs.yale.edu>
13374
13375 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
13376 rather than `prepend' and add an interesting comment.
13377 (tex-math-face, tex-font-lock-syntactic-face-function):
13378 New face and function to use it.
13379 (tex-define-common-keys, tex-mode-map): Use menu-item rather
13380 than `menu-enable' symbol property.
13381 (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
13382 (tex-mode): Add some latex-mode commands for auto-selection.
13383 Use tex-font-lock-syntactic-face-function.
13384 (tex-insert-quote): Simplify.
13385 (tex-shell): New mode.
13386 (tex-start-shell): Use it.
13387 (tex-shell-proc, tex-shell-buf): New functions.
13388 (tex-send-command): Use it.
13389 (tex-main-file): Fix the meaning of the new arg REALFILE.
13390 (tex-send-tex-command): New function split from `tex-start-tex'.
13391 Set compilation-last-buffer and compilation-parsing-end.
13392
13393 * newcomment.el (comment-indent-default): Stick \s<\s< to the left
13394 when it follows non-comment text on the line.
13395
13396 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
13397 Set font-lock-defaults.
13398 (lisp-mode-shared-map): Init inside the defvar.
13399 (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
13400 Use define-derived-mode.
13401
13402 2000-11-14 Miles Bader <miles@lsi.nec.co.jp>
13403
13404 * faces.el (header-line): Use `:box nil' for color/gs displays too.
13405
13406 2000-11-14 Gerd Moellmann <gerd@gnu.org>
13407
13408 * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda):
13409 Don't recursively optimize body because that can lead to infinite
13410 recursion; see comment there.
13411
13412 2000-11-13 Eli Zaretskii <eliz@is.elta.co.il>
13413
13414 * faces.el (face-spec-set-match-display): Revert the change from
13415 2000-10-24. Add a FIXME for after v21.1.
13416
13417 2000-11-13 Miles Bader <miles@gnu.org>
13418
13419 * textmodes/fill.el (skip-line-prefix): New function.
13420 (fill-region-as-paragraph, fill-region): Return the fill-prefix.
13421 (fill-paragraph): Don't leave point inside the fill-prefix.
13422 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
13423 point inside the fill-prefix.
13424
13425 2000-11-13 Miles Bader <miles@lsi.nec.co.jp>
13426
13427 * calendar/calendar.el (generate-calendar-window):
13428 Use `fit-window-to-buffer'.
13429
13430 2000-11-12 Stefan Monnier <monnier@cs.yale.edu>
13431
13432 * gud.el (gud-minor-mode): New var.
13433 (gud-symbol, gud-val): New functions.
13434 (gud-find-file): Copy gud-minor-mode to the new buffer.
13435 (gud-menu-map): Include entries for commands that are not always
13436 available, using :enable to (de)activate them.
13437 (gud-minor-mode-map): New map. Add it to minor-mode-map-alist.
13438 (gud-mode-map): New map.
13439 (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
13440 (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
13441 Don't set up gud's menu (it's done by the minor-mode).
13442 (gud-minibuffer-local-map): New.
13443 Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
13444 (gud-query-cmdline): New function.
13445 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it. Set gud-minor-mode.
13446 (gud-mode): Use define-derived-mode.
13447 Don't set up gud's menu (it's done by the minor-mode).
13448 (gud-chop-words): Remove.
13449 (gud-common-init): Use split-string instead.
13450 (gud-new-keymap, gud-make-debug-menu): Eradicate.
13451
13452 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
13453 Add keyword arg :name.
13454
13455 * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
13456 (diff-count-matches, diff-split-hunk): New functions.
13457 (diff-mode-map): Bind C-c C-s to diff-split-hunk.
13458
13459 * pcvs-info.el (cvs-fi-conflict-face): New var.
13460
13461 * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
13462 Make it into a simple syntax-table, shared among all submodes.
13463 (sh-heredoc-face): Re-introduce.
13464 (sh-font-lock-syntactic-face-function): New function.
13465 (sh-mode): Use it. Also use define-derived-mode.
13466 Remove old bogus setting of indent-region-function.
13467 (sh-set-shell): Don't set the syntax-table any more.
13468 (sh-mode-syntax-table) <defun>: Remove.
13469
13470 2000-11-12 Miles Bader <miles@gnu.org>
13471
13472 * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
13473 message if interactive.
13474
13475 2000-11-12 Dave Love <fx@gnu.org>
13476
13477 * mail/feedmail.el: Fix header,
13478 (feedmail) <defgroup>: Add :link.
13479
13480 * view.el: Use local-map property, not keymap on mode-line string.
13481
13482 * scroll-all.el (scroll-all-mode): Customize variable.
13483 Add autoload cookie to function.
13484
13485 * lazy-lock.el: Remove compatibility code.
13486
13487 * finder.el (finder-known-keywords): Add `files', remove `vms'.
13488 (finder-help-echo): New variable.
13489 (finder-mouse-face-on-line): Add help-echo stuff.
13490 (finder-list-keywords, finder-list-matches): Use mapc.
13491
13492 * faces.el (face-font-registry-alternatives): Add :version.
13493
13494 * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
13495 tags-table-list.
13496
13497 * net/browse-url.el (browse-url-browser-function): Update :version.
13498
13499 * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
13500 (mail-mode): Use [:alnum:] in some regexps.
13501
13502 2000-11-10 Dave Love <fx@gnu.org>
13503
13504 * ediff.el (ediff-regions-internal, ediff-documentation):
13505 * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
13506 fundamental mode.
13507
13508 * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
13509 buffer into fundamental mode.
13510 (ediff-set-difference): Use copy-sequence if available.
13511
13512 * ediff-ptch.el (ediff-dispatch-file-patching-job):
13513 Check ediff-patch-map non-nil.
13514 (ediff-fixup-patch-map, ediff-fixup-patch-map)
13515 (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
13516 buffer into fundamental mode.
13517
13518 * ediff-merg.el (state-or-merge): Defvar when compiling.
13519
13520 2000-11-10 Jason Rumney <jasonr@gnu.org>
13521
13522 * w32-fns.el (w32-add-charset-info): New function.
13523 (w32-charset-info-alist): Use it.
13524
13525 2000-11-10 Gerd Moellmann <gerd@gnu.org>
13526
13527 * faces.el (face-font-registry-alternatives): New user-option.
13528
13529 2000-11-10 Stefan Monnier <monnier@cs.yale.edu>
13530
13531 * textmodes/texinfo.el (texinfo-block-default): New var.
13532 (texinfo-insert-block): Use it. Insert a newline if needed.
13533
13534 * textmodes/fill.el (fill-indent-according-to-mode): New var.
13535 (fill-region-as-paragraph): Use it.
13536
13537 * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
13538 (latex-mode): Tweak tex-*-(head|trail)er regexps.
13539 Tweak paragraph regexps to allow a leading [ \t]*.
13540 (tex-latex-block): Insert a newline if necessary.
13541 (latex-insert-item): Only insert a newline if necessary.
13542 (tex-guess-main-file): New function.
13543 (tex-main-file): Use it. Add arg `realfile'. Trim `.tex'.
13544 Set tex-main-file if TeX-master is provided.
13545 (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
13546
13547 2000-11-10 Gerd Moellmann <gerd@gnu.org>
13548
13549 * startup.el (command-line): Set the default tooltip-mode
13550 to t for graphical displays which implement x-show-tip.
13551
13552 * tooltip.el (tooltip-mode): Add a comment about startup.el
13553 setting the default value of this user-option.
13554
13555 2000-11-09 Stefan Monnier <monnier@cs.yale.edu>
13556
13557 * font-lock.el (font-lock-*-face) <defvar>: Move.
13558 (font-lock-defaults-alist): Mark obsolete.
13559 (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
13560 (font-lock-mode): Use define-minor-mode.
13561 (font-lock-support-mode): Tweak type to default to jit-lock-mode.
13562 (font-lock-turn-off-thing-lock): Be more explicit.
13563 (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
13564 (font-lock-syntactic-face-function): New var.
13565 (font-lock-fontify-syntactically-region): Use it.
13566 (font-lock-doc-face): New.
13567
13568 * pcvs.el (cvs-enabledp): Ignore errors.
13569 (cvs-commit-filelist): Never query.
13570 (cvs-mode-insert): Always add a terminating / in the initial prompt.
13571 (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
13572 (cvs-do-removal): Use cvs-partition rather than delete-if.
13573 Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
13574 cvs-bury-buffer.
13575
13576 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
13577 Allow `next' to jump to after the end of the last match.
13578
13579 2000-11-09 Gerd Moellmann <gerd@gnu.org>
13580
13581 * simple.el (byte-compiling-files-p): New function.
13582
13583 * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
13584 if it is there.
13585
13586 * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
13587 nil again.
13588
13589 * textmodes/ispell.el (ispell-library-path): Don't call
13590 check-ispell-version when byte-compiling because that starts
13591 an ispell process, and ispell might not be installed.
13592 (toplevel): Don't set up a menu when byte-compiling.
13593
13594 * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
13595 it, so that a boundp test can be used to determine if we're
13596 currently byte-compiling.
13597
13598 2000-11-09 Dave Love <fx@gnu.org>
13599
13600 * pcvs.el (uniquify-buffer-file-name): Wrap advice in eval-after-load.
13601
13602 2000-11-09 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13603
13604 * ps-print.el: Patch for variable initialization when spooling.
13605 Doc fix.
13606 (ps-output-list): Fun eliminated.
13607 (ps-begin-file, ps-begin-job): Code fix.
13608
13609 2000-11-08 Dave Love <fx@gnu.org>
13610
13611 * ediff-wind.el (ediff-control-frame-parameters): Zero tool-bar-lines.
13612
13613 2000-11-08 Gerd Moellmann <gerd@gnu.org>
13614
13615 * simple.el (shell-command, display-message-or-buffer)
13616 (shell-command-on-region): Mention resize-mini-windows in the doc
13617 string.
13618 (display-message-or-buffer): Take the value of resize-mini-windows
13619 into account.
13620
13621 2000-11-07 Gerd Moellmann <gerd@gnu.org>
13622
13623 * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
13624
13625 * dired.el (dired-between-files): Add `^. find' as an alternative
13626 to the regular expression, for find-dired.
13627
13628 2000-11-06 Stefan Monnier <monnier@cs.yale.edu>
13629
13630 * textmodes/texnfo-upd.el: Require texinfo.
13631 (defmacro, defgroup): Remove.
13632 (texinfo-section-to-generic-alist): Remove.
13633 Use texinfo-section-list instead (i.e. level is changed string->int).
13634 (texinfo-filter): New function.
13635 (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
13636 (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
13637 Use it. And use regexp-opt.
13638 (texinfo-find-higher-level-node, texinfo-hierarchic-level)
13639 (texinfo-update-menu-region-beginning)
13640 (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
13641 (texinfo-update-the-node, texinfo-sequentially-update-the-node)
13642 (texinfo-update-menu-same-level-regexps): Update.
13643 (texinfo-update-node, texinfo-every-node-update)
13644 (texinfo-sequential-node-update): Remove autoload cookie.
13645
13646 * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
13647 (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
13648 (texinfo-chapter-level-regexp): Remove.
13649 (texinfo-mode): Hard code texinfo-chapter-level-regexp.
13650
13651 2000-11-06 Dave Love <fx@gnu.org>
13652
13653 * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
13654
13655 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
13656 Match defun*.
13657
13658 2000-11-06 Kenichi Handa <handa@etl.go.jp>
13659
13660 * composite.el (composition-function-table): Variable declaration
13661 moved to src/composite.c.
13662 (compose-chars-after): New optional arg object.
13663
13664 2000-11-06 Gerd Moellmann <gerd@gnu.org>
13665
13666 * bindings.el (mode-line-toggle-read-only)
13667 (mode-line-toggle-modified, mode-line-widen)
13668 (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
13669 (make-mode-line-mouse2-map): Rewritten.
13670 (mode-line-modified, mode-line-format, minor-mode-alist): Use new
13671 functions so that C-h k can show something with a doc string.
13672
13673 * startup.el (fancy-splash-delay): Set to 10 seconds.
13674 (fancy-splash-max-time): New user-option.
13675 (fancy-splash-stop-time): New variable.
13676 (fancy-splash-screens): Set it. Catch `stop-splashing'.
13677 (fancy-splash-screens-1): Throw `stop-splashing' when current
13678 time is greater than fancy-splash-stop-time.
13679
13680 2000-11-06 Stefan Monnier <monnier@cs.yale.edu>
13681
13682 * vc-hooks.el (vc-insert-file): Don't assume byte==char.
13683
13684 * pcvs.el (cvs-mode-marked): New arg `noquery'.
13685 Prompt user for a file rather than raising an error.
13686 (cvs-enabledp): Fix call to cvs-mode-marked.
13687 (cvs-insert-file): New function (extracted from cvs-mode-insert).
13688 (cvs-mode-insert): Use it. Change the init prompt' value.
13689 (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
13690
13691 * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
13692 Don't pass default arg to ewoc-locate.
13693 (ewoc-collect): Return result in the right order.
13694
13695 * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
13696
13697 * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
13698 (cvs-status-get-tags): Fix regexp.
13699 (cvs-status-trees, cvs-status-cvstrees):
13700 Combine after change hooks and don't sit-for.
13701 (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
13702 (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
13703 Use make-char rather than hard-coded cryptic data.
13704 (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
13705
13706 * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
13707
13708 * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
13709 (cvs-insert-strings): New function.
13710
13711 2000-11-06 Miles Bader <miles@lsi.nec.co.jp>
13712
13713 * mwheel.el (mouse-wheel-scroll-amount): Renamed from
13714 `mwheel-scroll-amount'.
13715 (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
13716 (mouse-wheel-mode): Use (featurep 'xemacs) instead of
13717 string-matching against the version string.
13718
13719 2000-11-06 Kenichi Handa <handa@etl.go.jp>
13720
13721 * language/thai.el ("Thai"): Set a lisp form that produces
13722 composed string in `sample-text' language info.
13723
13724 * language/tibetan.el ("Tibetan"): Set a lisp form that produces
13725 composed string in `sample-text' language info.
13726
13727 * international/mule-cmds.el (describe-language-environment):
13728 Eval `sample-text' data and insert the result.
13729
13730 * international/mule-conf.el (compound-text): Define this coding
13731 system here. Make x-ctext and ctext aliases of it.
13732
13733 * language/european.el (compound-text, ctext): Moved to
13734 international/mule-conf.el.
13735
13736 2000-11-05 Andrew Innes <andrewi@gnu.org>
13737
13738 * w32-fns.el (w32-version): New function.
13739
13740 2000-11-05 Stefan Monnier <monnier@cs.yale.edu>
13741
13742 * progmodes/awk-mode.el: Update copyright.
13743 (awk-mode-abbrev-table): Remove.
13744 (awk-font-lock-keywords): Use regexp-opt.
13745 (awk-mode): Use define-derived-mode.
13746
13747 * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
13748 when extracting a suffix.
13749
13750 2000-11-04 Andre Spiegel <spiegel@gnu.org>
13751
13752 * vc-hooks.el (vc-insert-file): Rewritten. Don't bother about
13753 auto-save-mode.
13754
13755 2000-11-04 Jason Rumney <jasonr@gnu.org>
13756
13757 * language/european.el (decode-mac-roman): Test against r1 not r0.
13758
13759 2000-11-03 Stefan Monnier <monnier@cs.yale.edu>
13760
13761 * progmodes/icon.el (icon-mode-map): Don't rebind \t.
13762 (icon-mode): Define indent-line-function.
13763 (icon-comment-indent): Simplify.
13764 (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
13765
13766 * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
13767
13768 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
13769 Bind change-log-default-mode to defeat the caching done on it.
13770 Don't bother saving excursion any more.
13771
13772 * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
13773
13774 * frame.el (after-setting-font-hook): Rename hooks -> hook.
13775 (set-frame-font): Use the new name (and the old for compatibility).
13776
13777 * toolbar/tool-bar.el (tool-bar-mode):
13778 * time.el (display-time-mode):
13779 * recentf.el (recentf-mode):
13780 * paren.el (show-paren-mode):
13781 * mwheel.el (mouse-wheel-mode):
13782 * msb.el (msb-mode):
13783 * jka-compr.el (auto-compression-mode):
13784 * image-file.el (auto-image-file-mode):
13785 * hl-line.el (hl-line-mode):
13786 * delsel.el (delete-selection-mode):
13787 * autoinsert.el (auto-insert-mode):
13788 * complete.el (partial-completion-mode): Drop unneeded positional args.
13789
13790 * info.el (Info-mode):
13791 * comint.el (comint-mode): Don't bother with make-local-hook.
13792
13793 * log-edit.el (log-edit-menu): New menu.
13794
13795 2000-11-03 Miles Bader <miles@gnu.org>
13796
13797 * wid-edit.el (widget-end-of-line): Reinstate, with a new
13798 definition, so that trailing spaces are handled properly.
13799 (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
13800
13801 2000-11-03 Gerd Moellmann <gerd@gnu.org>
13802
13803 * startup.el (fancy-splash-text, fancy-splash-text): Use a single
13804 tab character.
13805 (fancy-splash-screens): Set tab-width to 20.
13806
13807 2000-11-03 Dave Love <fx@gnu.org>
13808
13809 * comint.el (comint-completion-addsuffix): Fix custom type.
13810
13811 2000-11-02 Stefan Monnier <monnier@cs.yale.edu>
13812
13813 * font-lock.el (font-lock-buffers): Remove.
13814 (font-lock-global-modes): Define with easy-mmode-define-global-mode.
13815 (font-lock-change-major-mode): Remove.
13816 (turn-on-font-lock-if-enabled): Only apply to the current buffer.
13817 (font-lock-default-fontify-region): Extend the multiline
13818 fontification to whole lines.
13819 (font-lock-fontify-anchored-keywords)
13820 (font-lock-fontify-keywords-region): If matching just one
13821 line (with \n) only mark the \n as multiline.
13822
13823 * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
13824 Correctly handle the case where several :group args are supplied.
13825 Allow :extra-args.
13826 (easy-mmode-define-global-mode): Allow :extra-args.
13827 Correctly handle the case where several :group args are supplied.
13828
13829 2000-11-02 Miles Bader <miles@gnu.org>
13830
13831 * calendar/calendar.el (diary-face, calendar-today-face)
13832 (holiday-face): Remove dependency on `window-system'.
13833
13834 2000-11-02 Ken Raeburn <raeburn@gnu.org>
13835
13836 * Makefile.in (emacs): Set EMACSLOADPATH always.
13837 (update-authors, .el.elc, compile-files): Don't do it explicitly here.
13838 (compile-files): Bomb out if compilation of a file fails.
13839
13840 2000-11-02 Dave Love <fx@gnu.org>
13841
13842 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
13843
13844 2000-11-02 Eli Zaretskii <eliz@is.elta.co.il>
13845
13846 * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
13847 punctuation in the warning inserted into the *mail* buffer.
13848
13849 2000-11-02 Gerd Moellmann <gerd@gnu.org>
13850
13851 * emacs-lisp/authors.el (authors-public-domain-files): New variable.
13852 (authors-public-domain-p): New function.
13853 (authors-print): Use it.
13854
13855 * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
13856
13857 * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
13858
13859 2000-11-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13860
13861 * ps-print.el: Extension for even/odd printing. Doc fix.
13862 (ps-print-version): New version number (6.3.1).
13863 (ps-even-or-odd-pages): Customization fix.
13864 (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
13865 (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
13866 (ps-page-count): Var replaced by `ps-page-column'.
13867 (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
13868 (ps-print-sheet-p): New fun.
13869
13870 2000-11-02 Miles Bader <miles@lsi.nec.co.jp>
13871
13872 * tooltip.el (tooltip-gud-tips-setup): New function.
13873 (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
13874 (tooltip-mode): Call tooltip-gud-tips-setup.
13875 (tooltip-gud-tips): Use `gud-basic-call' instead of
13876 process-send-string, so the prompt gets frobbed appropriately.
13877 Handle nil return value from `tooltip-gud-print-command'.
13878
13879 2000-11-01 Eric M. Ludlam <zappo@ultranet.com>
13880
13881 * comint.el (comint-add-to-input-history): New function.
13882 (comint-send-input): Use `comint-add-to-input-history'.
13883
13884 2000-11-02 Miles Bader <miles@lsi.nec.co.jp>
13885
13886 * info.el (info-menu-header): New face.
13887 (Info-fontify-menu-headers): New function.
13888 (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
13889
13890 * info.el (Info-insert-dir): Don't include blank lines at
13891 beginning of additional dir files (one is added automatically).
13892
13893 2000-11-01 Stefan Monnier <monnier@cs.yale.edu>
13894
13895 * emacs-lisp/easy-mmode.el (define-minor-mode):
13896 Revert the latest changes.
13897 Allow the three positional arguments to be skipped and replaced
13898 by keyword arguments.
13899 Add a :toggle argument to determine whether a nil arg means toggle
13900 or means turn-on. The default is unchanged.
13901 Add a call to force-mode-line-update.
13902
13903 2000-11-01 Dave Love <fx@gnu.org>
13904
13905 * emacs-lisp/elp.el (elp-restore-function): Remove autoload cookie.
13906
13907 2000-11-01 Miles Bader <miles@lsi.nec.co.jp>
13908
13909 * calendar/calendar.el (diary-face, holiday-face):
13910 Add dark-background variants.
13911
13912 2000-10-31 Sam Steingold <sds@gnu.org>
13913
13914 * textmodes/tex-mode.el (tex-file): Use `default-directory' when
13915 `tex-main-file' does not have directory in it.
13916
13917 2000-10-31 Stefan Monnier <monnier@cs.yale.edu>
13918
13919 * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
13920
13921 2000-10-31 Thien-Thi Nguyen <ttn@gnu.org>
13922
13923 * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
13924 functional change.
13925
13926 2000-10-31 Gerd Moellmann <gerd@gnu.org>
13927
13928 * files.el (find-file-noselect): When we expand a wildcard, return
13929 a list of buffers, as we should do according to the doc string.
13930
13931 2000-10-31 Ken Raeburn <raeburn@gnu.org>
13932
13933 * loadup.el (top level): Adjust load path if program name is
13934 "../src/bootstrap-emacs", in case it's not dumped and thus the
13935 load path adjustment hasn't already been done.
13936
13937 2000-10-31 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13938
13939 * ps-print.el: Fix bug on selected pages for printing.
13940 Use `color-values' for Emacs 21. Ensure fontification when jit-lock
13941 is on. Try to avoid warning messages when compiling. Doc Fix.
13942 (ps-print-version): New version number (6.3).
13943 (ps-color-device): Use `color-values' to determine if device
13944 supports color.
13945 (ps-color-values): Try to use `x-color-values' when using XEmacs.
13946 (ps-print-page-p): Changed from defsubst to defun.
13947 (ps-page-number): Changed from defmacro to defun.
13948 (ps-header-sheet, ps-header-page): Fix bug on selected pages for
13949 printing.
13950 (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
13951 (ps-end-file, ps-dummy-page): Funs eliminated.
13952 (ps-print-color-scale): Changed default value.
13953 (ps-page-n-up, ps-print-page-p): New internal vars.
13954 (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
13955 (ps-plot-region, ps-generate, ps-end-job): Code fix.
13956
13957 * delim-col.el: Little programming improvement.
13958 (delimit-columns-str): New macro.
13959 (delimit-columns-region, delimit-columns-rectangle): Code fix.
13960
13961 2000-10-31 Kenichi Handa <handa@etl.go.jp>
13962
13963 * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
13964 Moved to european.el.
13965 (ccl-encode-mac-roman-font, fontset-mac): Modified for
13966 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
13967 (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
13968 (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
13969
13970 2000-10-30 Dave Love <fx@gnu.org>
13971
13972 * progmodes/cc-menus.el (imenu-generic-expression)
13973 (imenu-progress-message): Only defvar when compiling.
13974
13975 * emacs-lisp/elp.el (elp-unload-hook): New function.
13976
13977 * loadhist.el (unload-feature): Call elp-restore-function,
13978 checking for symbols; don't use elp-restore-all.
13979 (loadhist-hook-functions): Doc fix.
13980
13981 2000-10-30 Stefan Monnier <monnier@cs.yale.edu>
13982
13983 * log-edit.el (log-edit-confirm): Fix the default.
13984
13985 2000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13986
13987 * delim-col.el: Little fix: replace delimit-columns-align-columns by
13988 delimit-columns-format.
13989 (delimit-columns-region, delimit-columns-rectangle): Code fix.
13990
13991 2000-10-30 Miles Bader <miles@lsi.nec.co.jp>
13992
13993 * comint.el (comint-replace-by-expanded-history): Don't use
13994 comint-get-old-input (we're not looking at *old* input).
13995 (comint-get-old-input-default): If using fields, signal an error
13996 when the point is not in an input field.
13997
13998 2000-10-30 Kenichi Handa <handa@etl.go.jp>
13999
14000 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
14001 and mule-unicode-e000-ffff.
14002
14003 * international/mule.el (decode-char, encode-char): New functions.
14004 (make-coding-system): Accept a symbol of translation table as a
14005 value of property `safe-chars'.
14006
14007 * international/mule-cmds.el (encode-coding-char): Check property
14008 safe-chars instead of safe-charsets.
14009
14010 * international/fontset.el (fontset-default): Modified for
14011 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
14012 (x-font-name-charset-alist): Likewise.
14013 (ccl-encode-unicode-font): New CCL program. Record it in
14014 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
14015
14016 * language/european.el (mac-roman-decoder, mac-roman-encoder):
14017 New translation tables.
14018 (decode-mac-roman, encode-mac-roman): Definition of these CCL
14019 programs are modified and moved from mac-win.el.
14020 (mac-roman): Definition of this coding system is modified and
14021 moved from mac-win.el.
14022
14023 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
14024
14025 * ediff-wind.el (ediff-setup-control-frame): Enclose
14026 face-attribute in condition-case to avoid errors in older emacsen.
14027
14028 2000-10-29 Miles Bader <miles@gnu.org>
14029
14030 * custom.el (custom-add-to-group): Allow multiple entries for a
14031 given value OPTION, as long as their widget types are different.
14032 * cus-edit.el (custom-face-value-create): If face name doesn't end
14033 with "face", add such here (similar to custom group widgets).
14034
14035 * comint.el (comint-highlight-prompt): Add :type.
14036
14037 2000-10-28 John Wiegley <johnw@gnu.org>
14038
14039 * calendar/timeclock.el (timeclock-log): Doc fix.
14040 (timeclock-last-event): Doc fix.
14041 (timeclock-log): Kill the timelog buffer after appending a new event.
14042 (timeclock-find-discrep): Use a temp buffer to read in the
14043 timelog, instead of visiting the file.
14044 (timeclock-log-data): A new function, along with a host of helper
14045 functions, for the purpose of making timelog data accessible to
14046 programmers.
14047
14048 * eshell/esh-mode.el (window-height test): Make certain that
14049 `eshell-stringify-t' is non-nil.
14050 (eshell-password-prompt-regexp): Changed to a much simpler
14051 password regexp.
14052 (eshell-send-input): If `eshell-invoke-directly' returns t,
14053 directly invoke the parsed command using `eval'. This improves
14054 turn-around time on simple commands by a factor of three or
14055 greater, such as cd, ls, pwd, etc. -- which get used very often.
14056 It also conserves thousands of cons cells per call (since
14057 `eshell-do-eval' consumes memory like a Cookie Monster set loose
14058 in the Pacific Cookie Company).
14059
14060 * eshell/esh-test.el (eshell-test): Whitespace fix.
14061
14062 * eshell/em-ls.el (eshell-ls-insert-directory):
14063 Make `eshell-ls-initial-args' nil when inserting directory contents.
14064
14065 * eshell/em-script.el (eshell-script-initialize): Add names to
14066 `eshell-complex-commands, since `source' and `.' are complex.
14067
14068 * eshell/esh-cmd.el (eshell-rewrite-for-command)
14069 (eshell-rewrite-while-command): Use `eshell-protect' instead of
14070 `eshell-copy-handles'.
14071 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
14072 bodies.
14073 (eshell-separate-commands): Whitespace fix.
14074 (eshell-complex-commands): Added a new list of names, for
14075 determining whether a given command is as simple as it looks.
14076 (eshell-invoke-directly): New function. Returns t if a command
14077 should be invoked directly (using `eval'), rather than indirectly
14078 using `eshell-do-eval'.
14079 (eshell-do-eval): Whitespace fix.
14080
14081 * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
14082 which provides an emulation of the DOS shell behavior of assuming
14083 that cp/mv/ln should copy/move/link to the current directory.
14084 (eshell-remove-entries): Added a doc string.
14085 (eshell-shuffle-files): Removed the check for `target' being null.
14086 (eshell-mvcp-template, eshell-mvcpln-template): Renamed
14087 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
14088 it to do a smarter check of whether a destination was provided.
14089 (eshell/mv, eshell/cp): Enable `:preserve-args'.
14090 (eshell/ln): Enable `:preserve-args', and use
14091 `eshell-mvcpln-template' to implement the body of the function.
14092 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
14093 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
14094 list after flattening it. This makes it possible to cat files
14095 with numerical names.
14096 (eshell-unix-initialize): Added several names to
14097 `eshell-complex-commands.
14098 (eshell-unix-command-complex-p): Return t if a given command name
14099 may result in external processes being invoked.
14100
14101 * eshell/em-glob.el (eshell-glob-show-progress): Make this
14102 variable nil by default, since it slows down glob processing by a
14103 factor of two or more, and increases memory consumption.
14104
14105 * eshell/em-smart.el: Added a note about how memory consumptive
14106 smart display mode can be (at least this is true in Emacs 21).
14107 (eshell-smart-initialize): Whitespace fix.
14108 (eshell-refresh-windows): Use `if' instead of `when'.
14109 (eshell-smart-scroll-window): Calling `save-current-buffer' was
14110 not necessary.
14111 (eshell-currently-handling-window): Added a missing global variable.
14112
14113 * eshell/em-ls.el (eshell-do-ls): Code simplification.
14114 (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
14115 Whitespace fix.
14116 (eshell-ls-exclude-hidden): Added this variable in addition to
14117 `eshell-ls-exclude-regexp'. This one prevents files beginning
14118 with . from even being read, which can improve memory consumption
14119 quite a bit.
14120 (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
14121 read file entries beginning with a dot. In home directories with
14122 lots of hidden files, fully two-thirds of the time spent in ls is
14123 used to read directory entries that are immediately thrown away.
14124 (eshell-ls-initial-args): Added back this configuration variable,
14125 for specifying default initial arguments to every call to ls.
14126 Much faster than using an alias to do the same thing.
14127 (eshell-do-ls): Use `eshell-ls-initial-args', if set.
14128 (eshell-ls-dir): Whitespace change.
14129
14130 * eshell/em-dirs.el (eshell/pwd): Small code simplification.
14131
14132 * eshell/esh-util.el: Don't require `ange-ftp' if it's not available.
14133 (eshell-stringify-t): Added a customization variable, to indicate
14134 whether `t' should be rendered as a string at all. If not, one
14135 can still determine if the result of an expression is true using
14136 "file-exists-p FILE && echo true".
14137 (eshell-stringify): If `eshell-stringify-t' is nil, don't
14138 stringify t!
14139
14140 * eshell/esh-module.el: Whitespace fix.
14141
14142 * eshell/em-alias.el (eshell-alias-initialize):
14143 Added `eshell-command-aliased-p' to `eshell-complex-commands'.
14144 (eshell-command-aliased-p): New function that returns t if a
14145 command name names an aliased.
14146
14147 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
14148
14149 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
14150 redrawing the screen when changing cursor color.
14151 (viper-insert-state-pre-command-sentinel)
14152 (viper-replace-state-pre-command-sentinel)
14153 (viper-replace-state-post-command-sentinel):
14154 Use viper-preserve-cursor-color.
14155 Many functions changed to use viper= instead of = when comparing
14156 characters.
14157 * viper-util.el (viper-memq-char,viper=): New functions for
14158 working with characters.
14159 (viper-change-cursor-color): Fixed buglet.
14160 Many functions changed to use viper= instead of = when comparing
14161 characters.
14162 * viper.el (viper-insert-state-mode-list): Added eshell.
14163
14164 * ediff-init.el (ediff-before-setup-hook): New hook.
14165 Several typos fixed in various docstrings.
14166 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
14167 * ediff-nult.el (ediff-before-session-group-setup-hooks): New hook.
14168 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
14169 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
14170 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
14171 (ediff-get-selected-buffers): New function.
14172 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
14173 (ediff-vc-merge-internal,ediff-rcs-merge-internal):
14174 Use save-window-excursion.
14175 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
14176 termination check in while loop.
14177 * ediff.el (ediff-get-default-file-name): Better defaults when in
14178 dired buffer.
14179 (ediff-files,ediff-merge-files,ediff-files3)
14180 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
14181
14182 2000-10-28 Dave Love <fx@gnu.org>
14183
14184 * info.el (Info-fontify-node): Add help-echo for menu items.
14185
14186 2000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
14187
14188 * startup.el (normal-top-level): If the value of $TERM indicates
14189 we are running from xterm or one of its work-alikes, default to a
14190 light background mode.
14191
14192 Support for -fg, -bg, and -rv command-line arguments for TTYs:
14193 * faces.el (tty-handle-reverse-video): New function.
14194 (tty-create-frame-with-faces): Call it.
14195
14196 * frame.el (frame-notice-user-settings): Don't apply
14197 default-frame-alist and initial-frame-alist to MS-DOS frames.
14198 Call tty-handle-reverse-video, frame-set-background-mode, and
14199 face-set-after-frame-default for non-MS-DOS frames.
14200
14201 * startup.el (tty-long-option-alist): New variable.
14202 (tty-handle-args): New function.
14203 (command-line): Call tty-handle-args.
14204
14205 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
14206 startup.el now does that for all character-terminal frames.
14207
14208 2000-10-28 Miles Bader <miles@gnu.org>
14209
14210 * emacs-lisp/easy-mmode.el (define-minor-mode):
14211 Generate `turn-on-MODE' and `turn-off-MODE' functions unless the mode
14212 is global. If :global is followed by a non-nil but non-t value,
14213 make the mode buffer-local, but also generate a `global-MODE'
14214 version using `easy-mmode-define-global-mode'.
14215 Add :conditional-turn-on keyword argument.
14216
14217 2000-10-28 Dave Love <fx@gnu.org>
14218
14219 * international/latin1-disp.el (latin1-char-displayable-p):
14220 Don't use window-system.
14221
14222 2000-10-27 Eli Zaretskii <eliz@is.elta.co.il>
14223
14224 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
14225 Don't call find-buffer-file-type-coding-system. Instead, just
14226 set eol-type to -unix if inhibit-eol-conversion is in effect, or
14227 if the file is on an untranslated filesystem.
14228 (add-untranslated-filesystem): Use "D" instead of "f" inside
14229 interactive.
14230
14231 2000-10-27 Dave Love <fx@gnu.org>
14232
14233 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
14234 (refill-mode): Use it.
14235
14236 2000-10-27 Stefan Monnier <monnier@cs.yale.edu>
14237
14238 * international/quail.el (quail-activate): Don't make-local-hook.
14239
14240 2000-10-27 Andre Spiegel <spiegel@gnu.org>
14241
14242 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
14243 manual backups and file.~<rev>.~ for automatic ones.
14244 (vc-make-version-backup): Don't do it on MS-DOS without long file
14245 names.
14246
14247 * vc.el (vc-version-other-window): If an automatic backup of the
14248 desired version exists, rename it instead of copying it.
14249
14250 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
14251 after command. If there's an unexpected error, signal it instead
14252 of being silent.
14253 (vc-cvs-merge-news): Be prepared for no news at all.
14254
14255 2000-10-27 Miles Bader <miles@lsi.nec.co.jp>
14256
14257 * shell.el (shell): Add BUFFER argument.
14258 * comint.el (make-comint-in-buffer): New function.
14259 (make-comint): Use it.
14260
14261 * faces.el (face-spec-choose): Change syntax so that the list of
14262 attribute-value pairs is now the cdr of each clause, not the cadr.
14263 Detect old-style entries, and handle them. Use pop.
14264
14265 2000-10-26 Stefan Monnier <monnier@cs.yale.edu>
14266
14267 * cus-edit.el (custom-mode-map): Use a sparse map.
14268 (custom-mode): Don't bother with make-local-hook.
14269
14270 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
14271
14272 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
14273
14274 2000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14275
14276 * ps-print.el: Avoid compilation gripes.
14277 (ps-print-version): New version number (6.2.1).
14278
14279 2000-10-26 Dave Love <fx@gnu.org>
14280
14281 * menu-bar.el: Modify some menu item help strings.
14282 (menu-bar-help-menu): Add link to MORE.STUFF.
14283
14284 * cus-edit.el (custom-mode): Add `special' mode-class property.
14285
14286 * wid-browse.el (widget-browse-mode): Likewise.
14287
14288 * wid-edit.el (widget-specify-field): Revert to using local-map
14289 property, not keymap.
14290
14291 2000-10-26 Miles Bader <miles@lsi.nec.co.jp>
14292
14293 * wid-edit.el (widget-field-end): When checking for a `boundary'
14294 field, do so in the correct buffer.
14295
14296 * simple.el (undo): Correctly distinguish between numeric and
14297 non-numeric prefix args in non-transient-mark-mode, as per the doc
14298 string. When in transient-mark-mode, treat all prefix-args as
14299 numeric.
14300
14301 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
14302 Position point on match. Handle N == 0 correctly.
14303
14304 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
14305 (comint-mode-map): Reverse order of `comint-write-output' and
14306 `comint-append-output-to-file'.
14307 (comint-append-output-to-file): Reinstate this function, for the
14308 benefit of the menu.
14309
14310 2000-10-25 Stefan Monnier <monnier@cs.yale.edu>
14311
14312 * vc.el (vc-version-other-window): Bind `file'.
14313
14314 2000-10-25 Gerd Moellmann <gerd@gnu.org>
14315
14316 * Makefile.in (update-authors): New target for maintenance purposes.
14317
14318 * emacs-lisp/authors.el (batch-update-authors): New function.
14319 (authors-fixed-entries): New defconst.
14320 (authors-add-fixed-entries): New function.
14321 (authors): Call it.: Don't process lispref/.
14322
14323 2000-10-25 Jason Rumney <jasonr@gnu.org>
14324
14325 * cus-edit.el (custom-button-face, custom-button-pressed-face):
14326 Merge x w32 and mac definitions.
14327
14328 2000-10-25 Gerd Moellmann <gerd@gnu.org>
14329
14330 * menu-bar.el (menu-bar-options-menu): Add a help string for
14331 `uniquify'.
14332
14333 2000-10-25 Stephen Gildea <gildea@stop.mail-abuse.org>
14334
14335 * time-stamp.el (time-stamp-string-preprocess):
14336 Fix a wrong type argument error.
14337
14338 2000-10-25 Miles Bader <miles@gnu.org>
14339
14340 * recentf.el (recentf-mode): Variable removed.
14341 (recentf-mode): Use `define-minor-mode'.
14342
14343 * mwheel.el (mouse-wheel-mode): New global minor mode.
14344 (mwheel-install): Use `mouse-wheel-mode'.
14345
14346 2000-10-25 Dave Love <fx@gnu.org>
14347
14348 * progmodes/cperl-mode.el (cperl-mode):
14349 Set normal-auto-fill-function correctly.
14350
14351 * wid-edit.el (widget-field-keymap, widget-text-keymap):
14352 Don't inherit from global-map and don't nullify menu-bar and tool-bar
14353 bindings.
14354
14355 2000-10-25 Miles Bader <miles@lsi.nec.co.jp>
14356
14357 * wid-edit.el (widget-field-at): New function.
14358 (widget-at, widget-field-activate): Use it.
14359 (widget-tabable-at): Use `widget-at'.
14360 (widget-specify-field): If the terminating character of the widget
14361 field (which is read-only) is a newline, put it into a special
14362 `boundary' field so that C-n/C-p act more naturally.
14363 (widget-field-end): Also don't subtract one if a special
14364 `boundary' field has been added after the widget field.
14365
14366 * comint.el (comint-output-filter, comint-send-input):
14367 Don't bother adding stickiness fields to overlays to fool the field
14368 code, since it should notice the overlay insertion-types now.
14369
14370 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
14371 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
14372 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
14373
14374 2000-10-24 Gerd Moellmann <gerd@gnu.org>
14375
14376 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
14377 (authors): Set file coding system to iso-2022-7bit.
14378 Add file-local variables to output buffer.
14379
14380 * files.el (after-find-file): Don't print any warnings if
14381 WARN is nil.
14382
14383 2000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14384
14385 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
14386
14387 * delim-col.el: Now there is a column formatting mechanism.
14388 Modified to customization mechanisms convention. Doc fix.
14389 (columns): New group for delim-col.
14390 (delimit-columns-before, delimit-columns-after)
14391 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
14392 (delimit-columns-end): New vars.
14393 (delimit-columns-customize, delimit-columns-format): New funs.
14394 (delimit-columns-region, delimit-columns-rectangle)
14395 (delimit-columns-rectangle-line): Modified to support column
14396 formatting.
14397
14398 2000-10-24 Dave Love <fx@gnu.org>
14399
14400 * log-edit.el (log-edit): Add :version and a :group for vc.
14401
14402 2000-10-24 Gerd Moellmann <gerd@gnu.org>
14403
14404 * files.el (after-find-file): Don't print a message ``New file''
14405 if WARN is nil.
14406
14407 * wid-edit.el (widget-field-keymap, widget-text-keymap):
14408 Define the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
14409 get duplicate tool-bar entries because we'll see the global ones
14410 on more than one path through keymaps.
14411
14412 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
14413
14414 * progmodes/cmacexp.el: Change Francesco's email address.
14415
14416 2000-10-24 Kenichi Handa <handa@etl.go.jp>
14417
14418 * window.el (fit-window-to-buffer): Adjust point of the window
14419 buffer, not that of the current buffer.
14420
14421 2000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
14422
14423 * progmodes/cmacexp.el: Update the euthor's email address.
14424
14425 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
14426
14427 * faces.el (face-spec-set-match-display): Add `graphic' display
14428 type (the inverse of `tty'). Use `display-graphic-p' instead of
14429 the window-system variable.
14430
14431 2000-10-24 Kenichi Handa <handa@etl.go.jp>
14432
14433 * international/isearch-x.el (isearch-with-input-method):
14434 Call input-method-function with the first event in
14435 unread-command-events.
14436
14437 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
14438
14439 * faces.el (face-default-spec, face-user-default-spec): Make defsubsts.
14440
14441 2000-10-24 Andrew Choi <akochoi@i-cable.com>
14442
14443 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
14444 New charsets.
14445
14446 * term/mac-win.el: Remove definitions of mac-roman-lower and
14447 mac-roman-upper, require dired, and define instead of set
14448 mac-ready-for-drag-n-drop to avoid compilation error.
14449
14450 2000-10-23 Andrew Innes <andrewi@gnu.org>
14451
14452 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]:
14453 Remove superfluous calls to subst-char-in-string; instead apply
14454 expand-file-name after convert-standard-filename to ensure
14455 expected directory separators are used.
14456
14457 2000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
14458
14459 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
14460
14461 2000-10-23 Dave Love <fx@gnu.org>
14462
14463 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
14464 (tool-bar-add-item): Set foreground and background for XBM icons.
14465
14466 * international/latin1-disp.el (latin1-char-displayable-p):
14467 New function (from Handa).
14468 (latin1-display-check-font): Use it.
14469
14470 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
14471 using :key-sequence, making it much more usable.
14472 Use nconc, not append.
14473 (imenu--create-keymap-1): Avoid append.
14474
14475 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
14476
14477 2000-10-23 Miles Bader <miles@lsi.nec.co.jp>
14478
14479 [the following changes fix a bug where `define-minor-mode' didn't
14480 correctly generate :require clauses for defcustoms in compiled files]
14481 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
14482 (byte-compile-log-file, byte-compile-log-1): Don't set
14483 `byte-compile-current-file' to nil. Instead set
14484 `byte-compile-last-logged-file' to it. Test whether
14485 byte-compile-current-file equals byte-compile-last-logged-file
14486 instead of whether its nil.
14487 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
14488
14489 2000-10-23 Stefan Monnier <monnier@cs.yale.edu>
14490
14491 * textmodes/refill.el: Fix var names in doc.
14492 (refill-mode): Don't bother with make-local-hook anymore.
14493
14494 2000-10-23 Miles Bader <miles@lsi.nec.co.jp>
14495
14496 * faces.el (face-user-default-spec, face-default-spec): New functions.
14497 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
14498 (frame-set-background-mode, face-set-after-frame-default):
14499 Use `face-user-default-spec'. Simplify code slightly.
14500
14501 * woman.el (woman-italic-face, woman-bold-face)
14502 (woman-unknown-face): Add dark-background variants.
14503 (woman-default-faces): Renamed from `woman-colour-faces'.
14504 Set using the stored defaults, rather than using hard-wired colors.
14505 (woman-monochrome-faces): Renamed from `woman-black-faces'.
14506 Just make the foreground `unspecified' rather than "black".
14507 (woman-menu): Rename menu entries accordingly.
14508
14509 * faces.el (header-line): Make more reasonable on mono/grayscale
14510 displays.
14511
14512 2000-10-23 Andrew Choi <akochoi@i-cable.com>
14513
14514 * cus-edit.el (custom-button-face): Use 3D look for mac.
14515 (custom-button-pressed-face): Likewise.
14516
14517 * faces.el (set-face-attributes-from-resources): Handle mac frames
14518 in the same way as x and w32 frames.
14519 (face-valid-attribute-values): Likewise.
14520 (read-face-attribute): Likewise.
14521 (defined-colors): Likewise.
14522 (color-defined-p): Likewise.
14523 (color-values): Likewise.
14524 (display-grayscale-p): Likewise.
14525 (face-set-after-frame-default): Likewise.
14526 (mode-line): Same default face as for x and w32.
14527 (tool-bar): Likewise.
14528
14529 * frame.el: Remove call to frame-notice-user-settings at end of
14530 the file.
14531
14532 * info.el (Info-fontify-node): Make underlines invisible for mac
14533 as for x, pc, and w32 frame types.
14534
14535 * term/mac-win.el: New file.
14536
14537 2000-10-22 Dave Love <fx@gnu.org>
14538
14539 * textmodes/refill.el: New file.
14540
14541 2000-10-22 Andre Spiegel <spiegel@gnu.org>
14542
14543 * vc-hooks.el (vc-version-backup-file-name): New optional args
14544 MANUAL and REGEXP.
14545 (vc-delete-automatic-version-backups, vc-make-version-backup):
14546 New functions.
14547 (vc-before-save): Use the latter.
14548 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
14549 confusion.
14550
14551 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
14552 expected by vc[-hooks].el.
14553
14554 * vc.el (vc-checkout): Added `-p' suffix in call to
14555 vc-make-version-backups-p; use vc-make-version-backup to actually
14556 make the backup.
14557 (vc-version-other-window, vc-version-backup-file): Handle both
14558 automatic and manual backups.
14559 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
14560 of all of them.
14561
14562 2000-10-22 Miles Bader <miles@gnu.org>
14563
14564 * comint.el (comint-highlight-input, comint-highlight-prompt):
14565 Renamed, `-face' at end removed.
14566 (comint-send-input, comint-output-filter): Use renamed faces.
14567
14568 * window.el (fit-window-to-buffer): Change defaulting of
14569 MAX-HEIGHT slightly.
14570
14571 * faces.el (color-values, color-defined-p): Use `member', not
14572 `memq', because it works correctly for strings.
14573 (frame-set-background-mode): Actually, "unspecified-fg" and
14574 "unspecified-bg" *are* strings. Use `member', not `memq', and
14575 `equal', not `eq', when a string value is possible.
14576
14577 2000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
14578
14579 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
14580
14581 2000-10-21 Stefan Monnier <monnier@cs.yale.edu>
14582
14583 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
14584 sh-electric-rparen, sh-electric-less and sh-electric-hash.
14585 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
14586 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
14587 (sh-font-lock-syntactic-keywords): Use them.
14588 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
14589 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
14590 (sh-mode): Don't override font-lock-unfontify-region-function.
14591 Use a copy of sh-font-lock-syntactic-keywords.
14592 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
14593 Don't call sh-scan-buffer since font-lock does it on the fly.
14594 (sh-get-indent-info): Use `face' rather than `syntax-table'
14595 text-property to detect here-documents.
14596 Replace sh-special-syntax with sh-st-punc.
14597 (sh-prev-line): Use `face' rather than `syntax-table'
14598 text-property to skip over here-documents.
14599 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
14600 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
14601 (sh-electric-less, sh-set-here-doc-region)
14602 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
14603 (sh-scan-buffer, sh-rescan-buffer): Remove.
14604
14605 2000-10-21 Andrew Innes <andrewi@gnu.org>
14606
14607 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
14608 remote (ange-ftp) file names.
14609
14610 2000-10-21 Miles Bader <miles@gnu.org>
14611
14612 * window.el (fit-window-to-buffer): New function.
14613 (shrink-window-if-larger-than-buffer): Use it.
14614 (window-text-height): Don't expect minibuffers to have mode-lines.
14615
14616 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
14617 * international/quail.el (quail-update-guidance):
14618 Use `fit-window-to-buffer' instead of `set-window-text-height'.
14619
14620 * international/quail.el (quail-show-guidance-buf): Make sure
14621 guidance window really has enough room.
14622 (quail-update-guidance): If quail-guidance-win is already shown,
14623 make sure its height is OK.
14624
14625 * window.el (window-text-height, set-window-text-height):
14626 New functions.
14627 (shrink-window-if-larger-than-buffer): Use `window-text-height'
14628 instead of `window-height' & `mode-line-window-height-fudge'.
14629 (mode-line-window-height-fudge): Add FACE parameter.
14630 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
14631 instead of `enlarge-window' & `mode-line-window-height-fudge'.
14632
14633 2000-10-20 Miles Bader <miles@gnu.org>
14634
14635 * window.el (height-affecting-face-attributes): Use `defconst'.
14636
14637 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
14638 New function, conditionally aliased to `mode-line-window-height-fudge'.
14639 (ispell-help): Use it.
14640 (ispell-choices-win-default-height): Don't include mode-line fudge.
14641 (ispell-choices-win-default-height): New function.
14642 (ispell-show-choices, ispell-command-loop): Use function
14643 `ispell-choices-win-default-height' instead of variable.
14644
14645 2000-10-20 Miles Bader <miles@lsi.nec.co.jp>
14646
14647 * window.el (mode-line-window-height-fudge): New variable.
14648 (height-affecting-face-attributes): New variable.
14649 (mode-line-window-height-fudge): New function.
14650 (shrink-window-if-larger-than-buffer): Use it.
14651 * help.el (resize-temp-buffer-window): Likewise.
14652
14653 * info.el (Info-fontify-node): Add support for @subsubsection
14654 titles, which use `Info-title-4-face'.
14655 (Info-title-4-face): New face.
14656 (Info-title-3-face): Inherit from Info-title-4-face instead of
14657 variable-pitch.
14658
14659 2000-10-19 Jason Rumney <jasonr@gnu.org>
14660
14661 * dired.el (dired-insert-directory): Do not let errors signalled by
14662 attempt to run dired-free-space-program prevent dired from working.
14663
14664 2000-10-19 Stefan Monnier <monnier@cs.yale.edu>
14665
14666 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
14667
14668 2000-10-19 Gerd Moellmann <gerd@gnu.org>
14669
14670 * dirtrack.el (dirtrack): Fix call to run-hooks.
14671
14672 * cmuscheme.el (cmuscheme-program-name): Renamed from
14673 scheme-program-name because xscheme.el contains a defcustom with
14674 the same name. As a consequence, customizing group `cmuscheme'
14675 loaded `xscheme' which redefined run-scheme.
14676 (run-scheme): Use cmuscheme-program-name.
14677
14678 * ps-print.el (ps-print-emacs-type): Move into the eval-and-compile.
14679
14680 * play/doctor.el (doctor-death): Update the Samaritans'
14681 anonymous address, and add a website for Befrienders International.
14682
14683 2000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14684
14685 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
14686 Avoid compilation gripes. Doc fix.
14687 (ps-print-version): New version number (6.2).
14688 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
14689 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
14690 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
14691 (ps-x-extent-priority, ps-x-extent-start-position)
14692 (ps-x-face-font-instance, ps-x-find-coding-system)
14693 (ps-x-font-instance-properties, ps-x-make-color-instance)
14694 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
14695 avoid compilation gripes without defining functions.
14696 (ps-e-find-composition): Alias for function find-composition, to have a
14697 suitable function depending on Emacs version.
14698 (ps-color-device, ps-color-values, ps-face-foreground-name)
14699 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
14700 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
14701 (ps-print-ensure-fontified): Function definitions surrounded by
14702 `eval-and-compile' to avoid compilation gripes.
14703 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
14704 by symbol-value to avoid compilation gripes.
14705 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
14706 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
14707
14708 2000-10-19 Miles Bader <miles@lsi.nec.co.jp>
14709
14710 * startup.el (normal-top-level): Call `frame-set-background-mode'
14711 after `frame-notice-user-settings' because the latter doesn't call
14712 the former on a tty.
14713
14714 * faces.el (frame-set-background-mode): `unspecified' &c are
14715 symbols, not strings.
14716
14717 2000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
14718
14719 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
14720 why some "light*" colors are deliberately absent from the alist.
14721
14722 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
14723 Change colors for tty's, as suggested by Miles Bader.
14724
14725 2000-10-19 Kenichi Handa <handa@etl.go.jp>
14726
14727 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
14728 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
14729 for ISO10646-1 fonts.
14730 (x-font-name-charset-alist): Add an entry for "iso10646-1".
14731
14732 2000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
14733
14734 * faces.el (frame-set-background-mode): If a tty frame defines a
14735 background color, use that to compute the background mode, instead
14736 of always defaulting to "dark".
14737
14738 2000-10-19 Miles Bader <miles@lsi.nec.co.jp>
14739
14740 * comint.el (comint-write-output): New function.
14741 (comint-mode-map): Add it to the menu.
14742 Bind `C-c C-s' to comint-write-output.
14743
14744 2000-10-18 Gerd Moellmann <gerd@gnu.org>
14745
14746 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
14747 Use fancy-splash-delay.
14748
14749 2000-10-18 Alex Schroeder <alex@gnu.org>
14750
14751 * progmodes/sql.el (sql-sybase-options): New option.
14752 (sql-sybase): Use it. Add sql-database to the list of parameters
14753 provided for login. The options -w 2048 -n are not used any more.
14754
14755 * comint.el (comint-read-input-ring): Bugfix such that the first
14756 and the last entry of the input ring file are not lost.
14757
14758 2000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14759
14760 * ps-print.el: Internal variable changes to defcustom,
14761 make-local-hook changes to defvar. Doc fix.
14762 (ps-print-version): New version number (6.1).
14763 (ps-setup, ps-do-despool): Code fix.
14764 (ps-printer-name): Customization fix.
14765 (ps-printer-name-option): Now is a defcustom instead of an
14766 internal variable.
14767 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
14768 (ps-print-begin-column-hook): Now are defvar instead of
14769 make-local-hook.
14770
14771 2000-10-18 Miles Bader <miles@gnu.org>
14772
14773 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
14774 (comint-kill-output): Changed into an alias for `comint-delete-output',
14775 and made obsolete.
14776 (comint-mode-map): Rename references to comint-kill-output.
14777
14778 2000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
14779
14780 * diff-mode.el (diff-header-face, diff-file-header-face)
14781 (diff-changed-face): Add bold and italic attributes to tty faces.
14782 (diff-function-face): New face.
14783 (diff-font-lock-keywords): Use it.
14784
14785 2000-10-18 Miles Bader <miles@lsi.nec.co.jp>
14786
14787 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
14788 Remove commented-out call to force-mode-line-update.
14789 (comint-kill-output): Use `forward-line 0' instead of
14790 beginning-of-line to make sure we get past the prompt.
14791
14792 2000-10-17 Stefan Monnier <monnier@cs.yale.edu>
14793
14794 * diff-mode.el (diff-header-face, diff-file-header-face):
14795 Add specific setting for dark background.
14796 (diff-context-face): Renamed from diff-comment-face.
14797 Set explicitly rather than inheriting from font-lock-comment-face.
14798
14799 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
14800
14801 * startup.el (command-line): Move the code which sets the default
14802 TTY colors to before before-init-hook.
14803
14804 2000-10-17 Gerd Moellmann <gerd@gnu.org>
14805
14806 * jit-lock.el (jit-lock-stealth-time): Doc fix.
14807
14808 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
14809
14810 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
14811 extensions, for MS-DOS.
14812
14813 * diff-mode.el (diff-header-face, diff-file-header-face)
14814 (diff-changed-face): Define tty-specific colors.
14815
14816 2000-10-17 Gerd Moellmann <gerd@gnu.org>
14817
14818 * startup.el (fancy-splash-text): Realign the text.
14819
14820 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
14821
14822 * font-lock.el (font-lock-comment-face): Define a separate default
14823 for dark-background tty's.
14824
14825 2000-10-17 Miles Bader <miles@gnu.org>
14826
14827 * help.el (resize-temp-buffer-window): Add hack to avoid last line
14828 being obscured by whizzy mode-lines on graphics displays.
14829
14830 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
14831
14832 * info.el (Info-title-1-face, Info-title-2-face)
14833 (Info-title-3-face): Define colors for tty's.
14834 (info-header-node): Remove unneeded tty-specific definition.
14835
14836 2000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
14837
14838 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
14839 reverse from the frame parameters, and don't invert foreground and
14840 background colors.
14841
14842 2000-10-16 Miles Bader <miles@gnu.org>
14843
14844 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
14845 string "*Info*". Call propertized-buffer-identification to spruce
14846 up the result.
14847
14848 2000-10-16 Gerd Moellmann <gerd@gnu.org>
14849
14850 * help.el: Provide `help' for the sake of define-minor-mode
14851 which generates defcustoms with requires.
14852
14853 * jit-lock.el (jit-lock-after-change): If we're in text that
14854 matches a multi-line font-lock pattern, make sure the whole text
14855 will be redisplayed.
14856
14857 * emacs-lisp/authors.el (authors-add): Don't add an entry if
14858 author's name is unknown.
14859
14860 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
14861 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
14862 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
14863 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
14864 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
14865 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
14866 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
14867 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
14868 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
14869 Add author information.
14870
14871 2000-10-16 Miles Bader <miles@lsi.nec.co.jp>
14872
14873 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
14874 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
14875 full-color version (using the Gimp) to eliminate dithering artifacts.
14876
14877 2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
14878
14879 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
14880
14881 * simple.el (syntax-flag-table, string-to-syntax): Remove.
14882
14883 2000-10-15 Dave Love <fx@gnu.org>
14884
14885 * progmodes/sh-script.el: Require skeleton and comint when compiling.
14886
14887 * pcomplete.el (pcomplete) <defgroup>: Add :version.
14888
14889 * whitespace.el: Doc fixes.
14890 (top-level): Don't add hooks here.
14891 (whitespace-running-emacs): Deleted.
14892 (timer): Don't require.
14893 (whitespace): Add back :version conditional on xemacs test.
14894 (whitespace-spacetab-regexp, whitespace-indent-regexp)
14895 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
14896 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
14897 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
14898 Avoid specific xemacs test.
14899 (whitespace-global-mode): New option.
14900 (whitespace-global-mode): New command.
14901 (whitespace-unload-hook): New function.
14902
14903 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
14904 (Info-fontify-node, Info-goto-node, Info-mode-menu)
14905 (Info-fontify-node): `Goto' goes to `Go to'.
14906 (Info-fontify-node): Add help-echo to xref links.
14907
14908 2000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
14909
14910 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
14911
14912 2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
14913
14914 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
14915 Use plist-get and allow :inherit.
14916
14917 * emacs-lisp/cl-macs.el (cl-do-arglist):
14918 Use plist-get and plist-member instead of memq.
14919
14920 * emacs-lisp/ewoc.el (ewoc-location): New function.
14921 (ewoc-enter-after, ewoc-enter-before): Document return value.
14922 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
14923 Don't need make-local-hook any more.
14924 (cvs-addto-collection): Return the new tin.
14925 (cvs-mode-insert): Jump to the new line.
14926
14927 * jit-lock.el (jit-lock-fontify-buffer): Remove.
14928
14929 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
14930
14931 * font-lock.el (font-lock-syntactically-fontified): New var.
14932 (font-lock-fontify-syntactic-keywords-region): Use it.
14933 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
14934
14935 * diff-mode.el (diff-find-file-name): Fix regexp.
14936
14937 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
14938 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
14939
14940 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
14941 (sh-mode-syntax-table): Add punctuation syntax for < and >.
14942 (sh-mode): Don't make all vars local here.
14943 (sh-kw): Reformat.
14944 (sh-set-shell): Use dolist. Don't set indent-region-function.
14945 (sh-mode-syntax-table): Use pop.
14946 (sh-remember-variable): Use push.
14947 (sh-help-string-for-variable): Use memq.
14948 (sh-safe-backward-sexp): Remove.
14949 (sh-safe-forward-sexp): Add ARG.
14950 (sh-get-indent-info, sh-prev-stmt): Use it.
14951 (sh-prev-line): Simplify by using forward-comment.
14952 (sh-this-is-a-continuation): Simplify.
14953 (sh-learn-buffer-indent): Use dolist.
14954 (sh-do-nothing): Remove.
14955 (sh-set-char-syntax, sh-set-here-doc-region):
14956 Use inhibit-modification-hooks.
14957 (sh-name-style): Use mapcar and push.
14958 (sh-load-style): Use dolist.
14959 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
14960 (sh-case, sh-while-getopts): Use propertize directly rather
14961 than sh-electric-rparen.
14962
14963 2000-10-14 Stefan Monnier <monnier@cs.yale.edu>
14964
14965 * textmodes/tex-mode.el: Require CL when compiling.
14966 (tex-mode-syntax-table): Init immediately.
14967 (tex-mode-map): Bind M-RET to latex-insert-item.
14968 (latex-mode): Set indent-line-function to latex-indent.
14969 (tex-common-initialization): Don't setup the syntax-table any more.
14970 (latex-insert-item): New skeleton.
14971 (tex-next-unmatched-end): Fix copy/paste braino.
14972 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
14973 (latex-indent, latex-find-indent): New functions.
14974 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
14975 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
14976 (tex-compilation-parse-errors): Use with-syntax-table.
14977
14978 2000-10-15 Miles Bader <miles@gnu.org>
14979
14980 * font-lock.el (font-lock-comment-face): Change dark-background,
14981 color, non-tty, default to `chocolate1'.
14982
14983 2000-10-13 John Wiegley <johnw@gnu.org>
14984
14985 * eshell/esh-util.el (require): Added a missing `require' form,
14986 needed when compiling (for an ange-ftp macro definition).
14987
14988 2000-10-13 Dave Love <fx@gnu.org>
14989
14990 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
14991
14992 2000-10-13 Gerd Moellmann <gerd@gnu.org>
14993
14994 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc fix.
14995
14996 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
14997 transparent -colors 8).
14998
14999 2000-10-13 Stephen Gildea <gildea@stop.mail-abuse.org>
15000
15001 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
15002 that breaks with old list format timestamps.
15003 (time-stamp-warn-inactive, time-stamp-old-format-warn)
15004 (time-stamp-count, time-stamp-conversion-warn): Improved doc strings.
15005
15006 2000-10-13 John Wiegley <johnw@gnu.org>
15007
15008 * align.el, pcomplete.el, calendar/timeclock.el,
15009 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
15010
15011 * calendar/timeclock.el (timeclock-find-discrep): A fix to some
15012 faulty math, where holiday hours were being computing as seconds.
15013
15014 2000-10-13 John Wiegley <johnw@gnu.org>
15015
15016 * desktop.el (desktop-buffer-modes-to-save): Added a global for
15017 specifying what "other" kinds of buffers should be saved.
15018 This used to be hard-coded.
15019 (desktop-buffer-misc-functions): A global for specifying how
15020 auxiliary data should be determined for special buffer types.
15021 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
15022 instead of hard-coding the special buffer types.
15023 (desktop-save): Run `desktop-buffer-misc-functions' to gather
15024 auxiliary data, instead of hard-coding for Info buffers and dired.
15025 (desktop-buffer-info-misc-data): Aux function for determining Info
15026 buffer auxiliary info.
15027 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
15028 (desktop-buffer-info): Changed this function to use the info
15029 gathered above.
15030 (desktop-create-buffer): Be a little more careful about what
15031 `minor-mode' means before calling it. This is important for some
15032 buffer types.
15033
15034 2000-10-13 John Wiegley <johnw@gnu.org>
15035
15036 * eshell/esh-util.el: Added a global form which declares an
15037 autoload for `parse-time-string', if that function is not already
15038 defined, and if parse-time.el is available on the user's system.
15039
15040 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
15041 to be aware of ange-ftp user info.
15042 (eshell-do-ls): Bind `ange-cache'. Also, use `eshell-file-attributes'.
15043 (eshell-ls-annotate): Use `eshell-file-attributes'.
15044 (eshell-ls-file): Made the user-id printing code a bit smarter.
15045
15046 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
15047 allow identification of alias user ids in remote directories.
15048 It's manual, but there's no other way to know when the current user
15049 on the local machine, is also the owning user on the remote machine.
15050 (fboundp): Bind `ange-cache'.
15051 (eshell-directory-files-and-attributes): Re-organized the logic a
15052 bit to use `eshell-file-attributes' instead of `file-attributes'.
15053 The former is more sensitive to directories that are read via FTP,
15054 and knows how to use ange-ftp to determine full attribute
15055 information, instead of just the name and last modtime.
15056 (eshell-current-ange-uids): Return the current user id when in a
15057 remote directory.
15058 (eshell-parse-ange-ls): Parse a full directory listing that has
15059 been returned by ange-ftp.
15060 (eshell-file-attributes): This beefed up version of
15061 `file-attributes' is only special if the user is currently in a
15062 remote directory, in which case it does a lot of work to find out
15063 what the real attributes of a file are, as they appear on the
15064 remote machine. This makes usage of remote directories (i.e.,
15065 ange-ftp pathnames) much more useful. You can now use Eshell as a
15066 full-fledged FTP client, with much more manipulation ability than
15067 most other clients.
15068
15069 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
15070 variable, which means that Eshell's du should always be preferred
15071 in remote directories.
15072 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
15073 just `file-attributes'.
15074 (eshell-mvcp-template): Bind `ange-cache', to improve performance
15075 when reading remote directories. This is an Eshell-specific
15076 variable (not part of ange-ftp).
15077 (eshell/ln): Bind `ange-cache'.
15078 (eshell/du): Added some extra logic for determining when to use
15079 Eshell's du (which is slow), and when to use the external version
15080 (which may or may not exist).
15081
15082 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
15083 Call `eshell-interactive-process', rather than using
15084 `get-buffer-process', since backgrounded processes don't count in
15085 the context of this function's logic.
15086
15087 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
15088 `forward-char', so that null strings are parsed correctly.
15089
15090 2000-09-13 John Wiegley <johnw@gnu.org>
15091
15092 * eshell/em-pred.el (eshell-pred-file-type)
15093 (eshell-pred-file-links, eshell-pred-file-size):
15094 Use `eshell-file-attributes'. This is more correct over ange-ftp.
15095
15096 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
15097 that remote file globbing is more efficient.
15098
15099 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
15100 gathering the files and attributes within a directory.
15101
15102 * eshell/em-unix.el (eshell/cat): If any of the files passed on
15103 the command line is a special file (not a regular file, directory
15104 or symlink), always attempt to call the external version of cat.
15105
15106 2000-09-13 John Wiegley <johnw@gnu.org>
15107
15108 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
15109 Eshell-friendly version of find-tag.
15110
15111 2000-10-13 Miles Bader <miles@lsi.nec.co.jp>
15112
15113 * image-file.el (image-file-name-extensions)
15114 (image-file-name-regexps): Add autoload cookies.
15115
15116 2000-10-13 Kenichi Handa <handa@etl.go.jp>
15117
15118 * international/mule-cmds.el (select-safe-coding-system): If FROM
15119 is string, show it in *Warning* buffer.
15120
15121 2000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
15122
15123 * startup.el (normal-top-level): Use display-popup-menus-p instead
15124 of window-system.
15125 (command-line): Use display-graphic-p instead of window-system.
15126 (command-line-1): Use display-popup-menus-p and display-mouse-p
15127 instead of window-system.
15128
15129 2000-10-12 Sam Steingold <sds@gnu.org>
15130
15131 * tooltip.el (tooltip-use-echo-area): New user variable.
15132 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
15133
15134 2000-10-12 Dave Love <fx@gnu.org>
15135
15136 * recentf.el: Maintainer's checkdoc fixes.
15137
15138 * startup.el (normal-top-level-add-subdirs-to-load-path):
15139 Use character class, not ASCII when matching file names.
15140 (fancy-splash-head): Add trailing slash to URL.
15141 (command-line): Don't require XPM support for toolbar.
15142
15143 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
15144 (cperl-invalid-face): Revert last change.
15145 (cperl-init-faces): Quote cperl-invalid-face.
15146
15147 2000-10-12 Kenichi Handa <handa@etl.go.jp>
15148
15149 * startup.el (fancy-splash-text): Remove superfluous quote.
15150
15151 2000-10-12 Gerd Moellmann <gerd@gnu.org>
15152
15153 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
15154 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
15155 (command-line-1): Don't use fancy-splash-pending-command.
15156 (fancy-splash-screens-1): Goto point-min after inserting text.
15157
15158 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
15159
15160 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
15161 instead of shared-lisp-mode-map.
15162
15163 2000-10-12 Miles Bader <miles@lsi.nec.co.jp>
15164
15165 * faces.el (header-line): Change tty-variant to use underlining.
15166
15167 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
15168 (isearch-highlight): Restore lazy-isearch face properties at old
15169 position, and suppress them at new position.
15170 (isearch-dehighlight): Restore lazy-isearch face properties.
15171 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
15172 over the real isearch overlay, but in that case, don't give it a
15173 face property. Use `push'.
15174
15175 2000-10-12 Kenichi Handa <handa@etl.go.jp>
15176
15177 * man.el (Man-getpage-in-background): Fix previous change.
15178 Decode the process output only when we are in multibyte mode.
15179
15180 2000-10-11 Dave Love <fx@gnu.org>
15181
15182 * info.el (Info-mode-menu): Fix some help.
15183 (info-tool-bar-map): Add entry for Info-last.
15184
15185 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
15186 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
15187 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
15188 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
15189 * toolbar/search-replace.xpm, toolbar/exit.xpm:
15190 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
15191 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
15192 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
15193 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
15194 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
15195 Reduce colour requirements to 25 overall. (Probably wants
15196 revisiting from the originals to reduce further.)
15197
15198 2000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
15199
15200 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
15201 buffer-file-coding-system, instead of raw-text.
15202 (dehexlify-buffer): Bind coding-system-for-read to
15203 buffer-file-coding-system, instead of raw-text.
15204
15205 2000-10-11 Sam Steingold <sds@gnu.org>
15206
15207 * progmodes/cperl-mode.el (cperl-invalid-face): Double-quote
15208 `underline' - fixes the bug introduced on 2000-09-21.
15209
15210 2000-10-11 Dave Love <fx@gnu.org>
15211
15212 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
15213 Avoid compiler warnings.
15214 (scheme-mode): Doc fix.
15215 (scheme-font-lock-keywords-1): Match `define-syntax'.
15216
15217 2000-10-11 Miles Bader <miles@lsi.nec.co.jp>
15218
15219 * faces.el (frame-set-background-mode): Pay attention to saved
15220 face specs as well as default ones. Only do anything if the
15221 bg-mode or display-type has actually changed. Use `dolist'.
15222 (region): Make dark-background `region' face less in-your-face.
15223
15224 2000-10-10 Sam Steingold <sds@gnu.org>
15225
15226 * chistory.el, ielm.el, ledit.el:
15227 * progmodes/inf-lisp.el, progmodes/scheme.el:
15228 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
15229
15230 2000-10-10 Stefan Monnier <monnier@cs.yale.edu>
15231
15232 * textmodes/texinfo.el: Update copyright and fix typo.
15233
15234 * desktop.el (desktop-modes-not-to-save): New var.
15235 (desktop-save-buffer-p): Use it.
15236 Also, obey desktop-buffers-not-to-save even for non-file buffers.
15237 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
15238
15239 2000-10-10 Dave Love <fx@gnu.org>
15240
15241 * toolbar/tool-bar.el (tool-bar-add-item)
15242 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono display.
15243
15244 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
15245 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
15246 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
15247 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
15248 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
15249 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
15250 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
15251 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
15252 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
15253 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
15254 the .xpms; probably need retouching.
15255
15256 2000-10-10 Miles Bader <miles@lsi.nec.co.jp>
15257
15258 * subr.el (add-to-list): Add optional argument APPEND.
15259 * battery.el (display-battery): Use `add-to-list'.
15260
15261 2000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
15262
15263 * play/zone.el (zone-timer, zone-wc-tbl): Rework these vars as symbol
15264 properties.
15265 (zone, zone-when-idle, zone-leave-me-alone)
15266 (zone-pgm-whack-chars): Use new symbol properties.
15267
15268 * battery.el (display-battery): Doc spelling fix.
15269
15270 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
15271 property.
15272
15273 2000-10-09 Dave Love <fx@gnu.org>
15274
15275 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
15276 has been initialized before calling tool-bar-setup.
15277 (tool-bar-add-item-from-menu): Add autoload cookie.
15278
15279 2000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
15280
15281 * menu-bar.el (send-mail-item-name): New function.
15282 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
15283 of mail-user-agent in the menu. Don't display the "Send Mail"
15284 item if mail-user-agent is nil or its value is ignore.
15285 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
15286 if read-mail-command is nil or its value is ignore.
15287
15288 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
15289
15290 2000-10-09 Miles Bader <miles@gnu.org>
15291
15292 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
15293 Correct image size.
15294 * toolbar/left_arrow.xpm: Correct image size.
15295
15296 * jka-compr.el: Don't call `jka-compr-install' when loading (it
15297 will be done by the definition of `auto-compression-mode' if
15298 necessary. Move code to uninstall existing file-name handler
15299 before definition of `auto-compression-mode'.
15300
15301 * image-file.el (auto-image-file-mode): Move to the end of the
15302 file, because `define-minor-mode' actually calls the mode-function
15303 if the associated variable is non-nil, which requires that all
15304 needed functions be already defined.
15305
15306 * mouse.el (popup-menu): Balance parens.
15307
15308 2000-10-08 Stefan Monnier <monnier@cs.yale.edu>
15309
15310 * mouse.el (popup-menu): Move the command call outside the loop
15311 so that popup-menu returns whatever the command returns.
15312
15313 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
15314 (initialize-new-tags-table): Use run-hook-with-args-until-success.
15315 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
15316 (tags-table-format-functions): Renamed from tags-table-format-hooks.
15317
15318 * vc.el (vc-version-diff): diff-switches can be a list.
15319 Use relative filenames for prettier output.
15320
15321 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
15322 (vc-post-command-functions): Remove old-VC compatibility code.
15323
15324 * newcomment.el (comment-indent-default): Autoload.
15325
15326 * font-lock.el (font-lock-defaults): Make buffer-local.
15327 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
15328 (font-lock-choose-keywords):
15329 Ignore LEVEL unless KEYWORDS is a list of syms.
15330 (c-keywords, c++-keywords, objc-keywords, java-keywords):
15331 Don't wrap regexp-opt things in \(...\) unnecessarily.
15332
15333 * jit-lock.el: Don't require font-lock any more.
15334 (jit-lock-functions): Make buffer-local.
15335 (jit-lock-saved-fontify-buffer-function): Remove.
15336 (jit-lock-mode): Remove autoload cookie.
15337 Remove font-lock specific code.
15338 (jit-lock-unregister): Don't bother handling complex hooks any more.
15339 (jit-lock-refontify): New function.
15340 (jit-lock-fontify-buffer): Use it.
15341 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
15342 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
15343 Add optional args START and END.
15344 Never call font-lock-fontify-region directly.
15345 (jit-lock-function, jit-lock-stealth-fontify): Use it.
15346
15347 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
15348
15349 2000-10-08 Dave Love <fx@gnu.org>
15350
15351 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
15352
15353 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
15354
15355 * play/studly.el (studlify-region, studlify-word): Add autoload
15356 cookie.
15357
15358 * play/morse.el (morse-region, unmorse-region): Add autoload
15359 cookie.
15360
15361 * play/spook.el (spook-phrases-file): Use expand-file-name, not
15362 concat.
15363
15364 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
15365 insist on symbols starting with word syntax.
15366 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
15367 (eval-defun-1): Doc fix.
15368 (indent-sexp): Use nconc to build up indent-stack.
15369
15370 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
15371 Gnus with little use.
15372 (mail-setup-hook): Add mail-abbrevs-setup to options.
15373
15374 * recentf.el: Doc fixes.
15375
15376 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
15377 Clean up remainder.
15378
15379 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
15380 without timezone and (8) with timezone to enforce some whitespace.
15381 Simplify code somewhat.
15382
15383 * options.el (list-options): Doc that you should use customize.
15384
15385 * iswitchb.el (iswitchb-mode): Add :require.
15386
15387 * info.el (Info-goto-node, Info-menu): Doc fix.
15388 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
15389 (info-tool-bar-map): New variable.
15390 (Info-mode): Use it.
15391 (Info-edit-map): Define all in defvar.
15392 (speedbar-attached-frame): Avoid compiler warning.
15393
15394 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
15395 (global-map): Bind [tool-bar] to a filtered map.
15396 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
15397 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
15398 Allow PBM icons.
15399 (tool-bar-setup): Adjust calls of tool-bar-add-item.
15400
15401 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
15402 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
15403 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
15404 icons, except up_arrow, which is left-arrow rotated.
15405
15406 * imenu.el (imenu-add-to-menubar): Fix last change.
15407
15408 2000-10-08 Peter Breton <pbreton@ne.mediaone.net>
15409
15410 * generic-x.el (rul-generic-mode): Remove eval-when-compile
15411 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
15412
15413 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
15414
15415 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
15416 typos in doc strings.
15417
15418 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
15419 the doc strings how to customize Font Lock faces.
15420
15421 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
15422 computing growth when dragging the header line.
15423
15424 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
15425
15426 * simple.el (kill-line): Doc fix.
15427
15428 2000-10-08 Miles Bader <miles@gnu.org>
15429
15430 * faces.el (secondary-selection): Make foreground visible on tty.
15431
15432 * jka-compr.el (auto-compression-mode): Move to the end of the
15433 file, because `define-minor-mode' actually calls the mode-function
15434 if the associated variable is non-nil, which requires that all
15435 needed functions be already defined.
15436 (with-auto-compression-mode): Add autoload cookie.
15437
15438 2000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
15439
15440 * files.el (find-backup-file-name) [ms-dos]: If support for long
15441 file names is not available, behave as if version-control were set
15442 to never.
15443
15444 2000-10-07 Dave Love <fx@gnu.org>
15445
15446 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
15447 (browse-url-gnome-moz): New function.
15448 (browse-url-browser-function): Use it.
15449 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
15450
15451 2000-10-07 Stefan Monnier <monnier@cs.yale.edu>
15452
15453 * indent.el (tab-always-indent): New var.
15454 (indent-for-tab-command): Use it.
15455
15456 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
15457 raise an error. This way it can still default to a sane value.
15458
15459 2000-10-06 Stefan Monnier <monnier@cs.yale.edu>
15460
15461 * startup.el (fancy-splash-screens): Use local rather than global map.
15462 Don't use `update-menu-bindings' any more.
15463 Get rid of assumptions about keymap representation.
15464
15465 2000-10-06 Dave Love <fx@gnu.org>
15466
15467 * textmodes/fill.el (sentence-end-double-space)
15468 (sentence-end-without-period): Doc fix.
15469 (adaptive-fill-regexp): Purecopy.
15470 (unjustify-current-line): Use line-end-position.
15471 (fill-individual-paragraphs-prefix): Use line-beginning-position.
15472
15473 * net/eudc-vars.el (eudc): Add :version, :link.
15474
15475 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
15476
15477 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
15478 Fix for define-minor-mode.
15479 (function-at-point): Alias to function-called-at-point.
15480
15481 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
15482
15483 * simple.el (backward-word): Doc fix.
15484
15485 * image-file.el (image-file-name-regexp): image-file-regexps ->
15486 image-file-name-regexps.
15487 (image-file-name-extensions): Add pbm.
15488
15489 2000-10-06 Stefan Monnier <monnier@cs.yale.edu>
15490
15491 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
15492 and add filename to the names so that diff-mode can jump to source.
15493
15494 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
15495 (tex-font-lock-keywords, tex-font-lock-keywords-2)
15496 (tex-font-lock-keywords-1): Remove.
15497 (font-lock-turn-on-thing-lock): Use jit-lock-register.
15498 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
15499 (font-lock-default-fontify-region):
15500 Expand beg..end correctly when just following a multiline region.
15501 (font-lock-fontify-anchored-keywords):
15502 Include the anchor text as part of the multiline.
15503
15504 2000-10-06 Gerd Moellmann <gerd@gnu.org>
15505
15506 * loadup.el (toplevel): Load `loaddefs' before `help' because the
15507 latter needs the autoloaded define-minor-mode macro during the
15508 bootstrap.
15509
15510 * startup.el (command-line): For now, activate tool-bar-mode only
15511 if XPM images are supported.
15512
15513 * mouse.el (mouse-drag-header-line): Don't allow resizing a
15514 window by dragging a header-line at the top of the frame; that's
15515 confusing because the header-line doesn't move.
15516 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
15517 of treating the event as a list. Some cleanup.
15518
15519 2000-10-06 Miles Bader <miles@gnu.org>
15520
15521 * simple.el (display-message-or-buffer): New function.
15522 (shell-command-on-region): Use `display-message-or-buffer'.
15523
15524 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
15525 docstring parts.
15526
15527 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
15528 (smbclient-prompt-regexp): Add usage note to doc string.
15529 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
15530 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
15531 Use add-hook for adding the comint filter function, and only do so
15532 if it's not already in the global hook list.
15533 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
15534 to `make-local-variable'.
15535 (nslookup-font-lock-keywords): Remove prompt entry.
15536 (nslookup): Don't set the process-filter.
15537 (finger): Exit the loop correctly when the regexps list runs out.
15538 (ftp, smbclient, smbclient-list-shares):
15539 Set the real major mode immediately, not after execing.
15540 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
15541
15542 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
15543
15544 2000-10-05 Stefan Monnier <monnier@cs.yale.edu>
15545
15546 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
15547
15548 * which-func.el (which-func-format): Remove spurious space.
15549 (which-func-mode): Don't make it permanent-local.
15550 (which-func-ff-hook): Allow which-func-maxout to be nil.
15551 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
15552 (which-func-mode): Simplify.
15553 Use post-command-idle-hook rather than post-command-hook.
15554 Go through all buffers and update their state.
15555 (which-function): Also try add-log-current-defun-function.
15556
15557 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
15558 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
15559 Update call to with-vc-properties accordingly.
15560 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
15561 (vc-revert-buffer): More careful about window selection and deletion.
15562 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
15563
15564 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
15565 (cvs-retrieve-revision): Reuse a pre-existing buffer.
15566 (cvs-dired-action): Change the default to quickdir.
15567
15568 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
15569 if comment-indent-function returns nil.
15570 (comment-indent-default): New function.
15571 (comment-indent-function): Use it and document the new semantics.
15572
15573 * image-file.el: Docstring fixes.
15574
15575 * help.el (help-xref-on-pp): Use match-string.
15576 (describe-variable): New arg BUFFER.
15577 Store the current buffer in the help-xref-stack.
15578 (temp-buffer-resize-mode): Use define-minor-mode.
15579
15580 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
15581 consistently with its docstring.
15582 Set jit-lock-first-unfontify-pos in an idempotent way.
15583 (jit-lock-register): Autoload and add arg CONTEXTUAL.
15584
15585 2000-10-05 Alex Schroeder <alex@gnu.org>
15586
15587 * sql.el (sql-mysql-options): New variable.
15588 (sql-mysql): Use it.
15589
15590 2000-10-05 Miles Bader <miles@lsi.nec.co.jp>
15591
15592 * image.el (image): New group.
15593
15594 * smerge-mode.el (smerge-mine-face, smerge-other-face)
15595 (smerge-base-face, smerge-markers-face): Add dark-background variants.
15596
15597 2000-10-04 Peter Breton <pbreton@ne.mediaone.net>
15598
15599 * net/net-utils.el (nslookup-font-lock-keywords)
15600 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
15601 Ignore the value of wqindow-system; always define keywords
15602
15603 2000-10-05 Kenichi Handa <handa@etl.go.jp>
15604
15605 * startup.el (fancy-splash-screens): Remove the code for
15606 debugging; `(trace-to-stderr "EXITTT\n")'.
15607
15608 2000-10-05 Miles Bader <miles@gnu.org>
15609
15610 * diff-mode.el (diff-goto-source): Update call to
15611 `diff-hunk-status-msg' to reflect new REV variable.
15612
15613 2000-10-04 Stefan Monnier <monnier@cs.yale.edu>
15614
15615 * progmodes/icon.el (icon-mode):
15616 Don't gratuitously override the default for comment-column.
15617
15618 * vc-hooks.el (vc-mode-line): Fix interactive spec.
15619
15620 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
15621 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
15622 (jit-lock-functions): New var.
15623 (jit-lock-function-1): Use it if non-nil.
15624 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
15625 Set the `fontified' property before doing the fontification to avoid
15626 repeatedly going through the same error.
15627 Don't turn errors into messages.
15628 (jit-lock-register, jit-lock-unregister): New functions.
15629
15630 * dired.el (dired-mark-pop-up): Turn comment into docstring.
15631 Use with-current-buffer.
15632
15633 * dired-aux.el (dired-do-create-files, dired-kill-tree):
15634 Turn comment into docstring.
15635
15636 * apropos.el (apropos-mode): Use define-derived-mode.
15637
15638 2000-10-04 Gerd Moellmann <gerd@gnu.org>
15639
15640 * startup.el (fancy-splash-pending-command): New variable.
15641 (fancy-splash-pre-command): New function.
15642 (fancy-splash-screens): Rewritten.
15643 (command-line-1): If fancy-splash-pending-command is set, call it
15644 interactively.
15645
15646 2000-10-04 Dave Love <fx@gnu.org>
15647
15648 * toolbar/tool-bar.el (tool-bar-setup): New function.
15649 (tool-bar-mode): Use it.
15650
15651 * subr.el (substitute-key-definition): Doc fix.
15652 (play-sound-file): New command.
15653
15654 2000-10-04 Andre Spiegel <spiegel@gnu.org>
15655
15656 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
15657 vc-version-backup-file-name): New functions.
15658
15659 * files.el (basic-save-buffer): Call vc-before-save before saving.
15660
15661 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
15662 vc-cvs-stay-local-p.
15663
15664 * vc.el (vc-revert-buffer): Handle empty diff properly.
15665 (vc-version-backup-file): New function.
15666 (vc-checkout): Create a version backup if necessary.
15667 (vc-checkin): If a version backup file exists, delete it.
15668 (vc-version-diff): Diff locally using version backups, if available.
15669 (vc-revert-file): If there's a version backup, revert locally.
15670 (vc-transfer-file): Use version backup for base version, if
15671 available. If not, ask for confirmation whether to get it from the
15672 server. Update mode line before check-in.
15673
15674 2000-10-04 Dave Love <fx@gnu.org>
15675
15676 * toolbar/tool-bar.el (tool-bar-setup): New function.
15677 (tool-bar-mode): Use it.
15678
15679 2000-10-04 Peter Breton <pbreton@ne.mediaone.net>
15680
15681 * net/net-utils.el (nslookup-font-lock-keywords)
15682 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
15683 Only set if window-system is non-nil
15684 (net-utils-run-program): Returns buffer.
15685 (network-connection-reconnect): Added this function.
15686
15687 * generic.el:
15688 Incorporates extensive cleanup and docfixes by
15689 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
15690 Uses cl compile-time macros.
15691 (generic-mode-name, generic-comment-list)
15692 (generic-keywords-list, generic-font-lock-expressions)
15693 (generic-mode-function-list, generic-mode-syntax-table):
15694 Removed variables.
15695 (generic-mode-alist): Renamed to generic-mode-list.
15696 (generic-find-file-regexp): Default changed to "^#".
15697 (generic-read-type): Uses completing read on generic-mode-list.
15698 (generic-mode-sanity-check): removed this function.
15699 (generic-add-to-auto-mode): Removed this function
15700 (generic-mode-internal): Bind mode-specific definitions
15701 into function instead of putting them in alist.
15702 (generic-mode-set-comments): Reworked extensively.
15703 (generic-mode-find-file-hook): Simplified regexp searching
15704 (generic-make-keywords-list): Omit extra pair of parens
15705
15706 * find-lisp.el (find-lisp-find-files-internal):
15707 Make sure directory name ends with "/".
15708
15709 * generic-x.el (apache-conf-generic-mode):
15710 Regexp now allows leading whitespace.
15711 (rc-generic-mode): Added eval-when-compile
15712 around generic-make-keywords-list.
15713 Deleted duplicate regexp
15714 (rul-generic-mode): Added eval-when-compile
15715 around generic-make-keywords-list.
15716 (etc-fstab-generic-mode): New generic mode.
15717 (rul-generic-mode): Removed one eval-when-compile
15718 which caused a max-specpdl-size exceeded error.
15719
15720 2000-10-04 Miles Bader <miles@gnu.org>
15721
15722 * simple.el (minibuffer-temporary-goal-position): New variable.
15723 (next-history-element): Try to keep the position of point in the
15724 input string constant.
15725
15726 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
15727 (dired-do-create-files): If there's only one file, pass it in as
15728 the DEFAULT arg to dired-mark-read-file-name.
15729
15730 2000-10-03 Stefan Monnier <monnier@cs.yale.edu>
15731
15732 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
15733 (diff-goto-source): Be smarter when choosing REVERSE or not.
15734
15735 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
15736 (texinfo-mode-menu): Add an explicit shortcut for update all.
15737
15738 2000-10-03 Andre Spiegel <spiegel@gnu.org>
15739
15740 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
15741 factorize backend-specific code cleanly (this was essentially
15742 conceived by Stefan Monnier).
15743 (vc-unregister): Function removed.
15744 (vc-revert-file): New function.
15745 (vc-revert-buffer): Delegate some of the work to it.
15746
15747 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
15748 default branch unconditionally.
15749 (vc-rcs-set-default-branch): New function.
15750 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
15751 (vc-rcs-checkin): If an appropriate default branch has been set,
15752 force creation of that branch.
15753 (vc-rcs-receive-file): Rewritten to contain only backend-specific
15754 code (as suggested by Stefan Monnier).
15755
15756 2000-10-02 Gerd Moellmann <gerd@gnu.org>
15757
15758 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
15759 highlighting overlay with a different face over the overlay
15760 isearch uses to highlight the current match because that can lead
15761 to bad face combinations.
15762
15763 * loadup.el (toplevel): Load faces before isearch.
15764
15765 * isearch.el (isearch-faces): New custom group.
15766 (isearch): New defface; was already tested for in the code.
15767 (isearch-lazy-highlight-face): Changed to defface from defcustom.
15768 (isearch-highlight): Always use face `isearch'.
15769
15770 2000-10-02 Dave Love <fx@gnu.org>
15771
15772 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
15773 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
15774 comparison of opcode with operand.
15775
15776 2000-10-03 Miles Bader <miles@gnu.org>
15777
15778 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
15779 buffer, since the echo area will now grow to accommodate them.
15780
15781 2000-10-02 Andre Spiegel <spiegel@gnu.org>
15782
15783 * vc-hooks.el (vc-registered): If FILE used to be registered under
15784 a certain backend, try that one first.
15785
15786 * vc.el (vc-responsible-backend): Undo the previous change in the
15787 argument list. Handle multiple backends correctly.
15788 (vc-find-new-backend): Function removed.
15789 (vc-register): Use vc-responsible-backend, as before.
15790 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
15791
15792 2000-10-02 Gerd Moellmann <gerd@gnu.org>
15793
15794 * startup.el (fancy-splash-head): Change message below the
15795 logo.
15796
15797 2000-10-02 Miles Bader <miles@lsi.nec.co.jp>
15798
15799 * diff-mode.el (diff-goto-source): Emit a status message.
15800 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
15801 (diff-test-hunk): Fix doc string.
15802 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
15803 (diff-advance-after-apply-hunk): New variable.
15804 (diff-apply-hunk): Don't return a value.
15805
15806 2000-10-01 Stefan Monnier <monnier@cs.yale.edu>
15807
15808 * vc.el (vc-editable-p): Minor optimization.
15809 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
15810 (vc-find-new-backend): New function split from vc-responsible-backend.
15811 (vc-register): Use it.
15812 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
15813 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
15814 (vc-default-unregister, vc-revert-buffer): Docstring fix.
15815 (vc-clear-headers): Don't use find-file.
15816 (vc-revert-buffer): Use `and' again (must have been a braino).
15817 (vc-switch-backend): Only prompt if requested.
15818 Short circuit if nothing is to be done.
15819 Don't use vc-resynch-buffer which could lose unsaved editing.
15820 (vc-default-receive-file): Update call to vc-unregister.
15821 (with-vc-file, vc-next-action-on-file):
15822 Use vc-backend rather than vc-registered.
15823 (vc-next-action-on-file): Use intern-soft.
15824 Deal with read-only *vc-diff* buffer.
15825 (vc-transfer-file): Docstring fix.
15826
15827 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
15828 (vc-rcs-receive-file): Avoid with-vc-properties.
15829 Update call to vc-unregister.
15830 Use constant `RCS' rather than (dynamically bound) var `backend'.
15831
15832 2000-10-01 Andre Spiegel <spiegel@gnu.org>
15833
15834 * vc.el (vc-next-action-on-file): Update mode line only if file
15835 is visited.
15836 (vc-start-entry): New argument initial-contents. Don't visit the file
15837 if it isn't already visited. Brought documentation up-to-date.
15838 (vc-next-action, vc-register): Updated calls to vc-start-entry.
15839 (vc-checkin): New optional arg initial-contents, which is passed to
15840 vc-start-entry.
15841 (vc-finish-logentry): Make sure to bury log buffer only if there
15842 really is one. Call `vc-resynch-buffer' on log-file, not
15843 buffer-file-name.
15844 (vc-default-comment-history, vc-default-wash-log): New functions.
15845 (vc-index-of): Removed.
15846 (vc-transfer-file): Make do without the above.
15847 (vc-default-receive-file): Call comment-history unconditionally. Pass
15848 the resulting string to vc-checkin, instead of inserting it into the
15849 comment ring.
15850
15851 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
15852 unconditionally. Use the comments as initial contents of the log
15853 entry buffer. Document the trick to force branch creation with no
15854 changes.
15855
15856 2000-10-01 Miles Bader <miles@gnu.org>
15857
15858 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
15859 `recenter' with an arg to prevent redrawing the display.
15860
15861 2000-09-30 Stefan Monnier <monnier@cs.yale.edu>
15862
15863 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
15864
15865 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
15866
15867 * progmodes/c-mode.el (c-mode):
15868 Don't gratuitously override the default for comment-column.
15869
15870 * textmodes/tex-mode.el (latex-metasection-list): New var.
15871 (latex-imenu-create-index): Use it.
15872 Move the regexp construction outside loops (and use push).
15873 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
15874 (tex-font-lock-keywords): Moved from font-lock.el.
15875 (tex-comment-indent): Remove.
15876 (tex-common-initialization): Don't set comment-indent-function.
15877 (latex-block-default): New var.
15878 (tex-latex-block): Use it to provide a default choice.
15879 Add any unknown choice to latex-block-names.
15880 Insert [...] after {...}.
15881 (tex-last-unended-begin): Simplify regexp.
15882 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
15883 (latex-forward-sexp-1, latex-forward-sexp): New functions.
15884 (latex-mode): Set forward-sexp-function.
15885
15886 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
15887 Add regexp for @ignore ... @end ignore.
15888 (texinfo-heading-face): New face.
15889 (texinfo-font-lock-keywords): Use it.
15890 (texinfo-mode-menu): New menu.
15891 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
15892 New functions.
15893 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
15894 (texinfo-section-types-regexp, texinfo-section-level-regexp)
15895 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
15896 Remove declaration.
15897 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
15898
15899 * delsel.el (delete-selection-mode): Use define-minor-mode.
15900
15901 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
15902
15903 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
15904
15905 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
15906
15907 2000-09-30 Gerd Moellmann <gerd@gnu.org>
15908
15909 * replace.el (keep-lines-read-args): New function.
15910 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
15911 read arguments interactively. Add parameters RSTART and REND.
15912 Operate on the active region in Transient Mark mode.
15913
15914 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
15915
15916 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
15917 (authors-obsolete-files-regexps): New variable.
15918 (authors-add): Don't record changes in obsolete files.
15919
15920 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
15921
15922 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
15923
15924 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
15925 (comment-indent): Make sure there's a space between code and comment.
15926 Shift comments left to avoid going past fill-column.
15927
15928 2000-09-29 Gerd Moellmann <gerd@gnu.org>
15929
15930 * startup.el (startup-echo-area-message): New function.
15931 (display-startup-echo-area-message): Use it.
15932 (fancy-splash-screens): Rewritten to use keymaps and a timer.
15933 (fancy-splash-default-action): New function.
15934 (fancy-splash-screens-1): New function.
15935 (fancy-splash-head): Put a help-echo and a keymap under the image.
15936
15937 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
15938
15939 * diff-mode.el (diff-add-log-file-name): Remove.
15940 (diff-mode): Use add-log-buffer-file-name-function.
15941
15942 * add-log.el (find-change-log): New arg BUFFER-FILE.
15943 (add-log-file-name): Obey add-log-file-name-function.
15944 (add-log-buffer-file-name-function): New var.
15945 (add-change-log-entry): Use it.
15946
15947 2000-09-29 Miles Bader <miles@gnu.org>
15948
15949 * image-file.el (image-file-name-extensions): New variable.
15950 (image-file-name-regexps): Renamed from `image-file-regexps'.
15951 New default value is nil. Call `auto-image-file-mode'.
15952 (image-file-name-regexp): New function.
15953 (auto-image-file-mode): New minor mode.
15954 (insert-image-file): Don't make conditional on the image-file
15955 handler being enabled.
15956 (image-file-handler): Make the call here conditional instead.
15957 (set-image-file-handler-enabled, enable-image-file-handler)
15958 (disable-image-file-handler): Functions removed.
15959
15960 * emacs-lisp/authors.el (authors-print): Rephrase many-files
15961 string.
15962
15963 2000-09-29 Gerd Moellmann <gerd@gnu.org>
15964
15965 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
15966 it's a function from CL.
15967 (latex-imenu-create-index): Replace eval-when-compile with progn
15968 because latex-section-alist is not bound while compiling.
15969
15970 2000-09-28 Stefan Monnier <monnier@cs.yale.edu>
15971
15972 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
15973 (outline-mode): Use define-derived-mode.
15974
15975 * progmodes/perl-mode.el (perl-mode):
15976 * progmodes/awk-mode.el (awk-mode):
15977 * progmodes/asm-mode.el (asm-mode):
15978 Don't gratuitously override the default for comment-column.
15979
15980 * emacs-lisp/lisp.el (lisp-complete-symbol):
15981 Distinguish the let-binding case from the funcall case.
15982 (forward-sexp-function): New variable.
15983 (forward-sexp): Use it.
15984
15985 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
15986 (easy-mmode-defmap): Remove the now useless autoload.
15987
15988 * time.el (display-time-mode): Use define-minor-mode.
15989
15990 * subr.el (add-minor-mode): Don't eval NAME.
15991 Don't depend on the presence of TOGGLE-FUN for any special behavior.
15992 Use if rather than cond.
15993
15994 * simple.el (read-expression-map): Define more properly.
15995 (comment-indent-hook): Remove.
15996 (string-to-syntax): Bug fix.
15997
15998 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
15999 (cvs-ediff-diff): Fix typo.
16000 (cvs-revert-if-needed): Don't bother preserving read-only.
16001
16002 * paren.el (show-paren-mode): Use define-minor-mode.
16003
16004 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
16005 (toggle-auto-compression): Remove.
16006 (jka-compr-build-file-regexp): Remove useless grouping.
16007
16008 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
16009 Avoid user-reserved bindings.
16010 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
16011 (diff-header-face): Revert to grey85.
16012
16013 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
16014
16015 * complete.el (partial-completion-mode) <defcustom>: Remove.
16016 (partial-completion-mode): Use define-minor-mode.
16017 (PC-do-completion): Understand `completion-auto-help = delay'
16018 to mean to popup the completion buffer only the second time.
16019 (PC-include-file-all-completions, PC-include-file-all-completions)
16020 (PC-include-file-all-completions): Don't quote lambda.
16021
16022 * comint.el (comint-mode-hook): Docstring fix.
16023 (comint-mode): Use define-derived-mode.
16024 (comint-mode-map): Remove obsolete comment.
16025 (make-comint): Minor stylistic change.
16026 (comint-insert-clicked-input): Be more careful to find the overlay.
16027 Use this-command-keys rather than hardcoding mouse-2.
16028
16029 * font-lock.el: Replace confusing (,@ with ,
16030 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
16031 Don't use regexp-opt-depth. Spice up the regexp for args.
16032 Don't distinguish between cmds that can take an opt arg or not.
16033 Use `append' and `prepend' rather than `keep'.
16034
16035 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
16036 (latex-outline-regexp): New var.
16037 (latex-outline-level): New fun.
16038 (latex-section-alist): New var.
16039 (latex-imenu-create-index): Use it. Use `push' as well.
16040 (tex-shell-map): Initialize it properly.
16041 (tex-mode): Minor stylistic change.
16042 (plain-tex-mode): Use define-derived-mode.
16043 (latex-mode): Use define-derived-mode.
16044 Construct the paragraph regexps in a more readable way.
16045 Set the buffer-local outline-{level,regexp} vars.
16046 (slitex-mode): Derive from latex-mode.
16047 (tex-common-initialization): Don't kill-all-vars anymore.
16048 Add setting for comment-add and font-lock-defaults.
16049 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
16050 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
16051 (tex-start-tex): New arg DIR (and send a chdir command for it).
16052 Also display the shell buffer and save it in tex-last-buffer-texed.
16053 (tex-region): Use expand-file-name rather than concat.
16054 Remove code made useless by changes in tex-start-tex.
16055 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
16056
16057 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
16058
16059 2000-09-28 Dave Love <fx@gnu.org>
16060
16061 * eshell/eshell.el (eshell) <defgroup>: Add :version.
16062
16063 2000-09-28 Gerd Moellmann <gerd@gnu.org>
16064
16065 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
16066 `append'.
16067
16068 2000-09-28 Stefan Monnier <monnier@cs.yale.edu>
16069
16070 * info.el (Info-extract-pointer): Undo last change.
16071 Instead, fix the position of the `bound' arg to re-search-backward.
16072
16073 2000-09-27 Stefan Monnier <monnier@cs.yale.edu>
16074
16075 * info.el (Info-extract-pointer):
16076 Widen more carefully, to avoid finding pointers in other nodes.
16077 (Info-index): Use push.
16078
16079 2000-09-27 Gerd Moellmann <gerd@gnu.org>
16080
16081 * frame.el (set-frame-font): Remove call to obsolete function
16082 frame-update-faces.
16083 (set-foreground-color, set-background-color): Likewise for
16084 frame-update-face-colors.
16085
16086 2000-09-27 Miles Bader <miles@gnu.org>
16087
16088 * image-file.el: New file.
16089
16090 2000-09-27 Gerd Moellmann <gerd@gnu.org>
16091
16092 * frame.el (frame-notice-user-settings): Don't call
16093 frame-update-faces, which is a no-op now.
16094
16095 * ediff-wind.el (ediff-control-frame-parameters): Add zero
16096 tool-bar-lines.
16097
16098 2000-09-27 Dave Love <fx@gnu.org>
16099
16100 * mouse.el: Fix last change.
16101
16102 2000-09-27 Miles Bader <miles@lsi.nec.co.jp>
16103
16104 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
16105
16106 2000-09-22 Kenichi Handa <handa@etl.go.jp>
16107
16108 * international/quail.el (quail-help): The output message is
16109 improved.
16110
16111 2000-09-26 Dave Love <fx@gnu.org>
16112
16113 * mouse.el (popup-menu): If POSITION is nil, set it using
16114 mouse-position.
16115
16116 2000-09-25 Sam Steingold <sds@gnu.org>
16117
16118 * net/browse-url.el (browse-url-file-url): Check for null maps.
16119
16120 2000-09-26 Gerd Moellmann <gerd@gnu.org>
16121
16122 * frame.el (frame-notice-user-settings): Don't add a
16123 tool-bar-lines frame parameter to default-frame-alist in batch mode.
16124
16125 * frame.el (frame-notice-user-settings):
16126 Make tool-bar-mode and default-frame-alist consistent.
16127
16128 * toolbar/tool-bar.el (tool-bar-help): New function.
16129
16130 2000-09-25 Gerd Moellmann <gerd@gnu.org>
16131
16132 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
16133 current-load-list in top-level forms. Else this leaks a cons cell
16134 every time a defun is called.
16135
16136 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
16137
16138 2000-09-25 Dave Love <fx@gnu.org>
16139
16140 * startup.el (fancy-splash-head): Check XPM is available.
16141
16142 * autoinsert.el (auto-insert): Doc fix.
16143 (auto-insert-alist): Following GNU notices, don't say `copyright
16144 _by_'. Use line-beginning-position.
16145 (auto-insert): Check buffer-file-name is non-nil before use.
16146
16147 2000-09-25 Gerd Moellmann <gerd@gnu.org>
16148
16149 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
16150 starting with `@def' or `@multitable', in addition to ones
16151 specified by the user in auto-fill-inhibit-regexp.
16152
16153 2000-09-25 Markus Rost <rost@math.ohio-state.edu>
16154
16155 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
16156 rmail-dont-reply-to-names matches the empty string.
16157
16158 2000-09-25 Gerd Moellmann <gerd@gnu.org>
16159
16160 * startup.el (command-line-1, fancy-splash-text): Change the
16161 text to sound more friendly.
16162
16163 2000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
16164
16165 * progmodes/hideshow.el: Update author email address.
16166 Generally, sync w/ maintainer version 5.22.
16167 (hs-hide-all-non-comment-function): New var.
16168 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
16169 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
16170 (hs-show-region): Delete this command.
16171 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
16172
16173 2000-09-22 Dave Love <fx@gnu.org>
16174
16175 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
16176 (hl-line-highlight): Specify buffer when moving overlay.
16177
16178 * progmodes/fortran.el (fortran-mode): Locally set
16179 normal-auto-fill-function.
16180 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
16181 (fortran-mode-map): Adjust auto-fill menu entry.
16182
16183 2000-09-22 Gerd Moellmann <gerd@gnu.org>
16184
16185 * vc-rcs.el (toplevel): Require `vc' when compiling.
16186
16187 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
16188
16189 2000-09-22 Andre Spiegel <spiegel@gnu.org>
16190
16191 * vc.el (vc-switch-backend): Signal an error if the file is not
16192 registered under the new backend.
16193
16194 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
16195 without explicit revision number.
16196
16197 2000-09-21 Stefan Monnier <monnier@cs.yale.edu>
16198
16199 * diff-mode.el (diff-file-header-face): Reset to its previous value.
16200 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
16201 (diff-xor): New function.
16202 (diff-find-source-location): Use it. Fix a stupid name clash.
16203 (diff-hunk-status-msg): New function.
16204 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
16205 (diff-test-hunk): Use diff-find-source-location.
16206 (diff-goto-source): Favor the `reverse'.
16207 (diff-hunk-text): Properly handle one-sided context diffs.
16208 (diff-apply-hunk): When done, advance to the next hunk.
16209
16210 2000-09-21 Gerd Moellmann <gerd@gnu.org>
16211
16212 * startup.el (command-line): If frame was created with a non-zero
16213 tool-bar-lines parameter, switch tool-bar-mode on.
16214
16215 * add-log.el (change-log-date-face, change-log-name-face)
16216 (change-log-email-face, change-log-file-face)
16217 (change-log-list-face, change-log-conditionals-face)
16218 (change-log-function-face, change-log-acknowledgement-face):
16219 New faces, inheriting from font-lock faces.
16220 (change-log-font-lock-keywords): Use them.
16221
16222 2000-09-21 Dave Love <fx@gnu.org>
16223
16224 * progmodes/cperl-mode.el (top-level): Clean up
16225 `eval-when-compile's and assorted defvars.
16226 (cperl-invalid-face): Don't double-quote value. Change custom
16227 type.
16228 (cperl-mode): Set normal-auto-fill-function and don't zap
16229 auto-fill-function.
16230 (cperl-imenu--function-name-regexp-perl): Renamed from
16231 imenu-example--function-name-regexp-perl.
16232 (cperl-imenu--create-perl-index): Renamed from
16233 imenu-example--create-perl-index.
16234 (cperl-xsub-scan): Don't require cl.
16235
16236 * msb.el (msb-mode-map): Use substitute-key-definition.
16237 (msb-mode): Use msb-mode-map.
16238
16239 2000-09-21 Andre Spiegel <spiegel@gnu.org>
16240
16241 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
16242 New functions.
16243 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
16244 (vc-switch-backend): New function.
16245 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
16246 (vc-register): Fix prompt.
16247 (vc-unregister, vc-default-unregister): New functions.
16248 (vc-version-diff): Handle empty buffer in sentinel.
16249
16250 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
16251 (vc-rcs-state-heuristic): Use it to guess the state of files with
16252 non-strict locking.
16253 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
16254 been set with -b, but not created yet.
16255 (vc-rcs-fetch-master-state): With non-strict locking, compare file
16256 contents in order to find the state.
16257 (vc-rcs-checkin): Allow creation of branches with no changes.
16258 (vc-rcs-unregister, vc-rcs-receive-file)
16259 (vc-rcs-set-non-strict-locking): New functions.
16260
16261 * vc-hooks.el (vc-name): Force correct computation of the value
16262 in case it is missing.
16263
16264 2000-09-21 Gerd Moellmann <gerd@gnu.org>
16265
16266 * startup.el (fancy-splash-tail): Use a different foreground
16267 color on a dark frame background.
16268
16269 2000-09-21 Miles Bader <miles@lsi.nec.co.jp>
16270
16271 * info.el: Use the correct capitalization when making Info-mode
16272 and Info-edit-mode `special' modes.
16273
16274 2000-09-20 Stefan Monnier <monnier@cs.yale.edu>
16275
16276 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
16277 (diff-mode): Add support for add-log.el.
16278 (diff-hunk-text): Use char offsets rather than line offsets.
16279 (diff-find-source-location): Replace LINE with line-offset (nil
16280 if not found) and always set POS to a meaningful position.
16281 Adapt to the new char-offsets.
16282 (diff-apply-hunk): Drop support for the unused `select' POPUP.
16283 Adapt to the new diff-find-source-location.
16284 (diff-goto-source): Adapt to the new diff-find-source-location.
16285
16286 * add-log.el (add-log-file-name): New function (split out of
16287 add-change-log-entry).
16288 (add-change-log-entry): Use it.
16289 Call add-log-file-name-function with the changelog file name if
16290 the current buffer is not associated with any file.
16291 Avoid find-file if the selected window is dedicated.
16292
16293 * diff-mode.el (diff-find-source-location):
16294 Move code from diff-apply-hunk. Return buffer rather than file.
16295 (diff-apply-hunk): Use the new result from diff-find-source-location.
16296 (diff-goto-source): Use the new diff-find-source-location.
16297
16298 2000-09-20 Dave Love <fx@gnu.org>
16299
16300 * iswitchb.el: Some doc fixes.
16301 (iswitchb-mode-map): Define completely initially. Inherit
16302 minibuffer-local-map.
16303 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
16304 fundamental-mode.
16305 (iswitchb-global-map): New variable.
16306 (iswitchb-summaries-to-end): Amalgamate regexps.
16307 (iswitchb-mode): New.
16308 (iswitchb-mode-hook): New variable.
16309 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
16310 `extensions'.
16311
16312 2000-09-20 Gerd Moellmann <gerd@gnu.org>
16313
16314 * ehelp.el (electric-help): New defgroup.
16315 (electric-help-shrink-window): New user-option.
16316 (with-electric-help): Use it.
16317
16318 * window.el (shrink-window-if-larger-than-buffer): If face
16319 `mode-line' has a :box, and we're on a graphical frame, add 1
16320 to the needed window height.
16321
16322 * frame.el (frame-notice-user-settings): Add a last parameter nil
16323 to a call to `append', because the last list passed to `append' is
16324 not copied, and so subsequent calls to assq-delete-all will modify
16325 default-frame-alist.
16326
16327 * startup.el (fancy-splash-image): Change :type.
16328 (fancy-splash-head): Use an XBM image if appropriate.
16329 (command-line-1): Show splash screens in more cases.
16330
16331 * startup.el (fancy-splash-text): Don't quote faces.
16332
16333 * dired.el (dired-font-lock-keywords): Undo last change.
16334 (dired-readin): Bind indent-tabs-mode to nil.
16335
16336 * startup.el (fancy-splash-head): If frame's background mode
16337 is `dark', change the black background of the image to gray.
16338 (fancy-splash-screens): Display startup echo area message.
16339 (display-startup-echo-area-message): New function.
16340
16341 2000-09-20 Miles Bader <miles@lsi.nec.co.jp>
16342
16343 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
16344
16345 * info.el (info-header-node): Tweak for color ttys.
16346
16347 * faces.el (face-valid-attribute-values): Make sure directories we
16348 search for stipples both exist and are readable before trying to
16349 search them.
16350
16351 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
16352 in the dry-run case.
16353
16354 * jka-compr.el (with-auto-compression-mode): New macro.
16355
16356 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
16357 (custom-group-tag-face, custom-variable-tag-face): Use relative
16358 :height and inherit from `variable-pitch' face instead of
16359 hardwiring :family.
16360 * hi-lock.el (hi-black-hb): Likewise.
16361
16362 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
16363 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
16364 toolbar-add-item, if image doesn't have a mask add a `:mask
16365 heuristic'.
16366
16367 2000-09-19 Stefan Monnier <monnier@cs.yale.edu>
16368
16369 * diff-mode.el: Docstring fixes.
16370 (diff-header-face, diff-comment-face): New faces.
16371 (diff-font-lock-keywords): Highlight a bit differently.
16372 (diff-find-source-location): Don't return SPAN any more.
16373 (diff-hunk-text): Don't bother erasing the temp buffer.
16374 (diff-find-text): Drop argument LINE.
16375 (diff-apply-hunk): Update calls to diff-find-text.
16376 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
16377
16378 * calendar/calendar.el: Docstring fixes.
16379 (calendar-make-alist): Don't quote lambda.
16380 (calendar-star-date): Use make-local-variable.
16381
16382 2000-09-19 Dave Love <fx@gnu.org>
16383
16384 * toolbar/tool-bar.el: Renamed from toolbar.el.
16385 Change `toolbar' to `tool-bar' generally in symbols.
16386 Make some items invisible in `special' major modes.
16387 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
16388 Add arg PROPS.
16389
16390 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
16391 Add :version here.
16392 (fancy-splash-delay, fancy-splash-image): Remove :version here.
16393
16394 2000-09-19 Gerd Moellmann <gerd@gnu.org>
16395
16396 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
16397
16398 * files.el (find-file-suppress-same-file-warnings): New user-option.
16399 (find-file-noselect): Use it.
16400
16401 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
16402 (fancy-splash-screen): Defgroup.
16403
16404 * add-log.el (change-log-font-lock-keywords): Match names
16405 more exactly for the case that font-lock-constant-face is
16406 underlined.
16407
16408 2000-09-19 Richard M. Stallman <rms@gnu.org>
16409
16410 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
16411
16412 2000-09-19 Andre Spiegel <spiegel@gnu.org>
16413
16414 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
16415
16416 2000-09-19 Gerd Moellmann <gerd@gnu.org>
16417
16418 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
16419 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
16420 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
16421 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
16422 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
16423 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
16424 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
16425 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
16426 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
16427 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
16428 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
16429 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
16430
16431 * startup.el (fancy-splash-text): New variable.
16432 (fancy-splash-delay, fancy-splash-image): New user-options.
16433 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
16434 (fancy-splash-screens): New functions.
16435 (command-line-1): If display has a `display' frame parameter, has
16436 colors, and we have XPM support, show more fancy splash screens.
16437
16438 2000-09-19 Dave Love <fx@gnu.org>
16439
16440 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
16441 with null `help'. Use modern backquote syntax.
16442
16443 2000-09-19 Gerd Moellmann <gerd@gnu.org>
16444
16445 * font-lock.el (font-lock-mode): Change message telling the user
16446 that ``the buffer is too big''.
16447
16448 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
16449 for instance for the case that tab-width is 2.
16450
16451 2000-09-18 Gerd Moellmann <gerd@gnu.org>
16452
16453 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
16454 toolbar-add-item, if image doesn't have a mask add a `:mask
16455 heuristic'.
16456
16457 2000-09-18 Miles Bader <miles@lsi.nec.co.jp>
16458
16459 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
16460 and return a cons if it's non-nil.
16461 (diff-apply-hunk): Try to jump to the line in the source text
16462 corresponding to the position of point in the in the hunk.
16463
16464 * info.el (Info-title-3-face, Info-title-2-face)
16465 (Info-title-1-face): Use face inheritance and relative sizes
16466 instead of hard-wiring things.
16467
16468 * faces.el (secondary-selection): Make dark-background variant sane.
16469
16470 2000-09-16 Andrew Innes <andrewi@gnu.org>
16471
16472 * makefile.w32-in (compile-files-CMD): No need to make .elc files
16473 read-only, since they aren't under VC now.
16474
16475 2000-09-17 Dave Love <fx@gnu.org>
16476
16477 * tmm.el: Replace mapcar with mapc in several places.
16478
16479 * loadhist.el (unload-feature): Maybe call elp-restore-list and
16480 ad-unadvise.
16481
16482 * international/latin1-disp.el: New file.
16483
16484 * calendar/cal-move.el (scroll-calendar-left)
16485 (scroll-calendar-right): Make arg optional (for active mode line).
16486
16487 * calendar/calendar.el (calendar-mode-line-format): Make fields
16488 mouse-sensitive.
16489 (calendar-read-date, calendar-read-date, calendar-window-list):
16490 Unquote lambda.
16491 (calendar-month-name): Use aref, not sref.
16492
16493 * view.el (minor-mode-alist): Propertize the string.
16494
16495 * international/characters.el (standard-case-table): Add entries
16496 for Greek.
16497
16498 2000-09-18 Miles Bader <miles@gnu.org>
16499
16500 * info.el (info-node, info-xref): Add dark-background variants.
16501
16502 * faces.el (header-line): Change defaults to be less confusing
16503 when mixed with mode-lines.
16504
16505 * info.el (Info-fontify-node): Make a few cleanups.
16506 Add extra `help-echo' and `local-map' props to node xrefs.
16507 Use header-specific faces for node-names & xrefs.
16508 (Info-use-header-line): New variable.
16509 (info-header-xref, info-header-node): New faces.
16510 (Info-setup-header-line): New function.
16511 (Info-select-node): Call Info-setup-header-line when enabled.
16512 (Info-extract-pointer): Work even if the header line is hidden.
16513 (Info-header-line): New variable.
16514
16515 2000-09-16 Stefan Monnier <monnier@cs.yale.edu>
16516
16517 * vms-patch.el (print-region-function): Don't quote lambda.
16518
16519 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
16520
16521 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
16522 (lm-get-header-re): Allow spaces between the header and the colon.
16523 (lm-header): Allow $ in non-RCS headers.
16524 (lm-header-multiline): Put the strings back into order.
16525 Stop at an empty line. Don't require two space chars if the
16526 line is clearly not another header line.
16527
16528 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
16529 (popup-menu-popup): Remove.
16530
16531 2000-09-15 Gerd Moellmann <gerd@gnu.org>
16532
16533 * toolbar/toolbar.el (toolbar-add-item): Use the same image
16534 specification if or if not tool-bar item contains an `:enabled'
16535 property.
16536
16537 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
16538 current buffer has no file name.
16539
16540 2000-09-15 Dave Love <fx@gnu.org>
16541
16542 * strokes.el: Sync with maintainer's current version with changes
16543 for Emacs, but avoid runtime cl and levents.
16544 (toplevel): Change autoloads and compilation requires.
16545 (strokes-version, strokes-bug-address, strokes-lift): Values
16546 changed.
16547 (strokes-xpm-header, strokes-insinuated): New variable.
16548 (strokes): Add :link.
16549 (strokes-mode): Customized.
16550 (strokes-while-inhibiting-garbage-collector): New macro.
16551 (strokes-remassoc): Avoid remove-if.
16552 (strokes-fix-button2-command): Don't use ad-do-it.
16553 (strokes-insinuate): New function.
16554 (strokes-button-press-event-p, strokes-button-release-event-p):
16555 New functions, used instead of non-`strokes-' versions..
16556 (strokes-mouse-event-p): Rewritten.
16557 (strokes-event-closest-point): Avoid event-point.
16558 (strokes-get-grid-position): Avoid cdadr, caadr
16559 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
16560 functions.
16561 (strokes-help): Use with-output-to-temp-buffer.
16562 (strokes-window-configuration-changed-p): New function.
16563 (strokes-update-window-configuration): Use buffer-live-p,
16564 strokes-window-configuration-changed-p.
16565 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
16566 (strokes-char-face): New face.
16567 (strokes-char-table, strokes-base64-chars): New variable.
16568 (strokes-xpm-for-stroke, strokes-list-strokes)
16569 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
16570 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
16571 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
16572 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
16573 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
16574 functions.
16575
16576 2000-09-15 Gerd Moellmann <gerd@gnu.org>
16577
16578 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
16579
16580 * image.el (create-image): Doc fix.
16581
16582 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
16583 instead of `:heuristic-mask t'.
16584
16585 2000-09-14 Andrew Innes <andrewi@gnu.org>
16586
16587 * makefile.w32-in: Revert to Unix line endings.
16588
16589 2000-09-14 Andrew Innes <andrewi@gnu.org>
16590
16591 * makefile.w32-in: Add bootstrap support. Also copy lisp source
16592 when installing.
16593
16594 * makefile.nt (DONTCOMPILE): Fix typo.
16595
16596 * shell.el (shell-write-history-on-exit): New function.
16597 (shell-dumb-shell-regexp): New custom variable.
16598 (shell-mode): Make shell-write-history-on-exit the process
16599 sentinel if shell name matches shell-dumb-shell-regexp.
16600
16601 * w32-fns.el: Comment out before-init-hook function which resets
16602 source-directory based; this breaks bootstrap.
16603
16604 2000-09-14 Dave Love <fx@gnu.org>
16605
16606 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
16607 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
16608 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
16609 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
16610 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
16611 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
16612 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
16613 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
16614 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
16615
16616 * toolbar/toolbar.el: New.
16617
16618 * subdirs.el: Add toolbar.
16619
16620 2000-09-14 Gerd Moellmann <gerd@gnu.org>
16621
16622 * indent.el (indent-for-tab-command): Doc fix.
16623
16624 2000-09-14 Alex Schroeder <alex@gnu.org>
16625
16626 * ansi-color.el (ansi-colors): Doc change.
16627 (ansi-color-get-face): Simplified regexp.
16628 (ansi-color-faces-vector): Added more faces, doc change.
16629 (ansi-color-names-vector): Doc change.
16630 (ansi-color-regexp): Simplified regexp.
16631 (ansi-color-parameter-regexp): New regexp.
16632 (ansi-color-filter-apply): Doc change.
16633 (ansi-color-filter-region): Doc change.
16634 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
16635 deal with zero length parameters.
16636 (ansi-color-apply-on-region): Doc change.
16637 (ansi-color-map): Doc change.
16638 (ansi-color-map-update): Removed debugging message.
16639 (ansi-color-get-face-1): Added condition-case to trap
16640 args-out-of-range errors.
16641 (ansi-color-get-face): Doc change.
16642 (ansi-color-make-face): Removed.
16643 (ansi-color-for-shell-mode): New option.
16644
16645 2000-09-13 Kenichi Handa <handa@etl.go.jp>
16646
16647 * international/quail.el (quail-start-translation): Translate KEY
16648 if necessary even if it doesn't have any mapping in the current
16649 input method.
16650 (quail-start-conversion): Likewise.
16651 (quail-help): The output message is improved.
16652
16653 2000-09-13 Miles Bader <miles@gnu.org>
16654
16655 * comint.el (comint-output-filter): Revert to using
16656 `insert-before-markers'. Add bletcherous hack to undo damage
16657 caused by `insert-before-markers'. Put `front-sticky' property on
16658 overlays created here so that the field code understands how the
16659 overlay works. Use a let when making comint-last-prompt-overlay,
16660 so that the code is easier to read.
16661
16662 2000-09-13 Dave Love <fx@gnu.org>
16663
16664 * wid-edit.el (widget-default-format-handler): DTRT when
16665 doc-property is a function.
16666
16667 2000-09-12 Francesco Potorti` <pot@gnu.org>
16668
16669 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
16670 filed name if it's not there.
16671
16672 2000-09-12 Dave Love <fx@gnu.org>
16673
16674 * simple.el (read-mail-command): Doc fix.
16675 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
16676
16677 * vc.el (vc-dired-listing-switches): Fix :version.
16678
16679 * vc-hooks.el: Doc fixes.
16680
16681 * subr.el (add-minor-mode): Use toggle-fun arg.
16682
16683 * speedbar.el: Add :version to several defcustoms.
16684
16685 * imenu.el (imenu--truncate-items, imenu--cleanup)
16686 (imenu--generic-function): Avoid mapcar.
16687 (imenu--replace-spaces): Function removed.
16688 (imenu--completion-buffer): Use subst-char-in-string.
16689 (imenu-add-to-menubar): Use keymap inheritance.
16690
16691 2000-09-12 Miles Bader <miles@gnu.org>
16692
16693 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
16694 (diff-mode-map): Bind `diff-test-hunk'.
16695 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
16696
16697 2000-09-11 Gerd Moellmann <gerd@gnu.org>
16698
16699 * bytecomp.el (byte-compile-defvar): Undo last change
16700 because it breaks '(make-variable-buffer-local (defvar ...)'
16701 which is used at least in dired.
16702
16703 2000-09-12 Kenichi Handa <handa@etl.go.jp>
16704
16705 * international/quail.el (quail-define-package): Docstring
16706 modified.
16707
16708 2000-09-12 Kenichi Handa <handa@etl.go.jp>
16709
16710 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
16711 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
16712 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
16713 docstring of "chinese-py".
16714
16715 * international/quail.el (quail-translation-docstring): New
16716 variable.
16717 (quail-show-keyboard-layout): Docstring modified.
16718 (quail-select-current): Likewise.
16719 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
16720 infinite recursive call.
16721 (quail-help): Check quail-translation-docstring. Format of the
16722 output changed.
16723 (quail-help-insert-keymap-description): Adjusted for the above
16724 change.
16725
16726 2000-09-11 Gerd Moellmann <gerd@gnu.org>
16727
16728 * bytecomp.el (byte-compile-defvar): Only cons onto
16729 current-load-list in top-level forms. Else this leaks a cons cell
16730 every time a defun is called.
16731
16732 2000-09-11 Miles Bader <miles@lsi.nec.co.jp>
16733
16734 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
16735 Now understands non-unified diffs. Some functionality moved into
16736 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
16737 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
16738 modify anything. Only reposition point in the patched file if the
16739 patch succeeds. Only pop up another window if POPUP is true.
16740 Emit a message describing what happened if successful, and at what
16741 line-offset. Automatically detect reversed hunks and do something
16742 appropriate.
16743 (diff-hunk-text, diff-find-text): New functions.
16744 (diff-filter-lines): Function removed.
16745 (diff-test-hunk): New function.
16746 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
16747
16748 2000-09-10 Dave Love <fx@gnu.org>
16749
16750 * textmodes/tildify.el: Minor doc/commentary fixes.
16751 (tildify) <defgroup>: Add :version.
16752
16753 * faces.el (face-x-resources): Make custom type more specific.
16754 (frame-background-mode): Use mapc.
16755 (region) <defcustom>: Add :version.
16756
16757 2000-09-08 Stefan Monnier <monnier@cs.yale.edu>
16758
16759 * vc-sccs.el (vc-sccs-register):
16760 * vc-rcs.el (vc-rcs-register):
16761 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
16762 * vc.el (vc-register): Clear file's properties.
16763
16764 2000-09-08 Gerd Moellmann <gerd@gnu.org>
16765
16766 * faces.el (face-spec-set): Only face-spec-reset-face when
16767 ATTRS is non-nil.
16768
16769 2000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
16770
16771 * help.el (help-insert-xref-button): Fix a typo in doc string.
16772
16773 2000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
16774
16775 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
16776 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
16777 methods.
16778
16779 * menu-bar.el (read-mail-item-name): New function.
16780 (menu-bar-tools-menu): Use it to compute and display the package
16781 used to read email.
16782 (menu-bar-tools-menu): Fix typo in GUD's help string.
16783
16784 2000-09-07 Dave Love <fx@gnu.org>
16785
16786 * diff-mode.el (diff-mouse-goto-source): New function.
16787
16788 * vc-sccs.el: Doc fixes.
16789 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
16790
16791 * vc-rcs.el: Doc fixes.
16792 (vc-rcs-register-switches, vc-rcs-checkin-switches)
16793 (vc-rcs-checkout-switches, vc-rcs-header)
16794 (vc-rcs-master-templates): Add or change :version.
16795
16796 * vc-cvs.el: Doc fixes.
16797 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
16798 (vc-cvs-stay-local): Add :version.
16799
16800 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
16801
16802 2000-09-07 Kenichi Handa <handa@etl.go.jp>
16803
16804 * international/quail.el (quail-help): Fix previous change.
16805
16806 2000-09-07 Gerd Moellmann <gerd@gnu.org>
16807
16808 * faces.el (color-values): Doc fix.
16809
16810 * faces.el (frame-set-background-mode): Use frame-parameter
16811 instead of frame-parameters.
16812
16813 * frame.el (filtered-frame-list): Reduce consing.
16814 (frames-on-display-list): Call frame-parameter instead of
16815 frame-parameters.
16816
16817 2000-09-07 Kenichi Handa <handa@etl.go.jp>
16818
16819 * language/devan-util.el (devanagari-to-indian-region): In the
16820 loop, change the following char, not preceding char.
16821
16822 2000-09-07 Gerd Moellmann <gerd@gnu.org>
16823
16824 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
16825 instead of frame-parameters.
16826
16827 * faces.el (set-face-attribute): Simplify by calling
16828 internal-set-lisp-face-attribute with FRAME being 0.
16829
16830 * vc.el: Remove `Id' version control keyword.
16831
16832 2000-09-07 Kenichi Handa <handa@etl.go.jp>
16833
16834 * help.el (help-make-xrefs): Adjusted for the change of
16835 help-xref-mule-regexp.
16836 (help-insert-xref-button): New function.
16837
16838 * international/mule-cmds.el (help-xref-mule-regexp-template):
16839 Include the pattern for character set.
16840 (leim): New group.
16841
16842 * international/quail.el: Don't require face.
16843 (quail): New group.
16844 (quail-other-command): Dummy command to make quail-help work better.
16845 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
16846 (quail-keyboard-layout-substitution): New variable.
16847 (quail-update-keyboard-layout): New function.
16848 (quail-keyboard-layout-type): New customizable variable.
16849 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
16850 (quail-keyboard-translate): Pay attention to
16851 quail-keyboard-layout-substitution.
16852 (quail-insert-kbd-layout): New function.
16853 (quail-show-keyboard-layout): New function.
16854 (quail-get-translation): If the definition is a vector of length
16855 1, and the element is a string of length 1, return the character
16856 in that string.
16857 (quail-update-current-translations): Fix the case of
16858 relative-index out of range.
16859 (quail-build-decode-map, quail-insert-decode-map): New Functions.
16860 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
16861 Show key sequences for all available characters.
16862 (quail-help-insert-keymap-description): Don't show such verbose
16863 key bindings as quail-self-insert-command.
16864
16865 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
16866 Format changed, and each element now have extra documentations.
16867 (tit-process-header): Delete invalid characters from TIT-PROMPT.
16868 Adjusted for the change of quail-cxterm-package-ext-info.
16869
16870 2000-09-06 Gerd Moellmann <gerd@gnu.org>
16871
16872 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
16873 requiring it leads to a recursive loading of vc.el and vc-hooks.el
16874 during bootstrap.
16875
16876 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
16877
16878 * vc.el: (toplevel): Don't require `dired' at run-time.
16879 (vc-dired-resynch-file): Remove autoload cookie.
16880
16881 2000-09-05 Andre Spiegel <spiegel@gnu.org>
16882
16883 * vc.el: Made several backend functions optional.
16884 (vc-default-responsible-p): New function.
16885 (vc-merge): Use RET for first version to trigger merge-news, not
16886 prefix arg.
16887 (vc-annotate): Handle backends that do not support annotation.
16888 (vc-default-merge-news): Removed. The existence of a merge-news
16889 implementation is now checked on caller sites.
16890
16891 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
16892 case.
16893
16894 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
16895 special case that has been removed from the default in vc-hooks.el.
16896
16897 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
16898
16899 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
16900
16901 2000-09-05 Andre Spiegel <spiegel@gnu.org>
16902
16903 * vc-hooks.el: Require vc during compilation.
16904 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
16905 macro `with-vc-properties' in vc.el.
16906 (vc-file-getprop): Doc fix.
16907 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
16908
16909 * vc.el: Require dired-aux during compilation.
16910 (vc-name-assoc-file): Moved to vc-sccs.el.
16911 (with-vc-properties): New macro.
16912 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
16913 vc-finish-steal): Use it.
16914 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
16915 to the backend-specific function is now supposed to do the checkout,
16916 too.
16917 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
16918
16919 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
16920 set file properties; that gets done in the generic code now.
16921
16922 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
16923 Changed parameter list, added code from vc.el that does the
16924 checkout, possibly with a double-take.
16925
16926 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
16927 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
16928 the above under the new name.
16929 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
16930 parameter list, added checkout command.
16931 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
16932 properties; that gets done in the generic code now.
16933
16934 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
16935
16936 * vc.el: Docstring fixes (courtesy of checkdoc).
16937
16938 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
16939
16940 * vc.el (vc-checkout-writable-buffer-hook)
16941 (vc-checkout-writable-buffer): Remove.
16942 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
16943 (vc-log-mode): Make it into a clean derived major mode.
16944 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
16945 vc-log-mode if log-edit is not available.
16946 (vc-dired-mode-map): Don't set-keymap-parent yet.
16947 (vc-dired-mode): Do set-keymap-parent here.
16948 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
16949
16950 2000-09-05 Gerd Moellmann <gerd@gnu.org>
16951
16952 * faces.el (set-face-attribute, face-spec-reset-face)
16953 (face-spec-set): Avoid consing by removing calls to `apply'.
16954
16955 * frame.el (frame-parameter): Move to C code.
16956
16957 2000-09-05 Dave Love <fx@gnu.org>
16958
16959 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
16960 insert-before-markers-and-inherit. Now checked systematically!
16961
16962 2000-09-05 Alex Schroeder <alex@gnu.org>
16963
16964 * sql.el (sql-postgres): Use sql-postgres-options.
16965 (sql-postgres-options): New variable.
16966
16967 2000-09-05 Alex Schroeder <alex@gnu.org>
16968
16969 * sql.el (sql-mode-menu): Work around missing variable mark-active
16970 in XEmacs.
16971 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
16972 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
16973 compatibility.
16974
16975 2000-09-04 Gerd Moellmann <gerd@gnu.org>
16976
16977 * vc.el (vc-dired-resynch-file): Add autoload cookie.
16978
16979 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
16980
16981 * Makefile.in (DONTCOMPILE): Fix typo in file name.
16982
16983 2000-09-04 Andre Spiegel <spiegel@gnu.org>
16984
16985 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
16986 don't support anything else under SCCS yet.
16987
16988 * vc-hooks.el: Minor doc fixes.
16989
16990 2000-09-04 Andre Spiegel <spiegel@gnu.org>
16991
16992 * vc.el (vc-next-action-on-file): Do not visit the file if it's
16993 not necessary. If verbose in state `needs-patch', do the same as
16994 under `up-to-date'. When NOT verbose and `needs-patch', check out
16995 latest version instead of `merge-news'.
16996 (vc-next-action-dired): Don't mess with default-directory here; it
16997 breaks other parts of dired. It is the job of the
16998 backend-specific functions to adjust it temporarily if they need it.
16999 (vc-next-action): Remove a special CVS case.
17000 (vc-clear-headers): New optional arg FILE.
17001 (vc-checkin, vc-checkout): Set properties vc-state and
17002 vc-checkout-time properly.
17003 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
17004 (vc-print-log): Use new backend function `show-log-entry'.
17005 (vc-cancel-version): Do the checks in a different order. Added a
17006 FIXME concerning RCS-only code.
17007
17008 * vc-rcs.el (vc-rcs-show-log-entry): New function.
17009 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
17010
17011 * vc-cvs.el (vc-cvs-show-log-entry): New function.
17012
17013 * vc-hooks.el (vc-default-mode-line-string): Show state
17014 `needs-patch' as a `-' too.
17015
17016 2000-09-04 Andre Spiegel <spiegel@gnu.org>
17017
17018 * vc.el (vc-responsible-backend): New optional arg REGISTER.
17019 (vc-default-could-register): New function.
17020 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
17021 (vc-resynch-buffer): Call vc-dired-resynch-file.
17022 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
17023 vc-resynch-buffer instead of vc-resynch-window.
17024 (vc-next-action-dired): Don't redisplay here, that gets done as a
17025 result of the individual file operations.
17026 (vc-retrieve-snapshot): Corrected prompt order.
17027
17028 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
17029
17030 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
17031 as well.
17032 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
17033 hostname regexps. Updated all callers.
17034 (vc-cvs-responsible-p): Handle directories as well.
17035 (vc-cvs-could-register): New function.
17036 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
17037 properties up-to-date.
17038
17039 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
17040 user whether to create one.
17041
17042 2000-09-04 Andre Spiegel <spiegel@gnu.org>
17043
17044 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
17045 check out a non-existing file.
17046
17047 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
17048 workfile does not exist.
17049
17050 * vc.el (vc-version-diff): Use `require' to check for existence of
17051 diff-mode.
17052
17053 2000-09-04 Andre Spiegel <spiegel@gnu.org>
17054
17055 * vc-cvs.el (vc-cvs-registered): Use new function
17056 vc-cvs-parse-entry to do the actual work.
17057
17058 2000-09-04 Andre Spiegel <spiegel@gnu.org>
17059
17060 * vc-hooks.el (vc-find-backend-function): If function doesn't
17061 exist, return nil instead of error.
17062 (vc-call-backend): Doc fix.
17063
17064 * vc.el (vc-do-command): Doc fix.
17065 (vc-finish-logentry): When checking in from vc-dired, choose the
17066 right backend for logentry check.
17067 (vc-dired-mode-map): Inherit from dired-mode-map.
17068 (vc-dired-mode): Local value of dired-move-to-filename-regexp
17069 simplified.
17070 (vc-dired-state-info): Removed, updated caller.
17071 (vc-default-dired-state-info): Use parentheses instead of hyphens.
17072 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
17073 (vc-dired-listing-switches): New variable.
17074 (vc-directory): Use it, instead of dired-listing-switches.
17075
17076 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
17077 (vc-cvs-dir-state): New function.
17078 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
17079 (vc-cvs-parse-entry): New function, also to be used in
17080 vc-cvs-registered.
17081
17082 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17083
17084 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
17085 *or* single-window-frames.
17086
17087 2000-09-04 Andre Spiegel <spiegel@gnu.org>
17088
17089 * vc.el (vc-update-changelog): Split into generic part and default
17090 implementation. Doc string adapted.
17091 (vc-default-update-changelog): New function. Call the `rcs2log'
17092 script in exec-directory, to fix a long-standing nuisance.
17093
17094 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
17095 simply signals an error.
17096
17097 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17098
17099 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
17100 control-flow more clear and to avoid running `cvs' twice.
17101
17102 * vc.el (vc-next-action-on-file): Doc fix.
17103 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
17104 (vc-print-log): Eval `file' before constructing the continuation.
17105
17106 2000-09-04 Andre Spiegel <spiegel@gnu.org>
17107
17108 * vc.el (vc-next-action-on-file): Corrected several messages.
17109 (vc-merge): Add prefix arg `merge-news'; handle it.
17110
17111 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
17112 is not reached. It is.
17113 (vc-cvs-merge): Set state to 'edited after merge.
17114 (vc-cvs-merge-news): Set workfile version to nil if not known.
17115 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
17116
17117 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
17118 via stdout. (Merge from main line.)
17119
17120 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17121
17122 * vc.el (vc-finish-logentry): Thinko in the "same comment"
17123 detection.
17124
17125 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17126
17127 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
17128 against kill-all-local-variables.
17129 (vc-log-edit): Don't save vc-parent-buffer any more.
17130 (vc-last-comment-match): Initialize to an empty string.
17131 (vc-post-command-functions): New hook.
17132 (vc-do-command): Run it.
17133 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
17134 (vc-finish-logentry): Only add the comment to the ring if it's
17135 different from the last comment entered.
17136 (vc-new-comment-index): New function.
17137 (vc-previous-comment): Use it. Make the minibuffer message
17138 slightly less terse.
17139 (vc-comment-search-reverse): Make it work forward as well. Don't
17140 set vc-comment-ring-index if no match is found. Use
17141 vc-new-comment-index.
17142 (vc-comment-search-forward): Use vc-comment-search-reverse.
17143 (vc-dired-mode-map): Don't inherit from dired-mode-map since
17144 define-derived-mode will do it for us. Bind `v' to a keymap that
17145 inherits from vc-prefix-map so that we can bind `vt' without
17146 binding C-x v t.
17147 (vc-retrieve-snapshot): Parenthesis typo.
17148
17149 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
17150 to 1. Make sure to switch to *vc* before looking for an error
17151 message. Use vc-parse-buffer.
17152
17153 2000-09-04 Andre Spiegel <spiegel@gnu.org>
17154
17155 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
17156 and NAME.
17157 (vc-retrieve-snapshot): Split into two parts.
17158 (vc-default-retrieve-snapshot): New function.
17159
17160 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
17161 (vc-cvs-retrieve-snapshot): New function (untested).
17162 (vc-cvs-stay-local): Default to t.
17163 (vc-cvs-remote-p): New function and property.
17164 (vc-cvs-state): Stay local only if the above is t.
17165 (vc-handle-cvs): Removed.
17166 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
17167 done via vc-handled-backends now.
17168 (vc-cvs-header): Escape Id.
17169
17170 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17171
17172 * vc.el (vc-do-command): Remove unused commands.
17173 (vc-version-diff): Make sure default-directory ends with a slash.
17174 Move the window commands into a vc-exec-after.
17175 (vc-print-log): Move more of the code into the `vc-exec-after'.
17176
17177 2000-09-04 Andre Spiegel <spiegel@gnu.org>
17178
17179 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
17180 (vc-print-log): Search current revision from beginning of buffer.
17181 (vc-revert-buffer): Clear echo area after the diff is finished.
17182 (vc-prefix-map): Removed definition of "t" for terse display in vc
17183 dired.
17184 (vc-dired-mode-map): Inherit from dired-mode-map. Added
17185 definition of "vt" for terse display.
17186 (vc-dired-mode): Fix dired-move-to-filename-regexp.
17187
17188 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17189
17190 * vc.el (vc-exec-after): Avoid caddr.
17191
17192 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17193
17194 * vc.el (vc-exec-after): New function.
17195 (vc-do-command): Use it to add a termination message for async
17196 procs.
17197 (vc-checkout): Try to handle a missing-backend situation.
17198 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
17199 of a directory with a backend using async diffs.
17200 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
17201 present.
17202
17203 * vc-sccs.el (vc-sccs-state-heuristic): Use
17204 file-ownership-preserved-p.
17205
17206 * vc-rcs.el (vc-rcs-state-heuristic): Use
17207 file-ownership-preserved-p.
17208 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
17209
17210 2000-09-04 Andre Spiegel <spiegel@gnu.org>
17211
17212 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
17213 vc-do-command.
17214
17215 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
17216 when there are no changes.
17217
17218 2000-09-04 Andre Spiegel <spiegel@gnu.org>
17219
17220 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
17221
17222 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
17223
17224 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17225
17226 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
17227
17228 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
17229 the `fset' outside of the defvar so that it works even if
17230 vc-prefix-map was already defined.
17231 (vc-setup-buffer): New function, split out of vc-do-command.
17232 (vc-do-command): Allow BUFFER to be t to mean `just use the
17233 current buffer without any fuss'.
17234 (vc-version-diff): Change the `diff' backend operation to just put
17235 the diff in the current buffer without erasing it. Always use
17236 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
17237 shrink-window-if-larger-than-buffer.
17238 (vc-print-log): Change the `print-log' backend operation to just
17239 put the log in the current buffer without erasing it. Protect
17240 shrink-window-if-larger-than-buffer.
17241 (vc-update-change-log): Fix setd typo.
17242
17243 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
17244 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
17245
17246 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
17247 (vc-rcs-diff): Insert in the current buffer and remove unused arg
17248 CMP.
17249
17250 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
17251 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
17252 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
17253
17254 2000-09-04 Andre Spiegel <spiegel@gnu.org>
17255
17256 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
17257 not possible, use vc-BACKEND-workfile-unchanged-p.
17258 (vc-default-workfile-unchanged-p): New function. Delegates to a
17259 full vc-BACKEND-diff.
17260
17261 * vc-hooks.el (vc-simple-command): Removed.
17262
17263 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
17264 instead of vc-simple-command.
17265 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
17266 avoid doing a diff when opening a file.
17267 (vc-rcs-state): Added check for unlocked-changes.
17268 (vc-rcs-header): Escape Id.
17269 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
17270 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
17271 version.
17272
17273 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
17274 (vc-sccs-diff): Remove optional arg CMP.
17275 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
17276 SCCS-specific function.
17277
17278 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
17279 vc-simple-command.
17280
17281 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17282
17283 * vc.el (vc-editable-p): Renamed from vc-writable-p.
17284 (with-vc-file, vc-merge): Use vc-editable-p.
17285 (vc-do-command): Remove unused var vc-file and fix the
17286 doubly-defined `status' var. Add a user message when starting an
17287 async command.
17288 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
17289 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
17290 Use with-current-buffer.
17291 (vc-buffer-sync): Use unless.
17292 (vc-next-action-on-file): If the file is 'edited by read-only,
17293 make it read-write instead of trying to commit.
17294 (vc-version-diff, vc-update-change-log): Use `setq
17295 default-directory' rather than `cd'.
17296 (vc-log-edit): Don't forget to set default-directory in the
17297 buffer.
17298
17299 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
17300 (vc-sccs-state-heuristic): Use file-writable-p instead of
17301 comparing userids.
17302 (vc-sccs-checkout): Use `unless'.
17303
17304 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
17305 of comparing userids.
17306 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
17307 Simplify the logic by eliminating unreachable code.
17308 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
17309 just do a recursive call if we need to retry.
17310 (vc-rcs-checkout): Handle the case where rcs is missing by making
17311 the buffer read-write if requested and re-signalling the error.
17312
17313 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
17314
17315 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17316
17317 * vc-hooks.el (vc-handled-backends): Docstring change.
17318 (vc-ignore-vc-files): Mark obsolete.
17319 (vc-registered): Check vc-ignore-vc-files.
17320 (vc-find-file-hook, vc-file-not-found-hook): Don't check
17321 vc-ignore-vc-files.
17322
17323 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
17324
17325 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17326
17327 * vc.el (vc-checkout): Don't do anything special for ange-ftp
17328 files since ange-ftp already has vc-registered return nil.
17329
17330 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
17331 (vc-sccs-workfile-version): Use with-temp-buffer and new
17332 vc-parse-buffer and don't bother setting the property.
17333 (vc-sccs-add-triple): Use with-current-buffer and
17334 find-file-noselect.
17335 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
17336
17337 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
17338 derives from the old vc-parse-buffer but uses the revision number
17339 rather than the date (much easier to compare robustly).
17340 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
17341 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
17342 locking-user more directly. Check strict locking and set
17343 checkout-model appropriately.
17344 (vc-rcs-parse-locks): Remove.
17345 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
17346 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
17347 (vc-rcs-system-release): Use with-current-buffer and
17348 vc-parse-buffer.
17349 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
17350
17351 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
17352 (vc-simple-command): Docstring fix.
17353 (vc-registered): Align the way the file-handler is called with the
17354 way the function itself works.
17355 (vc-file-owner): Remove.
17356
17357 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
17358 extraction of fields and call to file-attributes because of a
17359 temporary bug in rcp.el.
17360 (vc-cvs-fetch-status): Use with-current-buffer.
17361
17362 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17363
17364 * vc.el (vc-do-command): Use file-relative-name.
17365 (vc-responsible-backend): Use vc-backend if possible.
17366 (vc-create-snapshot): Improve the `interactive' spec. Add support
17367 for branches and dispatch to backend-specific `create-snapshot'.
17368 (vc-default-create-snapshot): New function, containing the bulk of
17369 the old vc-create-snapshot.
17370 (vc-retrieve-snapshot): Improve the interactive spec.
17371
17372 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
17373 (vc-backend-hook-functions): Remove.
17374 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
17375 (vc-backend): Reintroduce the test for `file = nil' now that I
17376 know why it was there (and added a comment to better remember).
17377
17378 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
17379 code from vc-sccs-hooks.el.
17380 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
17381 'vc anymore.
17382 (vc-sccs-responsible-p): Use expand-file-name instead of concat
17383 and file-directory-p instead of file-exists-p.
17384 (vc-sccs-check-headers): Simplify the regexp.
17385
17386 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
17387 from vc-rcs-hooks.el. Don't require 'vc anymore.
17388 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
17389 file-directory-p instead of file-exists-p.
17390
17391 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
17392 from vc-cvs-hooks.el.
17393 (proto vc-cvs-registered): Require 'vc-cvs instead of
17394 'vc-cvs-hooks. Don't require 'vc anymore.
17395 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
17396 file-directory-p instead of file-exists-p.
17397 (vc-cvs-create-snapshot): New function, replacing
17398 vc-cvs-assign-name.
17399 (vc-cvs-assign-name): Remove.
17400
17401 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17402
17403 * vc-cvs.el (vc-cvs-header): New var.
17404
17405 * vc-rcs.el (vc-rcs-exists): Remove.
17406 (vc-rcs-header): New var.
17407
17408 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
17409 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
17410 (vc-sccs-header): New var.
17411
17412 * vc.el (vc-do-command): Get rid of the `last' argument.
17413 (vc-header-alist): Remove, replaced by vc-X-header.
17414 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
17415 (vc-dired-hook): Use expand-file-name instead of concat.
17416 (vc-directory): Use file-name-as-directory.
17417 (vc-snapshot-precondition, vc-create-snapshot)
17418 (vc-retrieve-snapshot): Allow the command to operate on any
17419 directory.
17420
17421 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
17422 just removing the 'WORKFILE argument or by removing the 'MASTER
17423 argument and replacing `file' with (vc-name file).
17424
17425 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17426
17427 * vc.el: Update Copyright and add a crude list of backend funs.
17428 (vc-writable-p): New function.
17429 (with-vc-file): Use vc-writable-p.
17430 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
17431 (vc-register): Avoid vc-name.
17432 (vc-locking-user): Remove.
17433 (vc-steal-lock): Make the `owner' arg non-optional.
17434 (vc-merge): Use vc-writable-p instead of vc-locking-user and
17435 vc-checkout-model.
17436 (vc-default-dired-state-info): Use vc-state instead of
17437 vc-locking-user and return special strings for special states.
17438 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
17439 and get rid of one of the special CVS cases.
17440 (vc-cancel-version): prettify error message with \\[...].
17441 (vc-rename-master): New function.
17442 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
17443 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
17444 the CVS special case generic.
17445 (vc-default-record-rename): Remove.
17446 (vc-file-tree-walk-internal): Only call FUNC for files that are
17447 under control of some VC backend and replace `concat' with
17448 expand-file-name.
17449 (vc-file-tree-walk): Update docstring.
17450 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
17451 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
17452
17453 * vc-sccs.el (vc-sccs-rename-file): Renamed from
17454 vc-sccs-record-rename. Use `find-file-noselect' rather than
17455 `find-file' and call `vc-rename-master' to do the actual move.
17456 (vc-sccs-diff): Remove unused `backend' variable.
17457
17458 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
17459 to delay loading of vc-sccs until it is really used.
17460 (vc-sccs-master-templates): Preload.
17461 (vc-sccs-state): Update call to vc-sccs-parse-locks.
17462 (vc-sccs-project-dir): Remove (merged into
17463 vc-sccs-search-project-dir).
17464 (vc-sccs-search-project-dir): Rewrite using file name handling ops
17465 rather than `concat', make sure it is preloaded and don't bother
17466 to check that the file actually exists.
17467 (vc-sccs-parse-locks): Remove unused `file' argument, remove
17468 `locks' argument (use buffer's content instead) and eliminate n^2
17469 behavior.
17470
17471 * vc-rcs.el: Update Copyright.
17472 (vc-rcs-rename-file): New function.
17473 (vc-rcs-diff): Remove unused `backend' variable.
17474
17475 * vc-hooks.el: Update Copyright.
17476 (vc-backend): Don't accept a nil argument any more.
17477 (vc-up-to-date-p): Turn into a defsubst.
17478 (vc-possible-master): New function.
17479 (vc-check-master-templates): Use `vc-possible-master' and allow
17480 funs in vc-X-master-templates to return a non-existent file.
17481
17482 * vc-cvs.el: Update Copyright.
17483 (vc-cvs-diff): Remove unused `backend' variable.
17484 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
17485
17486 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
17487
17488 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17489
17490 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
17491 since it can be called from vc-rcs.el.
17492 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
17493
17494 2000-09-04 Andre Spiegel <spiegel@gnu.org>
17495
17496 * vc.el (vc-version-diff): Expand file name read from the
17497 minibuffer. Handle the case when a previous version number can't
17498 be guessed. Give suitable messages when there were no differences
17499 found.
17500 (vc-clear-headers): Call backend-specific implementation, if one
17501 exists.
17502 (vc-cancel-version): Made error checks generic. When done, clear
17503 headers generically, too.
17504
17505 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
17506 from vc-clear-headers in vc.el.
17507
17508 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
17509 correctly.
17510 (vc-rcs-latest-on-branch-p): Made second argument VERSION
17511 optional. Handle the case when it's not there.
17512
17513 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17514
17515 * vc.el (vc-locking-user): Moved from vc-hooks.el.
17516
17517 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17518
17519 * vc-hooks.el (vc-loadup): Remove.
17520 (vc-find-backend-function): Use `require'. Also, handle the case
17521 where vc-BACKEND-hooks.el doesn't exist.
17522 (vc-call-backend): Cleanup.
17523
17524 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17525
17526 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
17527 vc-rcs-grab-templates)
17528 (vc-rcs-registered): Remove. The default function works as well.
17529 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
17530 vc-sccs-grab-templates)
17531 (vc-sccs-registered): Remove. The default function works as well.
17532
17533 * vc.el (vc-version-diff): Left out a vc- in call to
17534 vc-call-backend.
17535 (vc-default-dired-state-info, vc-default-record-rename)
17536 (vc-default-merge-news): Update for the new backend argument.
17537
17538 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
17539 using the default function.
17540 (vc-call-backend): If calling the default function, pass it the
17541 backend as first argument. Update the docstring accordingly.
17542 (vc-default-state-heuristic, vc-default-mode-line-string): Update
17543 for the new backend argument.
17544 (vc-make-backend-sym): Renamed from vc-make-backend-function.
17545 (vc-find-backend-function): Use the new name.
17546 (vc-default-registered): New function.
17547
17548 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17549
17550 * vc.el (vc-merge): Use vc-find-backend-function.
17551
17552 * vc-hooks.el (vc-backend-functions): Remove.
17553 (vc-loadup): Don't setup 'vc-functions.
17554 (vc-find-backend-function): New function.
17555 (vc-call-backend): Use above fun and populate 'vc-functions
17556 lazily.
17557 (vc-backend-defines): Remove.
17558
17559 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17560
17561 * vc.el (vc-register): Put a FIXME note for a newly found bug.
17562 Call vc-call-backend without the leading vc-.
17563 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
17564 (vc-check-headers): Call vc-call-backend without the leading vc-.
17565 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
17566 (vc-annotate-display): Replace confusing use of `cond' with `or'.
17567 Call vc-call-backend without the leading vc-.
17568
17569 * vc-cvs.el (tail): Provide vc-cvs.
17570 * vc-sccs.el (tail): Provide vc-sccs.
17571 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
17572
17573 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
17574 (vc-make-backend-function, vc-call): Pass names without leading
17575 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
17576 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
17577 (vc-call-backend): Always try to load vc-X-hooks.
17578 (vc-registered): Remove vc- in call to vc-call-backend.
17579
17580 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17581
17582 * vc.el (vc-process-filter): New function.
17583 (vc-do-command): Setup `vc-process-filter' for the async process.
17584 (vc-maybe-resolve-conflicts): New function to reduce
17585 code-duplication. Additionally, it puts the buffer in
17586 `smerge-mode' if applicable.
17587 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
17588 calling `merge-news'.
17589 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
17590 (vc-log-edit): New function. Replacement for `vc-log-mode' by
17591 interfacing to log-edit.el.
17592 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
17593 log-edit is available.
17594 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
17595
17596 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17597
17598 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
17599 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
17600 defvar and the initialization.
17601 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
17602
17603 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
17604 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
17605
17606 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
17607
17608 2000-09-04 Andre Spiegel <spiegel@gnu.org>
17609
17610 * vc.el (vc-file-clear-masterprops): Removed.
17611 (vc-checkin, vc-revert-buffer): Removed calls to the above.
17612 (vc-version-diff): Use buffer-size without argument.
17613 (vc-register): Heed vc-initial-comment.
17614
17615 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
17616 default branch.
17617
17618 * vc-rcs.el (vc-rcs-register): Parse command output to find master
17619 file name and workfile version.
17620 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
17621
17622 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
17623 vc-file-clear-masterprops.
17624
17625 * vc-sccs.el (vc-sccs-checkout): Removed call to
17626 vc-file-clear-masterprops. If writable, set vc-state to 'edited
17627 rather than user login name.
17628
17629
17630 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17631
17632 * vc.el (vc-workfile-unchanged-p): Remove unused argument
17633 `want-differences-if-changed' and simplify.
17634 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
17635 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
17636 output (which is invalid for async vc-diff) to decide whether to
17637 do the revert silently or not.
17638
17639 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17640
17641 * vc-hooks.el (vc-loadup): Load files quietly.
17642 (vc-call-backend): Oops, brain fart.
17643
17644 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17645
17646 * vc-cvs.el (vc-cvs-state): Typo.
17647 (vc-cvs-merge-news): Return the status code rather than the error msg.
17648
17649 2000-09-04 Andre Spiegel <spiegel@gnu.org>
17650
17651 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
17652 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
17653 vc-state or vc-up-to-date-p.
17654 (vc-merge): Use vc-backend-defines to check whether merging is
17655 possible. Set state to 'edited after successful merge.
17656
17657 * vc-hooks.el (vc-locking-user): If locked by the calling user,
17658 return that name. Redocumented.
17659
17660 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17661
17662 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
17663 new `vc-state' semantics.
17664 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
17665 'vc-locking-user to the current user.
17666 (vc-merge): Inline vc-backend-merge. Comment out code that I
17667 don't understand and hence can't adapt to the new `vc-state' and
17668 `vc-locking-user' semantics.
17669 (vc-backend-merge): Remove.
17670
17671 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
17672 rather than 'vc-locking-user.
17673
17674 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
17675
17676 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
17677 (vc-state): Don't use 'reserved any more. Just use the same
17678 convention as the one used for vc-<backend>-state where the
17679 locking user (as a string) is returned.
17680 (vc-locking-user): Update, based on the above convention. The
17681 'vc-locking-user property has disappeared.
17682 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
17683
17684 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
17685 with a heuristic one.
17686 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
17687 (vc-cvs-checkin): Do a trivial parse to set the state in case of
17688 error. That allows us to get to 'needs-merge even in the
17689 stay-local case. There's still no way to detect 'needs-patch in
17690 such a setup (or to force an update for that matter).
17691 (vc-cvs-logentry-check): Remove, the default works as well.
17692
17693 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17694
17695 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
17696
17697 * vc.el (vc-do-command): kill-all-local-variables, to reset any
17698 major-mode in which the buffer might have been put earlier. Use
17699 `remove' and `when'. Allow `okstatus' to be `async' and use
17700 `start-process' in this case.
17701 (vc-version-diff): Handle the case where the diff looks empty
17702 because of the use of an async process.
17703
17704 2000-09-04 Andre Spiegel <spiegel@gnu.org>
17705
17706 * vc.el (vc-next-action-on-file): Removed optional parameter
17707 `simple'. Recompute state unconditionally.
17708 (vc-default-toggle-read-only): Removed.
17709
17710 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
17711 (vc-toggle-read-only): Undid prev change.
17712
17713 * vc-cvs.el (vc-cvs-stay-local): Renamed from
17714 vc-cvs-simple-toggle. Redocumented.
17715 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
17716 (vc-cvs-toggle-read-only): Removed.
17717
17718 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17719
17720 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
17721 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
17722 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
17723 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
17724 still is. So maybe it should be removed.
17725 (vc-head-version, vc-find-binary): Remove.
17726 (vc-recompute-state): Move from vc-hooks.el.
17727 (vc-next-action-on-file): Add a `simple' argument to allow
17728 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
17729 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
17730 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
17731 (vc-dired-mode-map): Properly defvar it.
17732 (vc-print-log): Call log-view-mode if available.
17733 (small-temporary-file-directory): defvar instead of use boundp.
17734 (vc-merge-news): Moved to vc-cvs.el.
17735 (vc-default-merge-news): New function.
17736
17737 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
17738 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
17739 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
17740 unknown `vc-latest-version' function. It should probably refer to
17741 vc-workfile-version or somesuch, but it's very unclear to me and I
17742 don't have SCCS to test things.
17743
17744 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
17745 (vc-sccs-state-heuristic): Fix typo.
17746 (vc-sccs-workfile-unchanged-p): Add missing argument.
17747
17748 * vc-rcs.el: Require vc and vc-rcs-hooks.
17749 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
17750 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
17751 (vc-release-greater-or-equal-p): Move from vc.
17752 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
17753 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
17754 (vc-rcs-checkout): Add a missing `new-version' argument in the
17755 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
17756
17757 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
17758 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
17759 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
17760 than the apparently unbound `workfile-version'.
17761
17762 * vc-hooks.el (vc-master-templates): Def the obsolete var.
17763 (vc-file-prop-obarray): Use `make-vector'.
17764 (vc-backend-functions): Add new hookable functions
17765 vc-toggle-read-only, vc-record-rename and vc-merge-news.
17766 (vc-loadup): If neither backend nor default functions exist, use
17767 the backend function rather than nil.
17768 (vc-call-backend): If the function if not bound yet, try to load
17769 the non-hook file to see if it provides it.
17770 (vc-call): New macro plus use it wherever possible.
17771 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
17772 nor `vc-find-binary' since it's only called from
17773 vc-mistrust-permission which is only used once the backend is known.
17774 (vc-checkout-model): Fix parenthesis.
17775 (vc-recompute-state, vc-prefix-map): Move to vc.el.
17776
17777 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
17778 (vc-cvs-release, vc-cvs-system-release): Remove.
17779 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
17780 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
17781 status symbols.
17782 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
17783 (vc-cvs-toggle-read-only): First cut at a function to allow a
17784 cvs-status-free vc-toggle-read-only.
17785 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
17786 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
17787 vc-cvs-status. Also set vc-state rather than vc-locking-user.
17788 (vc-cvs-checkout): Modify access rights directly if the user
17789 requested not to use `cvs edit'. And refresh the mode line.
17790
17791 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
17792 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
17793
17794 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17795
17796 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
17797 workfile' that got lost when the code was extracted from vc.el.
17798 And merged the tail with the rest of the code (not possible in the
17799 old vc.el where the tail was shared among all backends). And
17800 explicitly set the state to 'edited if `writable' is set.
17801
17802 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
17803 (vc-cvs-state): Be careful to return the value from
17804 vc-cvs-parse-state.
17805 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
17806 property but return it instead. Also be careful to handle a nil
17807 or "" `rev' when workfile is non-nil (it was handled properly when
17808 workfile was nil).
17809
17810 * vc.el: Removed those pesky unnecessary `(function' quotes.
17811 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
17812 directly in the defvar.
17813 (vc-do-command): Bind inhibit-read-only so as to properly handle
17814 the case where the destination buffer has been made read-only.
17815 (vc-diff): Delegate to vc-version-diff in all cases.
17816 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
17817 (vc-annotate-mode-variables): Removed (code moved partly to
17818 defvars and partly to vc-annotate-add-menu).
17819 (vc-annotate-mode): Turned into a derived-mode.
17820 (vc-annotate-add-menu): Moved in code in
17821 vc-annotate-mode-variables.
17822 (vc-update-change-log): Use make-temp-file if available.
17823
17824 2000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
17825
17826 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
17827 `vc-checkout-model' updated to `vc-cvs-update-model'.
17828
17829 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
17830
17831 * vc.el (vc-next-action-on-file): Added handling of state
17832 `unlocked-changes'.
17833 (vc-checkout-carefully): Is now practically obsolete, unless the
17834 above is too slow to be enabled unconditionally.
17835 (vc-update-change-log): Fixed typo.
17836
17837 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
17838
17839 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
17840 Now handles state `unlocked-changes'.
17841 (vc-sccs-workfile-unchanged-p): New function, to support the above.
17842
17843 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
17844
17845 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
17846 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
17847 `unlocked-changes'.
17848 (vc-rcs-workfile-unchanged-p): Renamed from
17849 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
17850 function yet, but supposed to become one soon.
17851
17852 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
17853 `vc-steal-lock'.
17854 (vc-call-backend): Changed error message.
17855 (vc-state): Added description of state `unlocked-changes'.
17856
17857 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
17858
17859 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
17860 always return t in CVS-controlled directories.
17861
17862 * vc.el (vc-responsible-backend): New function.
17863 (vc-register): Largely rewritten.
17864 (vc-admin): Removed (implementation moved into vc-register).
17865 (vc-checkin): Redocumented.
17866 (vc-finish-logentry): If no backend defined yet (because we are in
17867 the process of registering), use the responsible backend.
17868
17869 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
17870 Updated function lists.
17871 (vc-call-backend): Fixed typo.
17872
17873 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
17874 New functions.
17875 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
17876 Removed query option. Redocumented.
17877
17878 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
17879
17880 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
17881
17882 * vc.el: Updated callers of `vc-checkout-required' to use
17883 `vc-checkout-model'.
17884
17885 2000-09-04 Martin Lorentzson <martinl@gnu.org>
17886
17887 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
17888 stuff updated to reference this function instead of the old
17889 `vc-backend-release-p'.
17890
17891 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
17892
17893 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
17894 vc-checkout-model. Return appropriate values. Updated callers.
17895
17896 2000-09-04 Martin Lorentzson <martinl@gnu.org>
17897
17898 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
17899 (vc-backend-revert): Function moved into `vc-revert';
17900 `vc-next-action' must be updated to accomodate this change.
17901 (vc-backend-steal): Function moved into `vc-finish-steal'.
17902 (vc-backend-logentry-check): Function moved into
17903 `vc-finish-logentry'.
17904 (vc-backend-printlog): Function moved into `vc-print-log'.
17905 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
17906 (vc-backend-assign-name): Function moved into
17907 `vc-create-snapshot'.
17908
17909 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
17910
17911 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
17912 Rename to vc-checkout-model. Return appropriate values.
17913 Update callers.
17914
17915 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
17916 to vc-checkout-model.
17917 (vc-checkout-required): Rename to vc-checkout-model.
17918 Re-implement and re-comment.
17919 (vc-after-save): Use vc-checkout-model.
17920
17921 2000-09-04 Martin Lorentzson <martinl@gnu.org>
17922
17923 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
17924 Update to use the vc-BACKEND-diff functions instead.
17925 `vc-diff' is now working.
17926
17927 * vc-rcs.el (vc-rcs-logentry-check): New function.
17928
17929 * vc-cvs.el (vc-cvs-logentry-check): New function.
17930
17931 * vc-sccs.el (vc-sccs-diff): Function changed name from
17932 `vc-backend-diff'. This makes `vc-diff' work.
17933
17934 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
17935 of functions possibly implemented in a vc-BACKEND library.
17936 (vc-checkout-required): Fix bug that caused an error to be
17937 signaled during `vc-after-save'.
17938
17939 * vc.el: Fix typo.
17940 This checkin is made with our new VC code base for the very first time.
17941 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
17942
17943 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
17944 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
17945
17946 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
17947 updated to `vc-uses-locking'.
17948 (vc-checkout-required): Call to backend function.
17949 `vc-checkout-required' updated to `vc-uses-locking' instead.
17950
17951 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
17952 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
17953
17954 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
17955 to match the split into various backends.
17956 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
17957 (vc-retrieve-snapshot): Bug fix.
17958
17959 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
17960
17961 * vc-sccs.el (vc-sccs-release): Doc fix.
17962
17963 2000-09-04 Martin Lorentzson <martinl@gnu.org>
17964
17965 * vc.el (vc-next-action-on-file): Bug found and fixed.
17966 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
17967 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
17968
17969 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
17970 (vc-rcs-checkout): Name space cleaned up. No more revision number
17971 crunching function names that are not prefixed with vc-rcs.
17972 (vc-rcs-checkout-model): Function added. References to
17973 `vc-checkout-model' replaced.
17974
17975 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
17976
17977 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
17978 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
17979 still need to be split, and implemented for RCS).
17980
17981 2000-09-04 Martin Lorentzson <martinl@gnu.org>
17982
17983 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
17984
17985 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
17986 required by the vc.el file.
17987
17988 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
17989 required by the vc.el file.
17990 (vc-rcs-exists): Function added.
17991
17992 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
17993 required by the vc.el file.
17994
17995 * vc.el (vc-admin): Updated to handle selection of appropriate
17996 backend. Current implementation is crufty and need re-thinking.
17997
17998 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
17999
18000 2000-09-04 Martin Lorentzson <martinl@gnu.org>
18001
18002 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
18003 beginning of annotate buffers correctly.
18004
18005 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
18006 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
18007 functionality updated quite a lot to support multiple backends.
18008 Variables `vc-annotate-mode', `vc-annotate-buffers',
18009 `vc-annotate-backend' added.
18010
18011 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
18012 `vc-annotate-difference' added to supported backend functions.
18013
18014 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
18015
18016 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
18017 Use with-temp-file instead of /bin/sh. Merged from mainline
18018
18019 2000-09-04 Martin Lorentzson <martinl@gnu.org>
18020
18021 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
18022
18023 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
18024
18025 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
18026
18027 2000-09-04 Martin Lorentzson <martinl@gnu.org>
18028
18029 * vc-hooks.el: vc-state-heuristic added to
18030 vc-backend-hook-functions.
18031
18032 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
18033
18034 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
18035
18036 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
18037 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
18038 state to `reserved'.
18039
18040 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
18041 `vc-checkout-required'. Rename the `locked' state to `reserved'.
18042
18043 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
18044
18045 * vc-rcs-hooks.el: Implement new state model. Hardly anything
18046 untouched.
18047
18048 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
18049
18050 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
18051 if defined. (Merged from main line, slightly adapted.)
18052
18053 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
18054 millenium problem (merged from mainline).
18055
18056 2000-09-04 Martin Lorentzson <martinl@gnu.org>
18057
18058 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
18059 part and moved the non-BACKEND stuff to vc.el.
18060
18061 * vc.el: Split the annotate feature into a BACKEND specific part
18062 and moved it from the vc-cvs.el file to this one.
18063
18064 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
18065
18066 * vc-hooks.el: Implement new state model.
18067 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
18068 (vc-locking-user): Simplify. Now only needed if the file is
18069 locked by somebody else.
18070 (vc-lock-from-permissions): Remove. Functionality is in
18071 vc-sccs-hooks.el and vc-rcs-hooks.el now.
18072 (vc-mode-line-string): New name for former vc-status. Adapted.
18073 (vc-mode-line): Adapt to use the above. Remove optional parameter.
18074
18075 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
18076 Various simplifications and adaptations all over the place.
18077
18078 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
18079 Simplify and adapt the rest.
18080
18081 * vc.el (vc-resynch-window): Add TODO comment: check for
18082 interaction with view mode according to recent RCS change.
18083 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
18084
18085 2000-09-04 Martin Lorentzson <martinl@gnu.org>
18086
18087 * vc.el: Convert the remaining function comments to docstrings.
18088
18089 2000-09-04 Martin Lorentzson <martinl@gnu.org>
18090
18091 * vc.el (vc-backend-release, vc-release-greater-or-equal)
18092 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
18093 (vc-minor-part, vc-previous-version): Functions that operate and
18094 compare revision numbers got proper documentation. Comments added
18095 about their possible removal.
18096
18097 2000-09-04 Martin Lorentzson <martinl@gnu.org>
18098
18099 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
18100 the vc-backend.el files.
18101
18102 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
18103
18104 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
18105 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
18106 (vc-rcs-previous-version): Functions added.
18107
18108 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
18109
18110 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
18111
18112 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
18113
18114 * vc-hooks.el (vc-master-templates): Is really obsolete.
18115 Comment out the definition for now. What is the right procedure
18116 to get rid of it?
18117 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
18118 rewritten.
18119 (vc-default-registered): Remove.
18120 (vc-check-master-templates): New function; does mostly what the
18121 above did before.
18122 (vc-locking-user): Don't rely on the backend to set the property.
18123
18124 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
18125 Rewrite documentation.
18126 (vc-rcs-templates-grabbed): New variable.
18127 (vc-rcs-grab-templates): New function.
18128 (vc-rcs-registered): Rewrite to use above mechanism.
18129
18130 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
18131 Rewrite documentation.
18132 (vc-sccs-templates-grabbed): New variable.
18133 (vc-sccs-grab-templates): New function.
18134 (vc-sccs-registered): Rewrite to use above mechanism.
18135 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
18136 Don't throw the result, simply return it.
18137
18138 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
18139 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
18140 (vc-cvs-registered): Does the check itself now. Simplify.
18141
18142 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
18143 from main line.
18144
18145 2000-09-04 Martin Lorentzson <martinl@gnu.org>
18146
18147 * vc-cvs.el (vc-cvs-diff): New function.
18148
18149 * vc-sccs.el (vc-sccs-diff): New function.
18150
18151 * vc-rcs.el (vc-rcs-diff): New function.
18152 (vc-rcs-checkout): Bug (typo) found and fixed.
18153 (vc-rcs-register-switches): New variable.
18154
18155 * vc.el (vc-backend-diff): Function removed and placed in the
18156 backend files.
18157
18158 2000-09-04 Martin Lorentzson <martinl@gnu.org>
18159
18160 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
18161
18162 * vc.el (vc-backend-checkout): Function removed and replaced in
18163 the vc-backend.el files.
18164
18165 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
18166
18167 * vc.el (vc-backend-admin): Removed and replaced in the
18168 vc-backend.el files.
18169
18170 * vc.el (Martin): Removed all the annotate functionality since it
18171 is CVS backend specific.
18172
18173 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
18174
18175 * spec.txt: Added specification of vc-state.
18176
18177 * vc-sccs-hooks.el (vc-sccs-master-properties):
18178 Remove handling of vc-latest-version and
18179 vc-your-latest-version. What used to be vc-latest-version, is now
18180 returned as vc-workfile-version.
18181 (vc-sccs-workfile-version): Adapt.
18182
18183 2000-09-04 Dave Love <fx@gnu.org>
18184
18185 * vc.el: [Merged from mainline.]
18186 (vc-dired-mode): Make the dired-move-to-filename-regexp
18187 regexp match the date, to avoid treating date as file size.
18188 Add YYYY S option to WESTERN/
18189
18190 2000-09-04 Dave Love <fx@gnu.org>
18191
18192 * vc.el: Require `compile' when compiling.
18193 (vc-logentry-check-hook): New option.
18194 (vc-steal-lock): Use compose-mail.
18195 (vc-dired-mode-map): Defvar when compiling.
18196 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
18197 vc-sccs.el and renamed. Callers changed.
18198 (vc-backend-checkout, vc-backend-logentry-check)
18199 (vc-backend-merge-news): Doc fix.
18200 (vc-default-logentry-check): New function.
18201 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
18202 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
18203 (vc-backend-merge): Doc fix. Use backend functions.
18204 (vc-check-headers): Use backend functions.
18205
18206 * vc-cvs.el: Require vc when compiling.
18207 (vc-cvs-register-switches): Doc fix.
18208 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
18209 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
18210 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
18211 New functions (code from vc.el).
18212 (vc-annotate-display-default): Fix interactive spec.
18213 (vc-annotate-time-span): Doc fix.
18214
18215 * vc-rcs.el: Require vc when compiling.
18216 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
18217 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
18218 (vc-rcs-checkin): New functions (code from vc.el).
18219 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
18220 Doc fix.
18221 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
18222
18223 * vc-sccs.el: Require vc when compiling.
18224 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
18225 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
18226 (vc-sccs-revert)
18227 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
18228 from vc.el).
18229 (vc-sccs-add-triple, vc-sccs-record-rename)
18230 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
18231 (vc-sccs-admin): Doc fix.
18232
18233 2000-09-04 Martin Lorentzson <martinl@gnu.org>
18234
18235 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
18236 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
18237 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
18238 from vc.el.
18239
18240 * vc-sccs.el (vc-admin-sccs): Added from vc.el
18241
18242 * vc-cvs.el: Moved the annotate functionality from vc.el.
18243 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
18244
18245 2000-09-04 Dave Love <fx@gnu.org>
18246
18247 * vc.el (vc-backend-release): Call vc-system-release.
18248
18249 * vc-sccs.el (vc-sccs-system-release):
18250 Renamed from vc-sccs-backend-release.
18251
18252 * vc-rcs.el (vc-rcs-system-release):
18253 Renamed from vc-rcs-backend-release.
18254
18255 * vc-cvs.el (vc-cvs-system-release):
18256 Renamed from vc-cvs-backend-release.
18257
18258 2000-09-04 Dave Love <fx@gnu.org>
18259
18260 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
18261 backend files.
18262 (vc-backend-release): Dispatch to backend functions.
18263 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
18264 probably needs attention.]
18265
18266 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
18267 (vc-sccs-backend-release): New function.
18268
18269 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
18270 (vc-cvs-backend-release): New function.
18271
18272 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
18273 Doc fix.
18274 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
18275 (vc-default-dired-state-info): New function.
18276 (vc-dired-state-info): Dispatch to backends.
18277 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
18278
18279 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
18280 from vc.el and renamed.
18281
18282 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
18283
18284 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
18285 (vc-version-other-window, vc-backend-assign-name): Removed
18286 references to vc-latest-version; sometimes changed into
18287 vc-workfile-version.
18288
18289 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
18290 vc-rcs-master-workfile-version.
18291 (vc-rcs-workfile-version): Use the above. Don't call
18292 vc-latest-version (that was unreachable code, anyway).
18293 (vc-rcs-fetch-master-properties): Doc fix.
18294
18295 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
18296 (vc-backend-hook-functions): Removed them from this list, too.
18297 (vc-fetch-properties): Removed.
18298 (vc-workfile-version): Doc fix.
18299
18300 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
18301 (vc-rcs-workfile-version, vc-rcs-locking-user)
18302 (vc-rcs-uses-locking): Use it.
18303
18304 * vc-hooks.el (vc-consult-rcs-headers):
18305 Moved into vc-rcs-hooks.el, under the name
18306 vc-rcs-consult-headers.
18307
18308 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
18309 headers.
18310 (vc-cvs-find-master): Use this name only; correct different
18311 versions of the name.
18312
18313 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
18314 New functions.
18315 (vc-sccs-locking-user): Use the latter.
18316
18317 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
18318 New functions.
18319
18320 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
18321 Moved into both
18322 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
18323 functions are implementation details of those two backends.
18324
18325 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
18326
18327 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
18328 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
18329
18330 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
18331 (vc-sccs-parse-locks): SCCS-specific code moved here from
18332 vc-hooks.
18333
18334 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
18335 code moved here from vc-hooks.
18336
18337 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
18338 into back-end specific parts and removed. Callers not updated
18339 yet; because I guess these callers will disappear into back-end
18340 specific files anyway.
18341
18342 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
18343
18344 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
18345 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
18346 `vc-uses-locking'.
18347
18348 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
18349 Store yes/no in the property, and return t/nil. Updated all
18350 callers.
18351
18352 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
18353 vc-sccs-uses-locking. Don't set property.
18354 (vc-sccs-locking-user): Don't set property.
18355
18356 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
18357 vc-cvs-uses-locking. Don't set property here; leave that to
18358 vc-hooks.
18359 (vc-cvs-locking-user): Reflect above change. Streamlined.
18360
18361 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
18362 vc-rcs-uses-locking.
18363 (vc-rcs-locking-user): Reflect above change.
18364
18365 2000-09-04 Dave Love <fx@gnu.org>
18366
18367 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
18368
18369 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
18370
18371 * vc-hooks.el (vc-checkout-model): Punt to backends.
18372
18373 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
18374
18375 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
18376
18377 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
18378 New functions.
18379
18380 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
18381 New functions.
18382
18383 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
18384 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
18385
18386 * vc-hooks.el (vc-default-locking-user): New function.
18387 (vc-locking-user, vc-workfile-version): Punt to backends.
18388
18389 2000-09-04 Dave Love <fx@gnu.org>
18390
18391 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
18392 (vc-master-workfile-version): Moved from vc-hooks.
18393
18394 * vc-rcs-hooks.el: Fix duplicate code in last change.
18395
18396 * vc-rcs-hooks.el: Require vc-hooks when compiling.
18397 (vc-rcs-master-templates): Improve :type.
18398 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
18399 vc-master-workfile-version): Moved from vc-hooks.
18400
18401 * vc-sccs-hooks.el: Require vc-hooks when compiling.
18402 (vc-sccs-master-templates): Improve :type.
18403 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
18404
18405 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
18406
18407 * vc-cvs-hooks.el: Require vc-hooks when compiling.
18408 (vc-cvs-master-templates): Improve :type. Use
18409 vc-cvs-find-cvs-master.
18410 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
18411 from vc-hooks.
18412 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
18413
18414 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
18415 Moved to vc-cvs-hooks.
18416
18417 * vc-hooks.el: Add doc strings in various places. Simplify the
18418 minor mode setup.
18419 (vc-handled-backends): New user variable.
18420 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
18421 simplification.
18422
18423 2000-09-04 Dave Love <fx@gnu.org>
18424
18425 * vc.el: Some doc fixes for autoloaded and interactive functions.
18426 Fix compilation warnings from ediff stuff.
18427 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
18428
18429 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
18430
18431 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
18432
18433 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
18434
18435 2000-09-04 Dave Love <fx@gnu.org>
18436
18437 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
18438 New variable.
18439 (vc-make-backend-function, vc-loadup, vc-call-backend)
18440 (vc-backend-defines): New functions.
18441
18442 * vc-hooks.el: Various doc fixes.
18443 (vc-default-back-end, vc-follow-symlinks): Custom fix.
18444 (vc-match-substring): Function removed. Callers changed to use
18445 match-string.
18446 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
18447 Simplify.
18448
18449 2000-09-04 Dave Love <fx@gnu.org>
18450
18451 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
18452 type.
18453 (vc-sccs-project-dir, vc-search-sccs-project-dir)
18454 (vc-sccs-registered): Doc fix.
18455
18456 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
18457 (vc-cvs-registered): Doc fix.
18458
18459 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
18460 (vc-rcs-registered): Doc fix.
18461
18462 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
18463
18464 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
18465
18466 * vc-hooks.el: vc-registered has been renamed
18467 vc-default-registered. Some functions have been moved to the
18468 backend specific files. they all support the
18469 vc-BACKEND-registered functions.
18470
18471 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
18472
18473 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
18474
18475 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
18476
18477 2000-09-04 Dave Love <fx@gnu.org>
18478
18479 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
18480 menu-bar-update-hook.
18481
18482 * help.el (help-manyarg-func-alist): Add
18483 find-operation-coding-system.
18484
18485 * wid-edit.el (widget-sexp-validate): Fix garbled code.
18486
18487 * custom.el (custom-set-variables): Print message about errors in
18488 setting.
18489
18490 2000-09-03 Andrew Innes <andrewi@gnu.org>
18491
18492 * makefile.w32-in: Change to DOS line endings.
18493
18494 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
18495
18496 * mouse.el (mouse-popup-menubar): Supply the prompt string for
18497 minor-mode keymaps, if they don't have one.
18498
18499 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
18500
18501 * eshell/esh-module.el (eval-when-compile): Don't lose if
18502 esh-module.el's file name is truncated to DOS 8+3 limits.
18503
18504 2000-09-01 John Wiegley <johnw@gnu.org>
18505
18506 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
18507 predicate, which caused entries in the completion list to be
18508 doubled.
18509
18510 2000-08-30 John Wiegley <johnw@gnu.org>
18511
18512 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
18513 sending to subprocesses. Also, hook pre-command-hook if
18514 `eshell-send-direct-to-subprocesses' is non-nil.
18515 (eshell-send-direct-to-subprocesses): New config variable. If t,
18516 subprocess input is send immediately.
18517 (eshell-toggle-direct-send): New function.
18518 (eshell-self-insert-command): New function.
18519 (eshell-intercept-commands): New function.
18520 (eshell-send-input): If direct subprocess sending is enabled,
18521 don't echo any input to the Eshell buffer. Let the subprocess
18522 handle that. This requires "stty echo" in bash, for example.
18523
18524 2000-08-28 John Wiegley <johnw@gnu.org>
18525
18526 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
18527 completion function for Eshell's implementation of `unset'.
18528
18529 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
18530
18531 * info.el (Info-directory-list): Doc fix.
18532
18533 2000-08-31 Peter Breton <pbreton@ne.mediaone.net>
18534
18535 * filecache.el (file-cache-add-directory-using-find): Don't quote
18536 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
18537
18538 2000-08-31 Kenichi Handa <handa@etl.go.jp>
18539
18540 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
18541 coding systems.
18542
18543 2000-08-30 Andrew Innes <andrewi@gnu.org>
18544
18545 * timer.el (run-with-idle-timer): Undo last change, so that timer
18546 is not activated immediately if Emacs is already idle. Some
18547 existing code relies on this behaviour.
18548
18549 2000-08-30 Miles Bader <miles@gnu.org>
18550
18551 * frame.el (set-frame-font): Do completion of font-name for
18552 interactive use.
18553
18554 2000-08-30 Kenichi Handa <handa@etl.go.jp>
18555
18556 * international/quail.el (quail-start-translation): Bind locally
18557 last-command-event, last-command, and this-command.
18558 (quail-start-conversion): Likewise.
18559 (quail-self-insert-command): Fix docstring.
18560
18561 2000-08-29 Gerd Moellmann <gerd@gnu.org>
18562
18563 * progmodes/executable.el
18564 (executable-make-buffer-file-executable-if-script-p): Check that
18565 buffer contains at least 2 characters.
18566
18567 2000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
18568
18569 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
18570
18571 2000-08-29 Dave Love <fx@gnu.org>
18572
18573 * diff-mode.el (diff-mode) <defgroup>: Add :version.
18574 (diff-mode-shared-map): Bind mouse-2.
18575 (diff-imenu-generic-expression): New variable.
18576 (diff-mode): Use it.
18577
18578 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
18579 (mouse-popup-menubar): Add minor mode menus.
18580 (popup-menu): Check for lookup-key returning number.
18581
18582 2000-08-29 Miles Bader <miles@gnu.org>
18583
18584 * comint.el (comint-send-input): Create overlays using the proper
18585 front/read-advance arguments.
18586
18587 2000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18588
18589 * ps-print.el: Even/odd pages printing. Doc fix.
18590 (ps-print-version): New version number (6.0).
18591 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
18592 (ps-background, ps-begin-file, ps-begin-job): Code fix.
18593 (ps-print-duplex-feature): Variable eliminated.
18594 (ps-even-or-odd-pages): New variable.
18595
18596 * progmodes/ebnf2ps.el: Doc fix.
18597 (ebnf-version): New version (3.3).
18598 (ebnf-user-arrow): Change variable customization to sexp.
18599 (ebnf-user-arrow): Function eliminated.
18600 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
18601
18602 2000-08-29 Kenichi Handa <handa@etl.go.jp>
18603
18604 * help.el (help-xref-mule-regexp): New variable.
18605 (help-make-xrefs): Handle help-xref-mule-regexp.
18606
18607 * international/mule-cmds.el (help-xref-mule-regexp-template): New
18608 variable.
18609 (describe-input-method): Temporarily activate the specfied input
18610 method to display the information.
18611 (describe-language-environment): Hyperlinks to mule related items.
18612
18613 * international/mule-diag.el (charset-multibyte-form-string): New
18614 function.
18615 (list-character-sets-1): Use charset-multibyte-form-string.
18616 (describe-character-set): New function.
18617 (describe-coding-system): Hyperlinks to safe character sets.
18618
18619 * international/quail.el (quail-help): New arg PACKAGE.
18620 Hyperlinks to mule related items.
18621 (quail-help-insert-keymap-description): Use
18622 substitute-command-keys instead of describe-bindings.
18623 (quail-translation-help): Hyperlinks to mule related items.
18624
18625 2000-08-28 John Wiegley <johnw@gnu.org>
18626
18627 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
18628 have a defsubst call itself. Made `eshell-flatten-list' back into
18629 a function again.
18630
18631 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
18632 catch, in case re-centering point at bottom messes up the display.
18633 This happens frequently in Emacs 21, due I believe to variable
18634 line heights.
18635
18636 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
18637 to call `find-tag-interactive'.
18638
18639 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
18640 the list of remember directories.
18641
18642 2000-08-28 John Wiegley <johnw@gnu.org>
18643
18644 * align.el: Test align-region-separate to see if it's a symbol.
18645
18646 2000-08-28 John Wiegley <johnw@gnu.org>
18647
18648 * eshell/esh-util.el (eshell-flatten-list): Made this function
18649 into a defsubst form. It gets used very frequently, although
18650 calls don't occur all that often.
18651
18652 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
18653 examining it.
18654
18655 * eshell/esh-cmd.el (eshell-rewrite-while-command):
18656 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
18657 `eshell-protect'.
18658 (eshell-copy-handles): Created a new macro for duplicating the
18659 current set of open handles. This is needed by the looping
18660 functions.
18661 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
18662 is not incorrectly stomped on.
18663
18664 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
18665 declaration for pcomplete-use-paring.
18666 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
18667 value of eshell-cmpl-use-paring.
18668 * pcomplete.el (pcomplete-use-paring): New config variable, to
18669 indicate whether paring should be used.
18670 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
18671 completion alternatives that have already been used.
18672
18673 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
18674 bound to C-c C-y, which will repeat the previous N arguments
18675 (based on prefix argument).
18676 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
18677
18678 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
18679 if there is no *Help* buffer. This is for XEmacs, which renames
18680 its help buffers uniquely. TODO: Find out what the current buffer
18681 name to delete is.
18682
18683 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
18684 first entry that correlates to a passwd/group number. Later
18685 entries (used for group/user name aliasing to multiple IDs) are
18686 ignored.
18687
18688 * eshell/em-xtra.el (eshell/expr):
18689 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
18690 (eshell-grep, eshell/diff, eshell/locate):
18691 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
18692 argument list, before passing it to the system command.
18693
18694 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
18695 `find-tag' for use at final position in Eshell buffers (which
18696 otherwise triggers an error on Emacs 21).
18697 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
18698 buffer, if it is currently bound to `find-tag'.
18699
18700 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
18701 in the list of matched Makefile names.
18702 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
18703 directory, prefer its contents to Makefile.
18704
18705 * eshell/em-dirs.el (eshell/cd): cd commands that look up
18706 directory parts (like "cd old new", or "cd =regexp"), are now case
18707 sensitive on non-Windows/DOS platforms.
18708
18709 * eshell/esh-mode.el (eshell-parse-command-input): When a user
18710 types RET after an open delimiter (like "), display a message
18711 indicating that Eshell is waiting for the closing delimiter.
18712
18713 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
18714 environment variables.
18715
18716 * eshell/em-unix.el (eshell/diff): Added logic to fail more
18717 gracefully if the user enters incorrect arguments.
18718
18719 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
18720 Eshell buffers.
18721
18722 * eshell/esh-var.el (eshell-interpolate-variable):
18723 * eshell/esh-mode.el (eshell-move-argument):
18724 * eshell/em-unix.el (eshell-du-sum-directory):
18725 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
18726 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
18727 (not (= ...)).
18728
18729 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
18730 to ensure the `preserve' flag gets propagated when doing recursive
18731 directory copies.
18732
18733 2000-08-28 Stefan Monnier <monnier@cs.yale.edu>
18734
18735 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
18736 Don't convert \n into \0177 in memory.
18737 (eshell-read-history, eshell-write-history): Convert \n to \0177,
18738 and back again, when reading and writing.
18739
18740 2000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
18741
18742 * eshell/esh-util.el (eshell-processp): Added to relieve constant
18743 testing of `fboundp' on `processp'.
18744
18745 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
18746 (eshell/jobs): Don't call process-list if it is not bound.
18747 (eshell-gather-process-output): Support systems where async
18748 subprocesses aren't supported.
18749 (eshell-scratch-buffer, eshell-last-sync-output-start): New
18750 variables.
18751
18752 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
18753 eshell-do-eval returns t.
18754 (eshell-do-pipelines-synchronously): New defmacro.
18755 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
18756 when async subprocesses aren't supported.
18757 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
18758 if async subprocesses aren't supported.
18759 (eshell-resume-command): Don't assume STATUS is a string.
18760
18761 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
18762
18763 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
18764 (eshell-close-target, eshell-get-target): Use eshell-processp.
18765 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
18766 fix.
18767 (eshell-get-target, eshell-create-handles): Doc fix.
18768
18769 2000-08-28 Miles Bader <miles@lsi.nec.co.jp>
18770
18771 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
18772 criterion to include commands that output something, as long as it
18773 leaves both the command and the end-of-buffer visible when the
18774 command has exited.
18775 (eshell-review-quick-commands): Adjust the help doc string
18776 accordingly.
18777
18778 2000-08-28 Peter Breton <pbreton@ne.mediaone.net>
18779
18780 * locate.el (locate): Cleaned up locate command's interactive prompting
18781 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
18782
18783 * filecache.el (file-cache-case-fold-search): New variable
18784 (file-cache-assoc-function): New variable
18785 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
18786 Use file-cache-case-fold-search variable
18787 (file-cache-add-file): Use file-cache-assoc-function
18788 (file-cache-delete-file): likewise
18789 (file-cache-directory-name): likewise
18790 (file-cache-debug-read-from-minibuffer): likewise
18791
18792 2000-08-28 Gerd Moellmann <gerd@gnu.org>
18793
18794 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
18795 (abbrev-table-name): New function.
18796 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
18797 If non-nil list local abbrev, only.
18798
18799 2000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
18800
18801 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
18802 from Gnus support code, and use special article copy buffer
18803 `(gnus-original-article-buffer)' instead. This allows to get rid
18804 of article-hide-headers usage (which breaks in the latest Gnus
18805 version). Thanks to Detlev Zundel.
18806
18807 2000-08-28 Kenichi Handa <handa@etl.go.jp>
18808
18809 * international/quail.el (quail-use-package): Hide "... loaded"
18810 message.
18811 (quail-start-translation, quail-start-conversion): Likewise.
18812
18813 * international/kkc.el (kkc-region): Hide "... loaded" message.
18814
18815 2000-08-27 Dave Love <fx@gnu.org>
18816
18817 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
18818
18819 2000-08-27 Miles Bader <miles@gnu.org>
18820
18821 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
18822
18823 2000-08-27 Kenichi Handa <handa@etl.go.jp>
18824
18825 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
18826 'ja-dic-cnv), not (require 'skkdic-cnv).
18827
18828 2000-08-26 Miles Bader <miles@gnu.org>
18829
18830 * faces.el (face-x-resources): Add entry for :inherit.
18831 * cus-face.el (custom-face-attributes): Add support for :inherit
18832 attribute. Add support for relative face heights.
18833 (custom-face-attributes-get): Treat `nil' as being a default value
18834 for :inherit (as well as `unspecified').
18835
18836 * faces.el (set-face-attribute): Update doc string.
18837 (face-attribute-name-alist): Add :inherit.
18838 (face-valid-attribute-values): Handle :inherit.
18839 (face-read-string): Rephrase prompt to be less confusing.
18840 Assume that DEFAULT is a string, since we must return a string.
18841 (face-read-integer): Use `format' to turn DEFAULT into an
18842 acceptable default for face-read-string. Match NEW-VALUE against
18843 the string "unspecified", not the symbol `unspecified', since
18844 that's what face-read-string returns.
18845 (read-face-attribute): Lookup a name for old-value in valid, and
18846 use it as a default if we find one. Treat all values from
18847 face-read-string as strings. If the default is used, don't do any
18848 more processing on the value, just use the old value directly.
18849 (read-face-and-attribute, modify-face): Tweak prompt.
18850 (read-face-name): Don't assume prompt ends with a space.
18851
18852 * faces.el (describe-face): Add support for :inherit attribute.
18853
18854 2000-08-25 Kenichi Handa <handa@etl.go.jp>
18855
18856 * terminal.el (terminal-emulator): Fix args to `concat'. Now
18857 concat doesn't accept interger.
18858
18859 * international/kkc.el: Remove SKK from Keywords. Require
18860 ja-dic-utl instead of skkdic-utl.
18861
18862 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
18863 Provide ja-dic-cnv instead of skkdic-cnv.
18864 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
18865 (iso-2022-7bit-short): Add safe-charsets property.
18866 (skkdic-convert-postfix): Search Japanese chou-on character in
18867 addition to Hiragana character.
18868 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
18869 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
18870 (batch-skkdic-convert): Likewise.
18871
18872 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
18873 Provide ja-dic-utl instead of skkdic-utl.
18874 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
18875
18876 2000-08-24 Dave Love <fx@gnu.org>
18877
18878 * disp-table.el (standard-display-default): Make the test of `l'
18879 useful.
18880
18881 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
18882 mod sample text.
18883
18884 * international/iso-ascii.el: Make pilcrow convenient string
18885 consistent with section.
18886 (iso-ascii-display): Set up multibyte characters as well as
18887 unibyte.
18888
18889 2000-08-24 Kenichi Handa <handa@etl.go.jp>
18890
18891 * international/mule-cmds.el (reset-language-environment): Set
18892 default-process-coding-system to '(undecided . iso-latin-1), which
18893 makes process I/O almost consistent with file I/O. Call this
18894 function when mule-cmds.el[c] is loaded.
18895
18896 2000-08-22 Andrew Innes <andrewi@gnu.org>
18897
18898 * makefile.w32-in: New file.
18899
18900 2000-08-22 Miles Bader <miles@lsi.nec.co.jp>
18901
18902 * comint.el (comint-output-filter): Compare end of
18903 comint-last-output-overlay with the start of the newly inserted
18904 text, not the end, when deciding whether to extend it.
18905 Set saved-point's insertion type to advance after insertion.
18906
18907 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
18908 since this is now done independently of font-lock mode.
18909
18910 2000-08-21 Gerd Moellmann <gerd@gnu.org>
18911
18912 * server.el (server-kill-new-buffers): New user option.
18913 (server-existing-buffer): New buffer-local variable.
18914 (server-visit-files): When using an existing buffer, set
18915 server-existing-buffer to t.
18916 (server-buffer-done): If server-kill-new-buffers is t, kill the
18917 buffer, unless it was already present before visiting it with
18918 Emacs server.
18919
18920 2000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
18921
18922 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
18923 even if the display doesn't support colors: some displays will
18924 support bold/underline faces.
18925
18926 2000-08-21 Gerd Moellmann <gerd@gnu.org>
18927
18928 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
18929
18930 * startup.el (command-line): If user's init file had an error,
18931 add explanatory text to *Messages*.
18932
18933 2000-08-21 Kenichi Handa <handa@etl.go.jp>
18934
18935 * man.el (Man-getpage-in-background): Decode the process output by
18936 the system locale coding system.
18937
18938 2000-08-20 Dave Love <fx@gnu.org>
18939
18940 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
18941 Don't test x-popup-menu.
18942 (function) <complete-function>: Complete only fbound symbols.
18943 <validate, value>: New.
18944 (variable) <complete-function>: Complete only bound symbols.
18945 (coding-system): Add :base-only, :complete-function, :validate,
18946 :value, :prompt-match.
18947 (widget-coding-system-prompt-value): Use read-coding-system and
18948 act on :base-only.
18949 (editable-field): Add :help-echo.
18950 (widget-push-button-gui, widget-push-button-cache)
18951 (widget-gui-action, widget-editable-list-gui): COmment out, along
18952 with uses.
18953 (widget-at): Make arg optional.
18954 (widget-echo-help): Adjust for current help-echo calling sequence.
18955 (widget-specify-field, widget-specify-button)
18956 (widget-specify-insert, widget-get-sibling, widget-image-find)
18957 (widget-convert, widget-insert, widget-leave-text)
18958 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
18959 (widget-setup, widget-field-find, widget-before-change)
18960 (widget-after-change, widget-default-complete)
18961 (widget-default-create, widget-default-delete)
18962 (widget-push-button-value-create, editable-field)
18963 (widget-field-prompt-value, widget-field-validate)
18964 (widget-choice-value-create, widget-choice-action)
18965 (widget-choice-validate, widget-checklist-add-item)
18966 (widget-radio-add-item, widget-radio-chosen)
18967 (widget-radio-value-inline, widget-editable-list-value-create)
18968 (widget-editable-list-entry-create)
18969 (widget-documentation-link-add)
18970 (widget-documentation-string-value-create)
18971 (widget-regexp-validate, widget-file-complete)
18972 (widget-sexp-validate, widget-plist-convert-widget)
18973 (widget-plist-convert-widget, widget-alist-convert-widget)
18974 (widget-alist-convert-widget, widget-color-complete): Simplify,
18975 particularly to avoid bindings which aren't optimized out.
18976
18977 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
18978 Doc fix.
18979 (down-list, backward-up-list, up-list, kill-sexp)
18980 (backward-kill-sexp, mark-sexp): Make arg optional.
18981 (lisp-complete-symbol): Add optional arg PREDICATE.
18982
18983 * cus-start.el: Add display-buffer-reuse-frames,
18984 file-coding-system-alist.
18985
18986 2000-08-20 Gerd Moellmann <gerd@gnu.org>
18987
18988 * startup.el (command-line): Clear realized faces after
18989 modifying TTY color mappings.
18990
18991 2000-08-20 Miles Bader <miles@gnu.org>
18992
18993 * faces.el (face-attr-match-p): Don't return true if ATTRS are
18994 merely a subset of FACE's attributes.
18995
18996 2000-08-19 Miles Bader <miles@gnu.org>
18997
18998 * comint.el (comint-output-filter): Save the point with a marker,
18999 not just a buffer position.
19000
19001 * international/mule.el (set-buffer-process-coding-system): Make
19002 interactive prompt less confusing.
19003
19004 2000-08-19 Gerd Moellmann <gerd@gnu.org>
19005
19006 * hilit-chg.el: General cleanup of doc strings, comments and
19007 code formatting.
19008
19009 2000-08-19 Miles Bader <miles@gnu.org>
19010
19011 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
19012 Compiler macro removed; beginning-of-line is no longer always
19013 equivalent to forward-line, in the presence of fields.
19014
19015 * comint.el (comint-output-filter): Remove ad-hoc saving of
19016 restriction, and just use save-restriction, now that it works
19017 correctly. Don't adjust comint-last-input-start to account for
19018 our insertion; it shouldn't have moved because we don't use
19019 insert-before-markers anymore. Comment out call to
19020 `force-mode-line-update'; why is it here?
19021
19022 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
19023 while checking for prompt to delete. Use `forward-line 0'
19024 instead of beginning-of-line.
19025 (gud-filter): Temporarily widen gud comint buffer while
19026 examining output.
19027
19028 2000-08-18 Stefan Monnier <monnier@cs.yale.edu>
19029
19030 * progmodes/sh-script.el: Big bag of typos.
19031
19032 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
19033 check since ispell-process is not bound when ispell is not yet loaded.
19034
19035 2000-08-18 Dave Love <fx@gnu.org>
19036
19037 * image.el (find-image): Copy `spec' before using plist-put.
19038
19039 2000-08-18 Gerd Moellmann <gerd@gnu.org>
19040
19041 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
19042 `portugues'.
19043
19044 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
19045 backward-kill-sexp, analogous to kill-sexp.
19046
19047 * progmodes/icon.el (icon-indent-line)
19048 (icon-is-continuation-line): Handle comments specially.
19049
19050 2000-08-17 Ken Stevens <k.stevens@ieee.org>
19051
19052 * ispell.el: Set to standard author/maintainer/keyword fields.
19053 Fine tuning to menu map appearance and operation, and added help.
19054 Remove `start' and `end' error messages when compiling.
19055 (ispell-choices-win-default-height): Fixed comment string.
19056 (ispell-dictionary-alist-1): Fixed regexp in castellano and
19057 castellano8 dictionaries.
19058 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
19059 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
19060 dictionary, added italiano dictionary.
19061 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
19062 word character
19063 (ispell-tex-skip-alists): Added psfig support.
19064 (ispell-skip-html): Renamed from ispell-skip-sgml.
19065 (ispell-begin-skip-region-regexp, ispell-skip-region)
19066 (ispell-minor-check): Improved html skipping support to skip across
19067 code, and recognize `&' commands without propper `;' syntax;
19068 (ispell-process-line): Fix alignment error when manually
19069 correcting spelling.
19070 (ispell): Fix comment string.
19071 (ispell-add-per-file-word-list): Always put word list on new line.
19072
19073 2000-08-17 Gerd Moellmann <gerd@gnu.org>
19074
19075 * format.el (format-encode-run-method): Fix error message to say
19076 `encode' instead of `decode'. Use save-window-excursion around
19077 shell-command-on-region as in format-decode-run-method because
19078 shell-command-on-region can display a buffer with error output.
19079 (format-decode): Don't record undo information for the decoding.
19080 (format-annotate-function): Add parameter FORMAT-COUNT. Make
19081 that number part of the temporary buffer name so that more than
19082 one decoding using a temporary buffer can happen safely.
19083
19084 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
19085 of `A-z' in the regexp.
19086
19087 * hilit-chg.el: Fix typos in commentary.
19088
19089 * help.el (view-emacs-news): Rewritten for new naming scheme
19090 for old NEWS files.
19091
19092 * startup.el (command-line): Pop to *Messages* in case an error
19093 is signaled while loading user-init-file.
19094
19095 2000-08-17 Andreas Schwab <schwab@suse.de>
19096
19097 * files.el (insert-directory): Don't lose original file name,
19098 undoing an undocumented change.
19099
19100 2000-08-17 Alex Schroeder <alex@gnu.org>
19101
19102 * sql.el (sql-magic-go): Use comint-bol.
19103 (sql-copy-column): Use comint-line-beginning-position.
19104 (comint-line-beginning-position): Define a replacement for
19105 comint-line-beginning-position if it is not fboundp.
19106
19107 2000-08-17 Alex Schroeder <alex@gnu.org>
19108
19109 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
19110 it didn't have any effect anyway.
19111
19112 2000-08-17 Alex Schroeder <alex@gnu.org>
19113
19114 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
19115 --pset and pager=off instead of sending \\o|cat at the beginning
19116 of the session.
19117
19118 2000-08-17 Miles Bader <miles@gnu.org>
19119
19120 * progmodes/octave-inf.el: Add compatibility definition of
19121 comint-line-beginning-position.
19122
19123 2000-08-17 Kenichi Handa <handa@etl.go.jp>
19124
19125 * startup.el (normal-top-level): Look in each dir in load-path for
19126 a leim-list.el file too. This assures of loading leim-list.el
19127 that is created at Emacs installation time even if a user have his
19128 own leim-list.el.
19129
19130 2000-08-17 Miles Bader <miles@gnu.org>
19131
19132 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
19133 foreground color to black if the background is dark.
19134
19135 2000-08-16 Stefan Monnier <monnier@cs.yale.edu>
19136
19137 * loadhist.el (unload-feature): Typo.
19138
19139 * finder.el (finder-compile-keywords):
19140 * cus-dep.el (custom-make-dependencies): Add local-variable settings
19141 to the generated file.
19142
19143 * mail/mh-e.el (mh-make-local-vars):
19144 Replace make-variable-buffer-local with make-local-variable.
19145
19146 * play/landmark.el:
19147 * options.el (Edit-options-{set,toggle,t,nil}):
19148 * mail/mailabbrev.el (mail-abbrevs-mode):
19149 * textmodes/tex-mode.el (tex-expand-files):
19150 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
19151
19152 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
19153
19154 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
19155 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
19156 Allow going past the last element.
19157 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
19158 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
19159 (cvs-mouse-toggle-mark): Don't move point.
19160 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
19161
19162 * progmodes/compile.el (grep): Provide a default set of files.
19163 (next-error): Docstring fix.
19164 (compilation-find-file): Avoid find-file (fails in a dedicated window).
19165
19166 * emacs-lisp/easy-mmode.el (define-minor-mode):
19167 Use `symbol-value' to keep the byte-compiler quiet.
19168
19169 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
19170 (diff-find-source-location): New fun, extracted from diff-goto-source.
19171 (diff-goto-source): Use it.
19172 (diff-next-complex-hunk, diff-filter-lines): New function.
19173 (diff-apply-hunk): New command.
19174
19175 * smerge-mode.el (smerge-mode-menu): Doc fix.
19176
19177 * msb.el (msb-mode): Define it in terms of define-minor-mode.
19178
19179 2000-08-16 Dave Love <fx@gnu.org>
19180
19181 * windmove.el (windmove) <defgroup>: Add :version.
19182
19183 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
19184 (goto-address-fontify-p, goto-address-highlight-p)
19185 (goto-address-url-face, goto-address-url-mouse-face)
19186 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
19187 (goto-address-url-regexp): Use thing-at-point-url-regexp.
19188 (goto-address-fontify, goto-address-at-mouse): Simplify,
19189 (goto-address-at-point): browse-url-url-at-point,
19190 goto-address-find-address-at-point can return nil.
19191 (goto-address-find-address-at-point): Return nil on failure.
19192
19193 * align.el (align) <defgroup>: Add :version.
19194
19195 * calculator.el (calculator): Add :version.
19196 (calculator): Use two lines for calculator window if `modeline'
19197 face is boxed.
19198
19199 * play/5x5.el: Doc fixes.
19200 (5x5) <defgroup>: Add :version.
19201
19202 * play/fortune.el (fortune) <defgroup>: Add :version.
19203 (fortune-append): Fix error message.
19204 (fortune-from-region): Doc fix.
19205
19206 * play/pong.el (pong): Doc fix.
19207
19208 * play/morse.el: Keywords, commentary, autoloads.
19209
19210 2000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
19211
19212 * desktop.el (desktop-save): Don't look at symbol-value of a
19213 member of minor-mode-alist, unless it is boundp.
19214
19215 2000-08-16 Sam Steingold <sds@gnu.org>
19216
19217 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
19218 `while'; use `with-current-buffer' instead of `save-excursion'.
19219 Removed unnecessary kludges now that "*Buffer List*" is excluded.
19220
19221 2000-08-16 Kenichi Handa <handa@etl.go.jp>
19222
19223 * international/ccl.el (declare-ccl-program): Docstring modified.
19224 (ccl-execute-with-args): Likewise.
19225
19226 2000-08-16 Miles Bader <miles@gnu.org>
19227
19228 * progmodes/sql.el: Add compatibility definition of
19229 comint-line-beginning-position.
19230
19231 2000-08-15 Gerd Moellmann <gerd@gnu.org>
19232
19233 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
19234 'buffer-menu' property.
19235 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
19236 fails.
19237 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
19238 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
19239 wasn't killed.
19240
19241 * buff-menu.el (list-buffers-noselect): Don't display the
19242 *Buffer List* buffer.
19243
19244 * font-lock.el: Require jit-lock to prevent a very late
19245 `Loading jit-lock' message.
19246
19247 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
19248 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
19249 mail address.
19250
19251 2000-08-15 Miles Bader <miles@gnu.org>
19252
19253 * textmodes/ispell.el (ispell-graphic-p): New constant.
19254 (ispell-choices-win-default-height, ispell-help): Use
19255 `ispell-graphic-p' instead of `xemacsp'.
19256
19257 2000-08-15 Dave Love <fx@gnu.org>
19258
19259 * simple.el: Autoload widget-convert when compiling.
19260 (mail-user-agent): Doc fix.
19261
19262 * help.el (function-called-at-point, variable-at-point): Use
19263 with-syntax-table.
19264 (help-manyarg-func-alist): Add insert-and-inherit.
19265
19266 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
19267
19268 * delsel.el (delsel-unload-hook): New function.
19269
19270 * find-file.el: Doc fixes. Move provide to end.
19271 (ff) <defgroup>: Add :link.
19272 (ff-goto-click): Deleted.
19273 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
19274 Use mouse-set-point.
19275
19276 * textmodes/tildify.el: Doc fixes.
19277 (tildify) <defgroup>: Add:version.
19278
19279 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
19280 (glasses-custom-set): Use set-default, not set.
19281 (minor-mode-alist): Propertize the lighter.
19282 (glasses-mode): Provide optional arg.
19283
19284 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
19285 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
19286 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
19287 option. Provide :type.
19288 (cwarn-configuration): Provide :type.
19289 (cwarn-mode): Doc fix.
19290
19291 * add-log.el (change-log-merge): Doc fix.
19292 (change-log-redate): New command.
19293
19294 * net/browse-url.el (browse-url-filename-alist): Add a clause for
19295 Doze and Dog.
19296 (browse-url): Use dolist, not mapcar.
19297 (browse-url-at-point): Check for null url.
19298 (browse-url-event-buffer, browse-url-event-point): Functions
19299 deleted.
19300 (browse-url-at-mouse, browse-url-netscape): Simplify.
19301
19302 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
19303 modes.
19304 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
19305 Fix previous change to mapcan.
19306 (msb--init-file-alist, msb--add-separators)
19307 (msb--make-keymap-menu): Simplify.
19308 (msb--choose-file-menu): Use copy-sequence.
19309 (msb-mode-map): Add title to keymap.
19310 (msb-unload-hook): New function.
19311
19312 * bs.el: Fix indentation.
19313 (bs) <defgroup>: Add :links.
19314 (bs-show): Doc fix.
19315 (bs-apply-sort-faces): Don't use window-system.
19316 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
19317
19318 2000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
19319
19320 * calendar/timeclock.el (timeclock-file): Run .timelog through
19321 convert-standard-filename.
19322
19323 2000-08-14 Gerd Moellmann <gerd@gnu.org>
19324
19325 * emacs-lisp/authors.el: New file.
19326
19327 * paren.el (show-paren-priority): New user option.
19328 (show-paren-function): Set overlay priorities to
19329 show-paren-priority.
19330
19331 2000-08-14 Miles Bader <miles@gnu.org>
19332
19333 * comint.el (comint-bol): Use `forward-line 0' instead of calling
19334 beginning-of-line with inhibit-field-text-motion bound.
19335
19336 2000-08-14 Gerd Moellmann <gerd@gnu.org>
19337
19338 * calendar/timeclock.el: New file.
19339
19340 2000-08-14 David Ponce <david@dponce.com>
19341
19342 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
19343 `widget-button-click'. so that one can use left mouse button to
19344 click on dialog buttons.
19345
19346 2000-08-14 Emmanuel Briot <briot@gnat.com>
19347
19348 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
19349 identifiers, since XML is case sensitive
19350
19351 2000-08-12 Miles Bader <miles@gnu.org>
19352
19353 * comint.el (comint-output-filter): Don't bother frobbing
19354 window-start, it doesn't seem to be necessary.
19355
19356 * comint.el (comint-send-string, comint-send-region): Make into
19357 real functions. Snapshot the prompt before sending.
19358
19359 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
19360
19361 * info.el (Info-find-emacs-command-nodes): Rewrite to use
19362 technique similar to Info-index, instead of relying on specific
19363 names of relevant Index nodes.
19364 (Info-goto-emacs-command-node): Bind Info-history to nil when
19365 going to the first node found by Info-find-emacs-command-nodes.
19366
19367 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
19368
19369 * menu-bar.el (menu-bar-help-menu): Add a :help string.
19370
19371 2000-08-10 Miles Bader <miles@gnu.org>
19372
19373 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
19374
19375 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
19376
19377 * info.el (Info-file-list-for-emacs): More elements for the
19378 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
19379 and woman manuals.
19380
19381 2000-08-10 Miles Bader <miles@lsi.nec.co.jp>
19382
19383 * comint.el (comint-send-input): Make the newline boundary overlay
19384 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
19385 (comint-output-filter): Use `insert' instead of
19386 `insert-before-markers'. Extend comint-last-output-overlay when
19387 necessary since we can't rely on insert-before-markers to do it.
19388 * gud.el (gud-filter): Use `with-current-buffer' instead of
19389 save-excursion when inserting the output, so that point gets
19390 updated correctly; the old method relied on a rather dodgy
19391 side-effect of comint-output-filter to avoid the effect of
19392 save-excursion.
19393
19394 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
19395
19396 * files.el (recover-file): Call insert-directory instead of
19397 invoking `ls' directly.
19398
19399 2000-08-10 Miles Bader <miles@gnu.org>
19400
19401 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
19402 (comint-last-prompt-overlay): New variables.
19403 (comint-output-filter): Implement prompt highlighting.
19404 (comint-snapshot-last-prompt): New function.
19405 (comint-send-input): Snapshot the last prompt.
19406 Use comint-highlight-input-face.
19407 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
19408 Use defface instead of defcustom.
19409 (send-invisible, comint-send-eof): Snapshot the last prompt.
19410 (comint-delchar-or-maybe-eof): Use comint-send-eof.
19411 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
19412
19413 2000-08-09 Stefan Monnier <monnier@cs.yale.edu>
19414
19415 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
19416 (regexp-opt-group): Use a list of chars for `letters'.
19417 (regexp-opt-charset): `chars' is now a list of chars.
19418 Use a char-table rather than a vector so it works for multibyte chars.
19419
19420 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
19421 Set cvs-minor-current-files to the selected fileinfo.
19422 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
19423 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
19424
19425 2000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
19426
19427 * files.el (insert-directory): Don't call access-file on
19428 directories on DOS and Windows.
19429
19430 2000-08-09 Kenichi Handa <handa@etl.go.jp>
19431
19432 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
19433 longer if necessary.
19434 (ccl-embed-code): Call ccl-embed-data to store CODE in
19435 ccl-program-vector.
19436
19437 2000-08-09 Miles Bader <miles@gnu.org>
19438
19439 * comint.el (comint-output-filter): Properly handle the case where
19440 the text surrounded by comint-last-output-overlay was deleted.
19441
19442 2000-08-08 Gerd Moellmann <gerd@gnu.org>
19443
19444 * info.el (Info-insert-dir): Use Info-additional-directory-list if
19445 non-nil.
19446 (Info-file-list-for-emacs): Remove "info" from the list because
19447 that leads to trying to use the documentation from file `info'
19448 in various situations where it isn't appropriate, for instance
19449 C-h C-k C-h i.
19450
19451 * ffap.el (ffap-read-file-or-url-internal): Handle case that
19452 DIR and/or STRING are nil.
19453
19454 * progmodes/compile.el (compilation-setup): Make variable
19455 compilation-error-screen-columns buffer-local, as some comment
19456 in the code suggests it should be.
19457
19458 * files.el (auto-mode-interpreter-regexp): New variable.
19459 (set-auto-mode): Use it.
19460
19461 * indent.el (indent-for-tab-command): Doc fix.
19462
19463 * mouse-sel.el (mouse-sel-mode): Doc fix.
19464
19465 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
19466 labels.
19467
19468 * help.el (print-help-return-message): When
19469 display-buffer-reuse-frames is set, let the help window been quit,
19470 instead of deleting it, which might delete a reused frame.
19471
19472 2000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
19473
19474 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
19475 rename a directory to a name that differs only by its letter case.
19476
19477 2000-08-08 Kenichi Handa <handa@etl.go.jp>
19478
19479 * international/quail.el (quail-define-rules): Handle Quail decode
19480 map correctly. Add code for supporting annotations.
19481 (quail-install-decode-map): New function.
19482 (quail-defrule-internal): New optional arguments decode-map and
19483 props.
19484 (quail-advice): New function.
19485
19486 2000-08-07 Sam Steingold <sds@gnu.org>
19487
19488 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
19489 `defconst', `define-condition', `with-slots'.
19490 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
19491
19492 2000-08-03 Miles Bader <miles@gnu.org>
19493
19494 * comint.el (comint-use-prompt-regexp-instead-of-fields):
19495 New variable.
19496 (comint-prompt-regexp, comint-get-old-input): Document dependence on
19497 comint-use-prompt-regexp-instead-of-fields.
19498 (comint-send-input): Add `input' field property to stuff we send to
19499 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
19500 (comint-output-filter): Add `output' field property to process
19501 output, if comint-use-prompt-regexp-instead-of-fields is nil.
19502 (comint-replace-by-expanded-history)
19503 (comint-get-old-input-default, comint-show-output)
19504 (comint-backward-matching-input, comint-forward-matching-input)
19505 (comint-next-prompt, comint-previous-prompt): Use field
19506 properties if comint-use-prompt-regexp-instead-of-fields is nil.
19507 (comint-line-beginning-position): New function.
19508 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
19509 (comint-replace-by-expanded-history-before-point): Use
19510 comint-line-beginning-position and line-end-position.
19511 (comint-last-output-overlay): New variable.
19512 (comint-mode): Make `comint-last-output-overlay' buffer-local.
19513
19514 * shell.el (shell-prompt-pattern): Doc change.
19515 (shell-backward-command): Use line-beginning-position.
19516
19517 * gud.el (gud-gdb-complete-command): Use
19518 comint-line-beginning-position.
19519
19520 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
19521 comint-bol doesn't actually go to the beginning of the line.
19522
19523 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
19524 if comint-use-prompt-regexp-instead-of-fields is non-nil.
19525 (try-expand-line-all-buffers): Likewise.
19526
19527 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
19528 explicitly matching comint-prompt-regexp.
19529 (sql-copy-column): Use comint-line-beginning-position instead of
19530 explicitly matching comint-prompt-regexp.
19531
19532 * progmodes/octave-inf.el (inferior-octave-complete): Use
19533 comint-line-beginning-position.
19534
19535 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
19536
19537 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
19538 looking for a prompt, use `forward-line 0' instead of
19539 `beginning-of-line', to avoid getting caught by an input field.
19540
19541 2000-08-07 Gerd Moellmann <gerd@gnu.org>
19542
19543 * files.el (shell-quote-wildcard-pattern): Make sure to return
19544 PATTERN, in the Unix case.
19545
19546 2000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
19547
19548 * play/zone.el (zone): Discard any pending input before running
19549 the randomly-chosen pgm.
19550
19551 2000-08-07 Kenichi Handa <handa@etl.go.jp>
19552
19553 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
19554 checking the existence of any multibyte characters.
19555
19556 2000-08-06 Gerd Moellmann <gerd@gnu.org>
19557
19558 * help.el (describe-mode): Test minor-mode symbol for being
19559 bound before testing its value for being nil.
19560
19561 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
19562 `first', `second', and `third'.
19563
19564 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
19565 (second): Make it an alias for `cadr'.
19566
19567 2000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
19568
19569 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
19570 types of display support faces now.
19571
19572 2000-08-05 Gerd Moellmann <gerd@gnu.org>
19573
19574 * pcvs.el (require): Require `cl' during compilation, only.
19575
19576 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
19577 (toplevel): Remove `remq' and `remove' from autoloads.
19578 (cl-fake-autoloads): New variable. If set, arrange for an error
19579 when CL functions etc. are autoloaded.
19580
19581 2000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
19582
19583 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
19584
19585 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
19586 popped up, but the user clicks outside the menu, return an empty
19587 regexp (that causes unhighlight-regexp to have no effect).
19588
19589 * menu-bar.el (menu-bar-games-menu): Add Zone.
19590
19591 * hi-lock.el (toplevel): Require font-lock.
19592
19593 2000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
19594
19595 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
19596 (ebnf-8-bit-chars): New var for bug fix.
19597 (ebnf-string): Bug fix.
19598
19599 2000-08-03 Sam Steingold <sds@gnu.org>
19600
19601 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
19602 instead of `buffer-string'.
19603 (require 'cl): Always, not just when compiling.
19604 `ignore-errors' in `interactive', `list*', `defun*' &c make this
19605 necessary.
19606
19607 2000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
19608
19609 * international/mule-cmds.el (select-safe-coding-system): Make
19610 the message text about selecting a safe coding system more clear.
19611
19612 2000-08-02 Gerd Moellmann <gerd@gnu.org>
19613
19614 * hi-lock.el: New file.
19615
19616 * play/zone.el: New file.
19617
19618 * replace.el (occur): Set tab-width in the *Occur* buffer to the
19619 value of tab-width in the original buffer. Choose a line number
19620 format that's a multiple of the original buffer's tab width, so
19621 that lines appear right.
19622
19623 * textmodes/ispell.el (ispell): New function, replacing an alias.
19624 Spell-check active region if in transient-mark-mode and mark
19625 is active; otherwise spell-check buffer.
19626
19627 2000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
19628
19629 * ps-mule.el: Fix a customization problem on
19630 ps-mule-font-info-database-default.
19631
19632 2000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
19633
19634 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
19635 display-mouse-p instead of window-system.
19636 (ebrowse-member-mode-map): Ditto.
19637
19638 2000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
19639
19640 * progmodes/ebnf2ps.el: Update ps-print functions call.
19641 Indentation fix. Doc fix.
19642 (ebnf-version): New version number (3.2).
19643 (ebnf-format-color, ebnf-begin-job): Code fix.
19644
19645 2000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
19646
19647 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
19648 font lock support on window-system.
19649 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
19650
19651 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
19652 display-color-p, if fboundp, instead of window-system.
19653
19654 2000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
19655
19656 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
19657 instead of window-system.
19658
19659 * wid-edit.el (widget-choose): Use display-mouse-p instead of
19660 window-system.
19661 (widget-choice-mouse-down-action): Use display-popup-menus-p
19662 instead of window-system.
19663
19664 * strokes.el (strokes-file): Run the file name through
19665 convert-standard-filename.
19666 (strokes-mode): Call display-mouse-p instead of looking at
19667 window-system. Change the error message accordingly.
19668
19669 * progmodes/cpp.el (toplevel): Support faces on tty's.
19670
19671 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
19672 (lm-plot-square, lm-init-display): Don't use window-system.
19673
19674 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
19675 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
19676
19677 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
19678 instead of looking at window-system.
19679
19680 2000-07-30 Gerd Moellmann <gerd@gnu.org>
19681
19682 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
19683 of testing if iswitchb-prepost-hooks is bound, because the
19684 latter will always be true when invoking a recursive minibuffer
19685 from an active Iswitchb buffer.
19686
19687 2000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
19688
19689 * files.el (shell-quote-wildcard-pattern): New function.
19690 (insert-directory): Call it. Only prepend "\" to command on Unix
19691 and GNU/Linux systems.
19692
19693 2000-07-30 Gerd Moellmann <gerd@gnu.org>
19694
19695 * eshell/esh-groups.el: Change custom :link file names
19696 from `eshell.info' to `eshell'.
19697
19698 2000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
19699
19700 * dired.el (dired-build-subdir-alist): Expand subdirectory names
19701 correctly in recursive ange-ftp listings.
19702
19703 2000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
19704
19705 * ps-print.el: Fix bug 1: if ps-font-size-internal,
19706 ps-header-font-size-internal and
19707 ps-header-title-font-size-internal variables are not set,
19708 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
19709 face text property is (foreground-color . COLOR) or
19710 `(background-color . COLOR)', ps-print crashes. Doc fix.
19711 (ps-print-version): New version number (5.2.4).
19712 (ps-plot-region): Code fix.
19713 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
19714 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
19715 Bug fix 2.
19716
19717 2000-07-30 Milan Zamazal <pdm@freesoft.cz>
19718
19719 * glasses.el (glasses-make-readable): Fix uncapitalization of
19720 identifiers like `myXMLDocument'.
19721
19722 2000-07-28 Karl Fogel <kfogel@red-bean.com>
19723
19724 * mail/mail-hist.el (mail-hist-previous-input)
19725 (mail-hist-next-input): Do the obvious code factorization.
19726 (mail-hist-retrieve-and-insert): New func, contains common
19727 code of above two.
19728 If inserting a message body, leave point at top.
19729
19730 2000-07-28 Sam Steingold <sds@gnu.org>
19731
19732 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
19733 Use `<=', not `<' to compare times!
19734 (ange-ftp-ls): Remove.
19735
19736 2000-07-27 Gerd Moellmann <gerd@gnu.org>
19737
19738 * play/cookie1.el: Add explanation of how to make cookie.el
19739 compatible with strfile(1) to comment.
19740
19741 * subr.el (remove, remq): New functions.
19742
19743 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
19744 escape `*' in regexps.
19745 (midnight-find): Reverse order of arguments in the funcall of
19746 TEST.
19747
19748 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
19749 and `.class'.
19750
19751 * play/meese.el: Add Commentary section.
19752
19753 2000-07-27 Alex Schroeder <alex@gnu.org>
19754
19755 * sql.el (sql-ms): Added autoload cookie.
19756 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
19757 (sql-oracle): Ditto.
19758 (sql-help): Doc change.
19759
19760 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
19761 types and exceptions.
19762
19763 2000-07-27 Alex Schroeder <alex@gnu.org>
19764
19765 * sql.el (sql-placeholder-history): New variable.
19766 (sql-query-placeholders-and-send): New function that will query
19767 the user and replace placeholders with user input.
19768 (sql-oracle): If running on NT, set comint-input-sender to
19769 sql-query-placeholders-and-send.
19770
19771 (sql-stop): If in the SQLi buffer, insert stop notification, else
19772 present it as a message.
19773
19774 2000-07-27 Alex Schroeder <alex@gnu.org>
19775
19776 * sql.el (sql-input-ring-separator): Doc change.
19777 (sql-input-ring-file-name): Doc change.
19778 (sql-interactive-mode): Use `sql-input-ring-separator' and
19779 `sql-input-ring-file-name' to set the comint-mode equivalents
19780 without making them local variables.
19781 (sql-stop): Don't bind `sql-input-ring-separator' and
19782 `sql-input-ring-file-name' dynamically to their comint-mode
19783 equivalents.
19784
19785 2000-07-27 Kenichi Handa <handa@etl.go.jp>
19786
19787 * international/mule.el (register-char-codings): New function.
19788 (make-coding-system): Handle `safe-chars' specification in the arg
19789 PROPERTY.
19790
19791 * international/mule-cmds.el
19792 (find-coding-systems-region-subset-p): This function deleted.
19793 (sort-coding-systems-predicate): New variable.
19794 (sort-coding-systems): New function.
19795 (find-coding-systems-region): Use
19796 find-coding-systems-region-internal.
19797 (find-coding-systems-string): Use find-coding-systems-region.
19798 (find-coding-systems-for-charsets): Check
19799 char-coding-system-table.
19800 (select-safe-coding-system-accept-default-p): New variable.
19801 (select-safe-coding-system): Mostly rewritten. New argument
19802 ACCEPT-DEFAULT-P.
19803 (select-message-coding-system): Call select-safe-coding-system
19804 with ACCEPT-DEFAULT-P arg.
19805 (reset-language-environment): Reset default-sendmail-coding-system
19806 to the default value iso-latin-1.
19807 (set-language-environment): Don't set the obsolete variable
19808 charset-origin-alist.
19809
19810 * international/codepage.el (cp-coding-system-for-codepage-1):
19811 Give `safe-chars' property to make-coding-system.
19812
19813 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
19814 calling select-message-coding-system twice.
19815
19816 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
19817 instead of `safe-charsets'.
19818 (cyrillic-alternativnyj): Likewise.
19819 (ccl-encode-alternativnyj): Don't check the charset
19820 cyrillic-iso8859-5.
19821
19822 2000-07-27 Kenichi Handa <handa@etl.go.jp>
19823
19824 * composite.el (compose-chars-after): Preserve match data.
19825
19826 2000-07-26 Sam Steingold <sds@gnu.org>
19827
19828 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
19829 (ange-ftp-real-file-newer-than-file-p): New function.
19830 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
19831 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
19832
19833 * tooltip.el (tooltip-float-time): Removed (use `float-time').
19834 * midnight.el (midnight-float-time): Ditto.
19835
19836 2000-07-26 Andreas Schwab <schwab@suse.de>
19837
19838 * files.el (normal-backup-enable-predicate): Correct
19839 interpretation of the return value of compare-strings.
19840
19841 2000-07-26 Gerd Moellmann <gerd@gnu.org>
19842
19843 * isearch.el (isearch-resume): New function.
19844 (isearch-done): Add something to command-history to resume
19845 the search.
19846 (isearch-yank-line, isearch-yank-word): Use
19847 buffer-substring-no-properties instead of buffer-substring.
19848
19849 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
19850 of flyspell-mouse-map.
19851
19852 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
19853 duplicate definition.
19854 (makefile-mode): Remove duplicate setting of local-abbrev-table.
19855
19856 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
19857 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
19858
19859 2000-07-25 Sam Steingold <sds@gnu.org>
19860
19861 * net/ange-ftp.el: Get modtime over the net.
19862 (ange-ftp-file-modtime): New function.
19863 (ange-ftp-write-region, ange-ftp-insert-file-contents)
19864 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
19865 Use it.
19866 (ange-ftp-dot-to-slash): New function.
19867 (ange-ftp-fix-name-for-vms): Use it.
19868
19869 * midnight.el (midnight-buffer-display-time): Use
19870 `with-current-buffer'.
19871
19872 2000-07-25 Gerd Moellmann <gerd@gnu.org>
19873
19874 * find-dired.el: Update copyright notice.
19875 (find-dired): Offer to kill a running `find'.
19876
19877 * enriched.el (enriched-face-ans): For a `foreground-color'
19878 property, return '(("x-color" COLOR))' so that COLOR will be
19879 output as a parameter of the x-color annotation. Likewise for the
19880 `background-color' property. In the case of normal face
19881 properties, don't return annotations for unspecified foreground
19882 and background face attributes.
19883
19884 2000-07-25 Kenichi Handa <handa@etl.go.jp>
19885
19886 * language/japan-util.el (japanese-katakana-region): Fix handling
19887 HANKAKU argument.
19888
19889 2000-07-25 Miles Bader <miles@gnu.org>
19890
19891 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
19892 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
19893 constrain-to-field.
19894
19895 2000-07-24 Andrew Innes <andrewi@gnu.org>
19896
19897 * timer.el (timer-activate-when-idle): Add optional parameter
19898 DONT-WAIT. Update docstring.
19899 (run-with-idle-timer): Specify extra parameter to
19900 timer-activate-when-idle, so that timer will be activated
19901 immediately if Emacs is already idle.
19902
19903 * w32-fns.el (w32-using-nt): Fix docstring.
19904
19905 2000-07-24 Dave Love <fx@gnu.org>
19906
19907 * mouse.el (popup-menu): Set last-command-event.
19908 (mouse-major-mode-menu-prefix): Declare.
19909
19910 2000-07-24 Gerd Moellmann <gerd@gnu.org>
19911
19912 * textmodes/flyspell.el: Update to author's version 1.5d.
19913
19914 * progmodes/hideshow.el: Update copyright notice.
19915
19916 * vcursor.el: Set maintainer to FSF, since author cannot
19917 be reached.
19918
19919 2000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
19920
19921 * info.el (Info-goto-emacs-key-command-node): Leave a space after
19922 the prompt.
19923
19924 * mouse.el (popup-menu): Run the keymap through indirect-function,
19925 in case it was defined with define-prefix-key. If the menu is a
19926 list of keymaps, look up the binding of user's choice in each one
19927 of the keymaps.
19928 (mouse-popup-menubar): If the global and local menu-bar keymaps
19929 don't have a prompt string, create one and insert it into the
19930 keymap. Don't barf if current-local-map returns nil.
19931
19932 2000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
19933
19934 * dired.el (dired-sort-R-check): Added to allow recursive listing
19935 to be undone.
19936 (dired-sort-other): Use it.
19937
19938 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
19939
19940 * Release of cc-mode 5.27
19941
19942 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
19943
19944 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
19945 c-beginning-of-statement-1 that caused a bad case of recursion
19946 which could consume a lot of CPU in large classes in languages
19947 that have in-expression classes (i.e. Java and Pike).
19948
19949 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
19950 statements before top level constructs (i.e. case 6 is moved
19951 before case 5 and is now case 4) to catch in-expression
19952 classes in top level expressions correctly.
19953
19954 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
19955
19956 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
19957 objc-method-intro. Case 4 removed and case 5I added.
19958
19959 * cc-langs.el (c-append-paragraph-start): New variable used by
19960 c-common-init to get paragraph-start correct.
19961 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
19962 initialize paragraph-start to make it correct both with and
19963 without the javadoc special case.
19964
19965 * cc-mode.el (java-mode): Use c-append-paragraph-start to
19966 initialize paragraph-start for javadoc markup.
19967
19968 * cc-vars.el (c-style-variables-are-local-p): Incompatible
19969 change by defaulting this to t. It's motivated by the
19970 confusing behavior that otherwise arise from the style system
19971 when editing both java and non-java files at the same time
19972 (see the comments about style setting in c-common-init).
19973
19974 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
19975
19976 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
19977 similar to the one in c-fill-paragraph to check the fill
19978 prefix from the adaptive fill function for sanity.
19979
19980 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
19981
19982 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
19983 defun block.
19984
19985 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
19986
19987 * cc-align.el (c-lineup-multi-inher): Handle lines with
19988 leading comma nicely. Extended to handle member initializers
19989 too.
19990
19991 * cc-engine.el: (c-beginning-of-inheritance-list,
19992 c-guess-basic-syntax): Fixed recognition of inheritance lists
19993 when the lines begins with a comma.
19994
19995 * cc-vars.el (c-offsets-alist): Changed default for
19996 member-init-cont to c-lineup-multi-inher since it now handles
19997 member initializers and indents better for leading commas.
19998
19999 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20000
20001 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
20002 handling that caused class open lines to be recognized as
20003 statement-conts in some cases.
20004
20005 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
20006 guessed by the adaptive fill function unless point is on the
20007 first line of a block comment.
20008
20009 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
20010 when the buffer ends with a macro continuation char.
20011
20012 * cc-engine.el (c-guess-basic-syntax): Added support for
20013 function definitions as statements in Pike. The first
20014 statement in a lambda block is now labeled defun-block-intro
20015 instead of statement-block-intro.
20016
20017 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
20018 so that the class surrounding point is selected, not the one
20019 innermost in the state.
20020
20021 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
20022 recognition of switch labels having hanging multiline
20023 statements.
20024
20025 * cc-engine.el (c-beginning-of-member-init-list): Broke out
20026 some code in c-guess-basic-syntax to a separate function.
20027 * cc-engine.el (c-just-after-func-arglist-p): Fixed
20028 recognition of member inits with multiple line arglists.
20029 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
20030 member-init-cont when the commas are in funny places.
20031
20032 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20033
20034 * cc-defs.el (c-auto-newline): Removed this macro since it's
20035 not used anymore.
20036
20037 * cc-engine.el (c-looking-at-bos): New helper function.
20038 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
20039 inexpr and toplevel classes apart in Pike.
20040
20041 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
20042 of case 9A.
20043
20044 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
20045 constant, since "class" can introduce an in-expression class
20046 in Pike nowadays.
20047
20048 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20049
20050 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
20051 indentation on cpp-macro lines.
20052
20053 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
20054 a syntax modifier like comment-intro, to make it possible to
20055 get syntactic indentation for preprocessor directives. It's
20056 incompatible wrt to lineup functions on cpp-macro, but it has
20057 no observable effect in the 99.9% common case where cpp-macro
20058 is set to -1000.
20059
20060 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20061
20062 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
20063 member-init-cont when the preceding arglist is several lines.
20064
20065 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20066
20067 * cc-styles.el (c-style-alist): The basic offset for the BSD
20068 style corrected to 8.
20069
20070 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20071
20072 * cc-styles.el (c-style-alist): Adjusted the indentation of
20073 brace list openers in the gnu style.
20074
20075 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20076
20077 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
20078
20079 * cc-cmds.el (c-electric-brace, c-electric-slash,
20080 c-electric-star, c-electric-semi&comma, c-electric-colon,
20081 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
20082 when c-syntactic-indentation is nil.
20083
20084 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
20085 we were left at comments preceding the first statement when
20086 reaching the beginning of the buffer.
20087
20088 * cc-vars.el (c-syntactic-indentation): New variable to turn
20089 off all syntactic indentation.
20090
20091 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20092
20093 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
20094 between the text and the block comment ender when it hangs,
20095 depending on how many there are before the fill.
20096
20097 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20098
20099 * cc-engine.el (c-beginning-of-closest-statement): New helper
20100 function to go back to the closest preceding statement start,
20101 which could be inside a conditional statement.
20102 * cc-engine.el (c-guess-basic-syntax): Use
20103 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
20104
20105 * cc-engine.el (c-guess-basic-syntax): Better handling of
20106 arglist-intro, arglist-cont-nonempty and arglist-close when
20107 the arglist is nested inside parens. Cases 7A, 7C and 7F
20108 changed.
20109
20110 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
20111 up-to-date with javadoc 1.2.
20112
20113 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20114
20115 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
20116 multiline Pike type decls.
20117
20118 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20119
20120 * cc-cmds.el (c-indent-new-comment-line): Always break
20121 multiline comments in multiline mode, regardless of
20122 comment-multi-line.
20123
20124 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20125
20126 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
20127 fully::qualified::names in C++ member init lists. Preamble in
20128 case 5D changed.
20129
20130 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20131
20132 * cc-langs.el (c-common-init): Handling of obsolete variables
20133 moved to c-initialize-cc-mode. More compatible style override
20134 when using global style variables.
20135 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
20136 variables moved here.
20137
20138 * cc-styles.el (c-make-styles-buffer-local): Flag style
20139 variable localness in c-style-variables-are-local-p to make
20140 the compatibility measure in c-common-init work well.
20141
20142 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
20143 longer contain set-from-style.
20144 * cc-styles.el (c-initialize-builtin-style): Don't check for
20145 set-from-style on c-special-indent-hook.
20146 * cc-styles.el (c-copy-tree): Obsolete. The standard function
20147 copy-alist is sufficient now.
20148
20149 * cc-styles.el (c-set-style, c-set-style-1,
20150 c-get-style-variables): Fixes to variable initialization so
20151 that duplicate entries in styles have the same effect
20152 regardless of DONT-OVERRIDE.
20153
20154 * cc-styles.el (c-set-style-2): Fixed bug where the
20155 initialization of inheriting styles failed when the
20156 dont-override flag is set.
20157
20158 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
20159 on this.
20160
20161 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20162
20163 * cc-defs.el (c-forward-comment): Removed the workaround
20164 introduced in 5.38 since it had worse side-effects. If a line
20165 contains the string "//\"", it regarded the // as a comment
20166 start since the \ temporarily doesn't have escape syntax.
20167
20168 2000-07-17 Emmanuel Briot <briot@act-europe.fr>
20169
20170 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
20171 ada-xref.el before ada-prj.el, so that the Project menu is created
20172 when ada-prj tries to add to it.
20173 (ada-activate-keys-for-case): Suppress the characters that are not
20174 part of the Ada syntax. Better compatibility with else-mode
20175 (ada-adjust-case-interactive): When auto-casing is not active,
20176 correctly insert newlines (used to insert only ^M). Prevent the
20177 syntax table from being changed in case of an error
20178 (or '_' becomes part of a word and some commands are confused).
20179 Do nothing if ada-auto-case is nil.
20180 (ada-after-keyword-p): Ignore keywords that are also attributes
20181 (ada-batch-reformat): Update usage comment
20182 (ada-call-from-contextual-menu): New function
20183 (ada-case-read-exceptions): Reinitialize the casing exception list
20184 first to nil first, so that the casing exception file can be
20185 shared.
20186 (ada-check-defun-name): Handles "configure" keyword for gnatdist
20187 files.
20188 (ada-compile-goto-error): Fix regexp used to detect a file:line
20189 anywhere in the error message
20190 (ada-contextual-menu-last-point): New variable
20191 (ada-create-keymap): If the variable delete-key-deletes-forward is
20192 t on XEmacs, it means that DEL should delete one character
20193 forward.
20194 (ada-create-menu): Use :included instead of :visible for XEmacs.
20195 New submenu "Options".
20196 (ada-end-stmt-re): Correctly indent "select ... then abort"
20197 statements.
20198 (ada-fill-comment-paragraph): Correctly delete all leading '--'
20199 even if they don't match ada-fill-comment-prefix Fix handling of
20200 paragraphs on the first or last line of a file.
20201 (ada-format-paramlist): Fix handling of default parameter values.
20202 (ada-get-body-name): New function.
20203 (ada-get-current-indent): Optimized by searchling directly for an
20204 existing generic part or a statement outside of it. Handle
20205 ada-indent-align-comments when indenting comments Replaced some
20206 regexps by testing directly the next character. This results in a
20207 huge speedup on some files. New indentation scheme for renames
20208 statements. Stop looking for the 'while' or 'for' associated with
20209 a 'loop' at the first semicolon encountered. A "return" can also
20210 match an anonymous access subprogram declaration.
20211 (ada-get-indent-noindent): Ignore strings and comments when
20212 looking for the keywords "record" and "private".
20213 (ada-goto-matching-decl-start): When matching "if", make sure we
20214 are not in fact seeing "end if". Ignore "when" statements except
20215 when initial keyword was "begin". Fix handling of nested
20216 procedures. Add a recursive call to this function to skip over
20217 other 'end' statmts. Fix indentation for "when .. => begin"
20218 (ada-in-open-paren-p): Fix indentation for complex boolean
20219 expressions, where 'and then', 'or else' and parenthesis
20220 statements are mixed up.
20221 (ada-in-paramlist-p): Skip comments while searching for the
20222 beginning Fix handling of operator declarations.
20223 (ada-indent-align-comments): New variable
20224 (ada-indent-current): Change the syntax table only in the
20225 protected section, so that we are sure it is restored correctly.
20226 (ada-indent-on-previous-lines): Use ada-use-indent and
20227 ada-with-indent Correctly indent "select ... then"
20228 (ada-indent-region): Slight speedup.
20229 (ada-indent-renames): New variable.
20230 (ada-last-which-function-subprog, ada-last-which-function-line):
20231 New variables
20232 (ada-looking-at-semi-private): Correctly indent the 'private'
20233 keyword when it is the first word in a package declaration.
20234 (ada-loose-case-word): Stop searching if at the end of the buffer.
20235 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
20236 even if point is not initially at the end of the word.
20237 (ada-matching-decl-start-re): Add "when".
20238 (ada-mode): Add support for abbrev-mode, outline-mode and
20239 which-func-mode Override the old find-file.el entry in
20240 ff-special-constructs since it is using the obsolete
20241 ada-spec-suffix variable
20242 (ada-no-auto-case): New function
20243 (ada-scan-paramlist): When parsing the argument type, accept
20244 spaces (as in "X 'Class", generated by Rational Rose).
20245 (ada-other-file-name): No longer loads the other file.
20246 (ada-popup-menu): Save and restore the current buffer and cursor
20247 position before and after displaying the menu.
20248 (ada-search-ignore-complex-boolean): New function.
20249 (ada-uncomment-region): Emacs21 already knows how to delete
20250 comments not starting in the first column.
20251 (ada-use-indent): New variable
20252 (ada-which-function): New function.
20253 (ada-with-indent): New variable
20254 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
20255 can be batch-compiled from the command line.
20256
20257 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
20258 Add to the menu when the file is loaded, not in ada-mode-hook.
20259 Add -toolbar to the default ddd command Switches moved from
20260 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
20261 ada-prj-default-comp-opt
20262 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
20263 Reference Manual to the menu
20264 (ada-check-current): rewritten as a call to ada-compile-current
20265 (ada-compile): Removed.
20266 (ada-compile-application, ada-compile-current, ada-check-current):
20267 Set the compilation-search-path so that compile.el automatically
20268 finds the sources in src_dir. Automatic scrollong of the
20269 compilation buffer. C-uC-cC-c asks for confirmation before
20270 compiling
20271 (ada-compile-current): New parameter, prj-field
20272 (ada-complete-identifier): Load the .ali file before doing
20273 processing
20274 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
20275 conform to gnatmake's behavior.
20276 (ada-find-file-in-dir): New function
20277 (ada-find-references): Set the environment variables for gnatfind
20278 (ada-find-src-file-in-dir): New function.
20279 (ada-first-non-nil): Removed
20280 (ada-gdb-application): Add support for jdb, the java debugger.
20281 (ada-get-ada-file-name): Load the original-file first if not done
20282 yet.
20283 (ada-get-all-references): Handles the new ali syntax (parent types
20284 are found between <>).
20285 (ada-initialize-runtime-library): New function
20286 (ada-mode-hook): Always load a project file when a file is opened,
20287 so that the casing exceptions are correctly read.
20288 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
20289 (ada-parse-prj-file): Use find-file-noselect instead of find-file
20290 to open the project file, since the latter does not work with
20291 speedbar Get default values before loading the prj file, or the
20292 default executable file name is wrong. Use the absolute value of
20293 src_dir to initialize ada-search-directories and
20294 compilation-search-path,... Add the standard runtime library to
20295 the search path for find-file.
20296 (ada-prj-default-debugger): Was missing an opening '{'
20297 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
20298 variables.
20299 (ada-prj-default-gnatmake-opt): New variable
20300 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
20301 buffers, the project file is the default one Save the windows
20302 configuration before displaying the menu.
20303 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
20304 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
20305 ...) regexp-quote identifiers names to support operators +,
20306 -,... in regexps.
20307 (ada-remote): New function.
20308 (ada-run-application): Erase the output buffer before starting the
20309 run Support remote execution of the application. Use
20310 call-process, or the arguments are incorrectly parsed
20311 (ada-set-default-project-file): Reread the content of the active
20312 project file, not the one from the current buffer When a project
20313 file is set as the default project, all directories are
20314 automatically associated with it.
20315 (ada-set-environment): New function
20316 (ada-treat-cmd-string): New special variable ${current}
20317 (ada-treat-cmd-string): Revised. The substitution is now done for
20318 any ${...} substring
20319 (ada-xref-current): If no body was found, compiles the spec
20320 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
20321 compiler to get rid of command line length limitations.
20322 (ada-xref-get-project-field): New function
20323 (ada-xref-project-files): New variable
20324 (ada-xref-runtime-library-specs-path)
20325 (ada-xref-runtime-library-ali-path): New variables
20326 (ada-xref-set-default-prj-values): Default run command now does a
20327 cd to the build directory. New field: main_unit Provide a default
20328 file name even if the current buffer has no prj file.
20329
20330 * ada-prj.el:
20331 Rewritten to show a tabbed-dialog.
20332 (ada-prj-add-ada-menu): Remove the map and name parameters.
20333 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
20334 New function
20335 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
20336 (ada-prj-load-from-file): New function
20337 (ada-prj-save): Always save fields that depend on the current buffer
20338 (ada-prj-show-value): New function
20339
20340 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
20341 Ada mode. This will allow us to display the Ada menu in any buffer
20342 we want (for project items).
20343 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
20344 number of spaces in the header.
20345
20346 2000-07-24 Dave Love <fx@gnu.org>
20347
20348 * ediff-init.el (ediff-region-help-echo): Bind face-help.
20349
20350 2000-07-23 Noah Friedman <friedman@splode.com>
20351
20352 * type-break.el (type-break): perform autosave.
20353 Suggested by Stephen Gildea <gildea@stop.mail-abuse.org>.
20354 (type-break-do-query): Cancel query schedule while performing
20355 actual query, to avoid possibility of a second query being made
20356 while first one is already in progress.
20357 (type-break-time-stamp-format): New variable.
20358 (type-break-time-stamp): New function.
20359 (type-break-time-warning): Use it.
20360 (type-break-keystroke-warning): Use it.
20361 (type-break-noninteractive-query): Use it.
20362
20363 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
20364 cookie.
20365 Use add-minor-mode to set minor-mode-alist, if available.
20366 (eldoc-echo-area-use-multiline-p): New user option.
20367 (eldoc-echo-area-multiline-supported-p): New variable.
20368 (eldoc-docstring-format-sym-doc): Use them.
20369 (eldoc-mode): If not using idle timers, append to local post and
20370 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
20371 (eldoc-display-message-no-interference-p): Don't interfere with
20372 edebug.
20373 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
20374 (eldoc-function-arglist): New function.
20375 (eldoc-function-argstring): Use it.
20376
20377 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
20378 auto save directory exists before calling directory-files.
20379
20380 2000-07-23 Dave Love <fx@gnu.org>
20381
20382 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
20383 ^o, ^u.
20384
20385 2000-07-21 Dave Love <fx@gnu.org>
20386
20387 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
20388 now passed to the function. It now works properly.
20389
20390 * smerge-mode.el (smerge-mode-menu): Fill it out.
20391
20392 2000-07-20 Gerd Moellmann <gerd@gnu.org>
20393
20394 * info-look.el (info-lookup): If *info* is shown in another frame
20395 on the same display, select that frame, instead of switching to
20396 the Info buffer in another window of the selected frame.
20397
20398 * simple.el (universal-argument-map): Bind numeric keypad keys
20399 kp-0 to kp-9 and kp-subtract.
20400 (digit-argument): Handle these keys.
20401
20402 2000-07-20 Dave Love <fx@gnu.org>
20403
20404 * net/goto-addr.el (goto-address-fontify): Don't bother with
20405 buffer-modified and read-only stuff -- irrelevant with overlays.
20406 Put an extra property on the overlays and use it to clean up in
20407 case goto-address is re-run.
20408
20409 2000-07-19 Richard M. Stallman <rms@gnu.org>
20410
20411 * timer.el (run-with-idle-timer): Doc fix.
20412
20413 * mail/mail-utils.el (mail-strip-quoted-names):
20414 Handle case where <...> appears inside "...".
20415 Use replace-match to edit the string more simply.
20416 (rmail-dont-reply-to): Cope with an unmatched ".
20417
20418 2000-07-19 Dave Love <fx@gnu.org>
20419
20420 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
20421 implementation.
20422
20423 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
20424 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
20425 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
20426
20427 2000-07-19 Gerd Moellmann <gerd@gnu.org>
20428
20429 * textmodes/refer.el: Correct maintainer's email address.
20430
20431 * progmodes/hideif.el: Correct author's email address.
20432 Fix typo in comment.
20433
20434 * xml.el: New file.
20435
20436 * mail/mailheader.el: Correct author's mail address.
20437
20438 * gnus/parse-time.el: Correct author's mail address.
20439
20440 2000-07-19 Colin Walters <walters@cis.ohio-state.edu>
20441
20442 * comint.el (comint-highlight-input, comint-highlight-face):
20443 New user options.
20444 (comint-input-ring-file-name): Change custom type.
20445 (comint-mode-map): Bind mouse-2.
20446 (comint-insert-clicked-input): New function.
20447 (comint-send-input): Handle input highlighting.
20448
20449 2000-07-18 Stefan Monnier <monnier@cs.yale.edu>
20450
20451 * mouse.el (popup-menu): New function.
20452 (mouse-major-mode-menu): Use it.
20453
20454 2000-07-18 Dave Love <fx@gnu.org>
20455
20456 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
20457 improvements.
20458
20459 2000-07-18 Gerd Moellmann <gerd@gnu.org>
20460
20461 * faces.el (face-font-selection-order)
20462 (face-font-family-alternatives): Add custom type.
20463
20464 2000-07-18 Dave Love <fx@gnu.org>
20465
20466 * cus-edit.el (custom-variable-reset-saved)
20467 (custom-variable-reset-standard): Remove unused bindings.
20468
20469 * rect.el (open-rectangle-line): Remove unused let.
20470
20471 * hl-line.el (hl-line-highlight): Check hl-line-mode.
20472
20473 2000-07-18 Gerd Moellmann <gerd@gnu.org>
20474
20475 * cdl.el: Fix `Maintainer' keyword.
20476
20477 * play/pong.el: Add author's email address.
20478
20479 2000-07-17 Sam Steingold <sds@gnu.org>
20480
20481 * files.el (insert-directory): Call `split-string' instead of
20482 re-implementing it.
20483
20484 2000-07-18 Gerd Moellmann <gerd@gnu.org>
20485
20486 * mail/vms-pmail.el: Change maintainer to FSF.
20487
20488 * net/goto-addr.el: Change maintainer to FSF.
20489
20490 * info.el (Info-title-face-alist): Removed.
20491
20492 2000-07-18 David Ponce <david@dponce.com>
20493
20494 * recentf.el (recentf-open-files): New command that works like
20495 `recentf-open-more-files', but shows the whole list of files (not just
20496 those omitted from the menu). Useful if you don't use a menu-bar!
20497 (recentf-open-more-files) Modified to use `recentf-open-files'.
20498
20499 (recentf-open-files, recentf-open-more-files)
20500 (recentf-edit-list): Dialogs use `recentf-dialog-mode'
20501
20502 (recentf-dialog-mode): New mode for dialogs. You can now just type
20503 "q" to cancel the dialogs.
20504
20505 2000-07-18 David Ponce <david@dponce.com>
20506
20507 * recentf.el: This is a major update of recentf.el. It adds new
20508 features to better organize the recentf menu and "More..." buffer.
20509
20510 Using new provided menu filtering functions you can now organize the
20511 recent files list:
20512
20513 - by major modes
20514 - by directories
20515 - by user defined rules
20516
20517 Finally, with the new `recentf-filter-changer' customizable filter you
20518 can define a ring of filters and dynamically (via the menu) cycle on
20519 each menu organization in the ring (a la msb).
20520
20521 2000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
20522
20523 * eshell/eshell.el (eshell): Replace links to eshell.info with
20524 links to eshell, to avoid problems on systems where the manual is
20525 installed as `eshell'.
20526 * eshell/esh-cmd.el (eshell-cmd): Ditto.
20527 * eshell/em-smart.el (eshell-smart): Ditto.
20528 * eshell/em-banner.el (eshell-banner): Ditto.
20529 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
20530
20531 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
20532 same-file check in the MS-DOS version (it does support inodes).
20533
20534 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
20535
20536 * eshell/eshell.el (eshell-directory-name):
20537 Run default directory name through convert-standard-filename.
20538
20539 2000-07-18 Kenichi Handa <handa@etl.go.jp>
20540
20541 * international/mule-cmds.el (select-safe-coding-system):
20542 Fix typo in the comment.
20543
20544 * language/european.el (compound-text):
20545 Force katakana-jisx0201 to be designated to G1.
20546
20547 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
20548 Don't translate some national variant characters of latin-jisx0201.
20549 (x-ctext): Force katakana-jisx0201 to be designated to G1.
20550
20551 * international/kkc.el (kkc-after-update-conversion-functions):
20552 New variable.
20553 (kkc-update-conversion): Run functions in it at the tail.
20554
20555 2000-07-16 John Wiegley <johnw@gnu.org>
20556
20557 * lisp/align.el (align-newline-and-indent):
20558 Adding new function. for auto-aligning blocks of code on RET.
20559 (align-region): Fixed badly formatted minibuffer message.
20560
20561 2000-07-17 Kenichi Handa <handa@etl.go.jp>
20562
20563 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
20564 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
20565 the conversion list at first if appropriate.
20566 (kkc-next): Don't update kkc-next-count here.
20567 (kkc-prev): Don't update kkc-prev-count here.
20568 (kkc-show-conversion-list-update): Fix setting up of conversion
20569 list message.
20570
20571 2000-07-16 Stefan Monnier <monnier@cs.yale.edu>
20572
20573 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
20574
20575 2000-07-16 Dave Love <fx@gnu.org>
20576
20577 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
20578 function to be more specific.
20579
20580 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
20581 non-string help-echo.
20582 (widget-types-convert-widget): Defsubst it.
20583 (widget-echo-help): Try to cope with a help-echo function of two
20584 possible sorts.
20585
20586 2000-07-15 Jason Rumney <jasonr@gnu.org>
20587
20588 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
20589 Declare as obsolete.
20590
20591 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
20592
20593 2000-07-14 Gerd Moellmann <gerd@gnu.org>
20594
20595 * hilit-chg.el: Fix typo.
20596
20597 2000-07-14 Dave Love <fx@gnu.org>
20598
20599 * info.el (Info-mode-menu): Fix use of :help, :enable.
20600
20601 2000-07-14 Stefan Monnier <monnier@cs.yale.edu>
20602
20603 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
20604
20605 2000-07-13 Dave Love <fx@gnu.org>
20606
20607 * emacs-lisp/easymenu.el: Doc fixes.
20608 (easy-menu-remove): Defalias to ignore.
20609
20610 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
20611 Call throw correctly.
20612
20613 2000-07-13 Gerd Moellmann <gerd@gnu.org>
20614
20615 * faces.el (frame-background-mode): Doc fix.
20616
20617 * simple.el (eval-expression-print-length): Change custom type to
20618 allow entering nil as value.
20619
20620 2000-07-13 Dave Love <fx@gnu.org>
20621
20622 * progmodes/fortran.el (fortran-imenu-generic-expression):
20623 Change definition layout.
20624 (fortran-mode-menu): Reinstate customize entries.
20625
20626 * cus-edit.el (custom-group-menu-create, customize-menu-create):
20627 Use :filter, per old XEmacs code.
20628
20629 2000-07-12 Gerd Moellmann <gerd@gnu.org>
20630
20631 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
20632 event when deciding what to send to the terminal.
20633
20634 2000-07-12 Dave Love <fx@gnu.org>
20635
20636 * cus-start.el: Add optional version as 4th element of specs and
20637 use it for several things new in v21. Remove load-path. Fix type
20638 of line-number-display-limit.
20639
20640 2000-07-11 Dave Love <fx@gnu.org>
20641
20642 * progmodes/fortran.el: Don't require easymenu.
20643 Use repeat counts in various regexps.
20644 (fortran-mode-syntax-table): Defvar directly.
20645 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
20646 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
20647 Use defvar, not defconst.
20648 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
20649 (fortran-mode): Set fortran-comment-line-start-skip,
20650 fortran-comment-line-start-skip, dabbrev-case-fold-search.
20651 (fortran-comment-indent): Use defsubst.
20652 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
20653 Use fortran-comment-indent, not fortran-comment-indent-function.
20654 (fortran-comment-region, fortran-electric-line-number): Simplify.
20655 (fortran-auto-fill): New function.
20656 (fortran-do-auto-fill): Deleted.
20657 (fortran-find-comment-start-skip):
20658 Check for non-null comment-start-skip.
20659 (fortran-auto-fill-mode, fortran-fill-statement):
20660 Use fortran-auto-fill.
20661 (fortran-fill): Use fortran-auto-fill. Check for null
20662 comment-start-skip. Simplify final clause and use end-of-line finally.
20663
20664 * widget.el (widget-plist-member): New alias.
20665
20666 2000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
20667
20668 * eshell/esh-module.el (toplevel): Reference
20669 byte-compile-current-file only if it is bound.
20670
20671 2000-07-10 Gerd Moellmann <gerd@gnu.org>
20672
20673 * dired.el: Don't require `dired-aux'.
20674
20675 2000-07-10 Miles Bader <miles@lsi.nec.co.jp>
20676
20677 * dired-aux.el (dired-show-file-type): New function.
20678 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
20679 (dired-show-file-type): Add autoload.
20680
20681 2000-07-10 Kenichi Handa <handa@etl.go.jp>
20682
20683 * international/mule-diag.el (describe-font): Adjusted for the
20684 change of fontset-info.
20685 (print-fontset): Likewise.
20686
20687 2000-07-09 Stefan Monnier <monnier@cs.yale.edu>
20688
20689 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
20690
20691 2000-07-07 Gerd Moellmann <gerd@gnu.org>
20692
20693 * bindings.el: Bind `[delete]' to delete-char.
20694
20695 * dired.el (dired-find-alternate-file): New function.
20696 (dired-mode-map): Bind `a' to dired-find-alternate-file.
20697 (toplevel): Require dired-aux when compiling.
20698 (dired-buffers): Move defvar within file to avoid compiler warning.
20699
20700 * info.el (Info-last-search): Variable removed.
20701 (Info-search-history): New variable.
20702 (Info-search): New Info-search-history.
20703
20704 * battery.el, info-look.el: Change author's mail address.
20705
20706 2000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
20707
20708 * mail/rmail.el (rmail-clear-headers): Don't throw an error
20709 if rmail-ignored-headers is nil.
20710 (rmail-retry-failure): Bind rmail-ignored-headers and
20711 rmail-displayed-headers to nil.
20712
20713 2000-07-06 Gerd Moellmann <gerd@gnu.org>
20714
20715 * lpr.el (lpr-page-header-switches): Add `-h' switch.
20716 (print-region-1): Don't hard code `-h' here.
20717
20718 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
20719
20720 2000-07-01 Francesco Potorti` <pot@gnu.org>
20721
20722 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
20723 exim can use "your message" instead of "the message".
20724
20725 2000-07-06 Stefan Monnier <monnier@cs.yale.edu>
20726
20727 * facemenu.el: Docstrings fixes.
20728 (facemenu-get-face): Don't use internal-find-face.
20729 (facemenu-iterate): Rename arg to match the docstring.
20730
20731 * newcomment.el (uncomment-region): Be more careful when skipping
20732 backwards over `=' not to bump into BOBP.
20733
20734 2000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
20735
20736 * ediff-diff.el (ediff-wordify): Use syntax table.
20737 * ediff-init.el (ediff-has-face-support-p): Use
20738 ediff-color-display-p.
20739 (ediff-color-display-p): Use display-color-p, changed to defun
20740 from defsubst.
20741 Got rid of special cases for NeXT and OS/2.
20742 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
20743 face.
20744
20745 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
20746
20747 * emacs-lisp/lucid.el: Require CL.
20748 (copy-tree, remprop): Remove, it's provided by CL.
20749 (map-keymap): Define in terms of cl-map-keymap.
20750 (extent-property, set-extent-end-glyph): New functions.
20751
20752 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
20753
20754 2000-07-05 Gerd Moellmann <gerd@gnu.org>
20755
20756 * Makefile.in (DONTCOMPILE): Add comment that the name may
20757 not be changed without changing the make-dist script.
20758
20759 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
20760 (cl-mapc): Use mapc instead of cl-old-mapc.
20761
20762 2000-07-05 Andrew Innes <andrewi@gnu.org>
20763
20764 * makefile.nt: Add support for `bootstrap' and related targets.
20765
20766 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
20767
20768 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
20769 (easy-menu-do-define): Use `menu-item' format.
20770 Handle case where easy-menu-create-menu returns a symbol.
20771 Manually call the potential top-level filter in the function binding.
20772 (easy-menu-filter-return): New arg NAME.
20773 Convert to a keymap if MENU is an XEmacs menu.
20774 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
20775 (easy-menu-converted-items-table, easy-menu-convert-item):
20776 New var and fun to memoize easy-menu-convert-item-1.
20777 (easy-menu-do-add-item): Use it.
20778 (easy-menu-create-menu): Use easy-menu-convert-item.
20779 Wrap easy-menu-filter-return around any :filter specification.
20780 Don't convert the menu if a filter was specified.
20781 Tell easy-menu-make-symbol not to check for MENU being an expression.
20782 (easy-menu-make-symbol): New arg NOEXP.
20783
20784 2000-07-05 Gerd Moellmann <gerd@gnu.org>
20785
20786 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
20787 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
20788 (eval-defun): If called with prefix arg, instrument code for
20789 Edebug.
20790
20791 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
20792 similar to that of eval-defun.
20793
20794 2000-07-04 Dave Love <fx@gnu.org>
20795
20796 * hl-line.el (hl-line-overlay): Make it permanent-local.
20797
20798 * calendar/todo-mode.el: Replaced with a working version, based on
20799 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
20800
20801 2000-07-03 Miles Bader <miles@lsi.nec.co.jp>
20802
20803 * paths.el (prune-directory-list): New function.
20804 (Info-default-directory-list): Rewritten to more methodically
20805 enumerate a big list of possible info directories (based on the
20806 list used by the standalone info reader).
20807
20808 * info.el (info-initialize): Use prune-directory-list to remove
20809 non-existent directories from Info-directory-list.
20810
20811 * paths.el (Info-default-directory-list): Try a list of possible
20812 info-directories instead of a single one. Add the possible
20813 info directory "/usr/share/info".
20814
20815 * woman.el (woman-man.conf-path): Explicitly include the debian
20816 man-db config file "/etc/manpath.config".
20817 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
20818 are present in `manpath.config'.
20819 (woman-manpath): Include "/usr/share/man".
20820
20821 2000-07-03 Gerd Moellmann <gerd@gnu.org>
20822
20823 * frame.el (blink-cursor-mode): Don't hide cursor initially.
20824
20825 * startup.el (command-line): Initialize blink-cursor based
20826 on window-system.
20827
20828 * frame.el (blink-cursor): Default to nil if not running under
20829 a window-system.
20830
20831 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
20832 (face-x-resources): Remove duplicate entry for :font.
20833
20834 * textmodes/refer.el (refer-find-entry-internal): Use some-window
20835 instead of cycling through windows with next-window.
20836
20837 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
20838 of cycling through windows with next-window.
20839
20840 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
20841 of cycling through windows with next-window.
20842
20843 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
20844 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
20845 instead of cycling through windows with next-window.
20846
20847 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
20848 instead of cycling through windows with next-window.
20849
20850 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
20851 of cycling through windows with next-window.
20852
20853 * terminal.el (te-process-output): Use walk-windows instead of
20854 cycling through windows with next-window.
20855
20856 * server.el (server-switch-buffer): Use some-window instead of
20857 cycling through windows with next-window.
20858
20859 * window.el (some-window): New function.
20860 (walk-windows): Remove reference to walk-windows-start.
20861
20862 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
20863
20864 2000-07-03 Richard Stallman <rms@gnu.org>
20865
20866 * window.el (walk-windows): Guarantee termination by keeping a list
20867 of all the windows already handled.
20868
20869 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
20870
20871 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
20872 window-system.
20873
20874 * man.el (Man-notify-when-ready): Don't use window-system. If
20875 Man-notify-method is newframe, and the display is not
20876 multi-frame, select the frame created for the man page.
20877 (Man-init-defvars): Doc fix.
20878
20879 2000-06-28 Gerd Moellmann <gerd@gnu.org>
20880
20881 * faces.el (region): Change background color for light background.
20882
20883 * ediff-wind.el (ediff-setup-control-frame): Remove :box
20884 attribute from mode-line face of Ediff control frame.
20885
20886 * replace.el (query-replace-map): Bind `e' like `E'.
20887
20888 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
20889
20890 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
20891 Change name to "Select All".
20892
20893 * dos-fns.el (convert-standard-filename): Fix last change.
20894
20895 2000-06-27 Gerd Moellmann <gerd@gnu.org>
20896
20897 * help.el (describe-variable): Don't insert a second `'s' in front
20898 of the string `value is shown below'. Since the syntax-table is
20899 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
20900 an existing `'s', so that this won't be deleted.
20901
20902 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
20903 * pcmpl-unix.el: New files.
20904
20905 2000-06-26 Stefan Monnier <monnier@cs.yale.edu>
20906
20907 * wid-edit.el (widget-member): Use the new plist-member.
20908
20909 2000-06-26 Gerd Moellmann <gerd@gnu.org>
20910
20911 * replace.el (perform-replace): Undo change of 2000-04-04.
20912 Instead, move backward 1 character at the end of the loop when
20913 necessary.
20914
20915 * faces.el (fringe): Change face for different backgrounds.
20916
20917 * eshell/esh-module.el (toplevel): Load defgroup's differently;
20918 patch from John.
20919
20920 * eshell/*.el: Change spelling of the Free Software Foundation.
20921
20922 * eshell/esh-toggle.el: Removed.
20923
20924 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
20925
20926 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
20927 interactively.
20928
20929 2000-06-26 Alex Schroeder <alex@gnu.org>
20930
20931 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
20932 `define-key'; instead of checking `(emacs-version)' check for
20933 `set-keymap-parent' and `set-keymap-name' directly. Add entries
20934 for `;' and `o' which might be electric.
20935
20936 (sql-electric-stuff): New user option.
20937 (sql-magic-go): New function which uses `sql-electric-stuff'.
20938 (sql-magic-semicolon): New function which uses
20939 `sql-electric-stuff'.
20940
20941 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
20942 is not fboundp.
20943
20944 (sql-oracle-options): New variable.
20945 (sql-oracle): Use it.
20946
20947 (sql-imenu-generic-expression): Doc change.
20948 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
20949 is used.
20950
20951 (sql-informix): Added command line parameter "-" to force
20952 sql-informix-program to use stdout.
20953
20954 2000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
20955
20956 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
20957 (cp864-decode-table): Doc fix.
20958 (cp720-decode-table): New variable, supports the Arabic OEM
20959 codepage used by Windows.
20960 (cp737-decode-table): New, Greek OEM codepage used by Windows.
20961
20962 2000-06-23 Dave Love <fx@gnu.org>
20963
20964 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
20965 (font-lock-fontify-anchored-keywords): Use
20966 line-beginning-position.
20967 (global-font-lock-mode): Use mapc.
20968
20969 2000-06-23 Stefan Monnier <monnier@cs.yale.edu>
20970
20971 * eshell/esh-module.el: Require CL when compiling.
20972
20973 2000-06-23 Gerd Moellmann <gerd@gnu.org>
20974
20975 * comint.el (comint-substitute-in-file-name): Call replace-match
20976 with second and third arg t.
20977
20978 * cus-edit.el (custom-button-face, custom-button-pressed-face):
20979 Specify foreground color.
20980
20981 * faces.el (tool-bar, mode-line, header-line): Specify foreground
20982 color.
20983
20984 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
20985
20986 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
20987 cddr instead of cdddr.
20988
20989 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
20990 instead of copy-list.
20991
20992 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
20993 of copy-list.
20994
20995 * subdirs.el: Add eshell subdirectory.
20996
20997 * eshell: New subdirectory containing the Eshell package.
20998
20999 * pcomplete.el: New file.
21000
21001 2000-06-23 Paul Eggert <eggert@twinsun.com>
21002
21003 * mail/mailpost.el (post-mail-send-it): Make sure file has
21004 proper permissions from birth.
21005
21006 * files.el (basic-save-buffer-2): When temporarily setting
21007 file modes, set them to current modes plus 0200, not to 0777.
21008
21009 * emerge.el (emerge-make-temp-file): Make sure file has proper
21010 permissions from birth.
21011
21012 2000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
21013
21014 * files.el (make-backup-file-name-1): On DOS/Windows, run the
21015 backup file name through convert-standard-filename.
21016
21017 * dos-fns.el (convert-standard-filename): Convert leading
21018 directories as well. When long file names are supported, convert
21019 characters that are invalid in Windows file names.
21020
21021 2000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
21022
21023 * ps-print.el: Fix bug: if ^L is the very first buffer character,
21024 ps-print crashes. New feature: page selection for printing. Create
21025 raw-text-unix coding system for XEmacs. Doc fix.
21026 (ps-print-version): New version number (5.2.3).
21027 (ps-plot-region): Bug fix.
21028 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
21029 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
21030 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
21031 funs.
21032 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
21033 (ps-last-page): New vars.
21034
21035 2000-06-21 Gerd Moellmann <gerd@gnu.org>
21036
21037 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
21038 empty option string.
21039
21040 2000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
21041
21042 * man.el (man): Doc fix.
21043
21044 2000-06-21 Kenichi Handa <handa@etl.go.jp>
21045
21046 * international/mule-cmds.el (set-language-info-alist): Docstring
21047 fixed.
21048
21049 2000-06-20 Gerd Moellmann <gerd@gnu.org>
21050
21051 * version.el (emacs-version): Use ISO date format.
21052
21053 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
21054 instead of `M-backspace'.
21055
21056 * simple.el (turn-off-auto-fill): New function.
21057
21058 2000-06-20 Stefan Monnier <monnier@cs.yale.edu>
21059
21060 * jit-lock.el (with-buffer-prepared-for-jit-lock):
21061 Renamed from with-buffer-prepared-for-font-lock and use
21062 inhibit-modification-hooks rather than setting *-change-functions.
21063 Update all functions to use the new name.
21064 (jit-lock-first-unfontify-pos): New semantics (and doc).
21065 (jit-lock-mode): Make non-interactive.
21066 Don't automatically turn on font-lock.
21067 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
21068 Always use jit-lock-after-change.
21069 Remove and restore font-lock-after-change-function.
21070 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
21071 (jit-lock-after-unfontify-buffer): Remove.
21072 (jit-lock-stealth-fontify):
21073 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
21074 (jit-lock-after-change): Set the `fontified' text-prop to nil.
21075
21076 2000-06-20 Sam Steingold <sds@gnu.org>
21077
21078 * emacs-lisp/cl-indent.el (toplevel): Indent
21079 `print-unreadable-object' properly. Untabify.
21080
21081 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
21082
21083 * textmodes/reftex.el (reftex-find-citation-regexp-format):
21084 Support for bibentry.
21085 (reftex-compile-variables): Fixed problem with end of section-re.
21086
21087 * texmodes/reftex-dcr.el (reftex-view-crossref,
21088 reftex-view-crossref-from-bibtex):
21089 Deal with changed `reftex-find-citation-regexp-format'.
21090 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
21091 Replaced `remprop' with `put'.
21092 (reftex-view-crossref, reftex-view-crossref-when-idle):
21093 Support for bibentry.
21094
21095 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
21096 New entry for bibentry package.
21097
21098 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
21099 Regexp also matches "\nobibliography".
21100
21101 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
21102 Call `reftex-ensure-write-access' before doing anything.
21103 (reftex-ensure-write-access): New function.
21104
21105 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
21106
21107 * progmodes/idlwave.el: File re-installed (update to version 4.2)
21108
21109 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
21110
21111 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
21112
21113 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
21114
21115
21116 2000-06-20 Dave Love <fx@gnu.org>
21117
21118 * faces.el (frame-background-mode): Use set-default, not set, in
21119 setter.
21120 (frame-update-faces, frame-update-face-colors): Define with
21121 defalias.
21122
21123 * enriched.el (enriched-decode-foreground)
21124 (enriched-decode-background): Don't use internal-find-face.
21125
21126 * apropos.el: Doc fixes.
21127
21128 * cus-edit.el (customize-changed-options): Check arg.
21129 (customize-version-lessp): Don't require decimal point.
21130
21131 * custom.el (defcustom, defgroup): Doc fix.
21132
21133 * newcomment.el (comment) <defgroup>: Add :version.
21134 (comment-multi-line): Doc fix.
21135
21136 * emulation/mlsupport.el (define-hooked-local-abbrev,
21137 define-hooked-global-abbrev): Fix, using define-abbrev.
21138
21139 2000-06-19 Gerd Moellmann <gerd@gnu.org>
21140
21141 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
21142 the whole buffer.
21143
21144 2000-06-19 Dave Love <fx@gnu.org>
21145
21146 * menu-bar.el (menu-bar-options-save): New function.
21147 (menu-bar-options-menu): Use it.
21148 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
21149 Simplify.
21150
21151 2000-06-19 Andreas Schwab <schwab@suse.de>
21152
21153 * progmodes/etags.el (tags-query-replace): Put new parameters
21154 START and END at the end, for backward compatibility.
21155
21156 2000-06-19 Kenichi Handa <handa@etl.go.jp>
21157
21158 * international/codepage.el:
21159 (cp-coding-system-for-codepage-1): Delete special codes for
21160 generating xxx-dos coding system because now a CCL based coding
21161 system can handle EOL conversion by default.
21162
21163 * international/mule.el (make-coding-system): Generate subsidiary
21164 coding systems for EOL handling variants even for a CCL based
21165 coding system.
21166
21167 2000-06-19 Kenichi Handa <handa@etl.go.jp>
21168
21169 * international/isearch-x.el (isearch-minibuffer-input-method)
21170 (isearch-minibuffer-input-method-function): These variables
21171 deleted.
21172 (isearch-with-input-method): Don't use the above variables.
21173 (isearch-process-search-multibyte-characters): Likewise. Call
21174 read-string with the arg INHERIT-INPUT-METHOD t.
21175
21176 2000-06-17 Stefan Monnier <monnier@cs.yale.edu>
21177
21178 * font-lock.el (font-lock-after-fontify-buffer)
21179 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
21180
21181 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
21182 Use consistent make-local-variable style for font-lock-fontified.
21183 (jit-lock-fontify-buffer):
21184 Don't bother checking for font-lock-mode and jit-lock-mode.
21185
21186 * time.el: Remove trailing ^M that prevent CVS-merging.
21187
21188 2000-06-16 Gerd Moellmann <gerd@gnu.org>
21189
21190 * Makefile.in (distclean): New target.
21191
21192 2000-06-16 Stefan Monnier <monnier@cs.yale.edu>
21193
21194 * Makefile.in (srcdir): Define for update-subdirs.
21195
21196 2000-06-16 Gerd Moellmann <gerd@gnu.org>
21197
21198 * find-lisp.el: New file.
21199
21200 2000-06-16 Andrew Innes <andrewi@gnu.org>
21201
21202 * time.el (display-time-mail-function): New variable, to allow
21203 external packages to indicate when new mail is available.
21204 (display-time-update): Use it.
21205
21206 2000-06-16 Kenichi Handa <handa@etl.go.jp>
21207
21208 * international/mule.el (mule-version): Change version name to
21209 SAKAKI. AOI has already been used by Meadow.
21210
21211 * international/quail.el (quail-show-guidance-buf): To find the
21212 bottom window (but minibuffer), pay attention to the height of
21213 minibuffer.
21214
21215 2000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
21216
21217 * arc-mode.el (archive-mode-map): Use the new menu-item format for
21218 menu-bar menus. Add help strings. Don't remove the Edit menu
21219 from the menu bar, as the menu bar has enough space now.
21220
21221 * Makefile.in (SHELL): Make sure /bin/sh is used.
21222
21223 * woman.el (woman-man-buffer): Fix bold and underlined CJK
21224 characters, which use series of two ^H characters instead of one.
21225
21226 2000-06-15 Gerd Moellmann <gerd@gnu.org>
21227
21228 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
21229 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
21230 functions.
21231 (Info-find-node-2): Try a case-sensitive search first, then
21232 do a case-insensitive search.
21233
21234 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
21235 tutorials.
21236
21237 * complete.el (PC-env-vars-alist): New variable.
21238 (PC-complete-as-file-name): New function.
21239 (partial-completion-mode): Initialize PC-env-vars-alist from
21240 process-environment.
21241 (PC-do-completion): Handle completion of env vars.
21242
21243 * info.el (Info-set-mode-line): Show file name in mode line,
21244 use `*Info*' instead of `Info:'.
21245
21246 * startup.el (command-line-1): Change copyright messages to year
21247 2000.
21248
21249 2000-06-15 Dave Love <fx@gnu.org>
21250
21251 * net/goto-addr.el (goto-address-fontify): Use keymap property,
21252 not local-map.
21253
21254 2000-06-15 Kenichi Handa <handa@etl.go.jp>
21255
21256 * international/mule.el (set-buffer-file-coding-system): Almost
21257 rewritten to handle `undecided' as no-op.
21258
21259 2000-06-14 Gerd Moellmann <gerd@gnu.org>
21260
21261 * Makefile.in: New file.
21262
21263 * Makefile: Removed.
21264
21265 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
21266 (goto-address-highlight-keymap): Bind C-c RET.
21267
21268 2000-06-14 Kenichi Handa <handa@etl.go.jp>
21269
21270 * mail/sendmail.el (sendmail-send-it): The temporary buffer
21271 inherits buffer-file-coding-system of the current buffer.
21272
21273 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
21274 0. Give correct argument to set-auto-coding-function.
21275 (tar-expunge): For goto-char, use (point-min), not 0.
21276 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
21277 (tar-subfile-save-buffer): Likewize.
21278
21279 * international/mule.el
21280 (after-insert-file-set-buffer-file-coding-system): Call
21281 set-buffer-file-coding-system with the arg FORCE t.
21282
21283 2000-06-13 Gerd Moellmann <gerd@gnu.org>
21284
21285 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
21286 nil. Contemporary sendmails issue an X-Authentication-Warning if
21287 the sender is set with `-f'.
21288
21289 2000-06-13 Dave Love <fx@gnu.org>
21290
21291 * help.el (describe-function-1): Kluge around cases of functions
21292 fset to subrs whose doc doesn't match their symbol-name.
21293
21294 * image.el (insert-image): Default STRING to a space.
21295
21296 * info.el Doc fixes.
21297 (Info-build-node-completions): Match Ref tags.
21298
21299 2000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
21300
21301 * frame.el (display-multi-frame-p, display-multi-font-p): New
21302 defaliases for display-graphic-p.
21303
21304 * hl-line.el: Fixed a typo in commentary.
21305
21306 2000-06-13 Kenichi Handa <handa@etl.go.jp>
21307
21308 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
21309 fixed.
21310
21311 2000-06-12 Dave Love <fx@gnu.org>
21312
21313 * image.el (insert-image): Save a little consing.
21314
21315 2000-06-12 Kenichi Handa <handa@etl.go.jp>
21316
21317 * language/tibet-util.el: Convert all tibetan-1-column characters
21318 to the corresponding tibetan characters.
21319 (tibetan-add-components): Delete code for the special treatment of
21320 'a chung.
21321
21322 * language/tibetan.el (tibetan-composable-pattern): Fix previous
21323 change.
21324 (tibetan-vowel-transcription-alist): More rules added.
21325 (tibetan-composite-vowel-alist): New variable.
21326 (tibetan-precomposition-rule-alist): More rules added.
21327
21328 2000-06-12 Stefan Monnier <monnier@cs.yale.edu>
21329
21330 * startup.el (command-line): Only call menu-bar-mode if interactive.
21331
21332 * thingatpt.el (toplevel symbol-properties):
21333 * textmodes/makeinfo.el (makeinfo-compile):
21334 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
21335 * progmodes/hideif.el (hif-compress-define-list)
21336 (hide-ifdef-use-define-alist):
21337 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
21338 (ange-ftp-vms-add-file-entry):
21339 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
21340 * man.el (Man-build-man-command):
21341 * mail/rnewspost.el (news-reply-header-hook):
21342 * info.el (Info-insert-dir):
21343 * emulation/mlconvert.el (backward-word, forward-word, setq):
21344 * emacs-lisp/gulp.el (gulp-send-requests):
21345 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
21346 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
21347 (byte-optimize-apply, end of file):
21348 * emacs-lisp/advice.el (ad-advice-class-completion-table)
21349 (ad-make-freeze-definition):
21350 * startup.el (command-line, command-line-1): Don't quote lambdas.
21351
21352 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
21353 (cvs-cleanup-removed): New function.
21354 (cvs-cleanup-functions): New var.
21355 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
21356 some flexibility in specifying additional entries to auto-cleanup.
21357 (cvs-quickdir): New function.
21358 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
21359 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
21360 (cvs-mode-find-file): Check that we are on a filename or dirname
21361 when invoked through a mouse-click.
21362 (cvs-full-path): Remove.
21363 (cvs-dired-action): Re-introduced.
21364 (cvs-dired-noselect): Use it.
21365 (vc-post-command-functions): use this new hook if available.
21366
21367 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
21368 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
21369 (cvs-filename-map, cvs-dirname-map): Remove.
21370 (cvs-default-action): Remove.
21371 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
21372 if the arg is really a keymap.
21373 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
21374 Don't hardcode the mapping from state (aka type) to face, but check
21375 the var cvs-fi-<type>-face instead.
21376 (cvs-fileinfo-from-entries): New function.
21377
21378 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
21379 Docstring fix.
21380 (cvs-find-file-and-jump): Change default to be safer.
21381 (cvs-mode-diff-map): Define it as a function as well.
21382 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
21383 Bind mouse-2 in this global map rather than with text-properties.
21384
21385 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
21386 file to resolve the ambiguity between C(conflict) and C(need-merge).
21387
21388 2000-06-12 Kenichi Handa <handa@etl.go.jp>
21389
21390 * international/mule.el (set-buffer-file-coding-system): If
21391 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
21392 unconditionally.
21393
21394 2000-06-12 Dave Love <fx@gnu.org>
21395
21396 * wid-edit.el (widget-specify-button): Really suppress the face if
21397 required.
21398
21399 2000-06-11 Gerd Moellmann <gerd@gnu.org>
21400
21401 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
21402
21403 2000-06-11 Stefan Monnier <monnier@cs.yale.edu>
21404
21405 * imenu.el (imenu-generic-expression): Docstring fix.
21406
21407 * composite.el (composition-function-table): Move the `put'
21408 below the autoload cookie so we can load the file before loaddefs.
21409
21410 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
21411
21412 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
21413 Handle easy-mmode-define-global-mode.
21414 For complex macros like define-minor-mode that can generate
21415 several autoload entries, try to autoload entries in the
21416 macroexpanded code.
21417
21418 * emacs-lisp/easy-mmode.el (define-minor-mode):
21419 If KEYMAP is a symbol, just use it.
21420 Use byte-compile-current-file and load-file-name to infer the
21421 proper :require to pass to defcustom.
21422 Wrap the hook var into `progn' so as not to autoload it.
21423 Add a :autoload-end cookie.
21424 Be more careful about the evaluation of KEYMAP.
21425 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
21426 (define-derived-mode): Move define-abbrev-table outside of defvar.
21427
21428 2000-06-10 Stefan Monnier <monnier@cs.yale.edu>
21429
21430 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
21431 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
21432 (backup-compiled-files): Ignore errors during `tar'.
21433 (bootstrap): Make autoloads before elc files.
21434
21435 2000-06-10 Kenichi Handa <handa@etl.go.jp>
21436
21437 * international/mule.el (set-buffer-file-coding-system): If one of
21438 undecided-XXX is specified, change only EOL conversion.
21439
21440 * international/mule-conf.el (unix): New alias for the coding
21441 system undecided-unix.
21442
21443 2000-06-09 Dave Love <fx@gnu.org>
21444
21445 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
21446
21447 * progmodes/executable.el: Byte compile dynamic.
21448 (executable-insert): Change custom type.
21449 (executable-find): Add autoload cookie.
21450 (executable-make-buffer-file-executable-if-script-p): New
21451 function. After Noah Friedman.
21452
21453 * files.el (after-save-hook): Customize, with
21454 executable-make-buffer-file-executable-if-script-p as an option.
21455
21456 2000-06-09 Kenichi Handa <handa@etl.go.jp>
21457
21458 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
21459 "tib24p-mule.bdf" for Tibetan.
21460
21461 * composite.el (decompose-composite-char): Declare it as obsolete.
21462
21463 * man.el (Man-fontify-manpage): Pay attention to underline and
21464 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
21465
21466 2000-06-08 Gerd Moellmann <gerd@gnu.org>
21467
21468 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
21469 Set maintainer to FSF since author isn't reachable.
21470
21471 2000-06-08 Dave Love <fx@gnu.org>
21472
21473 * international/mule-cmds.el (select-safe-coding-system): If
21474 DEFAULT-CODING-SYSTEM is not specified, also check the most
21475 preferred coding-system if buffer-file-coding-system is
21476 `undecided'. From Handa.
21477
21478 2000-06-08 Kenichi Handa <handa@etl.go.jp>
21479
21480 * international/mule.el
21481 (after-insert-file-set-buffer-file-coding-system): If the buffer
21482 size is greater than INSERTED, judget that we are not visiting.
21483
21484 2000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
21485
21486 * whitespace.el (defgroup whitespace): Comment out `:version'.
21487 XEmacs 20.4 has problems defining the group with this present.
21488 We'll have this commented out till get resolve the problem.
21489
21490 2000-06-07 John Wiegley <johnw@gnu.org>
21491
21492 * align.el (align-dq-string-modes, align-sq-string-modes)
21493 (align-open-comment-modes): Add pyhton-mode.
21494 (align-rules-list): Use get-text-property instead of
21495 text-properties-at.
21496 (align-rules-list): Add python-assignment.
21497 (align-rules-list): Change perl-comma-delimiter to
21498 basic-comma-delimiter. Use if for Perl modes and python-mode.
21499 (align-rules-list): Add python-chain-logic and
21500 basic-line-continuation.
21501
21502 2000-06-07 Jari Aalto <jari.aalto@poboxes.com>
21503
21504 * apropos.el (apropos-mode-hook): New user variable.
21505 (apropos-mode): Run apropos-mode-hook.
21506
21507 2000-06-07 David Ponce <david@dponce.com>
21508
21509 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
21510 commands. Require `wid-edit' at run-time.
21511
21512 2000-06-07 David Ponce <david@dponce.com>
21513
21514 * recentf.el: Added some "Commentary".
21515 (recentf-open-more-files, recentf-edit-list): Minor changes to
21516 move the point at the top of the file list. This behaviour is
21517 consistent with the menu one when the list contains a lot of
21518 files.
21519 (recentf-cleanup): Now displays the number of items removed from
21520 the list.
21521 (recentf-relative-filter) New menu filter to show filenames
21522 relative to `default-directory'.
21523
21524 2000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
21525
21526 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
21527 with/without giving an error if PostScript printer doesn't have this
21528 kind of page size. Zebra Stripe continues or restarts on next page.
21529 Manual/automatic paper feeding. Switch or not the header.
21530 (ps-print-version): New version number (5.2.2).
21531 (ps-windows-system): Include emx as a Windows system.
21532 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
21533 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
21534 (ps-background-text): Code fix.
21535 (ps-error-handler-message, ps-user-defined-prologue)
21536 (ps-print-prologue-header, ps-printer-name)
21537 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
21538 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
21539 (ps-use-face-background): Customization fix.
21540 (ps-n-up-database): Data fix.
21541 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
21542 (ps-switch-header): New vars.
21543 (ps-xemacs-color-name, ps-face-foreground-name)
21544 (ps-face-background-name, ps-boolean-constant): New funs.
21545
21546 2000-06-07 Dave Love <fx@gnu.org>
21547
21548 * allout.el: New version from Manheimer.
21549
21550 2000-06-07 Kenichi Handa <handa@etl.go.jp>
21551
21552 * textmodes/fill.el (fill-find-break-point): Check the validity of
21553 charset.
21554
21555 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
21556
21557 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
21558 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
21559 Call display-color-p and display-mouse-p instead of looking at
21560 window-system.
21561
21562 2000-06-06 Dave Love <fx@gnu.org>
21563
21564 * image.el (find-image): Doc fix. Return nil if image not found.
21565 (put-image, insert-image): Make STRING arg optional.
21566
21567 2000-06-06 Kenichi Handa <handa@etl.go.jp>
21568
21569 * language/vietnamese.el: Remove eval-when-compile.
21570 (viet-viscii-nonascii-translation-table): Define it as a
21571 translation table made from viet-viscii-decode-table.
21572 (viet-viscii-encode-table): Define it as a translation table made
21573 from the reverse map of above.
21574 (viet-vscii-nonascii-translation-table): Define it as a
21575 translation table made from viet-vscii-decode-table.
21576 (viet-vscii-encode-table): Define it as a translation table made
21577 from the reverse map of above.
21578 (ccl-decode-viscii): Use translate-character.
21579 (ccl-encode-viscii, ccl-encode-viscii-font)
21580 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
21581 Likewize.
21582
21583 * language/cyrillic.el: Remove eval-when-compile.
21584 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
21585 translation table made from cyrillic-koi8-r-decode-table.
21586 (cyrillic-koi8-r-encode-table): Define it as a translation table
21587 made from the reverse map of above.
21588 (ccl-decode-koi8): Use translate-character.
21589 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
21590 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
21591 a translation table made from cyrillic-alternativnyj-decode-table.
21592 (cyrillic-alternativnyj-encode-table): Define it as a translation
21593 table made from the reverse map of above.
21594 (ccl-decode-alternativnyj): Use translate-character.
21595 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
21596 Likewize
21597
21598 * international/mule-diag.el (non-iso-charset-alist): Specify
21599 translation table symbol instead of translation table itself.
21600 (list-block-of-chars): CHARSET may be a translation table symbol.
21601
21602 * international/mule.el (make-coding-system): If CODING-SYSTEM
21603 already exists, override it.
21604
21605 * international/fontset.el: Use family `proportional' for Tibetan
21606 fonts.
21607
21608 * international/ccl.el (ccl-compile-translate-character): Don't
21609 check if Rrr has property translation-table.
21610 (ccl-compile-map-multiple): Modified to avoid compiler warning.
21611
21612 2000-06-05 Gerd Moellmann <gerd@gnu.org>
21613
21614 * info.el: Bind case-fold-search to t when searching in case
21615 a user sets it to nil in a hook.
21616
21617 2000-06-05 Stefan Monnier <monnier@cs.yale.edu>
21618
21619 * autoarg.el (autoarg-mode, autoarg-kp-mode):
21620 * hl-line.el (hl-line-mode): Use the new :global key argument.
21621
21622 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
21623 (tar-clip-time-string): Prepend a space.
21624 (tar-grind-file-mode): Construct a string rather than modifying one.
21625 (tar-header-block-summarize): Fix docstring.
21626 Use `format' rather than an error-prone set of copy-loops.
21627
21628 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
21629 (diff-goto-source, diff-unified->context, diff-context->unified)
21630 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
21631 understand the format output by the `-p' argument to diff.
21632
21633 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
21634 (sh-re-done): Use defconst.
21635 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
21636 (sh-help-string-for-variable, sh-guess-basic-offset):
21637 Don't quote lambdas.
21638 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
21639 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
21640
21641 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
21642 (mh-letter-mode): Derive from text-mode.
21643 This implicitly means that it now calls kill-all-local-variables.
21644 Also remove the Emacs-18 compatibility code.
21645
21646 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
21647 Make use of symbol-property doc-string-elt.
21648 Use memq rather than a sequence of eq.
21649 (doc-string-elt): Fix the wrong or missing previously unused values.
21650 (autoload-print-form): New function extracted from
21651 generate-file-autoloads to allow recursion when handling progn
21652 so that defvar's and defun's docstrings are properly printed.
21653 (generate-file-autoloads): Use it.
21654
21655 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
21656 Use find-file-hooks in the minor-mode function.
21657 Be careful not to loop indefinitely in the post-command-hook function.
21658
21659 2000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
21660
21661 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
21662 tty's.
21663 * ediff-diff.el (ediff-exec-process): Use --binary for fine
21664 differences whenever appropriate.
21665 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
21666 * viper.el (find-file, find-file-other-window): Get viper to do
21667 wildcards.
21668
21669 2000-06-04 Stefan Monnier <monnier@cs.yale.edu>
21670
21671 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
21672 (jit-lock-fontify-buffer): New function for JIT refontification.
21673 (jit-lock-mode): Fix docstring.
21674 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
21675 Remove jit-lock-after-change from the _local_ hook.
21676 (jit-lock-function-1): Fix docstring.
21677
21678 * info.el (Info-on-current-buffer): Initialize info.
21679
21680 * newcomment.el (comment-indent): Ignore comment-indent-hook.
21681
21682 * progmodes/tcl.el (tcl-indent-for-comment):
21683 Ignore comment-indent-hook.
21684
21685 * emacs-lisp/easy-mmode.el: Require CL during compilation.
21686 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
21687 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
21688 and improve to use the lighter to guess the capitalization.
21689 (define-minor-mode): Inline code from easy-mmode-define-toggle.
21690 Add keyword arguments to specify global-ness or the custom group.
21691 Add local-map and help-echo properties to the lighter.
21692 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
21693 (easy-mmode-define-global-mode): New macro.
21694
21695 2000-06-02 Dave Love <fx@gnu.org>
21696
21697 * wid-edit.el: byte-compile-dynamic since we typically don't use
21698 all the widgets. Don't require cl or widget. Remove
21699 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
21700 (widget-read-event): Removed. Callers changed to use read-event.
21701 (widget-button-release-event-p): Renamed from
21702 button-release-event-p.
21703 (widget-field-add-space, widget-field-use-before-change):
21704 Uncustomize.
21705 (widget-specify-field): Use keymap property, not local-map.
21706 (widget-specify-button): Obey :suppress-face.
21707 (widget-specify-insert): Use modern backquote syntax.
21708 (widget-image-directory): Renamed from widget-glyph-directory.
21709 (widget-image-enable): Renamed from widget-glyph-enable.
21710 (widget-image-find): Replaces widget-glyph-find.
21711 (widget-button-pressed-face): Move defvar.
21712 (widget-image-insert): Replaces widget-glyph-insert.
21713 (widget-convert): Use keywordp.
21714 (widget-leave-text, widget-children-value-delete): Use mapc.
21715 (widget-keymap): Remove XEmacs stuff.
21716 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
21717 (widget-button-click): Don't set point at the click, but re-centre
21718 if we scroll out of window. Rewritten for images v. glyphs &c.
21719 (widget-tabable-at): Use POS arg, not point.
21720 (widget-beginning-of-line, widget-end-of-line)
21721 (widget-item-value-create, widget-sublist, widget-princ-to-string)
21722 (widget-sexp-prompt-value, widget-echo-help): Simplify.
21723 (widget-default-create): Use widget-image-insert; some rewriting.
21724 (widget-visibility-value-create)
21725 (widget-push-button-value-create, widget-toggle-value-create): Use
21726 widget-image-insert.
21727 (checkbox): Create on and off images dynamically.
21728 (documentation-link): Change :help-echo.
21729 (widget-documentation-link-echo-help): Remove.
21730
21731 2000-06-02 Stefan Monnier <monnier@cs.yale.edu>
21732
21733 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
21734
21735 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
21736 (easy-mmode-define-toggle, define-minor-mode): Use it.
21737 (easy-mmode-define-keymap): Docstring fix.
21738 (define-derived-mode): Default PARENT to fundamental-mode.
21739 Add the derived-mode-parent symbol-property.
21740 (easy-mmode-derived-mode-p): New function.
21741
21742 2000-06-02 Dave Love <fx@gnu.org>
21743
21744 * files.el (convert-standard-filename): Doc fix.
21745 (normal-backup-enable-predicate): New function.
21746 (backup-enable-predicate): Use it to replace the lambda form.
21747
21748 * calendar/todo-mode.el: [This needs more work on the outline
21749 stuff.] Doc fixes.
21750 (todo) <defgroup>: Add :version.
21751 (todo-add-category): Don't use pushnew.
21752 (todo-cmd-raise): Fix typo.
21753 (todo-top-priorities): Change temp buffer name.
21754 (todo-category-alist): Avoid redundant lambda.
21755 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
21756 Use outline-next-heading.
21757
21758 * autoarg.el: Rewritten to use define-minor-mode.
21759 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
21760 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
21761
21762 2000-06-02 Kenichi Handa <handa@etl.go.jp>
21763
21764 * isearch.el (isearch-other-meta-char): Fix previous change.
21765
21766 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
21767
21768 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
21769 (log-edit-done): Only add the comment to the ring if it's different
21770 from the last comment entered.
21771
21772 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
21773
21774 2000-06-01 Dave Love <fx@gnu.org>
21775
21776 * hl-line.el: Rewritten using define-minor-mode.
21777
21778 * help.el (describe-function-1): Distinguish special form from
21779 builtin function. Sanity-check presence of arglist for builtins.
21780
21781 2000-06-01 Kenichi Handa <handa@etl.go.jp>
21782
21783 * international/characters.el: Fix syntax/category setting of
21784 Tibetan characters.
21785
21786 * language/tibet-util.el (tibetan-add-components): Fixes for new
21787 encoding of Tibetan characters.
21788 (tibetan-decompose-precomposition-alist): New variable.
21789 (tibetan-decompose-region): Convert precomposed characters to
21790 non-precomposed characters.
21791 (tibetan-decompose-string): Likewise.
21792 (tibetan-composition-function): Fix args to
21793 thibetan-compose-string.
21794
21795 * language/tibetan.el (tibetan-composable-pattern): More
21796 characters included.
21797 (tibetan-consonant-transcription-alist): Rule for "R" added.
21798 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
21799 "+R" added.
21800 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
21801
21802 * language/lao-util.el (lao-composition-function): Fix args to
21803 compose-string.
21804
21805 * language/thai-util.el (thai-composition-function): Fix args to
21806 compose-string.
21807
21808 * isearch.el (isearch-update): Set disable-point-adjustment to t
21809 to prevent the point moving to the end of a composition when a
21810 part of a composition is searched.
21811 (isearch-other-meta-char): If the key invoking this command can be
21812 mapped by function-key-map to a printing char, call
21813 isearch-process-search-char directly.
21814
21815 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
21816
21817 * emacs-lisp/bytecomp.el:
21818 * frame.el:
21819 * international/mule-cmds.el:
21820 * international/mule-util.el:
21821 * international/mule.el:
21822 * mouse.el:
21823 * subr.el:
21824 * faces.el: Update calls to make-obsolete with a WHEN argument.
21825
21826 * byte-run.el (make-obsolete, make-obsolete-variable):
21827 Add an optional WHEN argument and change the format of the
21828 symbol-property information.
21829 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
21830 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
21831 new obsolete-symbol-property format and print WHEN if it is provided.
21832
21833 2000-05-31 Dave Love <fx@gnu.org>
21834
21835 * loadhist.el (loadhist-hook-functions): Remove
21836 before-change-function, after-change-function.
21837 (unload-feature): Deal with symbols which are both bound and
21838 fbound.
21839
21840 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
21841 before-change-function, after-change-function.
21842
21843 * simple.el (newline): Don't bind before-change-function,
21844 after-change-function.
21845
21846 2000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
21847
21848 * whitespace.el (whitespace-rescan-timer-time): Update interval
21849 set to 600 seconds (10 minutes) instead of 60 seconds since
21850 a large number of whitespace buffers causes emacs to `freeze'
21851 for a considerable amount of time.
21852
21853 * whitespace.el: Updated email address
21854
21855 2000-05-31 Dave Love <fx@gnu.org>
21856
21857 * add-log.el (change-log-font-lock-keywords) <function>: Add
21858 pattern for function of change.
21859 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
21860 acknowledgements patterns.
21861
21862 2000-05-31 Kenichi Handa <handa@etl.go.jp>
21863
21864 * isearch.el (isearch-printing-char): If keyboard coding system is
21865 being used, call isearch-process-search-multibyte-characters.
21866
21867 * international/isearch-x.el: Mostly rewritten.
21868
21869 * international/quail.el (quail-start-conversion): Don't include
21870 unhandled events in the returned events, but set them in
21871 unread-command-events. Exit if all inputs are deleted.
21872
21873 2000-05-30 Jason Rumney <jasonr@gnu.org>
21874
21875 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
21876
21877 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
21878 Reenable code to create initial fontsets.
21879 Use set-fontset-font in place of put-charset-property.
21880
21881 2000-05-30 Gerd Moellmann <gerd@gnu.org>
21882
21883 * progmodes/perl-mode.el (perl-indent-line): When looking for a
21884 label, ensure that the first colon isn't followed by another.
21885
21886 * paths.el (Info-default-directory-list): Doc fix.
21887
21888 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
21889 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
21890 send a query containing USER only, not USER@HOST.
21891
21892 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
21893 and rmail-msgend to compute the restriction at the end, instead of
21894 computing it.
21895
21896 2000-05-29 Gerd Moellmann <gerd@gnu.org>
21897
21898 * dabbrev.el (dabbrev-expand): Don't display messages in the
21899 echo area if the minibuffer window is active.
21900
21901 * jit-lock.el (jit-lock-mode): Add after change function to
21902 local hook.
21903
21904 2000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
21905
21906 * antlr-mode.el: New commands: hide/unhide actions,
21907 upcase/downcase literals.
21908 (antlr-tiny-action-length): New user option.
21909 (antlr-hide-actions): New command. Suggested by
21910 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
21911 (antlr-mode-map): New binding [C-c C-v].
21912 (antlr-mode-menu): New entries.
21913 (antlr-downcase-literals): New command.
21914 (antlr-upcase-literals): Ditto.
21915
21916 * antlr-mode.el: Minor changes: indendation, mode-name.
21917 (antlr-indent-line): Indent cpp directive at column 0.
21918 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
21919
21920 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
21921 (antlr-font-lock-additional-keywords): Workaround for intentional
21922 bug in XEmacs version of font-lock.
21923 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
21924 be used by a smarter version of `buffers-menu-grouping-function'.
21925
21926 2000-05-29 Gerd Moellmann <gerd@gnu.org>
21927
21928 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
21929 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
21930
21931 2000-05-29 Kenichi Handa <handa@etl.go.jp>
21932
21933 * international/encoded-kb.el
21934 (encoded-kbd-iso2022-designation-map): Pay attention to that
21935 charset-iso-final-char return -1 for eight-bit-control and
21936 eight-bit-graphic.
21937
21938 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
21939
21940 * speedbar.el (speedbar-use-images, speedbar-update-flag)
21941 (speedbar-easymenu-definition-base): Use display-graphic-p where
21942 available, instead of window-system.
21943
21944 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
21945
21946 * international/codepage.el (cp-coding-system-for-codepage-1): Add
21947 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
21948 coding systems.
21949
21950 2000-05-26 Dave Love <fx@gnu.org>
21951
21952 * disp-table.el (standard-display-underline): Don't use
21953 internal-find-face.
21954
21955 * mail/reporter.el: Maintainer change. Doc fixes.
21956 (reporter-version): Deleted.
21957
21958 * emacs-lisp/elp.el: Maintainer change.
21959 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
21960
21961 2000-05-26 Stefan Monnier <monnier@cs.yale.edu>
21962
21963 * add-log.el (add-change-log-entry): Merge the current entry with the
21964 previous one if the previous one is empty.
21965
21966 2000-05-26 Dave Love <fx@gnu.org>
21967
21968 * loadhist.el (unload-feature): Fix interactive spec [from
21969 lijnzaad@ebi.ac.uk].
21970
21971 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
21972 subr-arity to check primitives.
21973 (byte-compile-flush-pending, byte-compile-file-form-progn)
21974 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
21975 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
21976 mapcar.
21977
21978 2000-05-26 Kenichi Handa <handa@etl.go.jp>
21979
21980 * international/fontset.el: Set family names of non-latin charsets
21981 in default fontset to "*".
21982
21983 * international/mule-diag.el (print-fontset): Combine family part
21984 and registry part of the fontname by "-*-" instead of "-".
21985
21986 * international/mule-cmds.el (encode-coding-char): Make strings
21987 multibyte before calling encode-coding-string.
21988
21989 2000-05-25 Stefan Monnier <monnier@cs.yale.edu>
21990
21991 * derived.el: Fix keywords.
21992 (define-derived-mode): Only define if needed.
21993
21994 * simple.el (fill-comment, comment-column, comment-start)
21995 (comment-start-skip, comment-end, comment-indent-function)
21996 (block-comment-start, block-comment-end, indent-for-comment)
21997 (set-comment-column, kill-comment, comment-padding, comment-region)
21998 (comment-multi-line, indent-new-comment-line): Remove.
21999
22000 * bindings.el (esc-map): Change ; to comment-dwim and use the new
22001 function names for comment operations.
22002
22003 * newcomment.el: Add abundant autoload cookies.
22004 (comment-style): Don't depend on runtime data at compile-time.
22005 (comment-indent-hook): Remove.
22006 (comment-indent): Check if comment-indent-hook is bound.
22007 (comment-region): Docstring fix.
22008
22009 2000-05-25 Dave Love <fx@gnu.org>
22010
22011 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
22012 byte-code-function-p.
22013
22014 * mail/rmailsum.el: Add provide.
22015
22016 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
22017
22018 * smerge-mode.el (smerge-diff-switches): Don't use list* in
22019 defcustom.
22020
22021 2000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
22022
22023 * ediff-diff.el (ediff-exec-process): delete --binary option from
22024 non-buffer ediff jobs.
22025
22026 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
22027
22028 * hilit-chg.el (highlight-changes-mode): Ask about color or
22029 grayscale support, not about window-system.
22030
22031 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
22032 window-system.
22033 (ffap-highlight): Always default to t.
22034
22035 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
22036 display-popup-menus-p instead of looking at window-system.
22037
22038 * disp-table.el (standard-display-g1, standard-display-graphic):
22039 Only refuse to use string glyphs on X and MS-Windows.
22040
22041 * avoid.el: Remove window-system from commentary, suggest to use
22042 display-*-p instead.
22043
22044 * apropos.el (apropos-print): Use display-mouse-p instead of
22045 window-system.
22046
22047 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
22048
22049 * international/codepage.el (cp-decoding-vector-for-codepage):
22050 Fill up unsupported characters with their own codes. From Kenichi
22051 Handa.
22052
22053 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
22054
22055 * international/mule-diag.el (describe-char-after): Use
22056 display-graphic-p instead of window-system, so that this function
22057 works on MS-DOS.
22058
22059 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
22060
22061 * international/codepage.el (cp-make-coding-systems-for-codepage):
22062 Remove the eight-bit-graphic and eight-bit-control charsets from
22063 the list of charsets which we convert into `?'.
22064
22065 2000-05-25 Kenichi Handa <handa@etl.go.jp>
22066
22067 * international/mule-conf.el: Specify CHARSET-ID explicitely for
22068 private charsets.
22069 (mule-unicode-0100-24ff, japanese-jisx0213-1,
22070 japanese-jisx0213-2): New charsets.
22071
22072 * international/fontset.el: Setup default fontset for new charsets.
22073
22074 2000-05-24 Dave Love <fx@gnu.org>
22075
22076 * info.el (Info-find-node-2): Restructure [following "Vadim
22077 S. Solomin" <sovs@uic.nnov.ru>].
22078
22079 * icomplete.el: Fix header for Finder.
22080
22081 2000-05-24 Eric M. Ludlam <zappo@ultranet.com>
22082
22083 * rmailout.el (rmail-output-to-rmail-file): Added optional param
22084 STAY.
22085
22086 * rmail.el (rmail-automatic-folder-directives): New user variable.
22087 (rmail-show-message): Add call to `rmail-auto-file' during
22088 display.
22089 (rmail-auto-file): New function.
22090
22091 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
22092
22093 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
22094 account.
22095 (ediff-test-utility,ediff-diff-mandatory-option)
22096 (ediff-reset-diff-options): Utilities for proper initialization of
22097 ediff-diff-options and ediff-diff3-options on Windows.
22098
22099 * ediff-init.el (ediff-merge-filename-prefix): New customizable
22100 variable.
22101
22102 * ediff-mult.el (ediff-filegroup-action): Use
22103 ediff-merge-filename-prefix.
22104
22105 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
22106
22107 * viper-ex.el (ex-write): Set selective display to nil.
22108
22109 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
22110
22111 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
22112 aliases for hebrew-iso-8bit.
22113
22114 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
22115
22116 * woman.el: New version from Francis J. Wright
22117 <F.J.Wright@Maths.QMW.ac.uk>.
22118 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
22119 names in environment variables regardless of the path separator.
22120 (woman-topic-all-completions-1): Don't call file-name-directory-p
22121 on all files, since woman-file-regexp already filters out any
22122 directories.
22123
22124 2000-05-24 Kenichi Handa <handa@etl.go.jp>
22125
22126 * international/quail.el (quail-start-translation): Don't change
22127 modified-p of the current buffer.
22128 (quail-start-conversion): Likewise.
22129
22130 * international/kkc.el (kkc-region): Don't change modified-p of
22131 the current buffer.
22132
22133 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
22134 conform to RFC1468.
22135 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
22136
22137 2000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
22138
22139 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
22140 (speedbar-insert-button): Invisible text property fix.
22141 (speedbar-directory-plus): Renamed from speedbar-directory-+
22142 (speedbar-directory-minus): Renamed from speedbar-directory--
22143 (speedbar-page-plus): Renamed from speedbar-file-+
22144 (speedbar-page-minus): Renamed from speedbar-file--
22145 (speedbar-page): Renamed from speedbar-file-
22146 (speedbar-tag): Renamed from speedbar-tag-
22147 (speedbar-tag-plus): Renamed from speedbar-tag-+
22148 (speedbar-tag-minus): Renamed from speedbar-tag--
22149 (speedbar-expand-image-button-alist): Use above renames.
22150
22151 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
22152 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
22153 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
22154 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
22155 * sb-pg.xpm: Renamed from sb-file.xpm
22156 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
22157 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
22158
22159 2000-05-24 Kenichi Handa <handa@etl.go.jp>
22160
22161 * international/quail.el (quail-show-guidance-buf): Set
22162 current-input-method of the guidance buffer to the name of the
22163 curren input method.
22164
22165 2000-05-23 Stefan Monnier <monnier@cs.yale.edu>
22166
22167 * progmodes/compile.el (compile-internal): Style typo.
22168
22169 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
22170 quote vars and functions in the docstring.
22171
22172 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
22173
22174 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
22175 Don't quote lambdas.
22176
22177 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
22178
22179 2000-05-23 Gerd Moellmann <gerd@gnu.org>
22180
22181 * startup.el (command-line): Determine source file of compiled
22182 user init file differently. Warn if compiled user init file
22183 is older than its source file.
22184
22185 * ffap.el (ffap-url-regexp): Add `https'.
22186
22187 2000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
22188
22189 * files.el (make-backup-file-name-1): Replace slashes with `!'
22190 rather than `|' (which is not allowed on Windows). Replace the
22191 drive letters with a string "drive_X".
22192
22193 2000-05-23 Gerd Moellmann <gerd@gnu.org>
22194
22195 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
22196
22197 * files.el (interpreter-mode-alist): Add `bash2'.
22198
22199 2000-05-22 Dave Love <fx@gnu.org>
22200
22201 * loadhist.el (feature-symbols, file-provides, file-requires): Use
22202 mapc.
22203 (feature-file): Avoid calling symbol-name. Doc fix.
22204 (file-set-intersect, file-dependents): Use dolist, not mapcar.
22205 (loadhist-hook-functions): Add mouse-position-function.
22206 (unload-feature): Change uses of mapcar.
22207
22208 * files.el (parse-colon-path): Doc fix.
22209 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
22210 (set-auto-mode): Use mapc.
22211
22212 * complete.el (PC-look-for-include-file): Use :alnum: character
22213 class.
22214 (partial-completion-mode): Add autoload cookie.
22215
22216 2000-05-22 Sam Steingold <sds@gnu.org>
22217
22218 * info.el (Info-fontify-node): Fixed the call to
22219 `add-text-properties' (bug introduced on 2000-05-18).
22220
22221 2000-05-22 Dave Love <fx@gnu.org>
22222
22223 * bindings.el: Remove debug-ignored-errors set in other files.
22224
22225 * progmodes/etags.el: Add to debug-ignored-errors.
22226 (visit-tags-table-buffer): Clear out buffers holding old tables
22227 when making a new list.
22228 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
22229 mapc.
22230
22231 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
22232 quote keywords.
22233 (cmpl-string-case-type): Use character classes.
22234
22235 * comint.el:
22236 * textmodes/ispell.el:
22237 * imenu.el:
22238 * mail/mh-e.el:
22239 * progmodes/compile.el: Add to debug-ignored-errors.
22240
22241 * dabbrev.el: Add to debug-ignored-errors.
22242 (dabbrev-completion): Use mapc.
22243
22244 2000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
22245
22246 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
22247 (woman-mapcan, woman-parse-man.conf)
22248 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
22249 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
22250 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
22251 path syntax better.
22252 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
22253 (woman-manpath): Call woman-parse-man.conf.
22254 (woman-emulation): New defcustom, defaults to nroff.
22255 (woman-font-support): New defconst.
22256 (woman-use-symbol-font): New defcustom.
22257 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
22258 "Emulation".
22259 Many functions: Doc fix.
22260
22261 2000-05-22 Kenichi Handa <handa@etl.go.jp>
22262
22263 * international/quail.el (quail-simple-translation-keymap): Map
22264 128..255 to quail-self-insert-command.
22265 (quail-keyboard-layout-alist): Add definition for "pc102-de".
22266
22267 2000-05-22 Stefan Monnier <monnier@cs.yale.edu>
22268
22269 * help.el (help-manyarg-func-alist): Typo.
22270
22271 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
22272 intervals which makes it heaps simpler.
22273
22274 * newcomment.el (comment-region-internal): Go back to BEG after quoting
22275 the nested comment markers.
22276
22277 * subr.el (remove-hook): Don't turn the hook's value into a list.
22278
22279 2000-05-21 Dave Love <fx@gnu.org>
22280
22281 * edmacro.el (edmacro-parse-keys): Return vector if any elements
22282 are invalid characters.
22283
22284 * international/mule-util.el (detect-coding-with-priority): Use
22285 mapc. Remove redundant lambda.
22286
22287 * international/mule-diag.el (list-non-iso-charset-chars)
22288 (describe-fontset): Remove redundant lambda.
22289
22290 * emulation/crisp.el (brief-mode): New alias.
22291
22292 * emacs-lisp/ring.el (ring-elements): New function.
22293
22294 * emacs-lisp/easymenu.el (easy-menu-create-menu)
22295 (easy-menu-do-add-item): Use keywordp.
22296
22297 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
22298
22299 * replace.el: Doc and error message fixes.
22300 (replace-highlight): Use facep, not internal-find-face.
22301
22302 2000-05-20 Stefan Monnier <monnier@cs.yale.edu>
22303
22304 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
22305
22306 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
22307 (log-edit-insert-changelog): Drop `:' as well.
22308
22309 * log-view.el: Fix file description.
22310 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
22311 available.
22312 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
22313 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
22314
22315 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
22316 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
22317 Print a status message if the toggle is called interactively.
22318 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
22319 for global minor modes and use `defcustom' for them.
22320 Use add-minor-mode.
22321 (easy-mmode-define-derived-mode): Remove.
22322 (define-derived-mode): Fancier default docstring.
22323 (easy-mmode-define-navigation): Signal an error rather than (ding).
22324
22325 * newcomment.el (comment-styles): New `box-multi'.
22326 (comment-normalize-vars): Better default for comment-continue to
22327 avoid whitespace-only continuations.
22328 (comment-search-forward): Always move even in the no-syntax case.
22329 (comment-padright): Only obey N if it's only obeyed for padleft.
22330 (comment-make-extra-lines): Better handling of empty continuations.
22331 Use `=' for the filler if comment-start has only one character.
22332 (uncomment-region): Try handling the special `=' filler.
22333 (comment-region): Allow LINES even if MULTI is nil.
22334 (comment-box): Choose box style based on comment-style.
22335
22336 2000-05-20 Kenichi Handa <handa@etl.go.jp>
22337
22338 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
22339 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
22340
22341 2000-05-20 Kenichi HANDA <handa@etl.go.jp>
22342
22343 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
22344 and insert, not subst-char-in-region.
22345
22346 * international/mule-diag.el (list-character-sets-1): Handle
22347 charsets eight-bit-control and eight-bit-graphic.
22348 (list-iso-charset-chars): Likewise.
22349 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
22350 charactes as is. Use indent-to to align characters.
22351
22352 * international/mule-cmds.el (find-multibyte-characters): Never
22353 exclude charsets eight-bit-control and eight-bit-graphic.
22354
22355 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
22356
22357 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
22358 Don't quote lambdas.
22359
22360 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
22361
22362 2000-05-19 Gerd Moellmann <gerd@gnu.org>
22363
22364 * gud.el (gud-jdb-directories): Doc fix.
22365
22366 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
22367
22368 * newcomment.el: New file.
22369
22370 2000-05-19 Gerd Moellmann <gerd@gnu.org>
22371
22372 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
22373
22374 2000-05-18 Andreas Schwab <schwab@suse.de>
22375
22376 * dired.el (dired-between-files): Also skip lines beginning with
22377 `used'.
22378
22379 2000-05-18 Gerd Moellmann <gerd@gnu.org>
22380
22381 * msb.el (msb-menu-cond): Add choice `user'.
22382
22383 2000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
22384
22385 * ps-print.el: Compatibility, customization and doc fix.
22386 (ps-printer-name-option): Replace defconst by defvar.
22387 (ps-postscript-code-directory): XEmacs compatibility.
22388 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
22389 fix.
22390 (ps-user-defined-prologue, ps-print-prologue-header)
22391 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
22392 compatibility and code fix.
22393 (ps-print-background-image, ps-print-background-text):
22394 Customization fix.
22395 (ps-line-number-start, ps-n-up-on): New vars.
22396
22397 2000-05-18 Espen Skoglund <esk@ira.uka.de>
22398
22399 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
22400 the indent-comment function to just return the appropriate indent.
22401
22402 2000-05-18 Eric M. Ludlam <zappo@ultranet.com>
22403
22404 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
22405 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
22406 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
22407
22408 2000-05-18 Dave Love <fx@gnu.org>
22409
22410 * info.el (Info-fontify-node): Add intangible property as well as
22411 invisible.
22412
22413 * calendar/appt.el (appt-make-list): Match all lines of entry.
22414 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
22415
22416 2000-05-18 Kenichi Handa <handa@etl.go.jp>
22417
22418 * international/mule-diag.el (describe-char-after): Call
22419 internal-char-font, not char-font. If internal-char-font returns
22420 nil, display "-- none --".
22421
22422 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
22423
22424 * image.el (image-type-available-p): Don't reference image-types
22425 if it isn't bound.
22426
22427 2000-05-17 Stefan Monnier <monnier@cs.yale.edu>
22428
22429 * autoarg.el (autoarg-mode): Typo in the :set argument.
22430
22431 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
22432
22433 * startup.el (command-line-1): Don't signal an error if the
22434 directory for auto-save-list files does not yet exist.
22435
22436 2000-05-17 Kenichi Handa <handa@etl.go.jp>
22437
22438 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
22439
22440 2000-05-16 Stefan Monnier <monnier@cs.yale.edu>
22441
22442 * subr.el (remove-hook): `setq' hook-value, not `set'.
22443
22444 2000-05-16 Sam Steingold <sds@gnu.org>
22445
22446 * info.el (debug-ignored-errors): More errors to ignore.
22447
22448 2000-05-16 Dave Love <fx@gnu.org>
22449
22450 * cus-edit.el: Don't require cl or easymenu.
22451 (custom-variable-prompt): Test standard-value property, not
22452 user-variable-p.
22453
22454 2000-05-16 Sam Steingold <sds@gnu.org>
22455
22456 * subr.el (add-hook): `setq' hook-value, not `set'.
22457
22458 2000-05-16 Gerd Moellmann <gerd@gnu.org>
22459
22460 * startup.el (command-line-1): Mention the FAQ in the startup
22461 message.
22462
22463 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
22464
22465 * progmodes/compile.el (compilation-parse-errors): Collect
22466 `nomessage' regexps last.
22467
22468 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
22469
22470 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
22471 to the function name.
22472
22473 2000-05-15 Dave Love <fx@gnu.org>
22474
22475 * speedbar.el (speedbar-recenter): Typo.
22476 (speedbar-expand-line): Make arg optional.
22477 (speedbar-mode): Avoid a compiler warning.
22478
22479 2000-05-15 Gerd Moellmann <gerd@gnu.org>
22480
22481 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
22482 user-specified option string is empty.
22483
22484 * mouse.el (mouse-yank-at-click): Doc fix.
22485
22486 2000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
22487
22488 * term/internal.el (IT-character-translations): More updates of
22489 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
22490 documents.
22491
22492 2000-05-15 Gerd Moellmann <gerd@gnu.org>
22493
22494 * env.el (getenv): New function, interactively callable.
22495 (setenv, getenv): Remove autoload cookies.
22496
22497 * loadup.el: Load `env'.
22498
22499 * progmodes/f90.el: Change author's mail address.
22500
22501 2000-05-14 Dave Love <fx@gnu.org>
22502
22503 * mail/rmail.el (rmail-show-message-hook): Customize and offer
22504 goto-addr as an option.
22505
22506 * help.el (help-xref-stack): Doc fix.
22507 (help-xref-following): New variable.
22508 (help-make-xrefs): Use it.
22509 (help-xref-go-back): Use position information from stack element.
22510 (help-follow): Make position in stack element a pair. Use
22511 help-xref-following.
22512
22513 * autoarg.el: New file.
22514
22515 * faces.el: Declare more functions obsolete.
22516
22517 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
22518 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
22519 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
22520 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
22521 Remove all the setup-...-environment functions.
22522
22523 2000-05-13 Eric M. Ludlam <zappo@ultranet.com>
22524
22525 * speedbar.el: Updated the commentary section. xemacs20p now uses
22526 >= when detecting. Require `defimage' safely.
22527 (speedbar-easymenu-definition-base): Add toggle for images.
22528 (speedbar-easymenu-definition-special): Add flush cache & expand.
22529 (speedbar-visiting-tag-hook): Set new defaults. Added options.
22530 (speedbar-reconfigure-keymaps-hook): New variable.
22531 (speedbar-frame-parameters): Updated documentation.
22532 (speedbar-use-imenu-flag): Updated custom tag
22533 (speedbar-dynamic-tags-function-list): New variable.
22534 (speedbar-tag-hierarchy-method): Updated doc & custom.
22535 (speedbar-indentation-width, speedbar-indentation-width) New
22536 variables.
22537 (speedbar-hide-button-brackets-flag): Customizable.
22538 (speedbar-vc-indicator): Doc update.
22539 (speedbar-ignored-path-expressions): Updated default value.
22540 (speedbar-supported-extension-expressions): Updated default value.
22541 (speedbar-syntax-table): Remove {} paren status.
22542 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
22543 as "+". Added overlay aliases.
22544 (speedbar-mode): Use `speedbar-mode-line-update' instead of
22545 `force-mode-line-update'.
22546 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
22547 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
22548 `mouse-set-point'
22549 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
22550 (speedbar-item-info-tag-helper): Revamped to handle a wider range
22551 of arbitrary text, and new helper functions.
22552 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
22553 filename finder.
22554 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
22555 (speedbar-directory-buttons): Update path search/expansion.
22556 (speedbar-make-tag-line): Pay attention to
22557 `speedbar-indentation-width'. Use more care w/ invisible
22558 properties.
22559 (speedbar-change-expand-button-char): Call
22560 `speedbar-insert-image-button-maybe'.
22561 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
22562 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
22563 (speedbar-trim-words-tag-hierarchy)
22564 (speedbar-simple-group-tag-hierarchy): New functions
22565 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
22566 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
22567 functions.
22568 (speedbar-mouse-set-point): New function
22569 (speedbar-power-click): Updated documentation.
22570 (speedbar-line-token, speedbar-goto-this-file): Handle more types
22571 of tag prefix text.
22572 (speedbar-expand-line, speedbar-contract-line): Make more robust
22573 to strange text.
22574 (speedbar-expand-line): Takes universal argument to flush the
22575 cache.
22576 (speedbar-flush-expand-line): New function.
22577 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
22578 Use new generator insertion method.
22579 (speedbar-fetch-dynamic-tags): New function.
22580 (speedbar-fetch-dynamic-imenu): Removed code now handled in
22581 `speedbar-fetch-dynamic-imenu'.
22582 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
22583 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
22584 "Revert Buffer" menu items.
22585 (speedbar-buffer-buttons-engine): Be smarter when creating a
22586 filename tag (for expansion purposes.).
22587 (speedbar-highlight-one-tag-line,
22588 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
22589 (speedbar-recenter): New functions.
22590 (defimage-speedbar): Image loading abstraction.
22591 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
22592 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
22593 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
22594 (speedbar-tag-type, speedbar-tag-mail): New images.
22595 (speedbar-expand-image-button-alist): New variable.
22596 (speedbar-insert-image-button-maybe): Insert an image over some
22597 buttons.
22598
22599 2000-05-13 Kenichi Handa <handa@etl.go.jp>
22600
22601 * international/mule-cmds.el (encode-coding-char): An ASCII
22602 character is always encodable.
22603
22604 * international/mule-conf.el: Add more information in descriptions
22605 of character sets.
22606
22607 * international/mule-diag.el (describe-char-after): New function.
22608 (describe-font-internal): Adjusted for the change of font-info.
22609 (describe-font): Likewise.
22610 (print-fontset): Rewritten for the new fontset implementation.
22611 (describe-fontset): Include fontset alias names in completion.
22612 (list-fontsets): Adjusted for the change of print-fontset.
22613
22614 * simple.el (what-cursor-position): If DETAIL is non-nil, call
22615 describe-char-after instead of displaying the detail in the echo
22616 area.
22617 (syntax-code-table): Format changed.
22618 (string-to-syntax): Adjusted for the above change.
22619
22620 2000-05-12 Stefan Monnier <monnier@cs.yale.edu>
22621
22622 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
22623
22624 2000-05-12 Dave Love <fx@gnu.org>
22625
22626 * calendar/todo-mode.el: Remove some compatibility stuff and CL
22627 dependence. Use line-{beginning,end}-position, not
22628 point-at{b,e}ol. Some doc fixes.
22629 (todo-position): New function. Fix callers of position to use it.
22630 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
22631
22632 2000-05-12 Gerd Moellmann <gerd@gnu.org>
22633
22634 * time.el (display-time-mail-icon): Use `:ascent center'.
22635
22636 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
22637 handling FTP security extensions.
22638
22639 2000-05-11 Dave Love <fx@gnu.org>
22640
22641 * calendar/todo-mode.el: New file.
22642
22643 2000-05-11 Gerd Moellmann <gerd@gnu.org>
22644
22645 * comint.el (comint-read-input-ring): Move reference to
22646 comint-input-ring-size outside of the save-excursion. It was
22647 causing the default value to be the only one ever seen.
22648
22649 * font-lock.el: Update copyright. Remove Simon Marshall's email
22650 address on request from him.
22651
22652 * subr.el (substitute-key-definition): Add comment describing
22653 the meaning of PREFIX.
22654
22655 2000-05-10 Stefan Monnier <monnier@cs.yale.edu>
22656
22657 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
22658
22659 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
22660 (add-minor-mode): Don't make the variable buffer-local and add a
22661 reference to define-minor-mode in the docstring.
22662
22663 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
22664 HEADER/FOOTER and fix bug with trailing empty directory.
22665 (cvs-append-to-ignore): Use vc-editable-p if available.
22666 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
22667 (vc-do-command): Tweak advice to handle the new VC.
22668
22669 * log-view.el (log-view-goto-rev): New function for the new VC.
22670 (log-view-minor-wrap): Use mark-active.
22671
22672 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
22673 (log-edit-changelog-full-paragraphs): New var.
22674 (log-edit-insert-changelog): Remove a lonely leading `* file'.
22675 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
22676 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
22677 (log-edit-changelog-ours-p, log-edit-changelog-entries)
22678 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
22679 Replace the `cvs' prefix with `log-edit'.
22680
22681 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
22682
22683 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
22684 (diff-font-lock-defaults): Explicitly turn off multiline.
22685 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
22686 (diff-ediff-patch): Fix call to ediff-patch-file.
22687 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
22688 Handle comments.
22689
22690 * frame.el (automatic-hscrolling): Typo.
22691
22692 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
22693
22694 2000-05-09 Sam Steingold <sds@goems.com>
22695
22696 * apropos.el (apropos-print): use `describe-face' instead of
22697 `customize-face-other-window'.
22698
22699 2000-05-09 Dave Love <fx@gnu.org>
22700
22701 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
22702
22703 * help.el (describe-variable): Have customize button pop the
22704 help-xref stack when invoked.
22705 (help-xref-symbol-regexp): Add `face'.
22706 (help-make-xrefs): Check for quoted face names and adapt regexp
22707 submatch numbers to cope.
22708 (help-xref-interned): Maybe insert face doc too. Separate
22709 sections with a line of hyphens.
22710
22711 * faces.el: Some doc fixes. Declare some functions obsolete.
22712 (describe-face): Add customize button. Return the help
22713 text. Fix prompt.
22714
22715 2000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
22716
22717 * term/internal.el (IT-character-translations): Fix last change.
22718
22719 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
22720
22721 * woman.el: New file
22722 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
22723
22724 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
22725
22726 * term/internal.el (IT-character-translations): Update ASCII
22727 simulations for greek-iso8859-7, add latin-iso8859-14 and
22728 latin-iso8859-15.
22729
22730 * international/mule-cmds.el (set-language-info-alist): Call
22731 define-prefix-command with 3 arguments, to make the map suitable
22732 for a menu.
22733
22734 2000-05-07 Dave Love <fx@gnu.org>
22735
22736 * time.el: Small doc fixes from Pavel Jan\e,Bm\e(Bk ml.
22737
22738 2000-05-05 Dave Love <fx@gnu.org>
22739
22740 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
22741 list in doc string. Don't quote keyword symbols.
22742 * emacs-lisp/cl.el: Likewise
22743 * emacs-lisp/cl-seq.el: Likewise
22744
22745 2000-05-05 Gerd Moellmann <gerd@gnu.org>
22746
22747 * abbrev.el (abbrev-mode): Make ARG optional.
22748
22749 2000-05-04 Gerd Moellmann <gerd@gnu.org>
22750
22751 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
22752
22753 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
22754
22755 * subr.el (substitute-key-definition): Clarify documentation.
22756
22757 2000-05-04 Milan Zamazal <pdm@freesoft.cz>
22758
22759 * glasses.el (glasses-convert-to-unreadable): Use
22760 `glasses-separator' instead of the hard-wired "_".
22761 (glasses-mode): Call `glasses-make-unreadable' only in a single
22762 place.
22763
22764 2000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
22765
22766 * term/internal.el (cjk-codepages-alist): Add associations for
22767 Chinese and Korean codepages. Remove FIXME comment.
22768
22769 2000-05-03 Dave Love <fx@gnu.org>
22770
22771 * time.el (display-time-mail-face, display-time-use-mail-icon):
22772 New option.
22773 (display-time-mail-icon): New variable.
22774 (display-time-string-forms): Use the above. Fix the local-map.
22775
22776 2000-05-03 Gerd Moellmann <gerd@gnu.org>
22777
22778 * replace.el (query-replace-map): Add binding for `E'.
22779 (query-replace-help): Extend help text.
22780 (perform-replace): Allow editing the replacement string.
22781
22782 * make-mode.el (makefile-mode-abbrev-table): New variable.
22783 (makefile-mode): Set local abbrev table to
22784 makefile-mode-abbrev-table.
22785 (makefile-font-lock-keywords): Fontify includes and conditionals.
22786
22787 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
22788 set TOGGLE's value.
22789
22790 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
22791 mail-interactive-insert-alias.
22792 (mail-abbrev-complete-alias): New command.
22793 (mail-mode-map): Bind it to `M-TAB'.
22794
22795 2000-05-03 Kenichi Handa <handa@etl.go.jp>
22796
22797 * language/lao-util.el (lao-compose-region): New function.
22798
22799 2000-05-02 Gerd Moellmann <gerd@gnu.org>
22800
22801 * files.el (recover-session): Make directories as necessary
22802 if they don't exist yet.
22803
22804 * calendar/cal-french.el
22805 (french-calendar-multibyte-special-days-array)
22806 (french-calendar-special-days-array): Change French text.
22807 (calendar-french-date-string): Change output.
22808 (calendar-goto-french-date): Likewise.
22809
22810 2000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
22811
22812 * wid-edit.el (widget-default-active): Obey `:always-active'.
22813 (widget-documentation-string-value-create): Set `:always-active'.
22814
22815 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
22816
22817 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
22818 default prefix to `~/_emacs.d/auto-save.list/_s'.
22819 (normal-top-level): Create the directory for auto-save files, if
22820 it doesn't already exist (in the ms-dos case only).
22821
22822 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
22823
22824 * international/mule-cmds.el (set-language-environment): Don't
22825 concat an integer (dos-codepage), use format instead.
22826
22827 2000-05-02 Dave Love <fx@gnu.org>
22828
22829 * help.el (help-xref-on-pp): Check for constant symbols.
22830
22831 2000-04-29 Gerd Moellmann <gerd@gnu.org>
22832
22833 * startup.el (normal-top-level): Put a condition-case around
22834 the code loading subdirs.el.
22835
22836 2000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
22837
22838 * ps-print.el: Upside-down and face background color printing,
22839 line number step, doc fix.
22840 (ps-print-version): New version number (5.2).
22841 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
22842 (ps-face-attribute-list, ps-plot-with-face): Code fix.
22843 (ps-spool-config): Var fix.
22844 (ps-printer-name-option): Const fix.
22845 (ps-print-upside-down, ps-use-face-background)
22846 (ps-line-number-step): New vars.
22847 (ps-window-system, ps-lp-system): New consts.
22848 (ps-face-background): New fun.
22849
22850 2000-04-28 Richard Stallman <rms@gnu.org>
22851
22852 * files.el (make-auto-save-file-name):
22853 Apply auto-save-file-name-transforms to visited file name
22854 before generating auto save file name.
22855 (auto-save-file-name-transforms): New variable.
22856
22857 * files.el (backup-enable-predicate):
22858 Correctly test for a file under a temporary directory.
22859
22860 2000-04-28 Gerd Moellmann <gerd@gnu.org>
22861
22862 * subr.el (add-minor-mode): Rewritten.
22863
22864 2000-04-28 Kenichi Handa <handa@etl.go.jp>
22865
22866 * mail/sendmail.el (sendmail-send-it): Set
22867 buffer-file-coding-system to the selected coding system for MIME
22868 header.
22869
22870 2000-04-27 Gerd Moellmann <gerd@gnu.org>
22871
22872 * dired.el (dired-move-to-filename-regexp): Allow format where
22873 YYYY is followed by two spaces.
22874
22875 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
22876 in the second character class of the regexp.
22877
22878 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
22879 mh-etc, too.
22880
22881 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
22882 nil.
22883
22884 * subr.el (add-minor-mode): Use `set' instead of `setq'.
22885
22886 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
22887 argument.
22888
22889 2000-04-27 Sen Nagata <sen@eccosys.com>
22890
22891 * emacs-lisp/crm.el (crm-completion-table): New variable.
22892 (crm-collection-fn, crm-test-completion)
22893 (completing-read-multiple): Use it.
22894
22895 2000-04-27 Dave Love <fx@gnu.org>
22896
22897 * help.el (locate-library): Use mapc.
22898 (help-manyarg-func-alist): Add call-process-region.
22899
22900 2000-04-26 Gerd Moellmann <gerd@gnu.org>
22901
22902 * subr.el (add-minor-mode): Make argument MAP optional.
22903
22904 * desktop.el (desktop-save): Save list of minor modes.
22905 (desktop-create-buffer): Restore minor modes.
22906 (desktop-minor-mode-table): New user-option.
22907
22908 * subr.el (add-minor-mode): New function.
22909
22910 * image.el (find-image): New function.
22911 (defimage): Rewritten to find image at load time.
22912
22913 * startup.el (normal-top-level-add-to-load-path): Handle
22914 case that the default directory is not in load-path.
22915
22916 * help.el: Old patch from Stefan Monnier.
22917 (help-xref-on-pp): New function.
22918 (describe-variable): Use it to display xrefs in a symbol's value.
22919
22920 2000-04-26 Stefan Monnier <monnier@cs.yale.edu>
22921
22922 * cus-edit.el (custom-face): Fix parenthesis.
22923
22924 2000-04-26 Kenichi Handa <handa@etl.go.jp>
22925
22926 * mail/rmail.el (rmail-expunge): When there are no deleted
22927 messages, do nothing.
22928
22929 2000-04-26 Dave Love <fx@gnu.org>
22930
22931 * international/mule-cmds.el (locale-translation-file-name):
22932 Defvar to nil.
22933 (set-locale-environment): Set it here (at runtime).
22934
22935 2000-04-25 Gerd Moellmann <gerd@gnu.org>
22936
22937 * replace.el (perform-replace): Add parameters START and END. Use
22938 them instead of the check for a region in Transient Mark mode.
22939 (query-replace-read-args): Return two more list elements for the
22940 start and end of the region in Transient Mark mode.
22941 (query-replace, query-replace-regexp, query-replace-regexp-eval)
22942 (map-query-replace-regexp, replace-string, replace-regexp): Add
22943 optional last arguments START and END and pass them to
22944 perform-replace.
22945
22946 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
22947 form with additional arguments for perform-replace.
22948
22949 * progmodes/etags.el (tags-query-replace): Add parameters START
22950 and END. Construct a form with additional arguments for
22951 perform-replace.
22952
22953 * simple.el (shell-command): Set default directory for "*Shell
22954 Command Output" buffer.
22955
22956 * language/european.el (iso-latin-4): Fix typo.
22957
22958 * emacs-lisp/crm.el: New file.
22959
22960 2000-04-24 Dave Love <fx@gnu.org>
22961
22962 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
22963 (Custom-reset-saved, Custom-reset-standard)
22964 (custom-group-value-create, custom-group-set, custom-group-save)
22965 (custom-group-reset-current, custom-group-reset-saved)
22966 (custom-group-reset-standard): Use mapc.
22967 (custom-buffer-create-internal): Disable undo when creating items.
22968 Use mapc.
22969 (custom-face): Avoid redundant lambda.
22970
22971 2000-04-24 Gerd Moellmann <gerd@gnu.org>
22972
22973 * startup.el (auto-save-list-file-prefix): Set default to
22974 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
22975
22976 2000-04-24 Sam Steingold <sds@gnu.org>
22977
22978 * time-stamp.el (time-stamp-string-preprocess): Always convert
22979 `field-result' to a string.
22980
22981 2000-04-24 Gerd Moellmann <gerd@gnu.org>
22982
22983 * frame.el (scrolling): New group.
22984 (automatic-hscrolling): New user-option.
22985
22986 * startup.el (command-line-x-option-alist): Add `-lsp' and
22987 `--line-spacing'.
22988
22989 2000-04-19 Dave Love <fx@gnu.org>
22990
22991 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
22992 (cl-mapc): Rename from mapc. Fix the funcall.
22993
22994 2000-04-19 Gerd Moellmann <gerd@gnu.org>
22995
22996 * simple.el (clone-indirect-buffer-other-window): New command.
22997 (clone-indirect-buffer): Add optional arg NORECROD.
22998 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
22999
23000 * help.el (resize-temp-buffer-window): Use count-screen-lines.
23001
23002 * window.el (count-screen-lines): New function.
23003 (shrink-window-if-larger-than-buffer): Use count-screen-lines
23004 instead of window-buffer-height.
23005
23006 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
23007 non-existing variable comint-input-sentinel.
23008 (inferior-lisp-args-to-list): Removed.
23009 (inferior-lisp): Use split-string instead of
23010 inferior-lisp-args-to-list.
23011
23012 * hexl.el (hexl-insert-hex-string): New command.
23013
23014 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
23015 instead of concat.
23016
23017 2000-04-18 Gerd Moellmann <gerd@gnu.org>
23018
23019 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
23020 at the start of an existing but empty folder.
23021
23022 2000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
23023
23024 * ps-mule.el: Customization fix, doc fix.
23025 (ps-multibyte-buffer): Customization fix.
23026
23027 2000-04-17 Richard M. Stallman <rms@gnu.org>
23028
23029 * subr.el (read-passwd): Use read-char-exclusive.
23030
23031 2000-04-17 Gerd Moellmann <gerd@gnu.org>
23032
23033 * textmodes/texinfo.el (texinfo-insert-@email)
23034 (texinfo-insert-@emph, texinfo-insert-@quotation)
23035 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
23036 (texinfo-mode-map): Add key bindings for them.
23037
23038 * files.el (basic-save-buffer-2): Use a template with `$'
23039 instead of `#' for VMS.
23040
23041 * simple.el (clone-indirect-buffer): New function.
23042
23043 2000-04-16 Stephen Eglen <stephen@gnu.org>
23044
23045 * iswitchb.el (iswitchb-case): New function. If the user input
23046 contains any upper-case characters, the search is made
23047 case-sensitive.
23048
23049 2000-04-17 Stefan Monnier <monnier@cs.yale.edu>
23050
23051 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
23052 comment-end.
23053 (texinfo-font-lock-syntactic-keywords): New var.
23054 (texinfo-font-lock-keywords): Remove comment regexp.
23055 (texinfo-insert-block): New function.
23056 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
23057 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
23058 and font-lock-defaults. Use regexp-opt for outline-regexp.
23059 (texinfo-environments): New var.
23060 (texinfo-environment-regexp): Use regexp-opt and
23061 texinfo-environments.
23062
23063 * textmodes/ispell.el (ispell-menu-map-needed): Check that
23064 ispell-process is bound since this might be eval'd before ispell
23065 is loaded.
23066 (ispell-message): Use a tiny bit less magic and a bit more hard
23067 data to figure out what kind of sc-cite-regexp to use.
23068
23069 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
23070
23071 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
23072 (insert-cyclic-diary-entry): Unquote the lambda.
23073
23074 * gud.el (gud-jdb-build-source-files-list): Fix typo.
23075
23076 * files.el (backup-enable-predicate): Unquote the lambda.
23077
23078 * cus-edit.el (custom-face, face): Unquote the lambda.
23079
23080 2000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
23081
23082 * ps-print.el: Check for line-beginning-position definition.
23083
23084 * ps-print.el: Fix counting lines in a region.
23085 (ps-print-version): New version number (5.1.5).
23086 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
23087 (ps-printing-region): Fun code fix.
23088
23089 2000-04-15 Gerd Moellmann <gerd@gnu.org>
23090
23091 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
23092 to file-directory-p.
23093
23094 2000-04-14 Gerd Moellmann <gerd@gnu.org>
23095
23096 * gud.el (gud-jdb-build-source-files-list): Check that directory
23097 exists before calling directory-files.
23098
23099 2000-04-13 Dave Love <fx@gnu.org>
23100
23101 * emacs-lisp/trace.el: Change maintainer. Use new backquote
23102 syntax.
23103
23104 * emacs-lisp/cl-specs.el: Remove when, unless.
23105
23106 * emacs-lisp/cl-extra.el: Don't quote keywords.
23107 (cl-old-mapc): New variable.
23108 (mapc): Use it.
23109 (cl-map-intervals): Use with-current-buffer. Don't check for
23110 next-property-change.
23111 (cl-map-overlays): Use with-current-buffer.
23112 (cl-expt): Remove.
23113 (copy-tree, remprop): Define unconditionally.
23114
23115 * emacs-lisp/cl-compat.el (keywordp): Remove.
23116
23117 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
23118 to use keywordp.
23119 (edebug-spec): Enable keywordp.
23120
23121 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
23122 string-lessp.
23123
23124 * cus-start.el: Use keywordp.
23125
23126 2000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
23127
23128 * diary-lib.el (include-other-diary-files): Fix the fix of
23129 2000-02-18 by doing a save-excursion.
23130
23131 2000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
23132
23133 * ps-print.el: Customization fix, doc fix.
23134 (ps-print-version): New version number (5.1.4).
23135 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
23136 (ps-print-preprint): Adjust code.
23137 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
23138 (ps-print-prologue-header, ps-print-control-characters)
23139 (ps-spool-config): Customization fix.
23140
23141 2000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
23142
23143 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
23144 converted to the new menu-item format, names silightly changed,
23145 help strings added.
23146
23147 Support for spelling without async subprocesses:
23148
23149 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
23150 (ispell-session-buffer): New variables.
23151 (ispell-start-process, ispell-process-status,
23152 ispell-accept-output, ispell-send-string): New functions, for
23153 Ispell invocation when async subprocesses aren't supported.
23154 (ispell-word, ispell-pdict-save, ispell-command-loop,
23155 ispell-process-line, ispell-buffer-local-parsing): Replace calls
23156 to process-send-string with calls to ispell-send-string, and
23157 accept-process-output with ispell-accept-output.
23158 (ispell-init-process): Call ispell-process-status instead of
23159 process-status with.
23160 (ispell-init-process): Call ispell-start-process. Call
23161 ispell-accept-output and ispell-send-string. Don't call
23162 process-kill-without-query and kill-process if they are unbound.
23163 (ispell-async-processp): New function.
23164
23165 2000-04-12 Dave Love <fx@gnu.org>
23166
23167 * info.el: Add debug-ignored-errors.
23168 (Info-mode-menu): Add some items.
23169 (Info-directory): Add autoload cookie.
23170
23171 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
23172 Modify `truncate-lines'. Make `describe-language-environment'
23173 always visible and add help. Modify `describe-key' help. Invoke
23174 Info-directory from `info'. New entry `emacs-manual'.
23175
23176 2000-04-10 Gerd Moellmann <gerd@gnu.org>
23177
23178 * progmodes/ebrowse.el (ebrowse-tree-mode):
23179 Use propertized-buffer-identification.
23180 (ebrowse-update-member-buffer-mode-line): Likewise.
23181 (ebrowse--mode-strings): Removed.
23182 (ebrowse--mode-line-props): Removed.
23183
23184 * files.el (auto-mode-alist): Add `EBROWSE'.
23185
23186 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
23187 space before testing for end of buffer.
23188 (ebrowse-load): Removed.
23189 (ebrowse-revert-tree-buffer-from-file): Rewritten.
23190 (ebrowse-create-tree-buffer): Rewritten.
23191 (ebrowse-tree-mode): Read tree from buffer.
23192
23193 * progmodes/ebrowse-ffh.el: Removed.
23194
23195 2000-04-10 Kenichi Handa <handa@etl.go.jp>
23196
23197 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
23198
23199 2000-04-10 Gerd Moellmann <gerd@gnu.org>
23200
23201 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
23202 at the wrong place.
23203
23204 2000-04-09 Dave Love <fx@gnu.org>
23205
23206 * files.el (backup-enable-predicate):
23207 Use temporary-file-directory, small-temporary-file-directory.
23208 (make-backup-file-name-function, backup-directory-alist): New vars.
23209 (make-backup-file-name-1): New function.
23210 (make-backup-file-name): Use it.
23211 (find-backup-file-name): Likewise. Use format for clarity, not concat.
23212 (file-newest-backup): Use make-backup-file-name.
23213
23214 2000-04-09 Gerd Moellmann <gerd@gnu.org>
23215
23216 * progmodes/ebrowse-ffh.el: New file.
23217
23218 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn):
23219 Moved to ebrowse-ffh.el.
23220 (ebrowse-load): Add autoload.
23221
23222 * finder.el (finder-commentary): Add autoload cookie.
23223
23224 * mail/rfc2368.el: Correct author's email address.
23225
23226 * progmodes/ebrowse.el: New file.
23227
23228 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
23229 item help string.
23230 (easy-menu-do-add-item): Ditto.
23231 (easy-menu-define): Extend doc string.
23232
23233 * jit-lock.el (with-buffer-unmodified): Use restore-buffer-modified-p.
23234 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
23235 (jit-lock-function, jit-lock-stealth-fontify): Don't use
23236 with-buffer-unmodified.
23237
23238 2000-04-08 Dave Love <fx@gnu.org>
23239
23240 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
23241 unless, when.
23242
23243 2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
23244
23245 * viper-util.el (viper-put-on-search-overlay): New subroutine.
23246 (viper-flash-search-pattern): No operation when using Emacs
23247 doesn't support face.
23248 Use `viper-put-on-search-overlay'.
23249
23250 2000-04-04 Gerd Moellmann <gerd@gnu.org>
23251
23252 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
23253 like C-r.
23254
23255 * progmodes/make-mode.el: Some doc fixes.
23256 (makefile-mode-abbrev-table): New variable.
23257 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
23258 (makefile-font-lock-keywords): Fontify includes and conditionals.
23259 (toplevel): Require `dabbrev' and `add-log' when compiling.
23260
23261 * replace.el (perform-replace): Don't move forward one char
23262 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
23263 to do that because it leaves point 1 position after the last
23264 replacement, after everything has been replaced.
23265
23266 * jit-lock.el (with-buffer-unmodified): New macro.
23267 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
23268 modified state.
23269 (jit-lock-function-1): Extracted from jit-lock-function; not
23270 preserving buffer's modified state.
23271 (jit-lock-function, jit-lock-stealth-fontify):
23272 Call jit-lock-function-1.
23273
23274 * mail/rfc2368.el: Remove supernumerary copyright line.
23275
23276 2000-04-04 Milan Zamazal <pdm@freesoft.cz>
23277
23278 * glasses.el: Provide facilities for inserting space before left
23279 parentheses and uncapitalization of identifiers.
23280 (glasses-mode): Try to remove old overlays in all cases.
23281
23282 2000-04-03 Gerd Moellmann <gerd@gnu.org>
23283
23284 * progmodes/compile.el (compile-internal): Display the compilation
23285 buffer in a different frame, if it's already displayed there.
23286
23287 * mail/rfc2368.el: New file.
23288
23289 * simple.el (sendmail-user-agent-compose): Recognize a `body'
23290 header and insert its value as mail body.
23291
23292 * subr.el (member-ignore-case): New function.
23293
23294 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
23295 (dabbrev--find-expansion): Ignore buffers matching a regexp
23296 from dabbrev-ignored-regexps.
23297
23298 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
23299 to extensions handled by gzip.
23300
23301 2000-04-03 Richard M. Stallman <rms@gnu.org>
23302
23303 * files.el (insert-directory): List the total free space
23304 along with the used space.
23305
23306 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
23307 line is followed by one that matches CITATION-REGEXP, end the
23308 paragraph.
23309
23310 2000-04-03 Markus Rost <rost@delysid.gnu.org>
23311
23312 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
23313 (rmail-make-basic-summary-line): Use that option.
23314
23315 2000-04-03 Kenichi Handa <handa@etl.go.jp>
23316
23317 * international/mule-cmds.el (encoded-string-description):
23318 Rewritten. Try pretty description for ISO 2022 escape sequences
23319 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
23320 for hexadecimal format.
23321
23322 2000-04-01 Dave Love <fx@gnu.org>
23323
23324 * cpp.el: Change customization group to `c' from `C'.
23325
23326 * vcursor.el (vcursor-move): Use display-color-p.
23327
23328 * international/mule-util.el: Provide mule-utils.
23329 (string-to-sequence): Simplify and speed up.
23330
23331 * international/mule.el (make-coding-system): Purecopy doc-string.
23332
23333 * international/mule-cmds.el: Various menu changes.
23334 (describe-specified-language-support): Handle `Default'.
23335 (set-language-info): Purecopy `info'.
23336
23337 2000-03-31 Andrew Innes <andrewi@gnu.org>
23338
23339 * vc.el (vc-backend-diff): Return the correct status if we had to
23340 retry the rcsdiff command without the --brief option.
23341
23342 2000-03-31 Dave Love <fx@gnu.org>
23343
23344 * help.el (help-manyarg-func-alist): Correct several omissions.
23345
23346 * add-log.el: Don't require cl, fortran.
23347 (add-log-current-defun-function): Doc fix.
23348 (change-log-version-number-regexp-list): Remove SCCS part. Doc fix.
23349 (change-log-version-rcs): Function deleted.
23350 (change-log-version-number-search): Doc fix.
23351 Use vc-workfile-version. Avoid CL dolist.
23352 (add-change-log-entry): Just call add-log-current-defun to get
23353 defun. Simplify somewhat.
23354 (change-log-get-method-definition-1): Likewise.
23355 (add-log-current-defun): Return nil if calling
23356 add-log-current-defun-function does so. Move Fortran stuff to
23357 fortran.el. Return string without properties.
23358
23359 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
23360 and :alpha: char classes.
23361
23362 * mail/supercite.el: Defvar curline when compiling.
23363 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
23364 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
23365 rather than a-zA-Z0-9 to allow non-ASCII characters.
23366
23367 2000-03-31 Gerd Moellmann <gerd@gnu.org>
23368
23369 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
23370
23371 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
23372 Re-enable new code.
23373
23374 * lpr.el (print-region-1): Use -d to specify printer name for
23375 systems `usg-unix-v*, `dgux', `hpux', `irix'.
23376
23377 2000-03-31 Dave Love <fx@gnu.org>
23378
23379 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
23380 Look for function definition in symbol's function value slot first
23381 instead of first consulting byte-compile-function-environment.
23382
23383 2000-03-31 Kenichi Handa <handa@etl.go.jp>
23384
23385 * language/european.el ("Polish"): New language environment.
23386 (setup-polish-environment): New function.
23387
23388 2000-03-30 Gerd Moellmann <gerd@gnu.org>
23389
23390 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
23391 Disable new code.
23392
23393 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
23394 trying to `load' the symbol of an autoload instead of the file
23395 recorded in the autoload. Fix error messages.
23396
23397 2000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
23398
23399 * ps-print.el: PostScript programming fix for ghostview, doc fix.
23400 (ps-print-version): New version number (5.1.3).
23401 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
23402 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
23403 (ps-generate-postscript-with-faces): Code fix.
23404 (ps-color-values): XEmacs compatibility.
23405 (ps-print-background-image, ps-print-background-text, ps-printer-name)
23406 (ps-default-fg, ps-default-bg): Adjust customization.
23407 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
23408 (ps-color-scale): Renaming old ps-color-value fun.
23409 (ps-print-headers): Replace ps-print-header group to avoid conflict
23410 with ps-print-header variable.
23411 (ps-print-miscellany): New group.
23412 (ps-format-color, ps-rgb-color): New funs.
23413 (ps-default-foreground): New var.
23414 (ps-printer-name-option): New const.
23415
23416 2000-03-30 Peter Breton <pbreton@ne.mediaone.net>
23417
23418 * net/net-utils.el:
23419 (network-connection-host, network-connection-service): New variables
23420 (network-connection-mode): New mode, derived from comint-mode
23421 (network-connection-mode-setup): New function, saves host and
23422 service information in local variables.
23423
23424 * lisp/locate.el:
23425 (locate-word-at-point): Added this function
23426 (locate): Default to using locate-word-at-point as input
23427 Run dired-mode-hook
23428
23429 2000-03-29 Dave Love <fx@gnu.org>
23430
23431 * calendar/appt.el: Doc fixes.
23432 (appt-check): Convert min-to-app to a string before passing to
23433 appt-disp-window-function or concat.
23434 (appt-delete-window): Remove test for frame-root-window.
23435 (appt-select-lowest-window, appt-convert-time): Simplify.
23436
23437 * emacs-lisp/bytecomp.el: Doc fixes.
23438 (byte-compile-file-form-autoload):
23439 Update byte-compile-function-environment.
23440
23441 2000-03-29 Andreas Schwab <schwab@suse.de>
23442
23443 * emacs-lisp/autoload.el: Also print defsubst doc string specially.
23444
23445 * dired.el (dired-insert-directory): If dired-free-space-program
23446 failed just delete its output.
23447
23448 2000-03-29 Dave Love <fx@gnu.org>
23449
23450 * international/iso-cvt.el: Move provide to end. Doc fixes.
23451 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
23452 (iso-iso2sgml, iso-sgml2iso): New functions.
23453 (iso-cvt-define-menu): Fix some entries and use backquote for
23454 clarity.
23455
23456 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
23457
23458 2000-03-28 Gerd Moellmann <gerd@gnu.org>
23459
23460 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
23461 ISO-DATE. If non-nil, return date in ISO 8601 format.
23462
23463 2000-03-26 Stefan Monnier <monnier@cs.yale.edu>
23464
23465 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
23466 if it ever becomes used.
23467 (log-edit-mode-hook): Default to vc-log-mode-hook.
23468 (log-edit-mode): Fix the docstring.
23469
23470 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
23471 the code.
23472
23473 2000-03-26 Dave Love <fx@gnu.org>
23474
23475 * net/browse-url.el (browse-url): Re-fix case of
23476 browse-url-browser-function being an alist.
23477 (browse-url): Add :link to defgroup.
23478
23479 * files.el: Doc fixes.
23480 (file-truename): Include `[' in wildcard characters.
23481 (automount-dir-prefix): Customize.
23482 (find-file-wildcards): Add :version.
23483 (find-file-noselect): Simplify a mapcar call.
23484
23485 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
23486 compatible with inf-lisp version.
23487 (eval-defun-1): Fix custom-declare-variable case.
23488
23489 2000-03-25 Stefan Monnier <monnier@cs.yale.edu>
23490
23491 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
23492
23493 2000-03-24 Gerd Moellmann <gerd@gnu.org>
23494
23495 * Makefile (COMPILE_FIRST): New macro.
23496 (compile-files): Compile files from COMPILE_FIRST first.
23497
23498 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new code.
23499
23500 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
23501 matching open parenthesis in column 0 to defun-prompt-regexp
23502 only if open-paren-in-column-0-is-defun-start is set.
23503
23504 * sun-curs.el: Require CL at compile-time only.
23505
23506 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
23507 instead of copy-list which is a function from CL.
23508 (msb--choose-menu, msb--mode-menu-cond)
23509 (msb--create-buffer-menu-2): Use dolist instead of mapc.
23510 (msb--init-file-alist): Use mapcar instead of mapcan.
23511 (msb--aggregate-alist): Use mapcar instead of mapcan.
23512 Fix `(' in column 0 in doc string.
23513 (msb--add-separators): Use mapcar instead of mapcan.
23514
23515 * cus-dep.el: Require CL at compile-time only.
23516
23517 2000-03-24 Stefan Monnier <monnier@cs.yale.edu>
23518
23519 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
23520 (byte-compile-warnings): New warning `noruntime'.
23521 (byte-compile-constants, byte-compile-variables): Fix docstring.
23522 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
23523 execute `eval-whenc-compile's body.
23524 (byte-compile-unresolved-functions): Fix docstring.
23525 (byte-compile-eval): New function.
23526 (byte-compile-callargs-warn): Check if the function will be available
23527 at runtime (via property `byte-compile-noruntime').
23528 (byte-compile-print-syms): New function.
23529 (byte-compile-warn-about-unresolved-functions): Also warn about
23530 `noruntime' functions (and use `byte-compile-print-syms').
23531 (byte-compile-file): Capitalize the message.
23532
23533 2000-03-24 Gerd Moellmann <gerd@gnu.org>
23534
23535 * mail/rmail.el (rmail-confirm-expunge): New user-option.
23536 (rmail-expunge): Ask for confirmation depending on the setting
23537 of rmail-confirm-expunge.
23538
23539 2000-03-23 Gerd Moellmann <gerd@gnu.org>
23540
23541 * Makefile (bootstrap-clean): If $(emacs) exists, build
23542 loaddefs.el first. A loaddefs.el that's not up-to-date might
23543 cause a bootstrap failure because things don't autoload as expected.
23544
23545 2000-03-23 Dave Love <fx@gnu.org>
23546
23547 * net/browse-url.el: Restore previous use of
23548 browse-url-maybe-new-window.
23549
23550 2000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
23551
23552 * ps-print.el: Skip banner page fix.
23553 (ps-print-version): New version number (5.1.2).
23554 (ps-begin-file, ps-end-file, ps-generate): Code fix.
23555
23556 2000-03-23 Dave Pearson <davep@davep.org>
23557
23558 * net/quickurl.el Changed the type of parameter passed to the
23559 function defined by `quickurl-format-function'. Before only the
23560 text of the URL was passed. Now the whole URL structure is passed
23561 and the function is responsible for extracting the parts it requires.
23562 Changed the default of `quickurl-format-function' accordingly.
23563 (quickurl-insert): Changed the `funcall' of
23564 `quickurl-format-function' to match the above change.
23565 (quickurl-list-insert): Changed the `url' case so that it makes
23566 use of `quickurl-format-function', previous to this the format was
23567 hard wired.
23568
23569 2000-03-22 Gerd Moellmann <gerd@gnu.org>
23570
23571 * startup.el: Change some spellings for the X Window System.
23572
23573 2000-03-22 Stefan Monnier <monnier@cs.yale.edu>
23574
23575 * progmodes/make-mode.el (makefile-warn-suspicious-lines):
23576 Clean up the code and the regexp and make sure the cursor is
23577 temporarily moved to the suspicious line while querying the user.
23578
23579 2000-03-22 Jason Rumney <jasonr@gnu.org>
23580
23581 * w32-fns.el (w32-charset-info-alist): Initialize.
23582
23583 2000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
23584
23585 * ps-print.el: N-up last page fix.
23586 (ps-print-version): New version number (5.1.1).
23587 (ps-end-file, ps-end-job, ps-generate): Code fix.
23588
23589 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
23590
23591 * files.el (find-file-run-dired): Update docstring.
23592 (find-directory-functions): New hook.
23593 (find-file-noselect): Run find-directory-functions rather than
23594 calling dired directly.
23595
23596 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
23597
23598 * pcvs.el: Add a minimal leading commentary.
23599 (cvs-make-cvs-buffer): Change the header part by removing the startup
23600 message and adding a `Module' entry. Also replace the FOOTER and
23601 HEADER special fileinfos with the new support in ewoc for updating
23602 its own footer and header.
23603 (cvs-update-header): Update to use the header/footer of the ewoc.
23604 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
23605 (cvs-is-within-p): New function.
23606 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
23607 to only examine some subset of the buffers.
23608
23609 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
23610 `format' instead of our own ad-hoc functions.
23611 Remove HEADER and FOOTER cases, now handled in the EWOC.
23612 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
23613
23614 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
23615 output to avoid scaring the user.
23616 (cvs-parse-table): Catch message for non-up-to-date commits.
23617
23618 * pcvs-defs.el (cvs-startup-message): Remove.
23619 (cvs-global-menu): New autoloaded menu.
23620
23621 * pcvs-util.el (cvs-string-fill): Remove.
23622
23623 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
23624 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
23625 PP part of it and also make it work for footers and headers.
23626 (ewoc-create): Drop POS and BUFFER arguments.
23627 Use the DLL's dummy node to store the end-of-footer position.
23628 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
23629 (ewoc-refresh): Remove unused `header' variable.
23630 (ewoc-(get|set)-hf): New functions.
23631
23632 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
23633 log-view-*-(message|file) and use easy-mmode-define-navigation.
23634 (log-view-message-re): Match SCCS format as well.
23635 And match the revision line rather than the dashed separator line.
23636 (log-view-mode): Use the new define-derived-mode.
23637 (log-view-current-tag): Fill in with an actual implementation.
23638
23639 * cvs-status.el (cvs-status-(prev|next)): Rename from
23640 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
23641 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
23642 to let the output "breathe" a little more (more readable).
23643 (cvs-status-mode): Use the new define-derived-mode.
23644
23645 * smerge-mode.el (smerge-auto-leave): New function and variable.
23646 (smerge-basic-map): Rename from smerge-basic-keymap.
23647 Change the bindings for smerge-diff-*.
23648 (smerge-*-map): Use easy-mmode-defmap.
23649 (smerge-(next|prev)): Use easy-mmode-define-navigation.
23650 (smerge-keep-*): Use smerge-auto-leave.
23651
23652 2000-03-21 Jason Rumney <jasonr@gnu.org>
23653
23654 * cus-edit.el (custom-button-face): Use 3D look for w32.
23655 (custom-button-pressed-face): Likewise.
23656
23657 2000-03-21 Gerd Moellmann <gerd@gnu.org>
23658
23659 * progmodes/etags.el (tags-case-fold-search): New user-option.
23660 (tags-loop-eval): New function. Bind case-fold-search around eval
23661 depending on the value of tags-case-fold-search.
23662 (tags-loop-continue): Use tags-loop-eval.
23663 (find-tag-in-order): Bind case-fold-search depending on the value
23664 of tags-case-fold-search.
23665
23666 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
23667
23668 * diff-mode.el (diff-mode-*-map): Use `easy-mmode-defmap'.
23669 (diff-end-of-hunk): Return the end position for use in
23670 `easy-mmode-define-navigation'.
23671 (diff-recenter): Remove.
23672 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
23673 of `easy-mmode-define-navigation'.
23674 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
23675 previous renaming) and fix to use new names.
23676 (diff-merge-strings): Use \n as separator: simpler, faster.
23677 (diff-mode): Use `define-derived-mode'.
23678
23679 * derived.el (define-derived-mode): Don't autoload anymore.
23680 Prefer the macro-only version provided by easy-mmode.el.
23681
23682 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
23683 `easy-mmode-define-derived-mode'. Use `combine-run-hooks'.
23684 (easy-mmode-define-navigation): New macro.
23685
23686 * subr.el (combine-run-hooks): New function.
23687
23688 2000-03-21 Kenichi HANDA <handa@etl.go.jp>
23689
23690 * term/x-win.el: Fontsets related initialization is simplified.
23691
23692 * international/mule-diag.el (describe-font): Don't refer to
23693 global-fontset-alist, instead call font-list.
23694 (describe-fontset, list-fontsets, mule-diag): Likewise.
23695 (print-fontset): Adjusted for the change of fontset implementation.
23696
23697 * international/fontset.el (x-charset-registries): Variable removed,
23698 instead the corresponding data is stored in the default fontset.
23699 (register-alternate-fontnames): Function removed.
23700 (resolved-ascii-font): Variable removed.
23701 (x-compose-font-name): Ignore the second argument REDOCE.
23702 (x-complement-fontset-spec): Complement only an ASCII font and
23703 element for those charsets than can use that ASCII font.
23704 (generate-fontset-menu): Don't refer to global-fontset-alist,
23705 instead call fontset-list.
23706 (uninstantiated-fontset-alist): Variable removed.
23707 (x-style-funcs-alist): Likewise.
23708 (fontset-default-styles): Likewise.
23709 (x-modify-font-name): Function removed.
23710 (create-fontset-from-fontset-spec): Ignore the argument STYLE-VARIANT.
23711 (create-fontset-from-ascii-font): Docsting adjusted for the above
23712 change.
23713 (instantiate-fontset, resolve-fontset-name): Functions removed.
23714 (fontset-list): Now implemented by C code.
23715
23716 * faces.el (read-face-font): Fix TABLE arg to completing-read.
23717 (describe-face): Include `font' attribute in the description.
23718
23719 2000-03-21 Kenichi Handa <handa@etl.go.jp>
23720
23721 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
23722
23723 2000-03-20 Gerd Moellmann <gerd@gnu.org>
23724
23725 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
23726 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
23727 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
23728
23729 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
23730 about behavior of set-buffer-modified-p wrt redisplay.
23731
23732 2000-03-19 Richard M. Stallman <rms@gnu.org>
23733
23734 * view.el (view-mode-disable): Kill local binding of view-read-only.
23735
23736 2000-03-18 Gerd Moellmann <gerd@gnu.org>
23737
23738 * font-lock.el (font-lock-apply-syntactic-highlight): If VALUE
23739 is a string, convert it to a syntax cell using string-to-syntax.
23740
23741 * simple.el (syntax-code-table, syntax-flag-table): New variables.
23742 (string-to-syntax): New function.
23743
23744 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
23745 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
23746 try to use passive ftp mode.
23747
23748 2000-03-17 Gerd Moellmann <gerd@gnu.org>
23749
23750 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
23751
23752 * simple.el (append-to-buffer): Update point of windows after
23753 insertion.
23754
23755 * abbrev.el (inverse-add-abbrev): Identify word by first moving
23756 forward then moving backward. Reindent.
23757
23758 * frame.el (other-frame): Call x-focus-frame only if
23759 focus-follows-mouse is off.
23760
23761 2000-03-17 Dave Love <fx@gnu.org>
23762
23763 * pcvs-util.el (cvs-strings->string): Rename replace-regexps-in-string.
23764
23765 2000-03-17 Stefan Monnier <monnier@cs.yale.edu>
23766
23767 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
23768 regexp for labels cannot span several lines.
23769
23770 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
23771 `(setq :<key> ':<key>)' to the macro expansion.
23772
23773 2000-03-16 Dave Love <fx@gnu.org>
23774
23775 * progmodes/f90.el (f90): Put custom group under `languages', not
23776 `fortran'.
23777 (f90-mode-hook): Customize.
23778 (f90-mode): Set add-log-current-defun-function.
23779 (f90-current-defun): New function.
23780
23781 2000-03-16 Gerd Moellmann <gerd@gnu.org>
23782
23783 * cus-edit.el (custom-variable-tag-face): Handle case that
23784 default face's height is not a number.
23785 (custom-face-tag-face, custom-group-tag-face-1)
23786 (custom-group-tag-face): Ditto.
23787 (custom-group-tag-face-1): Add :group.
23788
23789 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
23790
23791 2000-03-15 Gerd Moellmann <gerd@gnu.org>
23792
23793 * pcvs-defs.el (toplevel): Remove autoload cookie for form
23794 requiring easymenu.
23795
23796 2000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
23797
23798 * ps-print.el: PostScript user-defined prologue, PostScript error
23799 handler, doc fix.
23800 (ps-print-version): New version number (5.1).
23801 (ps-user-defined-prologue, ps-error-handler-message)
23802 (ps-print-prologue-0, ps-error-handler-alist): New vars.
23803 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
23804 (ps-insert-string): New function.
23805
23806 2000-03-15 Kenichi Handa <handa@etl.go.jp>
23807
23808 * international/ccl.el (ccl-compile-expression): Don't generate
23809 invalid self-assignment code.
23810
23811 2000-03-14 Dave Love <fx@gnu.org>
23812
23813 * subr.el (replace-regexp-in-string): Renamed from
23814 replace-regexps-in-string. Doc fix.
23815
23816 2000-03-12 Dave Love <fx@gnu.org>
23817
23818 * cus-edit.el: Doc fixes.
23819 (customize-set-variable, customize-save-variable): Rename args for doc.
23820 (custom-variable-tag-face, custom-face-tag-face)
23821 (custom-group-tag-face-1, custom-group-tag-face): Modify from
23822 style which user identify as hyperlink.
23823 (hook): Don't add undefined functions to the hook.
23824 (debug-ignored-errors): Transfer message from bindings.el.
23825
23826 2000-03-12 Gerd Moellmann <gerd@gnu.org>
23827
23828 * recentf.el (recentf-keep-non-readable-files-p):
23829 Remove double/nested definition.
23830
23831 2000-03-12 Dave Love <fx@gnu.org>
23832
23833 * facemenu.el (facemenu-get-face): Use display-color-p.
23834 * enriched.el (enriched-decode-foreground): Likewise.
23835 (enriched-decode-background): Likewise.
23836 * isearch.el (isearch-highlight): Likewise.
23837 * info-look.el (info-lookup): Likewise.
23838 * simple.el (completion-setup-function): Likewise.
23839
23840 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
23841 :options.
23842
23843 * bindings.el (mode-line-format): Fix line-number and
23844 column-number items. Add help-echo for the background.
23845 (mode-line-mule-info): Modify help-echo.
23846
23847 * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
23848
23849 * files.el (load-file): Allow completion to .elc.
23850
23851 * man.el: Doc fixes.
23852 (Man-init-defvars): Use display-color-p to set fontification.
23853
23854 * play/hanoi.el (hanoi-internal): Don't use oddp.
23855
23856 2000-03-12 Gerd Moellmann <gerd@gnu.org>
23857
23858 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
23859
23860 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
23861
23862 2000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
23863
23864 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
23865 Fix comment.
23866
23867 2000-03-10 Stefan Monnier <monnier@cs.yale.edu>
23868
23869 * font-lock.el (font-lock-keywords): Fix the doc now that
23870 regexp-opt-depth is unnecessary.
23871 (save-buffer-state): Set an edebug spec.
23872 (font-lock-fontify-anchored-keywords): Properly handle the case when
23873 the matcher goes past the limit.
23874
23875 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
23876 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
23877
23878 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
23879 dll.el and cookie.el (from Elib) with heavy renaming and other
23880 massaging.
23881
23882 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
23883 Autoload the functions used.
23884 (easy-mmode-define-syntax): Fix CL typo.
23885 (easy-mmode-define-derived-mode): Improve the docstring generation.
23886
23887 2000-03-10 Gerd Moellmann <gerd@gnu.org>
23888
23889 * textmodes/texinfo.el (texinfo-version): Variable and function
23890 removed.
23891
23892 2000-03-09 Stefan Monnier <monnier@cs.yale.edu>
23893
23894 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
23895 allow more flexibility.
23896 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New fns.
23897 (easy-mmode-defmap, easy-mmode-defsyntax)
23898 (easy-mmode-define-derived-mode): New macros.
23899
23900 2000-03-09 Didier Verna <didier@xemacs.org>
23901
23902 * rect.el (replace-rectangle): New function.
23903
23904 2000-03-09 Dave Love <fx@gnu.org>
23905
23906 * progmodes/fortran.el (fortran-comment-line-start): Define as "C".
23907 (fortran-comment-line-start-skip): Don't match cpp stuff.
23908 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
23909 (fortran-mode-map): Remove over-eager custom-menu-create for now.
23910 (fortran-mode): Don't set fortran-comment-line-start-skip,
23911 fortran-comment-line-start here. Set comment-start,
23912 add-log-current-defun.
23913 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
23914 (fortran-current-defun): New function.
23915
23916 2000-03-09 Gerd Moellmann <gerd@gnu.org>
23917
23918 * emacs-lisp/re-builder.el: New file.
23919
23920 * mouse.el (mouse-drag-region): Don't run up-event handler
23921 if hscroll has changed.
23922
23923 * octave-mod.el (octave-font-lock-keywords): To font-lock the
23924 builtin operators, use `font-lock-builtin-face' for Emacs and
23925 `font-lock-preprocessor-face' otherwise.
23926
23927 * font-lock.el (lisp-font-lock-keywords-1): Highlight
23928 `(defun (setf foo)' differently.
23929
23930 2000-03-08 Stefan Monnier <monnier@cs.yale.edu>
23931
23932 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
23933 (regexp-opt): Update comment and adapt the code the new meaning of
23934 the `paren' argument of regex-opt-group for shy-groups.
23935 (regexp-opt-depth): Handle shy groups as well as backslashed
23936 backslashes.
23937 (regexp-opt-group): Turn the leading comment into a docstring.
23938 Allow `paren' to be a string (the string to use to open a group).
23939 Remove open-presuf and close-presuf. Instead of checking for `all
23940 one-char' and then later on check for `several one-char', handle
23941 both cases close together. Also apply a more generic algorithm
23942 for suffixes (the mirror image of the algorithm used for
23943 prefixes). Use shy-groups. Use nreverse rather than reverse.
23944 (regexp-opt-try-suffix): Removed.
23945
23946 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
23947 from comint-mode-map, so we can just inherit from it. Also, move
23948 the initialization into the `defvar' since there's no docstring
23949 anyway and it's fairly short.
23950 (inferior-scheme-mode): Define it as derived-mode: the code is
23951 shorter and this way we inherit from comint-mode-map rather than
23952 copying it.
23953
23954 * subr.el (replace-regexps-in-string): Properly handle the case
23955 where we match an empty string.
23956
23957 * comint.el (comint-exec-1): Add the current-dir to the exec-path
23958 when the command has a directory component (such as "./testml").
23959 Also fix a typo in the comment.
23960
23961 2000-03-08 Gerd Moellmann <gerd@gnu.org>
23962
23963 * Makefile (compile-files): Compile files one by one because
23964 that's the only way to ensure a clean compilation environment for
23965 each individual file.
23966
23967 * frame.el (other-frame): Call x-focus-frame.
23968
23969 2000-03-07 Dave Love <fx@gnu.org>
23970
23971 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
23972 :require to defcustom.
23973
23974 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads lists.
23975
23976 * files.el (auto-mode-alist): Add configure.in.
23977
23978 * progmodes/autoconf.el: New file.
23979
23980 2000-03-07 Gerd Moellmann <gerd@gnu.org>
23981
23982 * mail/mh-e.el: Change maintainer to `none'.
23983
23984 * recentf.el (recentf-keep-non-readable-files-p): Quote args
23985 to remove-hook and add-hook.
23986
23987 2000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
23988
23989 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
23990 it as the default.
23991 (mail-send): Test mail-send-nonascii also for the new `mime' value.
23992 (sendmail-send-it): Conditionally add MIME headers specifying the
23993 used character set.
23994
23995 2000-03-07 Dave Love <fx@gnu.org>
23996
23997 * winner.el: Fix keywords, autoload cookies.
23998 Split eval-when-compile form to avoid compilation failure.
23999
24000 2000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
24001
24002 * international/mule.el: Modify comment about coding system
24003 property `coding-category'.
24004 (make-coding-system): New argument EOL-TYPE. Pay attention to
24005 coding-category property of PROPERTIES.
24006
24007 * international/mule-conf.el (coding-category-utf-8)
24008 (coding-category-utf-16-be, coding-category-utf-16-le): New coding
24009 categories. Include them in the argument for set-coding-priority.
24010
24011 * international/mule-cmds.el (reset-language-environment):
24012 Include coding-category-utf-8, coding-category-utf-16-be, and
24013 coding-category-utf-16-le in the argument for set-coding-priority.
24014 (reset-language-environment): Initialize coding-category-utf-8,
24015 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
24016
24017 2000-03-06 Karl Fogel <kfogel@red-bean.com>
24018
24019 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
24020 code abstracted out of `bookmark-jump-noselect'. Now tries info
24021 extensions as well as compression extensions.
24022 (bookmark-jump-noselect): Use above new func.
24023
24024 2000-03-03 Gerd Moellmann <gerd@gnu.org>
24025
24026 * strokes.el: Change maintainer's mail address.
24027
24028 2000-03-03 Kenichi Handa <handa@etl.go.jp>
24029
24030 * international/mule-diag.el (list-character-sets): Make help-echo
24031 string by substitute-command-keys.
24032 (list-character-sets): Likewise.
24033 (sort-listed-character-sets): Call help-setup-xref.
24034
24035 2000-03-02 Gerd Moellmann <gerd@gnu.org>
24036
24037 * time.el (display-time-mail-file): Add `none' to the list of choices.
24038
24039 2000-03-01 Dave Love <fx@gnu.org>
24040
24041 * help.el (help-xref-go-back): Don't try to set position.
24042
24043 * international/mule-diag.el (list-character-sets):
24044 Call help-setup-xref. Add help-echo to xrefs.
24045 (list-character-sets-1): Add help-echo to xrefs.
24046
24047 2000-03-02 Gerd Moellmann <gerd@gnu.org>
24048
24049 * frame.el (blink-cursor-mode): Switch cursor on when turning
24050 the mode off.
24051
24052 * add-log.el (add-log-current-defun): Add support for
24053 Autoconf mode.
24054
24055 * mail/rmail.el (rmail-quit-hook): New variable.
24056
24057 2000-03-01 Dave Love <fx@gnu.org>
24058
24059 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
24060
24061 * help.el (help-xref-button): Add help-echo arg.
24062 (describe-function-1, describe-variable, help-make-xrefs): Use it.
24063
24064 * faces.el (list-faces-display): Supply help-echo with help-make-xrefs.
24065
24066 * facemenu.el (list-text-properties-at): Set help-xref-stack to nil.
24067
24068 2000-03-01 Gerd Moellmann <gerd@gnu.org>
24069
24070 * image.el (defimage): Look for image files in load-path.
24071
24072 * frame.el (busy-cursor-delay-seconds): Change type to `number'.
24073
24074 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
24075
24076 * recentf.el (recentf): Added version tag to the defgroup of recentf.
24077
24078 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
24079
24080 * recentf.el (recentf-cleanup): Changed to remove excluded file too.
24081 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
24082 action to select/unselect a file.
24083 (recentf-edit-list): Code cleanup and improvement.
24084 (recentf-open-more-files-action): `recentf-open-more-files' button
24085 widget action to open a file.
24086 (recentf-open-more-files): No more use standard completion but widgets.
24087 (recentf-more-collection): Deleted.
24088 (recentf-more-history): Deleted.
24089 (recentf-setup-more-completion): Deleted.
24090
24091 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
24092
24093 * recentf.el (recentf-mode): No more needs that Emacs is running
24094 under a window-system.
24095
24096 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
24097
24098 * recentf.el (recentf-edit-list): New command to edit the recent
24099 list which allow the user to remove files.
24100 (recentf-edit-selected-items): New global variable, used by
24101 `recentf-edit-list' to hold the list of files to be removed from
24102 the recent list.
24103 (recentf-make-menu-items): Updated to display a "Edit list..."
24104 menu item. Minor code cleanup.
24105
24106 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
24107
24108 * recentf.el (recentf-open-more-files): New command to open files
24109 that are not displayed in the menu.
24110 (recentf-more-collection): New global variable holding the set of
24111 permissible completions used by `recentf-open-more-files'.
24112 (recentf-more-history): New global variable holding the history list
24113 used by `recentf-open-more-files' completion.
24114 (recentf-setup-more-completion): New function to setup completion for
24115 `recentf-open-more-files'.
24116 (recentf-make-menu-items): Updated to display a "More..." menu item.
24117
24118 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
24119
24120 * recentf.el (recentf-menu-action): Doc fixed.
24121
24122 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
24123
24124 * recentf.el (recentf-menu-filter): Doc updated.
24125 (recentf-update-menu-hook): Allow menu filters to force menu update.
24126 (recentf-make-menu-items): New menu filter handling.
24127 (recentf-make-menu-item): New helper function.
24128 (recentf-menu-elements): New menu handling function.
24129 (recentf-sort-ascending): Updated to new menu filter handling.
24130 (recentf-sort-descending): Updated to new menu filter handling.
24131 (recentf-sort-basenames-ascending): New menu filter function.
24132 (recentf-sort-basenames-descending): New menu filter function.
24133 (recentf-show-basenames): New menu filter function.
24134 (recentf-show-basenames-ascending): New menu filter function.
24135 (recentf-show-basenames-descending): New menu filter function.
24136
24137 2000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
24138
24139 * diary-lib.el (list-diary-entries): Don't try to go forward at
24140 the end of the buffer.
24141
24142 2000-02-29 Kenichi Handa <handa@etl.go.jp>
24143
24144 * international/mule-diag.el (list-character-sets):
24145 Completely rewritten.
24146 (sort-listed-character-sets): New function.
24147 (list-character-sets-1): Completely rewritten.
24148 (list-character-sets-2): New function.
24149 (non-iso-charset-alist): New variable.
24150 (decode-codepage-char): New function.
24151 (charset-history): New variable.
24152 (read-charset) (list-block-of-chars)
24153 (list-iso-charset-chars)
24154 (list-non-iso-charset-chars)
24155 (list-charset-chars): New functions.
24156 (mule-diag): Call list-character-sets-2, not list-character-sets-2.
24157 (dump-charsets): Likewise.
24158
24159 2000-02-29 Gerd Moellmann <gerd@gnu.org>
24160
24161 * dired-x.el (dired-filename-at-point): Add `@' to valid
24162 file name characters.
24163 (dired-filename-at-point): Handle ange-ftp file names.
24164
24165 * frame.el (frame-notice-user-settings): Use assq-delete-all
24166 instead of assoc-delete-all.
24167 (frame-notice-user-settings): Ditto.
24168
24169 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
24170 Don't copy alist.
24171
24172 2000-02-28 Eli Barzilay <eli@cs.cornell.edu>
24173
24174 * calculator.el (calculator-use-menu): New option.
24175 (calculator-initial-bindings): Changed some bindings to work as macros.
24176 (calculator-forced-input): Removed.
24177 (calculator-restart-other-mode): New variable.
24178 (calculator-mode-map): Set up menu.
24179
24180 2000-02-28 Jari Aalto <jari.aalto@poboxes.com>
24181
24182 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc tags.
24183
24184 2000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
24185
24186 * viper-cmd.el (viper-envelop-ESC-key): Add the option to
24187 translate all ESC key sequences.
24188 (viper-goto-mark-subr): Restore markers for files for which
24189 they were saved.
24190 * viper-init.el (viper-translate-all-ESC-keysequences): New variable.
24191 * viper-util.el (viper-set-replace-overlay-glyphs)
24192 (viper-set-replace-overlay): Always check if the replacement
24193 overlay is live.
24194 * viper.el (viper-vi-state-mode-list): Add major modes.
24195 * ediff-wind.el: Minor comment changes.
24196 * ediff.el: Copyright notice date fix.
24197
24198 2000-02-27 Jason Rumney <jasonr@gnu.org>
24199
24200 * faces.el (face-font-family-alternatives): Add arial to helv.
24201 (mode-line, header-line, tool-bar): Same default as x for w32.
24202 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
24203 face-font-family-alternatives from working.
24204 * term/w32-win.el (mouse-set-font): Do not build fontset from
24205 chosen font.
24206
24207 2000-02-25 Sam Steingold <sds@goems.com>
24208
24209 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
24210 properly.
24211
24212 2000-02-25 Richard M. Stallman <rms@gnu.org>
24213
24214 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
24215
24216 2000-02-25 Gerd Moellmann <gerd@gnu.org>
24217
24218 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer writable.
24219
24220 * frame.el (busy-cursor-delay-seconds): New option.
24221
24222 2000-02-24 Gerd Moellmann <gerd@gnu.org>
24223
24224 * frame.el (show-cursor-in-non-selected-windows): New option.
24225
24226 2000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
24227
24228 * diary-lib.el (include-other-diary-files): Undo the selective
24229 display in any included file and don't kill it.
24230
24231 2000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
24232
24233 * dired.el (dired-mode-map): Don't remove "Edit" from the menu bar.
24234 Menu items converted to (menu-item format, help strings added.
24235 [downcase, upcase]: Don't enable on MS-DOS.
24236 [symlink, symlinks]: Don't show if make-symbolic-link is not bound.
24237 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
24238
24239 2000-02-23 Dave Love <fx@gnu.org>
24240
24241 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
24242 (backward-kill-word): Revert addition of * to interactive spec --
24243 it's a feature.
24244
24245 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
24246 (backward-kill-sentence, kill-sentence): Likewise.
24247
24248 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
24249 scratch buffer name.
24250 (gud-format-command): Use int-to-string in ?l case. Simplify slightly.
24251
24252 * term/w32-win.el (internal-face-interactive): Update prompt for
24253 new read-face-name.
24254
24255 * mail/footnote.el (footnote): Add :version to defgroup.
24256 (footnote-section-tag-regexp): Customize.
24257 (footnote-start-tag, footnote-end-tag): New option.
24258 (footnote-latin-regexp): New variable.
24259 (Footnote-latin): New function.
24260 (footnote-style-alist): Add element for latin style.
24261 (footnote-style): Moved.
24262 (Footnote-goto-footnote): Use eq to test arg.
24263
24264 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
24265
24266 * emacs-lisp/byte-opt.el: Change old backquote syntax.
24267 (byte-compile-trueconstp): Include keywords.
24268 (byte-optimize-quote, byte-optimize-lapcode):
24269 Use byte-compile-const-symbol-p.
24270 (byte-optimize-char-before): New optimization.
24271
24272 * emacs-lisp/bytecomp.el: Change old backquote syntax.
24273 (byte-compile-const-symbol-p): New function.
24274 (byte-compile-constp, byte-compile-out-toplevel)
24275 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
24276 Use it.
24277
24278 * subr.el (define-key-after): Default AFTER to t. Doc fix.
24279
24280 2000-02-23 Kenichi Handa <handa@etl.go.jp>
24281
24282 * international/encoded-kb.el: Be sure to update minor-mode-alist
24283 and minor-mode-map-alist.
24284 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
24285 codes SS2 and SS3 correctly.
24286 (encoded-kbd-self-insert-ccl): New function.
24287 (encoded-kbd-setup-keymap): New function.
24288 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
24289 by calling encoded-kbd-setup-keymap.
24290
24291 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte characters.
24292 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t locally.
24293
24294 2000-02-22 Dave Love <fx@gnu.org>
24295
24296 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
24297 (lisp-mode-map, lisp-interaction-mode-map): Define all inside defvar.
24298 (lisp-mode-syntax-table): Set up for #|...|# comments.
24299 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
24300 classes. Match `defface'.
24301 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
24302 (eval-defun-1): Fix for defcustom.
24303 (lisp-indent-region): Doc fix.
24304
24305 * subr.el (when, unless, split-string): Doc fix.
24306 (read-passwd): Move call of clear-this-command-keys to the right place.
24307 (replace-regexps-in-string): New function.
24308
24309 2000-02-22 Gerd Moellmann <gerd@gnu.org>
24310
24311 * help.el (describe-variable): Set syntax table to
24312 emacs-lisp-mode-syntax-table when moving forward over the
24313 symbol's name.
24314
24315 2000-02-22 Dave Love <fx@gnu.org>
24316
24317 * xt-mouse.el: Doc fixes.
24318 (xterm-mouse-position-function): New function, replacing advice of
24319 mouse-position.
24320 (xterm-mouse-mode): Use it. Don't turn on under a window system.
24321
24322 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
24323
24324 2000-02-21 Gerd Moellmann <gerd@gnu.org>
24325
24326 * format.el (format-annotate-single-property-change):
24327 Handle properties with dotted-list values.
24328 (format-proper-list-p): New function.
24329
24330 * enriched.el (enriched-face-ans): Handle '(foreground-color
24331 . COLOR) and (background-color . COLOR).
24332
24333 2000-02-20 Dave Love <fx@gnu.org>
24334
24335 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
24336 and assignments to it.
24337 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
24338 current local map.
24339 (make-flyspell-overlay): Use it.
24340 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
24341
24342 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
24343 (lm-get-header-re): Defun, not defsubst.
24344 (lm-get-package-name): Defun, not defsubst. Simplify.
24345 (lm-version): Doc fix. Simplify.
24346 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
24347 (lm-crack-address, lm-last-modified-date, lm-commentary)
24348 (lm-verify, lm-synopsis): Simplify.
24349 (lm-report-bug): Require emacsbug. Use compose-mail.
24350
24351 2000-02-20 Gerd Moellmann <gerd@gnu.org>
24352
24353 * dired.el (dired-mode): Call propertized-buffer-identification
24354 to set mode-line-buffer-identification to something having
24355 the right text properties.
24356
24357 * bindings.el (propertized-buffer-identification): New function.
24358
24359 2000-02-20 Dave Love <fx@gnu.org>
24360
24361 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
24362 check for t-mouse too.
24363
24364 * cus-start.el: Make echo-keystrokes `number'.
24365
24366 2000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
24367
24368 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
24369 Don't call ring-empty-p unless tags-location-ring is bound.
24370 From Noah Friedman <friedman@splode.com>.
24371
24372 2000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
24373
24374 * progmodes/hideshow.el (hs-flag-region): No longer use
24375 `intangible' overlay property.
24376
24377 (hs-toggle-hiding): New command.
24378 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
24379
24380 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
24381 Fix omission bug: Run `hs-minor-mode-hook' for both activation
24382 and deactivation.
24383
24384 2000-02-18 Gerd Moellmann <gerd@gnu.org>
24385
24386 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
24387
24388 2000-02-17 Gerd Moellmann <gerd@gnu.org>
24389
24390 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
24391
24392 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
24393 of `*' to handle `(* ... *)' comments.
24394
24395 2000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
24396
24397 * faces.el (list-faces-display): Use display-mouse-p instead of
24398 window-system.
24399
24400 * menu-bar.el (global-map): Menu-bar items converted to the new
24401 format (menu-item..., rearranged for better CUA compliance, and
24402 their names changed for better clarity. Help strings added.
24403
24404 * international/mule-cmds.el (mule-menu-keymap)
24405 (describe-language-environment-map, set-coding-system-map)
24406 (setup-language-environment-map): Convert to new (menu-item...
24407 form, add help strings. Change names of menu items for better clarity.
24408 "Mule" menu-bar item removed (it's now in the "Options" submenu).
24409
24410 2000-02-17 Gerd Moellmann <gerd@gnu.org>
24411
24412 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
24413 within the code.
24414
24415 2000-02-16 Dave Love <fx@gnu.org>
24416
24417 * faces.el: Don't require custom. Add more specific :groups to
24418 various deffaces.
24419 (set-face-attribute): Purecopy args.
24420 (read-face-name): Default to name at point and use it in prompt.
24421 Remove colon from arg in all callers.
24422 (list-faces-display): Hyperlink to face descriptions and customize
24423 buffers.
24424
24425 2000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
24426
24427 * wid-edit.el (widget-match-inline): An atom never matches a list.
24428
24429 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
24430
24431 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
24432 at ':' characters by call to split-string.
24433
24434 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
24435
24436 * textmodes/bibtex.el: Added RCS version identification.
24437
24438 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
24439
24440 * textmodes/bibtex.el: Some temporary comments removed.
24441 (bibtex-field-name, bibtex-entry-type): Made the relationship explicit.
24442 (bibtex-field-const): Allow capital letters.
24443 (bibtex-start-of-string): Deleted because unused.
24444
24445 * textmodes/bibtex.el: Unified some nomenclature. We no longer
24446 use the term 'reference' to describe a bibtex entry as a whole.
24447 Further, reference keys are no longer called 'labels'.
24448 (bibtex-keys): Renamed to bibtex-reference-keys.
24449 (bibtex-reformat-previous-labels): Renamed to
24450 bibtex-reformat-previous-reference-keys.
24451 (bibtex-reference-type): Renamed to bibtex-entry-type.
24452 (bibtex-reference-head): Renamed to bibtex-entry-head.
24453 (bibtex-reference-maybe-empty-head): Renamed to
24454 bibtex-entry-maybe-empty-head.
24455 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
24456 (bibtex-search-reference): Renamed to bibtex-search-entry.
24457 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
24458 bibtex-enclosing-entry-maybe-empty-head.
24459 (bibtex-entry-field-alist, bibtex-entry-head)
24460 (bibtex-font-lock-keywords, bibtex-skip-to-valid-entry)
24461 (bibtex-map-entries, bibtex-search-entry)
24462 (bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry)
24463 (bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode)
24464 (bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message)
24465 (bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer)
24466 (bibtex-find-entry-location, bibtex-validate, bibtex-find-text)
24467 (bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat)
24468 (bibtex-complete-key, bibtex-String) : Use the new nomenclature.
24469
24470 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
24471
24472 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
24473 comment.
24474 (bibtex-format-field-delimiters): New function, functionality
24475 extracted from bibtex-format-entry.
24476 (bibtex-autokey-get-yearfield-digits): New function, functionality
24477 extracted from bibtex-autokey-get-yearfield.
24478
24479 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
24480 entries in order to avoid stack overflow in the regexp matcher if
24481 field contents become large.
24482 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield)
24483 (bibtex-field-string-part-not-braced)
24484 (bibtex-field-string-part-no-inner-braces)
24485 (bibtex-field-string-part-1-inner-brace)
24486 (bibtex-field-string-part-2-inner-braces)
24487 (bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced)
24488 (bibtex-field-string-quoted, bibtex-field-string)
24489 (bibtex-field-string-or-const, bibtex-field-text, bibtex-field)
24490 (bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix)
24491 (bibtex-string, bibtex-key-in-string, bibtex-text-in-string):
24492 Deleted as parsing is now performed by the following functions.
24493 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced)
24494 (bibtex-parse-quoted-string, bibtex-parse-field-string-quoted)
24495 (bibtex-parse-field-string, bibtex-search-forward-field-string)
24496 (bibtex-parse-association, bibtex-field-name-for-parsing)
24497 (bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field)
24498 (bibtex-search-forward-field, bibtex-search-backward-field)
24499 (bibtex-start-of-field, bibtex-end-of-field)
24500 (bibtex-start-of-name-in-field, bibtex-end-of-name-in-field)
24501 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
24502 (bibtex-parse-string-prefix, bibtex-parse-string-postfix)
24503 (bibtex-parse-string, bibtex-search-forward-string)
24504 (bibtex-search-backward-string, bibtex-start-of-string)
24505 (bibtex-end-of-string, bibtex-start-of-reference-key-in-string)
24506 (bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string)
24507 (bibtex-end-of-text-in-string): New functions for the parsing of bibtex
24508 entries. Instead of reporting the results of the parsing by
24509 match-beginning or match-end, these functions return data structures
24510 that hold the corresponding positions.
24511 (bibtex-enclosing-field): Changed to also report field boundaries by
24512 return values rather than by match-beginning or match-end.
24513 The following functions have been adapted to use the new
24514 parsing functions.
24515 (bibtex-skip-to-valid-entry, bibtex-search-reference)
24516 (bibtex-enclosing-field, bibtex-format-entry)
24517 (bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring)
24518 (bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode)
24519 (bibtex-print-help-message, bibtex-end-of-entry)
24520 (bibtex-ispell-abstract, bibtex-validate, bibtex-next-field)
24521 (bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
24522 (bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry):
24523 Use the new method for parsing.
24524 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry)
24525 (bibtex-map-entries, bibtex-flash-head)
24526 (bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry)
24527 (bibtex-autokey-change, bibtex-autokey-get-namefield)
24528 (bibtex-autokey-get-names, bibtex-autokey-get-titlestring)
24529 (bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode)
24530 (bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer)
24531 (bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
24532 (bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
24533 order to make the new binding of case-fold-search immediately visible.
24534
24535 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
24536
24537 * textmodes/bibtex.el: Copyright notice is up to date.
24538 Added constant 'bibtex-maintainer-salutation.
24539
24540 * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather
24541 than make-temp-name, use match-string-no-properties and eliminate
24542 a quadratic behavior when building bibtex-strings.
24543
24544 * bibtex.el (bibtex-reference-key): Accept string entries whose
24545 reference key contains upper case letters.
24546
24547 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
24548
24549 * bibtex.el (bibtex-reference-head): Allow entries to start with
24550 a new line.
24551
24552 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
24553
24554 * bibtex.el: Hiding of entry bodies is not longer provided by
24555 bibtex.el directly. Instead the hideshow package can be used.
24556 Added a special bibtex entry to hs-special-modes-alist.
24557 (bibtex-hs-forward-sexp): Added for hideshow.el.
24558
24559 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
24560
24561 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
24562 proceedings entry type (for cross referencing). Thanks to Wagner
24563 Toledo Correa for the suggestion.
24564
24565 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
24566
24567 2000-02-14 Kenichi Handa <handa@etl.go.jp>
24568
24569 * international/characters.el: Setup case table for Vietnamese.
24570
24571 2000-02-12 Gerd Moellmann <gerd@gnu.org>
24572
24573 * uniquify.el (toplevel): Require CL at compile time.
24574 (uniquify-push): Removed.
24575
24576 * shadowfile.el (shadow-when): Removed.
24577
24578 * tempo.el (tempo-dolist, tempo-mapc): Removed.
24579 (tempo-process-and-insert-string): Use dolist instead of tempo-dolist.
24580
24581 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
24582 regexp for paragraph-start.
24583
24584 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
24585 commas as well.
24586
24587 2000-02-10 Dave Love <fx@gnu.org>
24588
24589 * wid-edit.el: (widgets) [defgroup]: Remove url link.
24590 (widget-color-choice-list, widget-color-history, widget-mouse-help):
24591 Deleted.
24592 (widget-specify-field, widget-specify-button): Don't use
24593 widget-mouse-help as help-echo property.
24594 (default): Use #'ignore for :validate and :mouse-down-action.
24595 (checkbox): Add help-echo.
24596 (widget-sexp-validate): Rewritten to clarify error messages.
24597 (character): Use char-valid-p in :match function.
24598 (widget-color-complete): Use facemenu-color-alist.
24599 (widget-color-action): Use facemenu-read-color.
24600
24601 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
24602 set up `caar' &c that we now have.
24603
24604 2000-02-09 Ray Blaak <blaak@gnu.org>
24605
24606 * delphi.el: Make resourcestring a declaration region, like const
24607 and var.
24608
24609 2000-02-09 Dave Love <fx@gnu.org>
24610
24611 * bindings.el (mode-line-input-method-map): New variable.
24612 (mode-line-mule-info): Use it; fix last change.
24613 (mode-line-mode-menu): Move definition.
24614 (mode-line-mouse-sensitive-p): Deleted.
24615 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
24616 (make-mode-line-mouse-sensitive): Deleted. Body moved to top level.
24617
24618 * startup.el (command-line-1): Don't call
24619 make-mode-line-mouse-sensitive.
24620
24621 2000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
24622
24623 * mail/rmail.el (rmail-retry-failure): Use rmail-beginning-of-message
24624 before rmail-toggle-header, because the former toggles headers.
24625
24626 2000-02-06 Stefan Monnier <monnier@cs.yale.edu>
24627
24628 * diff-mode.el (diff-kill-junk): New interactive function.
24629 (diff-reverse-direction): Use delete-and-extract-region.
24630 (diff-post-command-hook): Restrict the area so that the hook also works
24631 outside of any diff hunk. This is necessary for the minor-mode.
24632 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
24633 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
24634
24635 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
24636 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
24637 so that it can be used more easily in <foo>-mode-hook. Also make sure
24638 to avoid duplicate entries.
24639 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
24640 (font-lock-remove-keywords): Just as was done for `add', allow it to
24641 work even if font-lock-mode is nil. Also make sure we don't modify
24642 any pre-existing list by forcing a copy-sequence. Finally rename
24643 `major-mode' to `mode'.
24644 (font-lock-fontify-syntactic-anchored-keywords)
24645 (font-lock-fontify-anchored-keywords)
24646 (font-lock-fontify-keywords-region): Use line-end-position.
24647 Don't make `font-lock-multiline' local (it's now done in
24648 font-lock-set-defaults).
24649 (font-lock-set-defaults): Make `font-lock-multiline' local.
24650 Move the `font-lock-fontified' creation to inside the `unless'.
24651
24652 2000-02-06 Andrew Innes <andrewi@gnu.org>
24653
24654 * term/w32-win.el (x-handle-args): Comment out call to message,
24655 which occurs before window system is initialized.
24656
24657 * makefile.nt: Add support for recompiling lisp code.
24658
24659 2000-02-04 Dave Love <fx@gnu.org>
24660
24661 * bindings.el (mode-line-mule-info): Fix/extend last change.
24662
24663 * completion.el: Replace completion-dolist with dolist.
24664
24665 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist, dotimes.
24666
24667 2000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
24668
24669 * textmodes/reftex.el (reftex-compile-variables): Regexp-quote the
24670 environment names before they go into the section regexp.
24671
24672 * textmodes/reftex-global.el (reftex-change-label): Add `A-Z' to
24673 char class in regexp.
24674
24675 * textmodes/reftex-parse.el (reftex-with-special-syntax):
24676 Bind `case-fold-search' to nil.
24677
24678 * progmodes/idlwave.el (idlwave-template):
24679 Respect `idlwave-abbrev-change-case'.
24680 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for)
24681 (idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat)
24682 (idlwave-while): Respect `idlwave-reserved-word-upcase'.
24683 (idlwave-rw-case): New function.
24684 (idlwave-statement-match): Fixed problem with assignment regexp.
24685 (idlwave-font-lock-keywords): Improved regexp for keyword parameters.
24686 (idlwave-surround): New argument LENGTH to support padding of
24687 operators longer than 1 char.
24688
24689 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
24690 idlwave-shell-expression-overlay. Implemented printing of
24691 expressions on higher levels of the calling stack.
24692 (idlwave-shell-display-level-in-calling-stack): Restore stack level.
24693 (idlwave-retrieve-expression-from-level): New function.
24694 (idlwave-shell-last-calling-stack): Variable removed.
24695 (idlwave-shell-reset): Argument action reversed (`visible' to
24696 `hidden'). Also remove stop-line overlay.
24697 (idlwave-shell-calling-stack-routine): New variable.
24698 (idlwave-shell-parse-stack-and-display): Messages now display
24699 negative level numbers.
24700 (idlwave-shell-mode): Set `modeline-format'.
24701 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
24702 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs 21.
24703 (idlwave-shell-print-expression-function): New option.
24704
24705 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere)
24706 (idlwave-toolbar-remove-everywhere): Keybindings prefix is now
24707 `tool-bar' instead of `toolbar'.
24708
24709 2000-02-02 Dave Love <fx@gnu.org>
24710
24711 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
24712 emacs-lisp-mode-hook. Don't check for defalias being defined.
24713
24714 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
24715 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions.
24716 Use the new builtins directly.
24717
24718 * whitespace.el (whitespace): Add :version to defgroup.
24719
24720 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
24721 Doc fix.
24722
24723 * thingatpt.el (sexp-at-point, symbol-at-point)
24724 (number-at-point, list-at-point): Add autoload cookie.
24725
24726 * recentf.el (recentf): Add :version to defgroup.
24727
24728 * quickurl.el (quickurl): Add :version to defgroup.
24729
24730 * elide-head.el (elide-head): Use point-marker more.
24731
24732 * bs.el (bs): Add :version to defgroup.
24733
24734 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
24735
24736 * progmodes/delphi.el (delphi): Add :version to defgroup.
24737
24738 2000-02-02 Gerd Moellmann <gerd@gnu.org>
24739
24740 * ange-ftp.el (ange-ftp-write-region): Handle case that
24741 succeeding process operation sets a different coding system.
24742
24743 * calculator.el: New file.
24744
24745 2000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
24746
24747 * frame.el (frames-on-display-list, framep-on-display): New functions.
24748 (display-mouse-p, display-popup-menus-p, display-graphic-p)
24749 (display-selections-p, display-screens, display-pixel-width)
24750 (display-pixel-height, display-mm-width, display-mm-height)
24751 (display-backing-store, display-save-under, display-planes)
24752 (display-color-cells, display-visual-class): New functions.
24753
24754 * term/tty-colors.el (tty-color-gray-shades): New function.
24755
24756 * faces.el (display-color-p): Use framep-on-display.
24757 (display-grayscale-p): New function.
24758
24759 2000-01-31 Dave Love <fx@gnu.org>
24760
24761 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
24762 (create-fontset-from-x-resource): Don't concat integers.
24763
24764 2000-01-31 Inge Frick <inge@nada.kth.se>
24765
24766 * view.el: Some changes in documentation. Removed some trailing
24767 whitespace. Changed some parameter names to agree with documentation.
24768 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
24769 window is not deleted. Modifies change 1998-04-26.
24770
24771 2000-01-31 Gerd Moellmann <gerd@gnu.org>
24772
24773 * windmove.el: New file.
24774
24775 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
24776 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
24777 progmodes/ebnf-yac.el: Update copyright and license info.
24778
24779 * jit-lock.el (jit-lock-function): Widen before calculating
24780 end position.
24781 (jit-lock-stealth-chunk-start): Rewritten.
24782
24783 * info.el (Info-title-face-alist): Removed.
24784 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New faces.
24785 (Info-fontify-node): Use these faces.
24786
24787 2000-01-30 Gerd Moellmann <gerd@gnu.org>
24788
24789 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
24790 (cl-macro-list1): Recognize `&allow-other-keys' instead of
24791 `&allow-other-keywords'.
24792
24793 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
24794 the list of directories scanned heuristically.
24795
24796 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to exist.
24797
24798 2000-01-30 Jason Rumney <jasonr@gnu.org>
24799
24800 * w32-fns.el: Define w32-tty-standard-colors.
24801
24802 * startup.el (command-line): Use w32-tty-standard-colors when in
24803 w32 console mode.
24804
24805 2000-01-30 Dave Love <fx@gnu.org>
24806
24807 * jka-compr.el (jka-compr-load): Fix up load-history.
24808
24809 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
24810
24811 * emacs-lisp/cl-macs.el: Revert previous change.
24812
24813 2000-01-29 Dave Love <fx@gnu.org>
24814
24815 * facemenu.el: Purecopy various strings.
24816
24817 * timezone.el (timezone-fix-time): Window against 69 for two-digit
24818 years. Deal with three-digit years.
24819
24820 * help.el (help-xref-symbol-regexp, help-xref-info-regexp):
24821 Use defconst, purecopy.
24822 (help-back-label): Purecopy it.
24823
24824 2000-01-18 Gerd Moellmann <gerd@gnu.org>
24825
24826 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
24827 variable. If non-nil, order the buffer list according to the
24828 currently selected frame.
24829 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
24830 non-nil, pass the selected frame to function buffer-list.
24831
24832 2000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
24833
24834 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
24835
24836 2000-01-28 Dave Love <fx@gnu.org>
24837
24838 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
24839
24840 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
24841 Don't use lisp-indent-hook property.
24842 (cl-abs): Remove.
24843
24844 * subr.el: Move out indent and edebug specs for when and unless.
24845
24846 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
24847 when, unless.
24848
24849 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
24850 unless, when.
24851
24852 2000-01-28 Gerd Moellmann <gerd@gnu.org>
24853
24854 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
24855 `collecting' as synonym for `collect'.
24856
24857 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
24858 for the case it contains spaces.
24859
24860 * simple.el (what-cursor-position): Change formatting of messages.
24861
24862 * frame.el (delete-other-frames): New function.
24863 (toplevel): Bind it to C-x 5 1.
24864
24865 * sort.el (sort-numeric-base): New option.
24866 (sort-numeric-fields): If number starts with `0' or `0[xX[',
24867 interpret it as octal or hexadecimal. Use sort-numeric-base
24868 as default base.
24869
24870 * progmodes/glasses.el: New file.
24871
24872 2000-01-27 Gerd Moellmann <gerd@gnu.org>
24873
24874 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
24875 userids differently.
24876
24877 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
24878 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
24879 progmodes/ebnf-yac.el: New files.
24880
24881 2000-01-26 Dave Love <fx@gnu.org>
24882
24883 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
24884 on a function with an empty body. [From Eric Ludlam.]
24885
24886 2000-01-25 Andre Spiegel <spiegel@gnu.org>
24887
24888 * vc.el (vc-version-diff): Make sure file name is expanded.
24889
24890 2000-01-25 Gerd Moellmann <gerd@gnu.org>
24891
24892 * scroll-bar.el (scroll-bar-timer): Variable removed.
24893 (scroll-bar-toolkit-scroll): Don't use a timer.
24894
24895 2000-01-25 Kenichi Handa <handa@etl.go.jp>
24896
24897 * language/thai-util.el (thai-composition-function):
24898 Delete superfluous `a'.
24899
24900 2000-01-24 Dave Love <fx@gnu.org>
24901
24902 * fortran.el (fortran-mode): Use beginning-of-defun-function,
24903 end-of-defun-function.
24904
24905 * font-lock.el (turn-on-font-lock): Don't depend on window-system &c.
24906
24907 2000-01-22 Jason Rumney <jasonr@gnu.org>
24908
24909 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
24910 conflicts with new face support.
24911
24912 2000-01-22 Richard M. Stallman <rms@gnu.org>
24913
24914 * replace.el (query-replace): Rename last arg to DELIMITED.
24915 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
24916 (query-replace-regexp): Likewise.
24917
24918 2000-01-20 Richard M. Stallman <rms@gnu.org>
24919
24920 * subr.el (with-syntax-table): Use make-symbol, not gensym.
24921
24922 * emacs-lisp/lisp.el (beginning-of-defun-function):
24923 Variable renamed from beginning-of-defun.
24924 Do not call make-variable-buffer-local.
24925 (beginning-of-defun-raw): Use new variable name; doc fix.
24926 (beginning-of-defun): Doc fix.
24927 (end-of-defun-function): Variable renamed from end-of-defun.
24928 Do not call make-variable-buffer-local.
24929 (end-of-defun): Use new variable name; doc fix.
24930
24931 * subr.el (dolist, dotimes): Copied from cl-macs.el
24932 and made to work.
24933
24934 * mail/undigest.el (rmail-digest-end-regexps):
24935 Variable replaces rmail-digest-end-regexp.
24936 Allows multiple regexps for detecting the end line.
24937 (undigestify-rmail-message): Corresponding changes.
24938
24939 2000-01-19 Dave Love <fx@gnu.org>
24940
24941 * files.el (user-init-file): Don't declare here -- is primitive.
24942
24943 * startup.el (command-line): Check for compiled user-init-file and
24944 set to uncompiled version if necessary.
24945
24946 2000-01-18 Gerd Moellmann <gerd@gnu.org>
24947
24948 * mail/undigest.el (rmail-digest-end-regexp): New user option.
24949 (undigestify-rmail-message): Use it.
24950
24951 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
24952
24953 2000-01-17 Gerd Moellmann <gerd@gnu.org>
24954
24955 * tmm.el (tmm-goto-completions): Adapt to prompt being part
24956 of mini-buffer.
24957
24958 2000-01-14 Gerd Moellmann <gerd@gnu.org>
24959
24960 * emacs-lisp/copyright.el (copyright-update): Removed the
24961 requirement for a trailing space from `copyright-regexp', to
24962 support copyrights with owner specified on a separate line..
24963
24964 * align.el: New file.
24965
24966 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
24967
24968 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
24969
24970 2000-01-13 Dave Love <fx@gnu.org>
24971
24972 * ph.el: Removed. (Obsoleted by EUDC.)
24973
24974 2000-01-13 Gerd Moellmann <gerd@gnu.org>
24975
24976 * net/eudc.el (toplevel): Remove autoloaded code installing
24977 menu with easymenu, because that causes build problems.
24978
24979 * frame.el (frame-notice-user-settings): New variable.
24980 (frame-notice-user-settings): Don't modify frame parameters
24981 if called a second time.
24982
24983 2000-01-13 Richard M. Stallman <rms@gnu.org>
24984
24985 * frame.el (frame-notice-user-settings):
24986 Notice default-frame-parameters even for non-window frames.
24987
24988 2000-01-13 Gerd Moellmann <gerd@gnu.org>
24989
24990 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
24991 for Emacs.
24992 (eudc-bob-can-display-inline-images): Extend for Emacs.
24993 (eudc-bob-toggle-inline-display): Ditto.
24994 (eudc-bob-display-jpeg): Ditto.
24995
24996 2000-01-12 Gerd Moellmann <gerd@gnu.org>
24997
24998 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
24999 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
25000 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
25001
25002 * add-log.el (add-change-log-entry): Fix error trying an
25003 `(insert nil)'.
25004
25005 * subdirs.el: Add `net' directory.
25006
25007 * net: New directory.
25008
25009 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
25010 eval-last-sexp. Don't bind debug-on-error here.
25011 (eval-last-sexp): New function. Bind debug-on-error if
25012 eval-expression-debug-on-error is non-nil.
25013 (eval-defun-2, eval-defun): Likewise.
25014
25015 * simple.el (eval-expression): Don't bind debug-on-error if
25016 eval-expression-debug-on-error is nil. Detect changed
25017 debug-on-error, and propagate new value to global binding, if
25018 eval-expression-debug-on-error is non-nil,
25019 (eval-expression-debug-on-error): Change doc string.
25020
25021 2000-01-11 Richard M. Stallman <rms@gnu.org>
25022
25023 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
25024
25025 * emacs-lisp/lisp-mode.el (with-syntax-table):
25026 Set up lisp-indent-function property.
25027
25028 * subr.el (with-syntax-table): Moved from simple.el.
25029
25030 * simple.el (with-syntax-table): Moved to subr.el.
25031
25032 2000-01-11 Gerd Moellmann <gerd@gnu.org>
25033
25034 * tmm.el (tmm-shortcut): Delete region after prompt instead
25035 of erasing buffer.
25036
25037 * textmodes/fill.el (fill-common-string-prefix): New function.
25038 (fill-context-prefix): Use the longest common prefix of first
25039 and second line fill prefix, if there is one.
25040
25041 2000-01-11 Richard M. Stallman <rms@gnu.org>
25042
25043 * array.el (array-mode): Don't use make-variable-buffer-local.
25044 Use make-local-variable for `truncate-lines'.
25045
25046 2000-01-11 Jari Aalto <jari.aalto@poboxes.com>
25047
25048 * add-log.el (add-log-current-defun): Handle user-defined
25049 add-log-current-function returning nil,
25050
25051 * add-log.el (add-change-log-entry): Insert version number
25052 if having found a current function
25053
25054 * add-log.el (add-log-current-defun):
25055 Call `add-log-current-defun-function'. Try matches at level 0 and
25056 level 1. Strip whitespace from defun found.
25057
25058 2000-01-10 John Wiegley <johnw@gnu.org>
25059
25060 * allout.el (isearch-done/outline-provisions): Added `edit'
25061 argument to correspond with the current definition of `isearch-done'.
25062
25063 2000-01-10 Dave Love <fx@gnu.org>
25064
25065 * elide-head.el (elide-head): Use point-marker, not point.
25066
25067 2000-01-10 Gerd Moellmann <gerd@gnu.org>
25068
25069 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
25070 before and after the year 2000.
25071
25072 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
25073 Add ispell- prefix.
25074
25075 2000-01-10 Ken Stevens <k.stevens@ieee.org>
25076
25077 * ispell.el: Only define dictionaries in menus when they exist.
25078 (version18p): New variable.
25079 (version20p): New variable.
25080 (xemacsp): New variable.
25081 (ispell-choices-win-default-height): Fix for XEmacs visibility.
25082 (ispell-dictionary-alist1): Added Brasileiro dictionary.
25083 (ispell-dictionary-alist6): Russian command lines no longer accept
25084 run-together words.
25085 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
25086 (ispell-dictionary-alist): Add koi8-r to customize definition.
25087 (check-ispell-version): Added documentation string. Return library
25088 path when called non-interactively.
25089 (ispell-menu-map-needed): Uses new variables.
25090 (ispell-library-path): New variable.
25091 (ispell-decode-string): XEmacs fix for bogus variable bindings.
25092 (ispell-word): Improved documentation string. Test for valid
25093 character mappings. Correctly check typed in word changes that can
25094 result in single words split into multiple words.
25095 Return replacement word.
25096 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
25097 replace in recursive query replace mode. Help message for
25098 recursive edit mode.
25099 (ispell-show-choices): Protect against bad framepop bindings.
25100 (ispell-help): Fix to work with XEmacs.
25101 (ispell-highlight-spelling-error): Use new variables.
25102 (ispell-overlay-window): Fix to work with XEmacs.
25103 (ispell-parse-output): Passed and returns location information
25104 tracking spelling corrections. Doesn't recheck same word on
25105 current line.
25106 (ispell-init-process): Protect against bogus XEmacs variable binding.
25107 Fix call to single argument in sleep-for. Use new variables.
25108 (ispell-region): Passed and returns location information tracking
25109 spelling corrections. Doesn't check same word on current line.
25110 Improved documentation string. Doesn't resend a line already
25111 checked to the ispell process - fixes bug in LaTeX parsing.
25112 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
25113 (ispell-skip-region): No longer skips <TT> in SGML.
25114 (ispell-process-line): Tracks location information with spelling
25115 corrections. Added documentation string. Accounts for words
25116 already accepted on this line. Don't allow query-replace on line
25117 starting with math characters. Doesn't resend a line already sent
25118 to ispell process. Fixes alignment error bug.
25119
25120 2000-01-10 Richard M. Stallman <rms@gnu.org>
25121
25122 * dired-x.el (dired-guess-shell-alist-default):
25123 Suggest xloadimage, which is free, not xv, which isn't.
25124
25125 * ange-ftp.el (ange-ftp-file-name-nondirectory):
25126 Don't ever include the host name or user name in the value.
25127
25128 2000-01-09 Gerd Moellmann <gerd@gnu.org>
25129
25130 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
25131 of a real newline.
25132
25133 2000-01-09 Stephen Eglen <stephen@gnu.org>
25134
25135 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
25136 for .png files.
25137
25138 2000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
25139
25140 * cus-edit.el (custom-hook-convert-widget): Fix comment.
25141
25142 2000-01-09 Gerd Moellmann <gerd@gnu.org>
25143
25144 * progmodes/cperl-mode.el: Replace ^F with ^L.
25145
25146 * sendmail.el (toplevel): Provide `sendmail' when compiling before
25147 `require'ing rmail and mailalias to prevent infinite recursion.
25148
25149 2000-01-08 Dave Love <fx@gnu.org>
25150
25151 * emacs-lisp/backquote.el: Remove inappropriate customization
25152 (allowing custom.el to use backquote).
25153
25154 2000-01-07 Dave Love <fx@gnu.org>
25155
25156 * add-log.el (add-log-debugging): Deleted.
25157 (add-change-log-entry): Treat a backup FILE-NAME as its parent
25158 file. Remove debugging code.
25159 (change-log-get-method-definition, change-log-name): Add doc.
25160 (change-log-sortable-date-at): New function.
25161 (change-log-merge): New command.
25162
25163 * time.el (display-time-string-forms): Make the Mail string active.
25164 (display-time-update): Provide help-echo for load average.
25165
25166 * bindings.el (make-mode-line-mouse2-map): New function.
25167 (mode-line-modified): Use it and simplify.
25168 (mode-line-mule-info): Provide help-echo info.
25169 (minor-mode-alist): Activate the strings.
25170 (make-mode-line-mouse-sensitive): Simplify for
25171 mode-line-buffer-identification.
25172
25173 2000-01-07 Gerd Moellmann <gerd@gnu.org>
25174
25175 * play/pong.el: New file.
25176
25177 2000-01-06 Dave Love <fx@gnu.org>
25178
25179 * array.el: Assorted cleanups for compiler warnings, doc strings,
25180 `array-' prefix for symbols.
25181
25182 2000-01-05 Dave Love <fx@gnu.org>
25183
25184 * textmodes/outline.el (outline-mode-menu-bar-map):
25185 Add outline-headers-as-kill.
25186 (outline-mode): Define imenu-generic-expression.
25187 (outline-headers-as-kill): New command.
25188
25189 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
25190 from paragraph-start.
25191 (paragraph-indent-minor-mode): New command.
25192
25193 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
25194 M-C-e, M-C-h, C-j, C-xnd, TAB.
25195 (fortran-mode): Set beginning-of-defun, end-of-defun.
25196 (fortran-column-ruler): Simplify.
25197 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
25198 (fortran-with-subprogram-narrowing): Likewise.
25199 (fortran-indent-subprogram): Call mark-defun.
25200 (fortran-check-for-matching-do): Change narrowing.
25201
25202 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
25203 (cl-lucid-hash-tag): Delete.
25204 (cl-hash-table-p): Correct test for native table.
25205 (cl-hash-table-count): Use hash-table-count.
25206
25207 * browse-url.el (browse-url): Fix case of
25208 browse-url-browser-function being an alist.
25209
25210 2000-01-05 Carsten Dominik <cd@gnu.org>
25211
25212 * textmodes/reftex-vars.el (reftex-parse-file-extension)
25213 (reftex-index-phrase-file-extension): New options.
25214
25215 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
25216 Use new option `reftex-index-phrase-file-extension'.
25217
25218 * textmodes/reftex.el (reftex-access-parse-file): Use new option
25219 `reftex-parse-file-extension'.
25220
25221 2000-01-05 Dave Love <fx@gnu.org>
25222
25223 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
25224 (beginning-of-defun-raw): Use it.
25225 (end-of-defun): New variable.
25226 (end-of-defun): Use it.
25227 (check-parens): New command.
25228
25229 2000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
25230
25231 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
25232 (hs-show-block): Don't use `mapcar' when not accumulating.
25233
25234 Fix buglet in local variables initialization.
25235
25236 2000-01-05 Andreas Schwab <schwab@suse.de>
25237
25238 * hscroll.el (hscroll): Doc fix.
25239
25240 2000-01-05 Carsten Dominik <cd@gnu.org>
25241
25242 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar):
25243 Require idlw-toolbar.
25244
25245 * progmodes/idlwave.el (idlwave-load-system-rinfo): Load must read
25246 file idlw-rinfo.el.
25247 (idlwave-customize): Load must read file idlw-shell.el.
25248 (idlwave-create-customize-menu): Load must read file idlw-shell.el.
25249
25250 2000-01-05 Carsten Dominik <dominik@astro.uva.nl>
25251
25252 * progmodes/idlw-shell.el: Also provide idlwave-shell
25253 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
25254 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
25255
25256 * textmodes/reftex-dcr.el: Rename from reftex-vcr.el, provide
25257 both reftex-dcr and reftex-vcr.
25258
25259 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
25260
25261 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
25262
25263 * ps-print.el: PostScript code now is in separate files, doc fix.
25264 (ps-print-version): New version number (5.0.3).
25265 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
25266 local.
25267 (ps-spool-config): Initialization fix.
25268 (ps-print-prologue-1, ps-print-prologue-2)
25269 (ps-print-duplex-feature): PostScript code moved to separated file.
25270 (ps-background-image): Little code reformating.
25271 (ps-begin-file, ps-begin-job): Fix code.
25272 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
25273 (ps-prologue-file): New fun.
25274
25275 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
25276
25277 * ps-vars.el: Eliminated.
25278
25279 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
25280 `;;;###autoload'.
25281
25282 * ps-print.el: ps-vars eliminated, doc fix.
25283 (ps-print-version): New version number (5.0.2).
25284 (ps-spool-config): Initialization fix.
25285 (ps-print-customize): New fun.
25286
25287 2000-01-04 Gerd Moellmann <gerd@gnu.org>
25288
25289 * autorevert.el (auto-revert-mode): Return value of auto-revert-mode.
25290
25291 2000-01-04 Dave Love <fx@gnu.org>
25292
25293 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
25294 menu items.
25295
25296 2000-01-03 Dave Love <fx@gnu.org>
25297
25298 * elide-head.el (elide-head) [defgroup]: Add :version.
25299
25300 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
25301 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count):
25302 Use `cl-hash-table-p', not `hash-table-p'.
25303 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
25304
25305 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
25306
25307 * faces.el (face-read-integer, read-face-attribute)
25308 (color-defined-p, color-values): Unspecified-{f,b}g are now strings.
25309
25310 2000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
25311
25312 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
25313 at comment end, and re-insert them after filling.
25314
25315 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
25316
25317 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
25318 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
25319 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
25320
25321 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
25322
25323 * term/x-win.el (xw-defined-colors): Call color-supported-p,
25324 the new name of face-color-supported-p.
25325
25326 * term/w32-win.el (xw-defined-colors): Likewise.
25327
25328 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
25329
25330 * simple.el (completion-setup-function): Count completion-size
25331 from minibuffer-prompt-end, not from point-min.
25332
25333 2000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
25334
25335 * faces.el (read-face-attribute, defined-colors, color-defined-p):
25336 Pass the frame to tty-color-* functions.
25337 (display-color-p, frame-set-background-mode): Pass the frame to
25338 tty-display-color-p.
25339
25340 * term/tty-colors.el (tty-defined-color-alist): Renamed from
25341 tty-color-alist.
25342 (tty-color-alist, tty-modify-color-alist): New functions.
25343 (tty-color-define, tty-color-clear, tty-color-approximate)
25344 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept an
25345 optional parameter FRAME.
25346
25347 2000-01-01 Gerd Moellmann <gerd@gnu.org>
25348
25349 * image.el (create-image, defimage): Don't assume image data is
25350 a string.
25351
25352 * image.el (defimage): Handle specifications containing :data
25353 instead of :file.
25354 (image-type-from-data): New function.
25355 (image-type-from-file-header): Use it.
25356 (create-image): Add parameter DATA-P.
25357
25358 See ChangeLog.8 for earlier changes.
25359
25360 ;; Local Variables:
25361 ;; coding: iso-2022-7bit
25362 ;; End:
25363
25364 Copyright (C) 2000, 2001 Free Software Foundation, Inc.
25365 Copying and distribution of this file, with or without modification,
25366 are permitted provided the copyright notice and this notice are preserved.