]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
*** empty log message ***
[gnu-emacs] / lisp / ChangeLog
1 2002-01-31 Richard M. Stallman <rms@gnu.org>
2
3 * international/iso-acc.el (iso-languages): Fix ", " in French.
4
5 * cus-start.el (history-length): Specify customization for it.
6
7 * emacs-lisp/debug.el (debugger-setup-buffer):
8 When an eval-buffer frame was reading from a buffer,
9 insert indication of the buffer position.
10 (debugger-frame-number): Ignore ;;;-comment lines in backtrace.
11 (debugger-frame-clear, debugger-frame): Error on non-frame line.
12
13 * simple.el (shell-command-on-region): Err if no mark
14 before reading the command string.
15
16 * hl-line.el (hl-line-highlight, hl-line-unhighlight):
17 Definitions moved down after hl-line-mode var's definition.
18
19 * hilit-chg.el (hilit-chg-fixup): Don't alter overlay if not ours.
20 (hilit-chg-set-face-on-change): Rename arg.
21 (hilit-chg-make-ov): Detect error earlier.
22
23 * ediff-hook.el: Delete autoload cookies.
24
25 * comint.el (comint-scroll-show-maximum-output): Default is t.
26
27 * emacs-lisp/bytecomp.el (batch-byte-compile): New arg noforce.
28 (batch-byte-compile-if-not-done): New function.
29
30 * Makefile.in (compile): New target.
31 (compile-always): Renamed from compile-files.
32 (compile-after-backup): Renamed from compile.
33 (bootstrap): Depend on compile-always, not compile-files.
34
35 * emulation/pc-select.el (pc-select-save-and-set-mode):
36 Properly use MODE-VAR.
37
38 2002-01-29 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
39
40 * menu-bar.el (menu-bar-help-menu): Change menu-item "Show Emacs
41 Version" to "About Emacs".
42 (menu-bar-options-save): Add `default-frame-alist'
43 to saved variables.
44 (menu-bar-showhide-scroll-bar-menu): Use frame-parameters instead
45 of the variable `scroll-bar-mode'.
46
47 * startup.el (normal-splash-screen, display-splash-screen):
48 New functions (separated from command-line-1).
49 (command-line-1): Use them.
50
51 2002-01-28 Eli Zaretskii <eliz@is.elta.co.il>
52
53 * calendar/calendar.el (generate-calendar-month): Doc fix.
54
55 2002-01-27 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
56
57 * time.el (display-time-mail-directory): New option.
58 (display-time-mail-function): Update doc-string.
59 (display-time-mail-icon): Use XPM image when available.
60 (display-time-string-forms): Use more descriptive text as
61 help-echo property.
62 (display-time-mail-check-directory): New function.
63 (display-time-update): Use it.
64
65 * menu-bar.el (menu-bar-showhide-scroll-bar-menu):
66 Quote `window-system'.
67
68 * tmm.el (tmm-get-keymap): Honour :visible in `menu-item'.
69 Add Keywords header. Update Commentary section.
70 Update copyright notice.
71
72 * menu-bar.el (menu-bar-scroll-bar-right)
73 (menu-bar-scroll-bar-left, menu-bar-scroll-bar-none)
74 (showhide-menu-bar): New functions.
75 (menu-bar-showhide-menu): New submenu "Show/Hide".
76 (menu-bar-showhide-scroll-bar-menu): "Scroll-bar" submenu of
77 "Show/Hide".
78 Update copyright notice.
79
80 2002-01-27 Eli Zaretskii <eliz@is.elta.co.il>
81
82 * lazy-lock.el (lazy-lock-mode): Add a reference to jit-lock.
83
84 2002-01-26 Evgeny Roubinchtein <evgenyr@cs.washington.edu>
85
86 * pc-select.el (pc-selection-mode-hook)
87 (pc-select-saved-settings-alist, pc-select-map)
88 (pc-select-saved-global-map, pc-select-key-bindings-alist)
89 (pc-select-default-key-bindings, pc-select-extra-key-bindings)
90 (pc-select-meta-moves-sexps-key-bindings)
91 (pc-select-tty-key-bindings, pc-select-old-M-delete-binding):
92 New variables.
93 (pc-select-define-keys, pc-select-restore-keys): New functions.
94 (pc-select-add-to-alist, pc-select-save-and-set-var)
95 (pc-select-save-and-set-mode, pc-select-restore-var)
96 (pc-select-restore-mode): New macros.
97 (pc-selection-mode): Completely rewrote the body of the function;
98 the main goal was to make pc-selection-mode "turn-off"-able, like
99 other minor modes. Use define-minore-mode instead of just a
100 defun. Store the key bindings into four alists:
101 pc-select-default-key-bindings, pc-select-extra-key-bindings,
102 pc-select-meta-moves-sexps-key-bindings, and
103 pc-select-tty-key-bindings; then have the pc-select-define-keys
104 function walk those alists instead of calling define-key
105 repeatedly. When the mode is turned on, set the
106 keybindings in global-map and remember the old keybindings; when
107 the mode is turned off, restore the previously-saved keybindings.
108 (pc-selection-mode defcustom): Reflect the fact that the mode is
109 now "turn-off"-able.
110
111 2002-01-26 Eli Zaretskii <eliz@is.elta.co.il>
112
113 * eshell/esh-cmd.el (eshell-eval-command): If eshell-resume-eval
114 returns t, don't treat that as an error.
115
116 2002-01-25 Jason Rumney <jasonr@gnu.org>
117
118 * faces.el (face-font-registry-alternatives) [windows-nt]:
119 Add ms-oemlatin as an alternative for iso8859-1.
120
121 2002-01-25 Stefan Monnier <monnier@cs.yale.edu>
122
123 * pcvs.el (cvs-reread-cvsrc): Distinguish between an empty list of
124 args and the absence of an entry. Don't add -f each time.
125
126 2002-01-25 Eli Zaretskii <eliz@is.elta.co.il>
127
128 * emacs-lisp/cl-seq.el (mismatch): Doc fix.
129
130 Support for more than 8 colors on character terminals:
131
132 * term/rxvt.el: New file.
133
134 * Makefile.in (DONTCOMPILE): Remove term/xterm.el.
135
136 * term/xterm.el (xterm-standard-colors): New variable.
137 (xterm-rgb-convert-to-16bit, xterm-register-default-colors)
138 (xterm-rxvt-set-background-mode): New functions.
139 (toplevel): Call xterm-register-default-colors,
140 xterm-rxvt-set-background-mode, and tty-set-up-initial-frame-faces.
141 Add support for more keys from xterm's terminfo entry.
142
143 * facemenu.el (list-colors-display): If the argument is nil, don't
144 show more colors that the number returned by display-color-cells.
145
146 * term/pc-win.el (msdos-color-values): Reverse the order of the
147 colors, since tty-color-define now preserves the registration order.
148
149 * w32-fns.el (w32-tty-standard-colors): Reverse the order.
150
151 * term/tty-colors.el (tty-standard-colors): Reverse the order.
152 (tty-register-default-colors): New function; code moved from
153 startup.el's command-line.
154 (tty-modify-color-alist): Use nconc instead of cons, to preserve
155 the order the colors where registered.
156
157 * frame.el (display-color-cells): Use tty-display-color-cells.
158
159 * startup.el (command-line): Call tty-register-default-colors.
160
161 2002-01-25 Richard M. Stallman <rms@gnu.org>
162
163 * subr.el (remove): Doc fix.
164
165 2002-01-24 Richard M. Stallman <rms@gnu.org>
166
167 * progmodes/compile.el (compilation-handle-exit):
168 Add a compilation-handle-exit property to the "finished" message.
169 (compilation-parse-errors): Stop parsing when that property is seen.
170
171 * subr.el (substring-no-properties): New function.
172 (copy-without-properties): Function deleted.
173
174 * term/x-win.el (x-handle-geometry): Put sizes on both
175 initial-frame-alist and default-frame-alist.
176
177 * cus-edit.el (custom-save-all): Bind file-precious-flag to t
178 for saving .emacs.
179
180 * files.el (basic-save-buffer-2): Ignore file-error in delete-file.
181
182 * calendar/calendar.el (generate-calendar-month): Doc fix.
183
184 2002-01-23 Richard M. Stallman <rms@gnu.org>
185
186 * play/tetris.el (tetris): New defgroup.
187 (tetris-use-glyphs, tetris-use-color, tetris-draw-border-with-glyphs)
188 (tetris-default-tick-period): Convert to defcustom.
189 Added * in docstring to indicate user variable.
190 (tetris-update-speed-function, tetris-mode-hook, tetris-tty-colors)
191 (tetris-x-colors, tetris-buffer-name, tetris-buffer-width)
192 (tetris-buffer-height, tetris-width, tetris-height)
193 (tetris-top-left-x, tetris-top-left-y): Convert to defcustom.
194
195 2002-01-22 Stefan Monnier <monnier@cs.yale.edu>
196
197 * mail/sendmail.el (mail-mode): ">" is not a supercite-style prefix
198 and is already matched by adaptive-fill-regexp.
199
200 2002-01-22 Richard M. Stallman <rms@gnu.org>
201
202 * bindings.el (mode-line-copied-mode-name): New variable.
203 (mode-line-mode-name): Don't modify mode-name itself!
204 Instead, make a copy and reuse it.
205
206 * subr.el (copy-without-properties): New function.
207
208 * progmodes/sh-script.el (sh-set-shell): Doc fix.
209
210 * net/ange-ftp.el (ange-ftp-canonize-filename): Avoid duplicate
211 slash if DIR is just slash.
212
213 * progmodes/perl-mode.el (perl-mode-abbrev-table): Restore definition.
214
215 2002-01-21 Richard M. Stallman <rms@gnu.org>
216
217 * emacs-lisp/copyright.el (copyright-regexp): Fix previous change.
218
219 * net/ange-ftp.el (ange-ftp-bs2000-posix-hook-installed):
220 Move defvar up.
221
222 * textmodes/ispell.el (ispell-help): Clean up echo area if user quits.
223
224 * ibuffer.el: Don't require ibuf-ext at load time.
225 (ibuffer): Require ibuf-ext here.
226
227 2002-01-21 Francesco Potorti` <pot@gnu.org>
228
229 * generic-x.el (apache-conf-generic-mode): Highlight the first
230 word in a line even if preceded by blanks.
231
232 2002-01-21 Richard M. Stallman <rms@gnu.org>
233
234 * window.el (window-body-height): Handle minibuffer window specially.
235 Otherwise, don't return less than 1.
236
237 2002-01-20 Thomas Dorner <Thomas.Dorner@start.de>
238
239 * ange-ftp.el: Added support for BS2000, and for raw ftp
240 login commands (needed in some circumstances).
241 (ange-ftp-raw-login): New custom var.
242 (ange-ftp-normal-login): Perform login with raw ftp commands, if
243 ange-ftp-raw-login is set and account password is needed.
244 (ange-ftp-host-type, ange-ftp-guess-host-type): Handle BS2000 hosts.
245 (ange-ftp-bs2000-filename-pubset-regexp)
246 (ange-ftp-bs2000-filename-username-regexp)
247 (ange-ftp-bs2000-filename-prefix-regexp)
248 (ange-ftp-bs2000-name-template): New consts.
249 (ange-ftp-bs2000-short-filename-regexp)
250 (ange-ftp-bs2000-fix-name-regexp-reverse)
251 (ange-ftp-bs2000-fix-name-regexp): New consts.
252 (ange-ftp-bs2000-special-prefix): New custom var.
253 (ange-ftp-fix-name-for-bs2000)
254 (ange-ftp-fix-dir-name-for-bs2000): New funs.
255 (ange-ftp-bs2000-host-regexp, ange-ftp-bs2000-posix-host-regexp)
256 (ange-ftp-bs2000-posix-hook-installed): New vars.
257 (ange-ftp-parse-bs2000-filename, ange-ftp-parse-bs2000-listing)
258 (ange-ftp-bs2000-host, ange-ftp-bs2000-posix-host)
259 (ange-ftp-add-bs2000-host, ange-ftp-add-bs2000-posix-host): New funs.
260 (ange-ftp-bs2000-filename-regexp): New const.
261 (ange-ftp-bs2000-additional-pubsets): New custom var.
262 (ange-ftp-bs2000-cd-to-posix): New fun.
263
264 2002-01-20 Colin Walters <walters@verbum.org>
265
266 * ibuffer.el: (toplevel) Require `ibuf-ext', which is now compiled
267 with `byte-compile-dynamic'.
268 (ibuffer-default-directory, toplevel): Doc files.
269
270 2002-01-20 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
271
272 * tempo.el (tempo-define-template): Doc fix.
273
274 * scroll-bar.el (scroll-bar-mode): Make argument optional.
275
276 2002-01-20 Jason Rumney <jasonr@gnu.org>
277
278 * w32-vars.el: New file.
279
280 * loadup.el [windows-nt]: Load it.
281
282 * w32-fns.el, term/w32-win.el: Move user variables to w32-vars.el
283 and make them defcustoms.
284
285 * term/w32-win.el (mouse-set-font): Use w32-list-proportional-fonts.
286
287 2002-01-19 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
288
289 * language/tibet-util.el (tibetan-decompose-region)
290 (tibetan-decompose-string): Fix typo in docstring.
291
292 * ruler-mode.el (ruler-mode): New keyword. Fix :version.
293
294 2002-01-18 Richard M. Stallman <rms@gnu.org>
295
296 * comint.el (comint-redirect-send-command-to-process):
297 Restore previous current buffer.
298
299 * window.el (window-body-height): New function.
300
301 2002-01-18 Zoltan Kemenczy <kemenczy@rogers.com>
302
303 * gud.el (easy-mmode-defmap): Enable "Up Stack", "Down Stack", and
304 "Finish Function" menu map entries for jdb mode.
305 (gud-jdb-use-classpath): New customization variable.
306 (gud-jdb-command-name): Add customization.
307 (gud-jdb-classpath, gud-marker-acc-max-length): New variables.
308 (gud-jdb-classpath-string): New variable.
309 (gud-jdb-source-files, gud-jdb-class-source-alist): Add doc strings.
310 (gud-jdb-build-source-files-list): Likewise.
311 (gud-jdb-massage-args): Record any command argument classpath
312 string in `gud-jdb-classpath-string'.
313 (gud-jdb-lowest-stack-level): New function, finds bottom of current
314 java call stack in jdb output.
315 (gud-jdb-find-source-using-classpath, gud-jdb-find-source)
316 (gud-jdb-parse-classpath-string): New functions.
317 (gud-jdb-marker-filter): Search/detect classpath information in
318 jdb's output. marker regexp updated to match oldjdb and jdb output
319 formats. Expand search for source files to include new/old methods
320 using new functions above. Do not allow `gud-marker-acc' to grow
321 without bound.
322 (jdb): Set classpath information (if available) as jdb is started.
323 Change `gud-break' and `gud-remove'
324 to use new %c ("class") escape in format strings. Add
325 `gud-finish', `gud-up', `gud-down' command string functions, and
326 add them to the local menu map. Update `comint-prompt-regexp' for
327 jdb and oldjdb. If attaching to an already running java VM and
328 configured to use classpath, send command to query for classpath,
329 else use previous method for finding and parsing java
330 sources. Set `gud-jdb-find-source' function accordingly.
331 (gud-mode): Doc fix.
332 (gud-format-command): Add support for new %c ("class") escape.
333 (gud-find-class): New function in support of %c escape.
334
335 2002-01-17 Richard M. Stallman <rms@gnu.org>
336
337 * ibuf-ext.el: Enable byte-compile-dynamic.
338
339 2002-01-17 Jason Rumney <jasonr@gnu.org>
340
341 * term/w32-win.el: Restore conditional require of fontset.
342
343 2002-01-16 Richard M. Stallman <rms@gnu.org>
344
345 * mouse.el (mouse-drag-region-1): Renamed from mouse-drag-region,
346 more or less.
347 (mouse-drag-region): New function. For a click in the echo area,
348 show *Messages*.
349
350 * ibuf-ext.el: Delete the autoloads for functions defined with
351 ibuffer-specific commands.
352
353 * help.el (describe-distribution): Really call view-file.
354
355 * net/ange-ftp.el (ange-ftp-passive-mode): New arg PROC.
356 (ange-ftp-get-process): Pass that arg.
357
358 * comint.el (comint-simple-send): Fix previous change.
359
360 * net/telnet.el (telnet-simple-send): Fix previous change.
361
362 * progmodes/sql.el (sql-escape-newlines-and-send)
363 (sql-query-placeholders-and-send): Fix previous change.
364
365 2002-01-16 Colin Walters <walters@verbum.org>
366
367 * ibuf-ext.el, ibuf-macs.el, ibuffer.el (toplevel): Remove X-RCS,
368 URL, Compatibility headers. Update copyright notice.
369 * ibuf-macs.el (toplevel): Require `cl' when compiling.
370
371 2002-01-16 Andrew Choi <akochoi@cse.cuhk.edu.hk>
372
373 * startup.el (command-line): Set EOL mnemonics for the Mac.
374
375 2002-01-16 Andreas Schwab <schwab@suse.de>
376
377 * mail/feedmail.el (feedmail): Fix :link spec.
378
379 2002-01-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
380
381 * net/ldap.el (ldap-ldapsearch-prog): Default to OpenLDAP version
382 2 ldapsearch.
383
384 * net/eudc.el: New maintainer. Change author's address.
385 (eudc-pre-select-window-configuration, eudc-insertion-marker):
386 Variables removed.
387 (eudc-insert-selected): Function removed.
388 (eudc-select): Reimplemented.
389 (eudc-expand-inline): Delete the strings only after its expansion
390 is chosen not before.
391
392 * net/eudcb-ph.el (eudc-ph-open-session): Remove XEmacs case.
393 Minor coding style fixes.
394
395 * net/eudcb-ldap.el: New maintainer. Change author's address.
396 (eudc-attribute-display-method-alist): Display mail with
397 eudc-display-mail.
398
399 * net/eudcb-bbdb.el, net/eudc-export.el, net/eudc-hotlist.el,
400 * net/eudc-vars.el: New maintainer. Change author's address.
401
402 * net/eudc-bob.el: New maintainer. Change author's address.
403 (eudc-bob-mail-keymap): New keymap for e-mail addresses.
404 (eudc-display-mail): New function.
405 (eudc-bob-play-sound-at-point): Remove XEmacs case.
406
407 2002-01-15 Richard M. Stallman <rms@gnu.org>
408
409 * emacs-lisp/autoload.el (make-autoload):
410 Don't handle define-ibuffer-column, define-ibuffer-filter,
411 define-ibuffer-sorter, and define-ibuffer-op.
412
413 2002-01-14 Richard M. Stallman <rms@gnu.org>
414
415 * calendar/calendar.el (diary-date-forms): Doc fix.
416
417 2002-01-14 Eli Zaretskii <eliz@is.elta.co.il>
418
419 * startup.el (command-line): Register the default tty colors even
420 if the terminal doesn't seem to support colors.
421 <tty-long-option-alist>: New option --color.
422 (tty-handle-args): Parse the --color arg.
423
424 * term/tty-colors.el (tty-color-mode-alist): New variable.
425
426 2002-01-14 Stefan Monnier <monnier@cs.yale.edu>
427
428 * net/ange-ftp.el (ange-ftp-root-dir-p): New function.
429 (ange-ftp-file-name-all-completions, ange-ftp-file-name-completion):
430 Use it.
431 (ange-ftp-hook-function): Preserve match-data.
432 (ange-ftp-insert-directory): Typo.
433 (ange-ftp-shell-command): Check if regexp matched.
434
435 2002-01-13 Richard M. Stallman <rms@gnu.org>
436
437 * international/mule-cmds.el: help-map bindings moved to help.el.
438
439 * help.el (view-echo-area-messages): New function.
440 (help-map): Add `e' binding. Delete obsolete `d' binding.
441 Change old Info bindings C-f, C-k and C-i to F, K, S.
442 Move view-emacs-FAQ from F to C-f.
443 Move view-emacs-problems from P to C-e.
444 Bindings moved here from mule-cmds.el.
445 C-l binding for describe-language-environment deleted
446 (help-for-help): Update for all these changes.
447
448 * emacs-lisp/copyright.el (copyright-regexp): Make (C) optional.
449
450 2002-01-13 Dave Love <fx@gnu.org>
451
452 * emacs-lisp/copyright.el: Doc fixes.
453 (copyright-regexp): Add Latin-9 copyright sign.
454 Match comment delimiters in year lists.
455 (copyright-current-year): Initialize to load-time year.
456
457 2002-01-13 Andreas Schwab <schwab@suse.de>
458
459 * dired-aux.el (dired-do-shell-command): Doc fix.
460
461 2002-01-13 Jan Djarv <Jan.Djarv@mbox200.swipnet.se>
462
463 * startup.el (command-line-x-option-alist): New options "-fs",
464 "-fw", "-fh", "--fullscreen", "--fullwidth", and "--fullheight".
465
466 * term/x-win.el (x-handle-initial-switch): New function.
467
468 2002-01-13 Colin Walters <walters@debian.org>
469
470 * emacs-lisp/autoload.el (make-autoload): Handle
471 define-ibuffer-column, define-ibuffer-filter,
472 define-ibuffer-sorter, and define-ibuffer-op.
473
474 * emacs-lisp/lisp-mode.el (toplevel): Ditto.
475
476 * ibuffer.el, ibuf-ext.el, ibuf-macs.el: New files.
477
478 2002-01-12 Richard M. Stallman <rms@gnu.org>
479
480 * net/browse-url.el (browse-url-grail):
481 Use browse-url-maybe-new-window.
482
483 * net/telnet.el (telnet-simple-send): Handle
484 comint-input-sender-no-newline like comint-simple-send.
485
486 * progmodes/sql.el (sql-query-placeholders-and-send): Handle
487 comint-input-sender-no-newline like comint-simple-send.
488 (sql-escape-newlines-and-send): Likewise.
489
490 * comint.el (comint-input-sender): Doc fix.
491 (comint-input-sender-no-newline): New variable.
492 (comint-simple-send): If comint-input-sender-no-newline,
493 don't output newline, but maybe send eof.
494 (comint-send-input): New arg NO-NEWLINE.
495 (comint-send-eof): Call comint-send-eof with NO-NEWLINE.
496
497 2002-01-12 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
498
499 * textmodes/flyspell.el (flyspell-check-pre-word-p): Prevent
500 delaying when executing keyboard macros.
501
502 2002-01-12 Richard M. Stallman <rms@gnu.org>
503
504 * simple.el (line-move): If we can't move enough lines,
505 go to beginning or end of line.
506
507 * help-mode.el (help-xref-go-back): Restore POSITION in proper buffer
508 and proper window.
509
510 * help.el (describe-mode): Call help-setup-xref in the help buffer.
511 Switch buffers only after calling `help-buffer'.
512
513 * dired-aux.el (dired-shell-stuff-it): Substitute for * or ?
514 only when they are surrounded by whitespace.
515 Use dired-mark-separator when adding one file name to a command.
516 (dired-do-shell-command): Verify that * is surrounded by whitespace.
517 Ask for confirmation if * or ? is not surrounded by whitespace.
518 (dired-bunch-files): Re-reverse the partial file list when it is used.
519
520 2002-01-12 Richard M. Stallman <rms@gnu.org>
521
522 * comint.el (comint-dynamic-list-completions): Repeating the command
523 after displaying a completion list scrolls the list.
524
525 2002-01-12 Eli Zaretskii <eliz@is.elta.co.il>
526
527 * files.el (find-file-noselect): Don't consider a buffer as
528 visiting a file literally if it is in hexl-mode.
529
530 * faces.el (minibuffer-prompt): A better face definition for MS-DOS.
531
532 2002-01-11 Richard M. Stallman <rms@gnu.org>
533
534 * startup.el (initial-scratch-message): Fix custom type, add group.
535
536 * mail/rmail.el (rmail-decode-babyl-format): Disable undo
537 around the decode-coding-region call.
538
539 * emacs-lisp/lisp.el (lisp-complete-symbol): Repeating the command
540 after displaying a completion list scrolls the list.
541
542 2002-01-11 Eli Zaretskii <eliz@is.elta.co.il>
543
544 * version.el (emacs-version): Bump to 21.2.50.
545
546 2002-01-10 Thien-Thi Nguyen <ttn@giblet.glug.org>
547
548 * play/zone.el (zone-timeout): New var.
549 (zone-hiding-modeline): New macro.
550 (zone-call): New func.
551
552 (zone): Init `modeline-hidden-level' symbol property.
553 Use `zone-call' instead of `funcall'.
554
555 (zone-pgm-whack-chars): Use `make-string' (fix bug introduced in 2001-10-26T20:11:25Z!monnier@iro.umontreal.ca).
556
557 (zone-pgm-stress): Use `zone-hiding-modeline'.
558
559 (zone-pgm-stress-destress): New zone program.
560
561 2002-01-10 Eli Zaretskii <eliz@is.elta.co.il>
562
563 * faces.el (minibuffer-prompt): Special face definition for MS-DOS.
564
565 2002-01-09 Richard M. Stallman <rms@gnu.org>
566
567 * startup.el (fancy-splash-screens): Set tab-width in correct buffer.
568
569 2002-01-09 Michael Kifer <kifer@cs.stonybrook.edu>
570
571 * viper.el (viper-set-hooks): Zap viper-unfriendly bindings in
572 flyspell-mouse-map.
573
574 2002-01-08 Richard M. Stallman <rms@gnu.org>
575
576 * emacs-lisp/regexp-opt.el (regexp-opt): Bind max-specpdl-size.
577
578 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Fix custom type.
579
580 * textmodes/flyspell.el (flyspell-mode-line-string): Fix custom type.
581
582 2002-01-08 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
583
584 * progmodes/ada-mode.el (ada-initialize-properties, ada-mode):
585 Do not use make-local-hook.
586
587 2002-01-08 Eli Zaretskii <eliz@is.elta.co.il>
588
589 * international/quail.el (quail-start-translation)
590 (quail-start-conversion): Bind last-command-event, last-command,
591 and this-command in the first let. This fixes the change from
592 2000-08-30.
593
594 2002-01-08 Michael Kifer <kifer@cs.stonybrook.edu>
595
596 * ediff-hook.el: Add an autoload cookie.
597
598 2002-01-08 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
599
600 * net/eudcb-ph.el, net/ldap.el: New maintainer. New e-mail
601 address of the author.
602
603 2002-01-08 Richard M. Stallman <rms@gnu.org>
604
605 * replace.el (occur-mode-goto-occurrence-other-window): New command.
606 (occur-mode-map): Bind `o' to that.
607
608 2002-01-07 Michael Kifer <kifer@cs.stonybrook.edu>
609
610 * viper-init.el (viper-cond-compile-for-xemacs-or-emacs):
611 new macro that replaces viper-emacs-p and viper-xemacs-p in many
612 cases. Used to reduce the number of warnings.
613
614 * viper-cmd.el: Use viper-cond-compile-for-xemacs-or-emacs.
615 (viper-standard-value): Move here from viper.el.
616 (viper-set-unread-command-events): Move to viper-util.el
617 (viper-check-minibuffer-overlay): Make sure
618 viper-minibuffer-overlay is moved to cover the entire input field.
619
620 * viper-util.el: use viper-cond-compile-for-xemacs-or-emacs.
621 (viper-read-key-sequence, viper-set-unread-command-events)
622 (viper-char-symbol-sequence-p, viper-char-array-p): Moved here.
623
624 * viper-ex.el: Use viper-cond-compile-for-xemacs-or-emacs.
625
626 * viper-keym.el: Use viper-cond-compile-for-xemacs-or-emacs.
627
628 * viper-mous.el: Use viper-cond-compile-for-xemacs-or-emacs.
629
630 * viper-macs.el (viper-char-array-p, viper-char-symbol-sequence-p)
631 (viper-event-vector-p): Move to viper-util.el
632
633 * viper.el (viper-standard-value): Move to viper-cmd.el.
634 Use viper-cond-compile-for-xemacs-or-emacs.
635
636 * ediff-help.el: Use ediff-cond-compile-for-xemacs-or-emacs.
637
638 * ediff-hook.el: Use ediff-cond-compile-for-xemacs-or-emacs.
639
640 * ediff-init.el (ediff-cond-compile-for-xemacs-or-emacs):
641 New macro designed to be used in many places where ediff-emacs-p or
642 ediff-xemacs-p was previously used. Reduces the number of warnings.
643 Use ediff-cond-compile-for-xemacs-or-emacs in many places in lieu
644 of ediff-xemacs-p.
645 (ediff-make-current-diff-overlay, ediff-highlight-diff-in-one-buffer)
646 (ediff-convert-fine-diffs-to-overlays, ediff-empty-diff-region-p)
647 (ediff-whitespace-diff-region-p, ediff-get-region-contents):
648 Move to ediff-util.el.
649 (ediff-event-key): Moved here.
650
651 * ediff-merge.el: Got rid of unreferenced variables.
652
653 * ediff-mult.el: Use ediff-cond-compile-for-xemacs-or-emacs.
654
655 * ediff-util.el: Use ediff-cond-compile-for-xemacs-or-emacs.
656 (ediff-cleanup-mess): Improve the way windows are set up after
657 quitting ediff.
658 (ediff-janitor): Use ediff-dispose-of-variant-according-to-user.
659 (ediff-dispose-of-variant-according-to-user): New function
660 designed to be smarter and also understands indirect buffers.
661 (ediff-highlight-diff-in-one-buffer)
662 (ediff-unhighlight-diff-in-one-buffer)
663 (ediff-unhighlight-diffs-totally-in-one-buffer)
664 (ediff-highlight-diff, ediff-highlight-diff)
665 (ediff-unhighlight-diff, ediff-unhighlight-diffs-totally)
666 (ediff-empty-diff-region-p, ediff-whitespace-diff-region-p)
667 (ediff-get-region-contents, ediff-make-current-diff-overlay):
668 Moved here.
669 (ediff-format-bindings-of): New function by Hannu Koivisto
670 <azure@iki.fi>.
671 (ediff-setup): Make sure the merge buffer is always widened and
672 modifiable.
673 (ediff-write-merge-buffer-and-maybe-kill): Refuse to write the
674 result of a merge into a file visited by another buffer.
675 (ediff-arrange-autosave-in-merge-jobs): Check if the merge file
676 is visited by another buffer and ask to save/delete that buffer.
677 (ediff-verify-file-merge-buffer): New function to do the above.
678
679 * ediff-vers.el: Load ediff-init.el at compile time.
680
681 * ediff-wind.el: Use ediff-cond-compile-for-xemacs-or-emacs.
682
683 * ediff.el (ediff-windows, ediff-regions-wordwise)
684 (ediff-regions-linewise): Use indirect buffers to improve
685 robustness and make it possible to compare regions of the same
686 buffer (even overlapping regions).
687 (ediff-clone-buffer-for-region-comparison)
688 (ediff-clone-buffer-for-window-comparison): New functions.
689 (ediff-files-internal): Refuse to compare identical files.
690 (ediff-regions-internal): Get rid of the warning about comparing
691 regions of the same buffer.
692
693 * ediff-diff.el (ediff-convert-fine-diffs-to-overlays): Moved here.
694 Plus the following fixes courtesy of Dave Love: Doc fixes.
695 (ediff-word-1): Use word class and move - to the
696 front per regexp documentation.
697 (ediff-wordify): Bind forward-word-function outside loop.
698 (ediff-copy-to-buffer): Use insert-buffer-substring rather than
699 consing buffer contents.
700 (ediff-goto-word): Move syntax table setting outside loop.
701
702 2002-01-07 Richard M. Stallman <rms@gnu.org>
703
704 * dired.el (dired-copy-filename-as-kill): Call kill-append
705 if following a kill command.
706
707 * help-fns.el (describe-variable, describe-function):
708 Do save-excursion.
709
710 2002-01-06 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
711
712 * net/ldap.el (ldap-search-internal): Skip error message from
713 ldapsearch. Allow listing attribute names only. Do not open
714 non-existent files.
715
716 * net/eudcb-ldap.el (eudc-ldap-get-field-list): Do not try to
717 call non-existent function.
718
719 * net/eudc.el (top-level): Revert previous change.
720
721 * net/net-utils.el (nslookup-font-lock-keywords): Defvar font-lock
722 variables to prevent warning from byte-compiler.
723
724 * net/eudc.el (top-level): Use eudc-xemacs-p instead of
725 string-match on emacs-version again.
726
727 * enriched.el (enriched-make-annotation): Fix the change from
728 2002-01-05.
729 (enriched-handle-display-prop): Return proper values.
730
731 * net/eudcb-ldap.el (eudc-attribute-display-method-alist): Use
732 proper attribute name labeledUri instead of deprecated labeledUrl.
733
734 2002-01-05 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
735
736 * net/eudc-hotlist.el (eudc-edit-hotlist): Avoid error when
737 editing an empty hotlist.
738
739 * net/ldap.el (ldap-search-internal): Make the buffer unibyte.
740 Use buffer-string instead of buffer-substring for the whole
741 buffer.
742
743 * net/eudc-vars.el (eudc-external-viewers): Do not use xv, it is
744 not free.
745
746 * net/eudc-bob.el (eudc-bob-can-display-inline-images)
747 (eudc-bob-display-jpeg): Use fboundp instead of boundp.
748 (eudc-bob-save-object): Make the buffer unibyte.
749 (eudc-bob-generic-keymap): Add new keybinding `!' to pipe the
750 object to external program.
751
752 2002-01-05 Andre Spiegel <spiegel@gnu.org>
753
754 * vc.el (vc-branch-part): Return nil if there's no `.'
755 (vc-default-previous-version): Renamed from vc-previous-version.
756 New args BACKEND and FILE. Return nil for revision numbers
757 without a `.'
758 (vc-version-diff): Call vc-BACKEND-previous-version.
759 (vc-steal-lock): Steal lock before composing mail, so that no mail
760 is sent when the stealing goes wrong. And we'll actually see the
761 error in that case now.
762 (vc-finish-steal): Removed.
763
764 * vc-rcs.el (vc-rcs-steal-lock): Do a real checkout after stealing
765 the lock, so that we see expanded headers.
766 (vc-rcs-trunk-p, vc-rcs-branch-part, vc-rcs-branch-p,
767 vc-rcs-minor-part, vc-rcs-previous-version): Removed. These are
768 available from vc.el. Updated all callers.
769
770 2002-01-05 Richard M. Stallman <rms@gnu.org>
771
772 * enriched.el (enriched-make-annotation): Doc fix.
773
774 * format.el (format-replace-strings, format-subtract-regions)
775 (format-annotate-region, format-annotate-location)
776 (format-annotate-atomic-property-change)
777 (format-annotate-single-property-change): Doc fixes.
778
779 2002-01-05 Jason Rumney <jasonr@gnu.org>
780
781 * term/w32-win.el: Require fontset unconditionally.
782 (w32-handle-scroll-bar-event): Remove.
783
784 2002-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
785
786 * emacs-lisp/copyright.el (copyright-regexp): Allow multi-line
787 copyrights to be updated.
788
789 2002-01-04 Eli Zaretskii <eliz@is.elta.co.il>
790
791 * textmodes/texinfo.el (texinfo-insert-@end): Fix the change from
792 2001-10-24.
793
794 * mail/sendmail.el (mail-recover-1, mail-recover): Doc fix.
795
796 2002-01-04 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
797
798 * net/ldap.el (ldap-host-parameters-alist): Remove duplicated
799 entry.
800 (ldap-ignore-attribute-codings): Change the default value to allow
801 encoding/decoding of attributes.
802 (ldap-coding-system): Use UTF-8 as the coding-system. Doc fix.
803
804 2002-01-03 Richard M. Stallman <rms@gnu.org>
805
806 * files.el (basic-save-buffer): Undo previous change.
807
808 * calendar/diary-lib.el (diary-block): Doc fix.
809
810 * custom.el (defcustom): Fix syntax of previous change.
811
812 2002-01-03 Per Abrahamsen <abraham@dina.kvl.dk>
813
814 * custom.el (defcustom): Documented :tag, :link and :load.
815
816 2002-01-03 Eli Zaretskii <eliz@is.elta.co.il>
817
818 * mail/sendmail.el (mail-recover-1): New function.
819 (mail-recover): Switch to the *mail* buffer right away. Use
820 buffer-auto-save-file-name instead of calling
821 make-auto-save-file-name. Call dired-noselect instead of invoking
822 `ls' directly. Bind coding-system-for-read to emacs-mule-unix
823 before reading the auto-save file. If the buffer's auto-save file
824 does not exist, call mail-recover-1 to allow recovery from past
825 auto-saved drafts.
826
827 2002-01-03 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
828
829 * time.el (display-time-load-average-threshold): Fix defcustom
830 (add type and group).
831
832 * net/ange-ftp.el (ange-ftp-shell-command): Remove port
833 specification from the hostname.
834
835 2002-01-02 Richard M. Stallman <rms@gnu.org>
836
837 * facemenu.el (facemenu-active-faces):
838 Use face-attributes-as-vector, not face-attributes-vector.
839
840 2002-01-02 Chris Hanson <cph@aarau.ai.mit.edu>
841
842 * xscheme.el: Eleven years of updates on a private copy.
843
844 Extensive changes to support multiple xscheme buffers:
845 (run-scheme): Break up into new functions to facilitate starting
846 processes in other buffers.
847 (xscheme-start, xscheme-read-command-line): New functions.
848 (start-scheme, select-scheme)
849 (default-xscheme-runlight)
850 (global-set-scheme-interaction-buffer)
851 (local-set-scheme-interaction-buffer)
852 (local-clear-scheme-interaction-buffer)
853 (exit-scheme-interaction-mode)
854 (verify-xscheme-buffer): New functions.
855 (xscheme-process-name, xscheme-buffer-name)
856 (xscheme-runlight): New internal vars.
857 (default-xscheme-runlight): New const.
858 (xscheme-start-process): Add args for the process/buffer names.
859 (reset-scheme): Pass process/buffer names.
860 (scheme-interaction-mode): Initialize new local vars.
861 (reset-scheme, xscheme-send-string-2, xscheme-process-running-p)
862 (xscheme-select-process-buffer, xscheme-process-buffer)
863 (xscheme-send-region, xscheme-send-char, xscheme-send-interrupt)
864 (xscheme-goto-output-point, xscheme-write-message-1): Use new
865 var xscheme-process-name.
866 (xscheme-start-process): Initialize xscheme-process-name and
867 xscheme-buffer-name in the process buffer. Pass buffer name to
868 xscheme-modeline-initialize.
869 (xscheme-modeline-initialize): Add argument to specify buffer name
870 for mode-line vars.
871 (xscheme-process-sentinel): Make sure sentinel is run in the
872 process buffer so it sees its local vars.
873 (xscheme-process-filter-initialize, xscheme-set-runlight): More
874 elaborate logic to handle multiple-buffer mode lines.
875
876 (xscheme-enter-input-wait): Re-enable control-G handler upon
877 entering input wait.
878
879 (scheme-interaction-mode): Add arg to preserve local vars.
880 (xscheme-enter-interaction-mode)
881 (xscheme-enter-debugger-mode): Preserve local vars.
882 (xscheme-start-process): Clobber local vars.
883
884 (scheme-interaction-mode-commands): Allow end user to add commands
885 to scheme-interaction-mode keymap.
886 (scheme-interaction-mode-commands-alist): New variable.
887
888 (xscheme-send-string): Don't use insert-before-markers.
889
890 Implement a per-buffer kill ring:
891 (xscheme-insert-expression)
892 (xscheme-rotate-yank-pointer, xscheme-yank)
893 (xscheme-yank-pop, xscheme-yank-push): New functions.
894 (xscheme-expressions-ring)
895 (xscheme-expressions-ring-yank-pointer)
896 (xscheme-expressions-ring-max): New variables.
897 (xscheme-send-string-1): Call xscheme-insert-expression to save
898 expression in ring.
899 (xscheme-yank-previous-send): Now an alias for xscheme-yank.
900 (xscheme-previous-send): Deleted variable.
901
902 (xscheme-send-string-2, xscheme-send-char, xscheme-send-proceed,
903 xscheme-send-control-g-interrupt): Use process-send-string rather
904 than send-string.
905
906 (xscheme-send-region): Insert a newline after an expression that
907 is submitted in the interaction buffer, for consistency with
908 recent changes to Edwin.
909
910 (xscheme-delete-output): New function mimics comint-delete-output.
911 (xscheme-last-input-end): New internal variable.
912 (xscheme-process-filter-output): Update xscheme-last-input-end.
913
914 (xscheme-send-control-g-interrupt): Make sure that
915 xscheme-control-g-disabled-p is looked up in the right buffer.
916
917 (xscheme-enable-control-g): Clear C-g message if visible.
918 (xscheme-control-g-message-string): New internal var.
919 (xscheme-send-control-g-interrupt): Use new var.
920
921 (xscheme-send-control-g-interrupt, xscheme-send-interrupt): Delay
922 after sending interrupt in order to work around race condition.
923
924 (xscheme-send-control-g-interrupt, xscheme-send-interrupt)
925 (xscheme-send-char): Use xscheme-send-char rather than send-string
926 to send single char.
927
928 (xscheme-process-filter, xscheme-process-filter-alist): Add
929 support for evaluating expressions outside of the call-excursion.
930 (xscheme-process-filter:string-action-noexcursion): New func.
931
932 (xscheme-write-value): Change output string to match that used by
933 Edwin.
934
935 (xscheme-coerce-prompt): Don't write a space after a command
936 prompt. The PROMPT-FOR-COMMAND- procedures will take care of this
937 for us.
938
939 (reset-scheme): Delete process after killing it.
940
941 2002-01-02 Eli Zaretskii <eliz@is.elta.co.il>
942
943 * bindings.el (function-key-map): Don't bind shifted keypad
944 numeric keys.
945
946 2002-01-02 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
947
948 * enriched.el (enriched-handle-display-prop): Remove unused
949 variables.
950 (enriched-mode): Doc fix.
951
952 2002-01-02 Eli Zaretskii <eliz@is.elta.co.il>
953
954 * international/ucs-tables.el (ucs-8859-8-alist): Comment away
955 Hebrew points.
956
957 2002-01-01 Richard M. Stallman <rms@gnu.org>
958
959 * jka-compr.el (jka-compr-write-region): If START = nil, use whole buf.
960
961 2001-12-31 Richard M. Stallman <rms@gnu.org>
962
963 * comint.el, cus-edit.el, diff-mode.el, enriched.el, font-lock.el:
964 * generic-x.el, info.el, log-view.el, pcvs-info.el, speedbar.el:
965 * wid-edit.el, woman.el, calendar/calendar.el, textmodes/flyspell.el:
966 * emulation/viper-init.el, eshell/em-ls.el, progmodes/antlr-mode.el:
967 * progmodes/cperl-mode.el, progmodes/idlwave.el:
968 * progmodes/sh-script.el, progmodes/vhdl-mode.el:
969 Adapt face definitions to use :weight and :slant.
970
971 * ps-print.el (ps-font-lock-face-attributes): Use :weight and :slant.
972
973 * cus-edit.el (custom-face-edit-fix-value): Delete `assert' call.
974
975 * font-lock.el (initializing from font-lock-face-attributes):
976 Use :weight and :slant, not :bold and :italic.
977
978 2001-12-31 Per Abrahamsen <abraham@dina.kvl.dk>
979
980 * cus-edit.el (custom-face-edit-fix-value): New function.
981 (custom-face-edit): Use it, to convert :italic and :bold to new forms.
982
983 2001-12-30 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
984
985 * progmodes/octave-mod.el (octave-abbrev-table):
986 * progmodes/idlwave.el (idlwave-mode-abbrev-table):
987 * progmodes/fortran.el (fortran-mode-abbrev-table):
988 * progmodes/f90.el (f90-mode-abbrev-table):
989 * progmodes/vhdl-mode.el (vhdl-mode-abbrev-table-init):
990 * progmodes/sql.el (sql-mode-abbrev-table): Mark all the
991 predefined abbrevs as "system" abbrevs.
992
993 2001-12-30 Richard M. Stallman <rms@gnu.org>
994
995 * info.el (Info-fontify-node): For a **** underline line, put the
996 invisible and intangible props on the following newline, but not
997 on the previous newline or the last char of the previous line.
998
999 * faces.el (face-set-after-frame-default): Don't change `default' face.
1000
1001 * faces.el (minibuffer-prompt): Adopt some default colors.
1002
1003 * replace.el (query-replace-read-args): Immediate error if read-only.
1004
1005 * textmodes/makeinfo.el (makeinfo-compilation-sentinel):
1006 Display the output buffer in a more intelligent way.
1007
1008 2001-12-30 Eli Zaretskii <eliz@is.elta.co.il>
1009
1010 * ls-lisp.el (insert-directory): Modify the "total" line wording,
1011 in accordance with files.el's insert-directory.
1012
1013 2001-12-29 Richard M. Stallman <rms@gnu.org>
1014
1015 * files.el (basic-save-buffer): If a before-write hook displays
1016 an echo area message, pause before calling basic-save-buffer-1.
1017
1018 2001-12-29 Markus Rost <rost@math.ohio-state.edu>
1019
1020 * textmodes/reftex-global.el (reftex-query-replace-document)
1021 (reftex-change-label): Doc fix.
1022
1023 * dired-aux.el (dired-do-query-replace-regexp): Doc fix.
1024
1025 * progmodes/etags.el (tags-query-replace): Doc fix.
1026
1027 2001-12-29 Richard M. Stallman <rms@gnu.org>
1028
1029 * progmodes/compile.el (compile-internal): Fix previous change.
1030
1031 2001-12-28 Richard M. Stallman <rms@gnu.org>
1032
1033 * mouse.el (mouse-drag-mode-line-1): When dragging a mode line upward,
1034 shrink the windows above as necessary to get space.
1035 (mouse-drag-move-window-bottom, mouse-drag-window-above): New fns.
1036
1037 * net/ange-ftp.el (ange-ftp-allow-child-lookup): Always return nil.
1038 This fixes a bug that treated all files as directories.
1039 (ange-ftp-insert-directory): Explicitly follow symlinks.
1040
1041 * international/iso-transl.el (iso-transl-char-map) Eliminate the
1042 alias symbols--put the translated sequences here directly.
1043
1044 * progmodes/cc-mode.el (c-mode-abbrev-table)
1045 (c++-mode-abbrev-table, objc-mode-abbrev-table)
1046 (java-mode-abbrev-table, pike-mode-abbrev-table):
1047 Mark all the predefined abbrevs as "system" abbrevs.
1048
1049 * mail/sendmail.el (mail-envelope-from): Fix custom type.
1050 (sendmail-send-it): Check mail-specify-envelope-from
1051 and mail-envelope-from in the mail buffer at start.
1052
1053 2001-12-28 Simon Josefsson <jas@extundo.com>
1054
1055 * mail/sendmail.el (mail-envelope-from): Fix :type.
1056 (sendmail-send-it): Copy `mail-envelope-from' from calling buffer.
1057
1058 2001-12-28 Richard M. Stallman <rms@gnu.org>
1059
1060 * net/ldap.el (ldap-search-internal): Handle <file://...> in results.
1061
1062 * simple.el (line-move-invisible): New subroutine.
1063 (line-move-to-column): New subroutine--smarter about advancing over
1064 invisible parts of a line, or lines, but only as long as hpos grows.
1065 (line-move-finish): New subroutine: repeatedly processes desired
1066 column, intangibility, and fields.
1067 (line-move): Use those subroutines.
1068 When moving lines downward, skip invisible text first rather than last.
1069
1070 2001-12-27 Richard M. Stallman <rms@gnu.org>
1071
1072 * international/mule-diag.el (describe-char-after):
1073 Describe the text properties of the char after point.
1074
1075 * help.el (describe-key): Doc fix.
1076
1077 2001-12-26 Markus Rost <rost@math.ohio-state.edu>
1078
1079 * find-dired.el (find-dired-sentinel): Precede exit message by
1080 two spaces, to match the regexp in dired-between-files.
1081
1082 2001-12-28 Miles Bader <miles@gnu.org>
1083
1084 * wid-edit.el (widget-toggle-value-create): Don't eval actual
1085 images (which are lists too).
1086
1087 2001-12-27 Eli Zaretskii <eliz@is.elta.co.il>
1088
1089 * language/european.el: Fix the doc string of "Latin-5" language
1090 environment.
1091
1092 2001-12-26 Richard M. Stallman <rms@gnu.org>
1093
1094 * textmodes/flyspell.el (flyspell-mode-map): New keymap,
1095 defined as before 2001-11-09.
1096 (add-minor-mode call): Specify the keymap.
1097
1098 * progmodes/compile.el (compile-internal):
1099 Set TERM variable in process-environment.
1100
1101 2001-12-25 Richard M. Stallman <rms@gnu.org>
1102
1103 * help-mode.el (help-xref-on-pp): Catch and ignore errors in scanning
1104 the buffer.
1105
1106 * startup.el (command-line): Convert command line args
1107 to Emacs internal representation using locale-coding-system.
1108
1109 2001-12-25 Eli Zaretskii <eliz@is.elta.co.il>
1110
1111 * international/fontset.el: Don't require ind-util when compiling.
1112
1113 2001-12-25 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1114
1115 * emulation/tpu-edt.el (tpu-reset-screen-size): Use
1116 set-frame-height and set-frame-width instead of set-screen-height
1117 and set-screen-width.
1118
1119 * vt-control.el (vt-wide, vt-narrow): Use set-frame-width instead
1120 of obsolete set-screen-width.
1121
1122 * locate.el (locate): Remove dot at the end of error argument.
1123
1124 * emerge.el (emerge-show-file-name): Use frame-height instead of
1125 obsolete screen-height.
1126
1127 * mail/mh-utils.el (mh-show-msg): Likewise.
1128 (mh-handle-process-error): Use frame-width instead of obsolete
1129 screen-width.
1130
1131 2001-12-25 Richard M. Stallman <rms@gnu.org>
1132
1133 * window.el (balance-windows): Use new PRESERVE-BEFORE arg
1134 to enlarge-window. Use save-selected-window. Don't try
1135 to resize windows that end at the bottom "level".
1136 Retry changing the sizes until the windows get the desired sizes.
1137 Discount the minibuffer when computing total height available.
1138
1139 * emacs-lisp/debug.el (debugger-mode-map): Bind C-m, not `RET'.
1140 (debugger-make-xrefs): Only make a button for the first symbol
1141 on any line.
1142
1143 2001-12-24 Eli Zaretskii <eliz@is.elta.co.il>
1144
1145 * term/internal.el (dos-cpNNN-setup, dos-codepage-setup):
1146 Call IT-setup-unicode-display here instead of adding it to
1147 dos-codepage-setup-hook, so that Unicode display tables are set
1148 before dos-codepage-setup-hook runs.
1149
1150 2001-12-24 Richard M. Stallman <rms@gnu.org>
1151
1152 * net/net-utils.el (ftp-mode-abbrev-table): Don't define it.
1153 (nslookup-mode-abbrev-table): Don't define it.
1154 (smbclient-mode-abbrev-table): Don't define it.
1155 (ftp-mode): Don't use ftp-mode-abbrev-table; don't enable Abbrev mode.
1156 (nslookup-mode, smbclient-mode): Likewise.
1157 (network-connection-service-abbrev-alist): Variable deleted.
1158 (network-connection-mode-setup): Don't set up abbrev table.
1159
1160 * faces.el (minibuffer-prompt): New face.
1161 (minibuffer-prompt-properties): Add `face' property.
1162
1163 * replace.el (occur-mode-display-occurrence): New function.
1164 (occur-mode-map): Bind C-o to it.
1165
1166 2001-12-24 Michael Kifer <kifer@cs.sunysb.edu>
1167
1168 * viper-cmd.el (viper-change-state): Got rid of make-local-hook.
1169 (viper-special-read-and-insert-char): Make C-m work right in the r
1170 comand.
1171 (viper-buffer-search-enable): Fixed format string.
1172
1173 * viper-ex.el (ex-token-alist): Use ex-set-visited-file-name
1174 instead of viper-info-on-file.
1175 (ex-set-visited-file-name): New function.
1176
1177 * viper.el (viper-emacs-state-mode-list): Added mail-mode.
1178
1179 * ediff-mult.el (ediff-meta-mark-equal-files): Added optional
1180 action argument.
1181
1182 * ediff-init.el: Fixed some doc strings.
1183
1184 * ediff-util.el (ediff-after-quit-hook-internal): New variable.
1185 Got rid of make-local-hook.
1186
1187 * ediff-wind.el (ediff-setup-control-frame): Got rid of
1188 make-local-hook.
1189
1190 2001-12-23 Richard M. Stallman <rms@gnu.org>
1191
1192 * term/x-win.el (x-handle-geometry): Put height and width
1193 on default-frame-alist, left and top on initial-frame-alist.
1194 * term/w32-win.el (x-handle-geometry): Likewise.
1195
1196 * sort.el (sort-reorder-buffer): Copy all to a temp buffer first.
1197
1198 * play/yow.el (yow): Use an arg to distinguish interactive calls,
1199 not interactive-p.
1200
1201 2001-12-22 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1202
1203 * emacs-lisp/elint.el (elint-unknown-builtin-args): Remove
1204 mocklisp entries.
1205
1206 * subr.el (insert-string): Moved from mocklisp.c, reimplemented in
1207 Lisp. Obsoleted.
1208
1209 * emulation/mlconvert.el: File removed.
1210
1211 * emulation/mlsupport.el: Moved to obsolete.
1212
1213 * obsolete/mlsupport.el: Moved there from lisp/emulation.
1214
1215 * emacs-lisp/find-gc.el (source-files): Remove mocklisp.c.
1216
1217 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Remove
1218 mocklisp case.
1219
1220 * help-fns.el (describe-function-1): Remove mocklisp function
1221 case.
1222
1223 2001-12-22 Miles Bader <miles@gnu.org>
1224
1225 * textmodes/refill.el (refill-mode): Don't barf when redundantly
1226 turning refill-mode off.
1227
1228 2001-12-22 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1229
1230 * time.el (display-time-load-average-threshold): New variable.
1231 (display-time-update): Use it.
1232
1233 These changes allow cycling through past 1, 5 and 15 minutes
1234 load-average displayed in the mode-line.
1235
1236 * time.el (display-time-default-load-average): New customizable option.
1237 (display-time-load-average): New variable.
1238 (display-time-cycle-load-average): New function.
1239 (display-time-update): Use them.
1240
1241 2001-12-21 Richard M. Stallman <rms@gnu.org>
1242
1243 * apropos.el (apropos-print): SPACING is now nil or a separator string.
1244 (apropos-documentation, apropos-value): Pass a suitable string.
1245
1246 2001-12-21 Eli Zaretskii <eliz@is.elta.co.il>
1247
1248 * dired.el (dired-free-space-program, dired-free-space-args):
1249 Aliases for back-compatibility.
1250
1251 * info.el (Info-select-node): If Info-use-header-line is nil, set
1252 header-line-format to nil.
1253 (Info-fontify-node): Don't put a keymap text property on the
1254 heading if we are not going to display the header line. Remove
1255 any such text properties left over from past visits to this node.
1256
1257 * ls-lisp.el (insert-directory): Insert the amount of free disk
1258 space, like files.el's insert-directory does.
1259
1260 * files.el (directory-free-space-program): Mention
1261 file-system-info in the doc string.
1262 (get-free-disk-space): New function; code moved from
1263 insert-directory.
1264 (insert-directory): Call get-free-disk-space to get the amount of
1265 free space.
1266
1267 2001-12-21 Richard M. Stallman <rms@gnu.org>
1268
1269 * help.el (view-order-manuals, view-emacs-news, describe-copying)
1270 (describe-distribution, describe-project): Use view-file.
1271
1272 * emacs-lisp/cl-indent.el (define-modify-macro): Better indent spec.
1273
1274 * net/ange-ftp.el (ange-ftp-file-modtime): Use save-match-data.
1275
1276 * emacs-lisp/easy-mmode.el (define-minor-mode):
1277 Make no arg by default in an interactive call,
1278 so that repeating the command toggles again.
1279
1280 * emacs-lisp/lisp-mode.el (eval-defun-1): Cope with atoms as args.
1281
1282 2001-12-21 Christoph Wedler <Christoph.Wedler@sap.com>
1283
1284 * antlr-mode.el: More sophisticated indentation of cpp directive.
1285 (antlr-indent-at-bol-alist): New user option.
1286 (antlr-indent-line): Use it.
1287 (antlr-indent-style): New user option.
1288 (antlr-mode): Use it.
1289 (antlr-indent-item-regexp): Customize.
1290
1291 * antlr-mode.el: Syntax highlighting changes.
1292 (antlr-font-lock-literal-regexp): New user option.
1293 (antlr-font-lock-syntax-face): New face used for :, |, ....
1294 (antlr-font-lock-default-face): New face.
1295 (antlr-font-lock-additional-keywords): Use them.
1296
1297 * antlr-mode.el: New command to insert options -- variables.
1298 (antlr-mode-map): New binding [C-c C-o].
1299 (antlr-mode-menu): New submenus.
1300 (antlr-options-use-submenus): New user option.
1301 (antlr-tool-version): New user option.
1302 (antlr-options-auto-colon): New user option.
1303 (antlr-options-style): New user option.
1304 (antlr-options-push-mark): New user option.
1305 (antlr-options-assign-string): New user option.
1306 (antlr-options-headings): New variable.
1307
1308 * antlr-mode.el: New command to insert options -- specific.
1309 (antlr-options-alists): New variable.
1310 (antlr-read-value): New function.
1311 (antlr-read-boolean): New function.
1312 (antlr-language-option-extra): New function.
1313 (antlr-language-limit-n-regexp): Change default to higher LIMIT.
1314 (antlr-c++-mode-extra): New function.
1315 (antlr-grammar-tokens): New function.
1316 (antlr-imenu-create-index-function): New optional argument.
1317
1318 * antlr-mode.el: New command to insert options -- functions.
1319 (antlr-insert-option): New command.
1320 (antlr-insert-option-interactive): New function.
1321 (antlr-options-menu-filter): New function.
1322 (antlr-option-kind): New function.
1323 (antlr-scan-lists): New alias.
1324 (antlr-scan-lists-internal): New function.
1325 (antlr-skip-file-prelude): Hack for special SKIP-COMMENT.
1326 (antlr-option-level): New function.
1327 (antlr-syntactic-grammar-depth): New function.
1328 (antlr-option-location): New function.
1329 (antlr-insert-option-do): New function.
1330 (antlr-option-spec): New function.
1331 (antlr-version-string): New function.
1332 (antlr-insert-option-existing): New function.
1333 (antlr-insert-option-space): New function.
1334 (antlr-insert-option-area): New function.
1335
1336 * antlr-mode.el: New electric keys ":;|&(){}", TAB works better
1337 with narrowing. Menu change. Miscellaneous.
1338 (antlr-mode-menu): Include "Indent Region" and "Customize Antlr".
1339 (antlr-mode-map): New bindings for characters in ":;|&(){}".
1340 (antlr-electric-character): New command.
1341 (antlr-class-header-regexp): New variable.
1342 (antlr-font-lock-additional-keywords): Use it.
1343 (antlr-imenu-create-index-function): Use it.
1344 (antlr-file-dependencies): Use it.
1345 (antlr-indent-line): Also works with restrictions.
1346 (antlr-indent-command): Interactive spec - changes the buffer.
1347 (antlr-language-for-option): Deletia.
1348 (antlr-language-option): New function, defined instead.
1349 (antlr-mode): Use it.
1350 2001-12-21 Eli Zaretskii <eliz@is.elta.co.il>
1351
1352 * jka-compr.el (jka-compr-partial-uncompress): Use null-device
1353 instead of a literal /dev/null.
1354
1355 * Makefile.in (distclean): Remove Makefile in the build
1356 directory, not in the source directory.
1357
1358 2001-12-21 Simon Josefsson <jas@extundo.com>.
1359
1360 * mail/smtpmail.el (smtpmail-send-queued-mail): Use
1361 with-temp-buffer instead of find-file-noselect, and bind
1362 coding-system-for-read to no-conversion when reading the queued
1363 messages. (Simon's code modified slightly by Eli Zaretskii.)
1364
1365 2001-12-20 Werner Lemberg <wl@gnu.org>
1366
1367 * international/mule-diag.el (describe-coding-system,
1368 print-coding-system-briefly): Make printed output have a similar
1369 format as describe-character-set.
1370
1371 2001-12-20 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1372
1373 * play/blackbox.el (bb-member): Remove, use member instead.
1374 (bb-delete): Remove, use delete instead.
1375 Update copyright notice. Defvar for bb-board, bb-x, bb-y,
1376 bb-score, bb-detour-count and bb-balls-placed.
1377 Propertize results of rays.
1378
1379 2001-12-19 Karl Fogel <kfogel@red-bean.com>
1380
1381 * isearch.el (isearch-forward, isearch-edit-string): Make doc
1382 strings mention keybinding for `isearch-yank-word-or-char',
1383 rather than `isearch-yank-word', since the former is bound now
1384 and the latter is not.
1385 (isearch-yank-word-or-char): Fix formatting.
1386
1387 2001-12-19 Werner Lemberg <wl@gnu.org>
1388
1389 * language/czech.el, language/european.el, language/slovak.el: More
1390 fixes for language info doc strings.
1391
1392 2001-12-19 Eli Zaretskii <eliz@is.elta.co.il>
1393
1394 * loadup.el: Add "language" to the load-path.
1395
1396 2001-12-19 Richard M. Stallman <rms@gnu.org>
1397
1398 * international/mule-cmds.el (describe-language-environment):
1399 Fix calls to help-xref-button.
1400
1401 2001-12-19 Miles Bader <miles@gnu.org>
1402
1403 * international/fontset.el: Require `ind-util' when compiling.
1404
1405 2001-12-18 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1406
1407 * language/ethio-util.el (ethio-modify-vowel): Use char-to-string
1408 instead of decompose-composite-char.
1409
1410 2001-12-18 Richard M. Stallman <rms@gnu.org>
1411
1412 * simple.el (eval-expression-print-level)
1413 (eval-expression-print-length): Doc fixes.
1414
1415 * international/mule-diag.el (describe-character-set):
1416 Fix the arg to help-xref-button.
1417
1418 * files.el (directory-free-space-program): New variable.
1419 (directory-free-space-args): New variable.
1420 (insert-directory): Use those two variables for getting free space.
1421 Use file-system-info instead, if that is defined.
1422
1423 * dired.el (dired-free-space-program): Variable deleted.
1424 (dired-free-space-args): Variable deleted.
1425 (dired-insert-directory): Don't try to determine free space.
1426
1427 * files.el (font-lock-defaults): Add risky-local-variables prop.
1428 (hack-one-local-variable): Treat various font-lock variables as risky.
1429
1430 2001-12-18 Werner Lemberg <wl@gnu.org>
1431
1432 * language/chinese.el, language/cyrillic.el:
1433 * language/czech.el, language/european.el, language/greek.el:
1434 * language/hebrew.el, language/indian.el, language/japanese.el:
1435 * language/korean.el, language/lao.el, language/slovak.el:
1436 * language/thai.el, language/tibetan.el, language/vietnamese.el:
1437 Improve documentation strings of coding systems and language infos.
1438
1439 2001-12-18 Werner LEMBERG <wl@gnu.org>
1440
1441 Add support for EUC-TW decoding/encoding.
1442
1443 * language/china-util.el (big5-to-flat-code, flat-code-to-big5,
1444 euc-to-flat-code, flat-code-to-euc, expand-euc-big5-alist):
1445 New auxiliary functions to build `big5-to-cns'.
1446 (big5-to-cns): New translation alist.
1447
1448 * language/chinese.el: Added new coding system `euc-tw' and its
1449 alias `euc-taiwan'.
1450 Updated language `Chinese-CNS' to include euc-tw encoding also.
1451 (ccl-decode-euc-tw, ccl-encode-euc-tw): New functions for handling
1452 euc-tw.
1453
1454 2001-12-18 Dave Love <fx@gnu.org>
1455
1456 * loadup.el: Add language/utf-8-lang, language/georgian.
1457
1458 * image-file.el (image-file-name-extensions): Add pnm. Doc fix.
1459 (image-file-name-regexps): Doc fix.
1460
1461 * server.el (server-unload-hook): New function.
1462
1463 * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): Group the leader.
1464 (lm-crack-copyright): Cope with multi-line copyright `lines'.
1465
1466 * simple.el (newline): Doc fix.
1467 (eval-expression-print-level, eval-expression-print-length): Doc
1468 fix. Amend :type.
1469 (next-line, previous-line): Make arg optional.
1470 (newline): Doc fix.
1471
1472 * Makefile.in (DONTCOMPILE): Add various language files.
1473
1474 * international/quail.el (quail-input-string-to-events): Don't use
1475 string-to-list.
1476
1477 * progmodes/f90.el (f90-break-line): Avoid infinite recursion
1478 calling `newline'.
1479
1480 2001-12-17 Richard M. Stallman <rms@gnu.org>
1481
1482 * comint.el (comint-dynamic-list-input-ring-select): New function.
1483 Switches back to the old window configuration.
1484 (comint-dynamic-list-input-ring): Bind RET to that function.
1485 (comint-dynamic-list-input-ring-window-conf): New variable.
1486
1487 2001-12-17 Werner Lemberg <wl@gnu.org>
1488
1489 * international/mule-conf.el: Improve documentation strings of
1490 character sets.
1491
1492 2001-12-16 Richard M. Stallman <rms@gnu.org>
1493
1494 * dired.el (dired-copy-filename-as-kill): Moved from dired-x.el.
1495 (dired-mode-map): Bind w to dired-copy-filename-as-kill.
1496
1497 * dired-x.el (dired-copy-filename-as-kill): Moved to dired.el.
1498
1499 * autoinsert.el (auto-insert-alist): Redo finding C and C++ headers.
1500 Add a DESCRIPTION for the makefile item.
1501
1502 * find-file.el (ff-other-file-name): New function.
1503
1504 2001-12-16 Eli Zaretskii <eliz@is.elta.co.il>
1505
1506 * international/quail.el (quail-input-string-to-events): Fix last
1507 change.
1508
1509 2001-12-16 Richard M. Stallman <rms@gnu.org>
1510
1511 * isearch.el (isearch-edit-string): When we set isearch-string
1512 to the default, also set isearch-message.
1513
1514 * subr.el (temp-buffer-show-hook, temp-buffer-setup-hook): Add defvars.
1515
1516 * startup.el (command-line-1): Display startup screen
1517 even if there are command line args.
1518 Add a note about how to go to editing your files.
1519 (fancy-splash-head): Add a note about how to go to your files.
1520 (fancy-splash-outer-buffer): New variable.
1521 (fancy-splash-screens): Bind variable fancy-splash-outer-buffer.
1522
1523 * subr.el (with-temp-message): At the end, always discard
1524 the temp message, even by clearing the echo area.
1525
1526 * progmodes/sh-script.el (sh-mode): Run sh-mode-hook.
1527
1528 2001-12-16 Stefan Monnier <monnier@cs.yale.edu>
1529
1530 * log-view.el (log-view-message-re, log-view-current-tag):
1531 Recognize Subversion's log output format.
1532
1533 * international/fontset.el: Build the list L at compile time.
1534
1535 * language/ind-util.el (mapthread): Make a closure.
1536
1537 2001-12-15 Richard M. Stallman <rms@gnu.org>
1538
1539 * isearch.el (isearch-start-hscroll): New variable.
1540 (isearch-mode): Set isearch-start-hscroll.
1541 (isearch-update): Restore original hscrolling if possible.
1542
1543 * isearch.el (isearch-edit-string):
1544 Treat isearch-yank-word-or-char specially, like isearch-yank-word.
1545
1546 * emacs-lisp/debug.el (debugger-previous-backtrace): New variable.
1547 (debugger-make-xrefs): Optimize by (1) using skip-syntax-forward
1548 rather than regexp search and (2) copying text properties
1549 already set up on text unchanged from the previous backtrace.
1550
1551 * case-table.el (set-case-syntax-pair):
1552 Detect invalid calls and signal an error.
1553
1554 2001-12-15 Richard M. Stallman <rms@gnu.org>
1555
1556 * language/ind-util.el (range): Function deleted.
1557 (indian-regexp-of-hashtbl-keys): Renamed from `regexp-of-hashtbl-keys'.
1558 All calls changed.
1559
1560 * language/devan-util.el (devanagari-range): Renamed from `range'.
1561 All calls changed.
1562 (devanagari-regexp-of-hashtbl-keys):
1563 Renamed from `regexp-of-hashtbl-keys'. All calls changed.
1564
1565 2001-12-15 Dave Love <fx@gnu.org>
1566
1567 * language/ind-util.el: Don't require cl.
1568 (indian-glyph-char, indian-glyph-max-char)
1569 (indian-char-glyph): Moved from indian.el
1570 (indian--puthash-char, mapthread): Don't quote lambda.
1571 (indian--map): New function.
1572 (indian--puthash-v, indian--puthash-c, indian--puthash-m)
1573 (indian--puthash-cv): Use it.
1574
1575 * language/indian.el (indian-glyph-char, indian-glyph-max-char)
1576 (indian-char-glyph): Moved to ind-util.el
1577
1578 * language/devan-util.el (devanagari-post-read-conversion):
1579 New function.
1580
1581 * language/georgian.el: New file.
1582
1583 * international/mule-cmds.el (locale-language-names): Add various
1584 entries. Remove utf-8 special case.
1585 (locale-charset-language-names, locale-preferred-coding-systems):
1586 Add utf-8 case.
1587 (set-language-environment): Process required-features earlier.
1588
1589 * international/quail.el (quail-keyboard-layout-alist):
1590 Add pc105-uk.
1591 (quail-keyboard-layout-type): Fix :type.
1592 (quail-choose-completion-string): Simplify.
1593 (quail-update-leim-list-file): Don't get fooled by commented-out code.
1594 (quail-input-string-to-events): Run events through
1595 translation-table-for-input.
1596
1597 * international/mule-conf.el (translation-table-for-input):
1598 New variable.
1599 (latin-iso8859-14): Amend description.
1600 (file-coding-system-alist): Add entry for utf-8.
1601
1602 * language/utf-8-lang.el: New file.
1603
1604 * international/code-pages.el: New file.
1605
1606 * language/hebrew.el ("Windows-1255"): New language.
1607
1608 * language/european.el ("Welsh", "Latin-7", "Lithuanian")
1609 ("Latvian"): New languages.
1610
1611 2001-12-14 Stefan Monnier <monnier@cs.yale.edu>
1612
1613 * xml.el: Use setq rather than (set 'foo bar).
1614 Use push+nreverse rather than append.
1615 (xml-node-name, xml-node-attributes, xml-node-children):
1616 Use defsubst rather than macros.
1617 (xml-parse-region): Handle a nil return value from xml-parse-tag.
1618 (xml-parse-tag): Don't skip white space. Return nil for a comment.
1619 Concat the two strings surrounding a comment into a single string.
1620
1621 * newcomment.el (comment-indent): Jump to the middle of empty comments.
1622
1623 2001-12-14 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1624
1625 * select.el (xselect-convert-to-class, xselect-convert-to-name):
1626 Document.
1627
1628 2001-12-14 Andre Spiegel <spiegel@gnu.org>
1629
1630 * vc-hooks.el (vc-checkout-model, vc-state, vc-workfile-version):
1631 Return nil if FILE is not registered.
1632 (vc-check-master-templates, vc-default-make-version-backups-p):
1633 Doc fix.
1634
1635 2001-12-13 David Ponce <david@dponce.com>
1636
1637 * ruler-mode.el (ruler-mode-extra-left-cols): Remove.
1638 (ruler-mode-left-fringe-cols): New macro.
1639 (ruler-mode-right-fringe-cols): New macro.
1640 (ruler-mode-left-scroll-bar-cols): New macro.
1641 (ruler-mode-right-scroll-bar-cols): New macro.
1642 (ruler-mode-ruler): Use above new macros.
1643
1644 2001-12-13 Richard M. Stallman <rms@gnu.org>
1645
1646 * files.el (set-auto-mode): Fix previous change.
1647
1648 2001-12-13 Stefan Monnier <monnier@cs.yale.edu>
1649
1650 * emacs-lisp/easymenu.el (easy-menu-intern): New fun.
1651 (easy-menu-do-define, easy-menu-convert-item-1)
1652 (easy-menu-define-key-intern, easy-menu-get-map): Use it.
1653 (easy-menu-return-item): Only return nil if there is no binding.
1654
1655 2001-12-13 Rajesh Vaidheeswarran <rv@gnu.org>
1656
1657 * whitespace.el (whitespace-version): 3.2
1658 * whitespace.el (whitespace-force-mode-line-update): Replace with
1659 `whitespace-mode-line-update', which is an alias to the correct
1660 function in various emacsen.
1661 * whitespace.el (whitespace-{un,}highlight-the-space):
1662 Add colorized highlighting of the bogus whitespaces in a buffer/file,
1663 using the `whitespace-highlight-face' if
1664 `whitespace-display-spaces-in-color' is set.
1665
1666 2001-12-13 Eli Zaretskii <eliz@is.elta.co.il>
1667
1668 * international/mule.el (set-auto-coding): Don't search for
1669 "unibyte:" or "coding:" if set-auto-mode-1 returns nil.
1670
1671 2001-12-13 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1672
1673 * mail/mailabbrev.el (mail-abbrevs-setup): Do not use make-local-hook.
1674
1675 * mail/rmail.el (rmail-fontify-buffer-function): Likewise.
1676
1677 * mail/rmailsum.el (rmail-summary-mode): Likewise.
1678
1679 2001-12-13 Richard M. Stallman <rms@gnu.org>
1680
1681 * simple.el (undo): Always set this-command to `undo',
1682 so that the next undo after an error will not begin redoing.
1683
1684 * simple.el (shell-command): Doc fix.
1685 (shell-command-on-region): If there is output an an error,
1686 add "...Shell command failed" to the output.
1687
1688 2001-12-13 David Ponce <david@dponce.com>
1689
1690 * ruler-mode.el (ruler-mode-left-fringe-cols): Variable removed.
1691 (ruler-mode-left-fringe-cols): Function replaced by more efficient
1692 implementation `ruler-mode-extra-left-cols'.
1693 (ruler-mode-ruler): Use above new function. Take into account
1694 that the fringe areas can now be resized.
1695
1696 2001-12-12 Richard M. Stallman <rms@gnu.org>
1697
1698 * international/characters.el (Unicode): Comment out
1699 the specifications for kelvin and angstrom signs.
1700
1701 * international/mule.el (make-translation-table-from-vector):
1702 Allow null elements in VEC.
1703
1704 * international/ucs-tables.el (unify-8859-on-encoding-mode)
1705 (unify-8859-on-decoding-mode): Swap the code in their bodies.
1706 Add :version.
1707
1708 2001-12-11 Richard M. Stallman <rms@gnu.org>
1709
1710 * derived.el (derived-mode-p): Function moved to subr.el.
1711
1712 * subr.el (derived-mode-p): Moved here from derived.el.
1713
1714 * international/mule.el (set-auto-coding): Use set-auto-mode-1.
1715
1716 * files.el (set-auto-mode-1): New subroutine, broken out of
1717 set-auto-mode.
1718 (set-auto-mode, hack-local-variables-prop-line): Use that.
1719
1720 2001-12-11 Dave Love <fx@gnu.org>
1721
1722 * language/thai-util.el, language/thai.el: Add Unicode equivalents.
1723
1724 * language/european.el: Remove autoload cookies. Fix registration
1725 of diacritic composition function.
1726
1727 2001-12-11 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1728
1729 * calendar/todo-mode.el: Require time-stamp.
1730
1731 * net/zone-mode.el (zone-mode): Don't use make-local-hook.
1732
1733 2001-12-11 Richard M. Stallman <rms@gnu.org>
1734
1735 * emacs-lisp/authors.el (authors-aliases): Delete "Richard Stallmao".
1736
1737 * textmodes/ispell.el (ispell-buffer-local-parsing):
1738 Match xml like sgml.
1739
1740 * emacs-lisp/advice.el (ad-compile-function):
1741 Byte compile the function under another (uninterned) name.
1742
1743 * gud.el (gdb): Define and bind gud-jump.
1744
1745 * font-lock.el (font-lock-mode):
1746 Put our function at the end of after-change-functions.
1747
1748 * ediff-diff.el (ediff-cmp-options): Doc fix.
1749
1750 * comint.el (comint-password-prompt-regexp): Match "UNIX Password".
1751
1752 2001-12-10 Richard M. Stallman <rms@gnu.org>
1753
1754 * isearch.el (isearch-yank-word-or-char): New function.
1755 (isearch-mode-map): Bind C-w to that.
1756
1757 * menu-bar.el (menu-bar-mode): Make arg optional.
1758
1759 * simple.el (line-move): Cope if next-single-property-change
1760 or previous-single-property-change returns nil.
1761
1762 * emacs-lisp/lisp-mnt.el (lm-verify): New arg NON-FSF-OK.
1763 Don't use interactive-p; instead, pass the proper args
1764 in (interactive...). Clean up most of the trouble-report strings.
1765
1766 2001-12-10 Eli Zaretskii <eliz@is.elta.co.il>
1767
1768 * mail/smtpmail.el (smtpmail-send-queued-mail): Insert the
1769 enqueued messages literally.
1770
1771 2001-12-10 Noah Friedman <friedman@splode.com>
1772
1773 * battery.el (battery-insert-file-contents): Obsolete function
1774 removed.
1775 (battery-read-function): Obsolete function removed.
1776 (battery-linux-proc-apm): Use insert-file-contents.
1777
1778 2001-12-07 Stephen Eglen <stephen@gnu.org>
1779
1780 * iswitchb.el (iswitchb-visit-buffer):
1781 Use `select-frame-set-input-focus'--needed when window manager
1782 uses "click to focus" policy.
1783
1784 2001-12-09 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1785
1786 * COPYING: Moved back.
1787
1788 2001-12-07 Eli Zaretskii <eliz@is.elta.co.il>
1789
1790 * term/internal.el (IT-character-translations): Add entries for
1791 more points.
1792
1793 * international/characters.el: Resurrect the Hebrew category
1794 settings for all Hebrew characters removed by the last change.
1795 Add code for setting the Hebrew category of the Unicode Hebrew
1796 characters. Set syntax entries for Hebrew punctuation characters.
1797
1798 * international/ucs-tables.el (ucs-8859-8-alist): Add Hebrew
1799 points and directional formatting control characters.
1800
1801 2001-12-07 Dave Love <fx@gnu.org>
1802
1803 * language/lao-util.el: Add Unicode equivalents for rules.
1804 (lao-post-read-conversion): New function.
1805
1806 * language/lao.el: Add Unicode equivalents.
1807 (lao): Add post-read conversion.
1808
1809 * international/latin1-disp.el: Fix some 8-bit-graphic characters.
1810 Use iso2022 encoding.
1811 (latin1-char-displayable-p): Doc fix.
1812 (latin1-display-ucs-per-lynx): New option.
1813 (latin1-display-ucs-per-lynx): New command.
1814 (latin1-display-reset): Special-case arabic.
1815 (ucs-tables): Require.
1816 (latin1-display-sets, latin1-display-setup): Add arabic.
1817 (latin1-display) <variable>: Use function latin1-display.
1818 (latin1-display) <function>: Add mule-unicode stuff.
1819 (latin1-display-check-font): Don't lose if `info' is nil.
1820
1821 * international/iso-transl.el: Insert Latin-1 characters, not
1822 unibyte codes.
1823
1824 * language/european.el (diacritic-composition-pattern): New constant.
1825 (diacritic-compose-region, diacritic-compose-string)
1826 (diacritic-compose-buffer, diacritic-post-read-conversion)
1827 (diacritic-composition-function): New functions.
1828
1829 * international/utf-8.el (ucs-mule-to-mule-unicode):
1830 New translation table.
1831 (ccl-encode-mule-utf-8): Use it.
1832 (utf-8-untranslated-to-ucs, utf-8-help-echo, utf-8-compose)
1833 (utf-8-post-read-conversion, utf-8-pre-write-conversion): New function.
1834 (utf-8-subst-table): New variable.
1835 (utf-8-compose-scripts): New option.
1836 (mule-utf-8): Update safe-charsets, pre-write and post-read conversion.
1837
1838 * international/ucs-tables.el, international/utf-8-subst.el:
1839 New files.
1840
1841 * international/characters.el: Don't set word syntax (the default)
1842 explicitly. Add a diacritic category. Add info for Unicode
1843 equivalents of characters in various Mule charsets and for extra
1844 Unicode characters. Don't define specific categories for
1845 Indian/Devanagari, since they aren't used.
1846
1847 2001-12-06 Richard M. Stallman <rms@gnu.org>
1848
1849 * textmodes/fill.el (set-justification): Rename arg VALUE to STYLE.
1850 (set-justification-left, set-justification-right): Doc fix.
1851
1852 * progmodes/f90.el (f90-break-line): Use (newline 1) to insert newline.
1853 (bug-f90-mode): Variable deleted.
1854
1855 2001-12-06 Stefan Monnier <monnier@cs.yale.edu>
1856
1857 * indent.el (indent-line-function): Default is indent-relative again.
1858
1859 2001-12-07 Miles Bader <miles@gnu.org>
1860
1861 * progmodes/compile.el (compilation-error-regexp-alist):
1862 Added regexps for RXP.
1863
1864 2001-12-05 Eli Zaretskii <eliz@is.elta.co.il>
1865
1866 * progmodes/cwarn.el (cwarn-font-lock-match-assignment-in-expression):
1867 Add shift-assignment operators to those highlighted, and highlight
1868 the whole operator rather than just the "=".
1869
1870 2001-12-04 Juanma Barranquero <lektu@terra.es>
1871
1872 * files.el (save-abbrevs, save-some-buffers): Don't ask the user
1873 before saving abbrevs if `save-abbrevs' has the value `silently'.
1874
1875 2001-12-04 Andreas Schwab <schwab@suse.de>
1876
1877 * xt-mouse.el (turn-off-xterm-mouse-tracking): Doc fix.
1878
1879 2001-12-04 Colin Walters <walters@debian.org>
1880
1881 * emacs-lisp/autoload.el (make-autoload): Also generate autoloads
1882 for `defmacro*' forms.
1883
1884 * emacs-lisp/lisp-mode.el (toplevel): Define docstring offset for
1885 `defmacro*'.
1886
1887 2001-12-03 Stefan Monnier <monnier@cs.yale.edu>
1888
1889 * progmodes/antlr-mode.el (antlr-c-common-init): Undo last change.
1890
1891 2001-12-02 Richard M. Stallman <rms@gnu.org>
1892
1893 * files.el (insert-directory): If the df output does not look right,
1894 don't try to use it. Other cleanups in overall code structure.
1895
1896 2001-12-02 Stefan Monnier <monnier@cs.yale.edu>
1897
1898 * textmodes/outline.el (outline-mode-prefix-map):
1899 Add bindings for outline-promote and outline-demote.
1900 (outline-minor-mode-menu-bar-map): New var.
1901 (outline-minor-mode): Use it.
1902 (outline-heading-alist): New var (renamed from outline-level-heading).
1903 (outline-level): Use it.
1904 (outline-insert-heading, outline-promote, outline-demote):
1905 Update to use outline-heading-alist.
1906
1907 * disp-table.el (standard-display-european):
1908 Simplify since the function is not interactive any more.
1909 Don't set the existing buffers to unibyte.
1910
1911 * pcvs-util.el (cvs-file-to-string): Move condition-case outside.
1912
1913 * pcvs.el (cvs-reread-cvsrc): Don't use cvs-file-to-string.
1914
1915 * reveal.el (reveal-mode): Fix reveal-mode's lighter.
1916
1917 * shell.el (shell): Use shell-file-name.
1918 Pop to buffer before calling comint to set COLUMNS properly.
1919
1920 * emacs-lisp/cl.el (svref): New alias.
1921
1922 * progmodes/antlr-mode.el (antlr-c-common-init):
1923 Don't inhibit adaptive-fill-mode any more.
1924
1925 * progmodes/delphi.el (delphi-mode): Don't use make-local-hook.
1926
1927 * progmodes/etags.el (tags-with-face): Use make-symbol.
1928 (tags-search, tags-query-replace): Use backquotes.
1929
1930 * textmodes/picture.el (picture-mode-map): Don't use defconst
1931 for a variable.
1932
1933 2001-12-02 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1934
1935 * textmodes/reftex-index.el (reftex-index-mode):
1936 Remove make-local-hook.
1937
1938 * textmodes/reftex-toc.el (reftex-toc-mode): Likewise.
1939
1940 2001-12-02 Kim F. Storm <storm@cua.dk>
1941
1942 * isearch.el (isearch-resume-enabled): New variable.
1943 (isearch-done): Use that variable.
1944
1945 2001-12-01 Richard M. Stallman <rms@gnu.org>
1946
1947 * wid-edit.el (widget-button-click): Don't move point permanently:
1948 Avoid mouse-set-point--instead select the window,
1949 then do save-excursion, then move point.
1950 Specify the buffer for get-char-property.
1951 Don't use `@' in interactive.
1952
1953 * indent.el (indent-line-function):
1954 Default is indent-to-left-margin again.
1955
1956 * replace.el (query-replace-read-args): Display message
1957 if FROM contains `\n' or `\t'.
1958
1959 2001-12-01 Stefan Monnier <monnier@cs.yale.edu>
1960
1961 * indent.el (tab-to-tab-stop): Use delete-horizontal-space.
1962
1963 * bindings.el (minibuffer-local-map): Bind TAB to insert-tab.
1964
1965 * emacs-lisp/regexp-opt.el (regexp-opt):
1966 Bind completion-regexp-list to nil.
1967
1968 * progmodes/hideif.el (hif-nexttoken): Move to before first def.
1969
1970 2001-12-01 Eli Zaretskii <eliz@is.elta.co.il>
1971
1972 * progmodes/idlwave.el, progmodes/idlw-rinfo.el:
1973 * progmodes/idlw-shell.el, progmodes/idlw-toolbar.el:
1974 Update maintainer.
1975
1976 2001-11-30 Stefan Monnier <monnier@cs.yale.edu>
1977
1978 * mail/smtpmail.el: Use with-current-buffer.
1979 (message-make-date, message-make-message-id): Autoload when needed.
1980 (smtpmail-send-it): Use them to add `Date:' and `Message-Id:'
1981 headers when missing.
1982
1983 * international/encoded-kb.el (encoded-kbd-mode):
1984 Use define-minor-mode.
1985
1986 * enriched.el (enriched-mode): Use define-minor-mode.
1987 Use dolist and pop and push.
1988
1989 * info.el (Info-find-node-2): Don't call info-insert-file-contents
1990 with the `visit' argument.
1991 (Info-extract-menu-node-name): Use `replace-regexps-in-string'.
1992
1993 * progmodes/hideif.el (hide-ifdef-mode): Only modify
1994 `change-major-mode-hook' locally. Reset invisibility spec.
1995
1996 * man.el (Man-build-section-alist): Remove last Man-match-substring.
1997
1998 2001-11-30 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1999
2000 * textmodes/paragraphs.el (mark-paragraph): Clarify doc.
2001 Clarify error message.
2002
2003 2001-11-29 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2004
2005 * textmodes/paragraphs.el (mark-paragraph): Allow prefix arg.
2006
2007 2001-11-30 Andre Spiegel <spiegel@gnu.org>
2008
2009 * vc-cvs.el (vc-cvs-parse-status): Store file state in property,
2010 don't just return it.
2011
2012 2001-11-30 Eli Zaretskii <eliz@is.elta.co.il>
2013
2014 * menu-bar.el (menu-bar-read-lispref, menu-bar-read-lispintro)
2015 (menu-bar-read-emacs-man, search-emacs-glossary)
2016 (emacs-index-search, elisp-index-search): New functions.
2017 (apropso-documentation, apropos, apropos-value, apropos-variable)
2018 (apropos-commands): Modify menu item names and help text.
2019 (elisp-index-search, emacs-index-search, emacs-glossary):
2020 New menu items.
2021 (menu-bar-manuals-menu): Move the Ordering Manuals item to a
2022 submenu.
2023 (info-elisp, info-elintro): New menu items.
2024 (apropos): Modify the menu item name.
2025
2026 2001-11-30 Stefan Monnier <monnier@cs.yale.edu>
2027
2028 * emacs-lisp/lisp-mode.el (read-if): Add lisp-indent-function prop.
2029
2030 * textmodes/outline.el (outline-promote, outline-demote): Typo.
2031
2032 * man.el (man-follow-mouse): New function.
2033 (Man-mode-map): Bind mouse-2 to it.
2034 (Man-match-substring): Remove. Replace with `match-string'.
2035 (man): Use the `default-value' argument to `read-string'.
2036 (Man-fontify-manpage): Add mouse-face to cross references.
2037
2038 * emacs-lisp/cl-macs.el (shiftf): Fix more. Simplify.
2039
2040 2001-11-29 Stefan Monnier <monnier@cs.yale.edu>
2041
2042 * emacs-lisp/crm.el (completing-read-multiple): Better preserve
2043 the value of require-match in minibuffer-completion-confirm.
2044 Use crm-local-completion-map.
2045
2046 * emacs-lisp/cl-macs.el (shiftf): Fix the fast case so
2047 (let ((a 1) (b 2)) (shiftf a b (cons a b)) b) returns (1 . 2).
2048 (cl-make-type-test): Use char-valid-p for `character'.
2049
2050 * info.el (Info-complete-next-re, Info-complete-cache): New vars.
2051 (Info-complete-menu-item): Rewrite. Add the ability to search
2052 several sequential nodes. Add a simple caching mechanism.
2053 (Info-goto-index): New function extracted from Info-index.
2054 (Info-index): Use it. Add completion to the interactive spec.
2055 (Info-menu-update): Simplify call to `Info-complete-menu-item'.
2056
2057 2001-11-29 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2058
2059 * COPYING: Removed.
2060
2061 2001-11-29 Dave Love <fx@gnu.org>
2062
2063 * progmodes/fortran.el: Fontify rewind, backspace. Doc fixes.
2064 (fortran-window-create, fortran-window-create-momentarily):
2065 Rewrite, moving error condition.
2066 (fortran-beginning-do, fortran-beginning-if): Fix regexps.
2067 (fortran-mode-syntax-table): Revert last change.
2068
2069 * international/mule.el: Doc fixes.
2070 (map-charset-chars): New function.
2071 (register-char-codings): Use it to cope with generic chars in
2072 safe-chars.
2073
2074 2001-11-29 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2075
2076 * play/blackbox.el (blackbox-mode, blackbox): Doc fix.
2077
2078 * play/cookie1.el (cookie, cookie-insert, shuffle-vector): Doc fixes.
2079
2080 * play/studly.el (studlify-word, studlify-region)
2081 (studlify-buffer): Fix doc-string.
2082 (studlify-buffer): Add autoload cookie.
2083
2084 2001-11-28 Stefan Monnier <monnier@cs.yale.edu>
2085
2086 * textmodes/outline.el (outline-up-heading): Add `invisible-ok' arg.
2087 (outline-up-heading-all): Remove.
2088 (hide-sublevels): Move to end-of-heading before calling flag-region.
2089 (outline-copy-overlay, outline-discard-overlays): Remove.
2090 (outline-flag-region): Use `remove-overlays'.
2091 Don't move to end-of-heading.
2092 (outline-next-visible-heading, outline-back-to-heading)
2093 (outline-on-heading-p): Use outline-invisible-p.
2094 (outline-font-lock-level): Use outline-up-heading's new arg.
2095 (outline-minor-mode): Simplify.
2096 (outline-map-tree, outline-reveal-toggle-invisible): New funs.
2097 (outline): Put a `reveal-toggle-invisible' property.
2098 (outline-level-heading): New var.
2099 (outline-insert-heading, outline-promote, outline-demote)
2100 (outline-toggle-children): New commands.
2101
2102 * progmodes/hideif.el (hif-end-of-line): New function.
2103 (hide-ifdef-mode): Set line-move-ignore-invisible.
2104 (hide-ifdef-region-internal): New function.
2105 (hide-ifdef-region): Use it.
2106 (hif-defined): Return an integer.
2107 (hif-infix-to-prefix): Remove.
2108 (hif-tokenize): Parse from the buffer rather than from a string.
2109 Correctly tokenize integers. Use forward-comment.
2110 (hif-expr): Use hif-or.
2111 (hif-term): Use hif-and.
2112 (hif-factor): Use hif-not. Handle numbers properly.
2113 Don't require parenthesis around `defined's argument.
2114 (hif-and, hif-or, hif-not): New funs.
2115 (hif-canonicalize): Pass a region to hif-tokenize. Use hif-not.
2116 (hif-hide-line): Don't hide the \n before the line.
2117 (hif-possibly-hide): Correctly handle numeric evaluation results.
2118
2119 * progmodes/make-mode.el: Use line-(end|beginning)-position.
2120 (makefile-mode): Set indent-line-function.
2121 (makefile-browser-insert-continuation): Use with-current-buffer.
2122 (makefile-beginning-of-line-point, makefile-end-of-line-point): Remove.
2123
2124 2001-11-28 Karl Fogel <kfogel@red-bean.com>
2125
2126 * isearch.el (isearch-yank-internal): New helper function.
2127 (isearch-yank-char): New function.
2128 (isearch-yank-word, isearch-yank-line): Rewrite to use
2129 isearch-yank-internal.
2130
2131 2001-11-28 Eli Zaretskii <eliz@is.elta.co.il>
2132
2133 * mouse.el (mouse-set-font): Make it a no-op if multiple fonts
2134 aren't supported. Print a message to that effect if invoked.
2135
2136 2001-11-27 Stephen Eglen <stephen@gnu.org>
2137
2138 * locate.el (locate): Put point at first matching file rather
2139 than top of buffer.
2140
2141 2001-11-27 Stefan Monnier <monnier@cs.yale.edu>
2142
2143 * reveal.el: New file.
2144
2145 * progmodes/hideif.el: Misc cleanup.
2146 (hide-ifdef-mode-submap): Put the def in the defvar.
2147 Use substitute-key-definition.
2148 (hide-ifdef-mode): Use define-minor-mode.
2149 (hif-outline-flag-region): Remove.
2150 (hif-show-all): Define in terms of hif-show-ifdef-region.
2151 (hif-after-revert-function): Rename from hif-before-revert-function.
2152 (hide-ifdef-region, hif-show-ifdef-region): Use overlays.
2153 (hif-tokenize): Use with-syntax-table.
2154 (hif-make-range): Use `else' also for `else-p'.
2155 (hif-range-else-p): Remove.
2156 (hif-find-range): Simplify.
2157 (hif-hide-line): Don't bother preserving buffer-modified-p.
2158 (hide-ifdefs, show-ifdefs, hide-ifdef-block, show-ifdef-block):
2159 Don't use selective-display and inhibit-read-only.
2160
2161 * subr.el (copy-overlay, remove-overlays): New funs.
2162
2163 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix off-by-two error.
2164
2165 2001-11-27 Sam Steingold <sds@gnu.org>
2166
2167 * ansi-color.el, bookmark.el, dired.el, emerge.el, fast-lock.el
2168 * lazy-lock.el, mouse-sel.el, mail/feedmail.el
2169 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el, emacs-lisp/ewoc.el
2170 * obsolete/c-mode.el, obsolete/cplus-md.el
2171 * progmodes/dcl-mode.el, progmodes/idlw-shell.el, progmodes/idlwave.el
2172 * term/sun-mouse.el, textmodes/artist.el:
2173 Converted backquote to the new style.
2174 * mouse.el, reposition.el: Likewise (in comments).
2175 * expand.el: Likewise (in a string).
2176
2177 2001-11-27 Richard M. Stallman <rms@gnu.org>
2178
2179 * cus-edit.el (custom-load-symbol): Don't always load locate-library.
2180
2181 2001-11-26 Richard M. Stallman <rms@gnu.org>
2182
2183 * wid-edit.el (widget-toggle-value-create): On graphic terminal,
2184 if :on-glyph or :off-glyph is a list, eval it and store it back.
2185 (checkbox): Quote the values for :on-glyph and :off-glyph.
2186
2187 * cus-start.el (recursive-load-depth-limit): Delete item.
2188
2189 2001-11-26 Stefan Monnier <monnier@cs.yale.edu>
2190
2191 * help-fns.el (describe-categories, help-describe-category-set): New.
2192 describe-categories moved here from src/category.c.
2193
2194 2001-11-26 Sam Steingold <sds@gnu.org>
2195
2196 * progmodes/cc-mode.el (c-submit-bug-report): Make sure that the
2197 arguments to `insert' are strings.
2198
2199 2001-11-26 Richard M. Stallman <rms@gnu.org>
2200
2201 * startup.el (command-line-1): Call kill-buffer only in non-fancy case.
2202
2203 2001-11-26 Eli Zaretskii <eliz@is.elta.co.il>
2204
2205 * international/mule-diag.el: Require help-fns instead of
2206 help-funs.
2207
2208 * help-fns.el: Renamed from help-funs.el.
2209
2210 * startup.el (command-line-1): Don't try to call process-list if
2211 it is not fboundp.
2212
2213 2001-11-26 Sam Steingold <sds@gnu.org>
2214
2215 * frame.el (show-trailing-whitespace): Remove :set argument (the
2216 value was essentially identical to the defalt).
2217
2218 2001-11-26 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2219
2220 * hexl.el (hexl-mode, hexl-follow-ascii): Remove make-local-hook.
2221
2222 * icomplete.el (icomplete-minibuffer-setup): Likewise.
2223
2224 * hilit-chg.el (hilit-chg-set): Likewise.
2225
2226 * speedbar.el (speedbar-mode): Likewise.
2227
2228 * calendar/calendar.el (calendar-mode): Likewise.
2229
2230 * play/yow.el (psychoanalyze-pinhead): Use insert instead of
2231 insert-string.
2232
2233 * play/gamegrid.el (gamegrid-init-buffer): Likewise.
2234
2235 * term/bg-mouse.el (bg-insert-moused-sexp): Likewise.
2236
2237 * term/sun-mouse.el (sun-yank-selection): Likewise.
2238
2239 * textmodes/bib-mode.el (return-key-bib): Likewise.
2240
2241 * calendar/appt.el (appt-disp-window): Likewise.
2242
2243 * calendar/diary-lib.el (list-diary-entries): Likewise.
2244
2245 * array.el (array-reconfigure-rows): Likewise.
2246
2247 * filecache.el (file-cache-minibuffer-complete): Likewise.
2248
2249 * obsolete/cplus-md.el (fill-c++-comment): Likewise.
2250
2251 * strokes.el (strokes-prompt-user-save-strokes): Likewise.
2252
2253 * allout.el (outline-version, outline-open-topic)
2254 (outline-rebullet-heading, outline-insert-listified)
2255 (outline-latex-verbatim-quote-curr-line)
2256 (outline-latexify-one-item, outlineify-sticky): Likewise.
2257
2258 * vc.el (vc-next-action-on-file): Likewise.
2259 (vc-dired-mode): Remove make-local-hook.
2260
2261 2001-11-26 Andre Spiegel <spiegel@gnu.org>
2262
2263 * vc.el (vc-find-version): New function.
2264 (vc-version-other-window): Redefined in terms of the above.
2265
2266 * log-view.el (log-view-find-version): New function.
2267 (log-view-mode-map): Bind it to `f'.
2268
2269 2001-11-26 Gerd Moellmann <gerd@gnu.org>
2270
2271 * language/devan-util.el (dev-char-glyph): Escape `"' in
2272 string literals.
2273 (dev-glyph-glyph, dev-glyph-glyph-2)
2274 (devanagari-compose-syllable-region): Likewise.
2275
2276 2001-11-26 Richard M. Stallman <rms@gnu.org>
2277
2278 * window.el (save-selected-window): No error if saved window is dead.
2279
2280 * help-funs.el (describe-syntax): Put (interactive) after doc string.
2281
2282 2001-11-26 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2283
2284 * international/quail.el (quail-help): Require help-mode in
2285 top-level instead.
2286
2287 * iswitchb.el (iswitchb-exhibit): Use insert instead of
2288 insert-string.
2289
2290 * icomplete.el (icomplete-exhibit): Likewise.
2291
2292 2001-11-25 Stefan Monnier <monnier@cs.yale.edu>
2293
2294 * diff-mode.el (diff-end-of-hunk): Watch out for ambiguities.
2295 (diff-hunk-kill): Simplify.
2296 (diff-post-command-hook): Only apply to a single hunk.
2297 (diff-hunk-text): Make `char-offset' non-optional.
2298 (diff-find-text): Return a cons cell.
2299 (diff-find-approx-text): New fun.
2300 (diff-find-source-location): Use it.
2301 (diff-apply-hunk, diff-test-hunk, diff-goto-source):
2302 Adapt to new retval of diff-find-text.
2303
2304 * vc-cvs.el (vc-cvs-parse-entry): Rewrite, comparing the string-
2305 rather than integer- representation of dates.
2306
2307 * textmodes/fill.el (fill-indent-according-to-mode): Default to nil.
2308
2309 * emacs-lisp/syntax.el: Don't profile syntax-ppss any more.
2310 (syntax-after): New fun.
2311
2312 * help-funs.el (describe-syntax): New fun.
2313
2314 * font-lock.el (font-lock-cache-state, font-lock-cache-position)
2315 (font-lock-ppss-stats, font-lock-ppss): Remove.
2316 (font-lock-fontify-syntactically-region): Remove tuning code.
2317 (font-lock-compile-keywords): Fix off-by-one bug.
2318 (font-lock-set-defaults): Don't set removed vars.
2319 (c-keywords): Add `inline'.
2320 (c-type-names): Add `_Complex', `_Imaginary' and `_Bool'.
2321
2322 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
2323 Set syntax-begin-function.
2324 (lisp-interaction-mode-abbrev-table): Defvar to its correct value.
2325 (lisp-interaction-mode): Don't set local-abbrev-table any more.
2326 (lisp-mode-auto-fill): Use syntax-ppss and obey
2327 comment-auto-fill-only-comments.
2328 (lisp-fill-paragraph): Use syntax-ppss.
2329
2330 2001-11-25 ShengHuo ZHU <zsh@cs.rochester.edu>
2331
2332 * mail/rmail.el (rmail-enable-mime-composing): New. A lightweight
2333 version of rmail-enable-mime.
2334 (rmail-forward): Use it.
2335
2336 2001-11-25 Richard M. Stallman <rms@gnu.org>
2337
2338 * emacs-lisp/lisp-mode.el (lisp-indent-function): Add doc string.
2339
2340 * international/quail.el (quail-keyboard-layout-button):
2341 Define button type.
2342 (quail-keyboard-customize-button): Likewise.
2343 (quail-help): Use those button types. Require `help-mode'.
2344 Avoid altering the argument `package'.
2345
2346 * help-mode.el (help-function, help-variable, help-face)
2347 (help-coding-system, help-input-method, help-character-set):
2348 Define each button type with its own explicit define-button-type.
2349
2350 * language/devan-util.el: Comment out parts of the file
2351 which apparently are garbled.
2352
2353 2001-11-25 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2354
2355 * mail/smtpmail.el (smtpmail-deduce-address-list): Don't use
2356 insert-string.
2357
2358 2001-11-25 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2359
2360 * play/snake.el (snake-mode): Remove make-local-hook.
2361
2362 * play/tetris.el (tetris-mode): Likewise.
2363
2364 * play/decipher.el (decipher-mode): Likewise.
2365
2366 * tmm.el (tmm-add-prompt): Likewise.
2367
2368 2001-11-25 Sam Steingold <sds@gnu.org>
2369
2370 * menu-bar.el (menu-bar-apropos-menu): New variable.
2371 Moved all `apropos' bindings to this menu.
2372 (menu-bar-help-menu): Added `menu-bar-apropos-menu'.
2373
2374 2001-11-24 KAWABATA, Taichi <batta@beige.ocn.ne.jp>
2375
2376 The following changes are for new indian languages support based
2377 on Unicode charset and CDAC fonts.
2378
2379 * international/mule-conf.el: Change indian-1-column charset to
2380 indian-glyph charset.
2381
2382 * international/characters.el: Adjusted for the change of
2383 indian-1-column -> indian-glyph.
2384
2385 * international/fontset.el: Delete the setting for indian-1-column
2386 and add the setting for indian-glyph in the default fontset.
2387
2388 * language/indian.el: Completely re-written.
2389
2390 * language/devanagari.el: Completely re-written.
2391
2392 * language/devan-util.el: Completely re-written.
2393
2394 * language/ind-util.el: New file.
2395
2396 2001-11-24 Richard M. Stallman <rms@gnu.org>
2397
2398 * startup.el (command-line-1): Don't do startup screen
2399 if a subprocess is running. Call the startup screen buffer
2400 "GNU Emacs". Make a special mode-line-format for it.
2401
2402 * net/browse-url.el (browse-url-galeon-new-window-is-tab): New var.
2403 (browse-url-galeon): Use that variable.
2404
2405 * mail/supercite.el (sc-toggle-var): Don't use set-variable or
2406 eval-expression. Eval and set the variable simply.
2407
2408 * files.el (temporary-file-directory): Use defcustom.
2409 (small-temporary-file-directory): Likewise.
2410 (normal-backup-enable-predicate): Move down in file
2411 after definition of temporary-file-directory.
2412
2413 * bindings.el (last-buffer, unbury-buffer): Doc fixes.
2414
2415 2001-11-24 Colin Walters <walters@debian.org>
2416
2417 * calc/calc-ext.el (calc-init-extensions): Update the rest of the
2418 autoload names to match files renamed on initial calc import.
2419
2420 * calc/calc.el (Commentary): Cleanup, and add logistic curve
2421 fitting suggestion from Robert J. Chassell <bob@rattlesnake.com>.
2422
2423 2001-11-23 Colin Walters <walters@debian.org>
2424
2425 * Makefile.in (finder_setwins, setwins): Include Calc again.
2426
2427 * calc/calc-rules.el: Add header comment.
2428
2429 2001-11-23 Andre Spiegel <spiegel@gnu.org>
2430
2431 * vc.el (with-vc-properties): Don't bind `filename' locally.
2432 (with-vc-file, edit-vc-file): Use `make-symbol' for local bindings
2433 to avoid name clashes. Fix `lisp-indent-function' property for
2434 both.
2435
2436 2001-11-23 Francesco Potorti` <pot@gnu.org>
2437
2438 * generic-x.el (mailrc-generic-mode): Highlight the `source' keyword.
2439
2440 2001-11-22 Colin Walters <walters@debian.org>
2441
2442 * calc/calc-misc.el (report-calc-bug):
2443 Use `reporter-prompt-for-summary-p'.
2444
2445 * calc/INSTALL, calc/Makefile: Remove.
2446
2447 2001-11-22 Miles Bader <miles@gnu.org>
2448
2449 * emacs-lisp/re-builder.el (reb-match-0, reb-match-1)
2450 (reb-match-2, reb-match-3): Add dark-background variants.
2451
2452 2001-11-22 Colin Walters <walters@debian.org>
2453
2454 * calc/calc-misc.el (calc-info): Don't perform voodoo, just
2455 (info "Calc").
2456 (report-calc-bug): Use reporter.el.
2457
2458 * mail/reporter.el (reporter-submit-bug-report): Doc fixes.
2459
2460 2001-11-21 Richard M. Stallman <rms@gnu.org>
2461
2462 * which-func.el (which-function): Call imenu--make-index-alist
2463 if necessary to get a list of functions.
2464 (which-function-imenu-failed): New variable.
2465 (which-func-update): Handle all visible windows.
2466 (which-func-update-1): New subroutine broken out of which-func-update.
2467
2468 * files.el (temporary-file-directory, null-device)
2469 (small-temporary-file-directory): Definitions moved up.
2470
2471 * progmodes/cperl-mode.el (cperl-problems, cperl-tips)
2472 (cperl-non-problems, cperl-praise): Doc fixes.
2473
2474 * progmodes/sh-script.el (sh-mode): Don't use define-derived-mode.
2475 (sh-mode-syntax-table): Function restored.
2476 Variable set up for use by function sh-mode-syntax-table.
2477 (sh-set-shell): Set the syntax table.
2478
2479 * play/gomoku.el (gomoku-mode): Don't use define-derived-mode.
2480
2481 * progmodes/perl-mode.el (perl-mode): Don't use define-derived-mode.
2482
2483 * international/encoded-kb.el: Don't alter minor-map-alist.
2484
2485 2001-11-20 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2486
2487 * files.el (auto-save-file-name-transforms): Put remote files in
2488 temporary-file-directory rather than /tmp.
2489
2490 2001-11-21 Colin Walters <walters@debian.org>
2491
2492 * calc/calc-macs.el (calc-slow-wrapper): Move (point) call outside
2493 of (function ...) wrapper.
2494
2495 2001-11-20 Stefan Monnier <monnier@cs.yale.edu>
2496
2497 * derived.el (define-derived-mode): Create the abbrev-table
2498 from inside the `defvar'.
2499
2500 * jit-lock.el (jit-lock-defer-time): New var.
2501 (jit-lock-defer-timer, jit-lock-buffers): New vars.
2502 (jit-lock-mode): Initialize them. Cancel the timers more carefully.
2503 (jit-lock-function): Defer fontification if requested.
2504 (jit-lock-stealth-chunk-start): Pay attention to the new non-nil value.
2505 (jit-lock-stealth-fontify): Check the new `jit-lock-defer-multiline'
2506 text property.
2507 (jit-lock-deferred-fontify): New fun.
2508
2509 2001-11-20 Richard M. Stallman <rms@gnu.org>
2510
2511 * emacs-lisp/lisp-mode.el (lisp-interaction-mode):
2512 Set local-abbrev-table to lisp-mode-abbrev-table.
2513
2514 * emacs-lisp/re-builder.el (reb-mode):
2515 Don't use define-derived-mode. Call kill-all-local-variables.
2516
2517 * emacs-lisp/lisp-mode.el (lisp-mode, emacs-lisp-mode):
2518 Don't use define-derived-mode.
2519
2520 * help-mode.el (help-mode): Undo 2001-10-07 change.
2521
2522 * replace.el (occur-mode): Undo 2001-5-20 change.
2523
2524 2001-11-20 Jason Rumney <jasonr@gnu.org>
2525
2526 * w32-fns.el (w32-system-coding-system): Change to an alias for
2527 locale-coding-system.
2528 (set-w32-system-coding-system): Document the above change.
2529 Set locale-coding-system instead.
2530
2531 2001-11-20 Richard M. Stallman <rms@gnu.org>
2532
2533 * ruler-mode.el: Add pagination.
2534 (ruler-mode-toggle-show-tab-stops): No need to
2535 test `ruler-mode' variable.
2536
2537 2001-11-20 Eli Zaretskii <eliz@is.elta.co.il>
2538
2539 * play/landmark.el: Mark lm-mode as special.
2540
2541 * play/gomoku.el: Mark gomoku-mode as special.
2542
2543 2001-11-20 Juanma Barranquero <lektu@terra.es>
2544
2545 * emacs-lisp/re-builder.el (reb-change-target-buffer): New function.
2546 (top-level): Bind it to C-c C-b.
2547 (re-builder): Don't re-enter RE Builder Mode.
2548
2549 * bs.el (bs-delete): Signal an error if the buffer cannot be deleted.
2550
2551 2001-11-20 Stefan Monnier <monnier@cs.yale.edu>
2552
2553 * progmodes/cperl-mode.el (cperl-perldoc): Require man before binding
2554 `manual-program'.
2555
2556 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Don't move back
2557 to a line without a comment.
2558
2559 2001-11-20 Eli Zaretskii <eliz@is.elta.co.il>
2560
2561 * dired.el (dired-listing-switches): Mention in the doc string
2562 that some switches are not supported by ls-lisp.el
2563
2564 2001-11-19 Stefan Monnier <monnier@cs.yale.edu>
2565
2566 * imenu.el (imenu--split-menu): Use dolist and copy-sequence.
2567 (imenu--create-keymap-2): Remove.
2568 (imenu--create-keymap-1): Simplify, remove third argument.
2569 (imenu--generic-function): Use dolist.
2570 (imenu-find-default): New function.
2571 (imenu--completion-buffer): Use it.
2572 (imenu--mouse-menu): Use popup-menu.
2573 (imenu--menubar-select): Return t rather than calling imenu.
2574
2575 * textmodes/fill.el (fill-delete-prefix, fill-delete-newlines):
2576 New functions, extracted from fill-region-as-paragraph.
2577 (fill-region-as-paragraph): Use them.
2578 Use an end marker instead of eob.
2579 Ignore whitespace-only fill-prefixes when indenting according to mode.
2580 Simplify the loop that searches for spaces backwards.
2581
2582 * textmodes/picture.el (picture-vertical-step)
2583 (picture-horizontal-step): Don't use defconst for variables.
2584
2585 * mail/mail-extr.el: Use backquote/dolist/mapc/when. Docstring fixes.
2586 (mail-extract-address-components): Downcase domain names.
2587 (mail-extr-delete-char): Remove. Use delete-char instead.
2588
2589 * emulation/pc-select.el: Doc string fixes.
2590 (pc-selection-mode): Don't treat macos as a tty.
2591
2592 * emacs-lisp/lisp.el (mark-sexp): Mark more if repeated.
2593
2594 * progmodes/cc-engine.el (c-parse-state): Typo. From Martin Stjernholm.
2595
2596 * mwheel.el (mouse-wheel-scroll-amount): Allow float values.
2597 (mouse-wheel-progessive-speed): New var.
2598 (mwheel-scroll): Use it and handle float values.
2599
2600 * lazy-lock.el (lazy-lock-install-hooks): Remove make-local-hook.
2601
2602 * iswitchb.el (iswitchb-mode): Use define-minor-mode.
2603 (iswitchb): Fix the case where the result was selected with the mouse.
2604 (iswitchb-completion-help): Use the normal *Completions* now that
2605 mouse selection works.
2606 (iswitchb-minibuffer-setup): Simplify.
2607
2608 * newcomment.el (comment-column, comment-style, comment-multi-line)
2609 (comment-auto-fill-only-comments): Remove :group arg.
2610 (comment-padding): Add :type.
2611 (comment-indent-new-line): Ignore comment-auto-fill-only-comments
2612 if called interactively.
2613
2614 2001-11-19 Colin Walters <walters@verbum.org>
2615
2616 * calc/calc.el (toplevel): Add comment and version header.
2617 (calc-init-base): Bump version to 2.02f, update date.
2618
2619 2001-11-19 Richard M. Stallman <rms@gnu.org>
2620
2621 * net/browse-url.el: Support Mozilla and Galeon.
2622 By default, find the installed browser whichever it is.
2623 (browse-url-mozilla): New function.
2624 (browse-url-mozilla-sentinel): New function.
2625 (browse-url-galeon, browse-url-galeon-sentinel): New functions.
2626 (browse-url-default-browser): New function.
2627 (browse-url-process-environment): Use browse-url-browser-display.
2628 (browse-url-browser-display): Renamed from browse-url-netscape-display.
2629 (browse-url-mozilla-startup-arguments, browse-url-galeon-program)
2630 (browse-url-galeon-arguments, browse-url-galeon-startup-arguments)
2631 (browse-url-mozilla-program, browse-url-mozilla-arguments): New vars.
2632 (browse-url-browser-function): New default, new options.
2633
2634 2001-11-19 Sam Steingold <sds@gnu.org>
2635
2636 * bindings.el (last-buffer, unbury-buffer): New function.
2637 (mode-line-unbury-buffer): Use `unbury-buffer'.
2638
2639 2001-11-18 Stephen Eglen <stephen@gnu.org>
2640
2641 * iswitchb.el (iswitchb-cannot-complete-hook): New variable to
2642 control behaviour when no further completion is possible.
2643
2644 2001-11-19 Colin Walters <walters@verbum.org>
2645
2646 * calc/calc-macs.el (calc-wrapper, calc-slow-wrapper)
2647 (math-showing-full-precision, math-with-extra-prec, math-working)
2648 (calc-with-default-simplification)
2649 (calc-with-trail-buffer): Use backtick.
2650 (Math-zerop, Math-integer-negp, Math-integer-posp, Math-negp)
2651 (Math-looks-negp, Math-posp, Math-integerp, Math-natnump)
2652 (Math-ratp, Math-realp, Math-anglep, Math-numberp, Math-scalarp)
2653 (Math-vectorp, Math-messy-integerp, Math-objectp, Math-objvecp)
2654 (Math-integer-neg, Math-equal, Math-lessp, Math-primp)
2655 (Math-num-integerp, Math-bignum-test, Math-equal-int)
2656 (Math-natnum-lessp, math-format-radix-digit): Change to `defsubst'.
2657 (calc-record-compilation-date-macro): Deleted. Callers updated.
2658 (math-format-radix-digit): Move to calc-bin.el.
2659
2660 * calc/calc.el (calc-record-compilation-date): Remove.
2661 (calc-bug-address): Update.
2662 (calc-settings-file): Use `user-init-file'.
2663
2664 * calc/calc-mode.el (calc-settings-file-name, calc-save-modes):
2665 Handle null `calc-settings-file'.
2666
2667 * calc/calc-frac.el (calc-over-notation): Use `completing-read'.
2668 * calc/calc-keypd.el (calc-keypad-mode): New.
2669 (calc-do-keypad): Use it.
2670 (calc-keypad-map): Move into `calc-keypad-mode'.
2671
2672 * calc-math.el (calcFunc-sqrt, calcFunc-hypot): Add missing quote
2673 to defalias argument.
2674
2675 * calc-misc.el (math-fixnump, math-fixnatnump, calcFunc-trunc)
2676 (calcFunc-floor): Ditto.
2677
2678 * calc-units.el (calcFunc-usimplify): Ditto.
2679
2680 * calc-aent.el, calc-ext.el, calc-incom.el, calc-misc.el
2681 * calc-sel.el, calc-vec.el, calc-alg.el, calc-fin.el
2682 * calc-keypd.el, calc-mode.el, calc-stat.el, calc-yank.el
2683 * calc-arith.el, calc-forms.el, calc-lang.el, calc-mtx.el
2684 * calc-store.el, calc.el, calc-bin.el, calc-frac.el, calc-macs.el
2685 * calc-poly.el, calc-stuff.el, calcalg2.el, calc-comb.el
2686 * calc-funcs.el, calc-maint.el, calc-prog.el, calc-trail.el
2687 * calcalg3.el, calc-cplx.el, calc-graph.el, calc-map.el
2688 * calc-rewr.el, calc-undo.el, calccomp.el, calc-embed.el
2689 * calc-help.el, calc-math.el, calc-rules.el, calc-units.el
2690 * calcsel2.el: Change all toplevel `setq' forms to `defvar' forms,
2691 and move them before their first use. Use `when', `unless'.
2692 Remove trailing periods from error forms. Add description and
2693 headers suggested by Emacs Lisp coding conventions.
2694
2695 2001-11-19 Stefan Monnier <monnier@cs.yale.edu>
2696
2697 * newcomment.el (comment-indent):
2698 Fix misindentation for comment-only lines.
2699 (comment-indent-new-line): Only obey comment-multi-line if the
2700 comment-ender is not the end-of-line.
2701
2702 2001-11-19 Richard M. Stallman <rms@gnu.org>
2703
2704 * net/net-utils.el (network-connection-service-abbrev-alist):
2705 New variable.
2706
2707 * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
2708 Advance to start of 3rd sexp by moving fwd and backing over it.
2709 At first three elements, act like defun.
2710
2711 * delsel.el (delete-selection-pre-hook): Handle and resignal
2712 file-supersession errors to interact properly with userlock.el.
2713
2714 2001-11-18 Richard M. Stallman <rms@gnu.org>
2715
2716 * progmodes/fortran.el (fortran-mode-syntax-table):
2717 Specify punctuation syntax for backslash.
2718
2719 * progmodes/sh-script.el (sh-must-be-shell-mode): Function deleted.
2720 All calls deleted.
2721
2722 * international/mule-util.el (string-to-sequence): Make it obsolete.
2723 (string-to-list, string-to-vector): Implement them directly
2724 using append and vconcat, not with string-to-sequence.
2725
2726 * startup.el (command-line): Set abbrevs-changed to nil after
2727 reading the init file and the abbrevs file.
2728
2729 * isearch.el (isearch): Use magenta2 as bg for (background light)
2730
2731 2001-11-17 Richard M. Stallman <rms@gnu.org>
2732
2733 * menu-bar.el (menu-bar-update-buffers-1): Don't pad the buffer name.
2734
2735 * simple.el (minibuffer-history-sexp-flag): Doc fix.
2736
2737 2001-11-17 Stefan Monnier <monnier@cs.yale.edu>
2738
2739 * font-lock.el (font-lock-compile-keywords): New arg `regexp'.
2740 If set and if applicable, add a regexp to highlight defun-like
2741 text inside comments and strings.
2742 (font-lock-fontify-keywords-region): Pass that new arg.
2743 (font-lock-set-defaults): Move the code to set `font-lock-keywords'
2744 to the end and pass that new arg.
2745 (c-font-lock-keywords-2): Fix regex for labels.
2746 (font-lock-match-c++-style-declaration-item-and-skip-to-next):
2747 Make it work when LIMIT is several lines further.
2748 (c-font-lock-keywords-3, c++-font-lock-keywords-3)
2749 (objc-font-lock-keywords-3, java-font-lock-keywords-3):
2750 Use backquote and make the regexes for `int a, b, c;' work on
2751 multiple lines.
2752
2753 * emacs-lisp/re-builder.el (reb-mode): Use define-derived-mode.
2754 (font-lock-defaults-alist): Don't change it any more.
2755 (reb-subexp-mode-map): Cleanup.
2756
2757 * custom.el (custom-current-group-alist): New var.
2758 (custom-declare-group): Set it.
2759 (custom-current-group): New fun.
2760 (custom-declare-variable, custom-handle-all-keywords):
2761 Use it as a default if no :group argument is specified.
2762
2763 * international/mule-cmds.el (locale-name-match): Use \` and \(?:.
2764 (standard-keyboard-coding-systems): New var.
2765 (set-locale-environment): Use it to decide whether or not to call
2766 set-keyboard-coding-system.
2767 (locale-language-names): Use \"French\" for "fr".
2768
2769 2001-11-17 Richard M. Stallman <rms@gnu.org>
2770
2771 * emacs-lisp/checkdoc.el (princ-list, checkdoc-read-event)
2772 (add-to-list): Delete compatibility code.
2773 (checkdoc-next-message-error): Doc fix.
2774
2775 2001-11-17 Stephen Eglen <stephen@gnu.org>
2776
2777 * locate.el (locate): Show default locate pattern within the
2778 prompt, but don't insert it into the minibuffer contents.
2779 Catch the case when pattern is the empty string.
2780
2781 2001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
2782
2783 * language/european.el ("French"): New language environment.
2784
2785 2001-11-16 Richard M. Stallman <rms@gnu.org>
2786
2787 * calendar/todo-mode.el (todo-save): Fix previous change.
2788
2789 * subr.el (functionp): Do use cdr-safe on object.
2790
2791 2001-11-16 Stefan Monnier <monnier@cs.yale.edu>
2792
2793 * bindings.el (mode-line-mode-name): Only put the help-echo property
2794 if the local-map property was put as well.
2795 (global-map): Bind switch-frame, delete-frame, iconify-frame
2796 and make-frame-visible events.
2797
2798 * emacs-lisp/elp.el (elp-not-profilable): New var.
2799 (elp-not-profilable-p): New function.
2800 (elp-instrument-function): Use it. Use backquotes and push.
2801
2802 * emacs-lisp/bytecomp.el (byte-compile-call-tree, byte-code-vector)
2803 (byte-stack+-info, byte-compile-last-warned-form)
2804 (byte-compile-last-logged-file): Don't defconst a variable.
2805 (no-byte-compile): Declare.
2806 (byte-compile-file): Don't boundp-check no-byte-compile any more.
2807 (byte-compile-defvar): Leave defconst as is.
2808
2809 * emacs-lisp/edebug.el (edebug-form-data, edebug-offsets)
2810 (edebug-offsets-stack, edebug-read-dotted-list, edebug-def-name)
2811 (edebug-current-offset, edebug-old-def-name, edebug-error-point)
2812 (edebug-best-error): Don't defconst a variable.
2813 (edebug-read-syntax-table): Use a char-table.
2814 (edebug-lemacs-specific): Remove.
2815 Toplevel: Eliminate check for Lucid Emacs.
2816
2817 * pcvs-util.el (cvs-prefix-define): Don't defconst a variable.
2818
2819 * rect.el (move-to-column-force): Mark obsolete.
2820 (operate-on-rectangle, delete-extract-rectangle-line)
2821 (insert-rectangle, delete-whitespace-rectangle-line)
2822 (open-rectangle-line, clear-rectangle-line): Use move-to-column.
2823 (string-rectangle-history): New var.
2824 (string-rectangle, string-insert-rectangle): Use it.
2825 (delete-rectangle-line): Fix pos/column mixup and simplify.
2826
2827 * startup.el (normal-top-level-add-subdirs-to-load-path): Simplify.
2828 (normal-top-level, command-line, command-line-1): Simplify.
2829
2830 * tar-mode.el (tar-mode): Use define-derived-mode.
2831
2832 * view.el (view-mode-enable): Don't use make-local-hook.
2833
2834 * emacs-lisp/eldoc.el (eldoc-mode): Use define-minor-mode.
2835
2836 2001-11-16 Richard M. Stallman <rms@gnu.org>
2837
2838 * mail/mail-extr.el (mail-extr-voodoo): Treat a number as a word
2839 if it doesn't make sense as anything else.
2840 Don't recognize a "telephone number" at the beginning of the name.
2841 (mail-extr-leading-garbage): Match non-word characters only.
2842
2843 2001-11-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2844
2845 * startup.el (command-line-processed): Doc fix.
2846
2847 * apropos.el (apropos-next-label-button): Doc fix.
2848
2849 2001-11-16 Stefan Monnier <monnier@cs.yale.edu>
2850
2851 * comint.el (comint-mode): Simplify.
2852 (make-comint-in-buffer): Run `comint-mode' only if necessary.
2853
2854 * subr.el (eval-after-load): Make it work with features as well.
2855
2856 * log-view.el (log-view-mode): Don't mark the buffer unmodified.
2857
2858 * international/mule-cmds.el (describe-input-method): Setup xref.
2859 (set-language-environment): Use functionp.
2860 (locale-language-names, locale-charset-language-names)
2861 (locale-preferred-coding-systems): Defconst and purecopy.
2862
2863 * language/european.el (mac-roman): Add mime-charset property.
2864
2865 2001-11-15 Richard M. Stallman <rms@gnu.org>
2866
2867 * emacs-lisp/cl.el (values, values-list, multiple-value-list)
2868 (multiple-value-apply, nth-value): Use defsubst rather than defalias
2869 to get better doc strings.
2870
2871 2001-11-15 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2872
2873 * derived.el: Fix autoload cookie.
2874
2875 2001-11-15 Richard M. Stallman <rms@gnu.org>
2876
2877 * jka-compr.el (jka-compr-partial-uncompress): Fix previous change.
2878
2879 2001-11-15 Stefan Monnier <monnier@cs.yale.edu>
2880
2881 * menu-bar.el (menu-bar-edit-menu) <copy>: Put an explicit key binding.
2882
2883 2001-11-15 Richard M. Stallman <rms@gnu.org>
2884
2885 * dired.el (dired-undo): Display a message to explain
2886 that this does not undo file system changes.
2887
2888 2001-11-15 David Kastrup <David.Kastrup@t-online.de>
2889
2890 * mouse-drag.el (mouse-drag-throw): Push back non-drag events
2891 into `unread-command-events' instead of trying keymap
2892 lookups ourselves. This makes mouse-clicks do the right
2893 thing even when keymaps of overlays are involved.
2894 (mouse-drag-drag): Likewise.
2895
2896 2001-11-15 Andreas Schwab <schwab@suse.de>
2897
2898 * progmodes/ada-mode.el (ada-add-extensions): Quote regexp special
2899 characters and append anchor to pattern added to auto-mode-alist.
2900
2901 2001-11-15 Stefan Monnier <monnier@cs.yale.edu>
2902
2903 * server.el (server-process-filter): Run pore/post-comment-hook
2904 before/after visiting the file.
2905
2906 * info-look.el (makefile-mode): Add info for automake.
2907 (autoconf-mode): Fix the name of the index for automake.
2908
2909 * international/latin-9.el: Give pilcrow punctuation syntax.
2910
2911 2001-11-15 Andre Spiegel <spiegel@gnu.org>
2912
2913 * vc.el: Documentation fixes.
2914
2915 2001-11-14 Stefan Monnier <monnier@cs.yale.edu>
2916
2917 * smerge-mode.el (smerge-match-conflict): Fix typo.
2918 (smerge-diff): Be careful to read match-data early enough.
2919
2920 2001-11-14 Colin Walters <walters@verbum.org>
2921
2922 * calc/calc-alg.el (calcFunc-esimplify, calcFunc-simplify)
2923 (calcFunc-subst): Use `defalias' instead of `fset' and
2924 `symbol-function'.
2925
2926 * calc/calc-arith.el (calcFunc-abs, calcFunc-float)
2927 (calcFunc-ceil, calcFunc-round): Ditto.
2928
2929 * calc/calc-bin.el (calcFunc-clip): Ditto.
2930
2931 * calc/calc-ext.el (calcFunc-evalv): Ditto.
2932
2933 * calc/calc-math.el (calcFunc-sqrt, calcFunc-hypot): Ditto.
2934
2935 * calc/calc-misc.el (math-fixnump, math-fixnatnump)
2936 (calcFunc-trunc, calcFunc-floor, calc-report-bug): Ditto.
2937
2938 * calc/calc-units.el (calcFunc-unsimplify): Ditto.
2939
2940 * calc-aent.el, calc-ext.el, calc-incom.el, calc-misc.el
2941 * calc-sel.el, calc-vec.el, calc-alg.el, calc-fin.el
2942 * calc-keypd.el, calc-mode.el, calc-stat.el, calc-yank.el
2943 * calc-arith.el, calc-forms.el, calc-lang.el, calc-mtx.el
2944 * calc-store.el, calc.el, calc-bin.el, calc-frac.el, calc-macs.el
2945 * calc-poly.el, calc-stuff.el, calcalg2.el, calc-comb.el
2946 * calc-funcs.el, calc-maint.el, calc-prog.el, calc-trail.el
2947 * calcalg3.el, calc-cplx.el, calc-graph.el, calc-map.el
2948 * calc-rewr.el, calc-undo.el, calccomp.el, calc-embed.el
2949 * calc-help.el, calc-math.el, calc-rules.el, calc-units.el
2950 * calcsel2.el: Style cleanup; don't put closing parens on their
2951 own line, add "foo.el ends here" to each file, and update
2952 copyright date.
2953
2954 * README: Update maintainer.
2955
2956 2001-11-13 Richard M. Stallman <rms@gnu.org>
2957
2958 * progmodes/compile.el (recompile): Use compilation-arguments if
2959 set, so as to be able to M-x recompile the exact command which
2960 created a compilation-mode buffer.
2961
2962 * progmodes/ada-mode.el (ada-fill-comment-prefix): Doc fix.
2963
2964 2001-11-13 Gerd Moellmann <gerd@gnu.org>
2965
2966 * mouse.el (mouse-drag-region): Don't run the up-event
2967 handler if window start changed due to the down-mouse event.
2968
2969 2001-11-13 Richard M. Stallman <rms@gnu.org>
2970
2971 * mouse.el (mouse-show-mark): Either move point to the mark
2972 or use highlighting, never both.
2973 (mouse-buffer-menu): If WINDOW is a frame, select its selected window.
2974
2975 2001-11-13 Simon Josefsson <jas@extundo.com>
2976
2977 * mail/smtpmail.el (top-level): Change maintainer to Simon
2978 Josefsson, cleanup the smtpmail.el header.
2979
2980 * mail/smtpmail.el (top-level): Don't require cl or base64.
2981 (smtpmail-cred-server, smtpmail-cred-port, smtpmail-cred-key)
2982 (smtpmail-cred-user, smtpmail-cred-cert, smtpmail-cred-passwd):
2983 Defsubst instead of defmacro.
2984 (smtpmail-intersection): Return value in reverse order.
2985 (smtpmail-open-stream): Use stringp instead of string-to-list.
2986 (smtpmail-open-stream, smtpmail-try-auth-methods): New functions,
2987 separated from smtpmail-via-smtp.
2988
2989 * mail/smtpmail.el (top-level): Autoload starttls, mail-utils and
2990 rfc2104. Require base64 and cl.
2991 (smtpmail-smtp-service): Doc fix. :type fix.
2992 (smtpmail-debug-info): Doc fix.
2993 (smtpmail-debug-verb, smtpmail-auth-credentials)
2994 (smtpmail-starttls-credentials, smtpmail-auth-supported):
2995 New variables.
2996 (smtpmail-deduce-address-list, smtpmail-send-it): Don't require
2997 mail-utils (it is autoloaded).
2998 (smtpmail-cred-server, smtpmail-cred-port, smtpmail-cred-key)
2999 (smtpmail-cred-user, smtpmail-cred-cert, smtpmail-cred-passwd)
3000 (smtpmail-find-credentials, smtpmail-intersection): New utility funs.
3001 (smtpmail-via-smtp): Support STARTTLS, if binary is installed.
3002 (smtpmail-via-smtp): Support AUTH.
3003 (smtpmail-via-smtp): Use `smtpmail-debug-verb' to control VERB.
3004
3005 2001-11-13 Richard M. Stallman <rms@gnu.org>
3006
3007 * ebuff-menu.el (electric-buffer-update-highlight): New function.
3008 (electric-buffer-overlay): New variable.
3009 (electric-buffer-menu-looper): Call electric-buffer-update-highlight.
3010 (electric-buffer-list): Likewise.
3011
3012 * isearch.el (isearch-whitespace-chars): Doc fix.
3013 (isearch-mode): Handle negative search-slow-window-lines correctly.
3014
3015 2001-11-13 Stefan Monnier <monnier@cs.yale.edu>
3016
3017 * newcomment.el (comment-normalize-vars): Handle a nil comment-padding.
3018
3019 * progmodes/ada-mode.el (ada-fill-comment-prefix): GNAT wants 2 spaces.
3020 From Emmanuel Briot <briot@act-europe.fr>.
3021
3022 2001-11-13 Colin Walters <walters@debian.org>
3023
3024 * calc/calc.el (calc-unread-command): Use `unread-command-events'.
3025
3026 * calc/calc-mode.el (calc-settings-file-name): Don't hardcode
3027 "~/.emacs"; use `read-file-name'.
3028
3029 * calc/calc-graph.el, calc/calc-embed.el, calc/calc-graph.el
3030 * calc/calc-misc.el, calc/calc-mode.el, calc/calc-prog.el
3031 * calc/calc-sel.el, calc/calc-store.el, calc/calc-yank.el
3032 * calc/calc.el: Use `frame-width' instead of `screen-width',
3033 `frame-height' instead of `screen-height', and,
3034 `executing-kbd-macro' instead of `executing-macro'.
3035
3036 * calc/calc-embed.el (calc-do-embedded): Call `y-or-n-p' with
3037 correct number of arguments.
3038
3039 * calc/calc-aent.el (calc-do-alg-entry):
3040 Use `blink-paren-function' instead of `blink-paren-hook'.
3041
3042 2001-11-12 Richard M. Stallman <rms@gnu.org>
3043
3044 * calendar/todo-mode.el (todo-save): Add save-excursion
3045 and save-restriction.
3046
3047 * server.el (server-edit, server-done): Doc fix.
3048
3049 * simple.el (clone-indirect-buffer): Error if major mode symbol
3050 has a no-clone-indirect property.
3051 (clone-buffer): Check for obvious errors before reading clone name.
3052
3053 * info.el (Info-mode): Add a no-clone-indirect property.
3054
3055 2001-11-12 Sam Steingold <sds@gnu.org>
3056
3057 * vc.el (vc-print-log): Bind `inhibit-read-only' to t before and
3058 set-buffer-modified-p to nil after `vc-exec-after'.
3059 * log-view.el (log-view-mode-map): Bind "q", "z", "m" and "d".
3060 (log-view-mode): Make read-only.
3061 (log-view-current-file): Do final `expand-file-name' in the
3062 current `default-directory'.
3063 (log-view-current-tag): Take an optional `where' arg.
3064 (log-view-diff): New user command.
3065
3066 2001-11-12 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3067
3068 * progmodes/cpp.el (cpp-choose-face): Fix typo.
3069
3070 2001-11-12 Sam Steingold <sds@gnu.org>
3071
3072 * emacs-lisp/cl-indent.el (toplevel): Indent properly
3073 `generic-flet', `generic-labels', `with-accessors',
3074 `with-condition-restarts'.
3075
3076 2001-11-12 Richard M. Stallman <rms@gnu.org>
3077
3078 * dired.el: Many trivial doc fixes.
3079 (dired-get-file-for-visit): New function.
3080 (dired-find-alternate-file, dired-mouse-find-file-other-window):
3081 (dired-view-file, dired-find-file-other-window, dired-display-file):
3082 (dired-find-file): Use dired-get-file-for-visit.
3083
3084 2001-11-12 Alex Schroeder <kensanata@yahoo.com>
3085
3086 * sql.el (sql-mode): Doc change.
3087
3088 * sql.el (sql-mode-syntax-table): The backslash is no longer an
3089 escape character.
3090
3091 2001-11-12 Colin Walters <walters@debian.org>
3092
3093 * calc/calc-keypd.el (toplevel): Bind mouse buttons.
3094 (calc-do-keypad): Don't attempt to use nonexistent global
3095 mouse-map, use calc-keypad-map.
3096 (calc-keypad-x-left-click): Renamed to calc-keypad-left-click.
3097 (calc-keypad-left-click): Don't use mouse-map; update to new event
3098 interface.
3099 (calc-keypad-x-middle-click, calc-keypad-x-right-click): Ditto.
3100 (calc-keypad-press): Use `unread-command-events' instead of
3101 `unread-command-char'.
3102
3103 * calc/calc-ext.el (calc-init-extensions): Update autoload names
3104 to match files renamed on initial calc import.
3105
3106 2001-11-12 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3107
3108 * textmodes/flyspell.el (flyspell-default-dictionary):
3109 Fix previous change.
3110
3111 2001-11-12 Richard M. Stallman <rms@gnu.org>
3112
3113 * textmodes/flyspell.el (flyspell-default-dictionary):
3114 Fix custom type.
3115
3116 2001-11-11 Richard M. Stallman <rms@gnu.org>
3117
3118 * calendar/solar.el (solar-sunrise-and-sunset):
3119 Exchange the two extreme values of day-length.
3120
3121 * progmodes/sh-script.el (sh-must-be-shell-mode):
3122 Allow modes derived from sh-mode.
3123
3124 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
3125 Turn off error in some re-search-forward calls.
3126
3127 * replace.el (query-replace-skip-read-only): New variable.
3128 (perform-replace): If that variable is non-nil, ignore matches
3129 that have a read-only property.
3130
3131 * derived.el (define-derived-mode): Doc fix.
3132
3133 * server.el (server-buffer-done): Test of server-existing-buffer
3134 was backwards.
3135 (server-existing-buffer): Doc fix.
3136
3137 * textmodes/flyspell.el (flyspell-default-dictionary):
3138 Allow nil as value, and make nil the default.
3139
3140 2001-11-11 Eli Zaretskii <eliz@is.elta.co.il>
3141
3142 * menu-bar.el (menu-bar-edit-menu): Don't use x-selection-exists-p if
3143 it is not fboundp.
3144 (clipboard-yank): Ditto.
3145
3146 2001-11-11 Colin Walters <walters@verbum.org>
3147
3148 The following changes are based on patches from
3149 Eli Zaretskii <eliz@is.elta.co.il>, Kai Gro\e,A_\e(Bjohann
3150 <Kai.Grossjohann@CS.Uni-Dortmund.DE>, and others.
3151
3152 * calc/calc.el (toplevel): Require calc-macs.
3153 (calc-minibuffer-size): New.
3154 (calcDigit-nondigit): Use it instead of `buffer-size'.
3155 (calcDigit-backspace): Likewise.
3156 (calcDigit-nondigit): Use `minibuffer-contents' instead of
3157 `buffer-string'.
3158 (calc-minibuffer-contains): Use `minibuffer-prompt-end' instead of
3159 `point-min'.
3160 (calcDigit-key): Use `calc-minibuffer-contains' instead of a
3161 `save-excursion'.
3162
3163 * calc/calc-macs.el (calc-record-compilation-date-macro): Return a
3164 simple `setq' form.
3165
3166 * calc/calc-ext.el: (toplevel): Require calc.
3167 (calc-fancy-prefix-map): New.
3168 (calc-fancy-prefix): Use it.
3169 (calc-fancy-prefix-other-key): New.
3170
3171 * calc/calc-aent.el (toplevel): Require calc-macs during compilation.
3172 (calc-do-quick-calc): Use `frame-width' instead of `screen-width'.
3173 (calcAlg-edit): Use `minibuffer-contents' instead of `buffer-string'.
3174 (calcAlg-enter): Likewise.
3175 (calcAlg-enter): Use `minibuffer-prompt-end' instead of `point-min'.
3176
3177 2001-11-10 Richard M. Stallman <rms@gnu.org>
3178
3179 * abbrev.el (read-abbrev-file): Don't set save-abbrevs.
3180 (quietly-read-abbrev-file): Doc fix.
3181
3182 * startup.el (command-line): Read standard abbrev
3183 file (abbrev-file-name), if it exists.
3184
3185 * files.el (save-abbrevs): Default value is t.
3186
3187 * progmodes/compile.el (compile-goto-error): Fix previous change
3188 in the case where subsequent errors have not been parsed yet
3189 because they are in a different source file.
3190
3191 2001-11-10 Peter Kleiweg <kleiweg@let.rug.nl>
3192
3193 * progmodes/ps-mode.el (ps-mode-font-lock-keywords-1):
3194 Merge two regular expressions into one.
3195 (ps-mode): Make local bindings for `comment-start' and
3196 `comment-start-skip'.
3197 (ps-mode-looking-at-nested): Simplify an if-else construct;
3198 use `set-match-data' to set the result.
3199
3200 2001-11-10 Richard M. Stallman <rms@gnu.org>
3201
3202 * textmodes/flyspell.el (flyspell-correct-word/local-keymap):
3203 Function deleted.
3204 (flyspell-correct-word): Old definition deleted.
3205 (flyspell-correct-word/mouse-keymap): Renamed to flyspell-correct-word.
3206 All references renamed too.
3207
3208 2001-11-10 Gerd Moellmann <gerd@gnu.org>
3209
3210 * Makefile.in (finder_setwins, setwins): Exclude Calc.
3211
3212 2001-11-09 Per Abrahamsen <abraham@dina.kvl.dk>
3213
3214 * wid-edit.el (checklist): Removed `:menu-tag'.
3215 (radio-button-choice): Ditto.
3216 (editable-list): Ditto.
3217
3218 2001-11-09 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3219
3220 * play/gomoku.el: Move definitions of constants to the beginning
3221 of file, before their use.
3222
3223 2001-11-09 Richard M. Stallman <rms@gnu.org>
3224
3225 * textmodes/flyspell.el: Use the keymap property
3226 instead of local-map, and don't use a minor-mode map.
3227 (flyspell-mode-map): Variable deleted.
3228 Don't mess with minor-mode-map-alist.
3229 (calling add-minor-mode): Specify nil for keymap.
3230 And always use add-minor-mode, now that it exists.
3231 (flyspell-overlay-keymap-property-name): Set it to `keymap'.
3232 (flyspell-mode-on): Don't locally bind flyspell-mouse-map
3233 or flyspell-local-mouse-map.
3234 (make-flyspell-overlay): Use flyspell-mouse-map directly.
3235 (flyspell-mode): Doc fix.
3236 (flyspell-mode-on): Don't call make-local-hook.
3237
3238 2001-11-09 Sam Steingold <sds@gnu.org>
3239
3240 * emacs-lisp/debug.el (debugger-make-xrefs):
3241 Add buttons to all symbols.
3242
3243 2001-11-09 Andre Spiegel <spiegel@gnu.org>
3244
3245 * vc.el: Add John David Smith to credits.
3246
3247 Suggested by Kalle Olavi Niemitalo <kon@iki.fi>:
3248
3249 * vc-hooks.el (vc-error-occured): Backquotified.
3250 (vc-file-prop-obarray): Use prime length for better efficiency.
3251
3252 * vc.el (vc-clear-context): Fill obarray with 0, not nil.
3253
3254 2001-11-09 Eli Zaretskii <eliz@is.elta.co.il>
3255
3256 * info.el (Info-file-list-for-emacs): Add entries for Calc.
3257
3258 2001-11-09 Miles Bader <miles@gnu.org>
3259
3260 * subr.el (functionp): Don't consider macros as functions.
3261
3262 2001-11-08 Miles Bader <miles@gnu.org>
3263
3264 * subr.el (functionp): Make work correctly for macros and unbound
3265 symbols.
3266
3267 * comint.el (comint-send-input): Fix description of
3268 `comint-process-echoes' in the doc-string.
3269
3270 2001-11-08 Eli Zaretskii <eliz@is.elta.co.il>
3271
3272 * international/mule.el (make-translation-table): Doc fix.
3273 Suggested by Alex Schroeder <alex@gnu.org>.
3274
3275 2001-11-07 Richard M. Stallman <rms@gnu.org>
3276
3277 * info.el (Info-fontify-node): Highlight every third menu item.
3278
3279 2001-11-07 Per Abrahamsen <abraham@dina.kvl.dk>
3280
3281 * cus-edit.el (custom-face-value-create): Don't ignore the
3282 `customized-face' attribute when finding the current face spec.
3283
3284 2001-11-07 Stefan Monnier <monnier@cs.yale.edu>
3285
3286 * subr.el (with-local-quit): New macro.
3287 (make-syntax-table): Always inherit.
3288 (functionp): Be more careful when `object' is a symbol.
3289
3290 * dabbrev.el (dabbrev-completion): Use "*Completions*".
3291
3292 2001-11-07 Paul Eggert <eggert@twinsun.com>
3293
3294 * dired.el (dired-move-to-filename-regexp):
3295 Do not distinguish between ASCII letters and non-ASCII characters.
3296 Don't allow comma except in the form "month day, year".
3297 Don't allow space between month name and comma.
3298 Clean up the code that checks for trailing period, comma, and space.
3299 Remove now-obsolete comments, and add more commentary about
3300 Japanese dates.
3301 Always gobble up trailing spaces, instead of doing it only sometimes.
3302
3303 2001-11-07 Miles Bader <miles@gnu.org>
3304
3305 * paren.el (show-paren-match-face): Add dark-background variant.
3306
3307 2001-11-06 Stefan Monnier <monnier@cs.yale.edu>
3308
3309 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Paren typo.
3310 (lisp-mode-variables): Don't set paragraph-{start,separate}.
3311 Don't disable adaptive-fill-mode.
3312 (lisp-fill-paragraph): Use tab-width rather than 8.
3313 Prevent filling the first line of docstrings.
3314
3315 2001-11-06 Richard M. Stallman <rms@gnu.org>
3316
3317 * play/gomoku.el (gomoku): Doc fix.
3318
3319 * jka-compr.el (jka-compr-partial-uncompress):
3320 Support an alternative of not using dd.
3321 (jka-compr-dd-program): Use defcustom to define this.
3322 (jka-compr-load-suffixes): Use defcustom.
3323 (jka-compr-mode-alist-additions): Use defcustom.
3324
3325 2001-11-06 Stefan Monnier <monnier@cs.yale.edu>
3326
3327 * font-lock.el (font-lock-match-c-style-declaration-item-and-skip-to-next):
3328 Also work when LIMIT is further than the end of line.
3329
3330 2001-11-06 Eli Zaretskii <eliz@is.elta.co.il>
3331
3332 * international/quail.el (quail-update-leim-list-file): Print the
3333 offending file name if some of its quail-define-package forms is broken.
3334
3335 2001-11-05 Richard M. Stallman <rms@gnu.org>
3336
3337 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Return the value
3338 of the evaluated form.
3339
3340 2001-11-05 Paul Eggert <eggert@twinsun.com>
3341
3342 * ls-lisp.el (ls-lisp-time-to-seconds): New function.
3343 (ls-lisp-format-time): Emulate GNU fileutils 4.1.1 ls, whose time
3344 stamps always line up by default. Also, it uses a slightly
3345 different window to determine whether files are "recent".
3346
3347 2001-11-05 Andrew Innes <andrewi@gnu.org>
3348
3349 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
3350 Don't attempt to remake autoloads before nuking .elc files.
3351
3352 2001-11-04 Richard M. Stallman <rms@gnu.org>
3353
3354 * emacs-lisp/lisp-mode.el (last-sexp-toggle-display): Cope if
3355 previous-single-property-change or next-single-char-property-change
3356 returns nil.
3357
3358 * international/mule-cmds.el (set-locale-environment):
3359 Make it interactive; make arg optional.
3360
3361 * international/mule-diag.el (help-funs): Require help-funs.
3362
3363 2001-11-04 Eli Zaretskii <eliz@is.elta.co.il>
3364
3365 * term/internal.el (term-setup-hook): Add IT-setup-unicode-display.
3366
3367 2001-11-04 Miles Bader <miles@gnu.org>
3368
3369 * startup.el (fancy-splash-head): Reapply Gerd's hack to make the
3370 shadow of the splash image grey on a dark background instead of black.
3371
3372 2001-11-03 Stefan Monnier <monnier@cs.yale.edu>
3373
3374 * term.el (all faces): Don't (copy-face 'default <foo>).
3375
3376 * term/xterm.el (function-key-map):
3377 Add entry for `ESC [ 3 ~' -> <delete>
3378 Add entries `ESC O 5 [ABCD]' -> C-{up,down,right,left}.
3379 Use inheritance so that .emacs and terminfo take precedence.
3380
3381 2001-11-03 Eli Zaretskii <eliz@is.elta.co.il>
3382
3383 * tooltip.el (tooltip-delay): Decrease to 0.7.
3384 (tooltip-hide-delay): Enlarge to 10.
3385
3386 2001-11-03 Richard M. Stallman <rms@gnu.org>
3387
3388 * startup.el (fancy-splash-tail): Explain how to recover
3389 from a crash, if there was a crash.
3390 (command-line-1): Reorganize display of startup screen,
3391 to simplify the logic. Use a temp buffer for it.
3392
3393 2001-11-03 Eli Zaretskii <eliz@is.elta.co.il>
3394
3395 * frame.el (set-background-color, set-foreground-color):
3396 Call face-set-after-frame-default, to propagate the new colors to
3397 the frame's parameters alist.
3398
3399 * calendar/timeclock.el (timeclock-out): Signal an error if
3400 timeclock-last-event is nil.
3401
3402 2001-11-02 Stefan Monnier <monnier@cs.yale.edu>
3403
3404 * textmodes/fill.el (fill-context-prefix): Fix braino.
3405
3406 * international/quail.el (quail-help):
3407 Use `help-buffer' and move `help-setup-xref' to beginning.
3408
3409 * international/mule-cmds.el (describe-language-environment):
3410 Use `help-buffer' and move `help-setup-xref' to beginning.
3411
3412 * international/mule-diag.el (list-character-sets)
3413 (sort-listed-character-sets, describe-character-set)
3414 (describe-coding-system, describe-fontset, list-fontsets):
3415 Use `help-buffer' and move `help-setup-xref' to beginning.
3416 (describe-char-after): Use `internal-describe-syntax-value'.
3417
3418 2001-11-02 Richard M. Stallman <rms@gnu.org>
3419
3420 * mouse.el (popup-menu): If the user refuses to select
3421 from a menu, don't try to invoke the menu.
3422
3423 2001-11-02 Miles Bader <miles@gnu.org>
3424
3425 * help-mode.el (help-xref): New button type.
3426 (help-function, help-variable, help-face, help-coding-system)
3427 (help-input-method, help-character-set, help-type, help-symbol)
3428 (help-back, help-info, help-customize-variable, help-customize-face)
3429 (help-function-def, help-variable-def): Use it as a supertype.
3430 Remove `action' property.
3431
3432 * international/mule-diag.el (describe-character-set)
3433 (describe-coding-system): Pass correct args to `help-xref-button'.
3434 (sort-listed-character-sets): New button type.
3435 (list-character-sets): Use it.
3436 (list-charset-chars): New button type.
3437 (list-character-sets-1): Use it.
3438
3439 2001-11-01 Stefan Monnier <monnier@rum.cs.yale.edu>
3440
3441 * indent.el (tab-always-indent, indent-for-tab-command):
3442 Remove redundant `never' setting.
3443
3444 * fill.el (fill-region-as-paragraph): Don't forget to skip
3445 over current whitespace before looking for a preceding space.
3446
3447 2001-11-01 Richard M. Stallman <rms@gnu.org>
3448
3449 * files.el (file-newest-backup): Don't pass backup file name
3450 thru file-name-sans-versions, because it never has version numbers.
3451
3452 * textmodes/sgml-mode.el (sgml-xml-guess): Fix regexp
3453 to avoid ambiguous nested loops.
3454
3455 * files.el (find-file-noselect): Offer to change buffer-read-only
3456 only when the file's read-only status has changed from before
3457 as well as disagreeing with the buffer's current status.
3458 (buffer-file-read-only): New var, local in all buffers.
3459
3460 * buff-menu.el (buffer-menu): Doc fix.
3461 (buffer-menu-other-window): Doc fix.
3462 (list-buffers, list-buffers-noselect): Doc fix.
3463
3464 2001-11-01 Gerd Moellmann <gerd@gnu.org>
3465
3466 * startup.el (command-line): If the terminal Emacs is running on
3467 has erase char set to ^H, use the Backspace key for deleting
3468 backward, and the Delete key for deleting forward.
3469
3470 2001-11-01 Miles Bader <miles@gnu.org>
3471
3472 * button.el (define-button-type): Make sure every user-defined
3473 button type has a supertype.
3474
3475 2001-10-31 Jason Rumney <jasonr@gnu.org>
3476
3477 * international/mule-cmds.el (locale-language-names): Add chs and
3478 cht as aliases for Chinese-GB and Chinese-BIG5.
3479
3480 2001-10-31 Richard M. Stallman <rms@gnu.org>
3481
3482 * bindings.el (mode-line-frame-identification): Add doc string.
3483 (mode-line-position, mode-line-modes): New variables.
3484 (mode-line-format): Use mode-line-position for the part
3485 that displays the position-in-buffer info.
3486 Use mode-line-modes for the part that displays major and minor modes.
3487
3488 2001-10-31 Sam Steingold <sds@gnu.org>
3489
3490 * emacs-lisp/debug.el (debugger-make-xrefs): New function.
3491 (debugger-setup-buffer): Call it.
3492 (debugger-mode-map): Bind RET and mouse-2.
3493
3494 2001-10-31 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3495
3496 * startup.el: Document command line option --no-window-system
3497 instead of --no-windows.
3498
3499 2001-10-30 Stefan Monnier <monnier@cs.yale.edu>
3500
3501 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip.
3502
3503 * font-lock.el (java-font-lock-syntactic-face-function): New fun.
3504 (font-lock-defaults-alist): Use it.
3505 From David Ponce <david.ponce@wanadoo.fr>
3506
3507 * progmodes/perl-mode.el (perl-indent-line): Use `eq' to compare
3508 output of `char-after'.
3509
3510 * bindings.el (ctl-x-map): Add binding for C-x (, C-x ) and C-x e.
3511
3512 * simple.el (reindent-then-newline-and-indent): Insert the newline
3513 before indenting the first line.
3514 (undo-get-state, undo-revert-to-state): New funs.
3515 (shell-command): Don't kill the buffer even if empty.
3516 (transpose-subr-start1, transpose-subr-start2, transpose-subr-end1)
3517 (transpose-subr-end2): Remove.
3518 (transpose-subr): Add `special' arg and simplify.
3519 (transpose-subr-1): Rewrite.
3520 (do-auto-fill): Use fill-indent-according-to-mode and fill-nobreak-p.
3521 (rfc822-goto-eoh): Simplify.
3522
3523 2001-10-30 Richard M. Stallman <rms@gnu.org>
3524
3525 * enriched.el (enriched-face-ans): Fix previous change.
3526
3527 2001-10-30 Gerd Moellmann <gerd@gnu.org>
3528
3529 * international/iso-acc.el (iso-accents-compose): Remove a
3530 superfluous setq.
3531
3532 2001-10-30 Eli Zaretskii <eliz@is.elta.co.il>
3533
3534 * buff-menu.el (list-buffers-noselect): If the buffer's name
3535 starts with a blank, but it visits a file, do show it (for files
3536 whose names start with a blank).
3537
3538 2001-10-30 Stefan Monnier <monnier@cs.yale.edu>
3539
3540 * textmodes/fill.el (sentence-end-double-space)
3541 (sentence-end-without-period): Move to paragraphs.el.
3542 (fill-indent-according-to-mode): Change default to t.
3543 (fill-context-prefix): Simplify control-flow and use a more
3544 sophisticated merge that unifies both previous checks.
3545 (fill-single-word-nobreak-p, fill-french-nobreak-p): New funs.
3546 (fill-nobreak-predicate): Make it into a defcustom'd hook.
3547 (fill-nobreak-p): New fun.
3548 (fill-region-as-paragraph): Use it.
3549 Handle `fill-indent-according-to-mode' slightly differently.
3550 (fill-individual-paragraphs-prefix): Simplify the control-flow.
3551 (fill-individual-paragraphs-citation): Fix.
3552
3553 * textmodes/paragraphs.el (use-hard-newlines): Use define-minor-mode.
3554 (paragraph-start): Change default to the `text-mode' value.
3555 (sentence-end-double-space, sentence-end-without-period):
3556 Move from fill.el.
3557 (forward-paragraph): Use `parstart' and `parsep' for temp variables
3558 rather than rebinding `paragraph-start' and `paragraph-separate'.
3559
3560 * indent.el (indent-line-function): Change default to indent-relative.
3561 (tab-always-indent): Add an `never' setting.
3562 (indent-according-to-mode): Handle `indent-relative' and
3563 `indent-relative-maybe' specially.
3564 (indent-for-tab-command): Rename `prefix-arg' to `arg'.
3565 Handle the `never' case for `tab-always-indent'.
3566 Don't call indent-according-to-mode for indent-relative' and
3567 `indent-relative-maybe'.
3568 (insert-tab): Rename `prefix-arg' to `arg'.
3569 (indent-region): Indent the first line as well.
3570 (indent-relative): Don't mark the buffer modified if the indentation
3571 is unchanged.
3572
3573 * textmodes/text-mode.el (paragraph-indent-minor-mode):
3574 Don't set paragraph-separate. Set paragraph-start more carefully.
3575 Set indent-line-function.
3576 (paragraph-indent-text-mode): Use it and define-derived-mode.
3577 (text-mode-map): Remove the \t binding.
3578 (text-mode): Simplify now that the default is more favorable.
3579
3580 2001-10-29 Stefan Monnier <monnier@cs.yale.edu>
3581
3582 * emacs-lisp/find-func.el (find-function-search-for-symbol):
3583 If the regexp doesn't match, use a looser one.
3584 (find-variable-noselect): Add `file' argument.
3585
3586 * pcvs.el (cvs-mode-commit-hook): New hook.
3587 (cvs-mode-commit): Run it.
3588
3589 * log-edit.el (log-edit): Run hook after `log-edit-files'.
3590
3591 * emacs-lisp/edebug.el (delay-mode-hooks): Add edebug-spec.
3592 (edebug-instrument-function): Use `find-function-noselect'.
3593
3594 2001-10-29 Richard M. Stallman <rms@gnu.org>
3595
3596 * term.el (term-if-emacs19): Macro deleted.
3597 Callers changed to use progn instead.
3598
3599 * frame.el (blink-cursor-mode): Doc fix.
3600
3601 * files.el (find-backup-file-name): Use make-backup-file-name.
3602
3603 * emacs-lisp/edebug.el (edebug-window-live-p): Always alias to
3604 window-live-p.
3605 (edebug-set-conditional-breakpoint): Unconditionally use
3606 the former Emacs >=19 definition.
3607 (edebug-mark): Define unconditionally.
3608 (edebug-eval-expression): Always call read-from-minibuffer
3609 and specify history list.
3610 (edebug-lemacs-specific): Override emacs-mark, edebug-window-live-p,
3611 edebug-set-conditional-breakpoint.
3612 (edebug-emacs-version-specific): Function deleted;
3613 do the job at top level.
3614 (edebug-emacs-19-specific): Function deleted, this is the default.
3615
3616 2001-10-29 Sam Steingold <sds@gnu.org>
3617
3618 * w32-fns.el (convert-standard-filename): Handle cygwin-specific
3619 "/cygdrive/LETTER/" pathnames.
3620
3621 2001-10-29 Eli Zaretskii <eliz@is.elta.co.il>
3622
3623 * faces.el (invert-face): Check for 'unspecified, not for nil,
3624 when testing whether face colors are not specified.
3625 From David.Kastrup@t-online.de (David Kastrup).
3626 (read-face-name): Doc fix.
3627 (make-face-bold, make-face-unbold, make-face-italic)
3628 (make-face-unitalic, make-face-bold-italic, invert-face):
3629 Remove trailing blank from the prompt passed to read-face-name.
3630
3631 2001-10-29 Sam Steingold <sds@gnu.org>
3632
3633 * emacs-lisp/bytecomp.el (byte-recompile-directory):
3634 Report numbers of files skipped and failed too.
3635 (byte-compile-file): Return 'no-byte-compile for skipped files.
3636
3637 2001-10-29 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3638
3639 * log-view.el (log-view-mode-map): Bind `M-n' and `M-p', not `M n'
3640 and `M p'.
3641
3642 2001-10-29 Gerd Moellmann <gerd@gnu.org>
3643
3644 * international/iso-acc.el (iso-accents-compose): Push SECOND-CHAR
3645 as is on unread-command-events instead of `(SECOND-CHAR)'.
3646
3647 2001-10-29 Andre Spiegel <spiegel@gnu.org>
3648
3649 * vc.el: Mention vc-*-switches in backend API documentation.
3650 (vc-annotate): Adapt doc string to recent change.
3651
3652 2001-10-29 Gerd Moellmann <gerd@gnu.org>
3653
3654 * enriched.el (enriched-face-ans): Handle face attributes
3655 of the form `(FACE1 FACE2 ...)'.
3656
3657 * dired-x.el (dired-omit-startup): Show ``Omit'' only in Dired buffers.
3658
3659 2001-10-29 Alex Schroeder <kensanata@yahoo.com>
3660
3661 * progmodes/sql.el (sql-mysql): Doc change by RMS.
3662
3663 * progmodes/sql.el (sql-db2): Doc change.
3664 (sql-help): Doc change by Christian Egli <christian.egli@stest.ch>.
3665 (sql-mysql): Doc change by Christian Egli <christian.egli@stest.ch>.
3666
3667 2001-10-29 Gerd Moellmann <gerd@gnu.org>
3668
3669 * env.el (substitute-env-vars): Don't quote argument to `rx';
3670 it's a macro.
3671
3672 2001-10-28 Per Abrahamsen <abraham@dina.kvl.dk>
3673
3674 * cus-start.el (recursive-load-depth-limit): Added.
3675
3676 2001-10-28 Richard M. Stallman <rms@gnu.org>
3677
3678 * textmodes/ispell.el (version18p, version20p): Vars deleted.
3679 All uses removed--assume Emacs version is >= 20.
3680
3681 * mail/supercite.el (sc-emacs-features): Test for "Emacs 19"
3682 by really checking that it is not version 18.
3683
3684 * emacs-lisp/lisp-mode.el (eval-defun): Doc fix.
3685
3686 2001-10-28 Miles Bader <miles@gnu.org>
3687
3688 * faces.el (face-attribute): Add INHERIT argument, consider face
3689 inheritance if it's non-nil.
3690 (face-attribute-merged-with): New function.
3691 (face-attribute-specified-or): New macro.
3692 (face-foreground, face-background, face-stipple): Add INHERIT
3693 argument. Use `face-attribute-specified-or'.
3694
3695 2001-10-28 Stefan Monnier <monnier@cs.yale.edu>
3696
3697 * font-lock.el: Require `syntax'.
3698 (font-lock-defaults-alist): Don't define keywords for lisp languages.
3699 Use `c-font-lock-syntactic-face-function' for c languages.
3700 (font-lock-mode): Don't unset vars when turning the mode off.
3701 (font-lock-default-fontify-buffer): Don't unset vars at the end.
3702 (font-lock-extra-managed-props): New var.
3703 (font-lock-default-unfontify-region): Use it.
3704 (font-lock-apply-syntactic-highlight): Flush the syntax cache.
3705 Don't eval the value when there's no match.
3706 (font-lock-ppss-stats): New var.
3707 (font-lock-ppss): New fun.
3708 (font-lock-fontify-syntactically-region): Use it and syntax.ppss.
3709 (font-lock-apply-highlight): Allow `highlight' to set several props.
3710 (font-lock-set-defaults): Use dolist.
3711 (font-lock-unset-defaults): Remove.
3712 (font-lock-match-c-style-declaration-item-and-skip-to-next):
3713 Try to recognize prototypes using `foo P_ ((args))'.
3714 ({c,c++,java,objc}-font-lock-keywords-{1,2,3}): Don't setq a defconst.
3715 (c-font-lock-keywords-2): Fix last change to still use Anders' trick.
3716 (c-font-lock-syntactic-face-function): New function.
3717 (font-lock-match-c++-style-declaration-item-and-skip-to-next)
3718 (c++-keywords): Use a more sophisticated regexp to handle
3719 shallowly nested templates.
3720
3721 2001-10-27 Stefan Monnier <monnier@cs.yale.edu>
3722
3723 * textmodes/sgml-mode.el (sgml-empty-tags): New var.
3724 (sgml-tag): Use it. Cleanup with `cond'.
3725 (sgml-tags-invisible): Make sgml-tags-invisible buffer-local.
3726 Mark the overlays and only delete those that are marked.
3727 (sgml-skip-close-p): Remove.
3728 (sgml-value): Replace sgml-skip-close-p with its definition.
3729 (html-tag-alist): Use sgml-xml a bit more.
3730 (html-mode): Set sgml-empty-tags.
3731
3732 * textmodes/texnfo-upd.el: Use `when', `dolist', `push', ...
3733 (texinfo-update-node, texinfo-sequential-node-update):
3734 Don't bind the obsolete `auto-fill-hook'.
3735 (texinfo-multi-file-included-list,texinfo-multi-file-master-menu-list):
3736 Use `set-buffer' rather than `switch-to-buffer'.
3737 (texinfo-multi-file-update): Use "Top" rather than `up-node-name'.
3738 Use `set-buffer' rather than `switch-to-buffer'.
3739
3740 * mail/sendmail.el (mail-mode-syntax-table): Let it inherit from
3741 text-mode-syntax-table.
3742 (mail-mode): Use define-derived-mode.
3743 Fix ordering of alternatives in adaptive-fill-regexp.
3744 (mail-mode-map): Don't rely on keymap's internal representation.
3745
3746 2001-10-27 Sam Steingold <sds@gnu.org>
3747
3748 * textmodes/sgml-mode.el (sgml-xml): Renamed from `html-xhtml'.
3749 (sgml-xml-guess): Extracted from `html-mode' and generalized.
3750 (sgml-mode-common): Call it.
3751 (sgml-mode, html-mode): Set `mode-name' based on `sgml-xml'.
3752 (sgml-tag, sgml-skip-close-p, html-tag-alist, html-line)
3753 (html-horizontal-rule, html-image, html-ordered-list):
3754 (html-unordered-list, html-list-item, html-paragraph):
3755 (html-checkboxes, html-radio-buttons): Use `sgml-xml' instead of
3756 `html-xhtml'.
3757
3758 2001-10-26 Masayuki Ataka <ataka@milk.freemail.ne.jp>
3759
3760 * textmodes/texinfmt.el (texinfo-format-ifnotinfo): New function.
3761 (ifnothtml): New alias.
3762
3763 2001-10-27 Stefan Monnier <monnier@cs.yale.edu>
3764
3765 * textmodes/text-mode.el (text-mode): Use define-derived-mode.
3766 (toggle-text-mode-auto-fill): Use derived-mode-p.
3767
3768 2001-10-27 Gerd Moellmann <gerd.moellmann@t-online.de>
3769
3770 * net/ange-ftp.el (ange-ftp-send-cmd): Call fix-name-func for
3771 `mdtm'. From "Forrest Cahoon" <forrest.cahoon@merrillcorp.com>.
3772
3773 2001-10-26 Eli Zaretskii <eliz@is.elta.co.il>
3774
3775 * term/pc-win.el (x-frob-font-slant, x-frob-font-weight):
3776 Add make-obsolete cookies, to follow faces.el.
3777
3778 These changes avoid warnings from the byte compiler in faces.el:
3779
3780 * faces.el (internal-get-face): Use facep instead of the obsolete
3781 internal-find-face.
3782 (internal-frob-font-weight, internal-frob-font-slant):
3783 New defaliases for obsolete functions.
3784 (x-make-font-bold, x-make-font-demibold, x-make-font-unbold)
3785 (x-make-font-italic, x-make-font-oblique, x-make-font-unitalic)
3786 (x-make-font-bold-italic): Use internal-frob-font-weight and
3787 internal-frob-font-slant aliases instead of the obsolete
3788 x-frob-... functions.
3789
3790 2001-10-26 Sam Steingold <sds@gnu.org>
3791
3792 * textmodes/sgml-mode.el (html-mode): Set `html-xhtml' from the
3793 DOCTYPE; set `mode-name' based on it.
3794 (html-tag-alist): Use `html-xhtml' for "li", "dt" and "dd".
3795 (sgml-tag): Close empty tags in XHTML.
3796
3797 2001-10-26 Jason Rumney <jasonr@gnu.org>
3798
3799 * w32-fns.el: (w32-charset-info-alist): Use ANSI for iso10646-1
3800 when UNICODE is not defined.
3801
3802 2001-10-26 Sam Steingold <sds@gnu.org>
3803
3804 * font-lock.el (c-font-lock-keywords-2): Do not require labels to
3805 be alone on the line.
3806
3807 2001-10-26 Eli Zaretskii <eliz@is.elta.co.il>
3808
3809 * button.el (button): Special face definition for MS-DOS terminals.
3810
3811 2001-10-26 Sam Steingold <sds@gnu.org>
3812
3813 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
3814 Protect the /= test by checking that the args are non-nil.
3815 (sh-font-lock-close-heredoc): Check eof for being non-nil.
3816
3817 2001-10-26 Tomas Abrahamsson <tab@lysator.liu.se>
3818
3819 * textmodes/artist.el (artist-version): 1.2.4.
3820 (artist-butlast-fn): New variable.
3821 (artist-butlast): New function.
3822 (artist-ellipse-mirror-quadrant): Use it.
3823 (artist-mouse-draw-poly): Use nil for `point-list'.
3824 (artist-mouse-draw-poly): Check for point-list being nil.
3825
3826 2001-10-26 Peter Kleiweg <kleiweg@let.rug.nl>
3827
3828 * progmodes/ps-mode.el (ps-mode-print-function): Remove quote for
3829 lambda expression.
3830 (ps-mode-menu-main): Submenu with options on/off was replaced with
3831 a toggle button.
3832 (ps-mode, ps-run-mode): Define with `define-derived-mode'
3833 (ps-mode): Autoload cookie added on same line as comment
3834 (ps-mode-tabkey, ps-mode-backward-delete-char):
3835 (ps-mode-r-balance): Replace `delete-horizontal-space' and
3836 `indent-to' with `indent-line-to'
3837 (ps-mode-print-buffer, ps-mode-print-region): Use `funcall'
3838 instead of `eval'.
3839 (ps-mode-print-region): Use `with-temp-buffer'.
3840 (ps-run-start): Use of `mapconcat'. Use `apply' instead of `eval'.
3841 (numerous places): Add back-tick and tick around names in
3842 docstrings, fix punctuation in docstrings, remove trailing spaces.
3843
3844 2001-10-25 Stefan Monnier <monnier@cs.yale.edu>
3845
3846 * textmodes/sgml-mode.el (sgml-font-lock-keywords-1): Ignore comments.
3847 (sgml-font-lock-keywords-2): Use `eval'. Moved from sgml-mode-common.
3848 (sgml-font-lock-syntactic-keywords): New var.
3849 (sgml-mode-common): Drop the two args.
3850 Don't make buffer-local variables that aren't used.
3851 Don't set sgml-font-lock-keywords-2 now that it uses `eval instead.
3852 Don't set `before-string' props from sgml-display-text.
3853 (sgml-mode): Use define-derived-mode.
3854 (sgml-tags-invisible): Use sgml-display-text.
3855 (sgml-quote): New command.
3856 (html-tag-alist): Add args for `span'.
3857 (html-mode): Use define-derived-mode.
3858 Set sgml-display-text and sgml-tag-face-alist.
3859
3860 2001-10-25 Sam Steingold <sds@gnu.org>
3861
3862 * add-log.el (add-log-always-start-new-record): New user option.
3863 (add-change-log-entry): Use it.
3864
3865 2001-10-25 Richard M. Stallman <rms@gnu.org>
3866
3867 * progmodes/etags.el (tags-query-replace): Make tags-loop-scan
3868 bind case-fold-search if FROM is not all lower case.
3869
3870 2001-10-25 Gerd Moellmann <gerd@gnu.org>
3871
3872 * startup.el (normal-top-level): Check for frame-initial-frame
3873 only if it's really used.
3874
3875 * mail/mh-utils.el (mh-recenter): Call recenter with arg `(4)'.
3876
3877 * progmodes/compile.el (compilation-parse-errors-filename-function):
3878 New variable.
3879 (compilation-parse-errors): Use it.
3880
3881 2001-10-25 Stefan Monnier <monnier@cs.yale.edu>
3882
3883 * emacs-lisp/checkdoc.el (checkdoc-eval-defun): Call eval-defun
3884 interactively so that C-u M-C-x still does edebug.
3885 (checkdoc-sentencespace-region-engine): Don't force a double-space
3886 after `.' if it doesn't look like an end-of-sentence.
3887 (debug-ignored-errors): Add `disambiguate ...'.
3888
3889 2001-10-24 Stefan Monnier <monnier@cs.yale.edu>
3890
3891 * textmodes/texinfo.el (texinfo-environments)
3892 (texinfo-environment-regexp): Hoist.
3893 (texinfo-font-lock-keywords): Use `italic' and `bold' faces.
3894 Only highlight the menu name in menu items.
3895 Setup `@foo ... @end foo' as text clones.
3896 (texinfo-clone-environment): New function.
3897 (texinfo-mode): Simplify auto-fill-inhibit-regexp.
3898 (texinfo-insert-block): Simplify.
3899 (texinfo-insert-quote): Insert a plain " if preceded by \ or if
3900 the command is repeated.
3901 (texinfo-last-unended-begin, texinfo-next-unmatched-end): New funs.
3902 (texinfo-insert-@end): Simplify.
3903
3904 * textmodes/texnfo-upd.el (texinfo-section-types-regexp)
3905 (texinfo-section-level-regexp, texinfo-subsection-level-regexp)
3906 (texinfo-subsubsection-level-regexp)
3907 (texinfo-update-menu-same-level-regexps)
3908 (texinfo-update-menu-higher-regexps)
3909 (texinfo-update-menu-lower-regexps): Hoist to eliminate warnings.
3910
3911 * derived.el (define-derived-mode): Use {delay,run}-mode-hooks.
3912 (derived-mode-p): Autoload.
3913
3914 * subr.el (delay-mode-hooks, delayed-mode-hooks, run-mode-hooks):
3915 New vars and functions.
3916 (text-clone-maintain, text-clone-create): New functions.
3917
3918 2001-10-25 Miles Bader <miles@gnu.org>
3919
3920 * facemenu.el (facemenu-add-new-face): Fix variable names.
3921
3922 2001-10-24 Richard M. Stallman <rms@gnu.org>
3923
3924 * facemenu.el (facemenu-unlisted-faces): Improve doc strings
3925 of t and nil values.
3926 (facemenu-set-face): Handle START and END interactively.
3927 (facemenu-set-foreground): Don't use a face; specify color directly.
3928 (facemenu-set-background): Likewise.
3929 (facemenu-set-face-from-menu): Doc fix.
3930 (facemenu-active-faces): Use face-attribute-vector
3931 to handle bare attributes not in faces.
3932 (facemenu-get-face): Don't handle face names fg:... and bg:...
3933 specially.
3934 (facemenu-add-new-face): New argument MENU.
3935 New way to handle adding colors to the color menus.
3936
3937 * env.el (substitute-env-vars): Quote the arg to rx.
3938
3939 2001-10-24 Sam Steingold <sds@gnu.org>
3940
3941 * mouse.el (mouse-buffer-menu-mode-groups): Added "Version
3942 Control" and "SGML" groups.
3943
3944 2001-10-24 Martin Stjernholm <bug-cc-mode@gnu.org>
3945
3946 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
3947 Better handling of C++ template args to avoid confusion with `<'
3948 and `>' used as operators in member init expressions.
3949
3950 2001-10-24 Gerd Moellmann <gerd@gnu.org>
3951
3952 * replace.el (perform-replace): Move START and END parameters
3953 to the end of the argument list and make them optional.
3954
3955 * progmodes/ebrowse.el, progmodes/etags.el: Adapt to change in
3956 perform-replace.
3957
3958 * international/fontset.el (x-must-resolve-font-name): New function.
3959 (x-complement-fontset-spec): Use it.
3960
3961 2001-10-23 Stefan Monnier <monnier@cs.yale.edu>
3962
3963 * uniquify.el (uniquify-get-proposed-name): Fix (.. "usr" "/usr" 0).
3964
3965 * progmodes/compile.el (compile-mouse-goto-error, compile-goto-error):
3966 Turn caadr into caar of cdr.
3967
3968 2001-10-23 Gerd Moellmann <gerd@gnu.org>
3969
3970 * info.el (Info-fontify-node): Bind down-mouse-{1,2} instead
3971 of mouse-{1,2} since dragging is on the down event.
3972
3973 * play/doctor.el (make-doctor-variables): Remove a '($ please)'.
3974
3975 * mail/mh-utils.el (mh-recenter): Call `recenter' with arg t
3976 if ARG is nil.
3977
3978 * desktop.el (desktop-last-buffer): New variable.
3979 (desktop-create-buffer): Set it.
3980 (desktop-read): Bind it and switch to that buffer.
3981
3982 2001-10-22 Gerd Moellmann <gerd@gnu.org>
3983
3984 * progmodes/compile.el (compilation-set-window-height):
3985 Select old window only if it's still live.
3986
3987 2001-10-22 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3988
3989 * help-mode.el (help-buffer): Remove debugging code.
3990 From Stefan Monnier <monnier@cs.yale.edu>.
3991
3992 2001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
3993
3994 * files.el (file-name-sans-extension, file-name-extension):
3995 Don't count the leading dots in file names as signaling an extension.
3996
3997 2001-10-22 Andre Spiegel <spiegel@gnu.org>
3998
3999 * vc.el (vc-diff-switches): Doc rewritten.
4000
4001 2001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
4002
4003 * tooltip.el (tooltip-set-param): Doc fix.
4004
4005 * textmodes/sgml-mode.el (sgml-mode-map): Bind 8-bit codes above
4006 127 to sgml-maybe-name-self.
4007 (sgml-name-8bit-mode): Doc fix.
4008 (sgml-char-names-table): New variable.
4009 (sgml-name-char): Support non-ASCII and mule-unicode-*
4010 characters. Doc fix.
4011 (sgml-maybe-name-self): Convert unibyte characters to multibyte.
4012
4013 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Mention in the
4014 doc string the effect of `left' and `top' parameters in
4015 tooltip-frame-parameters, the default values, and the units.
4016 (tooltip-frame-parameters): Mention `top' and `left' in the doc string.
4017 (tooltip-show): Mention in the doc string the `top' and `left'
4018 parameters in tooltip-frame-parameters, and x-max-tooltip-size.
4019
4020 2001-10-22 Andre Spiegel <spiegel@gnu.org>
4021
4022 Add autoscaling support for vc-annotate.
4023 From J.D. Smith <jdsmith@alum.mit.edu>.
4024
4025 * vc.el (vc-annotate-display-default): Accept colormap scaling
4026 ratio (now deprecated).
4027 (vc-annotate-display-autoscale): Added.
4028 (vc-annotate-add-menu): New autoscaling menu options "Span to
4029 Oldest" and "Span Oldest->Newest". Easymenu support added for
4030 toggle menus driven by customize variable `vc-annotate-display-mode'.
4031 (vc-annotate-display-select): Added.
4032 (vc-annotate): Changed temp-buffer-show-function to
4033 `vc-annotate-display-select'.
4034 (vc-annotate-display): Removed arguments BUFFER and BACKEND.
4035 Added argument OFFSET. Instead of backend function, calls now
4036 generic `vc-annotate-difference'.
4037 (vc-annotate-difference): Added as generic function instead of
4038 backend-specific function. No longer takes argument POINT, but
4039 instead accepts a time OFFSET.
4040 (vc-default-annotate-current-time): Added.
4041
4042 * vc-cvs.el (vc-cvs-annotate-difference): Removed to generic
4043 version in vc.el, with
4044 (vc-cvs-annotate-current-time): Added, as override of default.
4045 (vc-cvs-annotate-time) Added. Taken mostly from the (now removed)
4046 `vc-cvs-annotate-difference'.
4047
4048 2001-10-22 Gerd Moellmann <gerd@gnu.org>
4049
4050 * saveplace.el (save-place): Require `saveplace'.
4051
4052 * progmodes/cwarn.el (cwarn-font-lock-feature-keywords-alist):
4053 Use `sexp' for :value-type instead of `face'.
4054
4055 2001-10-21 Eli Zaretskii <eliz@is.elta.co.il>
4056
4057 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Fix the
4058 regexps due to 5-digit message IDs.
4059
4060 2001-10-21 Jason Rumney <jasonr@gnu.org>
4061
4062 * term/w32-win.el (redisplay-dont-pause): Don't set.
4063
4064 2001-10-21 Miles Bader <miles@gnu.org>
4065
4066 * help-funs.el (help-manyarg-func-alist): Variable removed.
4067
4068 2001-10-21 Miles Bader <miles@gnu.org>
4069
4070 * help-funs.el (help-manyarg-func-alist): Remove entries for
4071 `insert', `insert-and-inherit', `insert-before-markers',
4072 `insert-before-markers-and-inherit', `message', `message-box',
4073 `message-or-box', `propertize', `format', `encode-time', `append',
4074 `concat', `vconcat', `nconc', `widget-apply', `make-hash-table',
4075 `insert-string', `ml-if', `ml-provide-prefix-argument', and
4076 `ml-prefix-argument-loop'.
4077
4078 2001-10-21 Andre Spiegel <spiegel@gnu.org>
4079
4080 * vc.el (vc-diff-internal, vc-coding-system-for-diff)
4081 (vc-default-diff-tree): New functions.
4082 (vc-version-diff): Use them. As a result, coding systems are now
4083 set up properly for all sorts of diffs, and tree diffs can now
4084 also be done locally.
4085 (vc-diff): With a prefix argument, don't require that it's called
4086 from a buffer under version control.
4087 (diff-switches): Remove duplicate definition.
4088
4089 * vc-cvs.el (vc-cvs-diff-tree): New function.
4090
4091 2001-10-21 Miles Bader <miles@gnu.org>
4092
4093 * help-funs.el (help-manyarg-func-alist): Remove entries for
4094 `list', `vector', `make-byte-code', `call-process',
4095 `call-process-region', `string', `+', `-', `*', `/', `max', `min',
4096 `logand', `logior', and `logxor'.
4097
4098 * wid-edit.el (checkbox): Swap bg/fg colors in image, and invert
4099 image bits to compensate. Use `make-string' instead of
4100 `make-bool-vector' (XBM apparently wants byte-aligned rows).
4101
4102 2001-10-20 Kim F. Storm <storm@cua.dk>
4103
4104 * simple.el (kill-ring-save): Don't show extent of copied region
4105 if using transient-mark-mode and region is fully visible.
4106
4107 2001-10-20 Gerd Moellmann <gerd@gnu.org>
4108
4109 * (Version 21.1 released.)
4110
4111 2001-10-19 Eli Zaretskii <eliz@is.elta.co.il>
4112
4113 * files.el (auto-mode-alist): Associate .indent.pro with
4114 Fundamental mode. Suggested by Samuel Padgett <spadgett1@nc.rr.com>.
4115
4116 2001-10-18 Sam Steingold <sds@gnu.org>
4117
4118 Put the *Compile-Log* buffer in `compilation-mode'.
4119 * emacs-lisp/bytecomp.el (byte-goto-log-buffer): New function.
4120 (byte-compile-log-1, byte-compile-log-file)
4121 (displaying-byte-compile-warnings): Use it
4122
4123 2001-10-18 Stefan Monnier <monnier@cs.yale.edu>
4124
4125 * mail/smtpmail.el (smtpmail-via-smtp): Use mail-envelope-from if set.
4126
4127 * xml.el (xml-parse-tag): Use eq on char-after's return value.
4128
4129 2001-10-18 Gerd Moellmann <gerd@gnu.org>
4130
4131 * isearch.el (isearch-mode-map): Bind `mouse-movement' to nil.
4132
4133 * obsolete/hilit19.el (hilit-lookup-face-create):
4134 Call set-face-font only if display-graphic-p.
4135 (toplevel): Remove references to window-system.
4136
4137 2001-10-18 Miles Bader <miles@gnu.org>
4138
4139 * simple.el (what-line): Avoid problems with field properties.
4140
4141 2001-10-17 Eli Zaretskii <eliz@is.elta.co.il>
4142
4143 * wid-edit.el (widget-field-face, widget-single-line-field-face):
4144 Define special colors for a tty.
4145
4146 2001-10-17 Francesco Potorti` <pot@gnu.org>
4147
4148 * comint.el (comint-password-prompt-regexp): Make it less
4149 restrictive, letting comint recognise OpenSSH2 passphrase prompts.
4150
4151 2001-10-17 John Wiegley <johnw@gnu.org>
4152
4153 * eshell/em-unix.el (eshell/cat): Do a quick test if something is
4154 a regular file, before checking if it is a directory or symlink.
4155 This avoids a call to eshell-file-attributes, which can be
4156 expensive in some situations.
4157
4158 * eshell/em-ls.el (eshell-ls-dired-initial-args): Added an extra
4159 customization variable, to differentiate ls-in-dired from regular
4160 uses of ls.
4161
4162 2001-10-17 Miles Bader <miles@gnu.org>
4163
4164 * custom.el (defface): Mention `:inherit' in doc-string.
4165
4166 2001-10-16 Eli Zaretskii <eliz@is.elta.co.il>
4167
4168 * paren.el: Update the Commentary with installation instructions.
4169
4170 2001-10-15 Dave Love <fx@gnu.org>
4171
4172 * international/mule.el (set-auto-coding): Fix regexps for local
4173 variables section not to eat newlines.
4174
4175 2001-10-15 Miles Bader <miles@gnu.org>
4176
4177 * simple.el (display-message-or-buffer): Pass the correct buffer
4178 to `display-buffer'.
4179
4180 2001-10-14 Stefan Monnier <monnier@cs.yale.edu>
4181
4182 * progmodes/executable.el (executable-binary-suffixes): Make varalias.
4183 (executable-find): Use exec-suffixes.
4184 (executable-set-magic): Don't use make-local-hook.
4185
4186 * bindings.el (exec-suffixes): Initialize to a system-dependent value.
4187
4188 2001-10-14 Eli Zaretskii <eliz@is.elta.co.il>
4189
4190 * bindings.el (completion-ignored-extensions) [ms-dos, windows-nt]:
4191 Add .ico, .pif, .lnk, .dll, .drv, .vxd, and .386.
4192 Add .so to the Unix and GNU branch.
4193
4194 * international/latin-1.el:
4195 * international/latin-2.el:
4196 * international/latin-3.el:
4197 * international/latin-4.el:
4198 * international/latin-5.el:
4199 * international/latin-8.el:
4200 * international/latin-9.el: Add no-byte-compile: t, since
4201 Makefile.in instructs make-docfile to look at .el files.
4202
4203 2001-10-14 Miles Bader <miles@gnu.org>
4204
4205 * button.el (define-button-type): Allow supertype property to be
4206 specified with a keyword `:supertype' too.
4207 (button-put, make-text-button): Allow button type property to be
4208 specified using the keyword `:type' too.
4209 (button-type): New function.
4210 (button): Add `button-category-symbol' property.
4211
4212 2001-10-13 Stefan Monnier <monnier@cs.yale.edu>
4213
4214 * bindings.el (esc-map): Revert `j' and `C-j' bindings to
4215 indent-new-comment-line from comment-indent-new-line.
4216
4217 * textmodes/refill.el (refill-mode):
4218 Bind DEL to backward-delete-char-untabify.
4219 Set backward-delete-char-untabify-method to `hungry'.
4220
4221 * textmodes/bib-mode.el (bib-mode):
4222 * play/gomoku.el (gomoku-mode):
4223 * textmodes/page-ext.el (pages-directory-mode):
4224 * textmodes/scribe.el (scribe-mode): Use define-derived-mode.
4225
4226 * textmodes/two-column.el (2C-mode): Don't use make-local-hook.
4227
4228 * emacs-lisp/syntax.el (syntax-ppss): Autoload.
4229
4230 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
4231 Handle here-docs differently.
4232 (sh-font-lock-heredoc): Remove.
4233 (sh-here-doc-open-re, sh-here-doc-markers, sh-here-doc-re): New vars.
4234 (sh-font-lock-here-doc, sh-font-lock-close-heredoc)
4235 (sh-font-lock-open-heredoc): New functions.
4236 (sh-mode): Don't copy sh-font-lock-syntactic-keywords any more.
4237 (sh-font-lock-keywords-1): Use regexp-opt.
4238 (sh-in-comment-or-string): Use syntax-ppss.
4239 (sh-case, sh-for, sh-indexed-loop, sh-function, sh-if, sh-repeat)
4240 (sh-select, sh-tmp-file): Add explicit terminating \n.
4241
4242 * net/ange-ftp.el (ange-ftp-raw-send-cmd, ange-ftp-wait-not-busy):
4243 Use with-current-buffer.
4244 (ange-ftp-cd): New arg `noerror' to prevent signalling an error.
4245 (ange-ftp-send-cmd): If a `cd' is used (because of a space in the
4246 filename), catch any error that occurs in `ange-ftp-cd'.
4247 If an error happened, don't bother sending `cmd' at all.
4248 Fix a parenthesis typo.
4249 (ange-ftp-write-region): Don't blindly use binary if the remote host
4250 is unix-like.
4251
4252 * play/pong.el (pong-init): Don't use make-local-hook.
4253
4254 2001-10-13 Michael Kifer <kifer@cs.sunysb.edu>
4255
4256 * viper-ex.el (ex-edit): Make checks for modified buffer/file.
4257 (viper-get-ex-address-subr): More precise addr for the $ marker
4258
4259 2001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
4260
4261 * version.el (emacs-version): Bump to 21.1.50.
4262
4263 2001-10-13 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4264
4265 * mail/mailalias.el (mail-directory-stream): Do not double
4266 variables in the lambda-list.
4267
4268 * play/gomoku.el (gomoku-init-display): Ditto.
4269
4270 * play/landmark.el (lm-init-display): Ditto.
4271
4272 * delim-col.el (delimit-columns-rectangle-max): Ditto.
4273 (delimit-columns-rectangle-line): Ditto.
4274
4275 2001-10-12 Stefan Monnier <monnier@cs.yale.edu>
4276
4277 * newcomment.el (comment-region-internal): Don't rebind
4278 invisibility_spec now that the C routines handle it correctly.
4279
4280 * help-funs.el (locate-library): Use load-suffixes and abbrev filename.
4281
4282 * frame.el (special-display-popup-frame): Obey new specs `same-window'
4283 and `same-frame'.
4284
4285 * menu-bar.el (minibuffer-local-*map): Take inheritance into account.
4286
4287 * simple.el (minibuffer-local*-map): Remove redundant bindings.
4288
4289 * bindings.el (minibuffer-local-map): Also bind next, C-n, C-s, prior,
4290 C-p and C-r. Remove redundant bindings from inheriting maps.
4291
4292 * progmodes/cperl-mode.el: Merged in changes from v4.32.
4293 After 4.23 and: After 4.24:
4294 (cperl-contract-levels): Restore position.
4295 (cperl-beautify-level): Likewise.
4296 (cperl-beautify-regexp): Likewise.
4297 (cperl-commentify): Rudimental support for length=1 runs
4298 (cperl-find-pods-heres): Process 1-char long REx comments too /a#/x
4299 After 4.25:
4300 (cperl-commentify): Was recognizing length=2 "strings" as length=1.
4301 (imenu-example--create-perl-index): Was not enforcing
4302 syntaxification-to-the-end.
4303 (cperl-invert-if-unless): Allow `for', `foreach'.
4304 (cperl-find-pods-heres): Quote `cperl-nonoverridable-face'.
4305 Mark qw(), m()x as indentable.
4306 (cperl-init-faces): Highlight `sysopen' too.
4307 Highlight $var in `for my $var' too.
4308 (cperl-invert-if-unless): Was leaving whitespace at end.
4309 (cperl-linefeed): Was splitting $var{$foo} if point after `{'.
4310 (cperl-calculate-indent): Remove old commented out code.
4311 Support (primitive) indentation of qw(), m()x.
4312 After 4.26:
4313 (cperl-problems): Mention `fill-paragraph' on comment. \"" and
4314 q [] with intervening newlines.
4315 (cperl-autoindent-on-semi): New customization variable.
4316 (cperl-electric-semi): Use `cperl-autoindent-on-semi'.
4317 (cperl-tips): Mention how to make CPerl the default mode.
4318 (cperl-mode): Support `outline-minor-mode'. From Mark A. Hershberger.
4319 (cperl-outline-level): New function.
4320 (cperl-highlight-variables-indiscriminately): New customization var.
4321 (cperl-init-faces): Use `cperl-highlight-variables-indiscriminately'.
4322 From Sean Kamath <kamath@pogo.wv.tek.com>.
4323 (cperl-after-block-p): Support CHECK and INIT.
4324 (cperl-init-faces, cperl-short-docs): Likewise and "our".
4325 From Doug MacEachern <dougm@covalent.net>.
4326 After 4.27:
4327 (cperl-find-pods-heres): Recognize \"" as a string.
4328 Mark whitespace between q and [] as `syntax-type' => `prestring'.
4329 Allow whitespace between << and "FOO".
4330 (cperl-problems): Remove \"" and q [] with intervening newlines.
4331 Mention multiple <<EOF as unsupported.
4332 (cperl-highlight-variables-indiscriminately): Doc misprint fixed.
4333 (cperl-indent-parens-as-block): New configuration variable.
4334 (cperl-calculate-indent): Merge cases of indenting non-BLOCK groups.
4335 Use `cperl-indent-parens-as-block'.
4336 (cperl-find-pods-heres): Test for =cut without empty line instead of
4337 complaining about no =cut.
4338 (cperl-electric-pod): Change the REx for POD from "\n\n=" to "^\n=".
4339 (cperl-find-pods-heres): Likewise.
4340 (cperl-electric-pod): Change `forward-sexp' to `forward-word':
4341 POD could've been marked as comment already.
4342 (cperl-unwind-to-safe): Unwind before start of POD too.
4343 After 4.28:
4344 (cperl-forward-re): Throw an error at proper moment REx unfinished.
4345 After 4.29:
4346 (x-color-defined-p): Make an extra case to peacify the warning.
4347 Toplevel: `defvar' to peacify the warnings.
4348 (cperl-find-pods-heres): Could access `font-lock-comment-face' in -nw.
4349 No -nw-compile time warnings now.
4350 (cperl-find-tags): TAGS file had too short substring-to-search.
4351 Be less verbose in non-interactive mode
4352 (imenu-example--create-perl-index): Set index-marker after name
4353 (cperl-outline-regexp): New variable.
4354 (cperl-outline-level): Made compatible with `cperl-outline-regexp'.
4355 (cperl-mode): Made use `cperl-outline-regexp'.
4356 After 4.30:
4357 (cperl-find-pods-heres): =cut the last thing, no blank line, was error.
4358 (cperl-outline-level): Make start-of-file same level as `package'.
4359 After 4.31:
4360 (cperl-electric-pod): `head1' and `over' electric only if empty.
4361 (cperl-unreadable-ok): New variable.
4362 (cperl-find-tags): Use `cperl-unreadable-ok', do not fail
4363 on an unreadable file.
4364 (cperl-write-tags): Use `cperl-unreadable-ok', do not fail
4365 on an unreadable directory.
4366
4367 * progmodes/compile.el (compile-mouse-goto-error, compile-goto-error):
4368 Consider the text between two errors as belonging to the first error.
4369 (compilation-goto-locus): Use pop-to-buffer rather than
4370 switch-to-buffer-other-frame.
4371
4372 * progmodes/awk-mode.el (awk-mode-syntax-table): / has string syntax.
4373 (awk-font-lock-syntactic-keywords): New var.
4374 (awk-mode): Use it.
4375
4376 * expand.el (expand-c-for-skeleton): Add explicit terminating \n.
4377
4378 * faces.el (describe-face): Call help-setup-xref earlier.
4379
4380 * jka-compr.el (jka-compr-load-suffixes): New var.
4381 (jka-compr-install): Add its content to load-suffixes.
4382 (jka-compr-uninstall): Remove its content from load-suffixes.
4383
4384 2001-10-12 Sam Steingold <sds@gnu.org>
4385
4386 * bindings.el (completion-ignored-extensions): CL-related
4387 extensions are platform-independent.
4388
4389 * net/ange-ftp.el (ange-ftp-copy-files-async): New function for
4390 asynchronous multiple file copying.
4391
4392 2001-10-12 Gerd Moellmann <gerd@gnu.org>
4393
4394 * emacs-lisp/bytecomp.el (byte-compile-check-lambda-list):
4395 Turn error for repeated variables into warning.
4396
4397 * emacs-lisp/bytecomp.el (byte-compile-check-lambda-list):
4398 New function checking that lambda-list consists of non-constant
4399 symbols, that &rest and &optional are followed by variable names,
4400 that &rest VAR is the last element, and that variables aren't doubled.
4401 (byte-compile-lambda): Use it.
4402
4403 2001-10-12 Eli Barzilay <eli@barzilay.org>
4404
4405 * calculator.el (calculator-eng-display): Don't call concat
4406 with an integer argument.
4407
4408 2001-10-12 Miles Bader <miles@gnu.org>
4409
4410 * help-mode.el (help-customize-face): New button-type.
4411
4412 * faces.el (list-faces-display): Fix args to `help-xref-button'.
4413 (describe-face): Fix args to `help-xref-button'.
4414 Don't switch to help-buffer around call to `help-setup-xref'.
4415 Use `help-buffer' instead of hard-wired "*Help*".
4416 Require `help-mode'.
4417
4418 2001-10-11 Stefan Monnier <monnier@cs.yale.edu>
4419
4420 * net/goto-addr.el (goto-address-mail-regexp): Allow + in username.
4421
4422 * help-mode.el (help-buffer): New function.
4423 Returns the buffer-name to use for help output.
4424 Change all the code to use it instead of hard-coding *Help*.
4425 (help-mode-map): Put back the mouse-2 binding.
4426 (help-xref-stack): Change the format and make buffer-local.
4427 (help-xref-stack-item): Make buffer-local.
4428 (help-setup-xref): Do the `push' here rather than in help-do-xref.
4429 (help-xref-interned): Display the face doc as well.
4430 (help-follow-mouse): Re-introduce.
4431 (help-xref-go-back): Adapt to the new use of help-xref-stack.
4432 (help-do-xref): Don't `push' any more.
4433 (help-follow): Also follow face names.
4434
4435 * help-funs.el (describe-function-1): Remove unused `parens' arg.
4436 Don't call help-setup-xref anymore and remove its `interactive-p' arg.
4437 Autoload and cleanup.
4438 (describe-function): Call help-setup-xref.
4439 (describe-variable): Call help-setup-xref earlier.
4440
4441 * help.el (describe-bindings-internal): New fun moved from keymap.c.
4442 (view-lossage): Call help-setup-xref correctly and earlier.
4443 (describe-bindings): Call help-setup-xref earlier.
4444 (describe-key): Call help-setup-xref. Fix call to describe-function-1.
4445 (describe-mode): Don't autoload. Call help-setup-xref earlier.
4446
4447 2001-10-11 Gerd Moellmann <gerd@gnu.org>
4448
4449 * master.el (master-mode): Use define-minor-mode instead of
4450 easy-mmode-define-minor-mode. Add autload cookie.
4451 (Commentary): Remove the line showing how to autoload master-mode,
4452 since it's always autoloaded.
4453
4454 * master.el: New file.
4455
4456 2001-10-11 Dave Love <fx@gnu.org>
4457
4458 * emacs-lisp/byte-opt.el (byte-optimize-lapcode)
4459 <byte-constref-ops>: Consider byte-constant2 and clarify the code.
4460 <const-C varset-X const-C>: Fix car/cdr typo.
4461
4462 2001-10-11 Gerd Moellmann <gerd@gnu.org>
4463
4464 * emacs-lisp/bytecomp.el (byte-compile-display-log-head-p):
4465 New function extracted from byte-compile-log-1.
4466 (byte-compile-log-1): Change output to be more in line with
4467 the output of other GNU tools.
4468 (byte-compile-warn): Emit `warning' instead of `**' for warnings.
4469 (byte-compile-report-error): Downcase error message.
4470 Use `error' instead of `!!' for error messages.
4471 (byte-compile-print-syms): Treat non-interactive case specially.
4472 (displaying-byte-compile-warnings): Use backquote.
4473 (byte-compile-from-buffer): Bind byte-compile-last-line.
4474 (batch-byte-compile): Remove `Done' message.
4475
4476 2001-10-11 Stefan Monnier <monnier@cs.yale.edu>
4477
4478 * emacs-lisp/copyright.el (copyright): Add final \n.
4479
4480 2001-10-11 Miles Bader <miles@gnu.org>
4481
4482 * diff.el (diff): Display default values in prompts as
4483 `(default ...)', not `(...)'.
4484
4485 * info.el (Info-follow-reference): Likewise.
4486
4487 2001-10-10 Stefan Monnier <monnier@cs.yale.edu>
4488
4489 * emacs-lisp/autoload.el (doc-string-elt): Remove.
4490
4491 * newcomment.el (comment-indent): Be a little more robust in case
4492 comment-indent-function does funny things.
4493 (comment-normalize-vars): Autoload.
4494 (comment-region-internal): Fiddle with the visibility spec.
4495 (comment-valid-prefix): New function.
4496 (comment-indent-new-line): Use it. Ignore adaptive-fill-prefixes
4497 that would turn comment-text into non-comment-text.
4498
4499 * emacs-lisp/syntax.el: New file.
4500
4501 * progmodes/tcl.el: Change maintainer to FSF and remove loads of
4502 compatibility cruft.
4503 (tcl-using-emacs-19, tcl-using-emacs-19-23, tcl-using-xemacs-19)
4504 (tcl-version, tcl-maintainer, tcl-use-hairy-comment-detector): Remove.
4505 (tcl-mode-map): Remove bindings for tcl-beginning-of-defun,
4506 tcl-end-of-defun, tcl-mark-defun, tcl-indent-for-comment,
4507 tcl-submit-bug-report.
4508 (tcl-mode-syntax-table): Leave \f alone.
4509 (inferior-tcl-mode-map): Remove bindings for tcl-beginning-of-defun,
4510 tcl-end-of-defun, tcl-submit-bug-report.
4511 (tcl-xemacs-menu): Fix up and pass it directly to easymenu.
4512 (tcl-add-emacs-menu): Remove.
4513 (tcl-fill-mode-map, tcl-fill-inferior-map): Moved into the defvar.
4514 (tcl-keyword-list): Add `chain'.
4515 (tcl-font-lock-syntactic-keywords): New variable.
4516 (tcl-pps-has-arg-6): Remove.
4517 (tcl-internal-beginning-of-defun, tcl-internal-end-of-defun)
4518 (tcl-internal-mark-defun): Remove.
4519 (tcl-set-proc-regexp, tcl-set-font-lock-keywords): Use regexp-opt.
4520 (tcl-mode): Use define-derived-mode. Simplify.
4521 Set comment-indent-function.
4522 (tcl-indent-command): Use line-beginning-position and comment-indent.
4523 (tcl-calculate-indent): Renamed from calculate-tcl-indent.
4524 (tcl-indent-line): Use tcl-calculate-indent.
4525 (tcl-indent-exp): Renamed from indent-tcl-exp. Use new names.
4526 (tcl-add-log-defun): Renamed from add-log-tcl-defun. Use match-string.
4527 (tcl-filter): Use with-current-buffer, simplify.
4528 (inferior-tcl-mode): Use define-derived-mode.
4529 (tcl-hairy-in-comment): Renamed tcl-in-comment.
4530 (tcl-simple-in-comment, tcl-in-comment): Removed.
4531 (tcl-files-alist): New function.
4532 (tcl-help-snarf-commands): Use it and return the result directly
4533 rather than through a global variable.
4534 (tcl-reread-help-files): Fix up the call to tcl-help-snarf-commands.
4535 (tcl-help-on-word): Provide the default value to completing-read.
4536 (tcl-hilit): Remove.
4537 (tcl-hashify-buffer, tcl-popup-menu): Simplify.
4538 (tcl-comment-indent): New function.
4539 (tcl-submit-bug-report): Remove.
4540 (tcl-uncomment-region, tcl-indent-for-comment, add-log-tcl-defun)
4541 (indent-tcl-exp, calculate-tcl-indent, tcl-beginning-of-defun)
4542 (tcl-end-of-defun, tcl-mark-defun, tcl-mark): Redefine as aliases.
4543
4544 2001-10-10 Miles Bader <miles@gnu.org>
4545
4546 * info.el (Info-insert-dir): Don't call `Info-fontify-menu-headers'.
4547 (Info-fontify-node): Don't fontify the node if it's already been done.
4548
4549 2001-10-10 Gerd Moellmann <gerd@gnu.org>
4550
4551 * international/iso-transl.el (iso-transl-e-caret)
4552 (iso-transl-i-caret, iso-transl-o-caret, iso-transl-u-caret):
4553 Fix duplicates. From Dave Love <d.love@dl.ac.uk>.
4554
4555 * simple.el (end-of-buffer): Fix code scrolling specially
4556 for the buffer end.
4557
4558 * startup.el (command-line-1): Bind tab-width to 8.
4559
4560 2001-10-10 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4561
4562 * emulation/tpu-edt.el: Use defalias instead of fset for
4563 user-visible commands. From Rob Riepel
4564 <riepel@Networking.Stanford.EDU>.
4565
4566 2001-10-09 Gerd Moellmann <gerd@gnu.org>
4567
4568 * ruler-mode.el: New file.
4569
4570 2001-10-09 Miles Bader <miles@gnu.org>
4571
4572 * apropos.el (button): New require.
4573
4574 * help-funs.el: New file, contents mostly from `help.el'.
4575 (describe-variable): Use `condition-case' instead of `ignore-errors'.
4576
4577 * help-mode.el: New file, contents mostly from `help.el'.
4578
4579 * help.el: Don't require `view' when compiling.
4580 (help-with-tutorial, describe-function, describe-function-1)
4581 (variable-at-point, describe-variable, locate-library):
4582 Functions moved into `help-funs.el'.
4583 (help-manyarg-func-alist): Variable moved into `help-funs.el'.
4584 (help-mode, help-mode-setup, help-mode-finish, help-button-action)
4585 (help-setup-xref, help-xref-following, help-make-xrefs)
4586 (help-xref-button, help-insert-xref-button, help-xref-interned)
4587 (help-xref-go-back, help-go-back, help-do-xref, help-follow)
4588 (help-xref-on-pp): Functions moved into `help-mode.el'
4589 (help-mode-map, help-xref-stack, help-xref-stack-item)
4590 (help-highlight-p, help-highlight-face, help-back-label)
4591 (help-xref-symbol-regexp, help-xref-mule-regexp)
4592 (help-xref-info-regexp): Variables moved into `help-mode.el'.
4593 (help-symbol, help-back, help-info, help-customize-variable)
4594 (help-function-def, help-variable-def):
4595 Button-types moved into `help-mode.el'.
4596 (load-symbol-file-load-history, symbol-file):
4597 Functions moved into `subr.el'.
4598 (symbol-file-load-history-loaded): Variable moved into `subr.el'.
4599 (view-lossage): Call `help-setup-xref' instead of doing it manually.
4600
4601 * subr.el (symbol-file-load-history-loaded)
4602 (load-symbol-file-load-history, symbol-file): Moved from `help.el'.
4603
4604 * loadup.el ("button"): Load removed.
4605
4606 * button.el (define-button-type): Respect any `supertype' property.
4607 (button-type-subtype-p, button-has-type-p): New functions.
4608
4609 * rfn-eshadow.el (rfn-eshadow-regexp): Deal correctly with escaped
4610 dollar-signs.
4611
4612 * comint.el (comint-insert-previous-argument): New function.
4613 (comint-mode-map): Bind `C-c .' to `comint-input-previous-argument'.
4614 (comint-insert-previous-argument-last-start-pos)
4615 (comint-insert-previous-argument-last-index): New variables.
4616
4617 * apropos.el (apropos-next-label-button): Use the presence of a
4618 `apropos-label' property to detect label buttons.
4619
4620 2001-10-08 Miles Bader <miles@gnu.org>
4621
4622 * button.el (next-button, previous-button): Remove N and WRAP
4623 parameters. Don't pay attention to `skip' properties.
4624 (forward-button): Implement wrapping, iterating, and skipping here
4625 instead.
4626 (button-activate): USE-MOUSE-ACTION is optional.
4627 (button-nop): Function removed.
4628 (default-button): Use `ignore' as default button action.
4629
4630 * apropos.el (apropos-next-label-button): Update arguments to
4631 `next-button'.
4632 (apropos-symbol): Add `skip' property.
4633 (apropos-function, apropos-macro, apropos-command)
4634 (apropos-variable, apropos-face, apropos-group, apropos-widget)
4635 (apropos-plist): New button types.
4636 (apropos-label-properties): Variable removed.
4637 (apropos-print): Pass button-type to apropos-print-doc, rather
4638 than help function and label text.
4639 (apropos-print-doc): Remove ACTION and STR args, add TYPE arg.
4640 Get button label from TYPE.
4641
4642 2001-10-07 Stefan Monnier <monnier@cs.yale.edu>
4643
4644 * help.el (help-mode): Use define-derived-mode.
4645 (describe-mode): Add optional `buffer' arg.
4646 Use it instead of going through help-xref-mode.
4647 Avoid doubling the word `minor' when prettifying.
4648 (describe-function-1): List the corresponding key bindings.
4649 (describe-variable): Say if the var is automatically buffer-local.
4650 If the source is `loaddefs.el', look for the real source.
4651 (help-xref-mode): Remove.
4652
4653 * emacs-lisp/bytecomp.el (byte-compile-file): Return success when
4654 the file says no-byte-compile.
4655
4656 2001-10-08 Miles Bader <miles@gnu.org>
4657
4658 * button.el (next-button, previous-button): Respect `skip' property.
4659
4660 2001-10-07 Miles Bader <miles@gnu.org>
4661
4662 * woman.el (woman-mode-map): Copy button-buffer-map instead of
4663 making a new keymap. Don't bind mouse-2. Bind M-mouse-2 to
4664 `woman-follow-word' instead of `woman-mouse-2'.
4665 (woman-follow-word): Renamed from `woman-mouse-2'.
4666 Follow current unconditionally, since this function is now only
4667 bound to M-mouse-2. Use accessor functions.
4668 (WoMan-highlight-references): Use `make-text-button'.
4669 (woman-xref): New button type.
4670
4671 * loadup.el ("faces"): Move load before loading "loaddefs.el".
4672 ("button"): New load, just before "help" (which uses it).
4673
4674 * help.el (help-mode-map): Make button-buffer-map our parent.
4675 Don't bind mouse events or tab/backtab.
4676 (help-function, help-variable, help-face, help-coding-system)
4677 (help-input-method, help-character-set, help-back, help-info)
4678 (help-customize-variable, help-function-def, help-variable-def):
4679 New button types.
4680 (help-button-action): New function.
4681 (describe-function-1): Pass help button-types to
4682 `help-xref-button' rather than help function and help-echo string.
4683 Don't put multiple help-function args in a list to pass them to
4684 help-xref-button, just pass them as multiple arguments.
4685 Use `help-insert-xref-button' to make [back]-button, rather than
4686 `help-xref-button'.
4687 (help-xref-button): Take a button-type TYPE as a parameter rather
4688 than a function. Remove HELP-ECHO parameter. Remove DATA parameter
4689 and add a &rest parameter ARGS to serve the same purpose.
4690 Use `make-text-button' to add the button.
4691 (help-insert-xref-button): Use `insert-text-button' to add the button.
4692 (help-follow-mouse, help-next-ref, help-previous-ref):
4693 Functions removed.
4694 (help-do-xref): New function.
4695 (help-follow): Use `push-button' and `help-do-xref' to do most of
4696 the work.
4697
4698 * apropos.el (apropos-symbol, apropos-label): New button types.
4699 (apropos-symbol-button-display-help)
4700 (apropos-label-button-display-help, apropos-next-label-button):
4701 New functions.
4702 (apropos-mode-map): Make button-buffer-map our parent.
4703 Don't bind mouse events.
4704 (apropos-print, apropos-print-doc): Create buttons instead of text
4705 properties.
4706 (apropos-mouse-follow): Function removed.
4707 (apropos-follow): Use buttons.
4708
4709 * button.el: New file.
4710
4711 2001-10-07 Gerd Moellmann <gerd@gnu.org>
4712
4713 * emacs-lisp/cl.el (most-positive-fixnum, most-negative-fixnum):
4714 Remove.
4715
4716 2001-10-05 Richard M. Stallman <rms@gnu.org>
4717
4718 * add-log.el (add-change-log-entry): Skip copyright notice
4719 and copying permission notice at start of file, if any.
4720 Make use of terms "entry" and "item" accord with Emacs manual.
4721 Simplify the logic for moving point while entering or creating
4722 an entry and then an item.
4723 (add-change-log-entry-other-window): Doc fix.
4724
4725 2001-10-06 Miles Bader <miles@gnu.org>
4726
4727 * rfn-eshadow.el (read-file-name-electric-shadow): Autoload cookie
4728 removed; they apparently don't work with faces.
4729
4730 2001-10-05 Sam Steingold <sds@gnu.org>
4731
4732 * textmodes/sgml-mode.el (html-xhtml): New user option.
4733 (html-tag-alist, html-horizontal-rule, html-image, html-line)
4734 (html-ordered-list, html-unordered-list, html-list-item)
4735 (html-paragraph, html-checkboxes, html-radio-buttons): Use it.
4736 (sgml-skip-close-p): New function.
4737 (sgml-value): Use it.
4738
4739 2001-10-05 Sam Steingold <sds@gnu.org>
4740
4741 * calendar/diary-lib.el (diary-entry-compare): When times are
4742 identical, compare the entries lexicographically.
4743
4744 2001-10-06 Miles Bader <miles@gnu.org>
4745
4746 * rfn-eshadow.el (rfn-eshadow-update-overlay):
4747 Use `minibuffer-prompt-end'.
4748
4749 * simple.el (previous-matching-history-element): Fix misplaced
4750 parentheses.
4751
4752 2001-10-05 Miles Bader <miles@gnu.org>
4753
4754 * rfn-eshadow.el: New file.
4755
4756 2001-10-05 Miles Bader <miles@gnu.org>
4757
4758 * cus-face.el (custom-face-attributes): Make sure each attribute
4759 has a valid default value. Remove hacks that mapped `nil' to
4760 `off' and used nil to mean `unspecified'. Remove `unspecified'
4761 choices from all attributes (unspecified is handled by the parent
4762 checklist).
4763 * cus-edit.el (custom-face-edit-convert-widget)
4764 (custom-face-edit-deactivate, custom-face-edit-activate)
4765 (custom-face-edit-delete, custom-face-edit-attribute-tag):
4766 New functions.
4767 (custom-face-edit): Specify a custom :convert-widget.
4768 (custom-pre-filter-face-spec, custom-post-filter-face-spec):
4769 Don't pass in default filters that map between `nil' and `off' and
4770 `unspecified' and `nil'.
4771
4772 2001-10-05 Gerd Moellmann <gerd@gnu.org>
4773
4774 * progmodes/compile.el (compilation-buffer-name): New function.
4775 (compile-internal): Use it to determine the name of the
4776 compilation buffer.
4777
4778 2001-10-05 Miles Bader <miles@gnu.org>
4779
4780 * progmodes/compile.el (grep-use-null-device): New variable.
4781 (grep-command): Mention `grep-use-null-device'.
4782 (grep-compute-defaults): Compute `grep-use-null-device' if necessary.
4783 Make computation of `grep-command' respect `grep-use-null-device'.
4784 (grep): Respect `grep-use-null-device'.
4785 Call `grep-compute-defaults' even if grep-command is set, if
4786 grep-use-null-device is still tentative.
4787
4788 * subr.el (call-process-shell-command): New function.
4789
4790 2001-10-05 Miles Bader <miles@gnu.org>
4791
4792 * simple.el (previous-matching-history-element)
4793 (next-history-element, next-complete-history-element): Use
4794 `minibuffer-' functions instead of calling `field-' functions directly.
4795 (minibuffer-prompt-end, minibuffer-contents):
4796 (minibuffer-contents-no-properties, delete-minibuffer-contents):
4797 Functions removed (now subrs).
4798 (minibuffer-prompt-width): Use `minibuffer-prompt-end'.
4799
4800 * minibuf-eldef.el (minibuf-eldef-setup-minibuffer)
4801 (minibuf-eldef-update-minibuffer): Use `minibuffer-' functions
4802 instead of calling `field-' functions directly.
4803 (minibuf-eldef-setup-minibuffer): Remove unused variable `prompt'.
4804
4805 2001-10-05 Gerd Moellmann <gerd@gnu.org>
4806
4807 * files.el (find-file-noselect): If file's read-only status has
4808 changed on disk, ask if buffer's read-only status should be
4809 changed, unless NOWARN is set.
4810
4811 * emacs-lisp/cl-macs.el (define-setf-expander): Make it an
4812 alias for define-setf-method.
4813
4814 * bindings.el: Remove no-byte-compile from file local variables
4815 to enable bootstrapping.
4816
4817 2001-10-04 Andrew Innes <andrewi@gnu.org>
4818
4819 * faces.el (face-font-registry-alternatives) [windows-nt]:
4820 Make gb2312 an alias for gb2312.1980.
4821
4822 2001-10-04 Stefan Monnier <monnier@cs.yale.edu>
4823
4824 * uniquify.el (uniquify-get-proposed-name): Don't assume dirsep is /.
4825 (uniquify-reverse-components): Remove.
4826
4827 * emacs-lisp/bytecomp.el (byte-recompile-directory):
4828 Make sure the file is readable.
4829 (byte-compile-file): Don't compile if `no-byte-compile' is set.
4830 (byte-compile-defvar): Update to reflect the change in Fdefvar.
4831 (batch-byte-recompile-directory): Pass arg=0.
4832
4833 * progmodes/perl-mode.el (perl-indent-continued-arguments): New var.
4834 (perl-calculate-indent): Use it.
4835 (perl-backward-to-noncomment): Use forward-comment.
4836
4837 * derived.el (define-derived-mode, derived-mode-make-docstring):
4838 Allow `parent' to be nil.
4839
4840 * textmodes/nroff-mode.el (nroff-mode-abbrev-table, nroff-mode):
4841 Use define-derived-mode.
4842 (nroff-mode-map, nroff-mode-syntax-table): Massage.
4843
4844 * mail/mailabbrev.el (mail-abbrev-in-expansion-header-p): Simplify.
4845
4846 * emacs-lisp/lselect.el: Use facep iso find-face.
4847
4848 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
4849 Use regexp-opt.
4850 (doc-string-elt): Set symbols' prop. Copied from autoload.el.
4851 (lisp-font-lock-syntactic-face-function): New function.
4852 (lisp-mode-variables): Use it. Make arg optional.
4853 (emacs-lisp-mode): Don't pass an arg to lisp-mode-variables.
4854 (lisp-mode): Don't pass an arg to lisp-mode-variables.
4855 Set comment-start-skip.
4856
4857 * emacs-lisp/lisp-mnt.el (lm-history-header): Accept `ChangeLog'.
4858
4859 * emacs-lisp/cl-macs.el (frame-parameter): Add a setf method.
4860 (ignore-errors): Don't bother using a `err' symbol.
4861
4862 * emacs-lisp/autoload.el (autoload-ensure-default-file)
4863 (autoload-insert-section-header, autoload-before-p)
4864 (autoload-remove-section): New functions.
4865 (generate-file-autoloads): Use them.
4866 (update-file-autoloads): Use them. Return FILE if there's no cookie.
4867 Make sure the autoload file is properly formatted when creating it.
4868 (update-autoloads-from-directories): Use them as well.
4869 Only update autoloads for files whose timestamp has changed.
4870 Add a dummy entry to remember the files which had no autoload cookies.
4871
4872 * timer.el (timer-relative-time): Fix computation for negative `micro'.
4873
4874 * subr.el (define-key-after): Allow `key' to be longer than 1.
4875 (make-local-hook): Make obsolete.
4876 (add-hook, remove-hook): Don't use make-local-hook any more.
4877 (make-syntax-table): Inherit all chars from s-s-t.
4878
4879 2001-10-04 Gerd Moellmann <gerd@gnu.org>
4880
4881 This is a fix for a report saying that resuming a search with C-s
4882 C-s doesn't use the case-fold-search setting of the previous
4883 search (C-s ... M-c ... then C-s C-s).
4884
4885 * isearch.el (isearch-last-case-fold-search): New variable.
4886 (isearch-mode): Remember value of isearch-case-fold-search
4887 in isearch-last-case-fold-search.
4888 (isearch-done): Quote value of isearch-case-fold-search.
4889 (isearch-repeat): When resuming a search, restore
4890 isearch-case-fold-search from isearch-last-case-fold-search.
4891
4892 Added to NEWS.
4893
4894 * startup.el (inhibit-startup-buffer-menu): New user-option.
4895 (command-line-1): If inhibit-startup-buffer-menu is set, don't
4896 display the buffer menu. From Simon Josefsson <jas@extundo.com>.
4897
4898 This allows upto 99999 messages in the summary without screwing up
4899 the summary sorting. Previously 9999 was the maximum. Added to NEWS.
4900
4901 * mail/rmailsum.el (rmail-make-summary-line)
4902 (rmail-make-summary-line-1, rmail-summary-next-same-subject)
4903 (rmail-summary-goto-msg, rmail-summary-goto-msg):
4904 Allow 5-digit message ids instead of 4.
4905
4906 This adds expansion of environment variables in the value
4907 specified with M-x setenv. Added to NEWS.
4908
4909 * env.el (substitute-env-vars): New function.
4910 (setenv): Add parameter SUBSTITUTE-ENV-VARS. If set, substitute
4911 environment variables in VALUE. Return VALUE.
4912
4913 2001-10-04 Gerd Moellmann <gerd@gnu.org>
4914
4915 * Branch for 21.1.
4916
4917 2001-10-03 Stefan Monnier <monnier@cs.yale.edu>
4918
4919 * pcvs-util.el (cvs-prefix-define): Typo cons->concat.
4920
4921 2001-10-03 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4922
4923 * emulation/tpu-edt.el: Make messages match original TPU/edt
4924 editor. From riepel@Stanford.EDU (Rob Riepel).
4925
4926 2001-10-03 Eli Zaretskii <eliz@is.elta.co.il>
4927
4928 * rect.el: Update maintainer's email address.
4929
4930 2001-10-02 Andreas Schwab <schwab@suse.de>
4931
4932 * net/ange-ftp.el (ange-ftp-skip-msgs): Add 227 and 228 for Long
4933 and Extended Passive Mode, resp.
4934
4935 2001-10-01 Eli Zaretskii <eliz@is.elta.co.il>
4936
4937 These changes add support for Calendar-related items in the
4938 menu bar on tty's as well:
4939
4940 * calendar/calendar.el (calendar-mode-map): Require cal-menu
4941 unconditionally.
4942 (calendar-mode): Set up activate-menubar-hook unconditionally.
4943
4944 * calendar/cal-menu.el (cal-menu-x-popup-menu): New function,
4945 calls x-popup-menu only if popup menus are supported.
4946 (calendar-mouse-insert-hebrew-diary-entry)
4947 (calendar-mouse-insert-islamic-diary-entry)
4948 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
4949 (calendar-mouse-view-other-diary-entries)
4950 (calendar-mouse-print-dates, calendar-mouse-2-date-menu)
4951 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
4952 Call cal-menu-x-popup-menu instead of x-popup-menu.
4953
4954 2001-10-01 Gerd Moellmann <gerd@gnu.org>
4955
4956 * gs.el (gs-set-ghostview-window-prop): Fix args of `elt'.
4957
4958 * emacs-lisp/edebug.el (rx): Add def-edebug-spec.
4959
4960 * emacs-lisp/rx.el: New file.
4961
4962 2001-10-01 Eli Zaretskii <eliz@is.elta.co.il>
4963
4964 * help.el (help-for-help): Doc fix. From Pavel@Janik.cz (Pavel Janik).
4965
4966 2001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
4967
4968 * frame.el (select-frame-by-name, other-frame): Doc fix.
4969
4970 2001-09-29 Eli Zaretskii <eliz@is.elta.co.il>
4971
4972 * play/snake.el (snake-score-file): Use temporary-file-directory
4973 instead of a literal "/tmp". Suggested by Robert
4974 <robert@chezmarshall.freeserve.co.uk>.
4975
4976 * play/tetris.el (tetris-score-file): Ditto.
4977
4978 2001-09-28 Eli Zaretskii <eliz@is.elta.co.il>
4979
4980 * apropos.el (apropos-print): Make the directions inserted at the
4981 beginning of the *Apropos* buffer more clear.
4982
4983 2001-09-27 Michael Kifer <kifer@cs.sunysb.edu>
4984
4985 * ediff-mult.el (ediff-get-meta-info): Installed Gerd's changes.
4986 Added comments.
4987
4988 2001-09-27 Stefan Monnier <monnier@cs.yale.edu>
4989
4990 * newcomment.el (comment-normalize-vars): Use " \t" rather than
4991 "\\s-" when defining comment-end-skip.
4992
4993 2001-09-27 Gerd Moellmann <gerd@gnu.org>
4994
4995 * mail/feedmail.el (feedmail-queue-send-edit-prompt-help):
4996 Call get-buffer-window first second arg `visible'.
4997
4998 * international/mule-diag.el (list-input-methods-1):
4999 Output something that's independent of Emacs' version.
5000
5001 * tar-mode.el (tar-mode-write-file): Don't signal an error by
5002 calling byte-to-position with a nil tar-header-offset.
5003
5004 2001-09-27 Simon Josefsson <jas@extundo.com>
5005
5006 * mail/sendmail.el (send-mail-function): Doc fix.
5007 (mail-do-fcc): Error if header-end is not a marker.
5008 (mail-do-fcc): Add a comment.
5009 (mail-reply-to): Doc fix.
5010 (mail-signature): Make ATPOINT optional.
5011 (mail-yank-original): Use cond instead of nestled if.
5012
5013 2001-09-26 Stefan Monnier <monnier@cs.yale.edu>
5014
5015 * info.el (Info-on-current-buffer): Default arg to "Top".
5016
5017 2001-09-25 Eli Barzilay <eli@barzilay.org>
5018
5019 * calculator.el (calculator-copy-displayer): New user-option.
5020 (calculator-displayer-prev, calculator-displayer-next):
5021 Renamed from calculator-displayed-{left,right}.
5022 (calculator, calculator-standard-displayer)
5023 (calculator-num-to-string, calculator-update-display)
5024 (calculator-copy, calculator-put-value): Bug and display fixes.
5025
5026 2001-09-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5027
5028 * ebnf2ps.el: Eliminate make-local-hook calls. Doc fix.
5029 (ebnf-version): New version (3.6.1).
5030
5031 * ebnf-bnf.el: Fix character range regexp. Doc fix.
5032 (ebnf-bnf-non-terminal-chars): New internal const.
5033 (ebnf-bnf-lex): Fix code.
5034
5035 * ebnf-iso.el: Fix character range regexp. Doc fix.
5036 (ebnf-iso-non-terminal-chars): New internal const.
5037 (ebnf-iso-lex): Fix code.
5038
5039 * ebnf-yac.el: Fix character range regexp. Doc fix.
5040 (ebnf-yac-skip-chars): New internal const.
5041 (ebnf-yac-skip-code): Fix code.
5042
5043 2001-09-24 Stefan Monnier <monnier@cs.yale.edu>
5044
5045 * vc.el (vc-checkin): Use vc-delete-automatic-version-backups.
5046
5047 * pcvs-parse.el (cvs-parse-commit): Expand the file name before
5048 passing it to VC.
5049
5050 * vc-hooks.el (vc-delete-automatic-version-backups): Handle the
5051 case where the file is relative.
5052
5053 2001-09-24 Gerd Moellmann <gerd@gnu.org>
5054
5055 * xml.el (xml-parse-attlist): Quotes around attributes must be the
5056 same on each side. Make sure we properly handle simple quotes.
5057 From Daiki Ueno <ueno@unixuser.org>.
5058
5059 2001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
5060
5061 * mail/sendmail.el (mail-mode): Doc fix. From Simon Josefsson
5062 <jas@extundo.com>.
5063
5064 * menu-bar.el (top-level): Minor fixes for text of help-echo in
5065 some items of the Options menu.
5066
5067 2001-09-22 Stefan Monnier <monnier@cs.yale.edu>
5068
5069 * pcvs-parse.el (cvs-parse-commit): Remove the temp files used by VC.
5070
5071 * vc-hooks.el (vc-delete-automatic-version-backups):
5072 Don't fail if the directory doesn't exist.
5073
5074 * diff-mode.el (diff-default-read-only): New var.
5075 (diff-mode): Use it.
5076
5077 2001-09-22 Eli Zaretskii <eliz@is.elta.co.il>
5078
5079 * hexl.el (hexl-mode-map): Fix the change of 2001-08-23:
5080 Use make-keymap instead of copy-keymap, since copying the global
5081 keymap messes up the menu bar.
5082
5083 * info.el (Info-goto-node, Info-menu): Doc fix. Suggested by
5084 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
5085
5086 2001-09-21 Eli Zaretskii <eliz@is.elta.co.il>
5087
5088 * dired.el (dired-build-subdir-alist): Accept optional arg SWITCHES.
5089
5090 * dired-aux.el (dired-insert-subdir): Pass switches to
5091 dired-build-subdir-alist.
5092
5093 2001-09-21 Stephen Gildea <gildea@stop.mail-abuse.org>
5094
5095 * time-stamp.el (time-stamp-string-preprocess): Fix bug that
5096 caused %#a and %#b to be mis-formatted.
5097
5098 2001-09-20 Eli Zaretskii <eliz@is.elta.co.il>
5099
5100 * info.el (Info-file-list-for-emacs): Add elements for ada-mode,
5101 ccmode, emacs-mime, and eudc manuals.
5102
5103 2001-09-19 Sam Steingold <sds@gnu.org>
5104
5105 w32 find cannot be used with `grep-find'.
5106 * progmodes/compile.el (find-program): New variable.
5107 (grep-compute-defaults): Use it to set `grep-find-command'.
5108
5109 2001-09-19 Gerd Moellmann <gerd@gnu.org>
5110
5111 * ps-bdf.el (bdf-read-bitmap): Initialize returned values to defaults.
5112
5113 2001-09-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5114
5115 * ebnf2ps.el: Replace "Prologue" by "Prolog" in PostScript
5116 programming. Doc fix.
5117 (ebnf-version): New version (3.6).
5118 (ebnf-eps-begin): Data fix.
5119 (ebnf-begin-file): Code fix.
5120
5121 * ebnf-bnf.el: Doc fix.
5122 (ebnf-bnf-lex): Fix regexp for non-terminal and terminal tokens.
5123
5124 * ebnf-iso.el, ebnf-otz.el, ebnf-yac.el: Doc fix.
5125
5126 2001-09-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5127
5128 * ps-print.el: Better face mapping for black/white PostScript printers.
5129 Check if mark is active when printing a region. Doc fix.
5130 (ps-print-version): New version number (6.5.5).
5131 (ps-print-color-p): Customization fix.
5132 (ps-black-white-faces): New option.
5133 (ps-black-white-faces-alist): New internal var.
5134 (ps-count-lines-preprint, ps-print-preprint-region): New funs.
5135 (ps-print-region, ps-print-region-with-faces, ps-nb-pages-buffer)
5136 (ps-nb-pages-region): Interactive fix.
5137 (ps-extend-face-list, ps-extend-face, ps-setup, ps-begin-job)
5138 (ps-face-attributes, ps-generate-postscript-with-faces): Code fix.
5139
5140 2001-09-18 Eli Zaretskii <eliz@is.elta.co.il>
5141
5142 * dired.el (dired-move-to-filename-regexp): Allow one digit in the
5143 numeric month value, and allow the Kanji character after the it to
5144 be missing (happens with ls-lisp's output on Japanese versions of
5145 MS-Windows).
5146
5147 2001-09-18 Miles Bader <miles@gnu.org>
5148
5149 * diff-mode.el (diff-mode): Don't make the buffer read-only if
5150 it's empty (and thus probably a new patch file about to be edited).
5151
5152 2001-09-17 Gerd Moellmann <gerd@gnu.org>
5153
5154 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
5155 Check for '(' in column 0 of doc string.
5156
5157 * gs.el (gs-set-ghostview-window-prop): Use `elt' instead
5158 of `nth' so that using a vector as bounding-box works.
5159 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
5160
5161 2001-09-17 Andre Spiegel <spiegel@gnu.org>
5162
5163 * vc.el (vc-annotate): Use current workfile version explicitly as
5164 a default, suggested by Gustav H\e,Ae\e(Bllberg <gustav@virtutech.se>.
5165
5166 2001-09-16 Eli Zaretskii <eliz@is.elta.co.il>
5167
5168 * ps-bdf.el (bdf-cache-file) <ms-dos>: Use _bdfcache.el, since
5169 convert-standard-filename doesn't guarantee that the .el extension
5170 is preserved.
5171
5172 * dos-fns.el (convert-standard-filename): Replace invalid
5173 characters only after converting dash/underscore to a period.
5174 (original-make-auto-save-file-name): New.
5175 (make-auto-save-file-name): New function, overrides the definition
5176 on files.el and calls the original function via
5177 original-make-auto-save-file-name.
5178
5179 * mail/rmail.el (top-level): Require mule-utils when compiling.
5180 (rmail-decode-babyl-format): Use detect-coding-with-priority
5181 instead of detect-coding-region, to favor detection of emacs-mule
5182 encoded Babyl files written by rmailout.el etc. Suggested by
5183 Kenichi Handa <handa@etl.go.jp>.
5184
5185 2001-09-14 Eli Zaretskii <eliz@is.elta.co.il>
5186
5187 * eshell/em-unix.el (eshell-shuffle-files, eshell-shuffle-files):
5188 Use `equal', not `=', since the device number can be a cons cell.
5189
5190 2001-09-14 Gerd Moellmann <gerd@gnu.org>
5191
5192 * simple.el: Comment out change of 2001-09-13.
5193
5194 2001-09-13 Milan Zamazal <pdm@zamazal.org>
5195
5196 * progmodes/compile.el (grep-compute-defaults): Don't set
5197 grep-command/grep-find-command when it is already non-nil.
5198 (grep-command): Make it a user option.
5199 (grep-find-command): Likewise.
5200
5201 2001-09-13 Michael Kifer <kifer@cs.sunysb.edu>
5202
5203 * viper-cmd.el (viper-replace-char-subr, viper-envelop-ESC-key):
5204 inhibit quit.
5205
5206 2001-09-13 Eli Zaretskii <eliz@is.elta.co.il>
5207
5208 * files.el (make-auto-save-file-name): If long file names are not
5209 supported on MS-DOS, truncate the file name to DOS 8+3 limits before
5210 generating an auto-save file name from it.
5211
5212 2001-09-13 Gerd Moellmann <gerd@gnu.org>
5213
5214 * ps-print.el (ps-print-region, ps-print-region-with-faces)
5215 (ps-nb-pages-region): Signal an error if called interactively
5216 and the mark is not active.
5217
5218 * simple.el (minibuffer-prompt-modification)
5219 (minibuffer-prompt-insertion): New functions.
5220 (minibuffer-prompt-properties): Use `modification-hooks' and
5221 `insert-in-front-hooks'.
5222
5223 2001-09-12 Richard M. Stallman <rms@gnu.org>
5224
5225 * textmodes/outline.el (outline-regexp): Doc fix.
5226 Initialize it in the defcustom, the usual way.
5227
5228 2001-09-12 Gerd Moellmann <gerd@gnu.org>
5229
5230 * ediff-mult.el (ediff-get-meta-info): Take into account that data
5231 from `ediff-meta-info' properties need not be an overlay.
5232 From David Ponce <dponce@voila.fr>.
5233
5234 * isearch.el (isearch-intersects-p): Fix end checks.
5235
5236 2001-09-11 Eli Zaretskii <a34785@is.elta.co.il>
5237
5238 * gud.el (dbx) <gud-dbx-use-stopformat-p>: Move this case into the
5239 `t' branch of `cond', since Irix 6.1 and up is a special case of
5240 the standard dbx interface.
5241
5242 2001-09-11 Miles Bader <miles@gnu.org>
5243
5244 * comint.el (comint-send-input): When waiting for echoed input,
5245 don't save the expected end position in `echo-end', so that things
5246 work properly even if the buffer is modified elsewhere at the same
5247 time [this happens if `comint-truncate-buffer' is used].
5248
5249 2001-09-11 Gerd Moellmann <gerd@gnu.org>
5250
5251 * textmodes/outline.el (outline-mode): Use `^' and a shy group
5252 when constructing imenu-generic-expression from outline-regexp.
5253
5254 2001-09-10 Eli Zaretskii <eliz@is.elta.co.il>
5255
5256 * eshell/em-unix.el (eshell-shuffle-files): Compare inodes with
5257 `equal' instead of `=', since they can be cons cells. From Nils
5258 Goesche <cartan@cartan.de>.
5259
5260 2001-09-10 Andre Spiegel <spiegel@gnu.org>
5261
5262 * vc.el (vc-annotate): Rewrote doc string.
5263
5264 2001-09-10 Eli Zaretskii <eliz@is.elta.co.il>
5265
5266 * time-stamp.el: Update Stephen Gildea's email address.
5267
5268 2001-09-10 Gerd Moellmann <gerd@gnu.org>
5269
5270 * mail/sendmail.el (mail-send): Obey mail-send-nonascii when
5271 enable-multibyte-characters = nil. From Hallvard B Furuseth
5272 <h.b.furuseth@usit.uio.no>.
5273
5274 2001-09-09 Michael Kifer <kifer@cs.sunysb.edu>
5275
5276 * ediff-init.el (ediff-highest-priority): Bug fix.
5277
5278 * viper-cmd.el (viper-special-read-and-insert-char): New function
5279 that reads a character and uses the current input method or
5280 iso-accents when appropriate.
5281
5282 * viper.el and all others: Corrections to the comment blocks at
5283 the top.
5284
5285 2001-09-09 Eli Zaretskii <eliz@is.elta.co.il>
5286
5287 * info.el (Info-goto-node): Doc fix.
5288
5289 2001-09-07 Gerd Moellmann <gerd@gnu.org>
5290
5291 * isearch.el (isearch-intersects-p): New function.
5292 (isearch-close-unnecessary-overlays): Renamed from *unecessary*,
5293 use isearch-intersects-p, and clean up.
5294
5295 2001-09-07 Eli Zaretskii <eliz@is.elta.co.il>
5296
5297 * textmodes/ispell.el (ispell-dictionary-alist-4): Add "german"
5298 and "german8", for the new German orthography dictionaries,
5299 (ispell-dictionary-alist-5, ispell-dictionary-alist-6): Rearrange
5300 the entries, to keep the line length balanced for loaddefs.el.
5301
5302 2001-09-07 Dr Francis J. Wright <F.J.Wright@qmw.ac.uk>
5303
5304 * comint.el (comint-send-input): Handle comint-process-echoes
5305 differently.
5306
5307 2001-09-07 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
5308
5309 * locate.el (locate-insert-header): Remove unnecessary whitespace.
5310
5311 2001-09-07 Eli Zaretskii <eliz@is.elta.co.il>
5312
5313 * arc-mode.el (archive-dostime): Fix a typo in minutes' computation.
5314
5315 2001-09-07 Gerd Moellmann <gerd@gnu.org>
5316
5317 * server.el (server-switch-buffer):
5318 * textmodes/refer.el (refer-find-entry-internal):
5319 * term/sup-mouse.el (sup-pos-to-window):
5320 * term/bg-mouse.el (bg-window-from-x-y):
5321 * emacs-lisp/edebug.el (edebug-window-live-p):
5322 Use get-window-with-predicate.
5323
5324 * window.el (get-window-with-predicate): Renamed from some-window.
5325 (some-window): Make it an alias.
5326
5327 2001-09-06 Gerd Moellmann <gerd@gnu.org>
5328
5329 * simple.el (undo): Remove positions from buffer-undo-list up to
5330 the next undo boundary only.
5331
5332 2001-09-06 Eli Zaretskii <eliz@is.elta.co.il>
5333
5334 * makefile.nt (install): Don't copy sc.el. Reported by Richard
5335 Kim <ryk@dspwiz.com>
5336
5337 * cus-edit.el (custom-buffer-create-internal): Remove "100%" from
5338 the message "Creating customization items...done".
5339
5340 2001-09-05 Gerd Moellmann <gerd@gnu.org>
5341
5342 * font-lock.el (toplevel): Require `jit-lock' only if
5343 font-lock-support-mode is set to jit-lock-mode.
5344
5345 2001-09-05 Eli Zaretskii <eliz@is.elta.co.il>
5346
5347 * international/quail.el (quail-use-package, quail-inactivate)
5348 (quail-activate): Mention the hooks these functions run in their
5349 doc strings.
5350
5351 2001-09-05 Edward M. Reingold <reingold@iit.edu>
5352
5353 * cal-menu.el (calendar-mouse-view-other-diary-entries): Fix name
5354 of file in header of menu.
5355
5356 2001-09-04 Gerd Moellmann <gerd@gnu.org>
5357
5358 * env.el (setenv): Interactively, if VARIABLE has a current value,
5359 add that to the front of the history, as the doc string says.
5360
5361 * comint.el (comint-send-input): Change help-echo.
5362 From "Dr Francis J. Wright" <F.J.Wright@qmw.ac.uk>.
5363
5364 * bookmark.el (bookmark-write-file): Bind print-length and
5365 print-level to nil. From Tom Capey <tomc@edina.co.uk>.
5366
5367 * obsolete/uncompress.el: Moved there from lisp/.
5368
5369 * comint.el (comint-insert-clicked-input): Goto point-max before
5370 deleting previous input. From "Dr Francis J. Wright"
5371 <F.J.Wright@qmw.ac.uk>.
5372
5373 * simple.el (backward-word): Doc fix.
5374
5375 2001-09-03 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
5376
5377 * emacs-lisp/levents.el, emacs-lisp/lucid.el, emacs-lisp/pp.el
5378 * uncompress.el, uniquify.el, vc.el, view.el, window.el
5379 * w32-fns.el: Add Keywords header.
5380
5381 2001-09-04 Eli Zaretskii <eliz@is.elta.co.il>
5382
5383 * menu-bar.el: Fix separators in the Edit menu. Bring "Fill" near
5384 "Text Properties". Suggested by Simon Marshall
5385 <Simon.Marshall@midas-kapiti.com>.
5386
5387 2001-09-04 Andrew Choi <akochoi@cse.cuhk.edu.hk>
5388
5389 * term/mac-win.el (mac-drag-n-drop): Decode file name by
5390 consulting the value of file-name-coding-system.
5391
5392 2001-09-03 Stefan Monnier <monnier@cs.yale.edu>
5393
5394 * help.el (describe-function-1): Save precomputed `file-name' rather
5395 than recomputing it (incorrectly) with `symbol-file'.
5396
5397 2001-09-03 Gerd Moellmann <gerd@gnu.org>
5398
5399 * international/isearch-x.el (isearch-exit-recursive-edit):
5400 Take three parameters, since it's used as an after-change-function.
5401
5402 * emacs-lisp/backquote.el (backquote-backquote-symbol)
5403 (backquote-unquote-symbol, backquote-splice-symbol): Remove `*'
5404 from doc strings.
5405
5406 2001-09-02 Milan Zamazal <pdm@zamazal.org>
5407
5408 * progmodes/glasses.el (glasses-convert-to-unreadable):
5409 Consider underscores as in `glasses-make-readable'.
5410
5411 2001-09-02 Eli Zaretskii <eliz@is.elta.co.il>
5412
5413 * progmodes/cmacexp.el (c-macro-preprocessor): Use "gcc -E" for
5414 MS-DOS, since cpp might not be available.
5415
5416 * menu-bar.el (menu-bar-edit-menu) <yank-menu, yank>:
5417 Mention "yank" in the help-echo text.
5418 Suggested by Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
5419
5420 2001-09-01 Stefan Monnier <monnier@cs.yale.edu>
5421
5422 * newcomment.el (comment-indent): Insert spaces more carefully.
5423
5424 2001-08-31 Eli Zaretskii <eliz@is.elta.co.il>
5425
5426 * mail/emacsbug.el (report-emacs-bug): Make sure *Messages*
5427 exists. From Andy Petrusenco <andy@int.spb.ru>.
5428
5429 * hi-lock.el (hi-lock-unface-buffer): Don't call x-popup-menu if
5430 display-popup-menus-p returns nil. Suggested by Andy Petrusenco
5431 <andy@int.spb.ru>.
5432
5433 2001-08-31 Gerd Moellmann <gerd@gnu.org>
5434
5435 * isearch.el (isearch-mouse-2): Renamed from isearch-mouse-yank.
5436 Instead of running mouse-yank-at-click, see what the event is
5437 bound to outside Isearch and run that.
5438
5439 2001-08-31 Eli Zaretskii <eliz@is.elta.co.il>
5440
5441 * menu-bar.el (menu-bar-options-menu) <transient-mark-mode>:
5442 Fix the menu entry to mention transient-mark-mode.
5443
5444 2001-08-30 Gerd Moellmann <gerd@gnu.org>
5445
5446 * simple.el (eval-expression-print-level): Fix last change.
5447
5448 * bindings.el (mode-line-coding-system-map): New variable.
5449 (mode-line-mule-info): Give the "%Z" a local-map keymap.
5450
5451 * simple.el (eval-expression-print-level): Change the type
5452 of the defcustom to allow nil.
5453
5454 * emacs-lisp/find-gc.el: Moved here from lisp/.
5455
5456 * international/quail.el (quail-completion-1):
5457 Reverse the ((CHAR . DEFN) ...) list before processing it.
5458 From Kenichi Handa <handa@etl.go.jp>.
5459
5460 * obsolete/rsz-mini.el, obsolete/sun-curs.el, obsolete/sun-fns.el
5461 * obsolete/x-apollo.el, obsolete/x-menu.el: Moved here from lisp/.
5462
5463 2001-08-30 Eli Zaretskii <eliz@is.elta.co.il>
5464
5465 * toolbar/tool-bar.el (tool-bar-mode): Make it a no-op if images
5466 aren't supported. This avoids the annoying gray strip drawn by
5467 the Windows version instead of the missing tool bar.
5468
5469 2001-08-29 Gerd Moellmann <gerd@gnu.org>
5470
5471 * menu-bar.el (menu-bar-options-menu): Make option text, messages
5472 and tooltips more consistent. From "Marshall, Simon"
5473 <Simon.Marshall@midas-kapiti.com>.
5474
5475 * startup.el (fancy-splash-screens): Temporarily set
5476 minor-mode-map-alist to nil while displaying splash screens.
5477
5478 2001-08-29 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
5479
5480 * buff-menu.el: Add Keywords header.
5481 Doc fix (C-x C-b is bound to list-buffers).
5482
5483 * dired-x.el: Add keyword files to get listed in finder.
5484 Remove confusing notes about GNU Emacs 19.
5485
5486 * dired.el, dired-aux.el: Add Keywords header.
5487
5488 2001-08-28 Andre Spiegel <spiegel@gnu.org>
5489
5490 * vc.el (vc-revert-file): Call the backend even if the FILE's
5491 contents can be reverted locally; pass new arg CONTENTS-DONE
5492 down to the backend.
5493
5494 * vc-cvs.el, vc-rcs.el, vc-sccs.el (vc-*-revert-file): Handle new
5495 optional arg CONTENTS-DONE.
5496
5497 2001-08-28 Andrew Innes <andrewi@gnu.org>
5498
5499 * makefile.nt (DONTCOMPILE): Sync list from makefile.w32-in.
5500
5501 2001-08-28 Eli Zaretskii <eliz@is.elta.co.il>
5502
5503 * makefile.nt (install): Copy more *.el files.
5504
5505 2001-08-28 Gerd Moellmann <gerd@gnu.org>
5506
5507 * dired.el (dired-mode-map): Bind `y' to dired-show-file-type
5508 instead of `w' which is already in use.
5509
5510 * gs.el (gs-load-image): Use sleep-for.
5511 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
5512
5513 2001-08-28 Miles Bader <miles@gnu.org>
5514
5515 * replace.el (query-replace-regexp-eval): Return args from
5516 `interactive' form in correct order.
5517
5518 2001-08-28 Eli Zaretskii <eliz@is.elta.co.il>
5519
5520 * mouse.el (mouse-buffer-menu): If the buffer menu is split by
5521 major modes, don't create panes for modes for which
5522 mouse-buffer-menu-alist returns an empty alist.
5523
5524 2001-08-28 Thien-Thi Nguyen <ttn@gnu.org>
5525
5526 * progmodes/hideshow.el: Update first-line description.
5527 Sync comments w/ maintainer version 5.31.
5528
5529 (hs-isearch-open): Default value now `code'.
5530 Fix docstring to use "code blocks" vs "comment blocks",
5531 as opposed to "block" vs "comment".
5532 (hs-flag-region): Accept `hs-isearch-open' value
5533 of `block' as synonymous w/ `code'.
5534 (hs-hide-block-at-point): For code blocks, pass `code'
5535 to `hs-flag-region' instead of `block'.
5536
5537 2001-08-28 Miles Bader <miles@gnu.org>
5538
5539 * comint.el (comint-next-prompt): Don't loop infinitely if
5540 {next,previous}-single-char-property-change returns its input
5541 position when the search fails.
5542
5543 2001-08-27 Miles Bader <miles@gnu.org>
5544
5545 * comint.el (comint-get-old-input-default): Don't signal an error
5546 if point is not on an input field; instead, return the current
5547 line (using `comint-bol' to skip any prompt, in case we're not
5548 using fields at all).
5549
5550 * man.el (Man-mode-line-format): Variable removed.
5551 (Man-mode): Change `mode-line-buffer-identification' instead of
5552 `mode-line-format'.
5553
5554 2001-08-27 Gerd Moellmann <gerd@gnu.org>
5555
5556 * mail/sendmail.el (mail-send-hook): Remove a duplicate defcustom.
5557 From Simon Josefsson <jas@extundo.com>.
5558
5559 2001-08-26 Eli Zaretskii <eliz@is.elta.co.il>
5560
5561 * textmodes/texnfo-upd.el: Remove dots and exclams at end of error
5562 messages. From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
5563
5564 * emacs-lisp/levents.el: Specify FSF as Maintainer. From Pavel
5565 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
5566
5567 * emacs-lisp/lselect.el: Ditto.
5568
5569 * hexl.el (hexl-insert-multibyte-char, hexl-insert-char):
5570 Remove periods from the end of error message strings.
5571 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
5572
5573 * progmodes/antlr-mode.el: Add Keywords header. From Pavel
5574 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
5575
5576 * net/telnet.el: Ditto.
5577
5578 2001-08-26 Gerd Moellmann <gerd@gnu.org>
5579
5580 * hl-line.el (hl-line-mode): Add args INIT-VALUE, LIGHTER, and
5581 KEYMAP to the call to define-minor-mode.
5582
5583 2001-08-24 Eli Zaretskii <eliz@is.elta.co.il>
5584
5585 * term/internal.el (IT-character-translations) <hebrew-iso8859-8>:
5586 Replace some of the undefined characters with emulations of bidi
5587 formatting characters and Niqud as per SI 1311-1.
5588 (IT-unicode-translations): Ditto.
5589 (IT-display-table-setup, IT-setup-unicode-display):
5590 Fill characters without translations with dos-unsupported-char-glyph.
5591
5592 2001-08-24 Simon Josefsson <jas@extundo.com>
5593
5594 * hl-line.el (hl-line-mode): Don't be a global mode.
5595 (global-hl-line-mode): New function.
5596
5597 2001-08-24 Gerd Moellmann <gerd@gnu.org>
5598
5599 * gs.el (gs-load-image): Wait for GHOSTVIEW window property
5600 being reset by Ghostscript. Don't kill the gs process.
5601 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
5602
5603 2001-08-24 Andrew Choi <akochoi@cse.cuhk.edu.hk>
5604
5605 * term/mac-win.el: Require scroll-bar.
5606
5607 2001-08-23 Stefan Monnier <monnier@cs.yale.edu>
5608
5609 * ebuff-menu.el (electric-buffer-list): Use list-buffers-noselect.
5610
5611 2001-08-23 Eli Zaretskii <eliz@is.elta.co.il>
5612
5613 * hexl.el (hexl-insert-multibyte-char) New function.
5614 (hexl-quoted-insert, hexl-self-insert-command)
5615 (hexl-insert-hex-char, hexl-insert-decimal-char)
5616 (hexl-insert-octal-char): Call it instead of hexl-insert-char.
5617 Fix the doc strings accordingly.
5618 (hexl-insert-char): Reject characters whose code is above 255.
5619 Doc fix.
5620 (hexl-mode-map): Copy the global keymap instead of creating a
5621 sparse keymap, and bind all self-inserting characters to
5622 hexl-self-insert-command.
5623
5624 2001-08-22 Stefan Monnier <monnier@cs.yale.edu>
5625
5626 * wid-edit.el (text): Re-order docstring correctly.
5627
5628 * mail/sendmail.el (mail-mode): Use adaptive-fill-regexp.
5629
5630 * textmodes/fill.el (adaptive-fill-regexp): Admit tabs as well.
5631
5632 2001-08-22 Eli Zaretskii <eliz@is.elta.co.il>
5633
5634 * simple.el (line-number-mode): Mention the variable
5635 line-number-display-limit-width in the doc string.
5636
5637 2001-08-22 Gerd Moellmann <gerd@gnu.org>
5638
5639 * bindings.el (mode-line-unbury-buffer): Add EVENT parameter.
5640 Temporarily select EVENT's window for switching buffers.
5641 (mode-line-bury-buffer): New function.
5642 (mode-line-buffer-identification-keymap): Use it instead of
5643 bury-buffer. Bind down-mouse events to prevent global down-mouse
5644 events from shining through.
5645
5646 2001-08-21 Stefan Monnier <monnier@cs.yale.edu>
5647
5648 * newcomment.el (comment-beginning): Make sure the comment-start
5649 we found isn't a comment-end (in cases where confusion is possible).
5650
5651 2001-08-22 Miles Bader <miles@gnu.org>
5652
5653 * emacs-lisp/bytecomp.el (byte-compile-file): Remove TARGET-FILE
5654 before writing it, so that hard-links don't see new version.
5655
5656 2001-08-21 Gerd Moellmann <gerd@gnu.org>
5657
5658 * gs.el (gs-set-ghostview-colors-window-prop):
5659 Call x-change-window-property with 3rd arg FRAME.
5660 (gs-load-image): Wait for a previous Ghostscript process
5661 to complete before starting a new one.
5662
5663 * image.el (image-type-regexps): Make sure that the TIFF
5664 pattern is only matched at the beginning of a string.
5665 From Markus Rost <rost@math.ohio-state.edu>.
5666
5667 * international/swedish.el: Pre-Mule file removed. From Jonas
5668 Oberg <jonas@gnu.org>.
5669
5670 2001-08-20 Rajesh Vaidheeswarran <rv@gnu.org>
5671
5672 * whitespace.el (whitespace-abort-on-error): Add custom variable
5673 to whitespace to abort a write-file if whitespace is detected in file.
5674
5675 * whitespace.el (whitespace-write-file-hook): Hook to be called
5676 when writing a file. If `whitespace-abort-on-error' is set, the
5677 write will abort on detecting whitespaces.
5678 If `whitespace-auto-cleanup' is set, the file will be cleaned
5679 automatically prior to writing.
5680
5681 * whitespace.el (whitespace-buffer-search): Let's not insert bogus
5682 whitespaces in the error output!
5683
5684 * whitespace.el (whitespace-check-indent-whitespace): Defaults to
5685 `indent-tabs-mode', since the latter notes user preferences on
5686 TABs anyway.
5687
5688 * whitespace.el (whitespace-version): 3.1. All of the above issues
5689 were raised by Fran\e,Ag\e(Bois Pinard, which led to the fixes described.
5690
5691 2001-08-20 Gerd Moellmann <gerd@gnu.org>
5692
5693 * textmodes/texnfo-upd.el (texinfo-every-node-update): Remove
5694 some spaces from a message. From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
5695
5696 * whitespace.el (whitespace-global-mode): Add autoload cookie.
5697
5698 2001-08-20 Alex Schroeder <alex@gnu.org>
5699
5700 * sql.el (sql-db2): Doc change.
5701
5702 2001-08-20 Alex Schroeder <alex@gnu.org>
5703
5704 * sql.el (sql-postgres): Add the database at the end of the
5705 parameters instead of at the beginning.
5706 (sql-postgres-options): Doc change.
5707
5708 2001-08-17 Gerd Moellmann <gerd@gnu.org>
5709
5710 * custom.el (defcustom): Doc fix.
5711
5712 2001-08-16 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5713
5714 * ps-mule.el (find-composition): Check if (char-after POS)
5715 returns a valid character.
5716
5717 2001-08-16 Eli Zaretskii <eliz@is.elta.co.il>
5718
5719 * hexl.el (hexl-mode, hexl-mode-exit): Adjust hexl-max-address and
5720 original-point for extra CR characters that are added/removed when
5721 the buffer is written/read whose EOL type is -dos.
5722
5723 2001-08-16 Miles Bader <miles@gnu.org>
5724
5725 * simple.el (line-move): Undo previous change.
5726
5727 * comint.el (comint-send-input): Add `inhibit-line-move-field-capture'
5728 property to input-terminating `boundary' overlays to avoid
5729 line-move wierdness.
5730
5731 2001-08-16 Gerd Moellmann <gerd@gnu.org>
5732
5733 * lazy-lock.el (lazy-lock-fontify-region): Widen the current
5734 buffer in a save-restriction. Under one test case with Ediff,
5735 window-scroll-functions are run with a window start that's
5736 temporarily outside of the restriction.
5737
5738 2001-08-16 Robert J. Chassell <bug-texinfo@gnu.org>
5739
5740 * textmodes/texnfo-upd.el: Update copyright notice, fix minor typos.
5741 (texinfo-find-lower-level-node, texinfo-find-higher-level-node)
5742 (texinfo-menu-locate-entry-p, texinfo-start-menu-description)
5743 (texinfo-update-menu-region-beginning)
5744 (texinfo-update-menu-region-end, texinfo-find-pointer): Add new
5745 command, @ifnottex, to regexps, so it is found.
5746
5747 2001-08-16 Andrew Innes <andrewi@gnu.org>
5748
5749 * makefile.nt (DONTCOMPILE): Omit bindings.el.
5750 (DONTCOMPILE): Omit sc.el.
5751
5752 * makefile.w32-in (DONTCOMPILE): Omit bindings.el.
5753 (DONTCOMPILE): Omit sc.el.
5754
5755 2001-08-16 Gerd Moellmann <gerd@gnu.org>
5756
5757 * replace.el (occur): Bind inhibit-read-only to t.
5758
5759 2001-08-16 Miles Bader <miles@gnu.org>
5760
5761 * simple.el (line-move): Pass an ESCAPE-FROM-EDGE argument of t when
5762 calling `constrain-to-field', to avoid problems with comint prompts.
5763
5764 2001-08-15 Gerd Moellmann <gerd@gnu.org>
5765
5766 * emacs-lisp/cl-indent.el (lisp-indent-defmethod): New function.
5767 (toplevel): Set it as `common-lisp-indent-function' for `defmethod'.
5768
5769 * ediff-mult.el (ediff-get-meta-info): Fix the condition
5770 of a while-loop.
5771
5772 * Makefile.in (DONTCOMPILE): Remove sc.el.
5773
5774 * Makefile.in (finder_setwins): Renamed from nonobsolete_setwins.
5775 Don't include term/.
5776
5777 * mail/sc.el: Moved to obsolete/.
5778
5779 2001-08-14 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5780
5781 * ps-print.el: Change error function arguments to follow Emacs
5782 message convention. Doc fix.
5783 (ps-print-version): New version number (6.5.4).
5784 (coding-system-for-write): Change declaration position to avoid
5785 XEmacs compilation gripes.
5786 (coding-system-for-read, buffer-file-coding-system):
5787 Declarations to avoid XEmacs compilation gripes.
5788
5789 * ps-mule.el: Doc fix.
5790 (ps-mule-encode-header-string): If STRING is not a string, replace
5791 STRING by empty string.
5792
5793 2001-08-14 Eli Zaretskii <eliz@is.elta.co.il>
5794
5795 * frame.el (show-trailing-whitespace): Doc fix.
5796
5797 2001-08-13 Eli Zaretskii <eliz@is.elta.co.il>
5798
5799 * desktop.el (desktop-save): Insert the coding: tag before
5800 desktop-header.
5801
5802 2001-08-13 Gerd Moellmann <gerd@gnu.org>
5803
5804 * Makefile.in (TAGS, TAGS-LISP): Remove "loaddefs.el" including
5805 its path from $els.
5806
5807 * image.el (image-jpeg-p): Fix call of substring.
5808
5809 2001-08-10 Gerd Moellmann <gerd@gnu.org>
5810
5811 * play/animate.el (animate-string): Doc fix. Use a buffer
5812 name with stars in it.
5813 (animate-sequence): New function.
5814 From Richard Stallman <rms@gnu.org>.
5815
5816 * frame.el (select-frame-set-input-focus): New function
5817 extracted from other-frame.
5818 (other-frame): Use it.
5819 (next-multiframe-window, previous-multiframe-window): Use it.
5820
5821 * isearch.el (isearch-other-meta-char): Don't switch to the
5822 buffer of a window clicked on, when the current buffer is
5823 in Isearch mode.
5824
5825 * image.el (image-jpeg-p): Test for APPn markers in the range
5826 #xe0..#xef.
5827
5828 2001-08-09 Gerd Moellmann <gerd@gnu.org>
5829
5830 * desktop.el (desktop-save): Don't use concat to form a file
5831 name, use expand-file-name.
5832
5833 * mouse.el (mouse-delete-window): Do nothing if frame has just
5834 one window.
5835
5836 * bindings.el (minor-mode-alist): Use mode-line-minor-mode-keymap
5837 for the minor mode name.
5838
5839 * view.el (toplevel): Use mode-line-minor-mode-keymap for the
5840 minor mode name.
5841
5842 * time.el (display-time-string-forms): Use make-mode-line-mouse-map
5843 instead of make-mode-line-mouse2-map.
5844
5845 * subr.el (add-minor-mode): Use mode-line-minor-mode-keymap for
5846 the minor mode name.
5847
5848 * emacs-lisp/easy-mmode.el (define-minor-mode):
5849 Use mode-line-minor-mode-keymap for the minor mode name.
5850
5851 * calendar/calendar.el (calendar-mode-line-format):
5852 Use make-mode-line-mouse-map instead of make-mode-line-mouse2-map.
5853
5854 * bindings.el (make-mode-line-mouse-map): Renamed from
5855 make-mode-line-mouse2-map. Take additional arg MOUSE.
5856 (mode-line-modified): Use mouse-3 instead of mouse-2.
5857 (mode-line-buffer-identification-keymap): Bind keys differently.
5858 (propertized-buffer-identification): Adapt help-echo to new bindings.
5859
5860 * bindings.el (mode-line-format): Specify help-echo for line
5861 number, column number and buffer-percent part of the mode-line.
5862
5863 * image.el (image-type-regexps): Allow whitespace at the start
5864 of the image data for XPM, XBM and Postscript, which are
5865 text files.
5866 (image-jpeg-p): Correct calculation of next field offset.
5867
5868 2001-08-08 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
5869
5870 * battery.el: Fix typo.
5871
5872 2001-08-08 Gerd Moellmann <gerd@gnu.org>
5873
5874 * image.el (image-type-regexps): Allow predicates. Change the way
5875 JPEG images are recognized.
5876 (image-jpeg-p): New function.
5877 (image-type-from-data): Handle predicates in image-type-regexps.
5878
5879 * emacs-lisp/edebug.el (edebug-read-function): Fix handling of
5880 #:, #x, #o, and similar constructs.
5881
5882 2001-08-07 Gerd Moellmann <gerd@gnu.org>
5883
5884 * vc.el (vc-transfer-file): Fix malformed autoload cookie.
5885
5886 * emulation/viper-util.el (viper-file-checked-in-p): Use `and'
5887 instead of `progn'.
5888
5889 * tar-mode.el (tar-extract): Avoid generating a new buffer
5890 for each file visited. From Markus Rost <rost@math.ohio-state.edu>.
5891
5892 * textmodes/paragraphs.el (forward-sentence): Avoid building
5893 a regexp from sentence-end. From Kenichi Handa <handa@etl.go.jp>.
5894
5895 * progmodes/executable.el (executable-set-magic):
5896 If executable-find returns a quoted file name, unquote it before
5897 inserting it.
5898
5899 * image.el (image-type-regexps): For JPEG files, use a regexp
5900 derived from the JFIF spec.
5901
5902 * image.el (image-type-regexps): Use `\`' instead of `^' in
5903 most regular expressions.
5904
5905 2001-08-06 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
5906
5907 * play/animate.el: Re-insert a reference to re-inserted function.
5908
5909 2001-08-06 Gerd Moellmann <gerd@gnu.org>
5910
5911 * help.el (describe-function-1): Use find-function-search-for-symbol
5912 instead of find-function-noselect because the latter follows aliases.
5913
5914 * play/animate.el (animate-birthday-present): Re-insert.
5915
5916 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
5917 Handle old-style menu definitions.
5918
5919 2001-08-06 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
5920
5921 * textmodes/makeinfo.el, textmodes/page-ext.el, textmodes/page.el,
5922 * textmodes/text-mode.el, textmodes/two-column.el: Keywords added.
5923
5924 * play/studly.el, mail/unrmail.el, emacs-lisp/lucid.el,
5925 * emulation/pc-mode.el, diff.el, textmodes/fill.el, abbrev.el,
5926 * add-log.el, faces.el, mail/sc.el: Specify FSF as Maintainer.
5927
5928 2001-08-05 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
5929
5930 * textmodes/tildify.el: Milan Zamazal has new address.
5931
5932 2001-08-03 Gerd Moellmann <gerd@gnu.org>
5933
5934 * custom.el (custom-set-variables): Don't test `custom-requests'
5935 properties, check the third element of the options passed to
5936 custom-set-variables instead.
5937
5938 * info.el (info-insert-file-contents): Use info-file-exists-p
5939 instead of file-exists-p.
5940
5941 * play/zone.el (zone-pgm-stress): Use unwind-protect to make sure
5942 the mode-line face is restored. Fix several bugs.
5943
5944 * replace.el (perform-replace): Doc fix.
5945
5946 2001-08-02 Francesco Potorti` <pot@gnu.org>
5947
5948 * uniquify.el (uniquify-ref-base, uniquify-ref-filename)
5949 (uniquify-ref-buffer, uniquify-ref-proposed): New functions.
5950 (uniquify-fix-item-base, uniquify-fix-item-filename)
5951 (uniquify-fix-item-buffer, uniquify-fix-item-proposed): Deleted.
5952 Callers changed.
5953 (uniquify-set-proposed): Changed to work with a vector item.
5954 (uniquify-rationalize-file-buffer-names): Use a list of arrays for
5955 the fix list, and a list of strings for the non-file buffer
5956 names. Both changes reduce consing.
5957 (uniquify-rationalize-a-list): Local variable renaming.
5958 (uniquify-rationalize-conflicting-sublist): Use member instead of
5959 assoc.
5960 (uniquify-rename-buffer): Use unless instead of if not.
5961
5962 2001-08-02 Gerd Moellmann <gerd@gnu.org>
5963
5964 * recentf.el (recentf-dump-variable): Handle a value of nil correctly.
5965
5966 * custom.el (custom-set-variables): Set options with :require
5967 clauses last.
5968
5969 * custom.el (defcustom): Doc fix.
5970
5971 * Makefile.in (TAGS, TAGS-LISP): Exclude loaddefs.el.
5972
5973 2001-08-01 Eli Zaretskii <eliz@is.elta.co.il>
5974
5975 * man.el (man): Mention Man-switches in the doc string.
5976 (Man-switches): Mention -a in the doc string.
5977
5978 * textmodes/ispell.el (ispell-alternate-dictionary):
5979 Add /usr/share/lib/dict/words, for Irix.
5980
5981 * bindings.el: Bind shifted and control-shifted kp-* keys to the
5982 corresponding non-kp keys. Suggested by Stephen Gildea
5983 <gildea@stop.mail-abuse.org>.
5984
5985 2001-08-01 Francesco Potorti` <pot@gnu.org>
5986
5987 * uniquify.el: These changes correct a corner case that the old
5988 code managed correctly.
5989 (uniquify-fix-item-proposed): Renamed from
5990 uniquify-fix-item-min-proposed.
5991 (uniquify-set-proposed): New function.
5992 (uniquify-rationalize-file-buffer-names): Code reshuffled for
5993 clarity and speed.
5994 (uniquify-item-greaterp): Substitutes uniquify-item-lessp.
5995 This is equivalent to what the old code did.
5996 (uniquify-rationalize-a-list): Never recompute the proposed
5997 name. Sort the conflicting sublist before rationalising it: this
5998 is equivalent to what the old code did, but one directory element
5999 at a time, and only when necessary.
6000 (uniquify-rationalize-conflicting-sublist): Recompute here the
6001 proposed name.
6002
6003 2001-08-01 Gerd Moellmann <gerd@gnu.org>
6004
6005 * play/animate.el: Add Keywords and Maintainer. Remove a
6006 reference to a removed function.
6007
6008 * play/animate.el (animate-string): Handle case that the string is
6009 longer than the window is wide.
6010
6011 2001-07-31 Gerd Moellmann <gerd@gnu.org>
6012
6013 * desktop.el (desktop-save): Bind coding-system-for-write to
6014 `emacs-mule' for write-region.
6015
6016 * delsel.el (delete-selection-pre-hook): Don't set this-command
6017 to `ignore' if the region is empty.
6018
6019 * international/mule.el (set-keyboard-coding-system):
6020 Set keyboard-coding-system.
6021
6022 * smerge-mode.el (smerge-mode): Check if `font-lock-mode' is bound
6023 before accessing it.
6024
6025 2001-07-30 Andreas Schwab <schwab@suse.de>
6026
6027 * menu-bar.el (toggle-highlight-paren-mode):
6028 Use `(show-paren-mode)' as body.
6029
6030 2001-07-30 Andre Spiegel <spiegel@gnu.org>
6031
6032 * vc.el (vc-checkout-hook): New hook.
6033 (vc-checkout): Run it.
6034
6035 2001-07-30 Eli Zaretskii <eliz@is.elta.co.il>
6036
6037 * progmodes/make-mode.el (makefile-macroassign-regex):
6038 Recognize the ?= operator. From Jonathan Kamens <jik@curl.com>.
6039
6040 2001-07-30 Gerd Moellmann <gerd@gnu.org>
6041
6042 * vc.el (vc-switch-backend): Fix autoload cookie.
6043
6044 * desktop.el (desktop-save): Add `-*- coding: emacs-mule -*-' to
6045 the desktop file.
6046
6047 2001-07-30 Simon Josefsson <jas@extundo.com>
6048
6049 * mail/mail-utils.el (mail-strip-quoted-names): Replace text
6050 literally. Reported by Sean Rima <sean@**Delete**.tcob1.net>.
6051
6052 2001-07-27 Gerd Moellmann <gerd@gnu.org>
6053
6054 * emacs-lisp/lisp-mode.el (last-sexp-setup-props): New function.
6055 (last-sexp-toggle-display): Renamed from last-sexp-print.
6056 (last-sexp-toggle-display, eval-last-sexp-1):
6057 Use last-sexp-setup-props.
6058
6059 * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button):
6060 New user-options.
6061 (mouse-wheel-change-button): New function.
6062 (mouse-wheel-mode): Use mouse-wheel-{up,down}-button.
6063 (mwheel-scroll): Ditto.
6064
6065 2001-07-26 Gerd Moellmann <gerd@gnu.org>
6066
6067 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Don't search for
6068 `...', compare with unabbreviated printed representation instead.
6069 (last-sexp-print): Bind print-length and print-level to nil.
6070
6071 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Look for a `...'
6072 before assigning text properties. Make properties rear-nonsticky.
6073
6074 * emacs-lisp/lisp-mode.el (last-sexp-print): New function.
6075 (eval-last-sexp-1): Give printed text a `keymap' property and bind
6076 <mouse-2> and <RET> in that map to a function printing the
6077 unabbreviated value.
6078
6079 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): If standard-output
6080 is a buffer, put a text property `printed-value' on the printed
6081 representation, with the Lisp object printed as value.
6082
6083 2001-07-25 Eli Zaretskii <eliz@is.elta.co.il>
6084
6085 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-defun):
6086 Mention the effect of eval-expression-print-length and
6087 eval-expression-print-level in the doc strings. Suggested by
6088 Kevin Gallagher <kevingal@onramp.net>.
6089
6090 2001-07-25 Gerd Moellmann <gerd@gnu.org>
6091
6092 * xt-mouse.el (xterm-mouse-event): Recognize control sequences
6093 for buttons > 3.
6094 (xterm-mouse-translate): Handle the case that we don't get a
6095 down-event.
6096
6097 * emacs-lisp/find-func.el (find-function-regexp):
6098 Add easy-mmode-define-global-mode to the regexp. Allow newlines
6099 in front of the function name.
6100
6101 * isearch.el (isearch-other-meta-char): Fix last change.
6102
6103 * isearch.el (isearch-other-meta-char): Don't modify mode-line and
6104 similar events for which fake prefix keys are generated. It's no
6105 longer necessary since read_key_sequence doesn't modify these
6106 events for internal purposes anymore.
6107
6108 * files.el (auto-mode-alist): Use nroff-mode for files ending
6109 in `.9'. From Assar Westerlund <assar@stacken.kth.se>.
6110
6111 2001-07-24 Eli Zaretskii <eliz@is.elta.co.il>
6112
6113 * avoid.el (mouse-avoidance-too-close-p): If the frame lacks a
6114 tool-bar-lines parameter, behave as if its value were zero.
6115 (mouse-avoidance-set-pointer-shape): Don't do anything if
6116 x-pointer-shape is not boundp.
6117
6118 2001-07-23 Francesco Potorti` <pot@gnu.org>
6119
6120 * uniquify.el: Overall speedup changes when using many buffers.
6121 (uniquify-fix-item-base, uniquify-fix-item-filename)
6122 (uniquify-fix-item-buffer): Changed defmacro to defalias (cosmetic).
6123 (uniquify-fix-item-unrationalized-buffer): Deleted: was the fourth
6124 place in the item, but was never used.
6125 (uniquify-fix-item-min-proposed): New defalias: the fourth place
6126 in the item is now used as cache for the proposed name.
6127 (uniquify-rationalize-file-buffer-names): Move computation made on
6128 newbuffile out of the loop, in the newbuffile-nd local var.
6129 Use dolist (cosmetic change). Compute the proposed name for the most
6130 common case and cache it in the fourth place in the item.
6131 (uniquify-rationalize-file-buffer-names): Used to return a a list
6132 of buffer whose name was changed, but that return value was never used.
6133 (uniquify-item-lessp): Replaces uniquify-filename-lessp, works on
6134 the cached proposed name, does much less consing and is quicker.
6135 (uniquify-filename-lessp): Deleted.
6136 (uniquify-rationalize-a-list): Use dolist (cosmetic change).
6137 Do not bind locally the uniquify-possibly-resolvable flag. Use the
6138 cached proposed name is possible.
6139 (uniquify-get-proposed-name): Arguments changed, callers changed.
6140 (uniquify-rationalize-conflicting-sublist): Explicitely reset the
6141 uniquify-possibly-resolvable flag, which is no more bound locally.
6142 (uniquify-rename-buffer): Do not set the old unrationalised-buffer
6143 flag, which does not exist any more.
6144
6145 2001-07-23 Eli Zaretskii <eliz@is.elta.co.il>
6146
6147 * term/internal.el (IT-unicode-translations): Fix the appearance of
6148 "6`".
6149
6150 * progmodes/compile.el (compile-internal): If EMACS is already
6151 defined in the environment, don't override its value.
6152
6153 2001-07-23 Gerd Moellmann <gerd@gnu.org>
6154
6155 * play/fortune.el: Undo change of 2001-07-13.
6156 Fix autoload cookies. Add types to defcustoms.
6157 (fortune) <defgroup>: Add :link.
6158 (fortune-from-region): Use eq, not eql.
6159 From Dave Love <fx@gnu.org>.
6160
6161 * play/animate.el (animate-birthday-present): Function removed.
6162
6163 * play/animate.el: New file.
6164
6165 2001-07-22 Eli Zaretskii <eliz@is.elta.co.il>
6166
6167 * startup.el (normal-top-level-add-subdirs-to-load-path):
6168 On Windows, put into normal-top-level-add-subdirs-inode-list the
6169 canonicalized names of the directories instead of inode numbers.
6170
6171 2001-07-21 Michael Kifer <kifer@cs.sunysb.edu>
6172
6173 * ediff-util.el: Copyright years.
6174 (ediff-choose-syntax-table): New function.
6175 (ediff-setup): Use ediff-choose-syntax-table.
6176 (ediff-file-checked-out-p,ediff-file-checked-in-p): Check if
6177 vc-state is available.
6178 (ediff-make-temp-file): Use ediff-coding-system-for-write.
6179
6180 * ediff-init.el (ediff-with-syntax-table): New macro, uses
6181 with-syntax-table.
6182 (ediff-coding-system-for-read): From ediff-diff.el
6183 (ediff-coding-system-for-write): New variable.
6184 (ediff-highest-priority): Fixed the bug having to do with disappearing
6185 overlays.
6186 (ediff-file-remote-p): Use file-remote-p, if available.
6187 (ediff-listable-file): New function.
6188 (ediff-file-attributes): Use ediff-listable-file.
6189
6190 * ediff-mult.el (ediff-meta-insert-file-info1):
6191 Use ediff-listable-file.
6192
6193 * ediff-ptch.el (ediff-prompt-for-patch-file):
6194 Use ediff-coding-system-for-read.
6195 (ediff-patch-file-internal): Use ediff-coding-system-for-write.
6196
6197 * ediff-diff.el (ediff-coding-system-for-read): Moved to ediff-init.el.
6198 (ediff-match-diff3-line,ediff-get-diff3-group): Improved pattern.
6199
6200 * ediff.el: Date of last update, copyright years.
6201
6202 * ediff-wind (ediff-setup-control-frame): Nill->nil.
6203
6204 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
6205 of Scott Bronson.
6206 (ex-cmd-assoc,ex-compile,ex-cmd-one-letr): New functions.
6207 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
6208 Deleted functions.
6209 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
6210 ex-token-list.
6211 (viper-get-ex-address-subr): Convert registers to char data type.
6212
6213 * viper-util.el (viper-int-to-char,viper-char-equal): New functions.
6214 (viper-memq-char): Use viper-int-to-char.
6215 (viper-file-checked-in-p): Use vc-locking-user, if vc doesn't have
6216 vc-locking-state.
6217 (viper-read-key): Use viper-read-key-sequence.
6218
6219 * viper.el (viper-major-mode-modifier-list):
6220 Added inferior-emacs-lisp-mode.
6221 (this-major-mode-requires-vi-state): New function that uses simple
6222 heuristics to decide if vi state is appropriate.
6223 (set-viper-state-in-major-mode): Use this-major-mode-requires-vi-state.
6224 (viper-non-hook-settings): Don't advise read-key-sequence.
6225 (viper-read-key-sequence): New function that replaces the
6226 previously used advice to read-key-sequence.
6227
6228 * viper-cmd.el (viper-test-com-defun,viper-exec-change)
6229 (viper-exec-Change,viper-execute-com,viper-insert,viper-append)
6230 (viper-Append,viper-Insert,viper-open-line,viper-Open-line)
6231 (viper-open-line-at-point,viper-substitute,viper-overwrite)
6232 (viper-replace-char-subr,viper-forward-word,viper-forward-Word):
6233 Got rid of the negative character hack.
6234 (viper-escape-to-state,viper-replace-state-exit-cmd):
6235 Use viper-read-key-sequence.
6236 (viper-envelop-ESC-key): No need for ad-get-orig-definition.
6237 (viper-minibuffer-standard-hook,viper-read-string-with-history):
6238 Don't override existing minibuffer-setup-hook.
6239 (viper-mark-point,viper-goto-mark-subr,viper-brac-function):
6240 Convert registers to char data type.
6241 (viper-autoindent): Use viper-indent-line.
6242
6243 * viper-keym.el: Use viper-exec-key-in-emacs.
6244
6245 2001-07-20 Stefan Monnier <monnier@cs.yale.edu>
6246
6247 * server.el (server-visit-files): Fix variable name typo.
6248
6249 2001-07-20 Gerd Moellmann <gerd@gnu.org>
6250
6251 * simple.el (delete-trailing-whitespace): Save match data
6252 around looking-at. From Markus Rost <rost@math.ohio-state.edu>.
6253
6254 2001-07-19 Stefan Monnier <monnier@cs.yale.edu>
6255
6256 * progmodes/compile.el (compilation-parse-errors): `linenum' might
6257 return a this-error using the alternative format (a pair of markers).
6258
6259 2001-07-19 Gerd Moellmann <gerd@gnu.org>
6260
6261 * font-lock.el (c++-keywords): Add Standard C++ operator names.
6262
6263 * mail/mh-utils.el (mh-find-progs): Also search in `lib'.
6264 From Mats Bengtsson <mats.bengtsson@s3.kth.se>,
6265
6266 2001-07-17 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
6267
6268 * international/iso-transl.el: Fix typo in the header of the file.
6269
6270 * textmodes/picture.el (picture): Doc fix.
6271
6272 * international/ja-dic-cnv.el (skkdic-convert): Some fixes to
6273 follow coding conventions in generated files.
6274
6275 2001-07-17 Eli Zaretskii <eliz@is.elta.co.il>
6276
6277 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
6278 (tool-bar-add-item): Don't call image-related primitives if the
6279 display doesn't support images.
6280
6281 * frame.el (display-images-p): New function.
6282
6283 2001-07-17 Gerd Moellmann <gerd@gnu.org>
6284
6285 * server.el (server-visit-files): Handle the case the specified
6286 column number is <= 0.
6287
6288 2001-07-17 Jan Nieuwenhuizen <jan@netland.nl>
6289
6290 * startup.el (command-line-1): Add support for +LINE:COLUMN
6291 command line argument.
6292
6293 2000-07-17 Han-Wen Nienhuys <hanwen@cs.uu.nl>
6294
6295 * server.el (server-process-filter, server-visit-files):
6296 Add support for +LINE:COLUMN style emacsclient calls.
6297
6298 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
6299
6300 * emacs-lisp/easy-mmode.el: Add Keywords header.
6301
6302 * play/pong.el: Author has new address.
6303
6304 * play/landmark.el: Author is no more reachable.
6305
6306 * play/handwrite.el: Author is no more reachable.
6307
6308 2001-07-17 Stefan Monnier <monnier@cs.yale.edu>
6309
6310 * term/sun.el (ignore-key, sun-esc-bracket, meta-flag): Remove.
6311 (sun-raw-prefix): Replace t3, t4, t6, and t7 with f3, f4, f6 and f7.
6312 Complete bindings for F<1..12> keys.
6313 (global-map): Remove `undo' binding (already in the default).
6314 Replace `t<n>' bindings with `f<n>' bindings.
6315
6316 2001-07-16 Stefan Monnier <monnier@cs.yale.edu>
6317
6318 * progmodes/tcl.el (tcl-fill-mode-map): Use tcl-indent-exp.
6319 (tcl-mode): Use tcl-add-log-defun.
6320 (tcl-indent-line): Use tcl-calculate-indent.
6321 (tcl-calculate-indent): Renamed from calculate-tcl-indent.
6322 (tcl-indent-exp): Renamed from indent-tcl-exp.
6323 (tcl-add-log-defun): Renamed from add-log-tcl-defun.
6324 (tcl-indent-for-comment): Call comment-indent-function properly
6325 and handle the case where it returns nil.
6326
6327 2001-07-16 Gerd Moellmann <gerd@gnu.org>
6328
6329 * calendar/cal-islam.el (calendar-goto-islamic-date):
6330 Remove autoload cookie.
6331
6332 * calendar/calendar.el (calendar-goto-islamic-date):
6333 Add call to autoload.
6334
6335 2001-07-16 Stefan Monnier <monnier@cs.yale.edu>
6336
6337 * progmodes/ada-mode.el (ada-mode): Avoid unneeded version checks.
6338 Don't change compile-auto-highlight globally.
6339 Don't bother with `font-lock-defaults' property since XEmacs
6340 also understands the `font-lock-defaults' variable.
6341 Use make-local-variable rather than make-variable-buffer-local.
6342 Don't `defconst' comment-indent-function: keep the default.
6343 Call easy-menu-add unconditionally.
6344 (ada-create-keymap): Use [(shift tab)] so it works on both Emacsen.
6345 (ada-create-menu): Use :included for Emacs as well.
6346
6347 * vc.el (vc-do-command): Autoload.
6348
6349 * progmodes/ada-xref.el (ada-xref-initialize): Fix call to add-hook.
6350
6351 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
6352
6353 * ps-print.el: Fix Author: header.
6354
6355 2001-07-16 Gerd Moellmann <gerd@gnu.org>
6356
6357 * mouse-sel.el (mouse-sel-bindings): Instead of unbinding
6358 mouse-1 etc., bind them to `ignore'.
6359
6360 * eshell/esh-mode.el (eshell-send-invisible): Renamed from
6361 send-invisible, which is already defined in Comint.
6362 (eshell-watch-for-password-prompt): Use it.
6363
6364 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
6365
6366 * which-func.el (which-func-mode): Doc fix.
6367
6368 * align.el, apropos.el, autorevert.el, battery.el, bookmark.el,
6369 * calculator.el, calendar/todo-mode.el, complete.el, cus-dep.el,
6370 * cus-edit.el, cus-face.el, delim-col.el, dos-fns.el, double.el,
6371 * edmacro.el, elide-head.el, emacs-lisp/autoload.el,
6372 * emacs-lisp/checkdoc.el, emacs-lisp/cl-compat.el,
6373 * emacs-lisp/cl-specs.el, emacs-lisp/copyright.el,
6374 * emacs-lisp/cust-print.el, emacs-lisp/easy-mmode.el,
6375 * emacs-lisp/elint.el, emacs-lisp/ewoc.el, emacs-lisp/find-func.el,
6376 * emacs-lisp/pp.el, emacs-lisp/re-builder.el, emacs-lisp/shadow.el,
6377 * emacs-lisp/sregex.el, emerge.el, emulation/edt-lk201.el,
6378 * emulation/edt-mapper.el, emulation/edt-pc.el,
6379 * emulation/edt-vt100.el, emulation/edt.el, emulation/pc-select.el,
6380 * emulation/tpu-edt.el, emulation/tpu-extras.el,
6381 * emulation/tpu-mapper.el, emulation/vip.el, expand.el, finder.el,
6382 * foldout.el, follow.el, format.el, forms-d2.el, forms.el,
6383 * generic.el, hi-lock.el, hilit-chg.el, hippie-exp.el, info-look.el,
6384 * international/isearch-x.el, international/iso-cvt.el,
6385 * international/ogonek.el, international/quail.el,
6386 * international/utf-8.el, jit-lock.el, language/devan-util.el,
6387 * language/devanagari.el, language/ethio-util.el,
6388 * language/ethiopic.el, language/european.el, language/indian.el,
6389 * language/romanian.el, language/tibet-util.el, language/tibetan.el,
6390 * mail/feedmail.el, mail/footnote.el, mail/mail-hist.el,
6391 * mail/mailheader.el, mail/mspools.el, mail/supercite.el,
6392 * mouse-sel.el, net/browse-url.el, net/net-utils.el,
6393 * net/quickurl.el, net/snmp-mode.el, net/webjump.el,
6394 * net/zone-mode.el, pcomplete.el, progmodes/antlr-mode.el,
6395 * progmodes/autoconf.el, progmodes/cmacexp.el,
6396 * progmodes/cperl-mode.el, progmodes/cpp.el, progmodes/cwarn.el,
6397 * progmodes/delphi.el, progmodes/ebnf-bnf.el, progmodes/ebnf-iso.el,
6398 * progmodes/ebnf-otz.el, progmodes/ebnf-yac.el,
6399 * progmodes/ebnf2ps.el, progmodes/executable.el,
6400 * progmodes/fortran.el, progmodes/idlw-shell.el,
6401 * progmodes/idlw-toolbar.el, progmodes/idlwave.el,
6402 * progmodes/m4-mode.el, progmodes/mantemp.el,
6403 * progmodes/meta-mode.el, progmodes/octave-inf.el,
6404 * progmodes/ps-mode.el, progmodes/scheme.el, progmodes/simula.el,
6405 * progmodes/tcl.el, ps-bdf.el, ps-mule.el, ps-print.el, recentf.el,
6406 * rect.el, regi.el, rsz-mini.el, s-region.el, scroll-all.el,
6407 * shadowfile.el, speedbar.el, term/AT386.el, term/internal.el,
6408 * term/iris-ansi.el, term/mac-win.el, term/tvi970.el,
6409 * textmodes/artist.el, textmodes/flyspell.el, textmodes/ispell.el,
6410 * textmodes/page-ext.el, textmodes/refer.el, textmodes/texinfmt.el,
6411 * textmodes/texinfo.el, textmodes/texnfo-upd.el,
6412 * textmodes/two-column.el, time-stamp.el, timezone.el,
6413 * toolbar/tool-bar.el, vc-rcs.el, vc-sccs.el, view.el, w32-fns.el,
6414 * which-func.el, whitespace.el, wid-browse.el, widget.el,
6415 * windmove.el, woman.el, xt-mouse.el: Some fixes to follow coding
6416 conventions.
6417
6418 2001-07-16 Gerd Moellmann <gerd@gnu.org>
6419
6420 * simple.el (set-variable): Require 'cus-edit' instead of
6421 `wid-edit', so that the Custom widgets get defined.
6422
6423 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
6424
6425 * allout.el: A fix to follow coding conventions.
6426
6427 * find-lisp.el: A fix to follow coding conventions.
6428
6429 * term/w32-win.el: A fix to follow coding conventions.
6430
6431 * textmodes/sgml-mode.el: A fix to follow coding conventions.
6432
6433 * term/xterm.el: A fix to follow coding conventions.
6434
6435 * term/news.el: A fix to follow coding conventions.
6436
6437 * emulation/vi.el: A fix to follow coding conventions, Maintainer:
6438 header line fixed.
6439
6440 * sun-curs.el: Fix Maintainer: header line.
6441
6442 * emacs-lisp/easymenu.el: Address of the author added.
6443
6444 2001-07-16 Gerd Moellmann <gerd@gnu.org>
6445
6446 * dired.el (dired-insert-set-properties): Fix invalid mouse-face
6447 property.
6448
6449 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
6450
6451 * play/5x5.el, play/decipher.el, play/dunnet.el, play/fortune.el,
6452 * play/gamegrid.el, play/handwrite.el, play/landmark.el,
6453 * play/morse.el, play/pong.el, play/snake.el, play/tetris.el:
6454 Some fixes to follow coding conventions.
6455
6456 2001-07-16 Gerd Moellmann <gerd@gnu.org>
6457
6458 * which-func.el (which-func-mode): Doc fix.
6459
6460 2001-07-15 Stefan Monnier <monnier@cs.yale.edu>
6461
6462 * net/rcompile.el (remote-compile): Use make-local-variable.
6463
6464 * progmodes/hideshow.el (hs-minor-mode): Use make-local-variable.
6465
6466 * progmodes/make-mode.el (makefile-browse): Use make-local-variable.
6467
6468 * mail/reporter.el (reporter-submit-bug-report):
6469 Don't abuse make-variable-buffer-local. Fix call to add-hook.
6470
6471 2001-07-15 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
6472
6473 * calendar/cal-china.el, calendar/cal-coptic.el,
6474 * calendar/cal-dst.el, calendar/cal-french.el,
6475 * calendar/cal-hebrew.el, calendar/cal-islam.el,
6476 * calendar/cal-iso.el, calendar/cal-julian.el,
6477 * calendar/cal-mayan.el, calendar/cal-persia.el,
6478 * calendar/cal-tex.el, calendar/calendar.el, calendar/diary-lib.el,
6479 * calendar/lunar.el, calendar/solar.el, ediff-diff.el,
6480 * ediff-help.el, ediff-hook.el, ediff-init.el, ediff-merg.el,
6481 * ediff-ptch.el, ediff-util.el, ediff-vers.el, ediff-wind.el,
6482 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
6483 * net/eudc-vars.el, net/ldap.el, pcvs-defs.el, pcvs-info.el,
6484 * pcvs-parse.el, pcvs-util.el, pcvs.el, progmodes/ada-mode.el,
6485 * progmodes/ada-prj.el, progmodes/ada-stmt.el,
6486 * progmodes/ada-xref.el, progmodes/cc-align.el,
6487 * progmodes/cc-bytecomp.el, progmodes/cc-cmds.el,
6488 * progmodes/cc-defs.el, progmodes/cc-engine.el,
6489 * progmodes/cc-langs.el, progmodes/cc-menus.el,
6490 * progmodes/cc-styles.el, progmodes/cc-vars.el,
6491 * textmodes/reftex-auc.el, textmodes/reftex-cite.el,
6492 * textmodes/reftex-dcr.el, textmodes/reftex-global.el,
6493 * textmodes/reftex-index.el, textmodes/reftex-parse.el,
6494 * textmodes/reftex-ref.el, textmodes/reftex-sel.el,
6495 * textmodes/reftex-toc.el, textmodes/reftex-vars.el,
6496 * textmodes/reftex.el: Some fixes to follow coding
6497 conventions in Elisp files with known maintainers.
6498
6499 * emulation/viper.el: A fix to follow coding conventions.
6500
6501 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el,
6502 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el,
6503 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el,
6504 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el,
6505 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el,
6506 * eshell/em-xtra.el, eshell/esh-arg.el, eshell/esh-cmd.el,
6507 * eshell/esh-ext.el, eshell/esh-io.el, eshell/esh-maint.el,
6508 * eshell/esh-mode.el, eshell/esh-module.el, eshell/esh-opt.el,
6509 * eshell/esh-proc.el, eshell/esh-test.el, eshell/esh-util.el,
6510 * eshell/esh-var.el, eshell/eshell.el: Some fixes to follow coding
6511 conventions in Elisp files.
6512
6513 * composite.el, diff.el, emacs-lisp/levents.el,
6514 * emacs-lisp/lmenu.el, emacs-lisp/lselect.el, emacs-lisp/lucid.el,
6515 * emulation/pc-mode.el, emulation/viper-cmd.el,
6516 * emulation/viper-ex.el, emulation/viper-init.el,
6517 * emulation/viper-keym.el, emulation/viper-macs.el,
6518 * emulation/viper-mous.el, emulation/viper-util.el,
6519 * emulation/viper.el, forms-pass.el, international/ccl.el,
6520 * international/characters.el, international/encoded-kb.el,
6521 * international/fontset.el, international/ja-dic-cnv.el,
6522 * international/ja-dic-utl.el, international/kinsoku.el,
6523 * international/kkc.el, international/mule-cmds.el,
6524 * international/mule-diag.el, international/mule-util.el,
6525 * international/mule.el, international/titdic-cnv.el,
6526 * language/china-util.el, language/chinese.el,
6527 * language/cyril-util.el, language/cyrillic.el, language/english.el,
6528 * language/greek.el, language/hebrew.el, language/japan-util.el,
6529 * language/japanese.el, language/korea-util.el, language/korean.el,
6530 * language/lao-util.el, language/lao.el, language/misc-lang.el,
6531 * language/slovak.el, language/thai-util.el, language/thai.el,
6532 * language/viet-util.el, language/vietnamese.el, mail/mh-comp.el,
6533 * mail/mh-e.el, mail/mh-funcs.el, mail/mh-mime.el, mail/mh-pick.el,
6534 * mail/mh-seq.el, mail/mh-utils.el, mail/sc.el, mail/unrmail.el,
6535 * midnight.el, patcomp.el, pcmpl-cvs.el, pcmpl-gnu.el,
6536 * pcmpl-linux.el, pcmpl-rpm.el, pcmpl-unix.el, play/studly.el,
6537 * play/zone.el, replace.el, select.el, subr.el, talk.el, term.el,
6538 * term/apollo.el, term/bobcat.el, term/linux.el, term/lk201.el,
6539 * term/vt102.el, term/vt125.el, term/vt200.el, term/vt201.el,
6540 * term/vt220.el, term/vt240.el, term/vt300.el, term/vt320.el,
6541 * term/vt400.el, term/vt420.el, x-apollo.el, x-menu.el: Some fixes
6542 to follow coding conventions in files without maintainer or in files
6543 with clear maintainer (but without Maintainer header stating so).
6544
6545 * emacs-lisp/elp.el: A fix to follow coding conventions.
6546
6547 * gnus/binhex.el, gnus/binhex.el, gnus/earcon.el,
6548 * gnus/gnus-agent.el, gnus/gnus-art.el, gnus/gnus-audio.el,
6549 * gnus/gnus-logic.el, gnus/gnus-ml.el, gnus/gnus-mlspl.el,
6550 * gnus/gnus-setup.el, gnus/gnus-srvr.el, gnus/gnus-sum.el,
6551 * gnus/gnus-uu.el, gnus/gnus-vm.el, gnus/ietf-drums.el,
6552 * gnus/mail-parse.el, gnus/mail-prsvr.el, gnus/mail-source.el,
6553 * gnus/mm-bodies.el, gnus/mm-decode.el, gnus/mm-encode.el,
6554 * gnus/mm-partial.el, gnus/mm-util.el, gnus/mm-uu.el,
6555 * gnus/mm-view.el, gnus/mml.el, gnus/nnimap.el, gnus/nnoo.el,
6556 * gnus/parse-time.el, gnus/rfc1843.el, gnus/rfc2045.el,
6557 * gnus/rfc2047.el, gnus/rfc2104.el, gnus/rfc2231.el,
6558 * gnus/time-date.el, gnus/uudecode.el: Some fixes to follow coding
6559 conventions in files from Gnus.
6560
6561 * abbrevlist.el, array.el, buff-menu.el, calendar/appt.el,
6562 * case-table.el, cdl.el, cmuscheme.el, compare-w.el, completion.el,
6563 * custom.el, derived.el, dired-aux.el, disp-table.el, dos-vars.el,
6564 * echistory.el, electric.el, emacs-lisp/authors.el,
6565 * emacs-lisp/backquote.el, emacs-lisp/byte-opt.el,
6566 * emacs-lisp/bytecomp.el, emacs-lisp/float.el, emacs-lisp/gulp.el,
6567 * emacs-lisp/helper.el, emacs-lisp/lisp-mode.el,
6568 * emacs-lisp/regexp-opt.el, emulation/mlconvert.el,
6569 * emulation/mlsupport.el, env.el, fast-lock.el, find-dired.el,
6570 * float-sup.el, frame.el, gnus/gnus-mule.el, gnus/pop3.el, gs.el,
6571 * gud.el, help-macro.el, hexl.el, imenu.el, info.el, informat.el,
6572 * international/codepage.el, international/iso-ascii.el,
6573 * international/iso-insert.el, international/iso-transl.el,
6574 * international/swedish.el, isearch.el, jka-compr.el, kermit.el,
6575 * lazy-lock.el, ledit.el, loadup.el, lpr.el, ls-lisp.el, macros.el,
6576 * mail/blessmail.el, mail/emacsbug.el, mail/mail-extr.el,
6577 * mail/mailabbrev.el, mail/mailpost.el, mail/rmail.el,
6578 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmsc.el,
6579 * mail/rmailout.el, mail/rmailsort.el, mail/rmailsum.el,
6580 * mail/vms-pmail.el, man.el, map-ynp.el, menu-bar.el, misc.el,
6581 * msb.el, net/ange-ftp.el, net/goto-addr.el, novice.el,
6582 * obsolete/auto-show.el, obsolete/hilit19.el, obsolete/ooutline.el,
6583 * obsolete/rnews.el, obsolete/rnewspost.el, options.el, paren.el,
6584 * paths.el, play/dissociate.el, play/doctor.el, play/hanoi.el,
6585 * play/meese.el, progmodes/compile.el, progmodes/ebrowse.el,
6586 * progmodes/hideif.el, progmodes/modula2.el, register.el, rot13.el,
6587 * saveplace.el, scroll-bar.el, server.el, sort.el, soundex.el,
6588 * term/bg-mouse.el, term/pc-win.el, term/sup-mouse.el,
6589 * term/tty-colors.el, terminal.el, textmodes/bib-mode.el,
6590 * textmodes/makeinfo.el, textmodes/page.el, textmodes/paragraphs.el,
6591 * textmodes/picture.el, textmodes/scribe.el, textmodes/spell.el,
6592 * textmodes/tex-mode.el, textmodes/text-mode.el,
6593 * textmodes/underline.el, thingatpt.el, time.el, timer.el,
6594 * unused.el, vcursor.el, version.el, vms-patch.el, vmsproc.el,
6595 * vt100-led.el, window.el: Some fixes to follow coding conventions in
6596 files maintained by FSF.
6597
6598 2001-07-13 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
6599
6600 * arc-mode.el: A fix to follow coding conventions.
6601
6602 * bindings.el: Ditto.
6603
6604 * cdl.el: Ditto.
6605
6606 * comint.el: Ditto.
6607
6608 * cus-start.el: Ditto.
6609
6610 * shell.el: Ditto.
6611
6612 * skeleton.el: Ditto.
6613
6614 2001-07-13 Stefan Monnier <monnier@cs.yale.edu>
6615
6616 * info.el (Info-build-node-completions):
6617 Make Info-current-file-completions buffer local.
6618
6619 2001-07-13 Gerd Moellmann <gerd@gnu.org>
6620
6621 * which-func.el (which-func-mode, which-func-ff-hook)
6622 (which-function-mode): Remove references to which-func-mode-global.
6623
6624 * calendar/cal-islam.el (calendar-goto-islamic-date):
6625 Add autoload cookie.
6626
6627 * play/fortune.el: Add types to defcustoms.
6628
6629 2001-07-12 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
6630
6631 * language/czech.el: A fix to follow coding conventions.
6632
6633 2001-07-11 Eli Zaretskii <eliz@is.elta.co.il>
6634
6635 * speedbar.el (speedbar-supported-extension-expressions): Add .g
6636 to the extension list, for antlr-mode. From Christoph Wedler
6637 <Christoph.Wedler@sap.com>.
6638
6639 2001-07-11 Stefan Monnier <monnier@cs.yale.edu>
6640
6641 * vc.el (vc-prefix-map): Moved back to vc-hooks.el.
6642 (vc-dired-mode-map): Fix the madness.
6643
6644 * vc-hooks.el (vc-mode): Dummy function for doc purposes.
6645 (vc-prefix-map): Moved back from vc.el.
6646
6647 2001-07-11 Gerd Moellmann <gerd@gnu.org>
6648
6649 * mail/mail-extr.el (mail-extr-all-top-level-domains):
6650 Increase the size of the obarray.
6651 (mail-extr-all-top-level-domains): Add more toplevel domains,
6652 add more long names.
6653 From: Per Starback <starback@ling.uu.se>.
6654
6655 2001-07-11 Eli Zaretskii <eliz@is.elta.co.il>
6656
6657 * progmodes/ada-prj.el: Say that the file _is_ part of Emacs.
6658 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
6659
6660 * progmodes/ada-mode.el: Ditto.
6661
6662 * progmodes/ada-xref.el: Ditto.
6663
6664 2001-07-11 Miles Bader <miles@gnu.org>
6665
6666 * finder.el (finder-insert-at-column): Also move to the next line
6667 if exactly at COLUMN.
6668
6669 2001-07-10 Gerd Moellmann <gerd@gnu.org>
6670
6671 * help.el (describe-function-1): When printing FUNCTION's
6672 documentation, don't assume FUNCTION is a symbol.
6673
6674 * startup.el (normal-top-level): Don't operate on the initial
6675 frame if we failed to create one.
6676
6677 2001-07-10 Martin Stjernholm <bug-cc-mode@gnu.org>
6678
6679 * cc-cmds.el (c-indent-exp): Keep the indentation of the block
6680 itself, i.e. only indent the contents in it.
6681
6682 2001-07-10 Markus Rost <rost@math.ohio-state.edu>
6683
6684 * mail/rmail.el (rmail-show-message): Show beginning of message in
6685 all windows containing it.
6686
6687 2001-07-10 Eli Zaretskii <eliz@is.elta.co.il>
6688
6689 * term/tty-colors.el: Fix the header line and copyright years.
6690
6691 2001-07-09 Gerd Moellmann <gerd@gnu.org>
6692
6693 * emacs-lisp/advice.el (ad-make-advised-definition): If the
6694 original definition has an interactive form, but is Elp
6695 instrumented, use the interactive form of the function called by
6696 elp-wrapper.
6697
6698 * winner.el (winner-equal): Make it a defun. Don't compare Winner
6699 configurations with compare-window-configuration; they aren't
6700 window configurations.
6701
6702 * net/ange-ftp.el (ange-ftp-file-modtime): Check a 213 response
6703 from the server for the format we expect. Don't use it if it
6704 doesn't look like what the Internet draft for FTP extensions specifies.
6705
6706 * toolbar/*.pbm: Cleaned up.
6707 From Luis Fernandes <elf@ee.ryerson.ca>.
6708
6709 2001-07-09 Martin Stjernholm <bug-cc-mode@gnu.org>
6710
6711 * cc-cmds.el: Extended the kludge to interoperate with the
6712 delsel and pending-del packages wrt to the new function
6713 `c-electric-delete-forward'.
6714
6715 2001-07-08 Stefan Monnier <monnier@cs.yale.edu>
6716
6717 * emacs-lisp/easy-mmode.el (define-minor-mode): Use eval-after-load
6718 to delay the call to <mode> for global minor modes.
6719 (easy-mmode-define-navigation): Only recenter if interactive.
6720
6721 2001-07-06 Gerd Moellmann <gerd@gnu.org>
6722
6723 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind TAB
6724 to lisp-indent-line.
6725
6726 * net/ange-ftp.el (ange-ftp-file-modtime): Ignore 226 responses
6727 from the server. Call encode-time only when we are sure that we
6728 got a 213 response.
6729
6730 2001-07-06 Simon Josefsson <jas@extundo.com>
6731
6732 * mail/sendmail.el (mail-specify-envelope-from): Doc fix.
6733 (mail-envelope-from): New user option.
6734 (sendmail-send-it): Use it.
6735
6736 2001-07-06 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6737
6738 * ps-print.el: Use locale dependant date to print date in header.
6739 Doc fix.
6740 (ps-print-version): New version number (6.5.3).
6741 (ps-right-header, ps-right-footer): Initialization and doc fix.
6742 (ps-time-stamp-locale-default): New fun.
6743
6744 2001-07-06 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
6745
6746 * mail/rmailout.el (rmail-output): Fix duplicate MIME-Version:
6747 field problem with MIME-mode.
6748
6749 * mail/rmailout.el (rmail-output): Fix bug in MIME-mode.
6750
6751 2001-07-06 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
6752
6753 * mail/rmail.el (rmail-reply): Don't forget to narrow header in
6754 MIME-mode.
6755
6756 2001-07-06 Eli Zaretskii <eliz@is.elta.co.il>
6757
6758 * bindings.el (mode-line-mule-info): Don't show the tip with
6759 buffer-file-coding-system if that is nil.
6760
6761 2001-07-05 Gerd Moellmann <gerd@gnu.org>
6762
6763 * calendar/todo-mode.el (todo-top-priorities): Use delete-region
6764 instead of kill-line.
6765
6766 * play/pong.el: Fix first line. From Pavel Jan\e,Bm\e(Bk
6767 <Pavel@Janik.cz>.
6768
6769 * battery.el (battery-update): Add help-echo. From Pavel Jan\e,Bm\e(Bk
6770 <Pavel@Janik.cz>.
6771
6772 2001-07-04 Gerd Moellmann <gerd@gnu.org>
6773
6774 * font-lock.el (c-font-lock-keywords-3): When matching something
6775 like `struct X Y', finish with point after Y.
6776
6777 2001-07-04 Simon Josefsson <jas@extundo.com>
6778
6779 * mail/sendmail.el (sendmail-send-it): Look at `sendmail-program'
6780 in caller buffer.
6781
6782 2001-07-03 Eli Zaretskii <eliz@is.elta.co.il>
6783
6784 * find-file.el (ff-find-the-other-file): Use file-name-nondirectory
6785 instead of string-match to find the basename of the file.
6786 From Pascal Obry <p.obry@wanadoo.fr>.
6787
6788 * net/browse-url.el (browse-url-default-windows-browser):
6789 Support the MS-DOS port when it runs on Windows.
6790 (browse-url-browser-function) [ms-dos]: Default to
6791 browse-url-default-windows-browser.
6792
6793 * help.el (locate-library): Enable code that looks for compressed
6794 libraries if auto-compression-mode is on.
6795
6796 2001-07-02 Stefan Monnier <monnier@cs.yale.edu>
6797
6798 * info.el (Info-clone-buffer-hook): Really unconditionally copy marker.
6799
6800 2001-07-02 Gerd Moellmann <gerd@gnu.org>
6801
6802 * emacs-lisp/cl-macs.el (cl-do-arglist): Revert change of 2000-10-15.
6803
6804 2001-07-02 Eli Zaretskii <eliz@is.elta.co.il>
6805
6806 * allout.el: Fix the header line, so that finder.el recognizes it.
6807 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
6808
6809 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Doc fix.
6810 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
6811
6812 2001-06-29 Eli Zaretskii <eliz@is.elta.co.il>
6813
6814 * term/w32-win.el (x-colors): Add colors from the recent rgb.txt file.
6815
6816 * ps-bdf.el (bdf-directory-list): Use the value relative to
6817 installation-directory for MS-Windows as well.
6818
6819 2001-06-29 Richard M. Stallman <rms@gnu.org>
6820
6821 * wid-edit.el (widget-color-sample-face-get):
6822 Return ((foreground-color . COLOR)) instead of constructing a face.
6823
6824 2001-06-29 Eli Zaretskii <eliz@is.elta.co.il>
6825
6826 * faces.el (region): Change the background color for the
6827 light-background color display to lightgoldenrod2, to make it
6828 visible on some laptops.
6829
6830 2001-06-28 Richard M. Stallman <rms@gnu.org>
6831
6832 * mail/rmail.el (rmail-reformat-message): Bind inhibit-read-only to t.
6833 (rmail-msg-restore-non-pruned-header): Likewise.
6834 If point was in the old pruned header, put it at the top.
6835 (rmail-msg-prune-header): If point was at the top, keep it there.
6836
6837 * mail/rmail.el (rmail-narrow-to-non-pruned-header): New function.
6838 (rmail-retry-failure): Use rmail-narrow-to-non-pruned-header.
6839
6840 2001-06-28 Stefan Monnier <monnier@cs.yale.edu>
6841
6842 * info.el (Info-clone-buffer-hook): Unconditionally copy marker.
6843
6844 2001-06-28 Karl Fogel <kfogel@red-bean.com>
6845
6846 * saveplace.el: Update maintainer email address.
6847
6848 2001-06-27 Francesco Potorti` <pot@gnu.org>
6849
6850 * uniquify.el: (uniquify-rationalize-file-buffer-names):
6851 Undo previous change.
6852
6853 2001-06-27 Francesco Potorti` <pot@gnu.org>
6854
6855 * uniquify.el (uniquify-rationalize-file-buffer-names): Do a
6856 preliminary quick reordering. Can speed things up dramatically.
6857
6858 2001-06-26 Richard M. Stallman <rms@gnu.org>
6859
6860 * dired.el (dired-get-filename): A file name starting with ~
6861 is not absolute in this context.
6862
6863 * which-func.el (which-func-maxout): Increase default to 500000.
6864 (which-function-mode): This is now the "real" name of the function.
6865 (which-func-mode): Now an alias.
6866 (which-func-mode-global): Name deleted.
6867
6868 * progmodes/hideshow.el (hs-minor-mode-map): Use mouse-2, not
6869 button-2, when binding hs-mouse-toggle-hiding.
6870
6871 2001-06-26 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
6872
6873 * mail/rmail.el (rmail-msg-restore-non-pruned-header): New function.
6874 (rmail-msg-prune-header): Likewise.
6875 (rmail-toggle-header): Use `rmail-msg-restore-non-pruned-header'
6876 and `rmail-msg-prune-header'.
6877
6878 2001-06-25 Stefan Monnier <monnier@cs.yale.edu>
6879
6880 * textmodes/fill.el (fill-region-as-paragraph): Don't look further
6881 back than LINEBEG.
6882
6883 2001-06-25 Eli Zaretskii <eliz@is.elta.co.il>
6884
6885 * xt-mouse.el (xterm-mouse-event): If the buffer displayed in the
6886 window where they clicked the mouse has a header line, adjust
6887 vertical movement by one.
6888
6889 2001-06-25 Milan Zamazal <pdm@zamazal.org>
6890
6891 * progmodes/glasses.el (glasses-make-readable): Consider underscores
6892 too when separating a parenthesis.
6893
6894 2001-06-24 Eli Zaretskii <eliz@is.elta.co.il>
6895
6896 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
6897 (bookmark-bmenu-hide-filenames): Add help-echo to
6898 mouse-highlighted text.
6899 (bookmark-bmenu-show-filenames): Remove help-echo property from
6900 the whitespace.
6901
6902 2001-06-23 Eli Zaretskii <eliz@is.elta.co.il>
6903
6904 * files.el (auto-mode-alist): Add configure.ac (autoconf).
6905 From Karl Eichwalder <ke@suse.de>.
6906
6907 2001-06-23 Richard M. Stallman <rms@gnu.org>
6908
6909 * emacs-lisp/lisp-mode.el (eval-last-sexp): Doc fix.
6910
6911 * progmodes/cc-styles.el (c-set-style): Don't specify initial
6912 contents for completing-read.
6913
6914 2001-06-22 Richard M. Stallman <rms@gnu.org>
6915
6916 * menu-bar.el (menu-bar-make-toggle): Construct the
6917 function's doc string from HELP, not DOC, and make it accurate by
6918 adding "Toggle whether to " at the front and downcasing the initial.
6919 Change the HELP arg in some calls to make it fit this usage.
6920
6921 * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error):
6922 Undo previous change.
6923
6924 2001-06-22 Eli Zaretskii <eliz@is.elta.co.il>
6925
6926 * indent.el (indent-relative-maybe, indent-relative): Doc fix.
6927
6928 * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error): Doc fix.
6929
6930 2001-06-21 Eli Zaretskii <eliz@is.elta.co.il>
6931
6932 * toolbar/tool-bar.el (tool-bar-setup): Remove the EXIT button.
6933
6934 * dabbrev.el (dabbrev--select-buffers): Fix last change.
6935
6936 2001-06-20 Richard M. Stallman <rms@gnu.org>
6937
6938 * dabbrev.el (dabbrev--make-friend-buffer-list): New function,
6939 broken out from dabbrev--find-expansion. Handle minibuffer
6940 specially here.
6941 (dabbrev--find-expansion): Simplify code in various ways.
6942 Don't treat minibuffers specially.
6943 Call dabbrev--make-friend-buffer-list.
6944 (dabbrev--select-buffers): Don't treat minibuffers specially. Simplify.
6945 (dabbrev--scanning-message): Do nothing when minibuffer is current.
6946
6947 2001-06-19 John Wiegley <johnw@gnu.org>
6948
6949 * eshell/eshell.el: Don't load in esh-util if it's already loaded.
6950 Also, added a comment describing how to greatly speedup Eshell
6951 loadup time, by concatenating together all of Eshell's .elc files.
6952
6953 2001-06-19 John Wiegley <johnw@gnu.org>
6954
6955 * eshell/esh-mode.el: Disabled a test that often yields false failures.
6956
6957 2001-06-19 Eli Zaretskii <eliz@is.elta.co.il>
6958
6959 * woman.el (WoMan-highlight-references): Add help-echo to
6960 mouse-highlighted text.
6961
6962 2001-06-18 Stefan Monnier <monnier@cs.yale.edu>
6963
6964 * textmodes/sgml-mode.el (sgml-mode-map): Fix thinko.
6965
6966 2001-06-18 Gerd Moellmann <gerd@gnu.org>
6967
6968 * international/quail.el (quail-start-conversion):
6969 Reset quail-translating to nil.
6970
6971 * antlr-mode.el (antlr-mode): Check that `c-Java-access-key' is
6972 bound. Suggested by David B. Malkovsky <David.Malkovsky@sas.com>.
6973
6974 2001-06-18 Eli Zaretskii <eliz@is.elta.co.il>
6975
6976 * bs.el (bs--get-name, bs--get-file-name): Add help-echo to
6977 mouse-highlighted text.
6978
6979 * dired.el (dired-mark-pop-up): Fix last change.
6980
6981 2001-06-17 Eli Zaretskii <eliz@is.elta.co.il>
6982
6983 * calendar/calendar.el (generate-calendar-month): Add help-echo to
6984 mouse-highlighted text.
6985
6986 * net/quickurl.el (quickurl-url-file): Run through
6987 convert-standard-filename.
6988 (quickurl-list-populate-buffer): Add help-echo to
6989 mouse-highlighted text.
6990 (top-level): Update Dave's URL.
6991
6992 * textmodes/tex-mode.el (tex-validate-buffer): Add help-echo to
6993 mouse-highlighted text.
6994
6995 * textmodes/page-ext.el (pages-copy-header-and-position):
6996 Add help-echo to mouse-highlighted text.
6997
6998 * tar-mode.el (tar-header-block-summarize): Add help-echo to
6999 mouse-highlighted text.
7000
7001 * replace.el (occur): Add help-echo to mouse-highlighted text.
7002
7003 * progmodes/sh-script.el (sh-mark-line): Add help-echo to
7004 mouse-highlighted text.
7005
7006 * progmodes/cpp.el (cpp-make-button): Add help-echo to
7007 mouse-highlighted text.
7008
7009 * progmodes/compile.el (compile-reinitialize-errors):
7010 Add help-echo to mouse-highlighted messages.
7011 (compilation-forget-errors): Remove help-echo property as well.
7012
7013 * play/landmark.el (lm-plot-square, lm-init-display):
7014 Add help-echo to mouse-highlighted text.
7015
7016 * play/gomoku.el (gomoku-plot-square, gomoku-init-display):
7017 Add help-echo to mouse-highlighted text.
7018
7019 * dired.el (dired-insert-set-properties): Add help-echo to
7020 mouse-highlighted text.
7021 (dired-mark-pop-up): Remove help-echo property from the file name.
7022
7023 * comint.el (comint-send-input): Add help-echo to
7024 mouse-highlighted text.
7025
7026 * buff-menu.el (list-buffers-noselect): Add help-echo to
7027 mouse-highlighted text.
7028
7029 * arc-mode.el (archive-summarize-files): Add help-echo to
7030 mouse-highlighted text.
7031
7032 * ffap.el (ffap-machine-p): Always return nil if
7033 open-network-stream is not fboundp.
7034
7035 2001-06-17 Stefan Monnier <monnier@cs.yale.edu>
7036
7037 * textmodes/sgml-mode.el: Move `provide' to the end. Update copyright.
7038 (sgml-mode-map): Use `make-keymap' rather than make the keymap by hand.
7039 Bind the latin-1 charset-char to sgml-maybe-name-self rather than
7040 incorrectly binding chars between 128 and 256 to it.
7041 (sgml-maybe-name-self): Handle latin-1 chars properly.
7042 (sgml-tags-invisible): Bind buffer-file-name to nil.
7043 Use unwind-protect and restore-buffer-modified-p.
7044 (sgml-point-entered): Use buffer-substring-no-properties.
7045 (html-tag-alist): Add `div' and `span' and fix backquote/unquote typos.
7046 (html-mode): Don't force `imenu-sort-function'.
7047
7048 2001-06-15 Eli Zaretskii <eliz@is.elta.co.il>
7049
7050 * tar-mode.el: Fix the copyright notice.
7051
7052 * font-lock.el (font-lock-comment-face): For tty's with dark
7053 background, use "red1", since "lightred" is not one of the colors
7054 recognized by tty-colors.el.
7055
7056 * tar-mode.el (tar-extract): Call generate-new-buffer-name to
7057 create a buffer for extracted file, in case there's more than one
7058 file by that name in an archive, possibly in different
7059 directories. From Kevin Rodgers <kevinr@ihs.com>.
7060
7061 * format.el (format-alist): Doc fix. Suggested by Alex Schroeder
7062 <alex@gnu.org>.
7063
7064 2001-06-15 Miles Bader <miles@gnu.org>
7065
7066 * textmodes/texinfmt.el (texinfo-format-syntax-table):
7067 Revert previous change.
7068
7069 2001-06-14 Richard M. Stallman <rms@gnu.org>
7070
7071 * replace.el (keep-lines-read-args): Return just a regexp.
7072 Provide nil for the region args.
7073 (keep-lines, flush-lines, how-many):
7074 Calculate the defaults for the region here, when args are nil.
7075
7076 2001-06-14 Eli Zaretskii <eliz@is.elta.co.il>
7077
7078 * rot13.el (rot13-other-window): Some more doc fix.
7079
7080 2001-06-14 Per Starback <starback@ling.uu.se>
7081
7082 * replace.el (case-replace, query-replace-from-history-variable)
7083 (query-replace-to-history-variable, keep-lines-read-args)
7084 (occur-revert-function, query-replace-help): Dox fix.
7085
7086 2001-06-14 Eli Zaretskii <eliz@is.elta.co.il>
7087
7088 * rot13.el (rot13-other-window): Doc fix.
7089
7090 2001-06-14 Miles Bader <miles@gnu.org>
7091
7092 * textmodes/texinfo.el (texinfo-mode-syntax-table): Change syntax
7093 of " and \ to "." (punctuation).
7094 * textmodes/texinfmt.el (texinfo-format-syntax-table): Likewise.
7095
7096 2001-06-13 Richard M. Stallman <rms@gnu.org>
7097
7098 * emacs-lisp/backquote.el (backquote-process): Handle `[,@SYMBOL].
7099
7100 * simple.el (shell-command-on-region): Never kill the
7101 *Shell Command Output* buffer.
7102
7103 2001-06-13 Stefan Monnier <monnier@cs.yale.edu>
7104
7105 * diff-mode.el (diff-font-lock-keywords): Fix unanchored regexp.
7106
7107 2001-06-10 Stefan Monnier <monnier@cs.yale.edu>
7108
7109 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
7110 New var, to recognize ${ $' and PODs.
7111 (perl-font-lock-syntactic-face-function): New function.
7112 (perl-mode): Use them.
7113 (perl-continuation-line-p): New function, from perl-calculate-indent.
7114 (perl-calculate-indent): Use it, to properly handle continuation
7115 lines of continuation lines.
7116
7117 2001-06-10 Eli Zaretskii <eliz@is.elta.co.il>
7118
7119 * server.el (server-process, server-buffer-clients): Doc fix.
7120 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
7121
7122 2001-06-09 John Wiegley <johnw@gnu.org>
7123
7124 * eshell/esh-cmd.el (eshell-exit-success-p): Use a string-match to
7125 test if the last command was Lisp or not.
7126 (eshell-rewrite-if-command): "if" syntax is "if A B C", not "if A
7127 B x C".
7128
7129 2001-06-08 Eli Zaretskii <eliz@is.elta.co.il>
7130
7131 * dos-w32.el (grep-regexp-alist): Remove definition, since the
7132 general one on compile.el supports drive letters.
7133
7134 2001-06-08 Carsten Dominik <dominik@strw.leidenuniv.nl>
7135
7136 * textmodes/reftex-ref.el (reftex-select-label-help): Add "z"
7137 key description.
7138
7139 * textmodes/reftex-sel.el (reftex-select-jump): New command.
7140
7141 * textmodes/reftex-toc.el (reftex-toc-help): Add "z" key description.
7142 (reftex-toc-jump): New command.
7143
7144 * textmodes/reftex-cite.el (reftex-parse-bibitem): Regexp changed
7145 to parse international characters as well.
7146
7147 * textmodes/reftex.el: Add autoloads for `reftex-varioref-vref',
7148 `reftex-fancyref-fref', `reftex-fancyref-Fref'.
7149
7150 * textmodes/reftex-vars.el: Protect single backslash in docstrings.
7151
7152 * textmodes/reftex-dcr.el (reftex-view-crossref): Add SPACE and
7153 TAB to the key separators.
7154
7155 2001-06-07 Eli Zaretskii <eliz@is.elta.co.il>
7156
7157 * international/mule.el (auto-coding-alist): Remove redundant
7158 up-cased versions of the extensions (auto-coding-alist-lookup is
7159 case-insensitive where needed). Recognize .gz, .Z, .bz, .bz2, and
7160 .gpg files as binary. Suggested by Karl Berry <karl@gnu.org>.
7161
7162 2001-06-05 Eli Zaretskii <eliz@is.elta.co.il>
7163
7164 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Add a doc string.
7165
7166 2001-06-01 Richard M. Stallman <rms@gnu.org>
7167
7168 * help.el (describe-variable): Put value on same line
7169 with preceding text, if it is short enough to look good that way.
7170
7171 2001-06-01 Eli Zaretskii <eliz@is.elta.co.il>
7172
7173 * term/internal.el (IT-unicode-translations): New variable.
7174 (IT-setup-unicode-display): New function.
7175
7176 2001-06-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7177
7178 * ps-print.el: Handle before-string and after-string overlay properties
7179 in ps-print-*-with-faces commands. Doc fix.
7180 (ps-print-version): New version number (6.5.2).
7181 (ps-e-overlay-end): Alias for overlay-end to avoid compilation gripes
7182 for XEmacs.
7183 (ps-prefix-quote): Doc fix.
7184 (ps-setup, ps-print-quote, ps-generate-postscript-with-faces): Code fix.
7185 (ps-basic-plot-str, ps-plot-string): New funs.
7186
7187 2001-05-31 Stefan Monnier <monnier@cs.yale.edu>
7188
7189 * progmodes/etags.el (tags-compression-info-list): Fix docstring
7190 and :type spec.
7191
7192 2001-05-31 Gerd Moellmann <gerd@gnu.org>
7193
7194 * international/mule-cmds.el (inactivate-input-method):
7195 Set input-method-function to nil.
7196
7197 * xml.el (xml-parse-tag): The document may contain invalid characters.
7198 From ShengHuo ZHU <zsh@cs.rochester.edu>
7199
7200 2001-05-31 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
7201
7202 * mail/rmailsum.el (rmail-message-subject-p): Don't call
7203 `rmail-summary-line-decoder' if the message does not have
7204 a Subject: field.
7205
7206 * mail/rmail.el (rmail-revert): Modify to work in rmail-view-buffer.
7207
7208 * mail/rmail.el (rmail-insert-mime-resent-message-function):
7209 New variable.
7210 (rmail-resend): Modify to work in `rmail-view-buffer'; call
7211 `rmail-insert-mime-resent-message-function' if `rmail-enable-mime'
7212 is non-nil.
7213
7214 2001-05-30 Stefan Monnier <monnier@rum.cs.yale.edu>
7215
7216 * textmodes/tex-mode.el (latex-find-indent): Handle the BOBP case.
7217
7218 2001-05-29 Sam Steingold <sds@gnu.org>
7219
7220 * faces.el (face-valid-attribute-values): Bind `valid' directly
7221 instead of using `setq'.
7222
7223 * textmodes/tex-mode.el (tex-feed-input, tex-display-shell):
7224 Use `tex-shell-buf'.
7225 (tex-shell-proc): Use `tex-shell-running'.
7226 (tex-shell-buf-no-error): New function.
7227 (tex-send-tex-command): Use it.
7228 (tex-shell-running): Kill tex-shell when the buffer is dead for w32.
7229 (tex-kill-job): Check the process before calling `quit-process'.
7230
7231 2001-05-29 Gerd Moellmann <gerd@gnu.org>
7232
7233 * international/utf-8.el (ccl-decode-mule-utf-8): Handle invalid
7234 UTF-8 sequences.
7235
7236 2001-05-28 Miles Bader <miles@gnu.org>
7237
7238 * comint.el (comint-carriage-motion): Renamed from
7239 `comint-cr-magic'. Operate on the buffer instead of the string
7240 (for use as a comint post-output filter, instead of as a
7241 pre-output filter). Handle backspaces too. Add to the
7242 `comint-output-filter-functions' hook instead of
7243 `comint-preoutput-filter-functions'.
7244
7245 2001-05-28 Gerd Moellmann <gerd@gnu.org>
7246
7247 * language/japan-util.el (japanese-hankaku): Prefer the charset
7248 `jisx0201' when the optional argument `ascii-only' is not specified.
7249 (japanese-hankaku-region): Ditto.
7250 From Katsumi Yamaoka <yamaoka@jpl.org>
7251
7252 2001-05-28 Stefan Monnier <monnier@cs.yale.edu>
7253
7254 * textmodes/outline.el (outline-mode): Fix font-lock-defaults.
7255 (outline-invisible-p): New function.
7256 (hide-leaves): Save excursion.
7257 (hide-other): Stop looping when reaching bobp.
7258
7259 2001-05-28 Eli Zaretskii <eliz@is.elta.co.il>
7260
7261 * cus-edit.el (custom-file): Fix last change.
7262
7263 2001-05-27 Stefan Monnier <monnier@cs.yale.edu>
7264
7265 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload): Use the
7266 same definition in byte-compile-function-environment as `autoload'
7267 would put in `symbol-function'.
7268
7269 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Complete Dave's
7270 patch to correct the error message as well.
7271
7272 2001-05-27 Eli Zaretskii <eliz@is.elta.co.il>
7273
7274 * cus-edit.el (custom-file): Don't assume we were invoked with -q
7275 unless ~/.emacs exists.
7276
7277 * novice.el (enable-command): If user-init-file is nil or does not
7278 exist, default to "~/.emacs" (~/_emacs on DOS and, maybe, Windows).
7279
7280 2001-05-25 Stefan Monnier <monnier@cs.yale.edu>
7281
7282 * textmodes/tex-mode.el (tex-mode-syntax-table): Add ^.
7283 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
7284 Allow spaces around macro arguments.
7285 (tex-mode-map): Inherit from text-mode-map, but rebind \t to
7286 indent-for-tab-command.
7287 (latex-mode-map, plain-tex-mode-map): New keymaps.
7288 Inherit from tex-mode-map.
7289 (tex-common-initialization): Don't setup the keymap any more
7290 since it's now done right by define-derived-mode.
7291 (latex-mode): Set skeleton-end-hook to nil.
7292 (latex-skeleton-end-hook): Remove.
7293 (tex-latex-block, latex-insert-item): Simplify.
7294 (latex-syntax-after): Use following-char rather than char-after.
7295 (tex-discount-args-cmds, tex-count-words): New functions.
7296
7297 * textmodes/tildify.el (tildify-ignored-environments-alist):
7298 Recognize \verb* as well.
7299
7300 * progmodes/perl-mode.el (perl-mode): Use define-derived-mode.
7301 (perl-comment-indent): Simplify to let newcomment.el do its job.
7302 (perl-electric-terminator, perl-calculate-indent, perl-indent-exp)
7303 (perl-mark-function): Cleanup the namespace.
7304 (perl-calculate-indent): Don't be fooled by nested functions.
7305
7306 * speedbar.el (speedbar-find-selected-file): RE-quote the filename.
7307
7308 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
7309 Fix the arg of `load'. From Dave Love <fx@gnu.org>.
7310
7311 2001-05-25 Andrew Choi <akochoi@i-cable.com>
7312
7313 * international/titdic-cnv.el (ctlau-gb-converter): `\' should
7314 actually be `\\'.
7315 (ctlau-b5-converter): Likewise.
7316
7317 2001-05-24 Andrew Choi <akochoi@i-cable.com>
7318
7319 * international/titdic-cnv.el (quail-misc-package-ext-info):
7320 Change CTLauB.el to CTLau-b5.el.
7321
7322 2001-05-23 Stefan Monnier <monnier@cs.yale.edu>
7323
7324 * gud.el (gud-gdb-run-command-fetch-lines): Use forward-line
7325 rather than beginning-of-line to avoid problems with fields.
7326 (gud-perldb-massage-args): Use unless and push.
7327 (gud-chdir-before-run): New var.
7328 (gud-common-init): Use it.
7329
7330 2001-05-24 Andrew Choi <akochoi@i-cable.com>
7331
7332 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
7333 delete entries for chinese-ctlau and chinese-ctlaub.
7334 (quail-misc-package-ext-info): Add entries for chinese-ctlau and
7335 chinese-ctlaub.
7336 (ctlau-converter, ctlau-gb-converter, ctlau-b5-converter):
7337 New functions.
7338
7339 2001-05-22 Gerd Moellmann <gerd@gnu.org>
7340
7341 * cus-edit.el (custom-comment-show): Remove debug code.
7342
7343 * language/japan-util.el (japanese-symbol-table): Fix handling of
7344 Japanese long tone sign. From Kenichi Handa <handa@etl.go.jp>.
7345
7346 2001-05-21 Stefan Monnier <monnier@cs.yale.edu>
7347
7348 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly):
7349 Renamed by removing the silly `-flag' suffix.
7350 (diff-mode, diff-minor-mode, diff-find-source-location): Update.
7351
7352 2001-05-20 Stefan Monnier <monnier@cs.yale.edu>
7353
7354 * replace.el (keep-lines-read-args): Use `copy-marker'.
7355 (how-many): Save excursion properly.
7356 (occur-mode): Use define-derived-mode.
7357 (perform-replace): Use with-current-buffer.
7358
7359 2001-05-20 Richard M. Stallman <rms@gnu.org>
7360
7361 * play/landmark.el (lm): Use "p" not "P" for interactive spec.
7362
7363 * mail/rmail.el (rmail-retry-failure): Do save-window-excursion.
7364
7365 * info.el (Info-read-subfile): Widen before finding the
7366 desired node in the subfile.
7367
7368 * startup.el (command-line-1): When >2 files visited,
7369 leave the last one visible, and make that the selected window.
7370
7371 2001-05-20 Gerd Moellmann <gerd@gnu.org>
7372
7373 * font-lock.el (lisp-font-lock-keywords-1): Add `defvaralias'.
7374
7375 2001-05-20 Eli Zaretskii <eliz@is.elta.co.il>
7376
7377 * international/ccl.el (define-ccl-program): Fix a typo.
7378 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
7379
7380 * international/mule.el (decode-char): Fix a typo. From Pavel
7381 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
7382
7383 * textmodes/artist.el (artist-mode): Fix a typo. From Pavel
7384 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
7385
7386 * frame.el (automatic-hscrolling): Fix a typo. From Pavel
7387 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
7388
7389 2001-05-18 Sam Steingold <sds@gnu.org>
7390
7391 * pcvs-defs.el (cvs-mode-map): Bind "z" to `kill-this-buffer'
7392 and [RET] to `cvs-mode-find-file'.
7393
7394 2001-05-18 John Wiegley <johnw@gnu.org>
7395
7396 * eshell/esh-ext.el (eshell-explicit-command-char): A new
7397 configuration variable, which determines the initial character
7398 that forces use of an external version of a command. The default
7399 is *, but may be set to \, for example.
7400
7401 * eshell/esh-ext.el (eshell-explicit-command):
7402 Use `eshell-explicit-command-char' instead of ?*.
7403
7404 * eshell/esh-cmd.el (eshell/which):
7405 Use `eshell-explicit-command-char' instead of ?*.
7406
7407 * eshell/em-cmpl.el (eshell-completion-command-name)
7408 (eshell-complete-commands-list): Use `eshell-explicit-command-char'
7409 instead of ?*.
7410
7411 2001-05-18 Gerd Moellmann <gerd@gnu.org>
7412
7413 * net/ange-ftp.el (ange-ftp-fix-name-for-vms): Reverse args of
7414 subst-char-in-string.
7415 (ange-ftp-after-parse-ls-hook): New variable.
7416 (ange-ftp-ls): Run that hook.
7417 From Peter Milliken <Peter.Milliken@GTECH.COM>.
7418
7419 * tmm.el (tmm-get-keymap): Fix handling of :filter.
7420 (tmm-add-prompt): Bind buffer-read-only to nil when inserting
7421 text into *Completions*.
7422
7423 * net/goto-addr.el (goto-address-at-point): Deal with URLs
7424 part of which look like email addresses.
7425
7426 2001-05-18 Andrew Innes <andrewi@gnu.org>
7427
7428 * makefile.w32-in (compile-files-CMD, bootstrap-clean-CMD):
7429 Use . instead of absolute path for lisp dir, to avoid bug in W2K
7430 cmd.exe's handling of FOR loops.
7431 (autoloads): Set find-file-suppress-same-file-warnings to t to
7432 avoid slew of spurious messages.
7433
7434 2001-05-18 Simon Josefsson <simon@josefsson.org>
7435
7436 * mail/smtpmail.el (maybe-append-domain): Renamed to
7437 `smtpmail-maybe-append-domain'.
7438 (smtpmail-via-smtp): Use the new name.
7439
7440 * net/browse-url.el (browse-url-browser-function): Add kde.
7441 (browse-url-kde-program, browse-url-kde-args): New variables.
7442 (browse-url-kde): New function.
7443
7444 2001-05-18 Miles Bader <miles@gnu.org>
7445
7446 * simple.el (delete-horizontal-space, just-one-space):
7447 Use `constrain-to-field' instead of `field-end'/`field-beginning',
7448 because it's more efficient for large files.
7449
7450 2001-05-17 Gerd Moellmann <gerd@gnu.org>
7451
7452 * mail/rmail.el (rmail-require-mime-maybe): New function.
7453 (rmail): Use it.
7454 (rmail-mode): Handle the case of finding Rmail files.
7455
7456 * emacs-lisp/elp.el (elp-instrument-function): Handle advised
7457 functions.
7458
7459 2001-05-17 Stefan Monnier <monnier@cs.yale.edu>
7460
7461 * jit-lock.el (jit-lock-after-change): Check the font-lock-multiline
7462 text-property after moving to the beginning of line and regardless
7463 of the value of font-lock-multiline.
7464
7465 2001-05-17 Gerd Moellmann <gerd@gnu.org>
7466
7467 * startup.el (fancy-splash-screens): Ignore events on the mode-line.
7468
7469 * net/ange-ftp.el (ange-ftp-write-region): Make sure to record the
7470 last coding system used before calling set-buffer-modified-p
7471 because that function changes last-coding-system.
7472
7473 2001-05-17 Eli Zaretskii <eliz@is.elta.co.il>
7474
7475 * files.el (switch-to-buffer-other-window)
7476 (switch-to-buffer-other-frame): Add an xref to display-buffer in
7477 the doc string.
7478
7479 2001-05-17 Gerd Moellmann <gerd@gnu.org>
7480
7481 * language/slovak.el, language/czech.el: New maintainer.
7482
7483 2001-05-16 Sam Steingold <sds@gnu.org>
7484
7485 * emacs-lisp/cl-indent.el (toplevel): Indent the :method
7486 sub-form of `defgeneric' correctly.
7487
7488 2001-05-16 Gerd Moellmann <gerd@gnu.org>
7489
7490 * tooltip.el (tooltip) <defgroup>: Put it in `gud' group instead
7491 of `c'.
7492
7493 * textmodes/outline.el (outline-font-lock-level): Remove the
7494 condition-case, test what outline-level returns instead, to
7495 ease debugging.
7496
7497 * international/mule.el (auto-coding-regexp-alist): New user-option.
7498 (auto-coding-from-file-contents): New function.
7499 (set-auto-coding): Use it to determine a coding system.
7500
7501 2001-05-15 Gerd Moellmann <gerd@gnu.org>
7502
7503 * mouse.el (mouse-delete-other-windows): Doc fix.
7504
7505 * emacs-lisp/lisp-mode.el (lisp-mode):
7506 Make font-lock-keywords-case-fold-search a buffer-local variable with
7507 make-local-variable before setting it.
7508
7509 2001-05-14 Eli Zaretskii <eliz@is.elta.co.il>
7510
7511 * emacs-lisp/elp.el (elp-instrument-package): Don't allow empty
7512 prefixes.
7513
7514 2001-05-14 Gerd Moellmann <gerd@gnu.org>
7515
7516 * hexl.el (hexl-current-address): Print a message when called
7517 interactively.
7518
7519 2001-05-11 Stefan Monnier <monnier@cs.yale.edu>
7520
7521 * gud.el (gud-jdb-build-source-files-list): Fix paren typo.
7522
7523 * pcvs-defs.el (cvs-mode-map): Don't rebind `undo'.
7524
7525 * files.el (auto-mode-alist): Add *.perl and fix the *.<rev> case.
7526
7527 2001-05-11 Gerd Moellmann <gerd@gnu.org>
7528
7529 * startup.el (command-line): If parameters have been changed in
7530 the init files which influence font selection, clear the face
7531 cache so that faces get realized with the new parameters.
7532
7533 * Makefile.in (compile-files): Redirect output of chmod to /dev/null.
7534
7535 2001-05-10 Stefan Monnier <monnier@cs.yale.edu>
7536
7537 * smerge-mode.el (smerge-mode): Force font-lock-multiline to t.
7538
7539 2001-05-10 Eli Zaretskii <eliz@is.elta.co.il>
7540
7541 * mail/emacsbug.el (report-emacs-bug): Don't switch the buffer to
7542 unibyte. Suggested by Kenichi Handa <handa@etl.go.jp>.
7543
7544 2001-05-10 Gerd Moellmann <gerd@gnu.org>
7545
7546 * net/browse-url.el (browse-url-filename-alist): Allow UNC file
7547 names for MS-Windows and MS-DOS. From Dan Holmsand <dan@eyebee.com>.
7548
7549 2001-05-09 John Wiegley <johnw@gnu.org>
7550
7551 * eshell/esh-util.el (eshell-convert-numeric-arguments):
7552 Annotated the documentation string to tell users about
7553 `eshell-no-numeric-conversions'.
7554
7555 * eshell/esh-cmd.el (eshell-lisp-command): Don't perform numeric
7556 conversions if a Lisp function has the property
7557 `eshell-no-numeric-conversions' set to a non-nil value.
7558
7559 * eshell/em-dirs.el, eshell/em-ls.el, eshell/em-script.el,
7560 eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-cmd.el: Set the
7561 property `eshell-no-numeric-conversions' on the following
7562 functions (which all deal with filesystem entities, and never Lisp
7563 numerical values): eshell/cd, eshell/pushd, eshell/popd,
7564 eshell/ls, eshell/source, eshell/., eshell/man, eshell/rm,
7565 eshell/mkdir, eshell/rmdir, eshell/mv, eshell/cp, eshell/ln,
7566 eshell/cat, eshell/make, eshell/diff, eshell/locate, eshell/occur,
7567 eshell/which, eshell/addpath.
7568
7569 2001-05-09 John Wiegley <johnw@gnu.org>
7570
7571 * eshell/esh-arg.el (eshell-parse-argument-hook): If a number is
7572 encountered as an argument, don't convert it right away, but tag
7573 the first character of the string with the text properties
7574 `number', which signifies to `eshell-lisp-command' that the
7575 argument should be passed through `string-to-number' if it is
7576 actually used in the call to a Lisp function.
7577
7578 * eshell/esh-cmd.el (eshell-lisp-command): Before calling a Lisp
7579 function, convert any string arguments that have been tagged as
7580 "numbers", by calling string-to-number.
7581
7582 * eshell/esh-util.el (eshell-number-regexp): Now that number
7583 conversions only happen for Lisp function calls, the number regexp
7584 should now match all integer and floating point forms.
7585
7586 * eshell/esh-proc.el: Disable `eshell-stop-process' and
7587 `eshell-continue-process', since they are both nonfunctional at
7588 the moment.
7589 (eshell-proc-initialize): Don't bind keys for
7590 `eshell-stop-process' or `eshell-continue-process'.
7591
7592 * eshell/em-unix.el (eshell-shuffle-files):
7593 Apply `directory-file-name' before calling `file-name-directory'.
7594
7595 * eshell/em-hist.el (eshell-add-to-history): Reference to
7596 `eshell-history-ring' needed to be `eshell-history-index'.
7597
7598 * calendar/timeclock.el (timeclock-find-discrep):
7599 Initialize `elapsed' to 0.
7600 (timeclock-find-discrep): Set `timeclock-last-event-workday' if
7601 it's still nil.
7602
7603 2001-05-09 Stefan Monnier <monnier@cs.yale.edu>
7604
7605 * arc-mode.el (archive-int-to-mode): Construct the string directly.
7606 (archive-mode): Use capitalize.
7607 (archive-unique-fname): Use make-temp-file.
7608
7609 2001-05-09 Gerd Moellmann <gerd@gnu.org>
7610
7611 * emacs-lisp/lisp-mode.el (lisp-interaction-mode): Doc fix.
7612
7613 2001-05-09 Eli Zaretskii <eliz@is.elta.co.il>
7614
7615 * tar-mode.el (tar-extract): Pay attention to the value of
7616 coding-system-for-read, if it is non-nil.
7617
7618 * calendar/holidays.el (holidays): Add an autoload cookie.
7619 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
7620
7621 2001-05-08 John Wiegley <johnw@gnu.org>
7622
7623 * calendar/timeclock.el (timeclock-workday-remaining):
7624 Changed logic for determining how much time is remaining.
7625 (timeclock-workday-elapsed): Don't accept a "relative" argument
7626 for the current day's elapsed time. What could that have meant?
7627 (timeclock-workday-elapsed-string): No "relative" argument anymore.
7628 (timeclock-when-to-leave): Changed logic, similarly to what was
7629 done for `timeclock-workday-remaining'.
7630 (timeclock-find-discrep): Removed "today-only" argument, which had
7631 no meaning. Fixed some more math problems. The function now
7632 returns a three member list: (TOTAL-TIME-DISCREPANCY
7633 TODAYS-TIME-DISCREPANCY TODAYS-ELAPSED-TIME).
7634
7635 2001-05-08 Eli Zaretskii <eliz@is.elta.co.il>
7636
7637 * w32-fns.el (convert-standard-filename): Start replacing slashes
7638 from the beginning of the file name, not from where the last
7639 invalid character was. From "Andrew Maguire (SWW)"
7640 <Andrew.Maguire@Smallworld.co.uk>
7641
7642 2001-05-07 MORIOKA Tomohiko <tomo@m17n.org>
7643
7644 The following changes are to provide infrastructure for handling
7645 MIME messages to rmail. They don't affect the original behaviour
7646 if rmail-enable-mime is nil.
7647
7648 * mail/rmail.el (rmail-insert-mime-forwarded-message-function)
7649 (rmail-search-mime-message-function)
7650 (rmail-search-mime-header-function): New variables.
7651 (rmail-expunge-and-save): Be sure to set-buffer to the Rmail buffer.
7652 (rmail-quit, rmail-get-new-mail): Bury `rmail-buffer' after
7653 `rmail-view-buffer' is hidden.
7654 (rmail-toggle-header): Likewise. If rmail-enable-mime is non-nil,
7655 call rmai-show-mime-function.
7656 (rmail-display-labels): If rmail-enable-mime is non-nil, update
7657 mode-line-process of rmail-view-buffer.
7658 (rmail-set-attribute): Be sure to set-buffer to the Rmail buffer.
7659 (rmail-show-message): Be sure to call rmail-auto-file in the Rmail
7660 buffer.
7661 (rmail-next-message, rmail-next-undeleted-message): Be sure to
7662 set-buffer to the Rmail buffer.
7663 (rmail-message-regexp-p): If rmail-enable-mime is non-nil, call
7664 rmail-search-mime-header-function.
7665 (rmail-search-message): New function.
7666 (rmail-search): Call rmail-search-message to check if a message
7667 matches REGEXP, lastly update point after calling
7668 rmail-show-message.
7669 (rmail-undelete-previous-message, rmail-expunge-confirmed)
7670 (rmail-only-expunge): Be sure to set-buffer to the Rmail buffer.
7671 (rmail-reply): If rmail-enable-mime is non-nil, don't narrow to
7672 header region, refer to rmail-msgref-vector while setting the
7673 current buffer to rmail-buffer temporarily.
7674 (rmail-forward): Be sure to bind forward-buffer to the Rmail buffer.
7675 If rmail-enable-mime is non-nil, call
7676 rmail-insert-mime-forwarded-message-function instead of inserting
7677 forwarded message by itself.
7678
7679 * mail/rmailkwd.el (rmail-read-label): Be sure to work in the
7680 Rmail buffer.
7681 (rmail-set-label, rmail-next-labeled-message): Likewise.
7682
7683 * mail/rmailout.el (rmail-output-read-rmail-file-name): Be sure to
7684 set-buffer to the Rmail buffer.
7685 (rmail-output-to-rmail-file): Likewise.
7686 (rmail-output): Likewise.
7687
7688 * mail/rmailsum.el (rmail-message-subject-p): Process the result
7689 of mail-fetch-field by rmail-summary-line-decoder.
7690 (rmail-new-summary): Be sure to go to the Rmail buffer.
7691 If rmail-enable-mime is non-nil, set rmail-summary-buffer of
7692 rmail-view-buffer to nil.
7693 (rmail-summary-undelete): If rmail-enable-mime is non-nil, pop to
7694 rmail-view-buffer.
7695 (rmail-summary-scroll-msg-up): Handle rmail-view-buffer, not
7696 rmail-buffer.
7697 (rmail-summary-scroll-msg-down): Likewise.
7698 (rmail-summary-beginning-of-message): Likewise.
7699 (rmail-summary-wipe): Likewise.
7700 (rmail-summary-toggle-header): Use save-window-excursion, not
7701 save-excursion. Update point in rmail-view-buffer, not in
7702 rmail-buffer.
7703 (rmail-summary-reply): Before calling rmail-reply, set buffer to
7704 rmail-view-buffer, not rmail-buffer.
7705
7706 2001-05-07 Gerd Moellmann <gerd@gnu.org>
7707
7708 * cus-edit.el (custom-file): Signal an error if user-init-file is
7709 nil (running -q).
7710
7711 * mail/rmailedit.el (rmail-edit-mode-hook): Add :version.
7712
7713 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
7714 Add :version.
7715
7716 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
7717 New option.
7718 (smtpmail-via-smtp): Print warnings about unknown SMTP extensions
7719 only if smtpmail-warn-about-unknown-extensions is set.
7720
7721 * mail/rmail.el (rmail-mode-map): Use rmail-sort-by-labels
7722 instead of rmail-sort-by-keywords.
7723
7724 * mail/rmailsort.el (rmail-sort-by-labels): Renamed from
7725 rmail-sort-by-keywords.
7726
7727 * mail/rmailsum.el (rmail-summary-sort-by-labels): Renamed from
7728 rmail-summary-sort-by-keywords. Doc fix.
7729 (rmail-summary-mode): Doc fix.
7730
7731 * mail/rmail.el (rmail-edit): New Custom group.
7732
7733 * mail/rmailedit.el (rmail-edit-mode): Doc fix.
7734 (rmail-edit-mode-hook): New user-option.
7735
7736 2001-05-05 Richard M. Stallman <rms@gnu.org>
7737
7738 * help.el (help-xref-symbol-regexp): Recognize "source of"
7739 and friends, meaning make a link to the source file.
7740 (help-make-xrefs): Handle "source of" and friends
7741 by constructing a link that visits the source file.
7742
7743 * dabbrev.el (dabbrev-select-buffers-function): Doc fix.
7744
7745 2001-05-04 Stefan Monnier <monnier@cs.yale.edu>
7746
7747 * progmodes/cperl-mode.el (cperl-font-lock-keywords)
7748 (cperl-font-lock-keywords-1, cperl-font-lock-keywords-2):
7749 Renamed from perl-font-lock-keywords to avoid clashes.
7750 (cperl-mode, cperl-load-font-lock-keywords, cperl-init-faces)
7751 (cperl-load-font-lock-keywords-1, cperl-load-font-lock-keywords-2):
7752 Updated correspondingly.
7753
7754 * diff-mode.el (diff-nonexistent-face, diff-font-lock-keywords):
7755 Typo `nonexistant' -> `nonexistent'.
7756
7757 2001-05-04 Martin Stjernholm <bug-cc-mode@gnu.org>
7758
7759 * cc-cmds.el (c-electric-delete, c-electric-delete-forward):
7760 Split `c-electric-delete' into two functions where
7761 `c-electric-delete-forward' always deletes forward and
7762 `c-electric-delete' only contains the code necessary for XEmacs to
7763 choose between backward and forward deletion.
7764
7765 * cc-mode.el: `c-electric-delete-forward' is now bound to C-d to
7766 get the electric behavior on that key too.
7767 (c-fill-paragraph): Fixed bogus direct use of
7768 c-comment-prefix-regexp, which caused an error when it's a list.
7769
7770 2001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
7771
7772 * dired-aux.el (dired-diff): Doc fix.
7773
7774 * dired.el (dired-diff): Likewise.
7775
7776 2001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
7777
7778 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
7779
7780 2001-05-02 Stefan Monnier <monnier@cs.yale.edu>
7781
7782 * vc.el (vc-next-action-on-file): Only force buffer+file to writable
7783 if both the buffer and the file are read-only.
7784
7785 * progmodes/sh-script.el (sh-prev-line): Look for sh-heredoc-face
7786 rather than font-lock-string-face.
7787 (sh-get-indent-info): Treat heredocs like strings.
7788
7789 2001-05-02 Gerd Moellmann <gerd@gnu.org>
7790
7791 * textmodes/texinfmt.el (texinfo-format-parse-args): Don't consume
7792 a newline following `}'.
7793 (texinfo-format-email): New function.
7794 (toplevel): Use texinfo-format-email for @email.
7795 (texinfo-format-kbd-regexp, texinfo-format-kbd-end-regexp):
7796 Add `display'.
7797 (texinfo-sort-region): Goto point-min before sorting.
7798 (texinfo-set): Remove leading white space from value.
7799 From yagi@is.titech.ac.jp.
7800
7801 * replace.el (query-replace-regexp-eval): Doc fix.
7802
7803 2001-05-01 Stefan Monnier <monnier@cs.yale.edu>
7804
7805 * diff-mode.el (diff-nonexistant-face): New face.
7806 (diff-font-lock-keywords): Use it.
7807
7808 2001-04-30 Eli Zaretskii <eliz@is.elta.co.il>
7809
7810 * font-lock.el (font-lock-mode): Doc fix.
7811
7812 * dired-aux.el (dired-do-rename-regexp, dired-do-copy-regexp)
7813 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
7814
7815 2001-04-30 Gerd Moellmann <gerd@gnu.org>
7816
7817 * progmodes/sh-script.el (sh-font-lock-heredoc): Allow optional
7818 backslash at the start of the here-document delimiter.
7819 (sh-font-lock-syntactic-keywords): Likewise.
7820
7821 * mail/rmail.el (rmail-message-regexp-p): Yet another fix.
7822
7823 2001-04-29 Eli Zaretskii <eliz@is.elta.co.il>
7824
7825 * term/tty-colors.el (tty-color-define, tty-color-off-gray-diag)
7826 (tty-color-translate, tty-color-by-index, tty-color-values)
7827 (tty-color-desc): Doc fix.
7828
7829 2001-04-27 Eli Zaretskii <eliz@is.elta.co.il>
7830
7831 * dired-aux.el (dired-do-create-files, dired-do-copy)
7832 (dired-do-symlink, dired-do-hardlink, dired-do-rename):
7833 Mention dired-dwim-target in the doc string.
7834
7835 2001-04-28 Miles Bader <miles@gnu.org>
7836
7837 * dabbrev.el (dabbrev--ignore-buffer-p): New function.
7838 (dabbrev--find-expansion): Use it.
7839 (dabbrev--select-buffers): Don't select ignored buffers.
7840
7841 2001-04-27 Gerd Moellmann <gerd@gnu.org>
7842
7843 * mail/rmail.el (rmail-message-regexp-p): Don't match before headers.
7844
7845 2001-04-26 Richard M. Stallman <rms@gnu.org>
7846
7847 * dabbrev.el: Add doc strings for some functions.
7848 (dabbrev--eliminate-newlines): New variable.
7849 (dabbrev--substitute-expansion): Convert newlines to spaces
7850 if dabbrev--eliminate-newlines is set.
7851 If abbrev and expansion are both all-lower-case,
7852 leave dabbrev--last-case-pattern nil.
7853
7854 2001-04-26 Gerd Moellmann <gerd@gnu.org>
7855
7856 * mail/rmail.el (rmail-message-regexp-p): Use rfc822-goto-eoh
7857 if necessary, like in rmail-show-message.
7858
7859 2001-04-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7860
7861 * ps-print.el: Color specified by number is forced to be float number.
7862 (ps-print-version): New version number (6.5.1.1).
7863 (ps-header-frame-alist, ps-footer-frame-alist): Adjust color
7864 initialization.
7865 (ps-prefix-quote): New internal var.
7866 (ps-print-quote): New fun.
7867 (ps-setup, ps-output-frame-properties, ps-float-format)
7868 (ps-format-color): Code fix.
7869 (ps-plot-region): Eliminate redundant foreground color text setting.
7870
7871 2001-04-26 Eli Zaretskii <eliz@is.elta.co.il>
7872
7873 * dabbrev.el (dabbrev--select-buffers): Add a doc string.
7874
7875 2001-04-25 Gerd Moellmann <gerd@gnu.org>
7876
7877 * faces.el (tty-handle-reverse-video): Don't set inverse-video.
7878
7879 2001-04-25 Eli Zaretskii <eliz@is.elta.co.il>
7880
7881 * info.el (Info-additional-directory-list): Doc fix.
7882
7883 * find-lisp.el (find-lisp-find-dired-filter)
7884 (find-lisp-find-dired-subdirectories, find-lisp-find-dired):
7885 Add autoload cookies. From Richard Y. Kim <ryk@dspwiz.com>.
7886
7887 2001-04-25 Stefan Monnier <monnier@cs.yale.edu>
7888
7889 * progmodes/make-mode.el (makefile-font-lock-keywords):
7890 Rationalize the rules for includes and conditionals and use the
7891 keyword face for them.
7892
7893 * faces.el (modify-face): Add compatibility for non-interactive use.
7894
7895 2001-04-24 John Wiegley <johnw@gnu.org>
7896
7897 * eshell/esh-cmd.el (eshell-find-alias-function): Corrected the
7898 fix from last night, since it wasn't finding eshell/cd.
7899
7900 2001-04-24 Gerd Moellmann <gerd@gnu.org>
7901
7902 * rect.el (string-rectangle): Revert to 20.x behaviour.
7903 (replace-rectangle): Make it an alias for string-rectangle.
7904 (string-insert-rectangle): New function.
7905
7906 2001-04-23 John Wiegley <johnw@gnu.org>
7907
7908 * eshell/em-unix.el (eshell/diff): Fixed problems that were
7909 occurring with Emacs 21's diff.el/compile.el interaction layer.
7910
7911 2001-04-23 Colin Walters <walters@cis.ohio-state.edu>
7912
7913 * eshell/esh-cmd.el (eshell-find-alias-function): Return t in the
7914 case where the function was defined in a file, but not part of an
7915 eshell module.
7916
7917 2001-04-23 John Wiegley <johnw@gnu.org>
7918
7919 * eshell/em-smart.el (eshell-smart-redisplay): Added some safety
7920 code to work around a redisplay problem I've been having.
7921
7922 2001-04-23 John Wiegley <johnw@gnu.org>
7923
7924 * calendar/timeclock.el (timeclock-day-required): If the time
7925 required for a particular day is not set, use `timeclock-workday'.
7926 (timeclock-find-discrep): Added some sample code in a comment.
7927
7928 * eshell/eshell.el (eshell-command): Made a few changes so that
7929 `eshell-command' could be called programmatically.
7930
7931 * eshell/esh-mode.el (eshell-non-interactive-p): Moved to eshell.el.
7932
7933 * eshell/eshell.el (eshell-non-interactive-p): Moved from esh-mode.el.
7934
7935 2001-04-23 John Wiegley <johnw@gnu.org>
7936
7937 * calendar/timeclock.el: Updated copyright.
7938 (timeclock-generate-report): Don't report the daily or two-week
7939 total, if no time has been worked in that period.
7940 (timeclock-find-discrep): Moved call to `file-readable-p'; removed
7941 final computational form, which was unnecessary; corrected a
7942 parsing problem when timeclock-relative was nil.
7943
7944 2001-04-23 Kahlil Hodgson <kahlil@discus.anu.edu.au>
7945
7946 * calendar/timeclock.el (timeclock-modeline-display): Check if
7947 `list-entry' is null.
7948 (timeclock-use-display-time): The first argument to `set-variable'
7949 must be a symbol.
7950
7951 2001-04-23 Eli Zaretskii <eliz@is.elta.co.il>
7952
7953 * calendar/calendar.el (diary-entry-marker)
7954 (calendar-today-marker, calendar-holiday-marker):
7955 Use display-color-p instead of window-system.
7956 (calendar-mode-map, calendar-mode): Use display-popup-menus-p
7957 instead of window-system.
7958 (calendar-hide-window): Use display-multi-frame-p instead of
7959 window-system.
7960
7961 * calendar/cal-x.el (calendar-two-frame-setup)
7962 (calendar-only-one-frame-setup, calendar-one-frame-setup):
7963 Use display-multi-frame-p instead of window-system.
7964
7965 2001-04-23 Gerd Moellmann <gerd@gnu.org>
7966
7967 * play/fortune.el (fortune-from-region): Use `eq' instead of `eql'.
7968
7969 * textmodes/ispell.el, emacs-lisp/checkdoc.el,
7970 * progmodes/ebrowse.el, play/fortune.el: Fix autoload cookies.
7971
7972 2001-04-23 Alex Schroeder <alex@gnu.org>
7973
7974 * goto-addr.el: Instead of defining line-beginning-position and
7975 line-end-position a defalias is used for point-at-bol and point-at-eol.
7976
7977 2001-04-23 Alex Schroeder <alex@gnu.org>
7978
7979 * goto-addr.el: Added XEmacs compatibility code.
7980 (goto-address-highlight-keymap): Made keybindings XEmacs compatible.
7981
7982 2001-04-22 Eli Zaretskii <eliz@is.elta.co.il>
7983
7984 * textmodes/paragraphs.el (sentence-end): Doc fix.
7985
7986 2001-04-20 Alex Schroeder <alex@gnu.org>
7987
7988 * sql.el (sql-escape-newlines-and-send): New function.
7989 (sql-db2): Set comint-input-sender to sql-escape-newlines-and-send.
7990
7991 2001-04-20 Alex Schroeder <alex@gnu.org>
7992
7993 * sql.el (sql-db2-program): New option.
7994 (sql-db2-options): New option.
7995 (sql-db2): New function.
7996
7997 2001-04-20 Alex Schroeder <alex@gnu.org>
7998
7999 * sql.el (sql-mode-menu): Added highlighting entries.
8000 (sql-highlight-oracle-keywords): New function.
8001 (sql-highlight-postgres-keywords): New function.
8002 (sql-highlight-ansi-keywords): New function.
8003
8004 2001-04-20 Alex Schroeder <alex@gnu.org>
8005
8006 * sql.el (sql-help): Doc change.
8007
8008 2001-04-19 Karl Fogel <kfogel@collab.net>
8009
8010 * saveplace.el (save-place-alist-to-file): Removed no-effect code
8011 that inserted file content only to delete it immediately.
8012 Probably a cut-and-paste bug. Thanks to Juanma Barranquero
8013 <lektu@uol.com.br> for the patch.
8014
8015 2001-04-19 Stefan Monnier <monnier@cs.yale.edu>
8016
8017 * emacs-lisp/easy-mmode.el (easy-mmode-defsyntax): Unquote `doc'.
8018
8019 2001-04-18 Gerd Moellmann <gerd@gnu.org>
8020
8021 * emacs-lisp/cl-indent.el (toplevel): Comment out the spec
8022 for defmethod.
8023
8024 * comint.el (comint-cr-magic): New function.
8025 (toplevel): Add it to comint-preoutput-filter-functions.
8026
8027 2001-04-18 Andrew Innes <andrewi@gnu.org>
8028
8029 * makefile.w32-in (EMACSLOADPATH): Define.
8030 (custom-deps, autoloads, .el.elc, compile-files-CMD, compile-files-SH)
8031 (recompile): Remove stuff to set EMACSLOADPATH.
8032
8033 2001-04-18 Gerd Moellmann <gerd@gnu.org>
8034
8035 * language/slovak.el ("Slovak"): Add tutorial entry.
8036
8037 * net/browse-url.el (browse-url-new-window-flag): Renamed from
8038 browse-url-new-window-p.
8039
8040 2001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
8041
8042 * info.el (Info-menu-update): When there are no menus and/or no
8043 cross references in the node, make the respective items of the
8044 Info menu-bar menu inactive.
8045
8046 2001-04-17 Gerd Moellmann <gerd@gnu.org>
8047
8048 * indent.el (indent-for-tab-command): Call indent-line-function
8049 with no argument if PREFIX-ARG is non-nil.
8050
8051 * frame.el (delete-other-frames): Handle minibuffer-only frames.
8052
8053 2001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
8054
8055 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Don't invoke CVS as
8056 an async subprocess if start-process is unavailable. Suggested by
8057 Tim Van Holder <tim.van.holder@pandora.be>.
8058
8059 2001-04-15 Eli Zaretskii <eliz@is.elta.co.il>
8060
8061 * info.el (Info-additional-directory-list): Doc fix. Suggested by
8062 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
8063
8064 2001-04-14 Eli Zaretskii <eliz@is.elta.co.il>
8065
8066 * info.el (Info-file-list-for-emacs): Add an entry for the "info"
8067 manual.
8068
8069 2001-04-13 Stefan Monnier <monnier@cs.yale.edu>
8070
8071 * pcvs-defs.el (cvs-mode-map): Bind C-o like in dired.
8072 (cvs-menu): Add a few entries.
8073
8074 * pcvs.el (cvs-addto-collection): Don't merge MESSAGE fileinfos.
8075 (cvs-update-filter): Only advertise `cvs-mode-delete-lock' if the
8076 lock file appears to be reachable from Emacs.
8077 (cvs-mode-mark-on-state, cvs-mode-display-file): New functions.
8078 (cvs-mode-find-file): Look for cvs-header-face rather than
8079 cvs-dirname-face (which doesn't exist).
8080 (cvs-mode-find-file): Allow `other' to be set to `dont-select'.
8081
8082 * pcvs-parse.el (cvs-parse-run-table): Remove misleading text.
8083
8084 2001-04-13 Eli Zaretskii <eliz@is.elta.co.il>
8085
8086 * emulation/pc-select.el (pc-selection-mode): Don't turn on
8087 normal-erase-is-backspace on a tty. Instead, bind some keys such
8088 as [delete] directly, like pc-select.el did before
8089 normal-erase-is-backspace was invented.
8090
8091 2001-04-12 Eli Zaretskii <eliz@is.elta.co.il>
8092
8093 * ls-lisp.el (ls-lisp-format): Leave a blank before "root".
8094
8095 2001-04-11 John Wiegley <johnw@gnu.org>
8096
8097 * eshell/em-ls.el (eshell-ls-insert-directory):
8098 Set font-lock-defaults to nil, to prevent fontification in dired
8099 buffers, if Eshell's ls is being used.
8100
8101 2001-04-11 John Wiegley <johnw@gnu.org>
8102
8103 * calendar/timeclock.el (timeclock-completing-read): New function.
8104 (timeclock-ask-for-project, timeclock-ask-for-reason):
8105 Call `timeclock-completing-read'.
8106
8107 * eshell/em-alias.el (eshell-command-aliased-p): `assoc' was
8108 required where `member' was being used.
8109
8110 2001-04-11 Colin Walters <walters@cis.ohio-state.edu>
8111
8112 * eshell/em-hist.el (eshell-previous-matching-input):
8113 Don't display "History item" if the minibuffer is active.
8114
8115 2001-04-11 Gerd Moellmann <gerd@gnu.org>
8116
8117 * startup.el (command-line): Output a newline after printing
8118 an error from loading the window system's init file.
8119
8120 2001-04-11 Eli Zaretskii <eliz@is.elta.co.il>
8121
8122 * textmodes/texinfo.el (texinfo-font-lock-keywords):
8123 Add fontification for @value, @dfn, @dmn, @acronym, @anchor, and
8124 @inforef. Add an OVERRIDE of `keep' to highlight specs of
8125 keywords whose arguments routinely include @@.
8126
8127 2001-04-10 Gerd Moellmann <gerd@gnu.org>
8128
8129 * emacs-lisp/advice.el (ad-make-advised-definition):
8130 Construct advice for subrs differently.
8131
8132 * textmodes/paragraphs.el (forward-sentence): Put the sentence-end
8133 regexp in parentheses when building the regexp for searching backwards.
8134
8135 * simple.el (completion-list-mode-finish): New function.
8136 (toplevel): Add completion-list-mode-finish to temp-buffer-show-hook.
8137
8138 * language/european.el ("Polish"): Change sample text.
8139 From jsbien@mimuw.edu.pl (Janusz S. Bie\e,Bq\e(B).
8140
8141 * progmodes/sh-script.el (sh-indent-line): Add optional PREFIX-ARG
8142 parameter.
8143
8144 * faces.el (menu): Doc fix.
8145
8146 2001-04-10 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8147
8148 * ps-print.el: Footer implementation. Doc fix.
8149 (ps-print-version): New version number (6.5.1).
8150 (ps-header-frame-alist): New customization var for header frame
8151 properties.
8152 (ps-line-number-color): New customization var for line number color.
8153 (ps-footer-offset, ps-footer-line-pad, ps-print-footer)
8154 (ps-print-footer-frame, ps-footer-frame-alist, ps-footer-lines)
8155 (ps-footer-font-family, ps-footer-font-size, ps-left-footer)
8156 (ps-right-footer): New customization vars for footers.
8157 (ps-footer-pad, ps-footer-font-size-internal): New internal vars for
8158 footers.
8159 (ps-setup, ps-get-page-dimensions, ps-generate-header-line)
8160 (ps-generate-header, ps-begin-file, ps-begin-job, ps-begin-page):
8161 Code fix.
8162 (ps-prologue-file): Indentation fix.
8163 (ps-print-quote): Fun eliminated.
8164 (ps-value, ps-get, ps-put, ps-del): New funs for alist handling.
8165 (ps-output-frame-properties): New fun.
8166 (ps-fonts, ps-font-number, ps-rgb-color, ps-end-page, ps-next-page)
8167 (ps-skip-newline): Replace defun by defsubst.
8168
8169 2001-04-10 Colin Walters <walters@cis.ohio-state.edu>
8170
8171 * eshell/eshell.el (eshell-command): Needed a "%s" format
8172 specifier, in case the buffer contains percent characters.
8173
8174 2001-04-10 John Wiegley <johnw@gnu.org>
8175
8176 * calendar/timeclock.el (timeclock-generate-report): Added a
8177 missing insert of the project name.
8178
8179 2001-04-09 Gerd Moellmann <gerd@gnu.org>
8180
8181 * obsolete/profile.el: Moved from emacs-lisp/.
8182
8183 * Makefile.in (nonobsolete_setwins): New macro.
8184 (finder-data): Use it instead of `setwins'.
8185 From: Dave Love <fx@gnu.org>.
8186
8187 * server.el (server-visit-files): Set server-existing-buffer correctly.
8188 (server-visit-files): Run server-visit-hook after going to
8189 line 1 so that the hook can set point as it sees fit.
8190
8191 * bindings.el (mode-line-modified): Unify help messages.
8192
8193 2001-04-07 Eli Zaretskii <eliz@is.elta.co.il>
8194
8195 * dos-fns.el (dos-8+3-filename): Rename from dos-truncate-to-8+3.
8196 All callers changed.
8197
8198 2001-04-06 Eli Zaretskii <eliz@is.elta.co.il>
8199
8200 * international/titdic-cnv.el (miscdic-convert): For MS-DOS, if
8201 long file names aren't supported, truncate the file names in
8202 quail-misc-package-ext-info to 8+3 before matching them against
8203 FILENAME.
8204
8205 * dos-fns.el (dos-truncate-to-8+3): New function.
8206
8207 * progmodes/compile.el (grep-compute-defaults): Use null-device
8208 instead of literal /dev/null. Reported by Jens Schmidt
8209 <schmidt@mathematik.uni-kl.de>.
8210
8211 * simple.el (normal-erase-is-backspace-mode): Doc fix.
8212
8213 2001-04-06 Stefan Monnier <monnier@cs.yale.edu>
8214
8215 * textmodes/sgml-mode.el: Add unknown maintainer.
8216 (sgml-tag): Pass `str' explicitly through skeleton-transformation.
8217 (html-mode-map): Use set-keymap-parent.
8218
8219 2001-04-06 Dave Love <fx@gnu.org>
8220
8221 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
8222 Remove redundant string-to-list.
8223
8224 2001-04-05 Stefan Monnier <monnier@cs.yale.edu>
8225
8226 * composite.el (reference-point-alist): Doc fix.
8227
8228 2001-04-05 Sam Steingold <sds@gnu.org>
8229
8230 * font-lock.el (font-lock-keywords-case-fold-search):
8231 Make buffer-local. This fixes a very annoying bug when loading a Lisp
8232 file made font-lock case-insensitive.
8233
8234 2001-04-05 Gerd Moellmann <gerd@gnu.org>
8235
8236 * faces.el (defface menu): Doc fix.
8237
8238 * wid-edit.el (widget-color-sample-face-get): Don't make
8239 faces for undefined colors.
8240
8241 * version.el (emacs-version): Include LessTif/Motif version info.
8242
8243 2001-04-04 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8244
8245 * ps-mule.el: Eliminate cl package dependence.
8246 (char-valid-p, multibyte-string-p, string-make-multibyte): Define funs
8247 if they aren't defined yet.
8248 (ps-mule-encode-header-string, ps-mule-header-string-charsets):
8249 Eliminate cl package dependence.
8250
8251 2001-04-04 Stefan Monnier <monnier@cs.yale.edu>
8252
8253 * progmodes/cc-cmds.el (c-outline-level):
8254 Bind buffer-invisibility-spec. Originally from Dave Love, but
8255 got lost when incorporating version 5.26.
8256
8257 2001-04-04 Eli Zaretskii <eliz@is.elta.co.il>
8258
8259 * emulation/pc-select.el (pc-selection-mode):
8260 Call normal-erase-is-backspace-mode instead of binding
8261 keys individually.
8262
8263 * cus-load.el (normal-erase-is-backspace): Use it instead of
8264 delete-key-deletes-forward.
8265
8266 * startup.el (command-line): Use normal-erase-is-backspace and
8267 normal-erase-is-backspace-mode.
8268
8269 * simple.el (normal-erase-is-backspace): Rename from
8270 delete-key-deletes-forward. Doc fix.
8271 (normal-erase-is-backspace-mode): Rename from
8272 delete-key-deletes-forward-mode. Doc fix.
8273 Run normal-erase-is-backspace-hook.
8274
8275 * dired.el (dired-move-to-filename-regexp): Support file sizes in
8276 ``human-readable'' format produced by GNU `ls'.
8277 (dired-move-to-filename-regexp): Recognize ISO format dates.
8278 From Paul Eggert <eggert@twinsun.com>.
8279
8280 2001-04-04 Gerd Moellmann <gerd@gnu.org>
8281
8282 * emacs-lisp/lisp-mnt.el (lm-keywords-list, lm-keywords-finder-p):
8283 New functions.
8284 (lm-verify): Check keywords.
8285 From Eric M. Ludlam <eric@siege-engine.com>.
8286
8287 2001-04-03 Eric M. Ludlam <eric@siege-engine.com>
8288
8289 * speedbar.el (speedbar-insert-image-button-maybe): Check for
8290 `xemacs' feature instead of for the function `set-extent-property'.
8291
8292 2001-04-03 Stefan Monnier <monnier@cs.yale.edu>
8293
8294 * mail/mh-utils.el (mh-folder-hist): New var.
8295 (mh-prompt-for-folder): Use it and pass `default' to completing-read.
8296
8297 2001-04-03 Eli Zaretskii <eliz@is.elta.co.il>
8298
8299 * hexl.el (hexl-scroll-up): If scrolling gets outside the hexl
8300 region, position point on the first or last 16-byte group.
8301 (hexl-mode-map): Bind C-Home and C-End to hexl-beginning-of-buffer
8302 and hexl-end-of-buffer. Bind End and Home to hexl-end-of-line and
8303 hexl-beginning-of-line.
8304
8305 2001-04-03 Gerd Moellmann <gerd@gnu.org>
8306
8307 * icomplete.el (icomplete-mode): Treat an argument like other
8308 modes do.
8309
8310 * startup.el (fancy-splash-head): Use splash8.xpm for color
8311 depth 8.
8312
8313 * emacs-lisp/checkdoc.el (checkdoc-common-verbs-wrong-voice):
8314 Add an antry for ``converts''.
8315
8316 * language/slovak.el ("Slovak"): Add documentation string.
8317 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk).
8318
8319 * language/czech.el ("Czech"): Add documentation string.
8320 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk).
8321
8322 * ps-mule.el (ps-mule-font-info-database-bdf): Change `isci24-etl.bdf'
8323 to `isci24-mule.bdf'. From: Kenichi Handa <handa@etl.go.jp>.
8324
8325 2001-04-02 Stefan Monnier <monnier@cs.yale.edu>
8326
8327 * mail/mail-extr.el (mail-extr-delete-char, mail-extr-safe-move-sexp)
8328 (mail-extr-skip-whitespace-forward, mail-extr-nuke-char-at)
8329 (mail-extr-skip-whitespace-backward, mail-extr-undo-backslash-quoting):
8330 Use `defsubst' rather than a macro to ease debugging.
8331 (mail-extr-last): Remove (use `last' instead).
8332 (mail-extract-address-components): Properly reset the syntax-table
8333 after parsing an address. Use `last' rather than mail-extr-last.
8334 Make sure the end marker stays at the very end.
8335
8336 2001-04-02 Eli Zaretskii <eliz@is.elta.co.il>
8337
8338 * international/titdic-cnv.el (miscdic-convert): Fix a typo in the
8339 last change.
8340
8341 2001-04-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8342
8343 * ps-print.el: Line and paragraph spacing feature. Region to cut
8344 out when printing. Doc fix.
8345 (ps-print-version): New version number (6.5).
8346 (ps-line-spacing, ps-paragraph-spacing, ps-paragraph-regexp):
8347 New vars. Line and paragraph spacing feature.
8348 (ps-begin-cut-regexp, ps-end-cut-regexp): New vars. Region to cut
8349 out when printing.
8350 (ps-setup, ps-nb-pages, ps-get-page-dimensions, ps-begin-file)
8351 (ps-get-font-size, ps-begin-job, ps-continue-line)
8352 (ps-plot-region): Code fix.
8353 (ps-print-prologue-2): Var eliminated.
8354 (ps-line-spacing-internal, ps-paragraph-spacing-internal):
8355 New internal vars.
8356 (ps-get-size): New fun.
8357 (ps-output-string-prim, ps-init-output-queue, ps-print-page-p)
8358 (ps-next-line): Replace defun by defsubst.
8359 (ps-mule-plot-string): Autoload doc fix.
8360
8361 * ps-bdf.el: XEmacs compatibility. Doc fix.
8362 (installation-directory, coding-system-for-read): Declare vars if
8363 it's not declared yet.
8364 (bdf-read-font-info, bdf-read-bitmap, bdf-get-bitmaps): Code fix.
8365
8366 * ps-mule.el: XEmacs compatibility. Doc fix.
8367 (leading-code-private-22): Declare var if it's not declared yet.
8368 (charset-bytes, charset-dimension, charset-id, charset-width)
8369 (find-charset-region, split-char, char-width, chars-in-region)
8370 (forward-point, decompose-composite-char, encode-coding-string)
8371 (coding-system-p, ccl-execute-on-string, define-ccl-program):
8372 Define funs if not defined yet.
8373 (encode-composition-rule, find-composition): Define funs if not
8374 loaded yet.
8375 (ps-mule-prologue): PostScript code fix.
8376
8377 2001-04-02 Kenichi Handa <handa@etl.go.jp>
8378
8379 * ps-mule.el (ps-mule-generate-font): New arg HEADER-P. If it is
8380 non-nil, generate font for the header strings.
8381 (ps-mule-prepare-font): Likewise.
8382 (ps-mule-generate-glyphs): Likewise.
8383 (ps-mule-string-encoding): Likewise.
8384 (ps-mule-header-charsets): New variable.
8385 (ps-mule-encode-header-string): New function.
8386 (ps-mule-header-string-charsets): New function.
8387 (ps-mule-begin-job): Check charsets in the header strings. If there
8388 are non-ASCII and non-Latin1 charsets, prepare fonts for them.
8389
8390 * ps-print.el (ps-generate-header-line): Encode the header string by
8391 ps-mule-encode-header-string.
8392 (ps-mule-encode-header-string): Declare autoload.
8393
8394 2001-04-02 Gerd Moellmann <gerd@gnu.org>
8395
8396 * frame.el (cursor-in-non-selected-windows):
8397 Replaces show-cursor-in-non-selected-windows.
8398
8399 2001-03-31 Kenichi Handa <handa@etl.go.jp>
8400
8401 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
8402 Delete entries for "chinese-py" and "chinese-ziranma".
8403 (quail-misc-package-ext-info): New variable.
8404 (tsang-quick-converter): New function.
8405 (tsang-b5-converter, quick-b5-converter, tsang-cns-converter)
8406 (quick-cns-converter, py-converter, ziranma-converter)
8407 (miscdic-convert, batch-miscdic-convert): New functions.
8408
8409 2001-03-30 Kenichi Handa <handa@etl.go.jp>
8410
8411 * international/utf-8.el (ccl-encode-mule-utf-8): Fix handling of
8412 eight-bit-control chars.
8413
8414 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
8415 Reduce making temporary vector (suggested by Dave Love).
8416
8417 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
8418
8419 * simple.el (transient-mark-mode): Mention ESC ESC ESC in the doc
8420 string as well.
8421
8422 2001-03-30 Andreas Schwab <schwab@suse.de>
8423
8424 * files.el (backup-directory-alist): Fix typo.
8425
8426 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
8427
8428 * time-stamp.el (time-stamp-format): Doc fix. From Paul Eggert
8429 <eggert@twinsun.com>.
8430
8431 2001-03-30 Dave Love <fx@gnu.org>
8432
8433 * progmodes/fortran.el (fortran-comment-region): Fix typo.
8434
8435 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
8436
8437 * simple.el (transient-mark-mode): Mention C-g in the doc string.
8438
8439 2001-03-30 Miles Bader <miles@gnu.org>
8440
8441 * subr.el (interactive-form): Fix paren typo.
8442
8443 2001-03-29 Eli Zaretskii <eliz@is.elta.co.il>
8444
8445 * emacs-lisp/profile.el: Say that it's obsolete in the header
8446 line, so that finder.el puts that into its data-base.
8447 Suggested by Alex Schroeder <alex@gnu.org>.
8448
8449 2001-03-29 Paul Eggert <eggert@twinsun.com>
8450
8451 * mail/emacsbug.el (report-emacs-bug): Report LC_COLLATE,
8452 LC_MESSAGES, LC_MONETARY, LC_NUMERIC, and LC_TIME as well.
8453
8454 2001-03-29 Stefan Monnier <monnier@cs.yale.edu>
8455
8456 * generic.el (generic-mode-set-comments): Use "" rather than nil
8457 for comment-end.
8458
8459 2001-03-29 Gerd Moellmann <gerd@gnu.org>
8460
8461 * emacs-lisp/advice.el (ad-make-advised-definition):
8462 Call interactive-form to obtain the interactive spec of subrs.
8463
8464 * subr.el (interactive-form): New function.
8465
8466 2001-03-29 Andre Spiegel <spiegel@gnu.org>
8467
8468 * vc-sccs.el (vc-sccs-register): Use relative file names.
8469
8470 2001-03-28 Gerd Moellmann <gerd@gnu.org>
8471
8472 * bookmark.el (bookmark-get-bookmark): Handle case that
8473 BOOKMARK is not a string.
8474
8475 * image.el (image-type-regexps): Change type for PS files
8476 to `postscript'.
8477
8478 * subr.el (read-passwd): Clear command history after each
8479 character entered. From: Stephen Gildea
8480 <gildea@stop.mail-abuse.org>.
8481
8482 2001-03-27 Kenichi Handa <handa@etl.go.jp>
8483
8484 * international/kkc.el (kkc-save-init-file): Locally bind
8485 print-length to nil.
8486
8487 2001-03-26 Gerd Moellmann <gerd@gnu.org>
8488
8489 * textmodes/flyspell.el: Some doc fixes.
8490 (flyspell-maybe-correct-transposition)
8491 (flyspell-maybe-correct-doubling): Use a temporary buffer
8492
8493 * textmodes/ispell.el (ispell-parse-output): Doc fix.
8494
8495 * emacs-lisp/byte-opt.el (byte-optimize-while)
8496 (byte-optimize-form-code-walker): Diagnose too few arguments
8497 for `if' and `while'.
8498
8499 2001-03-26 Kenichi Handa <handa@etl.go.jp>
8500
8501 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
8502 Prepend `\' to "\<quail-translation-docstring>".
8503
8504 2001-03-26 Gerd Moellmann <gerd@gnu.org>
8505
8506 * autorevert.el (global-auto-revert-non-file-buffers):
8507 Remove duplicate defcustom.
8508
8509 2001-03-26 Miles Bader <miles@gnu.org>
8510
8511 * international/latin1-disp.el (latin1-char-displayable-p):
8512 Add leading "-" for X font pattern.
8513
8514 2001-03-26 Kenichi Handa <handa@etl.go.jp>
8515
8516 * international/mule-diag.el (describe-coding-system):
8517 For raw-text and emacs-mule, don't add anymore text about what
8518 charsets they can encode.
8519
8520 2001-03-25 Eli Zaretskii <eliz@is.elta.co.il>
8521
8522 * help.el (view-lossage): Mention open-dribble-file in the doc
8523 string. Suggested by Riku Saikkonen <rjs@lloke.dna.fi>.
8524
8525 2001-03-23 Stefan Monnier <monnier@cs.yale.edu>
8526
8527 * skeleton.el (skeleton-internal-list): Fix bogus logic.
8528 (skeleton-pair-insert-maybe): Don't pair after a backslash.
8529
8530 2001-03-23 Kenichi Handa <handa@etl.go.jp>
8531
8532 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
8533 Call ccl-execute-on-string directly so that CCL program handling
8534 multibyte sequence can work correctly.
8535 (encoded-kbd-setup-keymap): Fix the default value of `valid-codes'
8536 property of the coding system.
8537
8538 2001-03-23 Stefan Monnier <monnier@cs.yale.edu>
8539
8540 * textmodes/fill.el (fill-individual-paragraphs-prefix):
8541 Fix transcription typo.
8542
8543 2001-03-22 Rajesh Vaidheeswarran <rv@gnu.org>
8544
8545 * whitespace.el: Add buffer local variables to toggle testing of
8546 whitespaces in buffers without affecting the default values.
8547 Bump version to 3.0 to account for a few other changes.
8548 (whitespace-toggle-ateol-check, whitespace-toggle-leading-check)
8549 (whitespace-toggle-trailing-check, whitespace-toggle-indent-check)
8550 (whitespace-toggle-spacetab-check): New functions.
8551
8552 2001-03-21 Stefan Monnier <monnier@cs.yale.edu>
8553
8554 * obsolete/cplus-md.el: Moved from progmodes/cplus-md.el.
8555
8556 2001-03-21 Gerd Moellmann <gerd@gnu.org>
8557
8558 * bs.el (bs-cycle-next, bs-cycle-previous): Fix handling of
8559 bs-cycle-configuration-name. From Juanma Barranquero
8560 <lektu@uol.com.br>.
8561
8562 * Makefile.in, makefile.w32-in (COMPILE_FIRST): Add cc-mode.el
8563 and cc-vars.el.
8564
8565 * mail/sendmail.el (sendmail-send-it): Don't parse Resent-*
8566 headers. Always invoke sendmail with option -t.
8567
8568 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
8569
8570 * Release of cc-mode 5.28.
8571
8572 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
8573
8574 * cc-mode.el, cc-vars.el (c-common-init, c-default-style):
8575 Removed the hardcoded switch to "java" style in Java mode.
8576 It's instead taken care of by the default value for c-default-style.
8577
8578 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
8579
8580 * cc-align.el (c-lineup-math): Fix bug where lineup was
8581 triggered by equal signs in string literals.
8582
8583 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
8584
8585 * cc-cmds.el (c-fill-paragraph): Fixed bug in the paragraph
8586 limit detection when at the ends of the buffer.
8587
8588 * cc-engine.el (c-guess-basic-syntax): Removed bogus check for
8589 "for" statement clause in case 7F; a better one is done
8590 earlier in case 7D anyway.
8591
8592 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
8593
8594 * cc-cmds.el (c-guess-fill-prefix): Improved the heuristics
8595 somewhat more and did a small optimization.
8596
8597 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
8598
8599 * cc-cmds.el (c-beginning-of-statement, c-end-of-statement):
8600 Use the limit argument only to limit the syntactic context
8601 search, not to limit the actual movement.
8602
8603 * cc-cmds.el (c-beginning-of-statement): Move by sentence
8604 inside multiline strings, just like in comments. Also various
8605 fixes to the paragraph and comment prefix recognition, block
8606 comment ender handling etc.
8607
8608 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
8609
8610 * cc-cmds.el (c-fill-paragraph): Take more care to preserve
8611 the relative position of the point.
8612
8613 * cc-cmds.el (c-electric-continued-statement): New function to
8614 use as abbrev hook to reindent for keywords such as "else"
8615 that continues an earlier statement.
8616
8617 * cc-menus.el (cc-imenu-c++-generic-expression): Treat structs
8618 like classes.
8619
8620 * cc-mode.el (c-mode, c++-mode, java-mode, objc-mode)
8621 (pike-mode): Populate the default abbrev tables to reindent for
8622 keywords such as "else" that can continue earlier statements.
8623 Abbrev mode is therefore turned on by default now. (Note that
8624 this doesn't apply to idl-mode, since IDL afaik doesn't have
8625 statements at all.)
8626
8627 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
8628
8629 * cc-engine.el (c-inside-bracelist-p): Fix for handling
8630 bracelists where the declaration contains template arguments.
8631
8632 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
8633
8634 * cc-cmds.el (c-comment-indent):
8635 Use `c-get-syntactic-indentation' to correctly calculate the
8636 syntactic indentation. Fixes bug with lineup functions that
8637 return vectors.
8638
8639 * cc-engine.el (c-get-syntactic-indentation): Split the
8640 indentation sum calculation from `c-indent-line' to a separate
8641 function.
8642
8643 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
8644
8645 * cc-cmds.el (c-beginning-of-statement, c-comment-indent):
8646 Fixed places where it was assumed that preprocessor directives
8647 have to start in column zero.
8648
8649 * cc-engine.el (c-beginning-of-member-init-list): Handle C++
8650 template arguments after a class identifier properly.
8651
8652 * cc-engine.el (c-guess-basic-syntax): Treat initializer brace
8653 lists for `new Foo[]' constructs in Java as expressions and
8654 not top level definition brace lists on the top level, so that
8655 they'll get indented consistently with the same type of
8656 expression in a normal block.
8657
8658 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
8659
8660 * cc-cmds.el (c-fill-paragraph): The kludge that checks
8661 whether the adaptive filling package fails to keep the comment
8662 prefix is now kludged further to check for filladapt-mode
8663 which doesn't have that problem. This is really icky, but it's
8664 the only way that works with the current misfeatures/bugs in
8665 both adaptive-fill-mode and filladapt-mode.
8666
8667 * cc-cmds.el (c-fill-paragraph): Made the way the paragraph
8668 around point is recognized more robust.
8669
8670 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
8671
8672 * cc-cmds.el, cc-engine.el, cc-lobotomy.el (c-state-cache)
8673 (c-in-literal-cache, c-auto-fill-prefix, c-lit-limits)
8674 (c-lit-type): Fixed all internal variables used dynamically so
8675 that they are always bound.
8676
8677 * cc-cmds.el, cc-engine.el: Improved recovery of syntactic
8678 errors:
8679
8680 (c-indent-region): Fixed reporting of syntactic errors so that
8681 the region is fully reindented even when an error occurs.
8682 The last syntactic error is printed afterwards. Also cleanup up a
8683 whole lot of code that tried to optimize indentation of whole
8684 sexps but in reality accomplishes nothing.
8685
8686 (c-indent-sexp): Use c-indent-region.
8687
8688 (c-parsing-error): Changed this variable to hold the message
8689 for any syntactic error that is discovered.
8690
8691 (c-parse-state): Search backward from point instead of the bod
8692 position when the latter is invalid. This makes CC Mode
8693 recover faster when there are unbalanced close braces.
8694
8695 (c-backward-to-start-of-if): Use c-parsing-error to report
8696 dangling "else" clauses instead of throwing an error, and fall
8697 back to a reasonable position.
8698
8699 (c-indent-line): Added argument to avoid reporting syntactic errors.
8700
8701 (c-show-syntactic-information): Don't report any syntactic errors.
8702
8703 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
8704
8705 * cc-cmds.el (c-beginning-of-statement): Fixed bugs with
8706 paragraph recognition when moving by sentence in literals.
8707
8708 * cc-langs.el (c-Java-javadoc-paragraph-start): Modified paragraph
8709 start regexp for javadoc to recognize javadoc markup in general instead
8710 of a specific set of keywords, to be more future-safe.
8711
8712 (c-Pike-pikedoc-paragraph-start)
8713 (c-Pike-pikedoc-paragraph-separate): New regexps to recognize
8714 pikedoc markup.
8715
8716 * cc-mode.el: Fixed initialization and use of c-current-comment-prefix.
8717
8718 (pike-mode): Initialize paragraph settings pikedoc recognition.
8719
8720 * cc-vars.el (c-default-style): Made a nicer Customize widget.
8721
8722 (c-comment-prefix-regexp): Made it possible to use an
8723 association list on this to specify mode specific regexps.
8724 The default value now use a special regexp in Pike mode to
8725 recognize pikedoc markup.
8726
8727 (c-current-comment-prefix): New variable containing the actual
8728 regexp from c-comment-prefix-regexp for the current buffer.
8729
8730 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
8731
8732 * cc-cmds.el (c-electric-brace): Fixed check for special brace
8733 lists: We can't look at the syntax, since a brace list can get
8734 recognized as a plain statement-cont.
8735
8736 * cc-engine.el (c-guess-basic-syntax): Fixed bug where a
8737 special brace list opener broken over two lines got recognized
8738 as a statement on the second line. Case 9A changed.
8739
8740 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
8741
8742 * cc-cmds.el (c-electric-brace): Fixed bug in c-state-cache
8743 adjustment after line is reindented.
8744
8745 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
8746
8747 * cc-defs.el (c-point): Added optional argument for position
8748 to use instead of the current point.
8749
8750 * cc-defs.el, cc-engine.el (c-add-class-syntax): Do not add
8751 the in-expression block symbols when the construct starts at
8752 boi, to avoid the extra level of indentation in that case.
8753 Cases 4, 16A and 17E affected.
8754
8755 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
8756
8757 * cc-cmds.el: Use `indent-according-to-mode' instead of direct
8758 calls to `c-indent-line', to adhere better to Emacs conventions.
8759
8760 * cc-engine.el (c-indent-line): Use the syntax already bound
8761 to `c-syntactic-context', if there is any.
8762
8763 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
8764
8765 * cc-engine.el (c-get-offset): Fixed bug where the indentation
8766 wasn't added up correctly when a lineup function returned nil.
8767
8768 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
8769
8770 * cc-engine.el (c-collect-line-comments): Fixed bug where
8771 empty lines were ignored when collecting line comments backwards.
8772
8773 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
8774
8775 * cc-align.el (c-lineup-dont-change): Return an absolute
8776 indentation column to work correctly in the case when several
8777 syntactic elements are processed for the same line.
8778
8779 * cc-engine.el, cc-styles.el, cc-vars.el (c-evaluate-offset)
8780 (c-get-offset, c-indent-line, c-valid-offset, c-read-offset)
8781 (c-set-offset): Added absolute indentation column settings by
8782 using the vector type.
8783
8784 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
8785
8786 * cc-cmds.el, cc-vars.el (c-electric-paren, c-cleanup-list):
8787 Implemented two new cleanups `space-before-funcall' and
8788 `compact-empty-funcall'.
8789
8790 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
8791
8792 * cc-defs.el (c-paren-re, c-identifier-re): Two new macros for
8793 helping building regexps.
8794
8795 * cc-engine.el (c-on-identifier): New function for detecting
8796 identifiers. It takes keywords into account.
8797
8798 * cc-langs.el, cc-mode.el: Added regexps for complete keyword
8799 lists. `c-keywords' is set to a regexp matching all keywords
8800 in the current language.
8801
8802 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
8803
8804 * cc-engine.el (c-beginning-of-statement-1): Added '#' to the
8805 list of characters to skip backwards over at the beginning of
8806 a statement, since it can precede string literals in Pike.
8807
8808 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
8809
8810 * cc-cmds.el (c-guess-fill-prefix): Fixed bug with prefix
8811 recognition when standing on the last line in a C++ comment
8812 with nothing but whitespace after the prefix.
8813
8814 * cc-engine.el (c-backward-to-start-of-if): Fixed bug when
8815 given no limit argument.
8816
8817 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
8818
8819 * cc-engine.el (c-inside-bracelist-p): Fixed brace list
8820 recognition for the `[]= operator symbol in Pike.
8821
8822 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
8823
8824 * cc-bytecomp.el (cc-eval-when-compile): New macro that works
8825 around a bug in `eval-when-compile' in the byte compiler.
8826
8827 * cc-engine.el (c-forward-token-1): Fixed bug with return
8828 value when count is zero and there's no token start within the limit.
8829
8830 (c-guess-basic-syntax): Don't add 'comment-intro to lines with
8831 "prefix comments", i.e. comments which are followed by code on
8832 the same line.
8833
8834 * cc-mode-19.el: Fixes so that checks that must be done at
8835 compile time also are done then.
8836
8837 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
8838
8839 * cc-defs.el: Make sure cc-mode-19 is loaded both at compile
8840 time and at runtime, and only when it's needed.
8841
8842 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
8843
8844 Major cleanup for less error prone and more warning free
8845 compilation, including some fixes for bugs due to different
8846 compilation orders. Thanks to Martin Buchholz for providing
8847 the basis for all this.
8848
8849 * cc-bytecomp.el: New file that provides some byte compilation
8850 features: It ensures that files always are loaded from the
8851 current source directory during compilation, and it provides a
8852 set of macros to turn off specific compiler warnings for
8853 specific symbols. (It's not CC Mode specific in any way.)
8854
8855 Fixed a nearly acyclic dependency tree (both runtime and
8856 compile-time) between all files.
8857
8858 * cc-defs.el: Separated all macros before the inline functions,
8859 to ensure correct compilation.
8860
8861 * cc-defs.el, cc-engine.el: Moved c-beginning-of-macro to from
8862 cc-defs.el to cc-engine.el and made it a function instead.
8863
8864 * cc-mode-19.el: Patch the byte compiler in Emacs 19 not to warn
8865 about char-after.
8866
8867 * cc-vars.el: Cope even when there isn't a custom package
8868 containing defcustom available.
8869
8870 * cc-make.el: Removed since it's no longer necessary.
8871
8872 README: Updated installation instructions.
8873
8874 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
8875
8876 * cc-cmds.el, cc-langs.el, cc-mode.el: Moved around things to
8877 improve the modularity: Moved all mode init stuff from
8878 cc-langs.el to cc-mode.el, including the keymap
8879 initialization; cc-langs now only contains the various
8880 variables for configuring the language syntax.
8881
8882 * cc-engine.el, cc-styles.el (c-evaluate-offset)
8883 (c-get-offset): Moved from cc-styles to cc-engine since file
8884 dependency analysis suggests they belong there (which also
8885 makes more sense). Thanks to Martin Buchholz for doing the analysis.
8886
8887 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
8888
8889 * cc-cmds.el (c-fn-region-is-active-p): New function that
8890 wraps the corresponding macro, for use in places that aren't
8891 compiled. Thanks to Martin Buchholz for pointing out this.
8892
8893 * cc-langs.el (c-mode-menu): Use c-fn-region-is-active-p.
8894
8895 * cc-mode.el (c-prepare-bug-report-hooks): Hook variable to
8896 add things to the bug report.
8897
8898 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
8899
8900 * cc-cmds.el (c-guess-fill-prefix): Fixed bug where the
8901 returned prefix could contain a newline when the search for a
8902 good prefix line failed.
8903
8904 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
8905
8906 * cc-cmds.el (c-toggle-auto-state, c-toggle-hungry-state)
8907 (c-toggle-auto-hungry-state): Made the argument optional, as
8908 the documentation says it is.
8909
8910 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
8911
8912 * cc-engine.el (c-guess-basic-syntax): Don't treat the Pike
8913 multiline string syntax, #"...", as a cpp macro.
8914
8915 2001-03-21 Paul Eggert <eggert@twinsun.com>
8916
8917 * international/mule-cmds.el (set-locale-environment):
8918 Set system-messages-locale and system-time-locale, but only if the
8919 caller specifies a non-nil locale name.
8920
8921 2001-03-20 Gerd Moellmann <gerd@gnu.org>
8922
8923 * pcvs-util.el (cvs-bury-buffer): Bodiless `if' statements cause
8924 problems for the interpreter. From: John Wiegley <johnw@gnu.org>
8925
8926 2001-03-20 Gerd Moellmann <gerd@gnu.org>
8927
8928 * follow.el (follow-avoid-tail-recenter): Doc fix.
8929
8930 * custom.el (custom-set-variables): Avoid reversing the list
8931 of args needlessly.
8932
8933 * startup.el (fancy-splash-head): Don't change the colors of the
8934 XPM image on a dark background.
8935
8936 * comint.el (comint-exec-1): Set columns of the terminal to
8937 window-width instead of frame-width.
8938
8939 * info.el (Info-scroll-down): Add missing WINDOW arg for
8940 pos-visible-in-window-p.
8941
8942 * ehelp.el (electric-help-mode-hook): Add defcustom.
8943
8944 * mail/sendmail.el (mail-mode): Activate case-folding in
8945 font-lock-defaults.
8946
8947 2001-03-19 Stefan Monnier <monnier@cs.yale.edu>
8948
8949 * bindings.el (mode-line-mode-menu): `glasses-mode' might be unbound.
8950 (completion-ignored-extensions): Remove duplicate ".class".
8951
8952 2001-03-19 Andreas Schwab <schwab@suse.de>
8953
8954 * textmodes/reftex-dcr.el (reftex-view-crossref): Doc fix.
8955 From Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
8956
8957 2001-03-19 Gerd Moellmann <gerd@gnu.org>
8958
8959 * language/european.el ("Latin-5", "Latin-4"): Use postfix input
8960 methods since there are not prefix input methods.
8961
8962 2001-03-19 Kenichi Handa <handa@etl.go.jp>
8963
8964 * international/mule-cmds.el (read-input-method-name):
8965 Locally bind enable-recursive-minibuffers to t.
8966
8967 2001-03-18 Stefan Monnier <monnier@cs.yale.edu>
8968
8969 * emacs-lisp/lmenu.el (add-menu): Re-added (was erroneously removed).
8970
8971 2001-03-17 Michael Kifer <kifer@cs.sunysb.edu>
8972
8973 * ediff-util.el: Copyright years.
8974 (ediff-choose-syntax-table): New function.
8975 (ediff-setup): Use ediff-choose-syntax-table.
8976
8977 * ediff-init.el (ediff-with-syntax-table): New macro, uses
8978 with-syntax-table.
8979
8980 * ediff.el: Date of last update, copyright years.
8981
8982 * ediff-wind (ediff-setup-control-frame): Nill->nil.
8983
8984 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
8985 of Scott Bronson.
8986 (ex-cmd-assoc,ex-cmd-one-letr): New functions.
8987 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
8988 Deleted functions.
8989 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
8990 ex-token-list.
8991
8992 * viper-util.el: Spaces, indentation.
8993
8994 * viper.el: Changed version, modification time.
8995
8996 2001-03-16 John Wiegley <johnw@gnu.org>
8997
8998 * calendar/timeclock.el (timeclock-workday-remaining):
8999 Check whether `discrep' is non-null before using it.
9000
9001 2001-03-16 John Wiegley <johnw@gnu.org>
9002
9003 * calendar/timeclock.el (timeclock-reread-log): Fixed problem with
9004 first-time checkins.
9005 (timeclock-log-data): Fixed problem with reading timelog log file.
9006 Resulting data in the "day list" was incorrect.
9007 (timeclock-find-discrep): Check if `timeclock-file' is readable
9008 before opening it.
9009 (timeclock-time-less-p): New function.
9010 (timeclock-day-base): New function.
9011 (timeclock-geometric-mean): New function.
9012 (timeclock-generate-report): Generate a summary report based on
9013 the contents of the log file. This uses `timeclock-log-data', and
9014 is an example of writing a timelog manipulation function.
9015 (timeclock-visit-timelog): A quick command for opening the timelog
9016 file.
9017 (timeclock-log-data): Bound the variable event.
9018
9019 2001-03-16 Kenichi Handa <handa@etl.go.jp>
9020
9021 * international/mule-cmds.el (select-safe-coding-system):
9022 Fix typo: symbol-name -> symbol-value.
9023
9024 * mail/rmail.el (rmail-insert-inbox-text): Call expand-file-name
9025 before substitute-in-file-name to handle double slashes in FILE
9026 correctly.
9027
9028 2001-03-15 Gerd Moellmann <gerd@gnu.org>
9029
9030 * textmodes/ispell.el (ispell-dictionary-alist-6): Add support
9031 for Slovak. From Pavel.Janik@suse.cz (Pavel Jan\e,Bm\e(Bk ml.).
9032
9033 2001-03-14 Gerd Moellmann <gerd@gnu.org>
9034
9035 * bindings.el (features): Add `md5' and `overlay' to the list.
9036
9037 * scroll-bar.el (toplevel): Test if `x-toolkit-scroll-bars' is
9038 bound before using it. It's not bound when configured without X,
9039 for instance.
9040
9041 2001-03-13 Thien-Thi Nguyen <ttn@gnu.org>
9042
9043 * progmodes/hideshow.el: Update copyright.
9044 (hs-minor-mode-map): Change bindings to use `C-c @' prefix.
9045 (hs-minor-mode-hook): Include `:version' in defcustom form.
9046
9047 2001-03-13 Gerd Moellmann <gerd@gnu.org>
9048
9049 * help.el (string-key-binding): Don't call event-start on
9050 a non-list.
9051
9052 2001-03-13 Eli Zaretskii <eliz@is.elta.co.il>
9053
9054 * startup.el (fancy-splash-tail, command-line-1): Fix the
9055 copyright year.
9056
9057 2001-03-13 Kenichi Handa <handa@etl.go.jp>
9058
9059 * term.el: These changes are based on a patch sent from Yong Lu
9060 <lyongu@yahoo.com>.
9061 (term-set-escape-char): Bind M-x to execute-extended-command in
9062 term-raw-escape-map.
9063 (term-move-columns): Don't try to move to negagive column.
9064 (term-emulate-terminal): Insert a string before deleting a text to
9065 overwrite.
9066
9067 2001-03-12 Gerd Moellmann <gerd@gnu.org>
9068
9069 * play/life.el (life): Rearrange code so that all calls to
9070 life-display-generation are in a catch-form.
9071
9072 * progmodes/etags.el (tags-loop-continue): Don't change point in a
9073 file that isn't interesting. In an interesting file, push the old
9074 value of point on the mark ring.
9075
9076 * mail/rmailsum.el (rmail-summary-override-mail-send-and-exit):
9077 New function.
9078 (rmail-summary-mail, rmail-summary-reply, rmail-summary-forward):
9079 Use it.
9080
9081 * emacs-lisp/autoload.el (generate-file-autoloads):
9082 Remove warning about line lengths.
9083
9084 2001-03-12 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
9085
9086 * progmodes/etags.el (tags-compression-info-list): New variable.
9087 (find-tag-in-order): Use it to deal with compressed source files.
9088 (tag-file-name-match-p): New function.
9089 (etags-recognize-tags-table): Use it for better match of file names.
9090
9091 2001-03-12 Kenichi Handa <handa@etl.go.jp>
9092
9093 * international/mule-cmds.el (register-input-method): Doc fix.
9094
9095 * international/quail.el (quail-translate-key): Fix condition to
9096 check if there's another breaking point in the current key.
9097
9098 2001-03-11 Eli Zaretskii <eliz@is.elta.co.il>
9099
9100 * mail/rmailout.el (rmail-output-to-rmail-file): When writing the
9101 Babyl header to the newly-created output file, bind
9102 coding-system-for-write to either rmail-file-coding-system or
9103 emacs-mule-unix.
9104
9105 2001-03-11 Stefan Monnier <monnier@cs.yale.edu>
9106
9107 * textmodes/texnfo-upd.el (texinfo-update-menu-lower-regexps):
9108 Fix the name and regexp used for subsubsections.
9109
9110 2001-03-10 Dave Love <fx@gnu.org>
9111
9112 * toolbar/tool-bar.el (tool-bar-setup): Don't suppress write-file
9113 and save-buffer if buffer-file-name non-nil. From rms.
9114
9115 2001-03-10 Andre Spiegel <spiegel@gnu.org>
9116
9117 * vc.el (vc-do-command): If the destination buffer is already
9118 current, don't set it up and don't erase it. Updated doc string
9119 to reflect that.
9120 (vc-version-diff): When doing a single file diff, don't switch to the
9121 *vc-diff* buffer before the command. This is to preserve local
9122 variable bindings that might affect the diff command.
9123 (vc-print-log): Don't switch to the *vc* buffer before the
9124 command, so that local variable bindings are preserved.
9125
9126 * vc-{cvs,rcs,sccs}.el (vc-*-print-log): Output to buffer *vc*,
9127 not the current buffer.
9128 (vc-*-diff): Output to buffer *vc-diff*, not the current buffer.
9129
9130 * vc-cvs.el (vc-cvs-checkin): When removing the sticky tag,
9131 make output go to buffer *vc*, not the current buffer.
9132
9133 2001-03-09 Stefan Monnier <monnier@cs.yale.edu>
9134
9135 * hi-lock.el (hi-lock-line-face-buffer): Wrap the regexp in a group
9136 so ^, $, *, ? and + are interpreted correctly.
9137
9138 2001-03-09 Gerd Moellmann <gerd@gnu.org>
9139
9140 * help.el (string-key-binding): Renamed from
9141 mode-line-key-binding. Handle any event on a string.
9142 Check for `keymap' properties as well as `local-map' properties.
9143
9144 * comint.el (comint-insert-clicked-input): Use the last key
9145 from this-command-keys to lookup the global key definition.
9146
9147 2001-03-09 Kenichi Handa <handa@etl.go.jp>
9148
9149 * international/characters.el: Add category `j' for
9150 katakana-jisx0201. Fix syntaxes of katakana-jisx0201.
9151
9152 * international/mule-conf.el (no-conversion): Fix docstring.
9153 (raw-text): Fix docstring.
9154
9155 2001-03-08 Gerd Moellmann <gerd@gnu.org>
9156
9157 * simple.el (choose-completion-string): When not leaving the
9158 minibuffer, raise the minibuffer frame when minibuffer-auto-raise
9159 is set.
9160
9161 * window.el (shrink-window-if-larger-than-buffer): Handle frame
9162 parameter `(minibuffer . t)'.
9163
9164 2001-03-07 Stefan Monnier <monnier@cs.yale.edu>
9165
9166 * progmodes/sh-script.el (sh-st-symbol): New symbol.
9167 (sh-font-lock-syntactic-keywords): Use it and fix bogus comment regexp.
9168 (sh-mode): Remove `make-local-variable' for unused var
9169 `font-lock-unfontify-region-function'.
9170
9171 2001-03-07 Richard M. Stallman <rms@gnu.org>
9172
9173 * info.el (Info-scroll-down): Fix previous change.
9174
9175 * mail/rmail.el (rmail-toggle-header): Use a window which
9176 is showing the Rmail buffer, rather than the selected window.
9177
9178 2001-03-07 Dave Love <fx@gnu.org>
9179
9180 * imenu.el (imenu--create-keymap-2): Revert use of menu-item for
9181 now, to avoid problems with binding imenu directly to a mouse event.
9182
9183 2001-03-07 Gerd Moellmann <gerd@gnu.org>
9184
9185 * info.el (Info-scroll-down): Call pos-visible-in-window-p with
9186 second arg t.
9187
9188 2001-03-07 Stefan Monnier <monnier@cs.yale.edu>
9189
9190 * log-edit.el (log-edit-common-indent): New var.
9191 (log-edit-set-common-indentation): Renamed from
9192 log-edit-delete-common-indentation. Use the new var.
9193 (log-edit-insert-changelog, log-edit-done-hook): Use the new name.
9194
9195 * pcvs.el (cvs-ignore-marks-modif): Use `rassoc' rather than `member*'.
9196 (cvs-mode-add-change-log-entry-other-window):
9197 Don't presume change-log-default-name is defined.
9198
9199 * pcvs-util.el (cvs-bury-buffer): In doubt, don't delete window.
9200
9201 * pcvs-defs.el (cvs-buffer-name-alist): Use *cvs-info* for
9202 the "tree" operation as well.
9203
9204 * pcvs-parse.el (cvs-parse-table): Add another ignored message.
9205
9206 * textmodes/fill.el (fill-context-prefix): Allow first-line-prefix
9207 to match paragraph-start.
9208
9209 * textmodes/sgml-mode.el (sgml-mode-common): Correct value of
9210 comment-start-skip and set comment-end-skip as well.
9211 (sgml-comment-indent): Fix for new value of comment-start-skip.
9212 (html-autoview-mode): Don't bother using make-local-hook.
9213
9214 2001-03-07 Gerd Moellmann <gerd@gnu.org>
9215
9216 * cus-edit.el (custom-save-delete): Move in front of local
9217 variables, otherwise long Custom entries would make them ineffective.
9218
9219 * uniquify.el: Set maintainer to FSF.
9220
9221 2001-03-07 Eli Zaretskii <eliz@is.elta.co.il>
9222
9223 * dired-aux.el (dired-do-shell-command): Doc fix.
9224
9225 2001-03-06 Stefan Monnier <monnier@cs.yale.edu>
9226
9227 * emulation/viper.el (viper-vi-state-mode-list): Add cperl-mode.
9228
9229 * which-func.el (which-func-modes): Add cperl-mode.
9230 (which-func-mode-global): Use define-minor-mode.
9231
9232 * info-look.el: Docstring fixes and dead code eliminated.
9233 (cperl-mode): Add support.
9234 (emacs-lisp-mode): List all entries from elisp manual, whether
9235 or not they are currently (f)bound or not. Update regexp.
9236
9237 * add-log.el (add-log-current-defun): Accept `cperl-mode' as well.
9238
9239 * progmodes/cperl-mode.el (cperl-mode): Set major-mode to cperl-mode
9240 so that C-h m shows the correct information.
9241 Use make-local-variable rather than make-variable-buffer-local.
9242 (cperl-info-buffer, cperl-setup-tmp-buf):
9243 Use make-local-variable rather than make-variable-buffer-local.
9244 (cperl-msb-fix, cperl-get-help-defer):
9245 Check major-mode for `cperl-mode' as well.
9246
9247 * progmodes/cperl-mode.el: Updated to author version 4.23.
9248 (cperl-electric-pod): SYNOPSIS was misspelled.
9249 (cperl-find-pods-heres): @if ? a : b was considered a REx.
9250 (cperl-after-expr-p): Make true after __END__.
9251
9252 2001-03-06 Gerd Moellmann <gerd@gnu.org>
9253
9254 * bookmark.el (bookmark-get-bookmark): Use assoc-ignore-case if
9255 bookmark-completion-ignore-case is t.
9256
9257 * term/x-win.el (x-handle-xrm-switch): Accept more than one -xrm
9258 switch, like xterm, and concat resource strings, with a newline
9259 between them.
9260
9261 2001-03-06 Eli Zaretskii <eliz@is.elta.co.il>
9262
9263 * international/codepage.el (cp770-decode-table)
9264 (cp773-decode-table, cp774-decode-table): New variables.
9265
9266 * man.el (Man-hyphenated-reference-regexp): New variable.
9267 (Man-build-references-alist): Use it to search for referenced
9268 manpages. If hyphenated is non-nil, record a concatenated word in
9269 Man-refpages-alist only if it matches Man-reference-regexp.
9270 Update word's length when it is concatenated. Reverse the list,
9271 to get the first manpage at the head.
9272 (Man-possibly-hyphenated-word): New function.
9273 (Man-follow-manual-reference): Use it instead of current-word to
9274 find a manpage at point, in a way that accounts for hyphenated
9275 references.
9276
9277 2001-03-06 Alex Schroeder <alex@gnu.org>
9278
9279 * sql.el (sql-interbase): New function.
9280 (sql-interbase-program): New option.
9281 (sql-interbase-options): New option.
9282 And some typos fixed: "customise" to "customize".
9283
9284 2001-03-06 Dave Love <fx@gnu.org>
9285
9286 * textmodes/flyspell.el (flyspell-region):
9287 Set up flyspell-local-mouse-map.
9288
9289 2001-03-05 Richard M. Stallman <rms@gnu.org>
9290
9291 * mail/rmail.el (rmail-retry-failure):
9292 Don't call rmail-beginning-of-message.
9293 Don't discard From: field. Do discard Received: field.
9294 Use unwind-protect to re-prune.
9295 (rmail-retry-ignored-headers): Discard X-Authentication-Warning field.
9296
9297 2001-03-06 Kenichi Handa <handa@etl.go.jp>
9298
9299 * international/quail.el (quail-title): Add autoload cookie.
9300
9301 2001-03-05 Dave Love <fx@gnu.org>
9302
9303 * emacs-lisp/cl.el (dotimes, dolist): Undef prior to autoloading
9304 new defs.
9305
9306 2001-03-05 Kenichi Handa <handa@etl.go.jp>
9307
9308 * language/ethio-util.el (ethio-toggle-space):
9309 Update current-input-method-title if necessary.
9310 (ethio-toggle-punctuation): Likewise.
9311
9312 * international/quail.el (quail-title): Fix for the case that a
9313 title of an input method is specified by a list of the same form
9314 as used in mode-line-format.
9315
9316 * international/mule-cmds.el (activate-input-method):
9317 If current-input-method-title is set by activating INPUT-METHOD,
9318 respect that value.
9319
9320 2001-03-05 Gerd Moellmann <gerd@gnu.org>
9321
9322 * play/dunnet.el (dun-mode): Set major-mode to `dun-mode'.
9323
9324 2001-03-05 Alex Schroeder <alex@gnu.org>
9325
9326 * sql.el (sql-sybase): Fix typo (was: query user about server two
9327 times instead of server and database).
9328
9329 * sql.el (sql-sybase): Doc change.
9330 (sql-mysql): Doc change.
9331 (sql-postgres): Doc change.
9332
9333 2001-03-05 Kenichi Handa <handa@etl.go.jp>
9334
9335 * international/mule-conf.el (emacs-mule, raw-text):
9336 Docstring modified.
9337
9338 2001-03-04 Eli Zaretskii <eliz@is.elta.co.il>
9339
9340 * term/internal.el: Update copyright notice.
9341
9342 * term/pc-win.el: Update copyright notice.
9343
9344 2001-03-02 Dave Love <fx@gnu.org>
9345
9346 * files.el (insert-file-contents-literally):
9347 Bind inhibit-file-name-handlers and inhibit-file-name-operation,
9348 not jka-compr-compression-info-list.
9349
9350 2001-03-02 Stefan Monnier <monnier@cs.yale.edu>
9351
9352 * newcomment.el (comment-normalize-vars): Use [ \t] for the trailing
9353 spaces in default comment-start-skip settings rather than \s-.
9354
9355 2001-03-02 Eli Zaretskii <eliz@is.elta.co.il>
9356
9357 * term/pc-win.el (msdos-handle-reverse-video): Look for reverse in
9358 default-frame-alist as well.
9359
9360 2001-03-01 Dave Love <fx@gnu.org>
9361
9362 * textmodes/reftex.el (defvar): Wrap some defvars in
9363 eval-when-compile. From Markus Rost <rost@math.ohio-state.edu>.
9364
9365 * subr.el (event-basic-type): Doc fix.
9366
9367 * international/quail.el: Doc fixes.
9368
9369 * international/utf-8.el: Doc fixes.
9370
9371 * international/mule-cmds.el: Doc fixes.
9372 (leim-list-header): Fix header text.
9373
9374 * international/mule.el (coding-system-category): Doc fix.
9375
9376 * international/ccl.el (ccl-compile): Doc fix.
9377
9378 2001-03-01 Stefan Monnier <monnier@cs.yale.edu>
9379
9380 * font-lock.el (save-buffer-state): Use inhibit-modification-hooks
9381 rather than (before|after)-change-functions.
9382
9383 2001-03-01 Gerd Moellmann <gerd@gnu.org>
9384
9385 * ediff-util.el (ediff-scroll-horizontally): Arrange for
9386 scroll-left and scroll-right being called interactively so that
9387 they set the window's min_hscroll.
9388
9389 2001-03-01 Eli Zaretskii <eliz@is.elta.co.il>
9390
9391 * info.el (info-insert-file-contents-1): Accept an additional
9392 argument `lfn': if it is non-nil, concatenate `filename' and
9393 `suffix'; otherwise use the complicated MS-DOS code.
9394 All callers changed.
9395 (info-insert-file-contents, Info-find-node): If the MS-DOS port
9396 can access long file names, try the long file-name version of
9397 `info-insert-file-contents-1', then the short file-name version.
9398
9399 2001-02-28 TAKAHASHI Naoto <ntakahas@m17n.org>
9400
9401 * language/ethio-util.el (setup-ethiopic-environment-internal):
9402 Change bindings of functions keys to conform to "Emacs Lisp Coding
9403 Convention".
9404
9405 * language/ethiopic.el ("Ethiopic"): Add documentation.
9406
9407 2001-02-28 Kenichi Handa <handa@etl.go.jp>
9408
9409 * international/utf-8.el (mule-utf-8): Set coding-category
9410 property to coding-category-utf-8.
9411
9412 2001-02-27 Richard M. Stallman <rms@gnu.org>
9413
9414 * lpr.el (lpr-page-header-switches, print-region-1):
9415 Undo 2000-07-06 change.
9416 (lpr-add-switches): Default to t on gnu/linux.
9417
9418 2001-02-27 Gerd Moellmann <gerd@gnu.org>
9419
9420 * bs.el (bs-attributes-list): Doc fix.
9421
9422 2001-02-26 Gerd Moellmann <gerd@gnu.org>
9423
9424 * help.el (describe-project): Display the file THE-GNU-PROJECT.
9425
9426 * help.el (view-order-manuals): Use goto-address.
9427
9428 * startup.el (command-line-1): Add info about ordering manuals
9429 to the not so fancy splash screens.
9430
9431 2001-02-26 Andre Spiegel <spiegel@gnu.org>
9432
9433 * vc.el (vc-default-workfile-unchanged-p)
9434 (vc-default-latest-on-branch-p): Add missing BACKEND argument.
9435
9436 2001-02-26 Gerd Moellmann <gerd@gnu.org>
9437
9438 * lazy-lock.el (lazy-lock-fontify-after-idle): Make sure to
9439 fontify in the right buffer.
9440
9441 * allout.el (outline-flag-region): Move macro in front of first
9442 use to avoid a run-time error.
9443
9444 2001-02-24 Andrew Innes <andrewi@gnu.org>
9445
9446 * makefile.w32-in: Fix copyright notice.
9447
9448 2001-02-24 Kenichi Handa <handa@etl.go.jp>
9449
9450 * international/utf-8.el (mule-utf-8): Set correct value for
9451 valid-codes property.
9452
9453 * international/fontset.el (x-complement-fontset-spec): In the
9454 case that we use ASCII font for the other charsets, use only
9455 family and registry part of it.
9456
9457 2001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
9458
9459 * window.el (fit-window-to-buffer, window-safely-shrinkable-p)
9460 (shrink-window-if-larger-than-buffer): Doc fix.
9461
9462 2001-02-23 Stefan Monnier <monnier@cs.yale.edu>
9463
9464 * hi-lock.el (hi-lock-unface-buffer): Use nil rather than t for
9465 predicate passed to completing-read.
9466
9467 2001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
9468
9469 * startup.el (command-line): Fix last change.
9470
9471 2001-02-23 Jason Rumney <jasonr@gnu.org>
9472
9473 * startup.el (tool-bar-originally-present): New variable.
9474 (command-line): Set it if the tool-bar is switched on at startup.
9475
9476 * frame.el (frame-notice-user-settings): Only adjust frame height
9477 for no tool-bar case if tool-bar was originally switched on.
9478 From E. Jay Berkenbilt.
9479
9480 2001-02-22 Stefan Monnier <monnier@cs.yale.edu>
9481
9482 * server.el (server-switch-buffer): Only switch window if the
9483 current one is dedicated.
9484
9485 * textmodes/fill.el (fill-region-as-paragraph): Skip spaces backward
9486 rather than using (match-beginning 0) when searching for break point.
9487
9488 2001-02-22 Eli Zaretskii <eliz@is.elta.co.il>
9489
9490 * textmodes/texinfmt.el (texinfo-format-scan): Signal an error if
9491 @ follows an accent command such as @'. Support optional braces
9492 in commands that insert accents, like makeinfo does.
9493
9494 2001-02-22 Gerd Moellmann <gerd@gnu.org>
9495
9496 * startup.el (fancy-splash-text): Add a line for ordering
9497 manuals. Reverse order of splash screens shown.
9498 (use-fancy-splash-screens-p): Adapt to the text line added.
9499
9500 * menu-bar.el (menu-bar-help-menu): Add an item for ordering
9501 manuals from the FSF.
9502
9503 * help.el (view-order-manuals): New function.
9504 (toplevel): Bind C-h C-m to this function.
9505
9506 2001-02-21 Stefan Monnier <monnier@cs.yale.edu>
9507
9508 * newcomment.el (comment-forward): Skip the comment-start before
9509 searching for the comment-end.
9510
9511 2001-02-21 Dave Love <fx@gnu.org>
9512
9513 * custom.el (custom-initialize-changed, defcustom): Doc fix.
9514
9515 * international/mule-cmds.el, international/mule.el: Doc fixes.
9516
9517 2001-02-21 Gerd Moellmann <gerd@gnu.org>
9518
9519 * startup.el (fancy-splash-screens): Use display-hourglass
9520 instead of display-busy-cursor.
9521
9522 * frame.el (display-hourglass): Renamed from busy-cursor.
9523 (hourglass-delay): Renamed from busy-cursor-delay-seconds.
9524 (show-cursor-in-non-selected-windows): Doc fix.
9525
9526 2001-02-20 Dave Love <fx@gnu.org>
9527
9528 * international/utf-8.el: Doc and commentary fixes.
9529
9530 2001-02-20 Eli Zaretskii <eliz@is.elta.co.il>
9531
9532 * ehelp.el (with-electric-help): Doc fix.
9533
9534 2001-02-20 Gerd Moellmann <gerd@gnu.org>
9535
9536 * msb.el (msb-mode): Call the update-buffers function explicitly
9537 with a FORCE argument.
9538
9539 * menu-bar.el (menu-bar-update-buffers): Add optional parameter
9540 FORCE. If set, update the menu even if frame-or-buffer-changed-p
9541 returns nil.
9542
9543 2001-02-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9544
9545 * ps-print.el: Timestamp package replacement. Some enhancements.
9546 Some XEmacs compatibility. Doc fix.
9547 (ps-print-version): New version number (6.4).
9548 (ps-printer-name): Initialization fix.
9549 (ps-zebra-stripe-follow): Funcionality enhancement.
9550 (ps-prologue-file): Code enhancement.
9551 (ps-right-header): Timestamp package replacement.
9552 (ps-setup, ps-face-bold-p, ps-face-italic-p)
9553 (ps-get-page-dimensions)
9554 (ps-generate-header, ps-begin-file, ps-begin-job)
9555 (ps-generate-postscript-with-faces, ps-do-despool): Code fix.
9556 (ps-time-stamp-mon-dd-yyyy, ps-time-stamp-hh:mm:ss): New funs.
9557 (ps-zebra-stripe-full-p, ps-zebra-stripe-alist): New vars.
9558 (coding-system-for-write): Var declaration (XEmacs compatibility).
9559
9560 2001-02-20 Miles Bader <miles@gnu.org>
9561
9562 * image-file.el (image-file-name-extensions): Add "tif".
9563
9564 2001-02-19 Gerd Moellmann <gerd@gnu.org>
9565
9566 * wid-edit.el (widget-button-click): Save the selected window
9567 around the code handling clicks on buttons.
9568
9569 2001-02-18 Dave Love <fx@gnu.org>
9570
9571 * imenu.el (imenu--generic-function): Use mapc to iterate over
9572 syntax characters.
9573
9574 2001-02-17 Richard M. Stallman <rms@gnu.org>
9575
9576 * progmodes/fortran.el (fortran-strip-sqeuence-nos): Doc fix.
9577
9578 * uniquify.el (uniquify-buffer-name-style): Doc fix.
9579
9580 2001-02-16 Gerd Moellmann <gerd@gnu.org>
9581
9582 * mouse.el (mouse-save-then-kill): If the distance from the new
9583 point to the mark is equal to the distance of point from the new
9584 point, move point instead of the mark.
9585
9586 2001-02-16 Dave Love <fx@gnu.org>
9587
9588 * textmodes/flyspell.el (flyspell-get-word): Return string without
9589 properties.
9590
9591 2001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
9592
9593 * generic.el (generic-find-file-regexp): Doc fix.
9594 (generic-ignore-files-regexp): New defcustom.
9595 (generic-mode-find-file-hook): If the file's name matches the
9596 regexp in `generic-ignore-files-regexp', don't enter
9597 default-generic-mode. Doc fix.
9598
9599 2001-02-16 Gerd Moellmann <gerd@gnu.org>
9600
9601 * textmodes/flyspell.el (flyspell-region, flyspell-buffer):
9602 Add autoload cookies.
9603
9604 * calendar/cal-tex.el (cal-tex-weekly4-box): Respect setting
9605 of cal-tex-24.
9606
9607 2001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
9608
9609 * simple.el (kill-region, kill-line, kill-ring-save): Doc fix.
9610
9611 * progmodes/compile.el (grep-regexp-alist): Remove the blank from
9612 the character class after the (optional) drive, to support file
9613 names with embedded blanks.
9614
9615 2001-02-15 Sam Steingold <sds@gnu.org>
9616
9617 * textmodes/tex-mode.el (tex-shell-running):
9618 Check the process buffer too.
9619
9620 2001-02-15 Dave Love <fx@gnu.org>
9621
9622 * battery.el (battery-status-function): Fix doc, :type.
9623
9624 * calendar/timeclock.el (timeclock-get-workday-function): Fix :type.
9625
9626 2001-02-15 Gerd Moellmann <gerd@gnu.org>
9627
9628 * subr.el (read-passwd): Clear Lisp memory holding password.
9629
9630 2001-02-15 Miles Bader <miles@gnu.org>
9631
9632 * info.el (Info-copy-current-node-name): New function.
9633 (Info-mode-menu): Add it to the menu.
9634
9635 2001-02-14 Richard M. Stallman <rms@theobromine.ai.mit.edu>
9636
9637 * international/mule-cmds.el (toggle-input-method): Doc fix.
9638
9639 2001-02-13 Stefan Monnier <monnier@cs.yale.edu>
9640
9641 * replace.el (occur): Stop at end of buffer.
9642
9643 2001-02-13 Eli Zaretskii <eliz@is.elta.co.il>
9644
9645 * international/mule-cmds.el (set-input-method): Another doc fix.
9646
9647 2001-02-13 David M. Koppelman <koppel@ee.lsu.edu>
9648
9649 * hi-lock.el (hi-lock-find-patterns): Don't activate font-lock-mode.
9650
9651 2001-02-13 Miles Bader <miles@gnu.org>
9652
9653 * faces.el (set-face-background, set-face-foreground)
9654 (set-face-stipple): Treat a value of nil as being `unspecified'.
9655
9656 2001-02-12 Dave Love <d.love@dl.ac.uk>
9657
9658 * international/latin1-disp.el: Doc fixes.
9659 (latin1-display) <defgroup>: Add :link.
9660 (latin1-display) <function>: Set variable latin1-display.
9661
9662 2001-02-12 Eli Zaretskii <eliz@is.elta.co.il>
9663
9664 * international/mule-cmds.el (set-input-method): Doc fix.
9665
9666 2001-02-12 Eric M. Ludlam <zappo@choochoo.ultranet.com>
9667
9668 * speedbar.el (speedbar-frame-parameters): No toolbar lines.
9669 (speedbar-line-file): Return nil if not a file.
9670 (speedbar-buffers-line-path): Return file for tags, and dir for files.
9671
9672 2001-02-12 Michael Kifer <kifer@cs.sunysb.edu>
9673
9674 * ediff-diff.el (ediff-make-diff2-buffer): Removed bogus checks
9675 for remote files.
9676 (ediff-coding-system-for-read): Replaced the no-conversion default
9677 with raw-text.
9678
9679 * ediff-init.el: Removed :version from defcustom vars.
9680
9681 * ediff-util.el (ediff-compute-custom-diffs-maybe):
9682 Better handling of the diff mode.
9683
9684 * ediff.texi: Added ediff-coding-system-for-read.
9685
9686 * viper.texi: Fix typos.
9687
9688 2001-02-11 Dave Love <fx@gnu.org>
9689
9690 * shadowfile.el: Doc fixes.
9691 (shadow) <defgroup>: Add :link.
9692 (shadowfile-unload-hook): New function.
9693 (shadow-initialize): Use defalias, not fset.
9694 (shadow-define-cluster, shadow-define-literal-group)
9695 (shadow-define-regexp-group, shadow-initialize): Add autoload cookie.
9696
9697 * international/mule.el: Doc and message fixes.
9698
9699 * international/ccl.el (define-ccl-program): Doc fix.
9700
9701 2001-02-11 Kenichi Handa <handa@etl.go.jp>
9702
9703 * faces.el (mode-line): Set :line-width property to -1.
9704
9705 2001-02-10 Richard M. Stallman <rms@gnu.org>
9706
9707 * complete.el (partial-completion-mode): Doc fix.
9708
9709 * simple.el (delete-key-deletes-forward-mode):
9710 Change `let' to `let*' to fix gross bug in last change.
9711
9712 * repeat.el (repeat): Don't let execute-kbd-macro alter
9713 real-last-command.
9714
9715 2001-02-10 Eli Zaretskii <eliz@is.elta.co.il>
9716
9717 * simple.el (eval-expression): Doc fix.
9718
9719 2001-02-09 Dave Love <fx@gnu.org>
9720
9721 * imenu.el (imenu-generic-expression): Doc fix.
9722
9723 * emacs-lisp/re-builder.el (reb-mode): Quote the hook name.
9724 From Juanma Barranquero.
9725
9726 * emacs-lisp/authors.el (authors): Expand `root' before running find.
9727
9728 2001-02-09 Kenichi Handa <handa@etl.go.jp>
9729
9730 * faces.el (set-face-attribute): Describe the case of a negative
9731 value specified for :line-width.
9732
9733 2001-02-08 Stefan Monnier <monnier@cs.yale.edu>
9734
9735 * which-func.el (which-func-mode): Invert which-func-mode-global.
9736 From Juanma Barranquero <lektu@uol.com.br>.
9737
9738 2001-02-08 Dave Love <fx@gnu.org>
9739
9740 * wid-edit.el (widget-plist-convert-widget): Replace binding of
9741 widget-plist-value-type.
9742 (widget-alist-convert-widget): Replace binding of
9743 widget-alist-value-type.
9744
9745 * textmodes/paragraphs.el (sentence-end): Doc fix.
9746
9747 * eshell/em-rebind.el (eshell-cannot-leave-input-list):
9748 Remove `backward-line'.
9749
9750 * play/pong.el (pong-blank-color, pong-bat-color)
9751 (pong-ball-color, pong-border-color, pong-left-key)
9752 (pong-right-key, pong-up-key, pong-down-key, pong-quit-key)
9753 (pong-pause-key, pong-resume-key, pong-timer-delay):
9754 * mail/mh-comp.el (mh-compose-letter-function):
9755 * eshell/esh-mode.el (eshell-skip-prompt-function):
9756 * emulation/viper-ex.el (ex-unix-type-shell-options):
9757 * recentf.el (recentf-menu-filter):
9758 * ps-print.el (ps-print-region-function):
9759 * lpr.el (print-region-function):
9760 * forms.el (forms-mode-hooks):
9761 * dirtrack.el (dirtrack-directory-change-hook):
9762 * cus-start.el (temp-buffer-show-function, display-buffer-function):
9763 * textmodes/spell.el (spell-filter):
9764 * textmodes/fill.el (adaptive-fill-function):
9765 * textmodes/bibtex.el (bibtex-autokey-before-presentation-function):
9766 * progmodes/etags.el (find-tag-default-function):
9767 * progmodes/dcl-mode.el (dcl-calc-command-indent-function):
9768 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
9769
9770 2001-02-07 Eli Zaretskii <eliz@is.elta.co.il>
9771
9772 * emulation/viper-init.el (viper-fast-keyseq-timeout)
9773 (viper-translate-all-ESC-keysequences): Doc fix. From Jim
9774 Meyering <jim@meyering.net>.
9775
9776 * loadup.el: Revert last change.
9777
9778 2001-02-07 Kenichi Handa <handa@etl.go.jp>
9779
9780 * international/mule.el (transform-make-coding-system-args):
9781 Make it work also for coding systems not using CCL.
9782
9783 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
9784
9785 * simple.el (previous-matching-history-element)
9786 (next-matching-history-element): Doc fix.
9787
9788 * loadup.el: Load ccl before utf-8; don't load ccl in the ms-dos
9789 specific part.
9790
9791 2001-02-06 Dave Love <fx@gnu.org>
9792
9793 * add-log.el (add-log-current-defun-function)
9794 (add-log-buffer-file-name-function, add-log-file-name-function):
9795 Fix :type.
9796 (change-log-mode) <font-lock-defaults>: Set SYNTAX-BEGIN.
9797
9798 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
9799
9800 * info.el (info-initialize): Remove the test for system-type when
9801 invocation-directory is non-nil.
9802
9803 * progmodes/make-mode.el (makefile-mode): Set SYNTAX-BEGIN member
9804 of `font-lock-defaults' to `backward-paragraph' rather than nil.
9805
9806 2001-02-06 Andrew Innes <andrewi@gnu.org>
9807
9808 * makefile.w32-in (EMACS): Use $(THISDIR) to make emacs.exe path
9809 absolute.
9810
9811 2001-02-06 David M. Koppelman <koppel@ee.lsu.edu>
9812
9813 * hi-lock.el (hi-lock-mode): Toggling hi-lock-mode now affects all
9814 buffers. When hi-lock turned on rather than only checking current
9815 buffer for regexps, all buffers are checked. Moved activation of
9816 font-lock to hi-lock-refontify. When font-lock turned off rather
9817 than removing added highlighting just in current buffer, remove it
9818 in all buffers. Changed edit menu text from "Automatic
9819 Highlighting" to "Regexp Highlighting" Documentation for
9820 highlighting phrases, minor documentation changes.
9821 (hi-lock-set-file-patterns): Execute only if there are new or
9822 existing file patterns.
9823 (hi-lock-refontify): Assume font-lock-fontify-buffer will first
9824 unfontify and, if a support mode is active, will not refontify the
9825 whole buffer. If necessary, turn on font lock. (Removed
9826 font-lock-unfontify and font-lock support-mode-specific calls,
9827 such as lazy-lock-fontify-window.)
9828 (hi-lock-find-patterns): Do not turn on hi-lock-mode even if
9829 patterns are found. Not useful now since find-file-hook is removed
9830 if hi-lock is off, but may be needed for per-buffer hi-lock activation.
9831 (hi-lock-face-phrase-buffer): New function. Also added related
9832 menu item and keybinding.
9833 (highlight-phrase): New alias, to hi-lock-face-phrase-buffer.
9834 (hi-lock-process-phrase): New function.
9835 (hi-lock-line-face-buffer): Doc fixes.
9836 (hi-lock-face-buffer): Doc fixes.
9837 (hi-lock-unface-buffer): Doc fixes.
9838
9839 2001-02-06 Gerd Moellmann <gerd@gnu.org>
9840
9841 * dabbrev.el (dabbrev-ignored-buffer-regexps): Renamed from
9842 dabbrev-ignored-regexps.
9843
9844 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
9845
9846 * simple.el (kill-line): Doc fix.
9847
9848 2001-02-05 Dave Love <fx@gnu.org>
9849
9850 * loadup.el: Revert last two changes -- bootstrapping works with
9851 regenerated loaddefs.
9852
9853 2001-02-05 Eli Zaretskii <eliz@is.elta.co.il>
9854
9855 * isearch.el (isearch-forward): Doc fix.
9856
9857 * textmodes/nroff-mode.el (nroff-mode): Set the SYNTAX-BEGIN part
9858 of font-lock-defaults to backward-paragraph.
9859
9860 2001-02-05 Gerd Moellmann <gerd@gnu.org>
9861
9862 * mail/rmail.el (rmail-ignored-headers): Add X-Trace,
9863 X-Complaints-To, NNTP-Posting-Date, and User-Agent.
9864
9865 2001-02-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9866
9867 * ebnf2ps.el: Eliminate time-stamp functions.
9868 (ebnf-version): New version (3.5).
9869 (ebnf-eps-finish-and-write): Replace time-stamp functions by
9870 format-time-string.
9871
9872 2001-02-05 Gerd Moellmann <gerd@gnu.org>
9873
9874 * simple.el (next-line): Goto end-of-line before inserting a newline.
9875
9876 2001-02-05 Miles Bader <miles@gnu.org>
9877
9878 * image-file.el (insert-image-file): When visiting an image, also
9879 set `truncate-lines' to t so that any fringe arrow looks correct.
9880
9881 2001-02-05 Kenichi Handa <handa@etl.go.jp>
9882
9883 * isearch.el (isearch-forward): Add description about input method
9884 in the docsting.
9885
9886 2001-02-04 Stefan Monnier <monnier@cs.yale.edu>
9887
9888 * skeleton.el (skeleton-internal-1): Always push the mark for @.
9889
9890 2001-02-02 Eli Zaretskii <eliz@is.elta.co.il>
9891
9892 * info.el (info-initialize): If installation-directory is nil, for
9893 DOS/Windows systems try looking in a sibling of invocation-directory.
9894
9895 2001-02-02 Gerd Moellmann <gerd@gnu.org>
9896
9897 * wid-edit.el (widget-button-click): Fix last change.
9898
9899 * frame.el (frame-notice-user-settings): When resizing the initial
9900 frame because the tool bar is off, also change the frame's top
9901 position if a negative top position was specified.
9902
9903 2001-02-02 Miles Bader <miles@gnu.org>
9904
9905 * image-file.el (insert-image-file): When visiting an image,
9906 suppress the cursor in the image buffer.
9907
9908 2001-02-01 Dave Love <fx@gnu.org>
9909
9910 * progmodes/f90.el (f90-mode): Remove startup message.
9911
9912 * vc-cvs.el: Remove autoloads. Require vc when compiling.
9913
9914 2001-02-01 Gerd Moellmann <gerd@gnu.org>
9915
9916 * startup.el (command-line): Fix code determining whether or not
9917 to use delete-key-deletes-forward-mode.
9918
9919 2001-02-01 Andre Spiegel <spiegel@gnu.org>
9920
9921 * vc.el (vc-diff-switches): New user option.
9922 (vc-version-diff): Use it.
9923 (vc-diff-switches-list): New macro.
9924
9925 * vc-{rcs,cvs,sccs}.el: (vc-BACKEND-diff-switches):
9926 New customization options.
9927 (vc-BACKEND-diff): Use new options via vc-diff-switches-list.
9928
9929 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Return correct status.
9930
9931 2001-02-01 Gerd Moellmann <gerd@gnu.org>
9932
9933 * msb.el (toplevel): Quote hook symbols.
9934
9935 2001-02-01 Kenichi Handa <handa@etl.go.jp>
9936
9937 * international/mule.el (make-coding-system): Add description
9938 about recognized properties in the docstring.
9939
9940 * international/mule-conf.el: Remove unused charsets
9941 mac-roman-lower and mac-roman-upper.
9942
9943 2001-01-31 Gerd Moellmann <gerd@gnu.org>
9944
9945 * textmodes/fill.el (set-fill-prefix): Cancel fill prefix if point
9946 is in front of the left-margin, if any.
9947
9948 * simple.el (delete-key-deletes-forward-mode): Treat `kp-delete'
9949 like `delete'.
9950
9951 * bindings.el: Define `kp-delete' like `delete' in function-key-map.
9952
9953 * term/w32-win.el (mouse-set-font): Doc fix.
9954
9955 2001-01-31 Stefan Monnier <monnier@cs.yale.edu>
9956
9957 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer): Doc fix.
9958 (hi-lock-find-patterns): Turn on font-lock-mode, if it is not
9959 on already.
9960
9961 2001-01-31 Markus Rost <rost@math.ohio-state.edu>
9962
9963 * files.el (save-buffer): Don't give message if (buffer-file-name)
9964 returns nil.
9965
9966 2001-01-31 Eli Zaretskii <eliz@is.elta.co.il>
9967
9968 * toolbar/tool-bar.el (tool-bar-add-item): Doc fix.
9969
9970 * emacs-lisp/re-builder.el (reb-update-modestring): Don't use
9971 concat for integers. From Juanma Barranquero <lektu@uol.com.br>.
9972
9973 * term/w32-win.el (redisplay-dont-pause): Set to t to alleviate
9974 display problems.
9975
9976 2001-01-31 Kenichi Handa <handa@etl.go.jp>
9977
9978 * international/mule.el (charset-info): Fix docstring.
9979
9980 * international/mule-diag.el (describe-character-set): Check final
9981 char valid before printing it.
9982
9983 2001-01-30 Gerd Moellmann <gerd@gnu.org>
9984
9985 * lpr.el (lpr-windows-system, lpr-lp-system): Add autoload cookies.
9986
9987 * frame.el (frame-notice-user-settings): Do the tool-bar
9988 stuff only for graphical displays. Fix a braino.
9989
9990 * frame.el (frame-initialize): Create initial frame visible.
9991 (frame-notice-user-settings): When tool-bar has been switched off,
9992 correct the frame size and sync tool-bar-mode.
9993
9994 * startup.el (command-line): Remove manipulation of frame
9995 height for tool bars.
9996
9997 2001-01-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9998
9999 * lpr.el: Compatibility with XEmacs and doc fixes.
10000 (lpr-windows-system, lpr-lp-system): New vars.
10001 (lpr-printer-switch): New defcustom.
10002 (printer-name, lpr-command): Customization fix.
10003 (print-region-1): Code fix.
10004 (print-region-new-buffer, printify-region): Indentation fix.
10005 (lpr-eval-switch, lpr-flatten-list, lpr-flatten-list-1):
10006 New functions.
10007
10008 2001-01-29 Gerd Moellmann <gerd@gnu.org>
10009
10010 * msb.el (toplevel): Fix the eval-after-load.
10011
10012 2001-01-29 Dave Love <fx@gnu.org>
10013
10014 * eshell/esh-ext.el (eshell-windows-shell-file): Fix :type.
10015
10016 * eshell/em-ls.el (eshell-ls-exclude-regexp): Fix :type.
10017
10018 * progmodes/tcl.el (outline, dabbrev, add-log): Require when compiling.
10019 (tcl-using-emacs-19-23): Consider Emacs 21+.
10020 (tcl-help-directory-list, tcl-command-switches): Fix :type.
10021 (tcl-add-emacs-menu): Supply menu name.
10022 (tcl-beginning-of-defun, tcl-end-of-defun): Defalias, don't fset.
10023
10024 2001-01-29 Gerd Moellmann <gerd@gnu.org>
10025
10026 * simple.el (delete-trailing-whitespace): Don't delete formfeeds.
10027
10028 2001-01-29 Stefan Monnier <monnier@cs.yale.edu>
10029
10030 * pcvs.el (cvs-mark-fis-dead): New function.
10031 (cvs-mode-add): Use it.
10032 (cvs-mode-add-change-log-entry-other-window):
10033 Rebind change-log-default-name to itself rather than to nil.
10034
10035 2001-01-29 Sam Steingold <sds@gnu.org>
10036
10037 * vc-cvs.el: Replaced (require 'vc) with a bunch of
10038 `autoload' statements.
10039
10040 2001-01-29 Eli Zaretskii <eliz@is.elta.co.il>
10041
10042 * files.el (confirm-kill-emacs): Doc fix.
10043
10044 * frame.el (frame-initialize): Doc fix.
10045
10046 * time-stamp.el (time-stamp-string): Doc fix.
10047
10048 * woman.el (WoMan-log-1): Make the log buffer writable.
10049 From Markus Rost <rost@math.ohio-state.edu>.
10050
10051 2001-01-29 Gerd Moellmann <gerd@gnu.org>
10052
10053 * imenu.el (imenu-syntax-alist): Add autoload cookie for
10054 the `make-variable-buffer-local'.
10055
10056 2001-01-29 Dave Love <fx@gnu.org>
10057
10058 * ansi-color.el (ansi-color-for-comint-mode): Add :version.
10059 (ansi-color-for-comint-mode-on, ansi-color-process-output):
10060 Add autoload cookie.
10061 (ansi-color-apply-sequence): Fix typo.
10062
10063 2001-01-29 Gerd Moellmann <gerd@gnu.org>
10064
10065 * menu-bar.el (menu-bar-files-menu): Add menu items for
10066 Postscript printing in black and white.
10067
10068 * mail/rmail.el (rmail-ignored-headers): Add X-Sign, X-BeenThere,
10069 X-Mailman-Version, Precedence, List-Help, List-Post,
10070 List-Subscribe, List-Id, List-Unsubscribe, List-Archive,
10071 Content-Type, Content-Length.
10072
10073 2001-01-29 Dave Love <fx@gnu.org>
10074
10075 * elide-head.el (elide-head): Make overlay evaporate.
10076
10077 * international/mule-conf.el (chinese-big5-1, chinese-big5-2): Doc fix.
10078
10079 2001-01-28 Eli Zaretskii <eliz@is.elta.co.il>
10080
10081 * isearch.el (isearch-highlight): Don't punt if the display
10082 doesn't support colors, since isearch faces are defined for
10083 monochrome displays as well.
10084
10085 2001-01-27 Sam Steingold <sds@gnu.org>
10086
10087 * shell.el (shell-write-history-on-exit): Make sure that we are in
10088 the shell buffer (M-x tex-file RET inserted the error message into
10089 the TeX buffer).
10090
10091 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
10092
10093 * simple.el (transient-mark-mode): Doc fix.
10094
10095 2001-01-27 Gerd Moellmann <gerd@gnu.org>
10096
10097 * progmodes/etags.el (find-tag-noselect): Don't bind tags-file-name.
10098
10099 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
10100
10101 * shell.el (shell-unquote-argument): If the shell is one of the
10102 mentioned in shell-dumb-shell-regexp, don't treat a backslash as a
10103 quote character.
10104 (shell-dumb-shell-regexp): Document that the shells which match
10105 this regexp are supposed to not treat a backslash as a quote character.
10106
10107 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Undo the change
10108 from 2001-01-12. It is not needed, since backspace is mapped into DEL.
10109
10110 2001-01-27 Richard M. Stallman <rms@gnu.org>
10111
10112 * dabbrev.el (dabbrev--substitute-expansion):
10113 Treat a one-capital-letter abbrev as "not all upper case",
10114 so as to force preservation of the expansion's pattern
10115 if the expansion starts with a capital letter.
10116
10117 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
10118
10119 * facemenu.el (facemenu-set-face, facemenu-set-face-from-menu):
10120 Doc fix.
10121
10122 * simple.el (transient-mark-mode): Document the fact that many
10123 commands act on the region when mark is active.
10124
10125 2001-01-27 Kenichi Handa <handa@etl.go.jp>
10126
10127 * international/quail.el (quail-setup-completion-buf): Make the
10128 multibyteness of current buffer inherited to Quail completion buffer.
10129 (quail-show-guidance-buf): Make the multibyteness of current
10130 buffer inherited to Quail guidance buffer.
10131 (quail-help): Make the multibyteness of current buffer inherited
10132 to Quail help buffer.
10133
10134 2001-01-26 Dave Love <fx@gnu.org>
10135
10136 * time-stamp.el: Doc fixes.
10137
10138 * progmodes/delphi.el (delphi-comment-face, delphi-string-face)
10139 (delphi-keyword-face, delphi-other-face): Fix :type.
10140
10141 * textmodes/flyspell.el: Doc fixes. Add :version to new options.
10142
10143 * mail/feedmail.el (feedmail): Add :link.
10144 (feedmail-send-it): Doc fix.
10145
10146 * mail/sendmail.el: Doc fixes.
10147 (sendmail-send-it): Fix the non-ASCII regexp and use
10148 rfc2047-encode-string.
10149
10150 * dired.el, dired-aux.el: Revert last change.
10151
10152 2001-01-26 Gerd Moellmann <gerd@gnu.org>
10153
10154 * makefile.w32-in (DONTCOMPILE): Add various term files.
10155
10156 2001-01-26 Dave Love <fx@gnu.org>
10157
10158 * Makefile.in (DONTCOMPILE): Add various term files.
10159
10160 2001-01-26 Gerd Moellmann <gerd@gnu.org>
10161
10162 * man.el (Man-default-man-entry, Man-mode): Doc fix.
10163
10164 * startup.el (display-startup-echo-area-message): Make sure
10165 the echo area is resized to fit the size of the startup message.
10166
10167 * gud.el (gud-perldb-massage-args): Avoid nreverse'ing a list
10168 part of which is a constant.
10169
10170 2001-01-26 Eli Zaretskii <eliz@is.elta.co.il>
10171
10172 * loadup.el (Top-level) [ms-dos]: Don't load international/ccl twice.
10173
10174 2001-01-26 Richard M. Stallman <rms@gnu.org>
10175
10176 * simple.el (next-line): Don't let `newline' expand abbrevs.
10177 Simplify slightly.
10178 (open-line): Don't let `newline' expand abbrevs.
10179
10180 2001-01-25 John Wiegley <johnw@gnu.org>
10181
10182 * eshell/esh-util.el (eshell-ange-ls-uids): Changed use of `alist'
10183 to `repeat' in the :type field.
10184
10185 * pcomplete.el (pcomplete-file-ignore): Changed a :type field to
10186 allow a choice of regexp or nil.
10187 (pcomplete-dir-ignore): Same.
10188
10189 * eshell/em-unix.el (eshell/occur): Fixed bug causing `occur' (as
10190 a command) to always fail.
10191
10192 2001-01-25 Gerd Moellmann <gerd@gnu.org>
10193
10194 * iswitchb.el (iswitchb-make-buflist): When nconc'ing lists, don't
10195 discard the result.
10196 (iswitchb-to-end): Likewise.
10197
10198 2001-01-25 Sam Steingold <sds@gnu.org>
10199
10200 * vc-cvs.el (vc-cvs-mode-line-string): Doc & comment fix.
10201 Require vc.
10202
10203 2001-01-25 Stefan Monnier <monnier@cs.yale.edu>
10204
10205 * smerge-mode.el (smerge-font-lock-keywords): Relax submatch 1.
10206
10207 * emacs-lisp/easy-mmode.el (define-minor-mode): Docstring fix.
10208
10209 2001-01-25 Dave Love <fx@gnu.org>
10210
10211 * lisp/international/mule-diag.el (describe-char-after): Doc fix.
10212 (describe-coding-system): Tweak the English text.
10213
10214 * loadup.el: Preload international/ccl for utf-8.
10215
10216 2001-01-25 Eli Zaretskii <eliz@is.elta.co.il>
10217
10218 * mail/rmail.el (rmail-redecode-body): Doc fix.
10219
10220 2001-01-25 Kenichi Handa <handa@etl.go.jp>
10221
10222 * international/mule-cmds.el (reset-language-environment):
10223 Reset coding-category-utf-8 to mule-utf-8.
10224
10225 * international/mule-conf.el (coding-category-utf-8):
10226 Initialize to mule-utf-8.
10227
10228 * loadup.el: Preload international/utf-8.
10229
10230 * international/utf-8.el: New file.
10231
10232 2001-01-24 Stefan Monnier <monnier@cs.yale.edu>
10233
10234 * diff-mode.el (diff-mode): Disable preliminary support for `compile'.
10235
10236 2001-01-24 Sam Steingold <sds@gnu.org>
10237
10238 * dired.el (dired-replace-in-string): Removed.
10239 (dired-sort-toggle): Use `replace-regexps-in-string'
10240 instead of `dired-replace-in-string'.
10241
10242 * dired-aux.el (dired-shell-stuff-it, dired-rename-subdir)
10243 (dired-rename-subdir-2, dired-insert-subdir-doinsert): Ditto.
10244
10245 * gs.el (gs-replace-in-string): Removed.
10246 (gs-options): Use `replace-regexps-in-string'
10247 instead of `gs-replace-in-string'.
10248
10249 2001-01-24 Eli Zaretskii <eliz@is.elta.co.il>
10250
10251 * mail/emacsbug.el (report-emacs-bug): Mention the fact that the
10252 bug report is mailed to an email list and posted to a news group.
10253
10254 2001-01-24 Gerd Moellmann <gerd@gnu.org>
10255
10256 * comint.el (comint-replace-by-expanded-history-before-point):
10257 Fix change of 2000-08-03 to move point to the start of the line again.
10258
10259 * startup.el (tool-bar-images-pixel-height): New variable.
10260 (command-line): After loading the user's init file, when
10261 tool-bar-mode is on, increase the frame's size by some lines for
10262 the tool-bar.
10263
10264 * frame.el (frame-initialize): Create the initial frame invisible.
10265
10266 2001-01-24 ShengHuo ZHU <zsh@cs.rochester.edu>
10267
10268 * language/chinese.el (chinese-iso-8bit): MIME:GB2312.
10269 (chinese-big5): MIME:Big5.
10270
10271 2001-01-24 Gerd Moellmann <gerd@gnu.org>
10272
10273 * international/mule-cmds.el (universal-coding-system-argument):
10274 Handle commands with prefix args.
10275
10276 2001-01-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
10277
10278 * calendar/diary-lib.el (diary-float): Fix case of MONTH
10279 being a list of numbers.
10280 (diary-mail-entries): Rewritten.
10281
10282 2001-01-23 Dave Love <fx@gnu.org>
10283
10284 * international/mule.el (make-coding-system): Fix typo.
10285
10286 * textmodes/outline.el (outline-mode) <font-lock-defaults>:
10287 Add backward-paragraph as font-lock-beginning-of-syntax-function.
10288
10289 2001-01-23 Eli Zaretskii <eliz@is.elta.co.il>
10290
10291 * font-lock.el (font-lock-mode): Doc fix.
10292
10293 2001-01-23 Kenichi Handa <handa@etl.go.jp>
10294
10295 * international/mule.el (make-translation-table): Fix docstring.
10296
10297 2001-01-22 Eli Zaretskii <eliz@is.elta.co.il>
10298
10299 * mail/rmail.el (rmail-redecode-body): New function.
10300
10301 * icomplete.el (icomplete-minibuffer-setup-hook): Doc fix.
10302
10303 2001-01-22 Gerd Moellmann <gerd@gnu.org>
10304
10305 * isearch.el (isearch-lazy-highlight-case-fold-search)
10306 (isearch-lazy-highlight-regexp): New variables.
10307 (isearch-lazy-highlight-cleanup): Update lazy highlight if
10308 case-fold search or regexp search has been toggled.
10309
10310 * wid-edit.el (widget-button-click): Avoid a save-excursion
10311 around running a global binding.
10312
10313 * isearch.el (isearch-lazy-highlight-initial-delay): Set default
10314 to 0.25.
10315
10316 2001-01-20 Miles Bader <miles@gnu.org>
10317
10318 * cus-edit.el (custom-face-save): Do post-processing on the face's
10319 new value like `custom-face-set' does.
10320
10321 2001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
10322
10323 * mail/emacsbug.el (report-emacs-bug): Report the value of
10324 LC_CTYPE, not LC_TYPE.
10325
10326 * isearch.el (isearch-forward): Add isearch-toggle-case-fold,
10327 isearch-toggle-regexp and isearch-edit-string to doc string.
10328
10329 2001-01-19 Gerd Moellmann <gerd@gnu.org>
10330
10331 * textmodes/texinfo.el (texinfo-mode): Use backward-paragraph
10332 as font-lock-beginning-of-syntax-function in font-lock-defaults.
10333
10334 * jit-lock.el (jit-lock-fontify-now): Don't bind
10335 font-lock-beginning-of-syntax-function to nil.
10336
10337 2001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
10338
10339 * mail/emacsbug.el (report-emacs-bug): Report values of
10340 locale-coding-system, default-enable-multibyte-characters, and the
10341 environment variables LC_ALL, LC_TYPE, and LANG.
10342
10343 2001-01-19 Gerd Moellmann <gerd@gnu.org>
10344
10345 * font-lock.el (font-lock-default-fontify-region): Fix last change.
10346
10347 * font-lock.el (font-lock-multiline): Default to nil.
10348 (font-lock-default-fontify-region): If font-lock-multiline is
10349 nil, don't check the property `font-lock-multiline'.
10350
10351 * jit-lock.el (jit-lock-after-change): If font-lock-multiline
10352 is nil, don't check the `font-lock-multiline' text property.
10353
10354 2001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
10355
10356 * viper.el: Call initial-major-mode on startup.
10357
10358 * ediff.el (ediff-patch-file): Use better defaults.
10359
10360 * ediff-vers.el: Fix for 8+3 DOS file systems.
10361
10362 2001-01-19 Colin Walters <walters@cis.ohio-state.edu>
10363
10364 * ediff-util.el (ediff-compare-custom-diffs-maybe): Put diff in
10365 diff mode, if available.
10366
10367 2001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
10368
10369 * ediff-hook.el (ediff-xemacs-init-menus): Fixed add-menu-button.
10370
10371 * ediff-init.el (subst-char-in-string): Define and use it, unless
10372 it's already defined.
10373
10374 2001-01-18 Gerd Moellmann <gerd@gnu.org>
10375
10376 * tooltip.el (tooltip-hide-delay): New user-option.
10377 (tooltip-show): Use tooltip-hide-delay instead of the default.
10378
10379 2001-01-18 Kenichi Handa <handa@etl.go.jp>
10380
10381 * mail/sendmail.el (mail-setup): Call set-buffer-multibyte because
10382 kill-local-variable doesn't work for enable-multibyte-characters.
10383
10384 2001-01-17 Dave Love <fx@gnu.org>
10385
10386 * ediff-init.el (ediff-before-setup-hook)
10387 (ediff-merge-filename-prefix): Add :version.
10388
10389 * international/latin1-disp.el: Require disp-table.
10390 (latin1-display): Fix :set.
10391
10392 * net/eudc-vars.el (eudc-server, eudc-protocol): Fix :type.
10393
10394 2001-01-17 Gerd Moellmann <gerd@gnu.org>
10395
10396 * isearch.el (isearch-lazy-highlight-initial-delay)
10397 (isearch-lazy-highlight-interval): Default to 0.
10398
10399 2001-01-17 Bob Glickstein <bobg@zanshin.com>
10400
10401 * isearch.el (isearch-highlight): Set isearch-overlay priority to
10402 1 here rather than each time through
10403 isearch-lazy-highlight-new-loop.
10404 (isearch-lazy-highlight-max): Variable deleted.
10405 (isearch-lazy-highlight-max-at-a-time): New user variable, like
10406 isearch-lazy-highlight-max but controls a single invocation of
10407 isearch-lazy-highlight-update.
10408 (isearch-lazy-highlight-wrapped): Variable recreated.
10409 (isearch-lazy-highlight-window-start): New variable.
10410 (isearch-lazy-highlight-cleanup): Restored to behavior of
10411 before 2-Jan.
10412 (isearch-lazy-highlight-remove-overlays): Function deleted;
10413 behavior folded into isearch-lazy-highlight-cleanup. "Keep"
10414 behavior removed.
10415 (isearch-lazy-highlight-new-loop): Restore old behavior of calling
10416 isearch-lazy-highlight-update in a loop rather than just once.
10417 Test isearch-invalid-regexp here and decide not to start a new
10418 loop, rather than testing it each time through
10419 isearch-lazy-highlight-update.
10420 (isearch-lazy-highlight-search): Function restored.
10421 (isearch-lazy-highlight-update): Get called in a timer loop again,
10422 but this time highlight more than one match each time through.
10423 Only highlight matches in the visible part of the window.
10424 Start at point, move in the direction of the search, and wrap around at
10425 the edge of the window. Use sit-for to force redisplay and ensure
10426 window-start is credible. "Face suppressing" behavior removed;
10427 overlay priorities should make it unnecessary, right?
10428 (isearch-highlight): Face suppressing behavior removed.
10429 (isearch-dehighlight): Face suppressing behavior removed.
10430 (isearch-set-lazy-highlight-faces-at): Removed.
10431
10432 2001-01-17 Kenichi Handa <handa@etl.go.jp>
10433
10434 * language/european.el ("Latin-1"): Make the format of description
10435 about additional language environments same as that of Latin-2.
10436
10437 2001-01-16 Dave Love <fx@gnu.org>
10438
10439 * isearch.el (isearch-lazy-highlight): Add :version.
10440
10441 * simple.el (backward-delete-char-untabify-method)
10442 (next-line-add-newlines): Add :version.
10443
10444 2001-01-16 Gerd Moellmann <gerd@gnu.org>
10445
10446 * bindings.el: Bind <backspace> and <delete> via function-key-map.
10447 Don't bind <delete> otherwise.
10448
10449 * simple.el (delete-key-deletes-forward-mode): Bind <backspace>
10450 and <delete> via function-key-map.
10451
10452 * textmodes/flyspell.el (mail-mode-flyspell-verify): Check in
10453 Subject line only if point is after the `Subject:'.
10454
10455 2001-01-16 Kenichi Handa <handa@etl.go.jp>
10456
10457 * language/japanese.el ("Japanese"): Add japanese-jisx0213-1 and
10458 japanese-jisx0213-2 in `charset' property of this lang. env.
10459
10460 * language/european.el ("Latin-1"): Add description for Dutch and
10461 Spanish lang. env.
10462
10463 * international/mule.el (decode-char): Fix conditions.
10464 (encode-char): Handle eight-bit-control too.
10465 (transform-make-coding-system-args): New function.
10466 (make-coding-system): Accept XEmacs style arguments for CCL base
10467 coding system.
10468
10469 2001-01-15 Gerd Moellmann <gerd@gnu.org>
10470
10471 * progmodes/etags.el (find-tag-noselect): Save the value of
10472 tags-file-name before switching buffers, for the case it has a
10473 buffer-local value.
10474
10475 2001-01-15 Alex Schroeder <alex@gnu.org>
10476
10477 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
10478 From Dave Love <fx@gnu.org>.
10479 (ansi-color-for-comint-mode): Fix :version.
10480
10481 2001-01-15 Alex Schroeder <alex@gnu.org>
10482
10483 * ansi-color.el (ansi-color-unfontify-region): Doc change.
10484
10485 2001-01-14 Eli Zaretskii <eliz@is.elta.co.il>
10486
10487 * dired.el (dired-insert-directory): If file-system-info fails,
10488 remove the " free " part, but don't signal an error.
10489
10490 2001-01-12 Sam Steingold <sds@gnu.org>
10491
10492 * bookmark.el (bookmark-maybe-historicize-string):
10493 Use new backquote syntax.
10494
10495 2001-01-12 Richard M. Stallman <rms@gnu.org>
10496
10497 * subr.el (last): Handle a list that doesn't end in nil.
10498
10499 2001-01-12 Sam Steingold <sds@gnu.org>
10500
10501 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind `backspace'
10502 to `backward-delete-char-untabify'.
10503
10504 2001-01-12 Dave Love <fx@gnu.org>
10505
10506 * cus-edit.el (customize-menu-create): Fix the :filter following
10507 easymenu change.
10508
10509 * wid-edit.el (function): Add :match-alternatives.
10510 (widget-color-action): Doc fix.
10511
10512 2001-01-12 Gerd Moellmann <gerd@gnu.org>
10513
10514 * calendar/calendar.el (calendar-basic-setup): Doc fix.
10515
10516 2001-01-12 Kenichi Handa <handa@etl.go.jp>
10517
10518 * international/mule-cmds.el (prefer-coding-system): Fix docstring.
10519
10520 * international/ccl.el (define-ccl-program): Fix docstring.
10521
10522 2001-01-11 Dave Love <fx@gnu.org>
10523
10524 * international/mule-cmds.el (standard-display-european-internal):
10525 Set display table for 2208 as for 160.
10526
10527 * progmodes/ada-mode.el (ada-popup-key): Fix last change.
10528
10529 * progmodes/fortran.el (fortran-mode-map): Modify Customization
10530 entry for custom-menu-create change.
10531 (fortran-strip-sqeuence-nos): Make arg optional. Fix regexp and
10532 don't cons it in the search loop.
10533
10534 * imenu.el (imenu--truncate-items): Revert last change.
10535
10536 2001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
10537
10538 * info.el (Info-setup-header-line): If the node header includes
10539 either Next: or Prev: links, don't show the File: and Node: parts
10540 in the header line.
10541
10542 2001-01-11 Gerd Moellmann <gerd@gnu.org>
10543
10544 * comint.el (comint-goto-process-mark): Don't print a message
10545 when running in batch mode.
10546
10547 * isearch.el (isearch-search): In the condition-case handler for
10548 `error', set isearch-invalid-regexp to the whole error message.
10549
10550 * subr.el (eval-after-load): Call load-symbol-file-load-history to
10551 ensure that eval-after-load works for files dumped with Emacs.
10552
10553 * help.el (load-symbol-file-load-history): New function extracted
10554 from function symbol-file.
10555 (symbol-file): Use it.
10556
10557 * toolbar/save.xpm, toolbar/undo.xpm: Use the same colors as exit.xpm.
10558
10559 2001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
10560
10561 * progmodes/etags.el (find-tag-interactive): If last-tag is nil,
10562 behave as if there were no prefix argument.
10563 (find-tag-noselect): If last-tag is nil, behave as if the NEXT-P
10564 argument were nil.
10565
10566 2001-01-11 Richard M. Stallman <rms@gnu.org>
10567
10568 * isearch.el (isearch-lazy-highlight-update):
10569 Don't look for more potential matches once maximum is exceeded.
10570 Use overlays-in to check correctly for overlap with current match.
10571 Ignore empty matches.
10572
10573 2001-01-11 Miles Bader <miles@gnu.org>
10574
10575 * textmodes/ispell.el (ispell-adjusted-window-height): New function.
10576 (ispell-overlay-window, ispell-help, ispell-show-choices)
10577 (ispell-command-loop): Use it instead of `window-height'.
10578
10579 2001-01-10 Gerd Moellmann <gerd@gnu.org>
10580
10581 * files.el (confirm-kill-emacs): New user-option.
10582 (save-buffers-kill-emacs): Ask for final confirmation before
10583 killing Emacs.
10584
10585 * isearch.el (isearch-done): Set isearch-lazy-highlight-start
10586 to nil.
10587
10588 2001-01-10 Dave Love <fx@gnu.org>
10589
10590 * progmodes/etags.el (tags-apropos-additional-actions): Fix :type.
10591
10592 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix doc, :type.
10593
10594 * hi-lock.el (hi-lock-exclude-modes): Fix :type.
10595
10596 * calculator.el (calculator-number-digits): Fix :type.
10597
10598 * vc-cvs.el (vc-cvs-header): Fix :type.
10599 * vc-rcs.el (vc-rcs-header): Fix :type.
10600 * vc-sccs.el (vc-sccs-header): Fix :type.
10601
10602 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
10603
10604 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
10605
10606 * eshell/esh-util.el (eshell-ange-ls-uids): Fix :type.
10607
10608 2001-01-10 Gerd Moellmann <gerd@gnu.org>
10609
10610 * simple.el (set-variable): Force a thorough redisplay for the
10611 case that the variable has an effect on the display, like
10612 `tab-width' has.
10613
10614 2001-01-10 Andre Spiegel <spiegel@gnu.org>
10615
10616 * vc.el: Add documentation for backend interface.
10617
10618 2001-01-10 Kenichi Handa <handa@etl.go.jp>
10619
10620 * font-lock.el (c-font-lock-extra-types): Add "Lisp_Object".
10621
10622 * international/mule-conf.el (latin-extra-code-table): Set to t
10623 for \223 and \224.
10624
10625 2001-01-09 Kenichi Handa <handa@etl.go.jp>
10626
10627 * international/mule-cmds.el (locale-language-names): Map "es" to
10628 "Spanish" and "nl" to "Dutch".
10629
10630 2001-01-09 Gerd Moellmann <gerd@gnu.org>
10631
10632 * bindings.el (global-map): Bind <home> to beginning-of-line,
10633 <end> to end-of-line, C-<home> to beginning-of-buffer, and
10634 C-<end> to end-of-buffer.
10635
10636 * language/european.el: Add Dutch and Spanish language info
10637 to be able to use the appropriate tutorials.
10638
10639 2001-01-09 Alex Schroeder <alex@gnu.org>
10640
10641 * ansi-color.el (ansi-color-process-output): Use markers instead
10642 of positions for start and end of region.
10643 (ansi-color-apply-on-region): Rewrote code to make it more robust.
10644 Previously, occasional mistakes happend when fontifying many
10645 chunks of output (eg. ls --color=yes /dev). This happened
10646 whenever an overlay was created up to the end of the region, which
10647 coincided with the process-mark. New text would then be added
10648 within that overlay instead of after it.
10649 (ansi-color-make-extent): Overlays are created with the property
10650 `modification-hooks' set to '(ansi-color-freeze-overlay).
10651 (ansi-color-freeze-overlay): New function. When inserting text at
10652 the end of the overlay, the overlay will resize.
10653
10654 2000-01-09 Alex Schroeder <alex@gnu.org>
10655
10656 * ansi-color.el (ansi-color-process-output): Doc change.
10657 (ansi-color-unfontify-region): Doc change. No longer installed
10658 automatically in font-lock-unfontify-region-function.
10659 (ansi-color-apply): Doc change.
10660 (ansi-color-apply-on-region): Use extents or overlays instead of
10661 text-properties.
10662 (ansi-color-make-extent): New function.
10663 (ansi-color-set-extent-face): New function.
10664
10665 2000-01-09 Alex Schroeder <alex@gnu.org>
10666
10667 * ansi-color.el (ansi-color-process): Removed, Emacs and XEmacs
10668 both use ansi-color-process-output, now.
10669 (ansi-color-process-output): Doesn't return string anymore. It is
10670 installed in comint-output-filter-functions for both Emacs and
10671 XEmacs, now.
10672 (ansi-color-unfontify-region): Simplified code removing variables
10673 pos and start-ansi.
10674 (ansi-color-apply): Put text-property ansi-color before putting
10675 text-property face because ansi-color-unfontify-region is called
10676 immediately after the call to put-text-property.
10677 (ansi-color-context-region): Doc change.
10678 (ansi-color-filter-region): Simplified code.
10679 (ansi-color-apply-on-region): Changed start to start-marker, using
10680 a marker explicitly. Put text-property ansi-color before putting
10681 text-property face because ansi-color-unfontify-region is called
10682 immediately after the call to put-text-property.
10683
10684 2000-01-09 Alex Schroeder <alex@gnu.org>
10685
10686 * ansi-color.el (ansi-color-faces-vector): Doc change.
10687 (ansi-color-for-comint-mode): Changed :type property to choice.
10688 (ansi-color-last-context): Removed.
10689 (ansi-color-process-output): Don't use ansi-color-last-context, as
10690 the main functions will store their context now.
10691 (ansi-color-context): Doc change.
10692 (ansi-color-filter-apply): Rewrote it based on ansi-color-apply.
10693 Uses ansi-color-context such that repeated calls will strip
10694 partial escape sequences, too.
10695 (ansi-color-apply): Simplified code. Colorize end of string if
10696 face is not null. Store context in new (FACE STRING) format, such
10697 that repeated calls will strip partial escape sequences, too.
10698 Append faces to face property using ansi-color-apply-sequence such
10699 that cumulative mode actually works.
10700 (ansi-color-context-region): New variable.
10701 (ansi-color-filter-region): Rewrote it based on
10702 ansi-color-apply-on-region. Uses ansi-color-context-region such
10703 that repeated calls will strip partial escape sequences, too.
10704 (ansi-color-apply-on-region): Simplified code. Colorize end of
10705 region if face is not null. Store context in new (FACE POS)
10706 format, such that repeated calls will strip partial escape
10707 sequences, too. Append faces to face property using
10708 ansi-color-apply-sequence such that cumulative mode actually works.
10709 (ansi-color-apply-sequence): New function.
10710 (ansi-color-get-face): When the default face is added to the list
10711 of faces, all previous settings are discarded and the list of
10712 faces is set to '(default).
10713
10714 2000-01-09 Alex Schroeder <alex@gnu.org>
10715
10716 * ansi-color.el (ansi-color-faces-vector): Use nil for the default
10717 face, such that ansi-color-apply and ansi-color-apply-on-region
10718 will do the right thing.
10719 (ansi-color-apply): Do the right thing, ie. if ansi-color-get-face
10720 returns nil, set the list of faces back to nil instead of
10721 appending the result of ansi-color-get-face to the front of the list.
10722
10723 2000-01-09 Alex Schroeder <alex@gnu.org>
10724
10725 * ansi-color.el (ansi-color-for-comint-mode): Doc change.
10726 (ansi-color-process): Doc change.
10727 (ansi-color-last-context): New buffer-local variable.
10728 (ansi-color-process-output): New function. It is automatically
10729 added to comint-output-filter-functions if this is XEmacs.
10730 (ansi-color-unfontify-region): New optional parameter for XEmacs
10731 compatibility. Check wether font-lock-syntactic-keywords is
10732 boundp before removing the syntax table text property, as XEmacs
10733 doesn't have it.
10734 (ansi-color-filter-region): Doc change.
10735 (ansi-color-apply-on-region): Doc change.
10736 (ansi-color-make-face): New function. Compatibility layer for
10737 XEmacs. Return temporary faces instead of cons cells for XEmacs.
10738 (ansi-color-make-color-map): Use ansi-color-make-face.
10739 (ansi-color-get-face): Avoid face text property '(nil) as results
10740 in an errow for XEmacs.
10741
10742 2000-01-09 Alex Schroeder <alex@gnu.org>
10743
10744 * ansi-color.el (ansi-color-unfontify-region): New function.
10745 Uses text-property ansi-color in order to preserve fontification by
10746 ansi-color. When the package is loaded, a lambda expression is
10747 put onto font-lock-mode-hook. This lambda expression will check
10748 font-lock-unfontify-region-function and replace
10749 font-lock-default-unfontify-region with ansi-color-unfontify-region.
10750 (ansi-color-apply): Add text-property ansi-color in addition to
10751 text-property face.
10752 (ansi-color-apply-on-region): Add text-property ansi-color in
10753 addition to text-property face.
10754 (save-buffer-state): Copy of the macro that is also used by
10755 lazy-lock and font-lock.
10756
10757 (ansi-color-for-comint-mode): New option.
10758 (ansi-color-for-comint-mode-on): Set ansi-color-for-comint-mode.
10759 (ansi-color-for-comint-mode-off): Ditto.
10760 (ansi-color-for-comint-mode-filter): Ditto.
10761 (ansi-color-process): New function. Uses ansi-color-for-comint-mode to
10762 decide what to do. This function is added to
10763 comint-preoutput-filter-functions when the package is loaded.
10764
10765 (ansi-color-for-shell-mode-set): Removed.
10766 (ansi-color-for-shell-mode): Removed.
10767
10768 2000-01-09 Alex Schroeder <alex@gnu.org>
10769
10770 * ansi-color.el (ansi-color-for-shell-mode-set): New function with
10771 the lambda expression from the ansi-color-for-shell-mode :set
10772 property. Additionally, modify shell-mode-hook to enable or
10773 disable font-lock-mode for future shell buffers.
10774 (ansi-color-for-shell-mode): The :set property calls
10775 ansi-color-for-shell-mode-set instead of a lambda expression.
10776
10777 2000-01-09 Alex Schroeder <alex@gnu.org>
10778
10779 * ansi-color.el (ansi-color-for-shell-mode): Doc change.
10780 (ansi-color-context): New variable.
10781 (ansi-color-apply): Save context between calls.
10782
10783 2001-01-09 Eli Zaretskii <eliz@is.elta.co.il>
10784
10785 * isearch.el (isearch, isearch-lazy-highlight-face):
10786 New definitions for face colors and attributes.
10787
10788 * wid-edit.el (widget-choose): Call display-popup-menus-p instead
10789 of display-mouse-p.
10790
10791 2001-01-09 Kenichi Handa <handa@etl.go.jp>
10792
10793 * international/mule.el (make-coding-system): If the coding system
10794 accepts extra latin codes, register such codes as safe for the
10795 coding system.
10796
10797 2001-01-08 Richard M. Stallman <rms@gnu.org>
10798
10799 * emacs-lisp/bytecomp.el (byte-compile-log-1): In non-batch case,
10800 don't mention the file name or the date here, because they are
10801 logged at the start of the file.
10802
10803 2001-01-08 Richard M. Stallman <rms@gnu.org>
10804
10805 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
10806 Change screen-width to frame-width.
10807
10808 2001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
10809
10810 * info.el (Info-search): Print the default as part of the prompt.
10811
10812 2001-01-08 Andre Spiegel <spiegel@gnu.org>
10813
10814 * vc.el (vc-default-latest-on-branch-p): New function, replaces
10815 constant implementations in backends.
10816
10817 * vc-cvs.el (vc-cvs-latest-on-branch-p): Removed.
10818 (vc-cvs-checkout): Renamed arg WRITABLE to EDITABLE.
10819
10820 * vc-rcs.el (vc-rcs-checkout, vc-rcs-cancel-version): Renamed arg
10821 WRITABLE to EDITABLE.
10822
10823 * vc-sccs.el (vc-sccs-latest-on-branch-p): Removed.
10824 (vc-sccs-checkout, vc-sccs-cancel-version): Renamed arg WRITABLE
10825 to EDITABLE.
10826
10827 2001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
10828
10829 * emacs-lisp/copyright.el (copyright-current-year): Now a defvar.
10830 (copyright, copyright-update): Compute the current year at run time.
10831
10832 2001-01-08 Gerd Moellmann <gerd@gnu.org>
10833
10834 * isearch.el (isearch-old-signal-hook): Removed.
10835 (isearch-mode): Add isearch-done to kbd-macro-termination-hook
10836 instead of setting signal-hook-function.
10837 (isearch-done): Remove isearch-done from kbd-macro-termination-hook.
10838
10839 2001-01-08 Kevin Gallagher <kevingal@onramp.net>
10840
10841 * emulation/edt.el: Update to version 4.0. Provide support for
10842 EDT scroll margins at top and bottom of the window. Provide an
10843 emulation of the EDT SUBS command (bound to GOLD-Enter, by
10844 default). Enhance edt-quit, bound to GOLD-q by default, to warn
10845 user when file-related buffer modifications exist.
10846 Provide support for running EDT Emulation in XEmacs.
10847 Provide customize access to some user updatable variables.
10848 Add Commentary section to file header.
10849 Fixed a few minor bugs and cleaned up some code.
10850
10851 * emulation/edt-mapper.el: Update to version 4.0. Provide support
10852 for detecting a keypress that generates an ASCII key sequence.
10853 (Previously, only a keypress that generates a vector was
10854 recognized.) Embed Window Manager name into name of the generated
10855 EDT Emulation initialization file since the initialization file is
10856 Window Manager specific. Add Commentary section to file header.
10857
10858 2001-01-07 Eli Zaretskii <eliz@is.elta.co.il>
10859
10860 * mail/sendmail.el (mail-mode): Doc fix.
10861
10862 * info.el (Info-goto-emacs-command-node): Doc fix.
10863 (Info-goto-emacs-key-command-node): Doc fix.
10864
10865 2001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
10866
10867 * ediff-vers.el (noninteractive): Don't load generic-sc on MS-DOS
10868 systems without long file-name support.
10869
10870 2001-01-06 Andrew Innes <andrewi@gnu.org>
10871
10872 * makefile.w32-in (custom-deps): Set EMACSLOADPATH explicitly.
10873
10874 2001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
10875
10876 * isearch.el (isearch-lazy-highlight-remove-overlays): Doc fix.
10877 (isearch-lazy-highlight-update): Doc fix.
10878
10879 * ffap.el (ffap-bindings): Doc fix.
10880
10881 * dired-x.el (dired-virtual-guess-dir): Doc fix.
10882
10883 2001-01-05 Dave Love <fx@gnu.org>
10884
10885 * emacs-lisp/cl-seq.el (remove, remq): Remove.
10886
10887 2001-01-05 Gerd Moellmann <gerd@gnu.org>
10888
10889 * mouse-drag.el (mouse-drag-safe-scroll):
10890 Bind scroll-preserve-screen-position to nil.
10891
10892 * isearch.el (isearch-old-signal-hook): New variable.
10893 (isearch-mode): Set signal-hook-function to isearch-done.
10894 (isearch-done): Restore old signal-hook-function.
10895
10896 * info.el (Info-fontify-node): Mark one more char as intangible.
10897
10898 2000-01-05 Kenichi Handa <handa@etl.go.jp>
10899
10900 * composite.el (compose-last-chars): New argument COMPONENTS.
10901 If it is non-nil, compose preceding characters by compose-region with
10902 COMPONENTS.
10903
10904 * international/quail.el (quail-input-string-to-events): New function.
10905 (quail-input-method): Convert input string to events here.
10906 (quail-start-translation): Return input string, not event list.
10907 (quail-start-conversion): Likewise.
10908
10909 2001-01-04 Gerd Moellmann <gerd@gnu.org>
10910
10911 * tooltip.el (tooltip-cancel-delayed-tip)
10912 (tooltip-start-delayed-tip): Renamed from tooltip-disable-timeout
10913 and tooltip-add-timeout.
10914 (tooltip-show): Set border color from faces's foreground.
10915 (tooltip-show-help-function): If called with the same help string
10916 as last time, do nothing.
10917 (tooltip-help-tips): Don't set tooltip-help-message to nil.
10918
10919 * startup.el (fancy-splash-screens): Don't bind show-help-function
10920 to nil.
10921
10922 * tooltip.el (tooltip-frame-parameters): Remove colors.
10923 (tooltip): New face
10924 (tooltip-set-param): New function.
10925 (tooltip-show): Set up color frame parameters from face `tooltip'.
10926 Display the tooltip text in face `tooltip'.
10927
10928 2001-01-04 Dave Love <fx@gnu.org>
10929
10930 * whitespace.el (whitespace-global-mode): Fix typo.
10931
10932 * hilit19.el, mail/rnewspost.el, mail/rnews.el: Moved to obsolete.
10933
10934 2001-01-04 Eli Zaretskii <eliz@is.elta.co.il>
10935
10936 * help.el (help-for-help): Fix a typo in a doc string.
10937 From kwzh@gnu.org (Karl Heuer).
10938
10939 2001-01-03 Dave Love <fx@gnu.org>
10940
10941 * dired-x.el: Doc fixes. Maintainer change.
10942 (dired-guess-shell-gnutar, dired-guess-shell-znew-switches): Fix :type.
10943 (dired-guess-shell-alist-default): Don't use xloadimage for PNG.
10944 (dired-guess-shell-alist-user): Customize.
10945 (dired-x-help-address): Set to bug-gnu-emacs.
10946 (dired-x-maintainer, dired-x-file, dired-x-version): Deleted.
10947 (dired-default-directory): Renamed from default-directory.
10948
10949 * hl-line.el (hl-line): Doc fix.
10950
10951 2001-01-03 Karl Fogel <kfogel@red-bean.com>
10952
10953 * mail/mail-hist.el (mail-hist-text-too-long-p): Doc fix.
10954
10955 2001-01-02 Richard M. Stallman <rms@gnu.org>
10956
10957 * isearch.el (isearch-lazy-highlight-cleanup): Arg now says
10958 to remove all the current alternative-match highlighting.
10959 If nil, remove only what's outside the current window.
10960 (isearch-lazy-highlight-remove-overlays): Take optional
10961 region within which NOT to remove them.
10962 (isearch-lazy-highlight-new-loop): Greatly simplified.
10963 (isearch-lazy-highlight-update): Find all the other occurrences
10964 visible in the window, in just one call.
10965 (isearch-lazy-highlight-start): Now holds start of region to scan.
10966 (isearch-lazy-highlight-end): Now holds end of region to scan.
10967 (isearch-lazy-highlight-wrapped): Variable deleted.
10968 (isearch-lazy-highlight-search): Function deleted.
10969
10970 2000-01-02 Andrew Innes <andrewi@gnu.org>
10971
10972 * w32-fns.el (convert-standard-filename): Do length check on name
10973 before aref.
10974
10975 2001-01-02 Dave Love <fx@gnu.org>
10976
10977 * progmodes/cperl-mode.el (cperl-invalid-face): Don't double-quote
10978 value.
10979 (cperl-init-faces): Allow cperl-invalid-face to be a normal face.
10980
10981 * ls-lisp.el (ls-lisp) <defgroup>: Add :version.
10982
10983 * net/browse-url.el (browse-url-filename-alist): Avoid backquote
10984 read syntax.
10985
10986 * calendar/todo-mode.el (todo): Add :link, :version.
10987 (todo-save-top-priorities): Remove autoload cookie.
10988 (todo-add-category, todo-add-item-non-interactively)
10989 (todo-insert-item, todo-mode, todo-cp, todo-show): Fix autoload cookie.
10990
10991 2001-01-02 Gerd Moellmann <gerd@gnu.org>
10992
10993 * comint.el (comint-input-history-ignore): New variable.
10994 (comint-read-input-ring): Ignore entries matching
10995 comint-input-history-ignore.
10996
10997 2001-01-02 Eric M. Ludlam <zappo@gnu.org>
10998
10999 * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): New Variable.
11000 (lm-copyright-mark): New function.
11001 (lm-crack-copyright): New function.
11002 (lm-verify): Check that the file has a copyright.
11003 Check that the file is copyright Free Software Foundation.
11004
11005 2000-12-30 Kenichi Handa <handa@etl.go.jp>
11006
11007 * international/mule-diag.el (print-fontset): Indent font name by
11008 24 columns, not 25.
11009
11010 2000-12-29 Gerd Moellmann <gerd@gnu.org>
11011
11012 * textmodes/flyspell.el (mail-mode-flyspell-verify): Spell-check
11013 in Subject line.
11014
11015 * mail/mailabbrev.el (mail-abbrevs-enable, mail-abbrevs-disable):
11016 Use mail-mode-hook instead of mail-setup-hook.
11017 Otherwise continuing an interrupted message with C-u C-x m for
11018 instance, winds up in Mail mode without abbrevs.
11019
11020 2000-12-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11021
11022 * ps-print.el: Handle form feed better when ps-zebra-stripe-follow is
11023 non-nil. Adding almost all customization variables on ps-setup.
11024 Doc fix.
11025 (ps-print-version): New version number (6.3.3).
11026 (ps-end-with-control-d): Initialization fix.
11027 (ps-lines-printed): New var.
11028 (ps-skip-newline): New fun.
11029 (ps-setup, ps-prologue-file, ps-begin-job, ps-begin-page)
11030 (ps-next-line, ps-continue-line, ps-plot-region)
11031 (ps-generate-postscript-with-faces, ps-end-job): Code fix.
11032
11033 2000-12-29 Kenichi Handa <handa@etl.go.jp>
11034
11035 * international/fontset.el (x-complement-fontset-spec):
11036 Resolve ASCII font name so that the same family name is used for fonts
11037 registered in x-font-name-charset-alist.
11038 (create-fontset-from-fontset-spec): Adjusted for the above change.
11039 The name of fontset alias should be a unresolved ASCII font name.
11040
11041 2000-12-28 Gerd Moellmann <gerd@gnu.org>
11042
11043 * simple.el (delete-key-deletes-forward-mode): Bind backspace
11044 and delete in isearch-mode-map.
11045
11046 2000-12-28 Richard M. Stallman <rms@gnu.org>
11047
11048 * dired-x.el (dired-guess-shell-alist-default):
11049 Use xpdf instead of acroread.
11050
11051 2000-12-28 Kenichi Handa <handa@etl.go.jp>
11052
11053 * textmodes/artist.el (artist-butlast): Deleted.
11054 (artist-ellipse-mirror-quadrant): Use butlast instead of
11055 artist-butlast.
11056
11057 * subr.el (butlast, nbutlast): Moved from cl.el to here.
11058
11059 * emacs-lisp/cl.el (butlast, nbutlast): Moved to subr.el.
11060
11061 2000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
11062
11063 From Francis J. Wright <F.J.Wright@maths.qmw.ac.uk>:
11064
11065 * ls-lisp.el: Better support for the Mac and MS-Windows.
11066 (ls-lisp): New defgroup.
11067 (ls-lisp-emulation, ls-lisp-ignore-case, ls-lisp-dirs-first)
11068 (ls-lisp-verbosity, ls-lisp-use-insert-directory-program)
11069 (ls-lisp-support-shell-wildcards): New defcustoms.
11070 (ls-lisp-parse-symlink): New function.
11071 (insert-directory): Code to convert switches to a list and set up
11072 the wildcard argument copied from ls-lisp-insert-directory.
11073 (ls-lisp-insert-directory): New argument TIME-INDEX. Add support
11074 for -C and -R switches.
11075 (ls-lisp-column-format): New function.
11076 (ls-lisp-delete-matching, ls-lisp-handle-switches)
11077 (ls-lisp-format-time): Add doc strings.
11078 (ls-lisp-handle-switches): Handle -U, -S, -X, and -F switches.
11079 Support ls-lisp-dirs-first.
11080 (ls-lisp-classify, ls-lisp-extension): New functions.
11081 (ls-lisp-format): Optionally support emulation of symlinks.
11082 Support -i, -s, and -G switches.
11083
11084 2000-12-27 Gerd Moellmann <gerd@gnu.org>
11085
11086 * textmodes/texinfo.el (texinfo-mode): Set fill-column to 70.
11087
11088 * version.el (emacs-version): Print X scroll bar information.
11089
11090 * scroll-bar.el (toplevel): Check for x-toolkit-scroll-bars
11091 instead of x-toolkit-scroll-bars-p.
11092
11093 * loadup.el (toplevel): Check for x-toolkit-scroll-bars instead
11094 of x-toolkit-scroll-bars-p.
11095
11096 2000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
11097
11098 * ffap.el (ffap-bindings): Make interactive and add an autoload cookie.
11099 (ffap-bindings): Doc fix, to reflect the above change.
11100
11101 2000-12-27 Kenichi Handa <handa@etl.go.jp>
11102
11103 * term.el (term-char-mode): Define all non-ascii self-inserting
11104 characters to 'term-send-raw in term-raw-map.
11105
11106 2000-12-25 Michael Kifer <kifer@cs.sunysb.edu>
11107
11108 * viper-init (viper-restore-cursor-type): Added condition-case guard.
11109
11110 * ediff-init.el (ediff-quit-hook,ediff-suspend-hook):
11111 Changed initialization; use add-hook.
11112 (ediff-file-remote-p): Use file-local-copy.
11113
11114 * ediff-ptch.el (ediff-prompt-for-patch-buffer): Improved defaults.
11115
11116 * ediff.el (ediff-patch-buffer): Bug fix.
11117 (ediff-revision): Allow selection of the file at the prompt.
11118
11119 2000-12-23 Stefan Monnier <monnier@cs.yale.edu>
11120
11121 * subr.el (combine-run-hooks): Remove.
11122
11123 * emacs-lisp/edebug.el (define-minor-mode): Improve the spec
11124 and remove the rogue second spec.
11125
11126 2000-12-23 Gerd Moellmann <gerd@gnu.org>
11127
11128 * progmodes/compile.el (compilation-forget-errors): Fix indentation.
11129
11130 2000-12-22 Stefan Monnier <monnier@cs.yale.edu>
11131
11132 * smerge-mode.el (smerge-basic-map): Use `=' rather than `d'.
11133 Use minibuffer menu prompt for the `=' prefix.
11134 (smerge-command-prefix): Change default to C-^.
11135 (smerge-mode): Don't assume font-lock doesn't move point.
11136
11137 * skeleton.el (skeleton-internal-1): Make sure the first line of
11138 the region is also re-indented.
11139 (skeleton-end-newline): New var.
11140 (skeleton-end-hook): Use it.
11141
11142 2000-12-22 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
11143
11144 * comint.el (comint-password-prompt-regexp): Support CVS.
11145
11146 2000-12-22 Gerd Moellmann <gerd@gnu.org>
11147
11148 * simple.el (delete-key-deletes-forward-mode): Simplify.
11149 Also backspace key combinations, depending on
11150 delete-key-deletes-forward.
11151
11152 * bindings.el ([C-backspace]): Bind C-backspace to kill-word.
11153
11154 * simple.el (delete-key-deletes-forward): Doc fix.
11155
11156 2000-08-22 Emmanuel Briot <briot@gnat.com>
11157
11158 * xml.el (top level comment): Updated to reflect the fact that
11159 white spaces are relevant in the XML file.
11160 (xml-parse-file): Do not kill an existing Emacs buffer if the file
11161 to parse was already edited. This allows for on-the-fly analysis
11162 of XML files.
11163 (xml-parse-tag): Check that the casing is the same in the start
11164 tag and end tag, since XML is case-sensitive. Allows for spaces
11165 in the end tag, after the name of the tag.
11166 (xml-parse-attlist): Allow for the character '-' in the name of
11167 attributes, as in the standard http-equiv attribute Do not save
11168 the properties in the XML tree, since they are not relevant.
11169
11170 2000-12-21 Stefan Monnier <monnier@cs.yale.edu>
11171
11172 * generic.el (generic-read-type): Undo last change, inline into
11173 `generic-mode' and then remove.
11174 (generic-mode): Inline generic-read-type.
11175 (define-generic-mode): Push the symbol name rather than the symbol
11176 onto generic-mode-list.
11177
11178 2000-12-21 Gerd Moellmann <gerd@gnu.org>
11179
11180 * generic.el (generic-read-type): Build an alist for
11181 completing-read as in 20.7.
11182
11183 * play/landmark.el (lm): Use interactive spec `P'.
11184 (toplevel): Don't set debug-on-error.
11185
11186 * server.el (server-switch-buffer): Choose a window on a visible frame.
11187
11188 2000-12-21 Dave Pearson <davep@davep.org>
11189
11190 * quickurl.el: Commentry change, I've moved my web site.
11191
11192 2000-12-21 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11193
11194 * ebnf2ps.el: Fix a problem with skip-chars-forward: it doesn't accept
11195 ranges like \177-\237, but accepts the character sequence from \177 to
11196 \237. Doc fix.
11197 (ebnf-version): New version (3.4).
11198 (ebnf-setup): Code fix.
11199 (ebnf-range-regexp): New fun.
11200 (ebnf-8-bit-chars): Const fix.
11201
11202 * ebnf-bnf.el: Fix the same problem as described on ebnf2ps.el log
11203 entry. Doc fix.
11204 (ebnf-bnf-lex): Code fix.
11205 (ebnf-bnf-comment-chars): Const fix.
11206
11207 * ebnf-iso.el: Fix the same problem as described on ebnf2ps.el log
11208 entry. Doc fix.
11209 (ebnf-iso-comment-chars): Const fix.
11210
11211 * ebnf-otz.el: Doc fix.
11212
11213 * ebnf-yac.el: Fix the same problem as described on ebnf2ps.el log
11214 entry. Doc fix.
11215 (ebnf-yac-skip-code): Code fix.
11216 (ebnf-yac-comment-chars): Const fix.
11217
11218 2000-12-21 Eli Zaretskii <eliz@is.elta.co.il>
11219
11220 * files.el (insert-directory-safely): New function.
11221 (recover-file): Use it instead of insert-directory.
11222 From Markus Rost <markus.rost@mathematik.uni-regensburg.de>
11223
11224 2000-12-21 Kenichi Handa <handa@etl.go.jp>
11225
11226 * international/mule-cmds.el (select-safe-coding-system):
11227 Check coding-category-list more rigidly. Improve help message.
11228
11229 * dired.el (dired-move-to-filename-regexp): Fix previous change.
11230
11231 2000-12-21 Miles Bader <miles@gnu.org>
11232
11233 * mail/sendmail.el (mail-mode): Set `comment-start' to the yank prefix.
11234
11235 2000-12-21 Kenichi Handa <handa@etl.go.jp>
11236
11237 * international/mule-diag.el (describe-char-after): Make *Help*
11238 buffer inherit multibyteness of the current buffer.
11239
11240 * international/mule.el (make-char): Docstring adjusted for the
11241 change of make-char-internal.
11242
11243 2000-12-20 Stefan Monnier <monnier@cs.yale.edu>
11244
11245 * international/iso-cvt.el: Docstrings fix.
11246
11247 2000-12-20 Dave Love <fx@gnu.org>
11248
11249 * subr.el (eval-after-load): Doc fix.
11250
11251 2000-12-20 Kenichi Handa <handa@etl.go.jp>
11252
11253 * jka-compr.el (jka-compr-partial-uncompress): Don't use `concat'
11254 for numbers.
11255
11256 2000-12-20 Miles Bader <miles@gnu.org>
11257
11258 * international/quail.el (quail-help): Resize the help window
11259 again after it has all its contents. Remove unneeded progn.
11260
11261 2000-12-19 Gerd Moellmann <gerd@gnu.org>
11262
11263 * pcmpl-linux.el: Fix copy/paste error.
11264
11265 2000-12-19 Andrew Innes <andrewi@gnu.org>
11266
11267 * simple.el (delete-key-deletes-forward-mode): Fix typo in docstring.
11268
11269 2000-12-19 Carsten Dominik <dominik@strw.leidenuniv.nl>
11270
11271 * progmodes/idlw-rinfo.el: Fixed copyright notice.
11272
11273 * progmodes/idlw-toolbar.el: Fixed copyright notice.
11274
11275 * progmodes/idlw-shell.el: Fixed copyright notice.
11276
11277 * progmodes/idlwave.el: Fixed copyright notice.
11278
11279 * textmodes/reftex-dcr.el (reftex-view-crossref): Added SPACE and
11280 TAB as key separators.
11281
11282 2000-12-19 Alex Schroeder <alex@gnu.org>
11283
11284 * sql.el (sql-sybase-options): New option.
11285 (sql-sybase): Use it. Add sql-database to the list of parameters
11286 provided for login. The options -w 2048 -n are not used any more.
11287 (sql-postgres-options): Changed default from "--pset" to "-P".
11288 (sql-mysql-options): Doc change.
11289 (sql-stop): Doc change.
11290
11291 2000-12-19 Kenichi Handa <handa@etl.go.jp>
11292
11293 * international/quail.el (quail-input-method): Always hide
11294 the guidance buffer on exiting.
11295
11296 2000-12-18 Gerd Moellmann <gerd@gnu.org>
11297
11298 * tooltip.el (tooltip-mode): Signal an error if x-show-tip
11299 isn't fboundp.
11300
11301 * server.el (server-buffer-done): Bury the buffer before
11302 killing it.
11303
11304 * faces.el (face-spec-set): Interpret a nil in specs for
11305 foreground and background colors as `unspecified', for
11306 compatibility with 20.x.
11307
11308 2000-12-18 Dave Love <fx@gnu.org>
11309
11310 * simple.el (mail-user-agent): Doc fix.
11311 (input-mode-8-bit): Removed.
11312
11313 * international/mule.el (set-keyboard-coding-system): Doc fix.
11314 (keyboard-coding-system): New option.
11315
11316 * mail/sendmail.el (send-mail-function): Customize.
11317
11318 2000-12-18 Eli Zaretskii <eliz@is.elta.co.il>
11319
11320 * international/codepage.el (cp866-decode-table): New table.
11321
11322 2000-12-18 Gerd Moellmann <gerd@gnu.org>
11323
11324 * version.el (emacs-version): Remove `%a' from the time format
11325 because the weekday doesn't fit well into each locale.
11326
11327 2000-12-18 Miles Bader <miles@gnu.org>
11328
11329 * image-file.el (image-file-name-extensions): Add "pgm" and "ppm".
11330
11331 * textmodes/artist.el (artist-replace-chars, artist-replace-char):
11332 Check that emacs-major-version is `=' to 20, not `>='.
11333 (artist-replace-chars): Use `make-string' instead of a loop.
11334
11335 2000-12-17 Stefan Monnier <monnier@cs.yale.edu>
11336
11337 * pcvs.el (cvs-diff-backup-extractor): Return full-path for file.
11338 (cvs-execute-single-file): Don't change directory.
11339 Patch from Per Cederqvist.
11340
11341 2000-12-16 Eli Zaretskii <eliz@is.elta.co.il>
11342
11343 * textmodes/ispell.el (check-ispell-version):
11344 If `ispell-program-name' is "aspell", pass it the -v switch instead
11345 of -vv.
11346
11347 2000-12-16 Kenichi Handa <handa@etl.go.jp>
11348
11349 * international/mule-diag.el (mule-diag): Insert information about
11350 configure options, multibyte awareness, language env.
11351
11352 * international/ja-dic-cnv.el (skkdic-get-candidate-list): Fix the
11353 regexp to search for candidates.
11354
11355 2000-12-15 Eli Zaretskii <eliz@is.elta.co.il>
11356
11357 * info.el (Info-forward-node): If the node has an
11358 Info-header-line, widen the buffer before searching for "next:"
11359 and "up:" pointers, and set the search limit to stay in the
11360 current node.
11361
11362 2000-12-16 Miles Bader <miles@gnu.org>
11363
11364 * simple.el (delete-trailing-whitespace): Remove extraneous let.
11365
11366 2000-12-15 Miles Bader <miles@gnu.org>
11367
11368 * comint.el (comint-send-string, comint-send-region): Also accept
11369 a buffer, buffer-name, or nil for PROCESS, for compatibility with
11370 process-send-string/region.
11371
11372 2000-12-15 Gerd Moellmann <gerd@gnu.org>
11373
11374 * isearch.el (isearch-lazy-highlight-max): New user-option.
11375 (isearch-lazy-highlight-update): Don't highlight more than
11376 isearch-lazy-highlight-max matches.
11377
11378 * mail/mh-utils.el (mh-find-path): Set read-mail-command.
11379
11380 2000-12-15 Richard M. Stallman <rms@gnu.org>
11381
11382 * sort.el (sort-columns): Fix error message.
11383
11384 * dabbrev.el (dabbrev--last-case-pattern): Value is now
11385 `upcase' or `downcase' or nil.
11386 (dabbrev-expand): Don't do anything with dabbrev--last-case-pattern.
11387 Pass new record-case-pattern arg to dabbrev--substitute-expansion.
11388 (dabbrev--substitute-expansion): New arg record-case-pattern.
11389 If it is non-nil, set dabbrev--last-case-pattern.
11390 If ABBREV is " ", use dabbrev--last-case-pattern to change EXPANSION.
11391
11392 * dabbrev.el (dabbrev--find-expansion): Remove extra nreverse.
11393
11394 2000-12-15 Miles Bader <miles@gnu.org>
11395
11396 * paths.el (Info-default-directory-list): Don't delete
11397 configure-info-directory from the list of standard info
11398 directories when appending it to the end -- their order is important.
11399
11400 * faces.el (read-face-attribute): If there's no entry for the
11401 user's input in VALID, just use it as-is (this will often result
11402 in an error, but it may be OK for e.g. colors using hexadecimal
11403 notation, and at least will yield a better error message).
11404
11405 * window.el (mode-line-window-height-fudge): Function removed.
11406 (height-affecting-face-attributes, mode-line-window-height-fudge):
11407 Variables removed.
11408 * textmodes/ispell.el (ispell-overlay-window): Ensure that the new
11409 window is really the right size. Use vertical-motion
11410 rather than forward-line.
11411 (ispell-help): Don't use ispell-mode-line-window-height-fudge.
11412 (ispell-command-loop, ispell-show-choices): Use the variable
11413 ispell-choices-win-default-height, rather than the function.
11414 (ispell-choices-win-default-height): Function removed.
11415 (ispell-mode-line-window-height-fudge): Function removed.
11416
11417 2000-12-14 Stefan Monnier <monnier@cs.yale.edu>
11418
11419 * add-log.el (add-change-log-entry): Only expand-file-name if non-nil.
11420
11421 2000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
11422
11423 * paths.el (Info-default-directory-list):
11424 If configure-info-directory is not one of the standard directories,
11425 put it first in the list; otherwise put it last. Doc string
11426 changed accordingly.
11427
11428 * info.el (Info-directory-list): Change doc string to reflect the
11429 change in Info-default-directory-list.
11430
11431 * simple.el (delete-key-deletes-forward-mode): Treat ms-dos and
11432 windows-nt as windowed environments, even under -nw.
11433
11434 * startup.el (command-line): Don't call x-backspace-delete-keys-p
11435 if not fboundp. Switch delete-forward mode for the <delete> key
11436 on all PC platforms, even under -nw.
11437
11438 * term/internal.el ([M-delete]): Remap to M-d.
11439
11440 2000-12-14 Gerd Moellmann <gerd@gnu.org>
11441
11442 * emacs-lisp/lisp-mnt.el: Change maintainer to FSF.
11443
11444 2000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
11445
11446 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
11447
11448 2000-12-14 Gerd Moellmann <gerd@gnu.org>
11449
11450 * startup.el (command-line): Call delete-key-deletes-forward-mode,
11451 if appropriate.
11452
11453 * simple.el (delete-key-deletes-forward): New user-option.
11454 (delete-key-deletes-forward-mode): New function.
11455
11456 * bindings.el: Bind `delete' to backward-delete-char.
11457
11458 * emacs-lisp/easymenu.el (easy-menu-current-active-maps):
11459 Test if symbol is bound before getting its value.
11460
11461 * tooltip.el (tooltip-show): If an error is signaled in
11462 x-show-tip, display that error, and display the help in the
11463 echo area.
11464
11465 2000-12-14 Kenichi Handa <handa@etl.go.jp>
11466
11467 * international/ja-dic-cnv.el (skkdic-set-okuri-nasi):
11468 Show "... entries" messages for every 10000 entries, not 10.
11469
11470 2000-12-13 Karl Fogel <kfogel@red-bean.com>
11471
11472 * bookmark.el: Provide a generic exit hook, as suggested by
11473 Ovidiu Predescu <ovidiu@cup.hp.com>:
11474 (bookmark-exit-hook): New var.
11475 (bookmark-exit-hook-internal): New func, replaces
11476 old raw lambda form in `kill-emacs-hook', and runs new
11477 `bookmark-exit-hooks'. No longer tests for the bookmark feature,
11478 as logically that feature must have been provided if this function
11479 is running.
11480 Removed ;;;###autoload before the `add-hook' call.
11481
11482 2000-12-13 Stefan Monnier <monnier@cs.yale.edu>
11483
11484 * emacs-lisp/easymenu.el (easy-menu-define): Setup indentation.
11485 (easy-menu-current-active-maps): New function.
11486 (easy-menu-get-map): Use it.
11487 Make a proper menu entry when creating a new keymap.
11488
11489 2000-12-13 Kenichi Handa <handa@etl.go.jp>
11490
11491 * international/characters.el: Fix cases and syntaxes for
11492 mule-unicode-0100-24ff.
11493
11494 * dired.el (dired-move-to-filename-regexp): Fixed for the case
11495 that a Japanese character is not appended after day and year.
11496
11497 * info.el (Info-suffix-list): Change format for a command that
11498 requires arguments.
11499 (info-insert-file-contents): Adjusted for the above change.
11500
11501 2000-12-12 Andreas Schwab <schwab@suse.de>
11502
11503 * tar-mode.el (tar-extract): Base the name of the subfile buffer
11504 on the name of the tar buffer. Verify that the existing buffer is
11505 visiting the same subfile.
11506
11507 2000-12-12 Dave Love <fx@gnu.org>
11508
11509 * subdirs.el: Add obsolete.
11510
11511 2000-12-12 Gerd Moellmann <gerd@gnu.org>
11512
11513 * mail/rmailsum.el (rmail-summary-expunge)
11514 (rmail-summary-expunge-and-save): Use rmail-expunge-confirmed
11515 instead of rmail-confirm-expunge.
11516
11517 * replace.el (perform-replace): Don't use an empty match adjacent
11518 to a non-empty match when computing the next match before the
11519 replacement is performed.
11520
11521 2000-12-12 Milan Zamazal <pdm@freesoft.cz>
11522
11523 * progmodes/glasses.el: Use `define-minor-mode' for the minor mode
11524 definition (patch by Stefan Monnier).
11525 (glasses-mode): Use jit-lock instead of `after-change-functions'
11526 (patch by Stefan Monnier).
11527
11528 2000-12-12 Miles Bader <miles@gnu.org>
11529
11530 * info.el (Info-last-preorder): Don't barf on nodes without a prev.
11531 (Info-scroll-down): Respect `Info-scroll-prefer-subnodes'.
11532
11533 2000-12-12 Andrew Choi <akochoi@i-cable.com>
11534
11535 * term/mac-win.el: Remove load for ls-lisp.
11536
11537 * loadup.el: Load ls-lisp for system-type `macos'.
11538
11539 2000-12-12 Miles Bader <miles@gnu.org>
11540
11541 * simple.el (delete-horizontal-space): Add BACKWARD-ONLY parameter.
11542 Respect field end too.
11543 (just-one-space): Respect fields as `delete-horizontal-space'.
11544 (newline-and-indent, reindent-then-newline-and-indent):
11545 Use `delete-horizontal-space'.
11546
11547 2000-12-11 Stefan Monnier <monnier@cs.yale.edu>
11548
11549 * newcomment.el (comment-indent-new-line): Use delete-horizontal-space
11550 (so as to obey the field property in the minibuffer).
11551
11552 * obsolete/c-mode.el: Moved from lisp/progmodes.
11553 * obsolete/auto-show.el: Moved from lisp.
11554 * obsolete/ooutline.el: Moved from lisp/textmodes.
11555
11556 2000-12-11 Carsten Dominik <dominik@strw.leidenuniv.nl>
11557
11558 * progmodes/idlwave.el: Updated to IDLWAVE version 4.7. Too many
11559 changes to list them here.
11560
11561 * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.7.
11562 Too many changes to list them here.
11563
11564 * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.7.
11565 Too many changes to list them here.
11566
11567 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.7.
11568
11569 2000-12-11 Gerd Moellmann <gerd@gnu.org>
11570
11571 * simple.el (kill-new): Don't try to setcar kill-ring if it is nil.
11572
11573 * cus-edit.el (custom-save-variables, custom-save-faces):
11574 Comment fix.
11575
11576 * hscroll.el: Moved to `obsolete' subdir.
11577
11578 2000-12-11 Miles Bader <miles@gnu.org>
11579
11580 * window.el (window-text-height): Function removed (now in C).
11581
11582 2000-12-10 Stefan Monnier <monnier@cs.yale.edu>
11583
11584 * log-edit.el (log-edit-parent-buffer): New var.
11585 (log-edit): Set it. Add BUFFER argument.
11586 (log-edit-done): Use char-before.
11587 Don't bother checking validity of vc-comment-ring.
11588 Only bury the buffer if log-edit popped it up.
11589
11590 * pcvs.el: Update references to CVS-Edit (now Log-Edit).
11591 (cvs-mode-diff-help): Remove.
11592 (cvs-mode-commit): Use the new `log-edit' BUFFER argument.
11593 (cvs-mode-marked): Set up the default for CMD manually.
11594
11595 * pcvs-defs.el (cvs-mode-diff-map): Use minibuffer menu prompt.
11596 Remove binding for ? now made unnecessary.
11597
11598 2000-12-10 Carsten Dominik <dominik@strw.leidenuniv.nl>
11599
11600 * textmodes/reftex.el (reftex-scanning-info-available-p): New function.
11601 (reftex-TeX-master-file): Check for `tex-main-file' early enough.
11602
11603 * textmodes/reftex-global.el (reftex-create-tags-file): Fixed bug
11604 when master file is not open.
11605
11606 2000-12-09 Stefan Monnier <monnier@cs.yale.edu>
11607
11608 * progmodes/ada-stmt.el: Update `maintainer'.
11609
11610 2000-12-09 Stephen Gildea <gildea@stop.mail-abuse.org>
11611
11612 * time-stamp.el (time-stamp-old-format-warn): Reorder custom
11613 choices to match documentation string.
11614
11615 2000-12-09 Miles Bader <miles@gnu.org>
11616
11617 * minibuf-eldef.el: New file.
11618
11619 * window.el (fit-window-to-buffer): Don't pass last argument to
11620 pos-visible-in-window-p, now that its meaning is inverted.
11621
11622 2000-12-08 Eli Zaretskii <eliz@is.elta.co.il>
11623
11624 * image.el (create-image): Doc fix; spotted by Per Cederqvist
11625 <ceder@lysator.liu.se>.
11626
11627 2000-12-08 Stefan Monnier <monnier@cs.yale.edu>
11628
11629 * autoinsert.el (auto-insert-alist): Add missing final \n.
11630
11631 * pcvs-defs.el (cvs-menu): Move. Make submenu for diff commands.
11632 (cvs-menu-map): Remove.
11633 * pcvs.el (cvs-menu): Use `cvs-menu' rather than `cvs-menu-map'.
11634 (cvs-mode-quit): Turn it back into a plain function.
11635
11636 * textmodes/texnfo-upd.el (texinfo-chapter-level-regexp)
11637 (texinfo-filter): Remove (move to texinfo.el).
11638
11639 * textmodes/texinfo.el: Move the (require 'cl) to the front of the
11640 file where it's more visible.
11641 (texinfo-filter, texinfo-chapter-level-regexp): New variables
11642 moved from texnfo-upd.el (for AUCTeX's compatibility, originally).
11643 (texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter.
11644 (texinfo-inside-macro-p): Only catch `scan-error's.
11645 (texinfo-inside-env-p): Make better use of the match info.
11646 (texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'.
11647 (texinfo-insert-@end): Slight re-organization.
11648 Also remove useless `looking-at' call.
11649
11650 2000-12-08 Andrew Innes <andrewi@gnu.org>
11651
11652 * w32-fns.el: Add clipboard support from term/w32-win.el, so it is
11653 accessible in -nw mode.
11654
11655 * term/w32-win.el: Remove stuff about selection timeout, which is
11656 irrelevant on Windows. Move clipboard support to w32-fns.el, so
11657 it is accessible in -nw mode.
11658
11659 2000-12-08 Dave Love <fx@gnu.org>
11660
11661 * emacs-lisp/lisp-mode.el (lisp-mode):
11662 Set font-lock-keywords-case-fold-search.
11663
11664 2000-12-08 Gerd Moellmann <gerd@gnu.org>
11665
11666 * textmodes/ispell.el (ispell): Doc fix.
11667
11668 2000-12-08 Kenichi Handa <handa@etl.go.jp>
11669
11670 * international/quail.el (quail-insert-decode-map): Check the
11671 frame width of a window displaying the current buffer, not that of
11672 the selected frame.
11673 (quail-help): Make sure that the help buffer has window before
11674 inserting text in it.
11675
11676 2000-12-07 Sam Steingold <sds@gnu.org>
11677
11678 * loadup.el: Load emacs-lisp/backquote instead of autoloading.
11679 Backquote is used in isearch.el, so autoloading saves nothing.
11680
11681 2000-12-07 Eli Zaretskii <eliz@is.elta.co.il>
11682
11683 * startup.el (normal-top-level-add-subdirs-to-load-path):
11684 Ignore the CVS and RCS subdirectories case-insensitively.
11685
11686 * dired.el (dired-insert-directory): If file-system-info is
11687 fboundp, call it instead of invoking dired-free-space-program.
11688
11689 2000-12-07 Gerd Moellmann <gerd@gnu.org>
11690
11691 * server.el (server-visit-files): Push files on file-name-history.
11692
11693 * progmodes/cc-langs.el: Update copyright.
11694
11695 * progmodes/idlw-shell.el, progmodes/idlwave.el: Update copyright.
11696
11697 * bindings.el (mode-line-mode-menu): Add glasses-mode.
11698
11699 * bindings.el (mode-line-mode-menu): Reverse the order
11700 of define-keys so that the menu appears in alphabetical order.
11701
11702 2000-12-07 Milan Zamazal <pdm@freesoft.cz>
11703
11704 * progmodes/glasses.el (glasses-mode): Update mode line at the end
11705 of the function.
11706
11707 2000-12-07 Dave Love <fx@gnu.org>
11708
11709 * jka-compr.el (jka-compr-compression-info-list): Fix :type.
11710
11711 * facemenu.el (facemenu-unlisted-faces): Fix value.
11712
11713 2000-12-07 Stefan Monnier <monnier@cs.yale.edu>
11714
11715 * font-lock.el (font-lock-default-fontify-region):
11716 Include the terminating \n (off-by-one error).
11717 (font-lock-set-defaults): Use dolist.
11718
11719 * derived.el (define-derived-mode): Don't use combine-run-hooks.
11720
11721 2000-12-07 Kenichi Handa <handa@etl.go.jp>
11722
11723 * international/mule-cmds.el (describe-language-environment):
11724 Fix for the case that an input method title is not string but a list.
11725
11726 * ps-bdf.el (bdf-read-font-info): Modify the kludgy code for fonts
11727 of wrong SIZE record.
11728
11729 2000-12-06 Dave Love <fx@gnu.org>
11730
11731 * newcomment.el (comment-region, comment-dwim): Doc fix.
11732
11733 * textmodes/texinfo.el: Require tex-mode when compiling.
11734 (texinfo-update-node): Doc fix.
11735 (texinfo-imenu-generic-expression): Add @anchor.
11736 (texinfo-font-lock-keywords): Add @uref.
11737 (texinfo-inside-macro-p): Don't use ignore-errors.
11738 (texinfo-insert-quote): Match more contexts.
11739
11740 * international/mule.el (decode-char, encode-char): Doc fix.
11741 (auto-coding-alist): Customize.
11742
11743 * files.el (load-file): Fix change of 2000-03-12.
11744
11745 * wid-edit.el (widget-text-keymap): Doc fix.
11746
11747 2000-12-06 Andrew Innes <andrewi@gnu.org>
11748
11749 * makefile.w32-in (lisp): Set to an absolute directory, namely
11750 $(CURDIR).
11751
11752 2000-12-06 Eli Zaretskii <eliz@is.elta.co.il>
11753
11754 * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
11755 read generated-autoload-file, and set buffer-file-coding-system to
11756 raw-text-unix after reading the file.
11757
11758 * international/mule-conf.el (file-coding-system-alist):
11759 Use raw-text for reading loaddefs.el and raw-text-unix for writing it.
11760
11761 2000-12-06 Gerd Moellmann <gerd@gnu.org>
11762
11763 * replace.el (occur): Make line-number-width 1 smaller for the
11764 colon following the line number.
11765
11766 * startup.el (fancy-splash-text, command-line-1):
11767 Use `File' for the menu name instead of `Files'.
11768
11769 * tmm.el: Update copyright.
11770
11771 * cus-start.el: Add entry for even-window-heights.
11772
11773 2000-12-06 Miles Bader <miles@gnu.org>
11774
11775 * faces.el (frame-set-background-mode): Avoid stomping on
11776 locally modified faces.
11777
11778 2000-12-06 Kenichi Handa <handa@etl.go.jp>
11779
11780 * international/fontset.el: Correct the font registries for
11781 japanese-jisx0213-1 and japanese-jisx0213-2.
11782
11783 2000-12-05 Gerd Moellmann <gerd@gnu.org>
11784
11785 * textmodes/reftex-toc.el (reftex-toc-menu): Fix typo.
11786
11787 * iswitchb.el: Update customization commentary.
11788
11789 2000-12-05 Rob Riepel <riepel@Stanford.EDU>
11790
11791 * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
11792 (tpu-search-highlight): Fixed comparison of overlay end positions.
11793 (tpu-trim-line-ends): Implemented trimming logic locally.
11794
11795 * emulation/tpu-extras.el (tpu-write-file-hook)
11796 (tpu-set-cursor-bound): Replaced picture-clean with tpu-trim-line-ends.
11797
11798 2000-12-05 Kenichi Handa <handa@etl.go.jp>
11799
11800 * language/chinese.el (chinese-iso-8bit): Change mime-charset name
11801 to cn-gb.
11802 (cn-gb, gb2312): New aliases for chinese-iso-8bit.
11803
11804 2000-12-04 Dave Love <fx@gnu.org>
11805
11806 * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case.
11807
11808 2000-12-04 Gerd Moellmann <gerd@gnu.org>
11809
11810 * mail/rmailsum.el (rmail-summary-expunge)
11811 (rmail-summary-expunge-and-save): Ask for confirmation with
11812 rmail-expunge-confirmed.
11813
11814 * mail/rmail.el (rmail-expunge-confirmed): New function.
11815 (rmail-expunge): Use it.
11816
11817 2000-12-04 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
11818
11819 * progmodes/etags.el (tag-partial-file-name-match-p): New function.
11820 (etags-recognize-tags-table, find-tag-in-order):
11821 New functionality: interpret file names as tags.
11822
11823 2000-12-04 Eli Zaretskii <eliz@is.elta.co.il>
11824
11825 * info.el (Info-scroll-prefer-subnodes): New defcustom.
11826 (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't visit
11827 the first subnode until the bottom of the current node is visible.
11828
11829 2000-12-04 Gerd Moellmann <gerd@gnu.org>
11830
11831 * format.el (format-decode): Don't change buffer's undo list.
11832
11833 2000-12-04 Kenichi Handa <handa@etl.go.jp>
11834
11835 * faces.el (face-font-registry-alternatives): Add entries for CJK
11836 fonts. Doc-string adjusted for the actual usage of this data.
11837
11838 * international/fontset.el: Change the font registries for CJK
11839 fonts in the default fontset. Don't append '*' to registries.
11840
11841 2000-12-03 Stefan Monnier <monnier@cs.yale.edu>
11842
11843 * emacs-lisp/easy-mmode.el (define-derived-mode)
11844 (easy-mmode-derived-mode-p): Remove (moved to derived.el).
11845
11846 * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
11847 (derived-mode-p): New function.
11848 (derived-mode-make-docstring): Add `docstring' argument.
11849 Use it if available and complete it if necessary.
11850
11851 2000-12-03 Andreas Schwab <schwab@suse.de>
11852
11853 * type-break.el (type-break): Don't make parent of itself.
11854
11855 2000-12-03 Miles Bader <miles@gnu.org>
11856
11857 * simple.el (delete-trailing-whitespace): Don't delete newlines too.
11858
11859 2000-12-02 Stefan Monnier <monnier@cs.yale.edu>
11860
11861 * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
11862 (tex-main-file, tex-file): Simplify.
11863 (tex-generate-zap-file-name): Use subst-char-in-string.
11864 (tex-strip-dots): Remove.
11865
11866 * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
11867
11868 * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
11869 to check if the match succeeded.
11870
11871 2000-12-02 Gerd Moellmann <gerd@gnu.org>
11872
11873 * startup.el (use-fancy-splash-screens-p): New function.
11874 (command-line-1): Use it to determine whether or not to use
11875 a fancy splash screen.
11876
11877 2000-12-02 Andreas Schwab <schwab@suse.de>
11878
11879 * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
11880
11881 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
11882
11883 * international/mule.el (make-char): Fix last change.
11884
11885 * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
11886 New defcustoms.
11887 (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
11888 autoloading tex-mode; instead, do the same manually.
11889 Use texinfo-open-quote and texinfo-close-quote. Insert literal quote
11890 with numeric argument. Docstring fix.
11891 (toplevel): Require cl when compiling.
11892
11893 * international/mule.el (make-char): Doc fix.
11894
11895 2000-12-02 Jason Rumney <jasonr@gnu.org>
11896
11897 * term/w32-win.el (x-select-enable-clipboard): Customize (as per
11898 the Emacs Lisp manual)
11899
11900 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
11901
11902 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
11903
11904 * term/pc-win.el (x-select-enable-clipboard): Customize (as per
11905 the Emacs Lisp manual).
11906
11907 2000-12-02 Gerd Moellmann <gerd@gnu.org>
11908
11909 * simple.el (next-line-add-newlines): Change default to nil.
11910
11911 2000-12-01 Eli Zaretskii <eliz@is.elta.co.il>
11912
11913 * files.el (revert-buffer, recover-file):
11914 Bind coding-system-for-read to emacs-mule-unix, not to no-conversion.
11915
11916 2000-12-01 Gerd Moellmann <gerd@gnu.org>
11917
11918 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
11919
11920 2000-12-01 Miles Bader <miles@gnu.org>
11921
11922 * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
11923
11924 2000-12-01 Kenichi Handa <handa@etl.go.jp>
11925
11926 * international/mule-diag.el (describe-char-after): Fix typo.
11927 (describe-character-set, non-iso-charset-alist): Fix typo.
11928
11929 2000-12-01 Miles Bader <miles@gnu.org>
11930
11931 * image-file.el (image-file-name-regexp): Automatically add
11932 upper-case variants of each filename extension in
11933 `image-file-name-extensions', since they seem to be common.
11934
11935 * simple.el (minibuffer-contents)
11936 (minibuffer-contents-no-properties, delete-minibuffer-contents):
11937 New functions.
11938 * filecache.el (file-cache-directory-name)
11939 (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
11940
11941 2000-12-01 Milan Zamazal <Milan.Zamazal@qbizm.com>
11942
11943 * filecache.el (file-cache-minibuffer-complete): Don't try to
11944 delete the minibuffer prompt.
11945
11946 2000-11-30 Dave Love <fx@gnu.org>
11947
11948 * cus-start.el: Fix read-buffer-function type.
11949
11950 2000-11-30 Gerd Moellmann <gerd@gnu.org>
11951
11952 * md5.el: Removed. There's a built-in function, now.
11953
11954 2000-11-30 Markus Rost <rost@math.ohio-state.edu>
11955
11956 * mail/rmail.el (rmail-set-message-counters): Don't use "D"
11957 as dummy 0-th char of rmail-deleted-vector.
11958
11959 2000-11-30 Eli Zaretskii <eliz@is.elta.co.il>
11960
11961 * ps-print.el (ps-end-job): Bind case-fold-search only after
11962 switching to ps-spool-buffer.
11963
11964 2000-11-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11965
11966 * ps-print.el: Line number font customization. PostScript: Lines and
11967 PageCount are initialized on each page. Doc Fix.
11968 (ps-print-version): New version number (6.3.2).
11969 (ps-lpr-switches, ps-font-info-database, ps-font-size)
11970 (ps-header-font-size, ps-header-title-font-size, ps-left-header)
11971 (ps-right-header): Customization fix.
11972 (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
11973 Fix code.
11974 (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
11975 New vars.
11976
11977 2000-11-30 Gerd Moellmann <gerd@gnu.org>
11978
11979 * bs.el: Fix typos and spelling errors.
11980 (bs-appearance) <defgroup>: Renamed from bs-appearence.
11981 (bs-configuration): Doc fix.
11982
11983 * bs.el: Undo mistaken change of 2000-11-28. Update copyright.
11984
11985 2000-11-30 Rob Riepel <riepel@Stanford.EDU>
11986
11987 * emulation/tpu-edt.el (tpu-version): New version.
11988 (tpu-search-overlay, tpu-replace-overlay): New initial range.
11989 (tpu-original-mode-line): Variable deleted.
11990 (tpu-mark-flag): New initial value.
11991 (tpu-set-mode-line): Don't redefine mode-line-format.
11992 Add tpu-mark-flag to minor-mode-alist.
11993 (tpu-update-mode-line): New mark flag logic.
11994 (tpu-get): Use find-file-wildcards.
11995 (tpu-search-highlight): Move overlay less, reset overlay properly.
11996 (tpu-unselect): Deactivate mark.
11997 (tpu-lm-replace): Reset overlay properly.
11998 (tpu-forward-line): Use forward-visible-line.
11999 (tpu-edt-on): Set transient mark mode. ispell autoloads deleted.
12000
12001 * emulation/tpu-extras.el (tpu-forward-line): Use forward-visible-line.
12002
12003 2000-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
12004
12005 * cus-edit.el (custom-face-value-create): Always emphasize tag.
12006
12007 2000-11-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
12008
12009 * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
12010 and skip whitespace and newlines.
12011
12012 2000-11-30 Stefan Monnier <monnier@cs.yale.edu>
12013
12014 * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
12015
12016 2000-11-29 Gerd Moellmann <gerd@gnu.org>
12017
12018 * help.el (describe-function-1): Regexp-quote function name
12019 when used as part of a regexp.
12020
12021 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
12022 Use face-attribute instead of face-foreground and face-background.
12023 (tool-bar-add-item): Likewise, and handle unspecified colors.
12024
12025 * enriched.el (enriched-face-ans): Use face-attribute instead
12026 of face-foreground and face-background.
12027
12028 * faces.el (face-foreground, face-background, face-stipple):
12029 Return nil if attribute is unspecified, for backward compatibility.
12030
12031 * files.el (auto-mode-alist): Add an entry for antlr-mode.
12032
12033 * play/5x5.el: Remove version info.
12034
12035 * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
12036
12037 * frame.el (blink-cursor-mode): Doc fix.
12038
12039 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
12040
12041 * antlr-mode.el: New commands to run ANTLR from within Emacs and
12042 to create Makefile rules.
12043 (antlr-tool-command): New user option.
12044 (antlr-ask-about-save): New user option.
12045 (antlr-makefile-specification): New user option.
12046 (antlr-file-formats-alist): New variable.
12047 (antlr-special-file-formats): New variable.
12048 (antlr-unknown-file-formats): New user option.
12049 (antlr-help-unknown-file-text): New variable.
12050 (antlr-help-rules-intro): New variable.
12051 (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
12052 (antlr-mode-menu): Add entries.
12053 (antlr-file-dependencies): New function.
12054 (antlr-directory-dependencies): New function.
12055 (antlr-superclasses-glibs): New function.
12056 (antlr-run-tool): New command.
12057 (antlr-makefile-insert-variable): New function.
12058 (antlr-insert-makefile-rules): New function.
12059 (antlr-show-makefile-rules): New command.
12060
12061 * antlr-mode.el: More Emacs/XEmacs stuff.
12062 (antlr-no-action-keywords): New constant with value nil.
12063 (antlr-font-lock-keywords-alist): Use it. Old value would break
12064 syntax highlighting in Emacs-21.0.
12065 (antlr-default-directory): Emacs/XEmacs dependend function.
12066 (antlr-read-shell-command): Ditto.
12067 (antlr-with-displaying-help-buffer): Ditto.
12068
12069 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
12070
12071 * antlr-mode.el: imenu, parsing and highlighting changes.
12072 (antlr-imenu-create-index-function): Don't create extra submenus
12073 for definitions in different grammar classes. It is not necessary
12074 for the menu and would make command `imenu' awkward to use.
12075 (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
12076 header actions and more than one.
12077 (antlr-font-lock-tokendef-face): Changed color.
12078 (antlr-font-lock-tokenref-face): Changed color.
12079 (antlr-font-lock-additional-keywords): Also highlight lowercase.
12080 (antlr-mode-syntax-table): New variable.
12081 (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
12082 (antlr-with-syntax-table): Don't copy syntax table.
12083
12084 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
12085
12086 * antlr-mode.el: Minor changes: language setting.
12087 (antlr-language-alist): The value for file option "language" can
12088 be both an identifier and a string.
12089 Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
12090 (antlr-language-limit-n-regexp): Change accordingly.
12091
12092 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
12093
12094 * antlr-mode.el: Minor changes: tabs, hiding.
12095 (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
12096 (antlr-action-visibility): Also allow value nil to also hide the
12097 braces. Renamed from `antlr-tiny-action-length'.
12098 Suggested by Jay@aol.com.
12099 (antlr-hide-actions): Change accordingly. Hide line if completely
12100 hidden action is on a line of its own.
12101
12102 2000-11-29 Stefan Monnier <monnier@cs.yale.edu>
12103
12104 * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
12105
12106 * sort.el (sort-columns): Don't concat strings with numbers.
12107
12108 2000-11-29 Dave Love <fx@gnu.org>
12109
12110 * cus-edit.el (face): Fix :format.
12111
12112 * mail/feedmail.el: Require smtpmail when compiling.
12113 (mail-do-fcc): Autoload.
12114 (feedmail) <defgroup>: Fix :link.
12115 (feedmail-nuke-body-in-fcc): Fix :type.
12116 (feedmail-send-it): Add autoload cookie.
12117
12118 2000-11-29 Stefan Monnier <monnier@cs.yale.edu>
12119
12120 * newcomment.el (comment-indent): Save excursion around call to
12121 comment-indent-function.
12122
12123 2000-11-29 Miles Bader <miles@gnu.org>
12124
12125 * subr.el (member-ignore-case): Return the tail of the list who's
12126 car matches, like `member', not the matching element itself.
12127
12128 2000-11-29 Kenichi Handa <handa@etl.go.jp>
12129
12130 * xml.el (xml-parse-tag): Fix finding opening tag. A tag name
12131 should not contain `\n'.
12132
12133 2000-11-28 Gerd Moellmann <gerd@gnu.org>
12134
12135 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
12136
12137 * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
12138
12139 * dired-aux.el (dired-do-create-files): Construct default file
12140 name for dired-mark-read-file-name so that when the user enters
12141 just RET, the target file will end up in the target directory.
12142
12143 * abbrev.el (prepare-abbrev-list-buffer): Get the value of
12144 local-abbrev-table before changing buffers because it might
12145 have a buffer-local binding.
12146
12147 2000-11-28 Miles Bader <miles@gnu.org>
12148
12149 * simple.el (delete-horizontal-space): Handle fields more generally.
12150
12151 2000-11-28 Gerd Moellmann <gerd@gnu.org>
12152
12153 * simple.el (delete-horizontal-space): Handle minibuffer prompt.
12154
12155 2000-11-28 Dave Love <fx@gnu.org>
12156
12157 * progmodes/ps-mode.el (ps-mode): Set comment-start and
12158 comment-start-skip locally.
12159
12160 * progmodes/fortran.el (fortran-mode): Don't set
12161 fortran-comment-line-start-skip. Set comment-start to
12162 fortran-comment-line-start.
12163 (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
12164 (fortran-comment-line-start-skip): Simplify slightly.
12165
12166 2000-11-28 Gerd Moellmann <gerd@gnu.org>
12167
12168 * play/5x5.el: Remove RCS keyword.
12169
12170 * bs.el: Mistaken commit, undone 2000-11-30.
12171
12172 2000-11-28 Milan Zamazal <pdm@freesoft.cz>
12173
12174 * textmodes/tildify.el (tildify-string-alist):
12175 Add `plain-tex-mode' here.
12176
12177 2000-11-28 Colin Walters <walters@cis.ohio-state.edu>
12178
12179 * chistory.el (Command-history-setup): Remove extraneous `keymap'
12180 reference.
12181
12182 2000-11-28 Miles Bader <miles@gnu.org>
12183
12184 * cus-face.el (custom-face-attributes): Add post-filter function
12185 for :box. Make pre-filter function for :box handle all cases.
12186
12187 * wid-edit.el (widget-choose): Make sure pop-up window is large
12188 enough to display all the choices, as there's no way to scroll it.
12189
12190 2000-11-28 Kenichi Handa <handa@etl.go.jp>
12191
12192 * international/mule-conf.el: Make the coding system no-conversion
12193 safe for all characters.
12194
12195 2000-11-27 Dave Love <fx@gnu.org>
12196
12197 * net/ldap.el (ldap) <defgroup>: Add :version.
12198
12199 * tooltip.el (tooltip-use-echo-area): Doc fix.
12200
12201 * cus-start.el <minibuffer-prompt-properties>: Add version.
12202 <read-buffer-function>: Add.
12203
12204 * apropos.el (apropos-print): Add help-echo to active text.
12205
12206 * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
12207
12208 2000-11-27 Gerd Moellmann <gerd@gnu.org>
12209
12210 * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
12211 type, group and version.
12212
12213 2000-11-27 Eli Zaretskii <eliz@is.elta.co.il>
12214
12215 * select.el (x-get-selection): Docstring fix.
12216
12217 2000-11-27 Dave Pearson <davep@hagbard.demon.co.uk>
12218
12219 * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
12220
12221 2000-11-27 Andrew Innes <andrewi@gnu.org>
12222
12223 * makefile.nt (.SUFFIXES): Add .SUFFIXES.
12224
12225 * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
12226
12227 2000-11-27 Miles Bader <miles@gnu.org>
12228
12229 * dired.el (dired-get-filename): Return filename verbatim if
12230 LOCALP is `verbatim'.
12231 * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
12232 `verbatim' so that we don't inadvertently delete a non-existant
12233 directory name.
12234
12235 2000-11-27 Kenichi Handa <handa@etl.go.jp>
12236
12237 * international/characters.el: Specify cases and syntaxes for
12238 mule-unicode-0100-24ff.
12239
12240 2000-11-27 Gerd Moellmann <gerd@gnu.org>
12241
12242 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
12243 that foreground and/or background colors of the face `tool-bar'
12244 are unspecified.
12245
12246 2000-11-27 Miles Bader <miles@gnu.org>
12247
12248 * wid-edit.el (widget-field-buffer, widget-field-start)
12249 (widget-field-end): Handle widget field `pseudo-overlays'.
12250 (widget-field-value-delete): Delete WIDGET from `widget-field-new'
12251 if it's there instead of in `widget-field-list'.
12252
12253 * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
12254 (help-make-xrefs): Delete extraneous newlines at the end of the
12255 docstring.
12256
12257 2000-11-25 Jason Rumney <jasonr@gnu.org>
12258
12259 * startup.el (command-line): Call set-locale-environment after
12260 Window System init file is read, as it can result in a call to
12261 redraw-frame.
12262
12263 2000-11-25 Eli Zaretskii <eliz@is.elta.co.il>
12264
12265 * simple.el (shell-command): Mention the effect of the prefix
12266 argument in the doc string.
12267
12268 2000-11-25 Miles Bader <miles@gnu.org>
12269
12270 * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
12271
12272 * wid-edit.el (widget-field-value-delete): Don't try to delete
12273 overlay when it's the `pseudo-overlay' that exists at some points.
12274
12275 2000-11-24 Jason Rumney <jasonr@gnu.org>
12276
12277 * international/mule-cmds.el (locale-language-names): Add "jp" as
12278 a non-standard alternative for Japanese.
12279
12280 2000-11-24 Andre Spiegel <spiegel@gnu.org>
12281
12282 * vc-hooks.el: Require 'cl during compilation.
12283
12284 2000-11-24 Gerd Moellmann <gerd@gnu.org>
12285
12286 * faces.el (face-set-after-frame-default): Let face attributes
12287 specified for new frames override frame parameters.
12288
12289 * startup.el (command-line): Fix computation of the source file
12290 for user-init-file when user-init-file is a compiled file.
12291
12292 2000-11-24 Miles Bader <miles@gnu.org>
12293
12294 * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
12295 (custom-post-filter-face-spec): New functions.
12296 (custom-face-set, custom-face-value-create): Filter the face spec
12297 before and after customization.
12298 (custom-face-set): If VALUE specifies a null face, pass a
12299 non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
12300 * cus-face.el (custom-face-attributes): Remove SET and GET
12301 functions. Add some IN-FILTER and OUT-FILTER functions in the few
12302 cases they're needed.
12303
12304 * wid-edit.el (checkbox): Add a small `X' to the :on-glyph, so
12305 that it's distinguishable from the :off-glyph on dark-background
12306 displays. Set its background color too.
12307
12308 * cus-start.el (all): Restore entry for `mode-line-inverse-video',
12309 so that people can easily turn it off.
12310
12311 2000-11-24 Michael Kifer <kifer@cs.sunysb.edu>
12312
12313 * ediff-diff.el: Moved variables around to have it compile under NT.
12314
12315 * ediff-help.el (ediff-use-long-help-message): Made it customizable.
12316
12317 * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
12318
12319 * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
12320 redundant skip-small-frames test.
12321
12322 * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
12323 (viper-downgrade-to-insert): Protect against errors in hooks.
12324
12325 * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
12326 (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
12327 (viper-restore-cursor-type,viper-set-insert-cursor-type):
12328 New functions.
12329
12330 * viper-util.el (viper-memq-char): Bug fixes.
12331
12332 * viper.el (viper-mode): Fix cursor handling.
12333
12334 2000-11-24 Kenichi Handa <handa@etl.go.jp>
12335
12336 * international/mule-diag.el (list-iso-charset-chars):
12337 For two-byte charset, fix the `while' condition.
12338 (list-non-iso-charset-chars): Fix the `while' condition.
12339
12340 2000-11-23 Stefan Monnier <monnier@cs.yale.edu>
12341
12342 * subr.el (add-hook, remove-hook): Don't call make-local-hook
12343 if the variable is make-variable-buffer-local.
12344
12345 * progmodes/ada-stmt.el (ada-template-map):
12346 Initialize and bind it to C-c t in ada-mode-map.
12347 (ada-stmt-mode-hook): New function extracted from old code.
12348 Only change the buffer-local side of skeleton-*.
12349 (ada-mode-hook): Use it.
12350
12351 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
12352
12353 * iswitchb.el (iswitchb-minibuf-depth): New variable.
12354 (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
12355 we expect to be returned by minibuffer-depth once we prompt the
12356 user in the minibuffer.
12357 (iswitchb-entryfn-p): If minibuffer-depth returns the same value
12358 as recorded in iswitchb-minibuf-depth, return non-nil.
12359
12360 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
12361
12362 * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
12363 (hscroll-window-maybe): Docstring fix.
12364
12365 2000-11-23 Dave Love <fx@gnu.org>
12366
12367 * rect.el (string-rectangle): Don't test delete-selection-mode.
12368
12369 2000-11-23 Gerd Moellmann <gerd@gnu.org>
12370
12371 * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
12372 is in the tool bar.
12373
12374 * dired-aux.el (dired-add-entry): Don't call dired-get-filename
12375 with `no-dir'; we want the directory part to be able to remove it.
12376
12377 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
12378
12379 * textmodes/outline.el (outline-flag-region):
12380 Don't bind inhibit-read-only since we don't modify the buffer.
12381 (outline-isearch-open-invisible): Don't jump to overlay-start
12382 since we're trying to unhide text around point.
12383 (outline-discard-overlays): Use dolist.
12384
12385 * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
12386
12387 2000-11-22 Gerd Moellmann <gerd@gnu.org>
12388
12389 * mail/rmail.el (rmail-confirm-expunge): Default to y-or-n-p.
12390
12391 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
12392
12393 * textmodes/tex-mode.el (tex-font-lock-keywords-1):
12394 Fix ARG regexp to skip quoted braces.
12395 (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
12396 Remove `bf' and `it' from `bold' and `italic' (they were wrong and
12397 are (correctly) handled separately).
12398 Remove `caption' and `footnote' from `citations': they contain text.
12399 Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
12400 (latex-skeleton-end-hook): New function.
12401 (latex-mode): Use it.
12402 (tex-start-tex-marker): Remove.
12403 (tex-send-tex-command): Don't set tex-start-tex-marker.
12404 (tex-error-parse-syntax-table): New var.
12405 (tex-compilation-parse-errors): Use it.
12406 Ignore tex-start-tex-marker. Don't bother with marker-position.
12407 (tex-validate-buffer): Don't bother with marker-position.
12408
12409 * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
12410 (flyspell-generic-progmode-verify): Use it.
12411
12412 2000-11-22 Sam Steingold <sds@gnu.org>
12413
12414 * simple.el (delete-trailing-whitespace): New interactive function.
12415
12416 * progmodes/ada-mode.el (ada-mode): Use it instead of
12417 `ada-remove-trailing-spaces'.
12418 (ada-remove-trailing-spaces): Removed.
12419
12420 * textmodes/two-column.el (2C-merge): Recommend it in the doc.
12421
12422 * textmodes/picture.el (picture-clean): Removed.
12423 (picture-mode-exit): Call it instead of `picture-clean'.
12424
12425 2000-11-22 Gerd Moellmann <gerd@gnu.org>
12426
12427 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
12428
12429 * hi-lock.el (hi-lock-refontify): Don't call non-existent
12430 jit-lock-fontify-buffer; it should anyway be unneccessary to
12431 do anything special when jit-lock is active.
12432 (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
12433
12434 2000-11-22 Dave Love <fx@gnu.org>
12435
12436 * calendar/todo-mode.el (todo-top-priorities): Use
12437 todo-tmp-buffer-name. From Milan Zamazal <Milan.Zamazal@qbizm.com>.
12438
12439 * language/chinese.el, language/cyrillic.el:
12440 * language/devanagari.el, language/ethiopic.el, language/greek.el:
12441 * language/hebrew.el, language/indian.el, language/japanese.el:
12442 * language/korean.el, language/lao.el, language/misc-lang.el:
12443 * language/thai.el, language/tibetan.el, language/vietnamese.el:
12444 Use provide.
12445
12446 * cus-edit.el (custom-buffer-create-internal): Save some consing.
12447 (custom-variable-set): Improve validation error mesage.
12448
12449 * rect.el (string-rectangle): Revert last change.
12450 (string-rectangle-line): New arg DELETE.
12451 (string-rectangle): Check delete-selection-mode.
12452
12453 * emacs-lisp/edebug.el (edebug-version)
12454 (edebug-maintainer-address): Deleted.
12455 (edebug-submit-bug-report): Just alias to report-emacs-bug.
12456 (edebug-read-function): Account for other `'#' read forms.
12457 (edebug-mode-menus): Make some items toggles.
12458 (edebug-outside-unread-command-event, unread-command-event):
12459 Remove these to avoid warnings.
12460
12461 2000-11-22 David Ponce <david@dponce.com>
12462
12463 * recentf.el (recentf-menu-items-for-commands)
12464 (recentf-make-menu-items, recentf-make-menu-item)
12465 (recentf-filter-changer): Added :help and :active menu-item properties.
12466
12467 (recentf-build-dir-rules, recentf-dump-variable)
12468 (recentf-edit-list, recentf-open-files-item)
12469 (recentf-open-files): Replaced unnecessary `mapcar' with new
12470 built-in `mapc'.
12471
12472 2000-11-23 Miles Bader <miles@gnu.org>
12473
12474 * faces.el (menu): Make inverse-video on ttys too.
12475
12476 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
12477
12478 * simple.el (comment-line-break-function): Use the new name
12479 indent-new-comment-line -> comment-indent-new-line.
12480 (clone-indirect-buffer): Don't ignore NORECORD.
12481 (next-completion): Properly handle the case where items are adjacent.
12482
12483 * mouse.el (popup-menu): Stupid typo.
12484
12485 2000-11-22 Gerd Moellmann <gerd@gnu.org>
12486
12487 * emacs-lisp/authors.el: Remove autoload cookies, add author,
12488 maintainer, keywords tags.
12489
12490 * rect.el (replace-rectangle): Don't call string-rectangle-line
12491 with too many arguments.
12492
12493 2000-11-22 Andre Spiegel <spiegel@gnu.org>
12494
12495 * ediff-util.el (ediff-file-checked-out-p)
12496 (ediff-file-checked-in-p): Call vc-state instead of
12497 vc-locking-user, which no longer exists.
12498
12499 * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
12500
12501 2000-11-22 Dave Love <fx@gnu.org>
12502
12503 * md5.el (md5): Provide.
12504 (md5): Fix error call.
12505
12506 2000-11-22 Miles Bader <miles@gnu.org>
12507
12508 * textmodes/refill.el (refill-adjust-ignorable-overlay)
12509 (refill-fill-paragraph-at): Remove debugging code.
12510
12511 * calendar/calendar.el (generate-calendar-window): When we don't
12512 call `fit-window-to-buffer', make sure the top line is fully visible.
12513
12514 * image-file.el (insert-image-file): Don't make `read-only'
12515 property rear-nonsticky.
12516
12517 * isearch.el (isearch-original-minibuffer-message-timeout): New var.
12518 (isearch-mode): Set `minibuffer-message-timeout' to nil, after
12519 stashing away its original value.
12520 (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
12521 in the recursive edit.
12522 Bind `isearch-original-minibuffer-message-timeout' to protect it.
12523 (isearch-done): Restore `minibuffer-message-timeout'.
12524
12525 * cus-start.el: Remove entry for `mode-line-inverse-video'.
12526
12527 2000-11-21 Stefan Monnier <monnier@cs.yale.edu>
12528
12529 * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
12530
12531 * find-lisp.el (find-lisp-find-files-internal):
12532 Use dolist, when and file-name-as-directory.
12533
12534 * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
12535 (define-derived-mode, define-minor-mode): Add specs.
12536
12537 * window.el: General comment and spacing fixes.
12538 (save-selected-window): Use backquotes.
12539 (window-safely-shrinkable-p): New function.
12540 (shrink-window-if-larger-than-buffer): Use it.
12541
12542 * subr.el (make-local-hook): Docstring fix.
12543
12544 * shell.el (shell-mode): Use define-derived-mode.
12545
12546 * newcomment.el (comment-indent): Insert comment before calling
12547 comment-indent-function. Don't insert in column 0.
12548 (comment-dwim): Indent before inserting comment.
12549
12550 * isearch.el (isearch-mode-map): Fix docstring. Init in defvar.
12551 (minibuffer-local-isearch-map): Init in defvar. Use inheritance.
12552 (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
12553 Use mapc rather than map.
12554
12555 * files.el (find-buffer-visiting): Compare all attributes before
12556 declaring two files identical (rather than just their inode-no).
12557 (auto-mode-alist): Use \' rather than $.
12558
12559 * which-func.el: Update maintainer line.
12560
12561 * pcvs.el (uniquify-buffer-file-name): Remove advice.
12562 * uniquify.el (uniquify-list-buffers-directory-modes): New var.
12563 (uniquify-buffer-file-name): Use it.
12564
12565 2000-11-22 Miles Bader <miles@gnu.org>
12566
12567 * cus-start.el: Add entry for `minibuffer-prompt-properties'.
12568 * simple.el (minibuffer-avoid-prompt): New function.
12569
12570 2000-11-21 Gerd Moellmann <gerd@gnu.org>
12571
12572 * Makefile.in (.SUFFIXES): Add .SUFFIXES.
12573
12574 2000-11-21 Miles Bader <miles@gnu.org>
12575
12576 * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
12577 inclusion of `track-mouse'.
12578
12579 * textmodes/refill.el (refill-ignorable-overlay): New variable.
12580 (refill-adjust-ignorable-overlay): New function.
12581 (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
12582 only the paragraph's tail if possible.
12583 Update `refill-ignorable-overlay'.
12584 (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
12585
12586 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
12587 point inside the fill-prefix.
12588
12589 * textmodes/refill.el (refill-post-command-function): Don't reset
12590 refill-doit in the case where a self-insertion command doesn't
12591 case a refill. Use `refill-fill-paragraph-at', getting position
12592 from `refill-doit'.
12593 (refill-after-change-function): Set `refill-doit' to END.
12594 (refill-fill-paragraph-at): New function, mostly from old
12595 refill-fill-paragraph.
12596 (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
12597 (refill-pre-command-function): New function.
12598 (refill-mode): Add it to `pre-command-hook'.
12599
12600 2000-11-20 Gerd Moellmann <gerd@gnu.org>
12601
12602 * textmodes/artist.el (artist-mode): Fix autoload cookie.
12603
12604 * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
12605 javadoc tags.
12606
12607 2000-11-20 Andre Spiegel <spiegel@gnu.org>
12608
12609 * vc.el, vc-hooks.el: Undo prev change (moved functions back to
12610 vc.el).
12611
12612 * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
12613 require vc.
12614
12615 * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
12616 checkouts.
12617
12618 2000-11-20 Dave Love <fx@gnu.org>
12619
12620 * Makefile.in (DONTCOMPILE): Omit bindings.el.
12621
12622 2000-11-20 Eli Barzilay <eli@www.barzilay.org>
12623
12624 * calculator.el (calculator-paste): Use `if' instead of `and'
12625 and `or'.
12626 (calculator-help): Don't use electric-describe-mode for XEmacs.
12627
12628 2000-11-19 Gerd Moellmann <gerd@gnu.org>
12629
12630 * info.el (info-menu-5): Doc fix.
12631
12632 * textmodes/artist.el: New file.
12633
12634 2000-11-19 Andre Spiegel <spiegel@gnu.org>
12635
12636 * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
12637 and differentiate according to checkout model.
12638 (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
12639 since this function is only concerned with master state.
12640
12641 * vc-hooks.el (vc-workfile-unchanged-p)
12642 (vc-default-workfile-unchanged-p): Moved here from vc.el.
12643
12644 * vc.el (vc-workfile-unchanged-p)
12645 (vc-default-workfile-unchanged-p): See above.
12646
12647 2000-11-19 Miles Bader <miles@gnu.org>
12648
12649 * image-file.el (insert-image-file): Make `intangible' and
12650 `read-only' properties rear-nonsticky too.
12651
12652 2000-11-18 Gerd Moellmann <gerd@gnu.org>
12653
12654 * ps-print.el: Update copyright notice.
12655
12656 * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
12657 (tooltip-show): Use the offsets.
12658
12659 * bindings.el (mode-line-modified): Fix a typo.
12660 (mode-line-toggle-modified, mode-line-widen)
12661 (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
12662
12663 2000-11-17 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12664
12665 * ps-print.el (toplevel): Test for find-coding-system being
12666 fboundp before calling ps-x-find-coding-system.
12667
12668 2000-11-16 Stefan Monnier <monnier@cs.yale.edu>
12669
12670 * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
12671 (vc-version-backup-file): Docstring fix.
12672
12673 2000-11-16 Gerd Moellmann <gerd@gnu.org>
12674
12675 * files.el (basic-save-buffer): Don't add a newline if
12676 find-file-literally is non-nil.
12677 (find-file-literally): Extend doc string.
12678
12679 * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
12680 sort(1) with the `-f' argument.
12681
12682 2000-11-16 Andre Spiegel <spiegel@gnu.org>
12683
12684 * vc.el: Updated backend documentation.
12685 (vc-default-check-headers): New function.
12686
12687 * vc-{cvs,rcs,sccs}.el: Functions reordered.
12688
12689 * vc.el (vc-revert-buffer): Ask for confirmation if file seems
12690 up-to-date.
12691 (vc-do-command): In the asynchronous case, output messages only if
12692 the minibuffer is not active.
12693
12694 * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
12695 `vc-cvs-use-edit' is on.
12696 (vc-cvs-checkout): When this is used for reverting the workfile,
12697 make a backup of the original contents and revert to that in case
12698 of error.
12699 (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
12700 remote repositories.
12701
12702 * vc.el (vc-annotate): Changed handling of prefix arg; now asks
12703 for both version and ratio in the minibuffer.
12704
12705 * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
12706 Use vc-do-command to perform the annotation, not call-process.
12707
12708 2000-11-16 Kenichi Handa <handa@etl.go.jp>
12709
12710 * international/quail.el (quail-start-translation): Don't call
12711 `message' before reading key sequence.
12712
12713 2000-11-16 Miles Bader <miles@lsi.nec.co.jp>
12714
12715 * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
12716
12717 2000-11-16 Kenichi Handa <handa@etl.go.jp>
12718
12719 * window.el (fit-window-to-buffer): Be sure to acquire at least
12720 one text line even if the buffer is empty.
12721
12722 2000-11-16 Gerd Moellmann <gerd@gnu.org>
12723
12724 * net/ange-ftp.el (ange-ftp-file-writable-p)
12725 (ange-ftp-file-readable-p, ange-ftp-file-executable-p):
12726 Bind ange-ftp-process-verbose to nil.
12727
12728 2000-11-15 Dave Love <fx@gnu.org>
12729
12730 * wid-edit.el (widget-specify-field, widget-specify-button):
12731 If :help-echo is a function, set help-echo of overlay to
12732 widget-mouse-help.
12733 (widget-mouse-help): New function.
12734 (widget-echo-help): Rewritten for :help-echo functions only taking
12735 a widget arg.
12736
12737 * net/eudc-bob.el (eudc-bob-can-display-inline-images):
12738 Use display-graphic-p.
12739 (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
12740 and that JPEG is available.
12741 (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
12742
12743 * international/mule-cmds.el (locale-charset-language-names):
12744 Match @euro.
12745
12746 2000-11-15 Gerd Moellmann <gerd@gnu.org>
12747
12748 * faces.el (face-set-after-frame-default):
12749 If `inhibit-default-face-x-resources' is bound, don't intialize the
12750 default face from X resources.
12751
12752 2000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
12753
12754 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
12755 Don't set EMACSLOADPATH.
12756
12757 2000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
12758
12759 * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
12760 texinfo-insert-@url.
12761 (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
12762 (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
12763
12764 2000-11-14 Stefan Monnier <monnier@cs.yale.edu>
12765
12766 * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
12767 (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
12768 (checkdoc-minor-keymap): Backward compatibility.
12769 (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
12770 (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
12771 (checkdoc-this-string-valid-engine): Be a bit more strict
12772 to avoid matching substrings of `...' quoted vars/funs.
12773 (checkdoc-defun-info): Only look for `interactive' if alone.
12774 (debug-ignored-errors): Add "arg doesn't appear in docstring".
12775
12776 * progmodes/compile.el (grep): `tag-default' can be nil.
12777
12778 * newcomment.el (comment-indent): Paren typo.
12779
12780 2000-11-14 Dave Love <fx@gnu.org>
12781
12782 * calculator.el: New maintainer version.
12783
12784 * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
12785
12786 * cmuscheme.el: Doc fixes.
12787 (cmuscheme) <defgroup>: Use `scheme' as parent.
12788 (cmuscheme-program-name): Remove. Change uses to scheme-program-name.
12789
12790 * xscheme.el (scheme-program-name): Don't define here.
12791
12792 * progmodes/scheme.el (scheme-program-name): New variable
12793 (originally in cmuscheme).
12794
12795 2000-11-14 Miles Bader <miles@gnu.org>
12796
12797 * window.el (fit-window-to-buffer): Handle windows without mode-lines.
12798 Handle header-lines. Don't loop forever if we can't enlarge the
12799 window anymore. Simplify a bit.
12800
12801 2000-11-14 Kenichi Handa <handa@etl.go.jp>
12802
12803 * window.el (fit-window-to-buffer): Don't check
12804 window-text-height. Assure that the last line is fully visible.
12805
12806 * international/quail.el (quail-show-guidance-buf):
12807 Call fit-window-to-buffer to assure the enough height of the guidance
12808 buffer.
12809 (quail-update-guidance): Avoid making the guidance buffer shorter.
12810
12811 2000-11-14 Stefan Monnier <monnier@cs.yale.edu>
12812
12813 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
12814 rather than `prepend' and add an interesting comment.
12815 (tex-math-face, tex-font-lock-syntactic-face-function):
12816 New face and function to use it.
12817 (tex-define-common-keys, tex-mode-map): Use menu-item rather
12818 than `menu-enable' symbol property.
12819 (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
12820 (tex-mode): Add some latex-mode commands for auto-selection.
12821 Use tex-font-lock-syntactic-face-function.
12822 (tex-insert-quote): Simplify.
12823 (tex-shell): New mode.
12824 (tex-start-shell): Use it.
12825 (tex-shell-proc, tex-shell-buf): New functions.
12826 (tex-send-command): Use it.
12827 (tex-main-file): Fix the meaning of the new arg REALFILE.
12828 (tex-send-tex-command): New function split from `tex-start-tex'.
12829 Set compilation-last-buffer and compilation-parsing-end.
12830
12831 * newcomment.el (comment-indent-default): Stick \s<\s< to the left
12832 when it follows non-comment text on the line.
12833
12834 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
12835 Set font-lock-defaults.
12836 (lisp-mode-shared-map): Init inside the defvar.
12837 (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
12838 Use define-derived-mode.
12839
12840 2000-11-14 Miles Bader <miles@lsi.nec.co.jp>
12841
12842 * faces.el (header-line): Use `:box nil' for color/gs displays too.
12843
12844 2000-11-14 Gerd Moellmann <gerd@gnu.org>
12845
12846 * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda):
12847 Don't recursively optimize body because that can lead to infinite
12848 recursion; see comment there.
12849
12850 2000-11-13 Eli Zaretskii <eliz@is.elta.co.il>
12851
12852 * faces.el (face-spec-set-match-display): Revert the change from
12853 2000-10-24. Add a FIXME for after v21.1.
12854
12855 2000-11-13 Miles Bader <miles@gnu.org>
12856
12857 * textmodes/fill.el (skip-line-prefix): New function.
12858 (fill-region-as-paragraph, fill-region): Return the fill-prefix.
12859 (fill-paragraph): Don't leave point inside the fill-prefix.
12860 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
12861 point inside the fill-prefix.
12862
12863 2000-11-13 Miles Bader <miles@lsi.nec.co.jp>
12864
12865 * calendar/calendar.el (generate-calendar-window):
12866 Use `fit-window-to-buffer'.
12867
12868 2000-11-12 Stefan Monnier <monnier@cs.yale.edu>
12869
12870 * gud.el (gud-minor-mode): New var.
12871 (gud-symbol, gud-val): New functions.
12872 (gud-find-file): Copy gud-minor-mode to the new buffer.
12873 (gud-menu-map): Include entries for commands that are not always
12874 available, using :enable to (de)activate them.
12875 (gud-minor-mode-map): New map. Add it to minor-mode-map-alist.
12876 (gud-mode-map): New map.
12877 (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
12878 (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
12879 Don't set up gud's menu (it's done by the minor-mode).
12880 (gud-minibuffer-local-map): New.
12881 Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
12882 (gud-query-cmdline): New function.
12883 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it. Set gud-minor-mode.
12884 (gud-mode): Use define-derived-mode.
12885 Don't set up gud's menu (it's done by the minor-mode).
12886 (gud-chop-words): Remove.
12887 (gud-common-init): Use split-string instead.
12888 (gud-new-keymap, gud-make-debug-menu): Eradicate.
12889
12890 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
12891 Add keyword arg :name.
12892
12893 * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
12894 (diff-count-matches, diff-split-hunk): New functions.
12895 (diff-mode-map): Bind C-c C-s to diff-split-hunk.
12896
12897 * pcvs-info.el (cvs-fi-conflict-face): New var.
12898
12899 * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
12900 Make it into a simple syntax-table, shared among all submodes.
12901 (sh-heredoc-face): Re-introduce.
12902 (sh-font-lock-syntactic-face-function): New function.
12903 (sh-mode): Use it. Also use define-derived-mode.
12904 Remove old bogus setting of indent-region-function.
12905 (sh-set-shell): Don't set the syntax-table any more.
12906 (sh-mode-syntax-table) <defun>: Remove.
12907
12908 2000-11-12 Miles Bader <miles@gnu.org>
12909
12910 * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
12911 message if interactive.
12912
12913 2000-11-12 Dave Love <fx@gnu.org>
12914
12915 * mail/feedmail.el: Fix header,
12916 (feedmail) <defgroup>: Add :link.
12917
12918 * view.el: Use local-map property, not keymap on mode-line string.
12919
12920 * scroll-all.el (scroll-all-mode): Customize variable.
12921 Add autoload cookie to function.
12922
12923 * lazy-lock.el: Remove compatibility code.
12924
12925 * finder.el (finder-known-keywords): Add `files', remove `vms'.
12926 (finder-help-echo): New variable.
12927 (finder-mouse-face-on-line): Add help-echo stuff.
12928 (finder-list-keywords, finder-list-matches): Use mapc.
12929
12930 * faces.el (face-font-registry-alternatives): Add :version.
12931
12932 * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
12933 tags-table-list.
12934
12935 * net/browse-url.el (browse-url-browser-function): Update :version.
12936
12937 * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
12938 (mail-mode): Use [:alnum:] in some regexps.
12939
12940 2000-11-10 Dave Love <fx@gnu.org>
12941
12942 * ediff.el (ediff-regions-internal, ediff-documentation):
12943 * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
12944 fundamental mode.
12945
12946 * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
12947 buffer into fundamental mode.
12948 (ediff-set-difference): Use copy-sequence if available.
12949
12950 * ediff-ptch.el (ediff-dispatch-file-patching-job):
12951 Check ediff-patch-map non-nil.
12952 (ediff-fixup-patch-map, ediff-fixup-patch-map)
12953 (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
12954 buffer into fundamental mode.
12955
12956 * ediff-merg.el (state-or-merge): Defvar when compiling.
12957
12958 2000-11-10 Jason Rumney <jasonr@gnu.org>
12959
12960 * w32-fns.el (w32-add-charset-info): New function.
12961 (w32-charset-info-alist): Use it.
12962
12963 2000-11-10 Gerd Moellmann <gerd@gnu.org>
12964
12965 * faces.el (face-font-registry-alternatives): New user-option.
12966
12967 2000-11-10 Stefan Monnier <monnier@cs.yale.edu>
12968
12969 * textmodes/texinfo.el (texinfo-block-default): New var.
12970 (texinfo-insert-block): Use it. Insert a newline if needed.
12971
12972 * textmodes/fill.el (fill-indent-according-to-mode): New var.
12973 (fill-region-as-paragraph): Use it.
12974
12975 * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
12976 (latex-mode): Tweak tex-*-(head|trail)er regexps.
12977 Tweak paragraph regexps to allow a leading [ \t]*.
12978 (tex-latex-block): Insert a newline if necessary.
12979 (latex-insert-item): Only insert a newline if necessary.
12980 (tex-guess-main-file): New function.
12981 (tex-main-file): Use it. Add arg `realfile'. Trim `.tex'.
12982 Set tex-main-file if TeX-master is provided.
12983 (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
12984
12985 2000-11-10 Gerd Moellmann <gerd@gnu.org>
12986
12987 * startup.el (command-line): Set the default tooltip-mode
12988 to t for graphical displays which implement x-show-tip.
12989
12990 * tooltip.el (tooltip-mode): Add a comment about startup.el
12991 setting the default value of this user-option.
12992
12993 2000-11-09 Stefan Monnier <monnier@cs.yale.edu>
12994
12995 * font-lock.el (font-lock-*-face) <defvar>: Move.
12996 (font-lock-defaults-alist): Mark obsolete.
12997 (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
12998 (font-lock-mode): Use define-minor-mode.
12999 (font-lock-support-mode): Tweak type to default to jit-lock-mode.
13000 (font-lock-turn-off-thing-lock): Be more explicit.
13001 (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
13002 (font-lock-syntactic-face-function): New var.
13003 (font-lock-fontify-syntactically-region): Use it.
13004 (font-lock-doc-face): New.
13005
13006 * pcvs.el (cvs-enabledp): Ignore errors.
13007 (cvs-commit-filelist): Never query.
13008 (cvs-mode-insert): Always add a terminating / in the initial prompt.
13009 (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
13010 (cvs-do-removal): Use cvs-partition rather than delete-if.
13011 Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
13012 cvs-bury-buffer.
13013
13014 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
13015 Allow `next' to jump to after the end of the last match.
13016
13017 2000-11-09 Gerd Moellmann <gerd@gnu.org>
13018
13019 * simple.el (byte-compiling-files-p): New function.
13020
13021 * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
13022 if it is there.
13023
13024 * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
13025 nil again.
13026
13027 * textmodes/ispell.el (ispell-library-path): Don't call
13028 check-ispell-version when byte-compiling because that starts
13029 an ispell process, and ispell might not be installed.
13030 (toplevel): Don't set up a menu when byte-compiling.
13031
13032 * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
13033 it, so that a boundp test can be used to determine if we're
13034 currently byte-compiling.
13035
13036 2000-11-09 Dave Love <fx@gnu.org>
13037
13038 * pcvs.el (uniquify-buffer-file-name): Wrap advice in eval-after-load.
13039
13040 2000-11-09 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13041
13042 * ps-print.el: Patch for variable initialization when spooling.
13043 Doc fix.
13044 (ps-output-list): Fun eliminated.
13045 (ps-begin-file, ps-begin-job): Code fix.
13046
13047 2000-11-08 Dave Love <fx@gnu.org>
13048
13049 * ediff-wind.el (ediff-control-frame-parameters): Zero tool-bar-lines.
13050
13051 2000-11-08 Gerd Moellmann <gerd@gnu.org>
13052
13053 * simple.el (shell-command, display-message-or-buffer)
13054 (shell-command-on-region): Mention resize-mini-windows in the doc
13055 string.
13056 (display-message-or-buffer): Take the value of resize-mini-windows
13057 into account.
13058
13059 2000-11-07 Gerd Moellmann <gerd@gnu.org>
13060
13061 * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
13062
13063 * dired.el (dired-between-files): Add `^. find' as an alternative
13064 to the regular expression, for find-dired.
13065
13066 2000-11-06 Stefan Monnier <monnier@cs.yale.edu>
13067
13068 * textmodes/texnfo-upd.el: Require texinfo.
13069 (defmacro, defgroup): Remove.
13070 (texinfo-section-to-generic-alist): Remove.
13071 Use texinfo-section-list instead (i.e. level is changed string->int).
13072 (texinfo-filter): New function.
13073 (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
13074 (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
13075 Use it. And use regexp-opt.
13076 (texinfo-find-higher-level-node, texinfo-hierarchic-level)
13077 (texinfo-update-menu-region-beginning)
13078 (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
13079 (texinfo-update-the-node, texinfo-sequentially-update-the-node)
13080 (texinfo-update-menu-same-level-regexps): Update.
13081 (texinfo-update-node, texinfo-every-node-update)
13082 (texinfo-sequential-node-update): Remove autoload cookie.
13083
13084 * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
13085 (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
13086 (texinfo-chapter-level-regexp): Remove.
13087 (texinfo-mode): Hard code texinfo-chapter-level-regexp.
13088
13089 2000-11-06 Dave Love <fx@gnu.org>
13090
13091 * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
13092
13093 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
13094 Match defun*.
13095
13096 2000-11-06 Kenichi Handa <handa@etl.go.jp>
13097
13098 * composite.el (composition-function-table): Variable declaration
13099 moved to src/composite.c.
13100 (compose-chars-after): New optional arg object.
13101
13102 2000-11-06 Gerd Moellmann <gerd@gnu.org>
13103
13104 * bindings.el (mode-line-toggle-read-only)
13105 (mode-line-toggle-modified, mode-line-widen)
13106 (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
13107 (make-mode-line-mouse2-map): Rewritten.
13108 (mode-line-modified, mode-line-format, minor-mode-alist): Use new
13109 functions so that C-h k can show something with a doc string.
13110
13111 * startup.el (fancy-splash-delay): Set to 10 seconds.
13112 (fancy-splash-max-time): New user-option.
13113 (fancy-splash-stop-time): New variable.
13114 (fancy-splash-screens): Set it. Catch `stop-splashing'.
13115 (fancy-splash-screens-1): Throw `stop-splashing' when current
13116 time is greater than fancy-splash-stop-time.
13117
13118 2000-11-06 Stefan Monnier <monnier@cs.yale.edu>
13119
13120 * vc-hooks.el (vc-insert-file): Don't assume byte==char.
13121
13122 * pcvs.el (cvs-mode-marked): New arg `noquery'.
13123 Prompt user for a file rather than raising an error.
13124 (cvs-enabledp): Fix call to cvs-mode-marked.
13125 (cvs-insert-file): New function (extracted from cvs-mode-insert).
13126 (cvs-mode-insert): Use it. Change the init prompt' value.
13127 (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
13128
13129 * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
13130 Don't pass default arg to ewoc-locate.
13131 (ewoc-collect): Return result in the right order.
13132
13133 * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
13134
13135 * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
13136 (cvs-status-get-tags): Fix regexp.
13137 (cvs-status-trees, cvs-status-cvstrees):
13138 Combine after change hooks and don't sit-for.
13139 (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
13140 (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
13141 Use make-char rather than hard-coded cryptic data.
13142 (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
13143
13144 * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
13145
13146 * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
13147 (cvs-insert-strings): New function.
13148
13149 2000-11-06 Miles Bader <miles@lsi.nec.co.jp>
13150
13151 * mwheel.el (mouse-wheel-scroll-amount): Renamed from
13152 `mwheel-scroll-amount'.
13153 (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
13154 (mouse-wheel-mode): Use (featurep 'xemacs) instead of
13155 string-matching against the version string.
13156
13157 2000-11-06 Kenichi Handa <handa@etl.go.jp>
13158
13159 * language/thai.el ("Thai"): Set a lisp form that produces
13160 composed string in `sample-text' language info.
13161
13162 * language/tibetan.el ("Tibetan"): Set a lisp form that produces
13163 composed string in `sample-text' language info.
13164
13165 * international/mule-cmds.el (describe-language-environment):
13166 Eval `sample-text' data and insert the result.
13167
13168 * international/mule-conf.el (compound-text): Define this coding
13169 system here. Make x-ctext and ctext aliases of it.
13170
13171 * language/european.el (compound-text, ctext): Moved to
13172 international/mule-conf.el.
13173
13174 2000-11-05 Andrew Innes <andrewi@gnu.org>
13175
13176 * w32-fns.el (w32-version): New function.
13177
13178 2000-11-05 Stefan Monnier <monnier@cs.yale.edu>
13179
13180 * progmodes/awk-mode.el: Update copyright.
13181 (awk-mode-abbrev-table): Remove.
13182 (awk-font-lock-keywords): Use regexp-opt.
13183 (awk-mode): Use define-derived-mode.
13184
13185 * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
13186 when extracting a suffix.
13187
13188 2000-11-04 Andre Spiegel <spiegel@gnu.org>
13189
13190 * vc-hooks.el (vc-insert-file): Rewritten. Don't bother about
13191 auto-save-mode.
13192
13193 2000-11-04 Jason Rumney <jasonr@gnu.org>
13194
13195 * language/european.el (decode-mac-roman): Test against r1 not r0.
13196
13197 2000-11-03 Stefan Monnier <monnier@cs.yale.edu>
13198
13199 * progmodes/icon.el (icon-mode-map): Don't rebind \t.
13200 (icon-mode): Define indent-line-function.
13201 (icon-comment-indent): Simplify.
13202 (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
13203
13204 * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
13205
13206 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
13207 Bind change-log-default-mode to defeat the caching done on it.
13208 Don't bother saving excursion any more.
13209
13210 * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
13211
13212 * frame.el (after-setting-font-hook): Rename hooks -> hook.
13213 (set-frame-font): Use the new name (and the old for compatibility).
13214
13215 * toolbar/tool-bar.el (tool-bar-mode):
13216 * time.el (display-time-mode):
13217 * recentf.el (recentf-mode):
13218 * paren.el (show-paren-mode):
13219 * mwheel.el (mouse-wheel-mode):
13220 * msb.el (msb-mode):
13221 * jka-compr.el (auto-compression-mode):
13222 * image-file.el (auto-image-file-mode):
13223 * hl-line.el (hl-line-mode):
13224 * delsel.el (delete-selection-mode):
13225 * autoinsert.el (auto-insert-mode):
13226 * complete.el (partial-completion-mode): Drop unneeded positional args.
13227
13228 * info.el (Info-mode):
13229 * comint.el (comint-mode): Don't bother with make-local-hook.
13230
13231 * log-edit.el (log-edit-menu): New menu.
13232
13233 2000-11-03 Miles Bader <miles@gnu.org>
13234
13235 * wid-edit.el (widget-end-of-line): Reinstate, with a new
13236 definition, so that trailing spaces are handled properly.
13237 (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
13238
13239 2000-11-03 Gerd Moellmann <gerd@gnu.org>
13240
13241 * startup.el (fancy-splash-text, fancy-splash-text): Use a single
13242 tab character.
13243 (fancy-splash-screens): Set tab-width to 20.
13244
13245 2000-11-03 Dave Love <fx@gnu.org>
13246
13247 * comint.el (comint-completion-addsuffix): Fix custom type.
13248
13249 2000-11-02 Stefan Monnier <monnier@cs.yale.edu>
13250
13251 * font-lock.el (font-lock-buffers): Remove.
13252 (font-lock-global-modes): Define with easy-mmode-define-global-mode.
13253 (font-lock-change-major-mode): Remove.
13254 (turn-on-font-lock-if-enabled): Only apply to the current buffer.
13255 (font-lock-default-fontify-region): Extend the multiline
13256 fontification to whole lines.
13257 (font-lock-fontify-anchored-keywords)
13258 (font-lock-fontify-keywords-region): If matching just one
13259 line (with \n) only mark the \n as multiline.
13260
13261 * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
13262 Correctly handle the case where several :group args are supplied.
13263 Allow :extra-args.
13264 (easy-mmode-define-global-mode): Allow :extra-args.
13265 Correctly handle the case where several :group args are supplied.
13266
13267 2000-11-02 Miles Bader <miles@gnu.org>
13268
13269 * calendar/calendar.el (diary-face, calendar-today-face)
13270 (holiday-face): Remove dependency on `window-system'.
13271
13272 2000-11-02 Ken Raeburn <raeburn@gnu.org>
13273
13274 * Makefile.in (emacs): Set EMACSLOADPATH always.
13275 (update-authors, .el.elc, compile-files): Don't do it explicitly here.
13276 (compile-files): Bomb out if compilation of a file fails.
13277
13278 2000-11-02 Dave Love <fx@gnu.org>
13279
13280 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
13281
13282 2000-11-02 Eli Zaretskii <eliz@is.elta.co.il>
13283
13284 * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
13285 punctuation in the warning inserted into the *mail* buffer.
13286
13287 2000-11-02 Gerd Moellmann <gerd@gnu.org>
13288
13289 * emacs-lisp/authors.el (authors-public-domain-files): New variable.
13290 (authors-public-domain-p): New function.
13291 (authors-print): Use it.
13292
13293 * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
13294
13295 * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
13296
13297 2000-11-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13298
13299 * ps-print.el: Extension for even/odd printing. Doc fix.
13300 (ps-print-version): New version number (6.3.1).
13301 (ps-even-or-odd-pages): Customization fix.
13302 (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
13303 (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
13304 (ps-page-count): Var replaced by `ps-page-column'.
13305 (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
13306 (ps-print-sheet-p): New fun.
13307
13308 2000-11-02 Miles Bader <miles@lsi.nec.co.jp>
13309
13310 * tooltip.el (tooltip-gud-tips-setup): New function.
13311 (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
13312 (tooltip-mode): Call tooltip-gud-tips-setup.
13313 (tooltip-gud-tips): Use `gud-basic-call' instead of
13314 process-send-string, so the prompt gets frobbed appropriately.
13315 Handle nil return value from `tooltip-gud-print-command'.
13316
13317 2000-11-01 Eric M. Ludlam <zappo@ultranet.com>
13318
13319 * comint.el (comint-add-to-input-history): New function.
13320 (comint-send-input): Use `comint-add-to-input-history'.
13321
13322 2000-11-02 Miles Bader <miles@lsi.nec.co.jp>
13323
13324 * info.el (info-menu-header): New face.
13325 (Info-fontify-menu-headers): New function.
13326 (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
13327
13328 * info.el (Info-insert-dir): Don't include blank lines at
13329 beginning of additional dir files (one is added automatically).
13330
13331 2000-11-01 Stefan Monnier <monnier@cs.yale.edu>
13332
13333 * emacs-lisp/easy-mmode.el (define-minor-mode):
13334 Revert the latest changes.
13335 Allow the three positional arguments to be skipped and replaced
13336 by keyword arguments.
13337 Add a :toggle argument to determine whether a nil arg means toggle
13338 or means turn-on. The default is unchanged.
13339 Add a call to force-mode-line-update.
13340
13341 2000-11-01 Dave Love <fx@gnu.org>
13342
13343 * emacs-lisp/elp.el (elp-restore-function): Remove autoload cookie.
13344
13345 2000-11-01 Miles Bader <miles@lsi.nec.co.jp>
13346
13347 * calendar/calendar.el (diary-face, holiday-face):
13348 Add dark-background variants.
13349
13350 2000-10-31 Sam Steingold <sds@gnu.org>
13351
13352 * textmodes/tex-mode.el (tex-file): Use `default-directory' when
13353 `tex-main-file' does not have directory in it.
13354
13355 2000-10-31 Stefan Monnier <monnier@cs.yale.edu>
13356
13357 * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
13358
13359 2000-10-31 Thien-Thi Nguyen <ttn@gnu.org>
13360
13361 * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
13362 functional change.
13363
13364 2000-10-31 Gerd Moellmann <gerd@gnu.org>
13365
13366 * files.el (find-file-noselect): When we expand a wildcard, return
13367 a list of buffers, as we should do according to the doc string.
13368
13369 2000-10-31 Ken Raeburn <raeburn@gnu.org>
13370
13371 * loadup.el (top level): Adjust load path if program name is
13372 "../src/bootstrap-emacs", in case it's not dumped and thus the
13373 load path adjustment hasn't already been done.
13374
13375 2000-10-31 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13376
13377 * ps-print.el: Fix bug on selected pages for printing.
13378 Use `color-values' for Emacs 21. Ensure fontification when jit-lock
13379 is on. Try to avoid warning messages when compiling. Doc Fix.
13380 (ps-print-version): New version number (6.3).
13381 (ps-color-device): Use `color-values' to determine if device
13382 supports color.
13383 (ps-color-values): Try to use `x-color-values' when using XEmacs.
13384 (ps-print-page-p): Changed from defsubst to defun.
13385 (ps-page-number): Changed from defmacro to defun.
13386 (ps-header-sheet, ps-header-page): Fix bug on selected pages for
13387 printing.
13388 (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
13389 (ps-end-file, ps-dummy-page): Funs eliminated.
13390 (ps-print-color-scale): Changed default value.
13391 (ps-page-n-up, ps-print-page-p): New internal vars.
13392 (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
13393 (ps-plot-region, ps-generate, ps-end-job): Code fix.
13394
13395 * delim-col.el: Little programming improvement.
13396 (delimit-columns-str): New macro.
13397 (delimit-columns-region, delimit-columns-rectangle): Code fix.
13398
13399 2000-10-31 Kenichi Handa <handa@etl.go.jp>
13400
13401 * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
13402 Moved to european.el.
13403 (ccl-encode-mac-roman-font, fontset-mac): Modified for
13404 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
13405 (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
13406 (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
13407
13408 2000-10-30 Dave Love <fx@gnu.org>
13409
13410 * progmodes/cc-menus.el (imenu-generic-expression)
13411 (imenu-progress-message): Only defvar when compiling.
13412
13413 * emacs-lisp/elp.el (elp-unload-hook): New function.
13414
13415 * loadhist.el (unload-feature): Call elp-restore-function,
13416 checking for symbols; don't use elp-restore-all.
13417 (loadhist-hook-functions): Doc fix.
13418
13419 2000-10-30 Stefan Monnier <monnier@cs.yale.edu>
13420
13421 * log-edit.el (log-edit-confirm): Fix the default.
13422
13423 2000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13424
13425 * delim-col.el: Little fix: replace delimit-columns-align-columns by
13426 delimit-columns-format.
13427 (delimit-columns-region, delimit-columns-rectangle): Code fix.
13428
13429 2000-10-30 Miles Bader <miles@lsi.nec.co.jp>
13430
13431 * comint.el (comint-replace-by-expanded-history): Don't use
13432 comint-get-old-input (we're not looking at *old* input).
13433 (comint-get-old-input-default): If using fields, signal an error
13434 when the point is not in an input field.
13435
13436 2000-10-30 Kenichi Handa <handa@etl.go.jp>
13437
13438 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
13439 and mule-unicode-e000-ffff.
13440
13441 * international/mule.el (decode-char, encode-char): New functions.
13442 (make-coding-system): Accept a symbol of translation table as a
13443 value of property `safe-chars'.
13444
13445 * international/mule-cmds.el (encode-coding-char): Check property
13446 safe-chars instead of safe-charsets.
13447
13448 * international/fontset.el (fontset-default): Modified for
13449 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
13450 (x-font-name-charset-alist): Likewise.
13451 (ccl-encode-unicode-font): New CCL program. Record it in
13452 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
13453
13454 * language/european.el (mac-roman-decoder, mac-roman-encoder):
13455 New translation tables.
13456 (decode-mac-roman, encode-mac-roman): Definition of these CCL
13457 programs are modified and moved from mac-win.el.
13458 (mac-roman): Definition of this coding system is modified and
13459 moved from mac-win.el.
13460
13461 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
13462
13463 * ediff-wind.el (ediff-setup-control-frame): Enclose
13464 face-attribute in condition-case to avoid errors in older emacsen.
13465
13466 2000-10-29 Miles Bader <miles@gnu.org>
13467
13468 * custom.el (custom-add-to-group): Allow multiple entries for a
13469 given value OPTION, as long as their widget types are different.
13470 * cus-edit.el (custom-face-value-create): If face name doesn't end
13471 with "face", add such here (similar to custom group widgets).
13472
13473 * comint.el (comint-highlight-prompt): Add :type.
13474
13475 2000-10-28 John Wiegley <johnw@gnu.org>
13476
13477 * calendar/timeclock.el (timeclock-log): Doc fix.
13478 (timeclock-last-event): Doc fix.
13479 (timeclock-log): Kill the timelog buffer after appending a new event.
13480 (timeclock-find-discrep): Use a temp buffer to read in the
13481 timelog, instead of visiting the file.
13482 (timeclock-log-data): A new function, along with a host of helper
13483 functions, for the purpose of making timelog data accessible to
13484 programmers.
13485
13486 * eshell/esh-mode.el (window-height test): Make certain that
13487 `eshell-stringify-t' is non-nil.
13488 (eshell-password-prompt-regexp): Changed to a much simpler
13489 password regexp.
13490 (eshell-send-input): If `eshell-invoke-directly' returns t,
13491 directly invoke the parsed command using `eval'. This improves
13492 turn-around time on simple commands by a factor of three or
13493 greater, such as cd, ls, pwd, etc. -- which get used very often.
13494 It also conserves thousands of cons cells per call (since
13495 `eshell-do-eval' consumes memory like a Cookie Monster set loose
13496 in the Pacific Cookie Company).
13497
13498 * eshell/esh-test.el (eshell-test): Whitespace fix.
13499
13500 * eshell/em-ls.el (eshell-ls-insert-directory):
13501 Make `eshell-ls-initial-args' nil when inserting directory contents.
13502
13503 * eshell/em-script.el (eshell-script-initialize): Add names to
13504 `eshell-complex-commands, since `source' and `.' are complex.
13505
13506 * eshell/esh-cmd.el (eshell-rewrite-for-command)
13507 (eshell-rewrite-while-command): Use `eshell-protect' instead of
13508 `eshell-copy-handles'.
13509 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
13510 bodies.
13511 (eshell-separate-commands): Whitespace fix.
13512 (eshell-complex-commands): Added a new list of names, for
13513 determining whether a given command is as simple as it looks.
13514 (eshell-invoke-directly): New function. Returns t if a command
13515 should be invoked directly (using `eval'), rather than indirectly
13516 using `eshell-do-eval'.
13517 (eshell-do-eval): Whitespace fix.
13518
13519 * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
13520 which provides an emulation of the DOS shell behavior of assuming
13521 that cp/mv/ln should copy/move/link to the current directory.
13522 (eshell-remove-entries): Added a doc string.
13523 (eshell-shuffle-files): Removed the check for `target' being null.
13524 (eshell-mvcp-template, eshell-mvcpln-template): Renamed
13525 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
13526 it to do a smarter check of whether a destination was provided.
13527 (eshell/mv, eshell/cp): Enable `:preserve-args'.
13528 (eshell/ln): Enable `:preserve-args', and use
13529 `eshell-mvcpln-template' to implement the body of the function.
13530 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
13531 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
13532 list after flattening it. This makes it possible to cat files
13533 with numerical names.
13534 (eshell-unix-initialize): Added several names to
13535 `eshell-complex-commands.
13536 (eshell-unix-command-complex-p): Return t if a given command name
13537 may result in external processes being invoked.
13538
13539 * eshell/em-glob.el (eshell-glob-show-progress): Make this
13540 variable nil by default, since it slows down glob processing by a
13541 factor of two or more, and increases memory consumption.
13542
13543 * eshell/em-smart.el: Added a note about how memory consumptive
13544 smart display mode can be (at least this is true in Emacs 21).
13545 (eshell-smart-initialize): Whitespace fix.
13546 (eshell-refresh-windows): Use `if' instead of `when'.
13547 (eshell-smart-scroll-window): Calling `save-current-buffer' was
13548 not necessary.
13549 (eshell-currently-handling-window): Added a missing global variable.
13550
13551 * eshell/em-ls.el (eshell-do-ls): Code simplification.
13552 (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
13553 Whitespace fix.
13554 (eshell-ls-exclude-hidden): Added this variable in addition to
13555 `eshell-ls-exclude-regexp'. This one prevents files beginning
13556 with . from even being read, which can improve memory consumption
13557 quite a bit.
13558 (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
13559 read file entries beginning with a dot. In home directories with
13560 lots of hidden files, fully two-thirds of the time spent in ls is
13561 used to read directory entries that are immediately thrown away.
13562 (eshell-ls-initial-args): Added back this configuration variable,
13563 for specifying default initial arguments to every call to ls.
13564 Much faster than using an alias to do the same thing.
13565 (eshell-do-ls): Use `eshell-ls-initial-args', if set.
13566 (eshell-ls-dir): Whitespace change.
13567
13568 * eshell/em-dirs.el (eshell/pwd): Small code simplification.
13569
13570 * eshell/esh-util.el: Don't require `ange-ftp' if it's not available.
13571 (eshell-stringify-t): Added a customization variable, to indicate
13572 whether `t' should be rendered as a string at all. If not, one
13573 can still determine if the result of an expression is true using
13574 "file-exists-p FILE && echo true".
13575 (eshell-stringify): If `eshell-stringify-t' is nil, don't
13576 stringify t!
13577
13578 * eshell/esh-module.el: Whitespace fix.
13579
13580 * eshell/em-alias.el (eshell-alias-initialize):
13581 Added `eshell-command-aliased-p' to `eshell-complex-commands'.
13582 (eshell-command-aliased-p): New function that returns t if a
13583 command name names an aliased.
13584
13585 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
13586
13587 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
13588 redrawing the screen when changing cursor color.
13589 (viper-insert-state-pre-command-sentinel)
13590 (viper-replace-state-pre-command-sentinel)
13591 (viper-replace-state-post-command-sentinel):
13592 Use viper-preserve-cursor-color.
13593 Many functions changed to use viper= instead of = when comparing
13594 characters.
13595 * viper-util.el (viper-memq-char,viper=): New functions for
13596 working with characters.
13597 (viper-change-cursor-color): Fixed buglet.
13598 Many functions changed to use viper= instead of = when comparing
13599 characters.
13600 * viper.el (viper-insert-state-mode-list): Added eshell.
13601
13602 * ediff-init.el (ediff-before-setup-hook): New hook.
13603 Several typos fixed in various docstrings.
13604 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
13605 * ediff-nult.el (ediff-before-session-group-setup-hooks): New hook.
13606 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
13607 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
13608 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
13609 (ediff-get-selected-buffers): New function.
13610 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
13611 (ediff-vc-merge-internal,ediff-rcs-merge-internal):
13612 Use save-window-excursion.
13613 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
13614 termination check in while loop.
13615 * ediff.el (ediff-get-default-file-name): Better defaults when in
13616 dired buffer.
13617 (ediff-files,ediff-merge-files,ediff-files3)
13618 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
13619
13620 2000-10-28 Dave Love <fx@gnu.org>
13621
13622 * info.el (Info-fontify-node): Add help-echo for menu items.
13623
13624 2000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
13625
13626 * startup.el (normal-top-level): If the value of $TERM indicates
13627 we are running from xterm or one of its work-alikes, default to a
13628 light background mode.
13629
13630 Support for -fg, -bg, and -rv command-line arguments for TTYs:
13631 * faces.el (tty-handle-reverse-video): New function.
13632 (tty-create-frame-with-faces): Call it.
13633
13634 * frame.el (frame-notice-user-settings): Don't apply
13635 default-frame-alist and initial-frame-alist to MS-DOS frames.
13636 Call tty-handle-reverse-video, frame-set-background-mode, and
13637 face-set-after-frame-default for non-MS-DOS frames.
13638
13639 * startup.el (tty-long-option-alist): New variable.
13640 (tty-handle-args): New function.
13641 (command-line): Call tty-handle-args.
13642
13643 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
13644 startup.el now does that for all character-terminal frames.
13645
13646 2000-10-28 Miles Bader <miles@gnu.org>
13647
13648 * emacs-lisp/easy-mmode.el (define-minor-mode):
13649 Generate `turn-on-MODE' and `turn-off-MODE' functions unless the mode
13650 is global. If :global is followed by a non-nil but non-t value,
13651 make the mode buffer-local, but also generate a `global-MODE'
13652 version using `easy-mmode-define-global-mode'.
13653 Add :conditional-turn-on keyword argument.
13654
13655 2000-10-28 Dave Love <fx@gnu.org>
13656
13657 * international/latin1-disp.el (latin1-char-displayable-p):
13658 Don't use window-system.
13659
13660 2000-10-27 Eli Zaretskii <eliz@is.elta.co.il>
13661
13662 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
13663 Don't call find-buffer-file-type-coding-system. Instead, just
13664 set eol-type to -unix if inhibit-eol-conversion is in effect, or
13665 if the file is on an untranslated filesystem.
13666 (add-untranslated-filesystem): Use "D" instead of "f" inside
13667 interactive.
13668
13669 2000-10-27 Dave Love <fx@gnu.org>
13670
13671 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
13672 (refill-mode): Use it.
13673
13674 2000-10-27 Stefan Monnier <monnier@cs.yale.edu>
13675
13676 * international/quail.el (quail-activate): Don't make-local-hook.
13677
13678 2000-10-27 Andre Spiegel <spiegel@gnu.org>
13679
13680 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
13681 manual backups and file.~<rev>.~ for automatic ones.
13682 (vc-make-version-backup): Don't do it on MS-DOS without long file
13683 names.
13684
13685 * vc.el (vc-version-other-window): If an automatic backup of the
13686 desired version exists, rename it instead of copying it.
13687
13688 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
13689 after command. If there's an unexpected error, signal it instead
13690 of being silent.
13691 (vc-cvs-merge-news): Be prepared for no news at all.
13692
13693 2000-10-27 Miles Bader <miles@lsi.nec.co.jp>
13694
13695 * shell.el (shell): Add BUFFER argument.
13696 * comint.el (make-comint-in-buffer): New function.
13697 (make-comint): Use it.
13698
13699 * faces.el (face-spec-choose): Change syntax so that the list of
13700 attribute-value pairs is now the cdr of each clause, not the cadr.
13701 Detect old-style entries, and handle them. Use pop.
13702
13703 2000-10-26 Stefan Monnier <monnier@cs.yale.edu>
13704
13705 * cus-edit.el (custom-mode-map): Use a sparse map.
13706 (custom-mode): Don't bother with make-local-hook.
13707
13708 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
13709
13710 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
13711
13712 2000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13713
13714 * ps-print.el: Avoid compilation gripes.
13715 (ps-print-version): New version number (6.2.1).
13716
13717 2000-10-26 Dave Love <fx@gnu.org>
13718
13719 * menu-bar.el: Modify some menu item help strings.
13720 (menu-bar-help-menu): Add link to MORE.STUFF.
13721
13722 * cus-edit.el (custom-mode): Add `special' mode-class property.
13723
13724 * wid-browse.el (widget-browse-mode): Likewise.
13725
13726 * wid-edit.el (widget-specify-field): Revert to using local-map
13727 property, not keymap.
13728
13729 2000-10-26 Miles Bader <miles@lsi.nec.co.jp>
13730
13731 * wid-edit.el (widget-field-end): When checking for a `boundary'
13732 field, do so in the correct buffer.
13733
13734 * simple.el (undo): Correctly distinguish between numeric and
13735 non-numeric prefix args in non-transient-mark-mode, as per the doc
13736 string. When in transient-mark-mode, treat all prefix-args as
13737 numeric.
13738
13739 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
13740 Position point on match. Handle N == 0 correctly.
13741
13742 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
13743 (comint-mode-map): Reverse order of `comint-write-output' and
13744 `comint-append-output-to-file'.
13745 (comint-append-output-to-file): Reinstate this function, for the
13746 benefit of the menu.
13747
13748 2000-10-25 Stefan Monnier <monnier@cs.yale.edu>
13749
13750 * vc.el (vc-version-other-window): Bind `file'.
13751
13752 2000-10-25 Gerd Moellmann <gerd@gnu.org>
13753
13754 * Makefile.in (update-authors): New target for maintenance purposes.
13755
13756 * emacs-lisp/authors.el (batch-update-authors): New function.
13757 (authors-fixed-entries): New defconst.
13758 (authors-add-fixed-entries): New function.
13759 (authors): Call it.: Don't process lispref/.
13760
13761 2000-10-25 Jason Rumney <jasonr@gnu.org>
13762
13763 * cus-edit.el (custom-button-face, custom-button-pressed-face):
13764 Merge x w32 and mac definitions.
13765
13766 2000-10-25 Gerd Moellmann <gerd@gnu.org>
13767
13768 * menu-bar.el (menu-bar-options-menu): Add a help string for
13769 `uniquify'.
13770
13771 2000-10-25 Stephen Gildea <gildea@stop.mail-abuse.org>
13772
13773 * time-stamp.el (time-stamp-string-preprocess):
13774 Fix a wrong type argument error.
13775
13776 2000-10-25 Miles Bader <miles@gnu.org>
13777
13778 * recentf.el (recentf-mode): Variable removed.
13779 (recentf-mode): Use `define-minor-mode'.
13780
13781 * mwheel.el (mouse-wheel-mode): New global minor mode.
13782 (mwheel-install): Use `mouse-wheel-mode'.
13783
13784 2000-10-25 Dave Love <fx@gnu.org>
13785
13786 * progmodes/cperl-mode.el (cperl-mode):
13787 Set normal-auto-fill-function correctly.
13788
13789 * wid-edit.el (widget-field-keymap, widget-text-keymap):
13790 Don't inherit from global-map and don't nullify menu-bar and tool-bar
13791 bindings.
13792
13793 2000-10-25 Miles Bader <miles@lsi.nec.co.jp>
13794
13795 * wid-edit.el (widget-field-at): New function.
13796 (widget-at, widget-field-activate): Use it.
13797 (widget-tabable-at): Use `widget-at'.
13798 (widget-specify-field): If the terminating character of the widget
13799 field (which is read-only) is a newline, put it into a special
13800 `boundary' field so that C-n/C-p act more naturally.
13801 (widget-field-end): Also don't subtract one if a special
13802 `boundary' field has been added after the widget field.
13803
13804 * comint.el (comint-output-filter, comint-send-input):
13805 Don't bother adding stickiness fields to overlays to fool the field
13806 code, since it should notice the overlay insertion-types now.
13807
13808 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
13809 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
13810 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
13811
13812 2000-10-24 Gerd Moellmann <gerd@gnu.org>
13813
13814 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
13815 (authors): Set file coding system to iso-2022-7bit.
13816 Add file-local variables to output buffer.
13817
13818 * files.el (after-find-file): Don't print any warnings if
13819 WARN is nil.
13820
13821 2000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13822
13823 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
13824
13825 * delim-col.el: Now there is a column formatting mechanism.
13826 Modified to customization mechanisms convention. Doc fix.
13827 (columns): New group for delim-col.
13828 (delimit-columns-before, delimit-columns-after)
13829 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
13830 (delimit-columns-end): New vars.
13831 (delimit-columns-customize, delimit-columns-format): New funs.
13832 (delimit-columns-region, delimit-columns-rectangle)
13833 (delimit-columns-rectangle-line): Modified to support column
13834 formatting.
13835
13836 2000-10-24 Dave Love <fx@gnu.org>
13837
13838 * log-edit.el (log-edit): Add :version and a :group for vc.
13839
13840 2000-10-24 Gerd Moellmann <gerd@gnu.org>
13841
13842 * files.el (after-find-file): Don't print a message ``New file''
13843 if WARN is nil.
13844
13845 * wid-edit.el (widget-field-keymap, widget-text-keymap):
13846 Define the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
13847 get duplicate tool-bar entries because we'll see the global ones
13848 on more than one path through keymaps.
13849
13850 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
13851
13852 * progmodes/cmacexp.el: Change Francesco's email address.
13853
13854 2000-10-24 Kenichi Handa <handa@etl.go.jp>
13855
13856 * window.el (fit-window-to-buffer): Adjust point of the window
13857 buffer, not that of the current buffer.
13858
13859 2000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
13860
13861 * progmodes/cmacexp.el: Update the euthor's email address.
13862
13863 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
13864
13865 * faces.el (face-spec-set-match-display): Add `graphic' display
13866 type (the inverse of `tty'). Use `display-graphic-p' instead of
13867 the window-system variable.
13868
13869 2000-10-24 Kenichi Handa <handa@etl.go.jp>
13870
13871 * international/isearch-x.el (isearch-with-input-method):
13872 Call input-method-function with the first event in
13873 unread-command-events.
13874
13875 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
13876
13877 * faces.el (face-default-spec, face-user-default-spec): Make defsubsts.
13878
13879 2000-10-24 Andrew Choi <akochoi@i-cable.com>
13880
13881 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
13882 New charsets.
13883
13884 * term/mac-win.el: Remove definitions of mac-roman-lower and
13885 mac-roman-upper, require dired, and define instead of set
13886 mac-ready-for-drag-n-drop to avoid compilation error.
13887
13888 2000-10-23 Andrew Innes <andrewi@gnu.org>
13889
13890 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]:
13891 Remove superfluous calls to subst-char-in-string; instead apply
13892 expand-file-name after convert-standard-filename to ensure
13893 expected directory separators are used.
13894
13895 2000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
13896
13897 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
13898
13899 2000-10-23 Dave Love <fx@gnu.org>
13900
13901 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
13902 (tool-bar-add-item): Set foreground and background for XBM icons.
13903
13904 * international/latin1-disp.el (latin1-char-displayable-p):
13905 New function (from Handa).
13906 (latin1-display-check-font): Use it.
13907
13908 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
13909 using :key-sequence, making it much more usable.
13910 Use nconc, not append.
13911 (imenu--create-keymap-1): Avoid append.
13912
13913 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
13914
13915 2000-10-23 Miles Bader <miles@lsi.nec.co.jp>
13916
13917 [the following changes fix a bug where `define-minor-mode' didn't
13918 correctly generate :require clauses for defcustoms in compiled files]
13919 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
13920 (byte-compile-log-file, byte-compile-log-1): Don't set
13921 `byte-compile-current-file' to nil. Instead set
13922 `byte-compile-last-logged-file' to it. Test whether
13923 byte-compile-current-file equals byte-compile-last-logged-file
13924 instead of whether its nil.
13925 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
13926
13927 2000-10-23 Stefan Monnier <monnier@cs.yale.edu>
13928
13929 * textmodes/refill.el: Fix var names in doc.
13930 (refill-mode): Don't bother with make-local-hook anymore.
13931
13932 2000-10-23 Miles Bader <miles@lsi.nec.co.jp>
13933
13934 * faces.el (face-user-default-spec, face-default-spec): New functions.
13935 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
13936 (frame-set-background-mode, face-set-after-frame-default):
13937 Use `face-user-default-spec'. Simplify code slightly.
13938
13939 * woman.el (woman-italic-face, woman-bold-face)
13940 (woman-unknown-face): Add dark-background variants.
13941 (woman-default-faces): Renamed from `woman-colour-faces'.
13942 Set using the stored defaults, rather than using hard-wired colors.
13943 (woman-monochrome-faces): Renamed from `woman-black-faces'.
13944 Just make the foreground `unspecified' rather than "black".
13945 (woman-menu): Rename menu entries accordingly.
13946
13947 * faces.el (header-line): Make more reasonable on mono/grayscale
13948 displays.
13949
13950 2000-10-23 Andrew Choi <akochoi@i-cable.com>
13951
13952 * cus-edit.el (custom-button-face): Use 3D look for mac.
13953 (custom-button-pressed-face): Likewise.
13954
13955 * faces.el (set-face-attributes-from-resources): Handle mac frames
13956 in the same way as x and w32 frames.
13957 (face-valid-attribute-values): Likewise.
13958 (read-face-attribute): Likewise.
13959 (defined-colors): Likewise.
13960 (color-defined-p): Likewise.
13961 (color-values): Likewise.
13962 (display-grayscale-p): Likewise.
13963 (face-set-after-frame-default): Likewise.
13964 (mode-line): Same default face as for x and w32.
13965 (tool-bar): Likewise.
13966
13967 * frame.el: Remove call to frame-notice-user-settings at end of
13968 the file.
13969
13970 * info.el (Info-fontify-node): Make underlines invisible for mac
13971 as for x, pc, and w32 frame types.
13972
13973 * term/mac-win.el: New file.
13974
13975 2000-10-22 Dave Love <fx@gnu.org>
13976
13977 * textmodes/refill.el: New file.
13978
13979 2000-10-22 Andre Spiegel <spiegel@gnu.org>
13980
13981 * vc-hooks.el (vc-version-backup-file-name): New optional args
13982 MANUAL and REGEXP.
13983 (vc-delete-automatic-version-backups, vc-make-version-backup):
13984 New functions.
13985 (vc-before-save): Use the latter.
13986 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
13987 confusion.
13988
13989 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
13990 expected by vc[-hooks].el.
13991
13992 * vc.el (vc-checkout): Added `-p' suffix in call to
13993 vc-make-version-backups-p; use vc-make-version-backup to actually
13994 make the backup.
13995 (vc-version-other-window, vc-version-backup-file): Handle both
13996 automatic and manual backups.
13997 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
13998 of all of them.
13999
14000 2000-10-22 Miles Bader <miles@gnu.org>
14001
14002 * comint.el (comint-highlight-input, comint-highlight-prompt):
14003 Renamed, `-face' at end removed.
14004 (comint-send-input, comint-output-filter): Use renamed faces.
14005
14006 * window.el (fit-window-to-buffer): Change defaulting of
14007 MAX-HEIGHT slightly.
14008
14009 * faces.el (color-values, color-defined-p): Use `member', not
14010 `memq', because it works correctly for strings.
14011 (frame-set-background-mode): Actually, "unspecified-fg" and
14012 "unspecified-bg" *are* strings. Use `member', not `memq', and
14013 `equal', not `eq', when a string value is possible.
14014
14015 2000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
14016
14017 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
14018
14019 2000-10-21 Stefan Monnier <monnier@cs.yale.edu>
14020
14021 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
14022 sh-electric-rparen, sh-electric-less and sh-electric-hash.
14023 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
14024 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
14025 (sh-font-lock-syntactic-keywords): Use them.
14026 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
14027 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
14028 (sh-mode): Don't override font-lock-unfontify-region-function.
14029 Use a copy of sh-font-lock-syntactic-keywords.
14030 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
14031 Don't call sh-scan-buffer since font-lock does it on the fly.
14032 (sh-get-indent-info): Use `face' rather than `syntax-table'
14033 text-property to detect here-documents.
14034 Replace sh-special-syntax with sh-st-punc.
14035 (sh-prev-line): Use `face' rather than `syntax-table'
14036 text-property to skip over here-documents.
14037 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
14038 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
14039 (sh-electric-less, sh-set-here-doc-region)
14040 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
14041 (sh-scan-buffer, sh-rescan-buffer): Remove.
14042
14043 2000-10-21 Andrew Innes <andrewi@gnu.org>
14044
14045 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
14046 remote (ange-ftp) file names.
14047
14048 2000-10-21 Miles Bader <miles@gnu.org>
14049
14050 * window.el (fit-window-to-buffer): New function.
14051 (shrink-window-if-larger-than-buffer): Use it.
14052 (window-text-height): Don't expect minibuffers to have mode-lines.
14053
14054 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
14055 * international/quail.el (quail-update-guidance):
14056 Use `fit-window-to-buffer' instead of `set-window-text-height'.
14057
14058 * international/quail.el (quail-show-guidance-buf): Make sure
14059 guidance window really has enough room.
14060 (quail-update-guidance): If quail-guidance-win is already shown,
14061 make sure its height is OK.
14062
14063 * window.el (window-text-height, set-window-text-height):
14064 New functions.
14065 (shrink-window-if-larger-than-buffer): Use `window-text-height'
14066 instead of `window-height' & `mode-line-window-height-fudge'.
14067 (mode-line-window-height-fudge): Add FACE parameter.
14068 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
14069 instead of `enlarge-window' & `mode-line-window-height-fudge'.
14070
14071 2000-10-20 Miles Bader <miles@gnu.org>
14072
14073 * window.el (height-affecting-face-attributes): Use `defconst'.
14074
14075 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
14076 New function, conditionally aliased to `mode-line-window-height-fudge'.
14077 (ispell-help): Use it.
14078 (ispell-choices-win-default-height): Don't include mode-line fudge.
14079 (ispell-choices-win-default-height): New function.
14080 (ispell-show-choices, ispell-command-loop): Use function
14081 `ispell-choices-win-default-height' instead of variable.
14082
14083 2000-10-20 Miles Bader <miles@lsi.nec.co.jp>
14084
14085 * window.el (mode-line-window-height-fudge): New variable.
14086 (height-affecting-face-attributes): New variable.
14087 (mode-line-window-height-fudge): New function.
14088 (shrink-window-if-larger-than-buffer): Use it.
14089 * help.el (resize-temp-buffer-window): Likewise.
14090
14091 * info.el (Info-fontify-node): Add support for @subsubsection
14092 titles, which use `Info-title-4-face'.
14093 (Info-title-4-face): New face.
14094 (Info-title-3-face): Inherit from Info-title-4-face instead of
14095 variable-pitch.
14096
14097 2000-10-19 Jason Rumney <jasonr@gnu.org>
14098
14099 * dired.el (dired-insert-directory): Do not let errors signalled by
14100 attempt to run dired-free-space-program prevent dired from working.
14101
14102 2000-10-19 Stefan Monnier <monnier@cs.yale.edu>
14103
14104 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
14105
14106 2000-10-19 Gerd Moellmann <gerd@gnu.org>
14107
14108 * dirtrack.el (dirtrack): Fix call to run-hooks.
14109
14110 * cmuscheme.el (cmuscheme-program-name): Renamed from
14111 scheme-program-name because xscheme.el contains a defcustom with
14112 the same name. As a consequence, customizing group `cmuscheme'
14113 loaded `xscheme' which redefined run-scheme.
14114 (run-scheme): Use cmuscheme-program-name.
14115
14116 * ps-print.el (ps-print-emacs-type): Move into the eval-and-compile.
14117
14118 * play/doctor.el (doctor-death): Update the Samaritans'
14119 anonymous address, and add a website for Befrienders International.
14120
14121 2000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14122
14123 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
14124 Avoid compilation gripes. Doc fix.
14125 (ps-print-version): New version number (6.2).
14126 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
14127 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
14128 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
14129 (ps-x-extent-priority, ps-x-extent-start-position)
14130 (ps-x-face-font-instance, ps-x-find-coding-system)
14131 (ps-x-font-instance-properties, ps-x-make-color-instance)
14132 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
14133 avoid compilation gripes without defining functions.
14134 (ps-e-find-composition): Alias for function find-composition, to have a
14135 suitable function depending on Emacs version.
14136 (ps-color-device, ps-color-values, ps-face-foreground-name)
14137 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
14138 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
14139 (ps-print-ensure-fontified): Function definitions surrounded by
14140 `eval-and-compile' to avoid compilation gripes.
14141 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
14142 by symbol-value to avoid compilation gripes.
14143 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
14144 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
14145
14146 2000-10-19 Miles Bader <miles@lsi.nec.co.jp>
14147
14148 * startup.el (normal-top-level): Call `frame-set-background-mode'
14149 after `frame-notice-user-settings' because the latter doesn't call
14150 the former on a tty.
14151
14152 * faces.el (frame-set-background-mode): `unspecified' &c are
14153 symbols, not strings.
14154
14155 2000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
14156
14157 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
14158 why some "light*" colors are deliberately absent from the alist.
14159
14160 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
14161 Change colors for tty's, as suggested by Miles Bader.
14162
14163 2000-10-19 Kenichi Handa <handa@etl.go.jp>
14164
14165 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
14166 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
14167 for ISO10646-1 fonts.
14168 (x-font-name-charset-alist): Add an entry for "iso10646-1".
14169
14170 2000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
14171
14172 * faces.el (frame-set-background-mode): If a tty frame defines a
14173 background color, use that to compute the background mode, instead
14174 of always defaulting to "dark".
14175
14176 2000-10-19 Miles Bader <miles@lsi.nec.co.jp>
14177
14178 * comint.el (comint-write-output): New function.
14179 (comint-mode-map): Add it to the menu.
14180 Bind `C-c C-s' to comint-write-output.
14181
14182 2000-10-18 Gerd Moellmann <gerd@gnu.org>
14183
14184 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
14185 Use fancy-splash-delay.
14186
14187 2000-10-18 Alex Schroeder <alex@gnu.org>
14188
14189 * progmodes/sql.el (sql-sybase-options): New option.
14190 (sql-sybase): Use it. Add sql-database to the list of parameters
14191 provided for login. The options -w 2048 -n are not used any more.
14192
14193 * comint.el (comint-read-input-ring): Bugfix such that the first
14194 and the last entry of the input ring file are not lost.
14195
14196 2000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14197
14198 * ps-print.el: Internal variable changes to defcustom,
14199 make-local-hook changes to defvar. Doc fix.
14200 (ps-print-version): New version number (6.1).
14201 (ps-setup, ps-do-despool): Code fix.
14202 (ps-printer-name): Customization fix.
14203 (ps-printer-name-option): Now is a defcustom instead of an
14204 internal variable.
14205 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
14206 (ps-print-begin-column-hook): Now are defvar instead of
14207 make-local-hook.
14208
14209 2000-10-18 Miles Bader <miles@gnu.org>
14210
14211 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
14212 (comint-kill-output): Changed into an alias for `comint-delete-output',
14213 and made obsolete.
14214 (comint-mode-map): Rename references to comint-kill-output.
14215
14216 2000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
14217
14218 * diff-mode.el (diff-header-face, diff-file-header-face)
14219 (diff-changed-face): Add bold and italic attributes to tty faces.
14220 (diff-function-face): New face.
14221 (diff-font-lock-keywords): Use it.
14222
14223 2000-10-18 Miles Bader <miles@lsi.nec.co.jp>
14224
14225 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
14226 Remove commented-out call to force-mode-line-update.
14227 (comint-kill-output): Use `forward-line 0' instead of
14228 beginning-of-line to make sure we get past the prompt.
14229
14230 2000-10-17 Stefan Monnier <monnier@cs.yale.edu>
14231
14232 * diff-mode.el (diff-header-face, diff-file-header-face):
14233 Add specific setting for dark background.
14234 (diff-context-face): Renamed from diff-comment-face.
14235 Set explicitly rather than inheriting from font-lock-comment-face.
14236
14237 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
14238
14239 * startup.el (command-line): Move the code which sets the default
14240 TTY colors to before before-init-hook.
14241
14242 2000-10-17 Gerd Moellmann <gerd@gnu.org>
14243
14244 * jit-lock.el (jit-lock-stealth-time): Doc fix.
14245
14246 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
14247
14248 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
14249 extensions, for MS-DOS.
14250
14251 * diff-mode.el (diff-header-face, diff-file-header-face)
14252 (diff-changed-face): Define tty-specific colors.
14253
14254 2000-10-17 Gerd Moellmann <gerd@gnu.org>
14255
14256 * startup.el (fancy-splash-text): Realign the text.
14257
14258 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
14259
14260 * font-lock.el (font-lock-comment-face): Define a separate default
14261 for dark-background tty's.
14262
14263 2000-10-17 Miles Bader <miles@gnu.org>
14264
14265 * help.el (resize-temp-buffer-window): Add hack to avoid last line
14266 being obscured by whizzy mode-lines on graphics displays.
14267
14268 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
14269
14270 * info.el (Info-title-1-face, Info-title-2-face)
14271 (Info-title-3-face): Define colors for tty's.
14272 (info-header-node): Remove unneeded tty-specific definition.
14273
14274 2000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
14275
14276 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
14277 reverse from the frame parameters, and don't invert foreground and
14278 background colors.
14279
14280 2000-10-16 Miles Bader <miles@gnu.org>
14281
14282 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
14283 string "*Info*". Call propertized-buffer-identification to spruce
14284 up the result.
14285
14286 2000-10-16 Gerd Moellmann <gerd@gnu.org>
14287
14288 * help.el: Provide `help' for the sake of define-minor-mode
14289 which generates defcustoms with requires.
14290
14291 * jit-lock.el (jit-lock-after-change): If we're in text that
14292 matches a multi-line font-lock pattern, make sure the whole text
14293 will be redisplayed.
14294
14295 * emacs-lisp/authors.el (authors-add): Don't add an entry if
14296 author's name is unknown.
14297
14298 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
14299 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
14300 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
14301 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
14302 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
14303 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
14304 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
14305 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
14306 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
14307 Add author information.
14308
14309 2000-10-16 Miles Bader <miles@lsi.nec.co.jp>
14310
14311 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
14312 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
14313 full-color version (using the Gimp) to eliminate dithering artifacts.
14314
14315 2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
14316
14317 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
14318
14319 * simple.el (syntax-flag-table, string-to-syntax): Remove.
14320
14321 2000-10-15 Dave Love <fx@gnu.org>
14322
14323 * progmodes/sh-script.el: Require skeleton and comint when compiling.
14324
14325 * pcomplete.el (pcomplete) <defgroup>: Add :version.
14326
14327 * whitespace.el: Doc fixes.
14328 (top-level): Don't add hooks here.
14329 (whitespace-running-emacs): Deleted.
14330 (timer): Don't require.
14331 (whitespace): Add back :version conditional on xemacs test.
14332 (whitespace-spacetab-regexp, whitespace-indent-regexp)
14333 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
14334 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
14335 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
14336 Avoid specific xemacs test.
14337 (whitespace-global-mode): New option.
14338 (whitespace-global-mode): New command.
14339 (whitespace-unload-hook): New function.
14340
14341 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
14342 (Info-fontify-node, Info-goto-node, Info-mode-menu)
14343 (Info-fontify-node): `Goto' goes to `Go to'.
14344 (Info-fontify-node): Add help-echo to xref links.
14345
14346 2000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
14347
14348 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
14349
14350 2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
14351
14352 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
14353 Use plist-get and allow :inherit.
14354
14355 * emacs-lisp/cl-macs.el (cl-do-arglist):
14356 Use plist-get and plist-member instead of memq.
14357
14358 * emacs-lisp/ewoc.el (ewoc-location): New function.
14359 (ewoc-enter-after, ewoc-enter-before): Document return value.
14360 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
14361 Don't need make-local-hook any more.
14362 (cvs-addto-collection): Return the new tin.
14363 (cvs-mode-insert): Jump to the new line.
14364
14365 * jit-lock.el (jit-lock-fontify-buffer): Remove.
14366
14367 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
14368
14369 * font-lock.el (font-lock-syntactically-fontified): New var.
14370 (font-lock-fontify-syntactic-keywords-region): Use it.
14371 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
14372
14373 * diff-mode.el (diff-find-file-name): Fix regexp.
14374
14375 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
14376 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
14377
14378 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
14379 (sh-mode-syntax-table): Add punctuation syntax for < and >.
14380 (sh-mode): Don't make all vars local here.
14381 (sh-kw): Reformat.
14382 (sh-set-shell): Use dolist. Don't set indent-region-function.
14383 (sh-mode-syntax-table): Use pop.
14384 (sh-remember-variable): Use push.
14385 (sh-help-string-for-variable): Use memq.
14386 (sh-safe-backward-sexp): Remove.
14387 (sh-safe-forward-sexp): Add ARG.
14388 (sh-get-indent-info, sh-prev-stmt): Use it.
14389 (sh-prev-line): Simplify by using forward-comment.
14390 (sh-this-is-a-continuation): Simplify.
14391 (sh-learn-buffer-indent): Use dolist.
14392 (sh-do-nothing): Remove.
14393 (sh-set-char-syntax, sh-set-here-doc-region):
14394 Use inhibit-modification-hooks.
14395 (sh-name-style): Use mapcar and push.
14396 (sh-load-style): Use dolist.
14397 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
14398 (sh-case, sh-while-getopts): Use propertize directly rather
14399 than sh-electric-rparen.
14400
14401 2000-10-14 Stefan Monnier <monnier@cs.yale.edu>
14402
14403 * textmodes/tex-mode.el: Require CL when compiling.
14404 (tex-mode-syntax-table): Init immediately.
14405 (tex-mode-map): Bind M-RET to latex-insert-item.
14406 (latex-mode): Set indent-line-function to latex-indent.
14407 (tex-common-initialization): Don't setup the syntax-table any more.
14408 (latex-insert-item): New skeleton.
14409 (tex-next-unmatched-end): Fix copy/paste braino.
14410 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
14411 (latex-indent, latex-find-indent): New functions.
14412 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
14413 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
14414 (tex-compilation-parse-errors): Use with-syntax-table.
14415
14416 2000-10-15 Miles Bader <miles@gnu.org>
14417
14418 * font-lock.el (font-lock-comment-face): Change dark-background,
14419 color, non-tty, default to `chocolate1'.
14420
14421 2000-10-13 John Wiegley <johnw@gnu.org>
14422
14423 * eshell/esh-util.el (require): Added a missing `require' form,
14424 needed when compiling (for an ange-ftp macro definition).
14425
14426 2000-10-13 Dave Love <fx@gnu.org>
14427
14428 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
14429
14430 2000-10-13 Gerd Moellmann <gerd@gnu.org>
14431
14432 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc fix.
14433
14434 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
14435 transparent -colors 8).
14436
14437 2000-10-13 Stephen Gildea <gildea@stop.mail-abuse.org>
14438
14439 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
14440 that breaks with old list format timestamps.
14441 (time-stamp-warn-inactive, time-stamp-old-format-warn)
14442 (time-stamp-count, time-stamp-conversion-warn): Improved doc strings.
14443
14444 2000-10-13 John Wiegley <johnw@gnu.org>
14445
14446 * align.el, pcomplete.el, calendar/timeclock.el,
14447 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
14448
14449 * calendar/timeclock.el (timeclock-find-discrep): A fix to some
14450 faulty math, where holiday hours were being computing as seconds.
14451
14452 2000-10-13 John Wiegley <johnw@gnu.org>
14453
14454 * desktop.el (desktop-buffer-modes-to-save): Added a global for
14455 specifying what "other" kinds of buffers should be saved.
14456 This used to be hard-coded.
14457 (desktop-buffer-misc-functions): A global for specifying how
14458 auxiliary data should be determined for special buffer types.
14459 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
14460 instead of hard-coding the special buffer types.
14461 (desktop-save): Run `desktop-buffer-misc-functions' to gather
14462 auxiliary data, instead of hard-coding for Info buffers and dired.
14463 (desktop-buffer-info-misc-data): Aux function for determining Info
14464 buffer auxiliary info.
14465 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
14466 (desktop-buffer-info): Changed this function to use the info
14467 gathered above.
14468 (desktop-create-buffer): Be a little more careful about what
14469 `minor-mode' means before calling it. This is important for some
14470 buffer types.
14471
14472 2000-10-13 John Wiegley <johnw@gnu.org>
14473
14474 * eshell/esh-util.el: Added a global form which declares an
14475 autoload for `parse-time-string', if that function is not already
14476 defined, and if parse-time.el is available on the user's system.
14477
14478 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
14479 to be aware of ange-ftp user info.
14480 (eshell-do-ls): Bind `ange-cache'. Also, use `eshell-file-attributes'.
14481 (eshell-ls-annotate): Use `eshell-file-attributes'.
14482 (eshell-ls-file): Made the user-id printing code a bit smarter.
14483
14484 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
14485 allow identification of alias user ids in remote directories.
14486 It's manual, but there's no other way to know when the current user
14487 on the local machine, is also the owning user on the remote machine.
14488 (fboundp): Bind `ange-cache'.
14489 (eshell-directory-files-and-attributes): Re-organized the logic a
14490 bit to use `eshell-file-attributes' instead of `file-attributes'.
14491 The former is more sensitive to directories that are read via FTP,
14492 and knows how to use ange-ftp to determine full attribute
14493 information, instead of just the name and last modtime.
14494 (eshell-current-ange-uids): Return the current user id when in a
14495 remote directory.
14496 (eshell-parse-ange-ls): Parse a full directory listing that has
14497 been returned by ange-ftp.
14498 (eshell-file-attributes): This beefed up version of
14499 `file-attributes' is only special if the user is currently in a
14500 remote directory, in which case it does a lot of work to find out
14501 what the real attributes of a file are, as they appear on the
14502 remote machine. This makes usage of remote directories (i.e.,
14503 ange-ftp pathnames) much more useful. You can now use Eshell as a
14504 full-fledged FTP client, with much more manipulation ability than
14505 most other clients.
14506
14507 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
14508 variable, which means that Eshell's du should always be preferred
14509 in remote directories.
14510 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
14511 just `file-attributes'.
14512 (eshell-mvcp-template): Bind `ange-cache', to improve performance
14513 when reading remote directories. This is an Eshell-specific
14514 variable (not part of ange-ftp).
14515 (eshell/ln): Bind `ange-cache'.
14516 (eshell/du): Added some extra logic for determining when to use
14517 Eshell's du (which is slow), and when to use the external version
14518 (which may or may not exist).
14519
14520 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
14521 Call `eshell-interactive-process', rather than using
14522 `get-buffer-process', since backgrounded processes don't count in
14523 the context of this function's logic.
14524
14525 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
14526 `forward-char', so that null strings are parsed correctly.
14527
14528 2000-09-13 John Wiegley <johnw@gnu.org>
14529
14530 * eshell/em-pred.el (eshell-pred-file-type)
14531 (eshell-pred-file-links, eshell-pred-file-size):
14532 Use `eshell-file-attributes'. This is more correct over ange-ftp.
14533
14534 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
14535 that remote file globbing is more efficient.
14536
14537 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
14538 gathering the files and attributes within a directory.
14539
14540 * eshell/em-unix.el (eshell/cat): If any of the files passed on
14541 the command line is a special file (not a regular file, directory
14542 or symlink), always attempt to call the external version of cat.
14543
14544 2000-09-13 John Wiegley <johnw@gnu.org>
14545
14546 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
14547 Eshell-friendly version of find-tag.
14548
14549 2000-10-13 Miles Bader <miles@lsi.nec.co.jp>
14550
14551 * image-file.el (image-file-name-extensions)
14552 (image-file-name-regexps): Add autoload cookies.
14553
14554 2000-10-13 Kenichi Handa <handa@etl.go.jp>
14555
14556 * international/mule-cmds.el (select-safe-coding-system): If FROM
14557 is string, show it in *Warning* buffer.
14558
14559 2000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
14560
14561 * startup.el (normal-top-level): Use display-popup-menus-p instead
14562 of window-system.
14563 (command-line): Use display-graphic-p instead of window-system.
14564 (command-line-1): Use display-popup-menus-p and display-mouse-p
14565 instead of window-system.
14566
14567 2000-10-12 Sam Steingold <sds@gnu.org>
14568
14569 * tooltip.el (tooltip-use-echo-area): New user variable.
14570 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
14571
14572 2000-10-12 Dave Love <fx@gnu.org>
14573
14574 * recentf.el: Maintainer's checkdoc fixes.
14575
14576 * startup.el (normal-top-level-add-subdirs-to-load-path):
14577 Use character class, not ASCII when matching file names.
14578 (fancy-splash-head): Add trailing slash to URL.
14579 (command-line): Don't require XPM support for toolbar.
14580
14581 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
14582 (cperl-invalid-face): Revert last change.
14583 (cperl-init-faces): Quote cperl-invalid-face.
14584
14585 2000-10-12 Kenichi Handa <handa@etl.go.jp>
14586
14587 * startup.el (fancy-splash-text): Remove superfluous quote.
14588
14589 2000-10-12 Gerd Moellmann <gerd@gnu.org>
14590
14591 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
14592 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
14593 (command-line-1): Don't use fancy-splash-pending-command.
14594 (fancy-splash-screens-1): Goto point-min after inserting text.
14595
14596 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
14597
14598 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
14599 instead of shared-lisp-mode-map.
14600
14601 2000-10-12 Miles Bader <miles@lsi.nec.co.jp>
14602
14603 * faces.el (header-line): Change tty-variant to use underlining.
14604
14605 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
14606 (isearch-highlight): Restore lazy-isearch face properties at old
14607 position, and suppress them at new position.
14608 (isearch-dehighlight): Restore lazy-isearch face properties.
14609 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
14610 over the real isearch overlay, but in that case, don't give it a
14611 face property. Use `push'.
14612
14613 2000-10-12 Kenichi Handa <handa@etl.go.jp>
14614
14615 * man.el (Man-getpage-in-background): Fix previous change.
14616 Decode the process output only when we are in multibyte mode.
14617
14618 2000-10-11 Dave Love <fx@gnu.org>
14619
14620 * info.el (Info-mode-menu): Fix some help.
14621 (info-tool-bar-map): Add entry for Info-last.
14622
14623 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
14624 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
14625 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
14626 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
14627 * toolbar/search-replace.xpm, toolbar/exit.xpm:
14628 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
14629 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
14630 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
14631 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
14632 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
14633 Reduce colour requirements to 25 overall. (Probably wants
14634 revisiting from the originals to reduce further.)
14635
14636 2000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
14637
14638 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
14639 buffer-file-coding-system, instead of raw-text.
14640 (dehexlify-buffer): Bind coding-system-for-read to
14641 buffer-file-coding-system, instead of raw-text.
14642
14643 2000-10-11 Sam Steingold <sds@gnu.org>
14644
14645 * progmodes/cperl-mode.el (cperl-invalid-face): Double-quote
14646 `underline' - fixes the bug introduced on 2000-09-21.
14647
14648 2000-10-11 Dave Love <fx@gnu.org>
14649
14650 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
14651 Avoid compiler warnings.
14652 (scheme-mode): Doc fix.
14653 (scheme-font-lock-keywords-1): Match `define-syntax'.
14654
14655 2000-10-11 Miles Bader <miles@lsi.nec.co.jp>
14656
14657 * faces.el (frame-set-background-mode): Pay attention to saved
14658 face specs as well as default ones. Only do anything if the
14659 bg-mode or display-type has actually changed. Use `dolist'.
14660 (region): Make dark-background `region' face less in-your-face.
14661
14662 2000-10-10 Sam Steingold <sds@gnu.org>
14663
14664 * chistory.el, ielm.el, ledit.el:
14665 * progmodes/inf-lisp.el, progmodes/scheme.el:
14666 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
14667
14668 2000-10-10 Stefan Monnier <monnier@cs.yale.edu>
14669
14670 * textmodes/texinfo.el: Update copyright and fix typo.
14671
14672 * desktop.el (desktop-modes-not-to-save): New var.
14673 (desktop-save-buffer-p): Use it.
14674 Also, obey desktop-buffers-not-to-save even for non-file buffers.
14675 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
14676
14677 2000-10-10 Dave Love <fx@gnu.org>
14678
14679 * toolbar/tool-bar.el (tool-bar-add-item)
14680 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono display.
14681
14682 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
14683 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
14684 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
14685 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
14686 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
14687 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
14688 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
14689 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
14690 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
14691 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
14692 the .xpms; probably need retouching.
14693
14694 2000-10-10 Miles Bader <miles@lsi.nec.co.jp>
14695
14696 * subr.el (add-to-list): Add optional argument APPEND.
14697 * battery.el (display-battery): Use `add-to-list'.
14698
14699 2000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
14700
14701 * play/zone.el (zone-timer, zone-wc-tbl): Rework these vars as symbol
14702 properties.
14703 (zone, zone-when-idle, zone-leave-me-alone)
14704 (zone-pgm-whack-chars): Use new symbol properties.
14705
14706 * battery.el (display-battery): Doc spelling fix.
14707
14708 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
14709 property.
14710
14711 2000-10-09 Dave Love <fx@gnu.org>
14712
14713 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
14714 has been initialized before calling tool-bar-setup.
14715 (tool-bar-add-item-from-menu): Add autoload cookie.
14716
14717 2000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
14718
14719 * menu-bar.el (send-mail-item-name): New function.
14720 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
14721 of mail-user-agent in the menu. Don't display the "Send Mail"
14722 item if mail-user-agent is nil or its value is ignore.
14723 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
14724 if read-mail-command is nil or its value is ignore.
14725
14726 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
14727
14728 2000-10-09 Miles Bader <miles@gnu.org>
14729
14730 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
14731 Correct image size.
14732 * toolbar/left_arrow.xpm: Correct image size.
14733
14734 * jka-compr.el: Don't call `jka-compr-install' when loading (it
14735 will be done by the definition of `auto-compression-mode' if
14736 necessary. Move code to uninstall existing file-name handler
14737 before definition of `auto-compression-mode'.
14738
14739 * image-file.el (auto-image-file-mode): Move to the end of the
14740 file, because `define-minor-mode' actually calls the mode-function
14741 if the associated variable is non-nil, which requires that all
14742 needed functions be already defined.
14743
14744 * mouse.el (popup-menu): Balance parens.
14745
14746 2000-10-08 Stefan Monnier <monnier@cs.yale.edu>
14747
14748 * mouse.el (popup-menu): Move the command call outside the loop
14749 so that popup-menu returns whatever the command returns.
14750
14751 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
14752 (initialize-new-tags-table): Use run-hook-with-args-until-success.
14753 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
14754 (tags-table-format-functions): Renamed from tags-table-format-hooks.
14755
14756 * vc.el (vc-version-diff): diff-switches can be a list.
14757 Use relative filenames for prettier output.
14758
14759 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
14760 (vc-post-command-functions): Remove old-VC compatibility code.
14761
14762 * newcomment.el (comment-indent-default): Autoload.
14763
14764 * font-lock.el (font-lock-defaults): Make buffer-local.
14765 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
14766 (font-lock-choose-keywords):
14767 Ignore LEVEL unless KEYWORDS is a list of syms.
14768 (c-keywords, c++-keywords, objc-keywords, java-keywords):
14769 Don't wrap regexp-opt things in \(...\) unnecessarily.
14770
14771 * jit-lock.el: Don't require font-lock any more.
14772 (jit-lock-functions): Make buffer-local.
14773 (jit-lock-saved-fontify-buffer-function): Remove.
14774 (jit-lock-mode): Remove autoload cookie.
14775 Remove font-lock specific code.
14776 (jit-lock-unregister): Don't bother handling complex hooks any more.
14777 (jit-lock-refontify): New function.
14778 (jit-lock-fontify-buffer): Use it.
14779 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
14780 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
14781 Add optional args START and END.
14782 Never call font-lock-fontify-region directly.
14783 (jit-lock-function, jit-lock-stealth-fontify): Use it.
14784
14785 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
14786
14787 2000-10-08 Dave Love <fx@gnu.org>
14788
14789 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
14790
14791 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
14792
14793 * play/studly.el (studlify-region, studlify-word): Add autoload
14794 cookie.
14795
14796 * play/morse.el (morse-region, unmorse-region): Add autoload
14797 cookie.
14798
14799 * play/spook.el (spook-phrases-file): Use expand-file-name, not
14800 concat.
14801
14802 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
14803 insist on symbols starting with word syntax.
14804 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
14805 (eval-defun-1): Doc fix.
14806 (indent-sexp): Use nconc to build up indent-stack.
14807
14808 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
14809 Gnus with little use.
14810 (mail-setup-hook): Add mail-abbrevs-setup to options.
14811
14812 * recentf.el: Doc fixes.
14813
14814 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
14815 Clean up remainder.
14816
14817 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
14818 without timezone and (8) with timezone to enforce some whitespace.
14819 Simplify code somewhat.
14820
14821 * options.el (list-options): Doc that you should use customize.
14822
14823 * iswitchb.el (iswitchb-mode): Add :require.
14824
14825 * info.el (Info-goto-node, Info-menu): Doc fix.
14826 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
14827 (info-tool-bar-map): New variable.
14828 (Info-mode): Use it.
14829 (Info-edit-map): Define all in defvar.
14830 (speedbar-attached-frame): Avoid compiler warning.
14831
14832 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
14833 (global-map): Bind [tool-bar] to a filtered map.
14834 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
14835 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
14836 Allow PBM icons.
14837 (tool-bar-setup): Adjust calls of tool-bar-add-item.
14838
14839 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
14840 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
14841 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
14842 icons, except up_arrow, which is left-arrow rotated.
14843
14844 * imenu.el (imenu-add-to-menubar): Fix last change.
14845
14846 2000-10-08 Peter Breton <pbreton@ne.mediaone.net>
14847
14848 * generic-x.el (rul-generic-mode): Remove eval-when-compile
14849 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
14850
14851 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
14852
14853 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
14854 typos in doc strings.
14855
14856 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
14857 the doc strings how to customize Font Lock faces.
14858
14859 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
14860 computing growth when dragging the header line.
14861
14862 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
14863
14864 * simple.el (kill-line): Doc fix.
14865
14866 2000-10-08 Miles Bader <miles@gnu.org>
14867
14868 * faces.el (secondary-selection): Make foreground visible on tty.
14869
14870 * jka-compr.el (auto-compression-mode): Move to the end of the
14871 file, because `define-minor-mode' actually calls the mode-function
14872 if the associated variable is non-nil, which requires that all
14873 needed functions be already defined.
14874 (with-auto-compression-mode): Add autoload cookie.
14875
14876 2000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
14877
14878 * files.el (find-backup-file-name) [ms-dos]: If support for long
14879 file names is not available, behave as if version-control were set
14880 to never.
14881
14882 2000-10-07 Dave Love <fx@gnu.org>
14883
14884 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
14885 (browse-url-gnome-moz): New function.
14886 (browse-url-browser-function): Use it.
14887 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
14888
14889 2000-10-07 Stefan Monnier <monnier@cs.yale.edu>
14890
14891 * indent.el (tab-always-indent): New var.
14892 (indent-for-tab-command): Use it.
14893
14894 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
14895 raise an error. This way it can still default to a sane value.
14896
14897 2000-10-06 Stefan Monnier <monnier@cs.yale.edu>
14898
14899 * startup.el (fancy-splash-screens): Use local rather than global map.
14900 Don't use `update-menu-bindings' any more.
14901 Get rid of assumptions about keymap representation.
14902
14903 2000-10-06 Dave Love <fx@gnu.org>
14904
14905 * textmodes/fill.el (sentence-end-double-space)
14906 (sentence-end-without-period): Doc fix.
14907 (adaptive-fill-regexp): Purecopy.
14908 (unjustify-current-line): Use line-end-position.
14909 (fill-individual-paragraphs-prefix): Use line-beginning-position.
14910
14911 * net/eudc-vars.el (eudc): Add :version, :link.
14912
14913 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
14914
14915 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
14916 Fix for define-minor-mode.
14917 (function-at-point): Alias to function-called-at-point.
14918
14919 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
14920
14921 * simple.el (backward-word): Doc fix.
14922
14923 * image-file.el (image-file-name-regexp): image-file-regexps ->
14924 image-file-name-regexps.
14925 (image-file-name-extensions): Add pbm.
14926
14927 2000-10-06 Stefan Monnier <monnier@cs.yale.edu>
14928
14929 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
14930 and add filename to the names so that diff-mode can jump to source.
14931
14932 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
14933 (tex-font-lock-keywords, tex-font-lock-keywords-2)
14934 (tex-font-lock-keywords-1): Remove.
14935 (font-lock-turn-on-thing-lock): Use jit-lock-register.
14936 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
14937 (font-lock-default-fontify-region):
14938 Expand beg..end correctly when just following a multiline region.
14939 (font-lock-fontify-anchored-keywords):
14940 Include the anchor text as part of the multiline.
14941
14942 2000-10-06 Gerd Moellmann <gerd@gnu.org>
14943
14944 * loadup.el (toplevel): Load `loaddefs' before `help' because the
14945 latter needs the autoloaded define-minor-mode macro during the
14946 bootstrap.
14947
14948 * startup.el (command-line): For now, activate tool-bar-mode only
14949 if XPM images are supported.
14950
14951 * mouse.el (mouse-drag-header-line): Don't allow resizing a
14952 window by dragging a header-line at the top of the frame; that's
14953 confusing because the header-line doesn't move.
14954 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
14955 of treating the event as a list. Some cleanup.
14956
14957 2000-10-06 Miles Bader <miles@gnu.org>
14958
14959 * simple.el (display-message-or-buffer): New function.
14960 (shell-command-on-region): Use `display-message-or-buffer'.
14961
14962 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
14963 docstring parts.
14964
14965 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
14966 (smbclient-prompt-regexp): Add usage note to doc string.
14967 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
14968 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
14969 Use add-hook for adding the comint filter function, and only do so
14970 if it's not already in the global hook list.
14971 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
14972 to `make-local-variable'.
14973 (nslookup-font-lock-keywords): Remove prompt entry.
14974 (nslookup): Don't set the process-filter.
14975 (finger): Exit the loop correctly when the regexps list runs out.
14976 (ftp, smbclient, smbclient-list-shares):
14977 Set the real major mode immediately, not after execing.
14978 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
14979
14980 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
14981
14982 2000-10-05 Stefan Monnier <monnier@cs.yale.edu>
14983
14984 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
14985
14986 * which-func.el (which-func-format): Remove spurious space.
14987 (which-func-mode): Don't make it permanent-local.
14988 (which-func-ff-hook): Allow which-func-maxout to be nil.
14989 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
14990 (which-func-mode): Simplify.
14991 Use post-command-idle-hook rather than post-command-hook.
14992 Go through all buffers and update their state.
14993 (which-function): Also try add-log-current-defun-function.
14994
14995 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
14996 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
14997 Update call to with-vc-properties accordingly.
14998 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
14999 (vc-revert-buffer): More careful about window selection and deletion.
15000 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
15001
15002 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
15003 (cvs-retrieve-revision): Reuse a pre-existing buffer.
15004 (cvs-dired-action): Change the default to quickdir.
15005
15006 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
15007 if comment-indent-function returns nil.
15008 (comment-indent-default): New function.
15009 (comment-indent-function): Use it and document the new semantics.
15010
15011 * image-file.el: Docstring fixes.
15012
15013 * help.el (help-xref-on-pp): Use match-string.
15014 (describe-variable): New arg BUFFER.
15015 Store the current buffer in the help-xref-stack.
15016 (temp-buffer-resize-mode): Use define-minor-mode.
15017
15018 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
15019 consistently with its docstring.
15020 Set jit-lock-first-unfontify-pos in an idempotent way.
15021 (jit-lock-register): Autoload and add arg CONTEXTUAL.
15022
15023 2000-10-05 Alex Schroeder <alex@gnu.org>
15024
15025 * sql.el (sql-mysql-options): New variable.
15026 (sql-mysql): Use it.
15027
15028 2000-10-05 Miles Bader <miles@lsi.nec.co.jp>
15029
15030 * image.el (image): New group.
15031
15032 * smerge-mode.el (smerge-mine-face, smerge-other-face)
15033 (smerge-base-face, smerge-markers-face): Add dark-background variants.
15034
15035 2000-10-04 Peter Breton <pbreton@ne.mediaone.net>
15036
15037 * net/net-utils.el (nslookup-font-lock-keywords)
15038 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
15039 Ignore the value of wqindow-system; always define keywords
15040
15041 2000-10-05 Kenichi Handa <handa@etl.go.jp>
15042
15043 * startup.el (fancy-splash-screens): Remove the code for
15044 debugging; `(trace-to-stderr "EXITTT\n")'.
15045
15046 2000-10-05 Miles Bader <miles@gnu.org>
15047
15048 * diff-mode.el (diff-goto-source): Update call to
15049 `diff-hunk-status-msg' to reflect new REV variable.
15050
15051 2000-10-04 Stefan Monnier <monnier@cs.yale.edu>
15052
15053 * progmodes/icon.el (icon-mode):
15054 Don't gratuitously override the default for comment-column.
15055
15056 * vc-hooks.el (vc-mode-line): Fix interactive spec.
15057
15058 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
15059 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
15060 (jit-lock-functions): New var.
15061 (jit-lock-function-1): Use it if non-nil.
15062 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
15063 Set the `fontified' property before doing the fontification to avoid
15064 repeatedly going through the same error.
15065 Don't turn errors into messages.
15066 (jit-lock-register, jit-lock-unregister): New functions.
15067
15068 * dired.el (dired-mark-pop-up): Turn comment into docstring.
15069 Use with-current-buffer.
15070
15071 * dired-aux.el (dired-do-create-files, dired-kill-tree):
15072 Turn comment into docstring.
15073
15074 * apropos.el (apropos-mode): Use define-derived-mode.
15075
15076 2000-10-04 Gerd Moellmann <gerd@gnu.org>
15077
15078 * startup.el (fancy-splash-pending-command): New variable.
15079 (fancy-splash-pre-command): New function.
15080 (fancy-splash-screens): Rewritten.
15081 (command-line-1): If fancy-splash-pending-command is set, call it
15082 interactively.
15083
15084 2000-10-04 Dave Love <fx@gnu.org>
15085
15086 * toolbar/tool-bar.el (tool-bar-setup): New function.
15087 (tool-bar-mode): Use it.
15088
15089 * subr.el (substitute-key-definition): Doc fix.
15090 (play-sound-file): New command.
15091
15092 2000-10-04 Andre Spiegel <spiegel@gnu.org>
15093
15094 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
15095 vc-version-backup-file-name): New functions.
15096
15097 * files.el (basic-save-buffer): Call vc-before-save before saving.
15098
15099 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
15100 vc-cvs-stay-local-p.
15101
15102 * vc.el (vc-revert-buffer): Handle empty diff properly.
15103 (vc-version-backup-file): New function.
15104 (vc-checkout): Create a version backup if necessary.
15105 (vc-checkin): If a version backup file exists, delete it.
15106 (vc-version-diff): Diff locally using version backups, if available.
15107 (vc-revert-file): If there's a version backup, revert locally.
15108 (vc-transfer-file): Use version backup for base version, if
15109 available. If not, ask for confirmation whether to get it from the
15110 server. Update mode line before check-in.
15111
15112 2000-10-04 Dave Love <fx@gnu.org>
15113
15114 * toolbar/tool-bar.el (tool-bar-setup): New function.
15115 (tool-bar-mode): Use it.
15116
15117 2000-10-04 Peter Breton <pbreton@ne.mediaone.net>
15118
15119 * net/net-utils.el (nslookup-font-lock-keywords)
15120 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
15121 Only set if window-system is non-nil
15122 (net-utils-run-program): Returns buffer.
15123 (network-connection-reconnect): Added this function.
15124
15125 * generic.el:
15126 Incorporates extensive cleanup and docfixes by
15127 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
15128 Uses cl compile-time macros.
15129 (generic-mode-name, generic-comment-list)
15130 (generic-keywords-list, generic-font-lock-expressions)
15131 (generic-mode-function-list, generic-mode-syntax-table):
15132 Removed variables.
15133 (generic-mode-alist): Renamed to generic-mode-list.
15134 (generic-find-file-regexp): Default changed to "^#".
15135 (generic-read-type): Uses completing read on generic-mode-list.
15136 (generic-mode-sanity-check): removed this function.
15137 (generic-add-to-auto-mode): Removed this function
15138 (generic-mode-internal): Bind mode-specific definitions
15139 into function instead of putting them in alist.
15140 (generic-mode-set-comments): Reworked extensively.
15141 (generic-mode-find-file-hook): Simplified regexp searching
15142 (generic-make-keywords-list): Omit extra pair of parens
15143
15144 * find-lisp.el (find-lisp-find-files-internal):
15145 Make sure directory name ends with "/".
15146
15147 * generic-x.el (apache-conf-generic-mode):
15148 Regexp now allows leading whitespace.
15149 (rc-generic-mode): Added eval-when-compile
15150 around generic-make-keywords-list.
15151 Deleted duplicate regexp
15152 (rul-generic-mode): Added eval-when-compile
15153 around generic-make-keywords-list.
15154 (etc-fstab-generic-mode): New generic mode.
15155 (rul-generic-mode): Removed one eval-when-compile
15156 which caused a max-specpdl-size exceeded error.
15157
15158 2000-10-04 Miles Bader <miles@gnu.org>
15159
15160 * simple.el (minibuffer-temporary-goal-position): New variable.
15161 (next-history-element): Try to keep the position of point in the
15162 input string constant.
15163
15164 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
15165 (dired-do-create-files): If there's only one file, pass it in as
15166 the DEFAULT arg to dired-mark-read-file-name.
15167
15168 2000-10-03 Stefan Monnier <monnier@cs.yale.edu>
15169
15170 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
15171 (diff-goto-source): Be smarter when choosing REVERSE or not.
15172
15173 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
15174 (texinfo-mode-menu): Add an explicit shortcut for update all.
15175
15176 2000-10-03 Andre Spiegel <spiegel@gnu.org>
15177
15178 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
15179 factorize backend-specific code cleanly (this was essentially
15180 conceived by Stefan Monnier).
15181 (vc-unregister): Function removed.
15182 (vc-revert-file): New function.
15183 (vc-revert-buffer): Delegate some of the work to it.
15184
15185 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
15186 default branch unconditionally.
15187 (vc-rcs-set-default-branch): New function.
15188 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
15189 (vc-rcs-checkin): If an appropriate default branch has been set,
15190 force creation of that branch.
15191 (vc-rcs-receive-file): Rewritten to contain only backend-specific
15192 code (as suggested by Stefan Monnier).
15193
15194 2000-10-02 Gerd Moellmann <gerd@gnu.org>
15195
15196 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
15197 highlighting overlay with a different face over the overlay
15198 isearch uses to highlight the current match because that can lead
15199 to bad face combinations.
15200
15201 * loadup.el (toplevel): Load faces before isearch.
15202
15203 * isearch.el (isearch-faces): New custom group.
15204 (isearch): New defface; was already tested for in the code.
15205 (isearch-lazy-highlight-face): Changed to defface from defcustom.
15206 (isearch-highlight): Always use face `isearch'.
15207
15208 2000-10-02 Dave Love <fx@gnu.org>
15209
15210 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
15211 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
15212 comparison of opcode with operand.
15213
15214 2000-10-03 Miles Bader <miles@gnu.org>
15215
15216 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
15217 buffer, since the echo area will now grow to accommodate them.
15218
15219 2000-10-02 Andre Spiegel <spiegel@gnu.org>
15220
15221 * vc-hooks.el (vc-registered): If FILE used to be registered under
15222 a certain backend, try that one first.
15223
15224 * vc.el (vc-responsible-backend): Undo the previous change in the
15225 argument list. Handle multiple backends correctly.
15226 (vc-find-new-backend): Function removed.
15227 (vc-register): Use vc-responsible-backend, as before.
15228 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
15229
15230 2000-10-02 Gerd Moellmann <gerd@gnu.org>
15231
15232 * startup.el (fancy-splash-head): Change message below the
15233 logo.
15234
15235 2000-10-02 Miles Bader <miles@lsi.nec.co.jp>
15236
15237 * diff-mode.el (diff-goto-source): Emit a status message.
15238 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
15239 (diff-test-hunk): Fix doc string.
15240 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
15241 (diff-advance-after-apply-hunk): New variable.
15242 (diff-apply-hunk): Don't return a value.
15243
15244 2000-10-01 Stefan Monnier <monnier@cs.yale.edu>
15245
15246 * vc.el (vc-editable-p): Minor optimization.
15247 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
15248 (vc-find-new-backend): New function split from vc-responsible-backend.
15249 (vc-register): Use it.
15250 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
15251 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
15252 (vc-default-unregister, vc-revert-buffer): Docstring fix.
15253 (vc-clear-headers): Don't use find-file.
15254 (vc-revert-buffer): Use `and' again (must have been a braino).
15255 (vc-switch-backend): Only prompt if requested.
15256 Short circuit if nothing is to be done.
15257 Don't use vc-resynch-buffer which could lose unsaved editing.
15258 (vc-default-receive-file): Update call to vc-unregister.
15259 (with-vc-file, vc-next-action-on-file):
15260 Use vc-backend rather than vc-registered.
15261 (vc-next-action-on-file): Use intern-soft.
15262 Deal with read-only *vc-diff* buffer.
15263 (vc-transfer-file): Docstring fix.
15264
15265 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
15266 (vc-rcs-receive-file): Avoid with-vc-properties.
15267 Update call to vc-unregister.
15268 Use constant `RCS' rather than (dynamically bound) var `backend'.
15269
15270 2000-10-01 Andre Spiegel <spiegel@gnu.org>
15271
15272 * vc.el (vc-next-action-on-file): Update mode line only if file
15273 is visited.
15274 (vc-start-entry): New argument initial-contents. Don't visit the file
15275 if it isn't already visited. Brought documentation up-to-date.
15276 (vc-next-action, vc-register): Updated calls to vc-start-entry.
15277 (vc-checkin): New optional arg initial-contents, which is passed to
15278 vc-start-entry.
15279 (vc-finish-logentry): Make sure to bury log buffer only if there
15280 really is one. Call `vc-resynch-buffer' on log-file, not
15281 buffer-file-name.
15282 (vc-default-comment-history, vc-default-wash-log): New functions.
15283 (vc-index-of): Removed.
15284 (vc-transfer-file): Make do without the above.
15285 (vc-default-receive-file): Call comment-history unconditionally. Pass
15286 the resulting string to vc-checkin, instead of inserting it into the
15287 comment ring.
15288
15289 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
15290 unconditionally. Use the comments as initial contents of the log
15291 entry buffer. Document the trick to force branch creation with no
15292 changes.
15293
15294 2000-10-01 Miles Bader <miles@gnu.org>
15295
15296 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
15297 `recenter' with an arg to prevent redrawing the display.
15298
15299 2000-09-30 Stefan Monnier <monnier@cs.yale.edu>
15300
15301 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
15302
15303 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
15304
15305 * progmodes/c-mode.el (c-mode):
15306 Don't gratuitously override the default for comment-column.
15307
15308 * textmodes/tex-mode.el (latex-metasection-list): New var.
15309 (latex-imenu-create-index): Use it.
15310 Move the regexp construction outside loops (and use push).
15311 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
15312 (tex-font-lock-keywords): Moved from font-lock.el.
15313 (tex-comment-indent): Remove.
15314 (tex-common-initialization): Don't set comment-indent-function.
15315 (latex-block-default): New var.
15316 (tex-latex-block): Use it to provide a default choice.
15317 Add any unknown choice to latex-block-names.
15318 Insert [...] after {...}.
15319 (tex-last-unended-begin): Simplify regexp.
15320 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
15321 (latex-forward-sexp-1, latex-forward-sexp): New functions.
15322 (latex-mode): Set forward-sexp-function.
15323
15324 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
15325 Add regexp for @ignore ... @end ignore.
15326 (texinfo-heading-face): New face.
15327 (texinfo-font-lock-keywords): Use it.
15328 (texinfo-mode-menu): New menu.
15329 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
15330 New functions.
15331 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
15332 (texinfo-section-types-regexp, texinfo-section-level-regexp)
15333 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
15334 Remove declaration.
15335 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
15336
15337 * delsel.el (delete-selection-mode): Use define-minor-mode.
15338
15339 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
15340
15341 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
15342
15343 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
15344
15345 2000-09-30 Gerd Moellmann <gerd@gnu.org>
15346
15347 * replace.el (keep-lines-read-args): New function.
15348 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
15349 read arguments interactively. Add parameters RSTART and REND.
15350 Operate on the active region in Transient Mark mode.
15351
15352 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
15353
15354 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
15355 (authors-obsolete-files-regexps): New variable.
15356 (authors-add): Don't record changes in obsolete files.
15357
15358 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
15359
15360 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
15361
15362 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
15363 (comment-indent): Make sure there's a space between code and comment.
15364 Shift comments left to avoid going past fill-column.
15365
15366 2000-09-29 Gerd Moellmann <gerd@gnu.org>
15367
15368 * startup.el (startup-echo-area-message): New function.
15369 (display-startup-echo-area-message): Use it.
15370 (fancy-splash-screens): Rewritten to use keymaps and a timer.
15371 (fancy-splash-default-action): New function.
15372 (fancy-splash-screens-1): New function.
15373 (fancy-splash-head): Put a help-echo and a keymap under the image.
15374
15375 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
15376
15377 * diff-mode.el (diff-add-log-file-name): Remove.
15378 (diff-mode): Use add-log-buffer-file-name-function.
15379
15380 * add-log.el (find-change-log): New arg BUFFER-FILE.
15381 (add-log-file-name): Obey add-log-file-name-function.
15382 (add-log-buffer-file-name-function): New var.
15383 (add-change-log-entry): Use it.
15384
15385 2000-09-29 Miles Bader <miles@gnu.org>
15386
15387 * image-file.el (image-file-name-extensions): New variable.
15388 (image-file-name-regexps): Renamed from `image-file-regexps'.
15389 New default value is nil. Call `auto-image-file-mode'.
15390 (image-file-name-regexp): New function.
15391 (auto-image-file-mode): New minor mode.
15392 (insert-image-file): Don't make conditional on the image-file
15393 handler being enabled.
15394 (image-file-handler): Make the call here conditional instead.
15395 (set-image-file-handler-enabled, enable-image-file-handler)
15396 (disable-image-file-handler): Functions removed.
15397
15398 * emacs-lisp/authors.el (authors-print): Rephrase many-files
15399 string.
15400
15401 2000-09-29 Gerd Moellmann <gerd@gnu.org>
15402
15403 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
15404 it's a function from CL.
15405 (latex-imenu-create-index): Replace eval-when-compile with progn
15406 because latex-section-alist is not bound while compiling.
15407
15408 2000-09-28 Stefan Monnier <monnier@cs.yale.edu>
15409
15410 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
15411 (outline-mode): Use define-derived-mode.
15412
15413 * progmodes/perl-mode.el (perl-mode):
15414 * progmodes/awk-mode.el (awk-mode):
15415 * progmodes/asm-mode.el (asm-mode):
15416 Don't gratuitously override the default for comment-column.
15417
15418 * emacs-lisp/lisp.el (lisp-complete-symbol):
15419 Distinguish the let-binding case from the funcall case.
15420 (forward-sexp-function): New variable.
15421 (forward-sexp): Use it.
15422
15423 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
15424 (easy-mmode-defmap): Remove the now useless autoload.
15425
15426 * time.el (display-time-mode): Use define-minor-mode.
15427
15428 * subr.el (add-minor-mode): Don't eval NAME.
15429 Don't depend on the presence of TOGGLE-FUN for any special behavior.
15430 Use if rather than cond.
15431
15432 * simple.el (read-expression-map): Define more properly.
15433 (comment-indent-hook): Remove.
15434 (string-to-syntax): Bug fix.
15435
15436 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
15437 (cvs-ediff-diff): Fix typo.
15438 (cvs-revert-if-needed): Don't bother preserving read-only.
15439
15440 * paren.el (show-paren-mode): Use define-minor-mode.
15441
15442 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
15443 (toggle-auto-compression): Remove.
15444 (jka-compr-build-file-regexp): Remove useless grouping.
15445
15446 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
15447 Avoid user-reserved bindings.
15448 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
15449 (diff-header-face): Revert to grey85.
15450
15451 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
15452
15453 * complete.el (partial-completion-mode) <defcustom>: Remove.
15454 (partial-completion-mode): Use define-minor-mode.
15455 (PC-do-completion): Understand `completion-auto-help = delay'
15456 to mean to popup the completion buffer only the second time.
15457 (PC-include-file-all-completions, PC-include-file-all-completions)
15458 (PC-include-file-all-completions): Don't quote lambda.
15459
15460 * comint.el (comint-mode-hook): Docstring fix.
15461 (comint-mode): Use define-derived-mode.
15462 (comint-mode-map): Remove obsolete comment.
15463 (make-comint): Minor stylistic change.
15464 (comint-insert-clicked-input): Be more careful to find the overlay.
15465 Use this-command-keys rather than hardcoding mouse-2.
15466
15467 * font-lock.el: Replace confusing (,@ with ,
15468 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
15469 Don't use regexp-opt-depth. Spice up the regexp for args.
15470 Don't distinguish between cmds that can take an opt arg or not.
15471 Use `append' and `prepend' rather than `keep'.
15472
15473 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
15474 (latex-outline-regexp): New var.
15475 (latex-outline-level): New fun.
15476 (latex-section-alist): New var.
15477 (latex-imenu-create-index): Use it. Use `push' as well.
15478 (tex-shell-map): Initialize it properly.
15479 (tex-mode): Minor stylistic change.
15480 (plain-tex-mode): Use define-derived-mode.
15481 (latex-mode): Use define-derived-mode.
15482 Construct the paragraph regexps in a more readable way.
15483 Set the buffer-local outline-{level,regexp} vars.
15484 (slitex-mode): Derive from latex-mode.
15485 (tex-common-initialization): Don't kill-all-vars anymore.
15486 Add setting for comment-add and font-lock-defaults.
15487 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
15488 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
15489 (tex-start-tex): New arg DIR (and send a chdir command for it).
15490 Also display the shell buffer and save it in tex-last-buffer-texed.
15491 (tex-region): Use expand-file-name rather than concat.
15492 Remove code made useless by changes in tex-start-tex.
15493 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
15494
15495 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
15496
15497 2000-09-28 Dave Love <fx@gnu.org>
15498
15499 * eshell/eshell.el (eshell) <defgroup>: Add :version.
15500
15501 2000-09-28 Gerd Moellmann <gerd@gnu.org>
15502
15503 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
15504 `append'.
15505
15506 2000-09-28 Stefan Monnier <monnier@cs.yale.edu>
15507
15508 * info.el (Info-extract-pointer): Undo last change.
15509 Instead, fix the position of the `bound' arg to re-search-backward.
15510
15511 2000-09-27 Stefan Monnier <monnier@cs.yale.edu>
15512
15513 * info.el (Info-extract-pointer):
15514 Widen more carefully, to avoid finding pointers in other nodes.
15515 (Info-index): Use push.
15516
15517 2000-09-27 Gerd Moellmann <gerd@gnu.org>
15518
15519 * frame.el (set-frame-font): Remove call to obsolete function
15520 frame-update-faces.
15521 (set-foreground-color, set-background-color): Likewise for
15522 frame-update-face-colors.
15523
15524 2000-09-27 Miles Bader <miles@gnu.org>
15525
15526 * image-file.el: New file.
15527
15528 2000-09-27 Gerd Moellmann <gerd@gnu.org>
15529
15530 * frame.el (frame-notice-user-settings): Don't call
15531 frame-update-faces, which is a no-op now.
15532
15533 * ediff-wind.el (ediff-control-frame-parameters): Add zero
15534 tool-bar-lines.
15535
15536 2000-09-27 Dave Love <fx@gnu.org>
15537
15538 * mouse.el: Fix last change.
15539
15540 2000-09-27 Miles Bader <miles@lsi.nec.co.jp>
15541
15542 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
15543
15544 2000-09-22 Kenichi Handa <handa@etl.go.jp>
15545
15546 * international/quail.el (quail-help): The output message is
15547 improved.
15548
15549 2000-09-26 Dave Love <fx@gnu.org>
15550
15551 * mouse.el (popup-menu): If POSITION is nil, set it using
15552 mouse-position.
15553
15554 2000-09-25 Sam Steingold <sds@gnu.org>
15555
15556 * net/browse-url.el (browse-url-file-url): Check for null maps.
15557
15558 2000-09-26 Gerd Moellmann <gerd@gnu.org>
15559
15560 * frame.el (frame-notice-user-settings): Don't add a
15561 tool-bar-lines frame parameter to default-frame-alist in batch mode.
15562
15563 * frame.el (frame-notice-user-settings):
15564 Make tool-bar-mode and default-frame-alist consistent.
15565
15566 * toolbar/tool-bar.el (tool-bar-help): New function.
15567
15568 2000-09-25 Gerd Moellmann <gerd@gnu.org>
15569
15570 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
15571 current-load-list in top-level forms. Else this leaks a cons cell
15572 every time a defun is called.
15573
15574 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
15575
15576 2000-09-25 Dave Love <fx@gnu.org>
15577
15578 * startup.el (fancy-splash-head): Check XPM is available.
15579
15580 * autoinsert.el (auto-insert): Doc fix.
15581 (auto-insert-alist): Following GNU notices, don't say `copyright
15582 _by_'. Use line-beginning-position.
15583 (auto-insert): Check buffer-file-name is non-nil before use.
15584
15585 2000-09-25 Gerd Moellmann <gerd@gnu.org>
15586
15587 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
15588 starting with `@def' or `@multitable', in addition to ones
15589 specified by the user in auto-fill-inhibit-regexp.
15590
15591 2000-09-25 Markus Rost <rost@math.ohio-state.edu>
15592
15593 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
15594 rmail-dont-reply-to-names matches the empty string.
15595
15596 2000-09-25 Gerd Moellmann <gerd@gnu.org>
15597
15598 * startup.el (command-line-1, fancy-splash-text): Change the
15599 text to sound more friendly.
15600
15601 2000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
15602
15603 * progmodes/hideshow.el: Update author email address.
15604 Generally, sync w/ maintainer version 5.22.
15605 (hs-hide-all-non-comment-function): New var.
15606 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
15607 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
15608 (hs-show-region): Delete this command.
15609 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
15610
15611 2000-09-22 Dave Love <fx@gnu.org>
15612
15613 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
15614 (hl-line-highlight): Specify buffer when moving overlay.
15615
15616 * progmodes/fortran.el (fortran-mode): Locally set
15617 normal-auto-fill-function.
15618 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
15619 (fortran-mode-map): Adjust auto-fill menu entry.
15620
15621 2000-09-22 Gerd Moellmann <gerd@gnu.org>
15622
15623 * vc-rcs.el (toplevel): Require `vc' when compiling.
15624
15625 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
15626
15627 2000-09-22 Andre Spiegel <spiegel@gnu.org>
15628
15629 * vc.el (vc-switch-backend): Signal an error if the file is not
15630 registered under the new backend.
15631
15632 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
15633 without explicit revision number.
15634
15635 2000-09-21 Stefan Monnier <monnier@cs.yale.edu>
15636
15637 * diff-mode.el (diff-file-header-face): Reset to its previous value.
15638 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
15639 (diff-xor): New function.
15640 (diff-find-source-location): Use it. Fix a stupid name clash.
15641 (diff-hunk-status-msg): New function.
15642 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
15643 (diff-test-hunk): Use diff-find-source-location.
15644 (diff-goto-source): Favor the `reverse'.
15645 (diff-hunk-text): Properly handle one-sided context diffs.
15646 (diff-apply-hunk): When done, advance to the next hunk.
15647
15648 2000-09-21 Gerd Moellmann <gerd@gnu.org>
15649
15650 * startup.el (command-line): If frame was created with a non-zero
15651 tool-bar-lines parameter, switch tool-bar-mode on.
15652
15653 * add-log.el (change-log-date-face, change-log-name-face)
15654 (change-log-email-face, change-log-file-face)
15655 (change-log-list-face, change-log-conditionals-face)
15656 (change-log-function-face, change-log-acknowledgement-face):
15657 New faces, inheriting from font-lock faces.
15658 (change-log-font-lock-keywords): Use them.
15659
15660 2000-09-21 Dave Love <fx@gnu.org>
15661
15662 * progmodes/cperl-mode.el (top-level): Clean up
15663 `eval-when-compile's and assorted defvars.
15664 (cperl-invalid-face): Don't double-quote value. Change custom
15665 type.
15666 (cperl-mode): Set normal-auto-fill-function and don't zap
15667 auto-fill-function.
15668 (cperl-imenu--function-name-regexp-perl): Renamed from
15669 imenu-example--function-name-regexp-perl.
15670 (cperl-imenu--create-perl-index): Renamed from
15671 imenu-example--create-perl-index.
15672 (cperl-xsub-scan): Don't require cl.
15673
15674 * msb.el (msb-mode-map): Use substitute-key-definition.
15675 (msb-mode): Use msb-mode-map.
15676
15677 2000-09-21 Andre Spiegel <spiegel@gnu.org>
15678
15679 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
15680 New functions.
15681 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
15682 (vc-switch-backend): New function.
15683 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
15684 (vc-register): Fix prompt.
15685 (vc-unregister, vc-default-unregister): New functions.
15686 (vc-version-diff): Handle empty buffer in sentinel.
15687
15688 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
15689 (vc-rcs-state-heuristic): Use it to guess the state of files with
15690 non-strict locking.
15691 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
15692 been set with -b, but not created yet.
15693 (vc-rcs-fetch-master-state): With non-strict locking, compare file
15694 contents in order to find the state.
15695 (vc-rcs-checkin): Allow creation of branches with no changes.
15696 (vc-rcs-unregister, vc-rcs-receive-file)
15697 (vc-rcs-set-non-strict-locking): New functions.
15698
15699 * vc-hooks.el (vc-name): Force correct computation of the value
15700 in case it is missing.
15701
15702 2000-09-21 Gerd Moellmann <gerd@gnu.org>
15703
15704 * startup.el (fancy-splash-tail): Use a different foreground
15705 color on a dark frame background.
15706
15707 2000-09-21 Miles Bader <miles@lsi.nec.co.jp>
15708
15709 * info.el: Use the correct capitalization when making Info-mode
15710 and Info-edit-mode `special' modes.
15711
15712 2000-09-20 Stefan Monnier <monnier@cs.yale.edu>
15713
15714 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
15715 (diff-mode): Add support for add-log.el.
15716 (diff-hunk-text): Use char offsets rather than line offsets.
15717 (diff-find-source-location): Replace LINE with line-offset (nil
15718 if not found) and always set POS to a meaningful position.
15719 Adapt to the new char-offsets.
15720 (diff-apply-hunk): Drop support for the unused `select' POPUP.
15721 Adapt to the new diff-find-source-location.
15722 (diff-goto-source): Adapt to the new diff-find-source-location.
15723
15724 * add-log.el (add-log-file-name): New function (split out of
15725 add-change-log-entry).
15726 (add-change-log-entry): Use it.
15727 Call add-log-file-name-function with the changelog file name if
15728 the current buffer is not associated with any file.
15729 Avoid find-file if the selected window is dedicated.
15730
15731 * diff-mode.el (diff-find-source-location):
15732 Move code from diff-apply-hunk. Return buffer rather than file.
15733 (diff-apply-hunk): Use the new result from diff-find-source-location.
15734 (diff-goto-source): Use the new diff-find-source-location.
15735
15736 2000-09-20 Dave Love <fx@gnu.org>
15737
15738 * iswitchb.el: Some doc fixes.
15739 (iswitchb-mode-map): Define completely initially. Inherit
15740 minibuffer-local-map.
15741 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
15742 fundamental-mode.
15743 (iswitchb-global-map): New variable.
15744 (iswitchb-summaries-to-end): Amalgamate regexps.
15745 (iswitchb-mode): New.
15746 (iswitchb-mode-hook): New variable.
15747 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
15748 `extensions'.
15749
15750 2000-09-20 Gerd Moellmann <gerd@gnu.org>
15751
15752 * ehelp.el (electric-help): New defgroup.
15753 (electric-help-shrink-window): New user-option.
15754 (with-electric-help): Use it.
15755
15756 * window.el (shrink-window-if-larger-than-buffer): If face
15757 `mode-line' has a :box, and we're on a graphical frame, add 1
15758 to the needed window height.
15759
15760 * frame.el (frame-notice-user-settings): Add a last parameter nil
15761 to a call to `append', because the last list passed to `append' is
15762 not copied, and so subsequent calls to assq-delete-all will modify
15763 default-frame-alist.
15764
15765 * startup.el (fancy-splash-image): Change :type.
15766 (fancy-splash-head): Use an XBM image if appropriate.
15767 (command-line-1): Show splash screens in more cases.
15768
15769 * startup.el (fancy-splash-text): Don't quote faces.
15770
15771 * dired.el (dired-font-lock-keywords): Undo last change.
15772 (dired-readin): Bind indent-tabs-mode to nil.
15773
15774 * startup.el (fancy-splash-head): If frame's background mode
15775 is `dark', change the black background of the image to gray.
15776 (fancy-splash-screens): Display startup echo area message.
15777 (display-startup-echo-area-message): New function.
15778
15779 2000-09-20 Miles Bader <miles@lsi.nec.co.jp>
15780
15781 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
15782
15783 * info.el (info-header-node): Tweak for color ttys.
15784
15785 * faces.el (face-valid-attribute-values): Make sure directories we
15786 search for stipples both exist and are readable before trying to
15787 search them.
15788
15789 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
15790 in the dry-run case.
15791
15792 * jka-compr.el (with-auto-compression-mode): New macro.
15793
15794 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
15795 (custom-group-tag-face, custom-variable-tag-face): Use relative
15796 :height and inherit from `variable-pitch' face instead of
15797 hardwiring :family.
15798 * hi-lock.el (hi-black-hb): Likewise.
15799
15800 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
15801 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
15802 toolbar-add-item, if image doesn't have a mask add a `:mask
15803 heuristic'.
15804
15805 2000-09-19 Stefan Monnier <monnier@cs.yale.edu>
15806
15807 * diff-mode.el: Docstring fixes.
15808 (diff-header-face, diff-comment-face): New faces.
15809 (diff-font-lock-keywords): Highlight a bit differently.
15810 (diff-find-source-location): Don't return SPAN any more.
15811 (diff-hunk-text): Don't bother erasing the temp buffer.
15812 (diff-find-text): Drop argument LINE.
15813 (diff-apply-hunk): Update calls to diff-find-text.
15814 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
15815
15816 * calendar/calendar.el: Docstring fixes.
15817 (calendar-make-alist): Don't quote lambda.
15818 (calendar-star-date): Use make-local-variable.
15819
15820 2000-09-19 Dave Love <fx@gnu.org>
15821
15822 * toolbar/tool-bar.el: Renamed from toolbar.el.
15823 Change `toolbar' to `tool-bar' generally in symbols.
15824 Make some items invisible in `special' major modes.
15825 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
15826 Add arg PROPS.
15827
15828 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
15829 Add :version here.
15830 (fancy-splash-delay, fancy-splash-image): Remove :version here.
15831
15832 2000-09-19 Gerd Moellmann <gerd@gnu.org>
15833
15834 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
15835
15836 * files.el (find-file-suppress-same-file-warnings): New user-option.
15837 (find-file-noselect): Use it.
15838
15839 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
15840 (fancy-splash-screen): Defgroup.
15841
15842 * add-log.el (change-log-font-lock-keywords): Match names
15843 more exactly for the case that font-lock-constant-face is
15844 underlined.
15845
15846 2000-09-19 Richard M. Stallman <rms@gnu.org>
15847
15848 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
15849
15850 2000-09-19 Andre Spiegel <spiegel@gnu.org>
15851
15852 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
15853
15854 2000-09-19 Gerd Moellmann <gerd@gnu.org>
15855
15856 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
15857 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
15858 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
15859 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
15860 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
15861 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
15862 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
15863 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
15864 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
15865 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
15866 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
15867 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
15868
15869 * startup.el (fancy-splash-text): New variable.
15870 (fancy-splash-delay, fancy-splash-image): New user-options.
15871 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
15872 (fancy-splash-screens): New functions.
15873 (command-line-1): If display has a `display' frame parameter, has
15874 colors, and we have XPM support, show more fancy splash screens.
15875
15876 2000-09-19 Dave Love <fx@gnu.org>
15877
15878 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
15879 with null `help'. Use modern backquote syntax.
15880
15881 2000-09-19 Gerd Moellmann <gerd@gnu.org>
15882
15883 * font-lock.el (font-lock-mode): Change message telling the user
15884 that ``the buffer is too big''.
15885
15886 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
15887 for instance for the case that tab-width is 2.
15888
15889 2000-09-18 Gerd Moellmann <gerd@gnu.org>
15890
15891 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
15892 toolbar-add-item, if image doesn't have a mask add a `:mask
15893 heuristic'.
15894
15895 2000-09-18 Miles Bader <miles@lsi.nec.co.jp>
15896
15897 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
15898 and return a cons if it's non-nil.
15899 (diff-apply-hunk): Try to jump to the line in the source text
15900 corresponding to the position of point in the in the hunk.
15901
15902 * info.el (Info-title-3-face, Info-title-2-face)
15903 (Info-title-1-face): Use face inheritance and relative sizes
15904 instead of hard-wiring things.
15905
15906 * faces.el (secondary-selection): Make dark-background variant sane.
15907
15908 2000-09-16 Andrew Innes <andrewi@gnu.org>
15909
15910 * makefile.w32-in (compile-files-CMD): No need to make .elc files
15911 read-only, since they aren't under VC now.
15912
15913 2000-09-17 Dave Love <fx@gnu.org>
15914
15915 * tmm.el: Replace mapcar with mapc in several places.
15916
15917 * loadhist.el (unload-feature): Maybe call elp-restore-list and
15918 ad-unadvise.
15919
15920 * international/latin1-disp.el: New file.
15921
15922 * calendar/cal-move.el (scroll-calendar-left)
15923 (scroll-calendar-right): Make arg optional (for active mode line).
15924
15925 * calendar/calendar.el (calendar-mode-line-format): Make fields
15926 mouse-sensitive.
15927 (calendar-read-date, calendar-read-date, calendar-window-list):
15928 Unquote lambda.
15929 (calendar-month-name): Use aref, not sref.
15930
15931 * view.el (minor-mode-alist): Propertize the string.
15932
15933 * international/characters.el (standard-case-table): Add entries
15934 for Greek.
15935
15936 2000-09-18 Miles Bader <miles@gnu.org>
15937
15938 * info.el (info-node, info-xref): Add dark-background variants.
15939
15940 * faces.el (header-line): Change defaults to be less confusing
15941 when mixed with mode-lines.
15942
15943 * info.el (Info-fontify-node): Make a few cleanups.
15944 Add extra `help-echo' and `local-map' props to node xrefs.
15945 Use header-specific faces for node-names & xrefs.
15946 (Info-use-header-line): New variable.
15947 (info-header-xref, info-header-node): New faces.
15948 (Info-setup-header-line): New function.
15949 (Info-select-node): Call Info-setup-header-line when enabled.
15950 (Info-extract-pointer): Work even if the header line is hidden.
15951 (Info-header-line): New variable.
15952
15953 2000-09-16 Stefan Monnier <monnier@cs.yale.edu>
15954
15955 * vms-patch.el (print-region-function): Don't quote lambda.
15956
15957 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
15958
15959 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
15960 (lm-get-header-re): Allow spaces between the header and the colon.
15961 (lm-header): Allow $ in non-RCS headers.
15962 (lm-header-multiline): Put the strings back into order.
15963 Stop at an empty line. Don't require two space chars if the
15964 line is clearly not another header line.
15965
15966 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
15967 (popup-menu-popup): Remove.
15968
15969 2000-09-15 Gerd Moellmann <gerd@gnu.org>
15970
15971 * toolbar/toolbar.el (toolbar-add-item): Use the same image
15972 specification if or if not tool-bar item contains an `:enabled'
15973 property.
15974
15975 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
15976 current buffer has no file name.
15977
15978 2000-09-15 Dave Love <fx@gnu.org>
15979
15980 * strokes.el: Sync with maintainer's current version with changes
15981 for Emacs, but avoid runtime cl and levents.
15982 (toplevel): Change autoloads and compilation requires.
15983 (strokes-version, strokes-bug-address, strokes-lift): Values
15984 changed.
15985 (strokes-xpm-header, strokes-insinuated): New variable.
15986 (strokes): Add :link.
15987 (strokes-mode): Customized.
15988 (strokes-while-inhibiting-garbage-collector): New macro.
15989 (strokes-remassoc): Avoid remove-if.
15990 (strokes-fix-button2-command): Don't use ad-do-it.
15991 (strokes-insinuate): New function.
15992 (strokes-button-press-event-p, strokes-button-release-event-p):
15993 New functions, used instead of non-`strokes-' versions..
15994 (strokes-mouse-event-p): Rewritten.
15995 (strokes-event-closest-point): Avoid event-point.
15996 (strokes-get-grid-position): Avoid cdadr, caadr
15997 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
15998 functions.
15999 (strokes-help): Use with-output-to-temp-buffer.
16000 (strokes-window-configuration-changed-p): New function.
16001 (strokes-update-window-configuration): Use buffer-live-p,
16002 strokes-window-configuration-changed-p.
16003 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
16004 (strokes-char-face): New face.
16005 (strokes-char-table, strokes-base64-chars): New variable.
16006 (strokes-xpm-for-stroke, strokes-list-strokes)
16007 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
16008 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
16009 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
16010 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
16011 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
16012 functions.
16013
16014 2000-09-15 Gerd Moellmann <gerd@gnu.org>
16015
16016 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
16017
16018 * image.el (create-image): Doc fix.
16019
16020 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
16021 instead of `:heuristic-mask t'.
16022
16023 2000-09-14 Andrew Innes <andrewi@gnu.org>
16024
16025 * makefile.w32-in: Revert to Unix line endings.
16026
16027 2000-09-14 Andrew Innes <andrewi@gnu.org>
16028
16029 * makefile.w32-in: Add bootstrap support. Also copy lisp source
16030 when installing.
16031
16032 * makefile.nt (DONTCOMPILE): Fix typo.
16033
16034 * shell.el (shell-write-history-on-exit): New function.
16035 (shell-dumb-shell-regexp): New custom variable.
16036 (shell-mode): Make shell-write-history-on-exit the process
16037 sentinel if shell name matches shell-dumb-shell-regexp.
16038
16039 * w32-fns.el: Comment out before-init-hook function which resets
16040 source-directory based; this breaks bootstrap.
16041
16042 2000-09-14 Dave Love <fx@gnu.org>
16043
16044 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
16045 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
16046 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
16047 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
16048 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
16049 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
16050 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
16051 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
16052 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
16053
16054 * toolbar/toolbar.el: New.
16055
16056 * subdirs.el: Add toolbar.
16057
16058 2000-09-14 Gerd Moellmann <gerd@gnu.org>
16059
16060 * indent.el (indent-for-tab-command): Doc fix.
16061
16062 2000-09-14 Alex Schroeder <alex@gnu.org>
16063
16064 * ansi-color.el (ansi-colors): Doc change.
16065 (ansi-color-get-face): Simplified regexp.
16066 (ansi-color-faces-vector): Added more faces, doc change.
16067 (ansi-color-names-vector): Doc change.
16068 (ansi-color-regexp): Simplified regexp.
16069 (ansi-color-parameter-regexp): New regexp.
16070 (ansi-color-filter-apply): Doc change.
16071 (ansi-color-filter-region): Doc change.
16072 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
16073 deal with zero length parameters.
16074 (ansi-color-apply-on-region): Doc change.
16075 (ansi-color-map): Doc change.
16076 (ansi-color-map-update): Removed debugging message.
16077 (ansi-color-get-face-1): Added condition-case to trap
16078 args-out-of-range errors.
16079 (ansi-color-get-face): Doc change.
16080 (ansi-color-make-face): Removed.
16081 (ansi-color-for-shell-mode): New option.
16082
16083 2000-09-13 Kenichi Handa <handa@etl.go.jp>
16084
16085 * international/quail.el (quail-start-translation): Translate KEY
16086 if necessary even if it doesn't have any mapping in the current
16087 input method.
16088 (quail-start-conversion): Likewise.
16089 (quail-help): The output message is improved.
16090
16091 2000-09-13 Miles Bader <miles@gnu.org>
16092
16093 * comint.el (comint-output-filter): Revert to using
16094 `insert-before-markers'. Add bletcherous hack to undo damage
16095 caused by `insert-before-markers'. Put `front-sticky' property on
16096 overlays created here so that the field code understands how the
16097 overlay works. Use a let when making comint-last-prompt-overlay,
16098 so that the code is easier to read.
16099
16100 2000-09-13 Dave Love <fx@gnu.org>
16101
16102 * wid-edit.el (widget-default-format-handler): DTRT when
16103 doc-property is a function.
16104
16105 2000-09-12 Francesco Potorti` <pot@gnu.org>
16106
16107 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
16108 filed name if it's not there.
16109
16110 2000-09-12 Dave Love <fx@gnu.org>
16111
16112 * simple.el (read-mail-command): Doc fix.
16113 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
16114
16115 * vc.el (vc-dired-listing-switches): Fix :version.
16116
16117 * vc-hooks.el: Doc fixes.
16118
16119 * subr.el (add-minor-mode): Use toggle-fun arg.
16120
16121 * speedbar.el: Add :version to several defcustoms.
16122
16123 * imenu.el (imenu--truncate-items, imenu--cleanup)
16124 (imenu--generic-function): Avoid mapcar.
16125 (imenu--replace-spaces): Function removed.
16126 (imenu--completion-buffer): Use subst-char-in-string.
16127 (imenu-add-to-menubar): Use keymap inheritance.
16128
16129 2000-09-12 Miles Bader <miles@gnu.org>
16130
16131 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
16132 (diff-mode-map): Bind `diff-test-hunk'.
16133 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
16134
16135 2000-09-11 Gerd Moellmann <gerd@gnu.org>
16136
16137 * bytecomp.el (byte-compile-defvar): Undo last change
16138 because it breaks '(make-variable-buffer-local (defvar ...)'
16139 which is used at least in dired.
16140
16141 2000-09-12 Kenichi Handa <handa@etl.go.jp>
16142
16143 * international/quail.el (quail-define-package): Docstring
16144 modified.
16145
16146 2000-09-12 Kenichi Handa <handa@etl.go.jp>
16147
16148 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
16149 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
16150 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
16151 docstring of "chinese-py".
16152
16153 * international/quail.el (quail-translation-docstring): New
16154 variable.
16155 (quail-show-keyboard-layout): Docstring modified.
16156 (quail-select-current): Likewise.
16157 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
16158 infinite recursive call.
16159 (quail-help): Check quail-translation-docstring. Format of the
16160 output changed.
16161 (quail-help-insert-keymap-description): Adjusted for the above
16162 change.
16163
16164 2000-09-11 Gerd Moellmann <gerd@gnu.org>
16165
16166 * bytecomp.el (byte-compile-defvar): Only cons onto
16167 current-load-list in top-level forms. Else this leaks a cons cell
16168 every time a defun is called.
16169
16170 2000-09-11 Miles Bader <miles@lsi.nec.co.jp>
16171
16172 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
16173 Now understands non-unified diffs. Some functionality moved into
16174 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
16175 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
16176 modify anything. Only reposition point in the patched file if the
16177 patch succeeds. Only pop up another window if POPUP is true.
16178 Emit a message describing what happened if successful, and at what
16179 line-offset. Automatically detect reversed hunks and do something
16180 appropriate.
16181 (diff-hunk-text, diff-find-text): New functions.
16182 (diff-filter-lines): Function removed.
16183 (diff-test-hunk): New function.
16184 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
16185
16186 2000-09-10 Dave Love <fx@gnu.org>
16187
16188 * textmodes/tildify.el: Minor doc/commentary fixes.
16189 (tildify) <defgroup>: Add :version.
16190
16191 * faces.el (face-x-resources): Make custom type more specific.
16192 (frame-background-mode): Use mapc.
16193 (region) <defcustom>: Add :version.
16194
16195 2000-09-08 Stefan Monnier <monnier@cs.yale.edu>
16196
16197 * vc-sccs.el (vc-sccs-register):
16198 * vc-rcs.el (vc-rcs-register):
16199 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
16200 * vc.el (vc-register): Clear file's properties.
16201
16202 2000-09-08 Gerd Moellmann <gerd@gnu.org>
16203
16204 * faces.el (face-spec-set): Only face-spec-reset-face when
16205 ATTRS is non-nil.
16206
16207 2000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
16208
16209 * help.el (help-insert-xref-button): Fix a typo in doc string.
16210
16211 2000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
16212
16213 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
16214 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
16215 methods.
16216
16217 * menu-bar.el (read-mail-item-name): New function.
16218 (menu-bar-tools-menu): Use it to compute and display the package
16219 used to read email.
16220 (menu-bar-tools-menu): Fix typo in GUD's help string.
16221
16222 2000-09-07 Dave Love <fx@gnu.org>
16223
16224 * diff-mode.el (diff-mouse-goto-source): New function.
16225
16226 * vc-sccs.el: Doc fixes.
16227 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
16228
16229 * vc-rcs.el: Doc fixes.
16230 (vc-rcs-register-switches, vc-rcs-checkin-switches)
16231 (vc-rcs-checkout-switches, vc-rcs-header)
16232 (vc-rcs-master-templates): Add or change :version.
16233
16234 * vc-cvs.el: Doc fixes.
16235 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
16236 (vc-cvs-stay-local): Add :version.
16237
16238 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
16239
16240 2000-09-07 Kenichi Handa <handa@etl.go.jp>
16241
16242 * international/quail.el (quail-help): Fix previous change.
16243
16244 2000-09-07 Gerd Moellmann <gerd@gnu.org>
16245
16246 * faces.el (color-values): Doc fix.
16247
16248 * faces.el (frame-set-background-mode): Use frame-parameter
16249 instead of frame-parameters.
16250
16251 * frame.el (filtered-frame-list): Reduce consing.
16252 (frames-on-display-list): Call frame-parameter instead of
16253 frame-parameters.
16254
16255 2000-09-07 Kenichi Handa <handa@etl.go.jp>
16256
16257 * language/devan-util.el (devanagari-to-indian-region): In the
16258 loop, change the following char, not preceding char.
16259
16260 2000-09-07 Gerd Moellmann <gerd@gnu.org>
16261
16262 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
16263 instead of frame-parameters.
16264
16265 * faces.el (set-face-attribute): Simplify by calling
16266 internal-set-lisp-face-attribute with FRAME being 0.
16267
16268 * vc.el: Remove `Id' version control keyword.
16269
16270 2000-09-07 Kenichi Handa <handa@etl.go.jp>
16271
16272 * help.el (help-make-xrefs): Adjusted for the change of
16273 help-xref-mule-regexp.
16274 (help-insert-xref-button): New function.
16275
16276 * international/mule-cmds.el (help-xref-mule-regexp-template):
16277 Include the pattern for character set.
16278 (leim): New group.
16279
16280 * international/quail.el: Don't require face.
16281 (quail): New group.
16282 (quail-other-command): Dummy command to make quail-help work better.
16283 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
16284 (quail-keyboard-layout-substitution): New variable.
16285 (quail-update-keyboard-layout): New function.
16286 (quail-keyboard-layout-type): New customizable variable.
16287 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
16288 (quail-keyboard-translate): Pay attention to
16289 quail-keyboard-layout-substitution.
16290 (quail-insert-kbd-layout): New function.
16291 (quail-show-keyboard-layout): New function.
16292 (quail-get-translation): If the definition is a vector of length
16293 1, and the element is a string of length 1, return the character
16294 in that string.
16295 (quail-update-current-translations): Fix the case of
16296 relative-index out of range.
16297 (quail-build-decode-map, quail-insert-decode-map): New Functions.
16298 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
16299 Show key sequences for all available characters.
16300 (quail-help-insert-keymap-description): Don't show such verbose
16301 key bindings as quail-self-insert-command.
16302
16303 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
16304 Format changed, and each element now have extra documentations.
16305 (tit-process-header): Delete invalid characters from TIT-PROMPT.
16306 Adjusted for the change of quail-cxterm-package-ext-info.
16307
16308 2000-09-06 Gerd Moellmann <gerd@gnu.org>
16309
16310 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
16311 requiring it leads to a recursive loading of vc.el and vc-hooks.el
16312 during bootstrap.
16313
16314 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
16315
16316 * vc.el: (toplevel): Don't require `dired' at run-time.
16317 (vc-dired-resynch-file): Remove autoload cookie.
16318
16319 2000-09-05 Andre Spiegel <spiegel@gnu.org>
16320
16321 * vc.el: Made several backend functions optional.
16322 (vc-default-responsible-p): New function.
16323 (vc-merge): Use RET for first version to trigger merge-news, not
16324 prefix arg.
16325 (vc-annotate): Handle backends that do not support annotation.
16326 (vc-default-merge-news): Removed. The existence of a merge-news
16327 implementation is now checked on caller sites.
16328
16329 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
16330 case.
16331
16332 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
16333 special case that has been removed from the default in vc-hooks.el.
16334
16335 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
16336
16337 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
16338
16339 2000-09-05 Andre Spiegel <spiegel@gnu.org>
16340
16341 * vc-hooks.el: Require vc during compilation.
16342 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
16343 macro `with-vc-properties' in vc.el.
16344 (vc-file-getprop): Doc fix.
16345 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
16346
16347 * vc.el: Require dired-aux during compilation.
16348 (vc-name-assoc-file): Moved to vc-sccs.el.
16349 (with-vc-properties): New macro.
16350 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
16351 vc-finish-steal): Use it.
16352 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
16353 to the backend-specific function is now supposed to do the checkout,
16354 too.
16355 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
16356
16357 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
16358 set file properties; that gets done in the generic code now.
16359
16360 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
16361 Changed parameter list, added code from vc.el that does the
16362 checkout, possibly with a double-take.
16363
16364 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
16365 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
16366 the above under the new name.
16367 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
16368 parameter list, added checkout command.
16369 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
16370 properties; that gets done in the generic code now.
16371
16372 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
16373
16374 * vc.el: Docstring fixes (courtesy of checkdoc).
16375
16376 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
16377
16378 * vc.el (vc-checkout-writable-buffer-hook)
16379 (vc-checkout-writable-buffer): Remove.
16380 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
16381 (vc-log-mode): Make it into a clean derived major mode.
16382 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
16383 vc-log-mode if log-edit is not available.
16384 (vc-dired-mode-map): Don't set-keymap-parent yet.
16385 (vc-dired-mode): Do set-keymap-parent here.
16386 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
16387
16388 2000-09-05 Gerd Moellmann <gerd@gnu.org>
16389
16390 * faces.el (set-face-attribute, face-spec-reset-face)
16391 (face-spec-set): Avoid consing by removing calls to `apply'.
16392
16393 * frame.el (frame-parameter): Move to C code.
16394
16395 2000-09-05 Dave Love <fx@gnu.org>
16396
16397 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
16398 insert-before-markers-and-inherit. Now checked systematically!
16399
16400 2000-09-05 Alex Schroeder <alex@gnu.org>
16401
16402 * sql.el (sql-postgres): Use sql-postgres-options.
16403 (sql-postgres-options): New variable.
16404
16405 2000-09-05 Alex Schroeder <alex@gnu.org>
16406
16407 * sql.el (sql-mode-menu): Work around missing variable mark-active
16408 in XEmacs.
16409 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
16410 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
16411 compatibility.
16412
16413 2000-09-04 Gerd Moellmann <gerd@gnu.org>
16414
16415 * vc.el (vc-dired-resynch-file): Add autoload cookie.
16416
16417 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
16418
16419 * Makefile.in (DONTCOMPILE): Fix typo in file name.
16420
16421 2000-09-04 Andre Spiegel <spiegel@gnu.org>
16422
16423 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
16424 don't support anything else under SCCS yet.
16425
16426 * vc-hooks.el: Minor doc fixes.
16427
16428 2000-09-04 Andre Spiegel <spiegel@gnu.org>
16429
16430 * vc.el (vc-next-action-on-file): Do not visit the file if it's
16431 not necessary. If verbose in state `needs-patch', do the same as
16432 under `up-to-date'. When NOT verbose and `needs-patch', check out
16433 latest version instead of `merge-news'.
16434 (vc-next-action-dired): Don't mess with default-directory here; it
16435 breaks other parts of dired. It is the job of the
16436 backend-specific functions to adjust it temporarily if they need it.
16437 (vc-next-action): Remove a special CVS case.
16438 (vc-clear-headers): New optional arg FILE.
16439 (vc-checkin, vc-checkout): Set properties vc-state and
16440 vc-checkout-time properly.
16441 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
16442 (vc-print-log): Use new backend function `show-log-entry'.
16443 (vc-cancel-version): Do the checks in a different order. Added a
16444 FIXME concerning RCS-only code.
16445
16446 * vc-rcs.el (vc-rcs-show-log-entry): New function.
16447 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
16448
16449 * vc-cvs.el (vc-cvs-show-log-entry): New function.
16450
16451 * vc-hooks.el (vc-default-mode-line-string): Show state
16452 `needs-patch' as a `-' too.
16453
16454 2000-09-04 Andre Spiegel <spiegel@gnu.org>
16455
16456 * vc.el (vc-responsible-backend): New optional arg REGISTER.
16457 (vc-default-could-register): New function.
16458 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
16459 (vc-resynch-buffer): Call vc-dired-resynch-file.
16460 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
16461 vc-resynch-buffer instead of vc-resynch-window.
16462 (vc-next-action-dired): Don't redisplay here, that gets done as a
16463 result of the individual file operations.
16464 (vc-retrieve-snapshot): Corrected prompt order.
16465
16466 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
16467
16468 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
16469 as well.
16470 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
16471 hostname regexps. Updated all callers.
16472 (vc-cvs-responsible-p): Handle directories as well.
16473 (vc-cvs-could-register): New function.
16474 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
16475 properties up-to-date.
16476
16477 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
16478 user whether to create one.
16479
16480 2000-09-04 Andre Spiegel <spiegel@gnu.org>
16481
16482 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
16483 check out a non-existing file.
16484
16485 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
16486 workfile does not exist.
16487
16488 * vc.el (vc-version-diff): Use `require' to check for existence of
16489 diff-mode.
16490
16491 2000-09-04 Andre Spiegel <spiegel@gnu.org>
16492
16493 * vc-cvs.el (vc-cvs-registered): Use new function
16494 vc-cvs-parse-entry to do the actual work.
16495
16496 2000-09-04 Andre Spiegel <spiegel@gnu.org>
16497
16498 * vc-hooks.el (vc-find-backend-function): If function doesn't
16499 exist, return nil instead of error.
16500 (vc-call-backend): Doc fix.
16501
16502 * vc.el (vc-do-command): Doc fix.
16503 (vc-finish-logentry): When checking in from vc-dired, choose the
16504 right backend for logentry check.
16505 (vc-dired-mode-map): Inherit from dired-mode-map.
16506 (vc-dired-mode): Local value of dired-move-to-filename-regexp
16507 simplified.
16508 (vc-dired-state-info): Removed, updated caller.
16509 (vc-default-dired-state-info): Use parentheses instead of hyphens.
16510 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
16511 (vc-dired-listing-switches): New variable.
16512 (vc-directory): Use it, instead of dired-listing-switches.
16513
16514 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
16515 (vc-cvs-dir-state): New function.
16516 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
16517 (vc-cvs-parse-entry): New function, also to be used in
16518 vc-cvs-registered.
16519
16520 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
16521
16522 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
16523 *or* single-window-frames.
16524
16525 2000-09-04 Andre Spiegel <spiegel@gnu.org>
16526
16527 * vc.el (vc-update-changelog): Split into generic part and default
16528 implementation. Doc string adapted.
16529 (vc-default-update-changelog): New function. Call the `rcs2log'
16530 script in exec-directory, to fix a long-standing nuisance.
16531
16532 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
16533 simply signals an error.
16534
16535 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
16536
16537 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
16538 control-flow more clear and to avoid running `cvs' twice.
16539
16540 * vc.el (vc-next-action-on-file): Doc fix.
16541 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
16542 (vc-print-log): Eval `file' before constructing the continuation.
16543
16544 2000-09-04 Andre Spiegel <spiegel@gnu.org>
16545
16546 * vc.el (vc-next-action-on-file): Corrected several messages.
16547 (vc-merge): Add prefix arg `merge-news'; handle it.
16548
16549 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
16550 is not reached. It is.
16551 (vc-cvs-merge): Set state to 'edited after merge.
16552 (vc-cvs-merge-news): Set workfile version to nil if not known.
16553 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
16554
16555 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
16556 via stdout. (Merge from main line.)
16557
16558 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
16559
16560 * vc.el (vc-finish-logentry): Thinko in the "same comment"
16561 detection.
16562
16563 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
16564
16565 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
16566 against kill-all-local-variables.
16567 (vc-log-edit): Don't save vc-parent-buffer any more.
16568 (vc-last-comment-match): Initialize to an empty string.
16569 (vc-post-command-functions): New hook.
16570 (vc-do-command): Run it.
16571 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
16572 (vc-finish-logentry): Only add the comment to the ring if it's
16573 different from the last comment entered.
16574 (vc-new-comment-index): New function.
16575 (vc-previous-comment): Use it. Make the minibuffer message
16576 slightly less terse.
16577 (vc-comment-search-reverse): Make it work forward as well. Don't
16578 set vc-comment-ring-index if no match is found. Use
16579 vc-new-comment-index.
16580 (vc-comment-search-forward): Use vc-comment-search-reverse.
16581 (vc-dired-mode-map): Don't inherit from dired-mode-map since
16582 define-derived-mode will do it for us. Bind `v' to a keymap that
16583 inherits from vc-prefix-map so that we can bind `vt' without
16584 binding C-x v t.
16585 (vc-retrieve-snapshot): Parenthesis typo.
16586
16587 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
16588 to 1. Make sure to switch to *vc* before looking for an error
16589 message. Use vc-parse-buffer.
16590
16591 2000-09-04 Andre Spiegel <spiegel@gnu.org>
16592
16593 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
16594 and NAME.
16595 (vc-retrieve-snapshot): Split into two parts.
16596 (vc-default-retrieve-snapshot): New function.
16597
16598 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
16599 (vc-cvs-retrieve-snapshot): New function (untested).
16600 (vc-cvs-stay-local): Default to t.
16601 (vc-cvs-remote-p): New function and property.
16602 (vc-cvs-state): Stay local only if the above is t.
16603 (vc-handle-cvs): Removed.
16604 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
16605 done via vc-handled-backends now.
16606 (vc-cvs-header): Escape Id.
16607
16608 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
16609
16610 * vc.el (vc-do-command): Remove unused commands.
16611 (vc-version-diff): Make sure default-directory ends with a slash.
16612 Move the window commands into a vc-exec-after.
16613 (vc-print-log): Move more of the code into the `vc-exec-after'.
16614
16615 2000-09-04 Andre Spiegel <spiegel@gnu.org>
16616
16617 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
16618 (vc-print-log): Search current revision from beginning of buffer.
16619 (vc-revert-buffer): Clear echo area after the diff is finished.
16620 (vc-prefix-map): Removed definition of "t" for terse display in vc
16621 dired.
16622 (vc-dired-mode-map): Inherit from dired-mode-map. Added
16623 definition of "vt" for terse display.
16624 (vc-dired-mode): Fix dired-move-to-filename-regexp.
16625
16626 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
16627
16628 * vc.el (vc-exec-after): Avoid caddr.
16629
16630 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
16631
16632 * vc.el (vc-exec-after): New function.
16633 (vc-do-command): Use it to add a termination message for async
16634 procs.
16635 (vc-checkout): Try to handle a missing-backend situation.
16636 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
16637 of a directory with a backend using async diffs.
16638 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
16639 present.
16640
16641 * vc-sccs.el (vc-sccs-state-heuristic): Use
16642 file-ownership-preserved-p.
16643
16644 * vc-rcs.el (vc-rcs-state-heuristic): Use
16645 file-ownership-preserved-p.
16646 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
16647
16648 2000-09-04 Andre Spiegel <spiegel@gnu.org>
16649
16650 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
16651 vc-do-command.
16652
16653 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
16654 when there are no changes.
16655
16656 2000-09-04 Andre Spiegel <spiegel@gnu.org>
16657
16658 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
16659
16660 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
16661
16662 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
16663
16664 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
16665
16666 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
16667 the `fset' outside of the defvar so that it works even if
16668 vc-prefix-map was already defined.
16669 (vc-setup-buffer): New function, split out of vc-do-command.
16670 (vc-do-command): Allow BUFFER to be t to mean `just use the
16671 current buffer without any fuss'.
16672 (vc-version-diff): Change the `diff' backend operation to just put
16673 the diff in the current buffer without erasing it. Always use
16674 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
16675 shrink-window-if-larger-than-buffer.
16676 (vc-print-log): Change the `print-log' backend operation to just
16677 put the log in the current buffer without erasing it. Protect
16678 shrink-window-if-larger-than-buffer.
16679 (vc-update-change-log): Fix setd typo.
16680
16681 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
16682 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
16683
16684 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
16685 (vc-rcs-diff): Insert in the current buffer and remove unused arg
16686 CMP.
16687
16688 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
16689 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
16690 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
16691
16692 2000-09-04 Andre Spiegel <spiegel@gnu.org>
16693
16694 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
16695 not possible, use vc-BACKEND-workfile-unchanged-p.
16696 (vc-default-workfile-unchanged-p): New function. Delegates to a
16697 full vc-BACKEND-diff.
16698
16699 * vc-hooks.el (vc-simple-command): Removed.
16700
16701 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
16702 instead of vc-simple-command.
16703 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
16704 avoid doing a diff when opening a file.
16705 (vc-rcs-state): Added check for unlocked-changes.
16706 (vc-rcs-header): Escape Id.
16707 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
16708 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
16709 version.
16710
16711 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
16712 (vc-sccs-diff): Remove optional arg CMP.
16713 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
16714 SCCS-specific function.
16715
16716 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
16717 vc-simple-command.
16718
16719 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
16720
16721 * vc.el (vc-editable-p): Renamed from vc-writable-p.
16722 (with-vc-file, vc-merge): Use vc-editable-p.
16723 (vc-do-command): Remove unused var vc-file and fix the
16724 doubly-defined `status' var. Add a user message when starting an
16725 async command.
16726 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
16727 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
16728 Use with-current-buffer.
16729 (vc-buffer-sync): Use unless.
16730 (vc-next-action-on-file): If the file is 'edited by read-only,
16731 make it read-write instead of trying to commit.
16732 (vc-version-diff, vc-update-change-log): Use `setq
16733 default-directory' rather than `cd'.
16734 (vc-log-edit): Don't forget to set default-directory in the
16735 buffer.
16736
16737 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
16738 (vc-sccs-state-heuristic): Use file-writable-p instead of
16739 comparing userids.
16740 (vc-sccs-checkout): Use `unless'.
16741
16742 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
16743 of comparing userids.
16744 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
16745 Simplify the logic by eliminating unreachable code.
16746 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
16747 just do a recursive call if we need to retry.
16748 (vc-rcs-checkout): Handle the case where rcs is missing by making
16749 the buffer read-write if requested and re-signalling the error.
16750
16751 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
16752
16753 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
16754
16755 * vc-hooks.el (vc-handled-backends): Docstring change.
16756 (vc-ignore-vc-files): Mark obsolete.
16757 (vc-registered): Check vc-ignore-vc-files.
16758 (vc-find-file-hook, vc-file-not-found-hook): Don't check
16759 vc-ignore-vc-files.
16760
16761 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
16762
16763 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
16764
16765 * vc.el (vc-checkout): Don't do anything special for ange-ftp
16766 files since ange-ftp already has vc-registered return nil.
16767
16768 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
16769 (vc-sccs-workfile-version): Use with-temp-buffer and new
16770 vc-parse-buffer and don't bother setting the property.
16771 (vc-sccs-add-triple): Use with-current-buffer and
16772 find-file-noselect.
16773 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
16774
16775 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
16776 derives from the old vc-parse-buffer but uses the revision number
16777 rather than the date (much easier to compare robustly).
16778 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
16779 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
16780 locking-user more directly. Check strict locking and set
16781 checkout-model appropriately.
16782 (vc-rcs-parse-locks): Remove.
16783 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
16784 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
16785 (vc-rcs-system-release): Use with-current-buffer and
16786 vc-parse-buffer.
16787 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
16788
16789 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
16790 (vc-simple-command): Docstring fix.
16791 (vc-registered): Align the way the file-handler is called with the
16792 way the function itself works.
16793 (vc-file-owner): Remove.
16794
16795 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
16796 extraction of fields and call to file-attributes because of a
16797 temporary bug in rcp.el.
16798 (vc-cvs-fetch-status): Use with-current-buffer.
16799
16800 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
16801
16802 * vc.el (vc-do-command): Use file-relative-name.
16803 (vc-responsible-backend): Use vc-backend if possible.
16804 (vc-create-snapshot): Improve the `interactive' spec. Add support
16805 for branches and dispatch to backend-specific `create-snapshot'.
16806 (vc-default-create-snapshot): New function, containing the bulk of
16807 the old vc-create-snapshot.
16808 (vc-retrieve-snapshot): Improve the interactive spec.
16809
16810 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
16811 (vc-backend-hook-functions): Remove.
16812 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
16813 (vc-backend): Reintroduce the test for `file = nil' now that I
16814 know why it was there (and added a comment to better remember).
16815
16816 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
16817 code from vc-sccs-hooks.el.
16818 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
16819 'vc anymore.
16820 (vc-sccs-responsible-p): Use expand-file-name instead of concat
16821 and file-directory-p instead of file-exists-p.
16822 (vc-sccs-check-headers): Simplify the regexp.
16823
16824 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
16825 from vc-rcs-hooks.el. Don't require 'vc anymore.
16826 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
16827 file-directory-p instead of file-exists-p.
16828
16829 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
16830 from vc-cvs-hooks.el.
16831 (proto vc-cvs-registered): Require 'vc-cvs instead of
16832 'vc-cvs-hooks. Don't require 'vc anymore.
16833 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
16834 file-directory-p instead of file-exists-p.
16835 (vc-cvs-create-snapshot): New function, replacing
16836 vc-cvs-assign-name.
16837 (vc-cvs-assign-name): Remove.
16838
16839 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
16840
16841 * vc-cvs.el (vc-cvs-header): New var.
16842
16843 * vc-rcs.el (vc-rcs-exists): Remove.
16844 (vc-rcs-header): New var.
16845
16846 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
16847 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
16848 (vc-sccs-header): New var.
16849
16850 * vc.el (vc-do-command): Get rid of the `last' argument.
16851 (vc-header-alist): Remove, replaced by vc-X-header.
16852 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
16853 (vc-dired-hook): Use expand-file-name instead of concat.
16854 (vc-directory): Use file-name-as-directory.
16855 (vc-snapshot-precondition, vc-create-snapshot)
16856 (vc-retrieve-snapshot): Allow the command to operate on any
16857 directory.
16858
16859 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
16860 just removing the 'WORKFILE argument or by removing the 'MASTER
16861 argument and replacing `file' with (vc-name file).
16862
16863 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
16864
16865 * vc.el: Update Copyright and add a crude list of backend funs.
16866 (vc-writable-p): New function.
16867 (with-vc-file): Use vc-writable-p.
16868 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
16869 (vc-register): Avoid vc-name.
16870 (vc-locking-user): Remove.
16871 (vc-steal-lock): Make the `owner' arg non-optional.
16872 (vc-merge): Use vc-writable-p instead of vc-locking-user and
16873 vc-checkout-model.
16874 (vc-default-dired-state-info): Use vc-state instead of
16875 vc-locking-user and return special strings for special states.
16876 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
16877 and get rid of one of the special CVS cases.
16878 (vc-cancel-version): prettify error message with \\[...].
16879 (vc-rename-master): New function.
16880 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
16881 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
16882 the CVS special case generic.
16883 (vc-default-record-rename): Remove.
16884 (vc-file-tree-walk-internal): Only call FUNC for files that are
16885 under control of some VC backend and replace `concat' with
16886 expand-file-name.
16887 (vc-file-tree-walk): Update docstring.
16888 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
16889 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
16890
16891 * vc-sccs.el (vc-sccs-rename-file): Renamed from
16892 vc-sccs-record-rename. Use `find-file-noselect' rather than
16893 `find-file' and call `vc-rename-master' to do the actual move.
16894 (vc-sccs-diff): Remove unused `backend' variable.
16895
16896 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
16897 to delay loading of vc-sccs until it is really used.
16898 (vc-sccs-master-templates): Preload.
16899 (vc-sccs-state): Update call to vc-sccs-parse-locks.
16900 (vc-sccs-project-dir): Remove (merged into
16901 vc-sccs-search-project-dir).
16902 (vc-sccs-search-project-dir): Rewrite using file name handling ops
16903 rather than `concat', make sure it is preloaded and don't bother
16904 to check that the file actually exists.
16905 (vc-sccs-parse-locks): Remove unused `file' argument, remove
16906 `locks' argument (use buffer's content instead) and eliminate n^2
16907 behavior.
16908
16909 * vc-rcs.el: Update Copyright.
16910 (vc-rcs-rename-file): New function.
16911 (vc-rcs-diff): Remove unused `backend' variable.
16912
16913 * vc-hooks.el: Update Copyright.
16914 (vc-backend): Don't accept a nil argument any more.
16915 (vc-up-to-date-p): Turn into a defsubst.
16916 (vc-possible-master): New function.
16917 (vc-check-master-templates): Use `vc-possible-master' and allow
16918 funs in vc-X-master-templates to return a non-existent file.
16919
16920 * vc-cvs.el: Update Copyright.
16921 (vc-cvs-diff): Remove unused `backend' variable.
16922 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
16923
16924 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
16925
16926 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
16927
16928 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
16929 since it can be called from vc-rcs.el.
16930 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
16931
16932 2000-09-04 Andre Spiegel <spiegel@gnu.org>
16933
16934 * vc.el (vc-version-diff): Expand file name read from the
16935 minibuffer. Handle the case when a previous version number can't
16936 be guessed. Give suitable messages when there were no differences
16937 found.
16938 (vc-clear-headers): Call backend-specific implementation, if one
16939 exists.
16940 (vc-cancel-version): Made error checks generic. When done, clear
16941 headers generically, too.
16942
16943 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
16944 from vc-clear-headers in vc.el.
16945
16946 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
16947 correctly.
16948 (vc-rcs-latest-on-branch-p): Made second argument VERSION
16949 optional. Handle the case when it's not there.
16950
16951 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
16952
16953 * vc.el (vc-locking-user): Moved from vc-hooks.el.
16954
16955 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
16956
16957 * vc-hooks.el (vc-loadup): Remove.
16958 (vc-find-backend-function): Use `require'. Also, handle the case
16959 where vc-BACKEND-hooks.el doesn't exist.
16960 (vc-call-backend): Cleanup.
16961
16962 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
16963
16964 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
16965 vc-rcs-grab-templates)
16966 (vc-rcs-registered): Remove. The default function works as well.
16967 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
16968 vc-sccs-grab-templates)
16969 (vc-sccs-registered): Remove. The default function works as well.
16970
16971 * vc.el (vc-version-diff): Left out a vc- in call to
16972 vc-call-backend.
16973 (vc-default-dired-state-info, vc-default-record-rename)
16974 (vc-default-merge-news): Update for the new backend argument.
16975
16976 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
16977 using the default function.
16978 (vc-call-backend): If calling the default function, pass it the
16979 backend as first argument. Update the docstring accordingly.
16980 (vc-default-state-heuristic, vc-default-mode-line-string): Update
16981 for the new backend argument.
16982 (vc-make-backend-sym): Renamed from vc-make-backend-function.
16983 (vc-find-backend-function): Use the new name.
16984 (vc-default-registered): New function.
16985
16986 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
16987
16988 * vc.el (vc-merge): Use vc-find-backend-function.
16989
16990 * vc-hooks.el (vc-backend-functions): Remove.
16991 (vc-loadup): Don't setup 'vc-functions.
16992 (vc-find-backend-function): New function.
16993 (vc-call-backend): Use above fun and populate 'vc-functions
16994 lazily.
16995 (vc-backend-defines): Remove.
16996
16997 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
16998
16999 * vc.el (vc-register): Put a FIXME note for a newly found bug.
17000 Call vc-call-backend without the leading vc-.
17001 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
17002 (vc-check-headers): Call vc-call-backend without the leading vc-.
17003 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
17004 (vc-annotate-display): Replace confusing use of `cond' with `or'.
17005 Call vc-call-backend without the leading vc-.
17006
17007 * vc-cvs.el (tail): Provide vc-cvs.
17008 * vc-sccs.el (tail): Provide vc-sccs.
17009 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
17010
17011 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
17012 (vc-make-backend-function, vc-call): Pass names without leading
17013 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
17014 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
17015 (vc-call-backend): Always try to load vc-X-hooks.
17016 (vc-registered): Remove vc- in call to vc-call-backend.
17017
17018 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17019
17020 * vc.el (vc-process-filter): New function.
17021 (vc-do-command): Setup `vc-process-filter' for the async process.
17022 (vc-maybe-resolve-conflicts): New function to reduce
17023 code-duplication. Additionally, it puts the buffer in
17024 `smerge-mode' if applicable.
17025 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
17026 calling `merge-news'.
17027 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
17028 (vc-log-edit): New function. Replacement for `vc-log-mode' by
17029 interfacing to log-edit.el.
17030 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
17031 log-edit is available.
17032 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
17033
17034 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17035
17036 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
17037 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
17038 defvar and the initialization.
17039 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
17040
17041 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
17042 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
17043
17044 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
17045
17046 2000-09-04 Andre Spiegel <spiegel@gnu.org>
17047
17048 * vc.el (vc-file-clear-masterprops): Removed.
17049 (vc-checkin, vc-revert-buffer): Removed calls to the above.
17050 (vc-version-diff): Use buffer-size without argument.
17051 (vc-register): Heed vc-initial-comment.
17052
17053 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
17054 default branch.
17055
17056 * vc-rcs.el (vc-rcs-register): Parse command output to find master
17057 file name and workfile version.
17058 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
17059
17060 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
17061 vc-file-clear-masterprops.
17062
17063 * vc-sccs.el (vc-sccs-checkout): Removed call to
17064 vc-file-clear-masterprops. If writable, set vc-state to 'edited
17065 rather than user login name.
17066
17067
17068 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17069
17070 * vc.el (vc-workfile-unchanged-p): Remove unused argument
17071 `want-differences-if-changed' and simplify.
17072 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
17073 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
17074 output (which is invalid for async vc-diff) to decide whether to
17075 do the revert silently or not.
17076
17077 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17078
17079 * vc-hooks.el (vc-loadup): Load files quietly.
17080 (vc-call-backend): Oops, brain fart.
17081
17082 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17083
17084 * vc-cvs.el (vc-cvs-state): Typo.
17085 (vc-cvs-merge-news): Return the status code rather than the error msg.
17086
17087 2000-09-04 Andre Spiegel <spiegel@gnu.org>
17088
17089 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
17090 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
17091 vc-state or vc-up-to-date-p.
17092 (vc-merge): Use vc-backend-defines to check whether merging is
17093 possible. Set state to 'edited after successful merge.
17094
17095 * vc-hooks.el (vc-locking-user): If locked by the calling user,
17096 return that name. Redocumented.
17097
17098 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17099
17100 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
17101 new `vc-state' semantics.
17102 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
17103 'vc-locking-user to the current user.
17104 (vc-merge): Inline vc-backend-merge. Comment out code that I
17105 don't understand and hence can't adapt to the new `vc-state' and
17106 `vc-locking-user' semantics.
17107 (vc-backend-merge): Remove.
17108
17109 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
17110 rather than 'vc-locking-user.
17111
17112 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
17113
17114 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
17115 (vc-state): Don't use 'reserved any more. Just use the same
17116 convention as the one used for vc-<backend>-state where the
17117 locking user (as a string) is returned.
17118 (vc-locking-user): Update, based on the above convention. The
17119 'vc-locking-user property has disappeared.
17120 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
17121
17122 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
17123 with a heuristic one.
17124 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
17125 (vc-cvs-checkin): Do a trivial parse to set the state in case of
17126 error. That allows us to get to 'needs-merge even in the
17127 stay-local case. There's still no way to detect 'needs-patch in
17128 such a setup (or to force an update for that matter).
17129 (vc-cvs-logentry-check): Remove, the default works as well.
17130
17131 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17132
17133 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
17134
17135 * vc.el (vc-do-command): kill-all-local-variables, to reset any
17136 major-mode in which the buffer might have been put earlier. Use
17137 `remove' and `when'. Allow `okstatus' to be `async' and use
17138 `start-process' in this case.
17139 (vc-version-diff): Handle the case where the diff looks empty
17140 because of the use of an async process.
17141
17142 2000-09-04 Andre Spiegel <spiegel@gnu.org>
17143
17144 * vc.el (vc-next-action-on-file): Removed optional parameter
17145 `simple'. Recompute state unconditionally.
17146 (vc-default-toggle-read-only): Removed.
17147
17148 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
17149 (vc-toggle-read-only): Undid prev change.
17150
17151 * vc-cvs.el (vc-cvs-stay-local): Renamed from
17152 vc-cvs-simple-toggle. Redocumented.
17153 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
17154 (vc-cvs-toggle-read-only): Removed.
17155
17156 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17157
17158 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
17159 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
17160 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
17161 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
17162 still is. So maybe it should be removed.
17163 (vc-head-version, vc-find-binary): Remove.
17164 (vc-recompute-state): Move from vc-hooks.el.
17165 (vc-next-action-on-file): Add a `simple' argument to allow
17166 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
17167 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
17168 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
17169 (vc-dired-mode-map): Properly defvar it.
17170 (vc-print-log): Call log-view-mode if available.
17171 (small-temporary-file-directory): defvar instead of use boundp.
17172 (vc-merge-news): Moved to vc-cvs.el.
17173 (vc-default-merge-news): New function.
17174
17175 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
17176 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
17177 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
17178 unknown `vc-latest-version' function. It should probably refer to
17179 vc-workfile-version or somesuch, but it's very unclear to me and I
17180 don't have SCCS to test things.
17181
17182 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
17183 (vc-sccs-state-heuristic): Fix typo.
17184 (vc-sccs-workfile-unchanged-p): Add missing argument.
17185
17186 * vc-rcs.el: Require vc and vc-rcs-hooks.
17187 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
17188 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
17189 (vc-release-greater-or-equal-p): Move from vc.
17190 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
17191 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
17192 (vc-rcs-checkout): Add a missing `new-version' argument in the
17193 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
17194
17195 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
17196 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
17197 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
17198 than the apparently unbound `workfile-version'.
17199
17200 * vc-hooks.el (vc-master-templates): Def the obsolete var.
17201 (vc-file-prop-obarray): Use `make-vector'.
17202 (vc-backend-functions): Add new hookable functions
17203 vc-toggle-read-only, vc-record-rename and vc-merge-news.
17204 (vc-loadup): If neither backend nor default functions exist, use
17205 the backend function rather than nil.
17206 (vc-call-backend): If the function if not bound yet, try to load
17207 the non-hook file to see if it provides it.
17208 (vc-call): New macro plus use it wherever possible.
17209 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
17210 nor `vc-find-binary' since it's only called from
17211 vc-mistrust-permission which is only used once the backend is known.
17212 (vc-checkout-model): Fix parenthesis.
17213 (vc-recompute-state, vc-prefix-map): Move to vc.el.
17214
17215 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
17216 (vc-cvs-release, vc-cvs-system-release): Remove.
17217 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
17218 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
17219 status symbols.
17220 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
17221 (vc-cvs-toggle-read-only): First cut at a function to allow a
17222 cvs-status-free vc-toggle-read-only.
17223 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
17224 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
17225 vc-cvs-status. Also set vc-state rather than vc-locking-user.
17226 (vc-cvs-checkout): Modify access rights directly if the user
17227 requested not to use `cvs edit'. And refresh the mode line.
17228
17229 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
17230 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
17231
17232 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17233
17234 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
17235 workfile' that got lost when the code was extracted from vc.el.
17236 And merged the tail with the rest of the code (not possible in the
17237 old vc.el where the tail was shared among all backends). And
17238 explicitly set the state to 'edited if `writable' is set.
17239
17240 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
17241 (vc-cvs-state): Be careful to return the value from
17242 vc-cvs-parse-state.
17243 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
17244 property but return it instead. Also be careful to handle a nil
17245 or "" `rev' when workfile is non-nil (it was handled properly when
17246 workfile was nil).
17247
17248 * vc.el: Removed those pesky unnecessary `(function' quotes.
17249 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
17250 directly in the defvar.
17251 (vc-do-command): Bind inhibit-read-only so as to properly handle
17252 the case where the destination buffer has been made read-only.
17253 (vc-diff): Delegate to vc-version-diff in all cases.
17254 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
17255 (vc-annotate-mode-variables): Removed (code moved partly to
17256 defvars and partly to vc-annotate-add-menu).
17257 (vc-annotate-mode): Turned into a derived-mode.
17258 (vc-annotate-add-menu): Moved in code in
17259 vc-annotate-mode-variables.
17260 (vc-update-change-log): Use make-temp-file if available.
17261
17262 2000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
17263
17264 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
17265 `vc-checkout-model' updated to `vc-cvs-update-model'.
17266
17267 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
17268
17269 * vc.el (vc-next-action-on-file): Added handling of state
17270 `unlocked-changes'.
17271 (vc-checkout-carefully): Is now practically obsolete, unless the
17272 above is too slow to be enabled unconditionally.
17273 (vc-update-change-log): Fixed typo.
17274
17275 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
17276
17277 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
17278 Now handles state `unlocked-changes'.
17279 (vc-sccs-workfile-unchanged-p): New function, to support the above.
17280
17281 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
17282
17283 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
17284 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
17285 `unlocked-changes'.
17286 (vc-rcs-workfile-unchanged-p): Renamed from
17287 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
17288 function yet, but supposed to become one soon.
17289
17290 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
17291 `vc-steal-lock'.
17292 (vc-call-backend): Changed error message.
17293 (vc-state): Added description of state `unlocked-changes'.
17294
17295 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
17296
17297 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
17298 always return t in CVS-controlled directories.
17299
17300 * vc.el (vc-responsible-backend): New function.
17301 (vc-register): Largely rewritten.
17302 (vc-admin): Removed (implementation moved into vc-register).
17303 (vc-checkin): Redocumented.
17304 (vc-finish-logentry): If no backend defined yet (because we are in
17305 the process of registering), use the responsible backend.
17306
17307 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
17308 Updated function lists.
17309 (vc-call-backend): Fixed typo.
17310
17311 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
17312 New functions.
17313 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
17314 Removed query option. Redocumented.
17315
17316 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
17317
17318 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
17319
17320 * vc.el: Updated callers of `vc-checkout-required' to use
17321 `vc-checkout-model'.
17322
17323 2000-09-04 Martin Lorentzson <martinl@gnu.org>
17324
17325 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
17326 stuff updated to reference this function instead of the old
17327 `vc-backend-release-p'.
17328
17329 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
17330
17331 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
17332 vc-checkout-model. Return appropriate values. Updated callers.
17333
17334 2000-09-04 Martin Lorentzson <martinl@gnu.org>
17335
17336 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
17337 (vc-backend-revert): Function moved into `vc-revert';
17338 `vc-next-action' must be updated to accomodate this change.
17339 (vc-backend-steal): Function moved into `vc-finish-steal'.
17340 (vc-backend-logentry-check): Function moved into
17341 `vc-finish-logentry'.
17342 (vc-backend-printlog): Function moved into `vc-print-log'.
17343 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
17344 (vc-backend-assign-name): Function moved into
17345 `vc-create-snapshot'.
17346
17347 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
17348
17349 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
17350 Rename to vc-checkout-model. Return appropriate values.
17351 Update callers.
17352
17353 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
17354 to vc-checkout-model.
17355 (vc-checkout-required): Rename to vc-checkout-model.
17356 Re-implement and re-comment.
17357 (vc-after-save): Use vc-checkout-model.
17358
17359 2000-09-04 Martin Lorentzson <martinl@gnu.org>
17360
17361 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
17362 Update to use the vc-BACKEND-diff functions instead.
17363 `vc-diff' is now working.
17364
17365 * vc-rcs.el (vc-rcs-logentry-check): New function.
17366
17367 * vc-cvs.el (vc-cvs-logentry-check): New function.
17368
17369 * vc-sccs.el (vc-sccs-diff): Function changed name from
17370 `vc-backend-diff'. This makes `vc-diff' work.
17371
17372 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
17373 of functions possibly implemented in a vc-BACKEND library.
17374 (vc-checkout-required): Fix bug that caused an error to be
17375 signaled during `vc-after-save'.
17376
17377 * vc.el: Fix typo.
17378 This checkin is made with our new VC code base for the very first time.
17379 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
17380
17381 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
17382 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
17383
17384 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
17385 updated to `vc-uses-locking'.
17386 (vc-checkout-required): Call to backend function.
17387 `vc-checkout-required' updated to `vc-uses-locking' instead.
17388
17389 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
17390 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
17391
17392 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
17393 to match the split into various backends.
17394 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
17395 (vc-retrieve-snapshot): Bug fix.
17396
17397 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
17398
17399 * vc-sccs.el (vc-sccs-release): Doc fix.
17400
17401 2000-09-04 Martin Lorentzson <martinl@gnu.org>
17402
17403 * vc.el (vc-next-action-on-file): Bug found and fixed.
17404 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
17405 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
17406
17407 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
17408 (vc-rcs-checkout): Name space cleaned up. No more revision number
17409 crunching function names that are not prefixed with vc-rcs.
17410 (vc-rcs-checkout-model): Function added. References to
17411 `vc-checkout-model' replaced.
17412
17413 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
17414
17415 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
17416 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
17417 still need to be split, and implemented for RCS).
17418
17419 2000-09-04 Martin Lorentzson <martinl@gnu.org>
17420
17421 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
17422
17423 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
17424 required by the vc.el file.
17425
17426 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
17427 required by the vc.el file.
17428 (vc-rcs-exists): Function added.
17429
17430 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
17431 required by the vc.el file.
17432
17433 * vc.el (vc-admin): Updated to handle selection of appropriate
17434 backend. Current implementation is crufty and need re-thinking.
17435
17436 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
17437
17438 2000-09-04 Martin Lorentzson <martinl@gnu.org>
17439
17440 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
17441 beginning of annotate buffers correctly.
17442
17443 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
17444 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
17445 functionality updated quite a lot to support multiple backends.
17446 Variables `vc-annotate-mode', `vc-annotate-buffers',
17447 `vc-annotate-backend' added.
17448
17449 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
17450 `vc-annotate-difference' added to supported backend functions.
17451
17452 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
17453
17454 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
17455 Use with-temp-file instead of /bin/sh. Merged from mainline
17456
17457 2000-09-04 Martin Lorentzson <martinl@gnu.org>
17458
17459 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
17460
17461 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
17462
17463 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
17464
17465 2000-09-04 Martin Lorentzson <martinl@gnu.org>
17466
17467 * vc-hooks.el: vc-state-heuristic added to
17468 vc-backend-hook-functions.
17469
17470 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
17471
17472 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
17473
17474 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
17475 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
17476 state to `reserved'.
17477
17478 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
17479 `vc-checkout-required'. Rename the `locked' state to `reserved'.
17480
17481 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
17482
17483 * vc-rcs-hooks.el: Implement new state model. Hardly anything
17484 untouched.
17485
17486 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
17487
17488 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
17489 if defined. (Merged from main line, slightly adapted.)
17490
17491 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
17492 millenium problem (merged from mainline).
17493
17494 2000-09-04 Martin Lorentzson <martinl@gnu.org>
17495
17496 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
17497 part and moved the non-BACKEND stuff to vc.el.
17498
17499 * vc.el: Split the annotate feature into a BACKEND specific part
17500 and moved it from the vc-cvs.el file to this one.
17501
17502 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
17503
17504 * vc-hooks.el: Implement new state model.
17505 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
17506 (vc-locking-user): Simplify. Now only needed if the file is
17507 locked by somebody else.
17508 (vc-lock-from-permissions): Remove. Functionality is in
17509 vc-sccs-hooks.el and vc-rcs-hooks.el now.
17510 (vc-mode-line-string): New name for former vc-status. Adapted.
17511 (vc-mode-line): Adapt to use the above. Remove optional parameter.
17512
17513 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
17514 Various simplifications and adaptations all over the place.
17515
17516 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
17517 Simplify and adapt the rest.
17518
17519 * vc.el (vc-resynch-window): Add TODO comment: check for
17520 interaction with view mode according to recent RCS change.
17521 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
17522
17523 2000-09-04 Martin Lorentzson <martinl@gnu.org>
17524
17525 * vc.el: Convert the remaining function comments to docstrings.
17526
17527 2000-09-04 Martin Lorentzson <martinl@gnu.org>
17528
17529 * vc.el (vc-backend-release, vc-release-greater-or-equal)
17530 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
17531 (vc-minor-part, vc-previous-version): Functions that operate and
17532 compare revision numbers got proper documentation. Comments added
17533 about their possible removal.
17534
17535 2000-09-04 Martin Lorentzson <martinl@gnu.org>
17536
17537 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
17538 the vc-backend.el files.
17539
17540 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
17541
17542 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
17543 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
17544 (vc-rcs-previous-version): Functions added.
17545
17546 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
17547
17548 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
17549
17550 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
17551
17552 * vc-hooks.el (vc-master-templates): Is really obsolete.
17553 Comment out the definition for now. What is the right procedure
17554 to get rid of it?
17555 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
17556 rewritten.
17557 (vc-default-registered): Remove.
17558 (vc-check-master-templates): New function; does mostly what the
17559 above did before.
17560 (vc-locking-user): Don't rely on the backend to set the property.
17561
17562 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
17563 Rewrite documentation.
17564 (vc-rcs-templates-grabbed): New variable.
17565 (vc-rcs-grab-templates): New function.
17566 (vc-rcs-registered): Rewrite to use above mechanism.
17567
17568 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
17569 Rewrite documentation.
17570 (vc-sccs-templates-grabbed): New variable.
17571 (vc-sccs-grab-templates): New function.
17572 (vc-sccs-registered): Rewrite to use above mechanism.
17573 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
17574 Don't throw the result, simply return it.
17575
17576 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
17577 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
17578 (vc-cvs-registered): Does the check itself now. Simplify.
17579
17580 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
17581 from main line.
17582
17583 2000-09-04 Martin Lorentzson <martinl@gnu.org>
17584
17585 * vc-cvs.el (vc-cvs-diff): New function.
17586
17587 * vc-sccs.el (vc-sccs-diff): New function.
17588
17589 * vc-rcs.el (vc-rcs-diff): New function.
17590 (vc-rcs-checkout): Bug (typo) found and fixed.
17591 (vc-rcs-register-switches): New variable.
17592
17593 * vc.el (vc-backend-diff): Function removed and placed in the
17594 backend files.
17595
17596 2000-09-04 Martin Lorentzson <martinl@gnu.org>
17597
17598 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
17599
17600 * vc.el (vc-backend-checkout): Function removed and replaced in
17601 the vc-backend.el files.
17602
17603 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
17604
17605 * vc.el (vc-backend-admin): Removed and replaced in the
17606 vc-backend.el files.
17607
17608 * vc.el (Martin): Removed all the annotate functionality since it
17609 is CVS backend specific.
17610
17611 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
17612
17613 * spec.txt: Added specification of vc-state.
17614
17615 * vc-sccs-hooks.el (vc-sccs-master-properties):
17616 Remove handling of vc-latest-version and
17617 vc-your-latest-version. What used to be vc-latest-version, is now
17618 returned as vc-workfile-version.
17619 (vc-sccs-workfile-version): Adapt.
17620
17621 2000-09-04 Dave Love <fx@gnu.org>
17622
17623 * vc.el: [Merged from mainline.]
17624 (vc-dired-mode): Make the dired-move-to-filename-regexp
17625 regexp match the date, to avoid treating date as file size.
17626 Add YYYY S option to WESTERN/
17627
17628 2000-09-04 Dave Love <fx@gnu.org>
17629
17630 * vc.el: Require `compile' when compiling.
17631 (vc-logentry-check-hook): New option.
17632 (vc-steal-lock): Use compose-mail.
17633 (vc-dired-mode-map): Defvar when compiling.
17634 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
17635 vc-sccs.el and renamed. Callers changed.
17636 (vc-backend-checkout, vc-backend-logentry-check)
17637 (vc-backend-merge-news): Doc fix.
17638 (vc-default-logentry-check): New function.
17639 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
17640 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
17641 (vc-backend-merge): Doc fix. Use backend functions.
17642 (vc-check-headers): Use backend functions.
17643
17644 * vc-cvs.el: Require vc when compiling.
17645 (vc-cvs-register-switches): Doc fix.
17646 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
17647 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
17648 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
17649 New functions (code from vc.el).
17650 (vc-annotate-display-default): Fix interactive spec.
17651 (vc-annotate-time-span): Doc fix.
17652
17653 * vc-rcs.el: Require vc when compiling.
17654 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
17655 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
17656 (vc-rcs-checkin): New functions (code from vc.el).
17657 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
17658 Doc fix.
17659 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
17660
17661 * vc-sccs.el: Require vc when compiling.
17662 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
17663 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
17664 (vc-sccs-revert)
17665 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
17666 from vc.el).
17667 (vc-sccs-add-triple, vc-sccs-record-rename)
17668 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
17669 (vc-sccs-admin): Doc fix.
17670
17671 2000-09-04 Martin Lorentzson <martinl@gnu.org>
17672
17673 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
17674 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
17675 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
17676 from vc.el.
17677
17678 * vc-sccs.el (vc-admin-sccs): Added from vc.el
17679
17680 * vc-cvs.el: Moved the annotate functionality from vc.el.
17681 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
17682
17683 2000-09-04 Dave Love <fx@gnu.org>
17684
17685 * vc.el (vc-backend-release): Call vc-system-release.
17686
17687 * vc-sccs.el (vc-sccs-system-release):
17688 Renamed from vc-sccs-backend-release.
17689
17690 * vc-rcs.el (vc-rcs-system-release):
17691 Renamed from vc-rcs-backend-release.
17692
17693 * vc-cvs.el (vc-cvs-system-release):
17694 Renamed from vc-cvs-backend-release.
17695
17696 2000-09-04 Dave Love <fx@gnu.org>
17697
17698 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
17699 backend files.
17700 (vc-backend-release): Dispatch to backend functions.
17701 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
17702 probably needs attention.]
17703
17704 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
17705 (vc-sccs-backend-release): New function.
17706
17707 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
17708 (vc-cvs-backend-release): New function.
17709
17710 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
17711 Doc fix.
17712 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
17713 (vc-default-dired-state-info): New function.
17714 (vc-dired-state-info): Dispatch to backends.
17715 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
17716
17717 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
17718 from vc.el and renamed.
17719
17720 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
17721
17722 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
17723 (vc-version-other-window, vc-backend-assign-name): Removed
17724 references to vc-latest-version; sometimes changed into
17725 vc-workfile-version.
17726
17727 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
17728 vc-rcs-master-workfile-version.
17729 (vc-rcs-workfile-version): Use the above. Don't call
17730 vc-latest-version (that was unreachable code, anyway).
17731 (vc-rcs-fetch-master-properties): Doc fix.
17732
17733 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
17734 (vc-backend-hook-functions): Removed them from this list, too.
17735 (vc-fetch-properties): Removed.
17736 (vc-workfile-version): Doc fix.
17737
17738 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
17739 (vc-rcs-workfile-version, vc-rcs-locking-user)
17740 (vc-rcs-uses-locking): Use it.
17741
17742 * vc-hooks.el (vc-consult-rcs-headers):
17743 Moved into vc-rcs-hooks.el, under the name
17744 vc-rcs-consult-headers.
17745
17746 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
17747 headers.
17748 (vc-cvs-find-master): Use this name only; correct different
17749 versions of the name.
17750
17751 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
17752 New functions.
17753 (vc-sccs-locking-user): Use the latter.
17754
17755 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
17756 New functions.
17757
17758 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
17759 Moved into both
17760 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
17761 functions are implementation details of those two backends.
17762
17763 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
17764
17765 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
17766 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
17767
17768 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
17769 (vc-sccs-parse-locks): SCCS-specific code moved here from
17770 vc-hooks.
17771
17772 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
17773 code moved here from vc-hooks.
17774
17775 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
17776 into back-end specific parts and removed. Callers not updated
17777 yet; because I guess these callers will disappear into back-end
17778 specific files anyway.
17779
17780 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
17781
17782 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
17783 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
17784 `vc-uses-locking'.
17785
17786 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
17787 Store yes/no in the property, and return t/nil. Updated all
17788 callers.
17789
17790 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
17791 vc-sccs-uses-locking. Don't set property.
17792 (vc-sccs-locking-user): Don't set property.
17793
17794 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
17795 vc-cvs-uses-locking. Don't set property here; leave that to
17796 vc-hooks.
17797 (vc-cvs-locking-user): Reflect above change. Streamlined.
17798
17799 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
17800 vc-rcs-uses-locking.
17801 (vc-rcs-locking-user): Reflect above change.
17802
17803 2000-09-04 Dave Love <fx@gnu.org>
17804
17805 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
17806
17807 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
17808
17809 * vc-hooks.el (vc-checkout-model): Punt to backends.
17810
17811 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
17812
17813 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
17814
17815 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
17816 New functions.
17817
17818 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
17819 New functions.
17820
17821 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
17822 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
17823
17824 * vc-hooks.el (vc-default-locking-user): New function.
17825 (vc-locking-user, vc-workfile-version): Punt to backends.
17826
17827 2000-09-04 Dave Love <fx@gnu.org>
17828
17829 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
17830 (vc-master-workfile-version): Moved from vc-hooks.
17831
17832 * vc-rcs-hooks.el: Fix duplicate code in last change.
17833
17834 * vc-rcs-hooks.el: Require vc-hooks when compiling.
17835 (vc-rcs-master-templates): Improve :type.
17836 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
17837 vc-master-workfile-version): Moved from vc-hooks.
17838
17839 * vc-sccs-hooks.el: Require vc-hooks when compiling.
17840 (vc-sccs-master-templates): Improve :type.
17841 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
17842
17843 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
17844
17845 * vc-cvs-hooks.el: Require vc-hooks when compiling.
17846 (vc-cvs-master-templates): Improve :type. Use
17847 vc-cvs-find-cvs-master.
17848 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
17849 from vc-hooks.
17850 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
17851
17852 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
17853 Moved to vc-cvs-hooks.
17854
17855 * vc-hooks.el: Add doc strings in various places. Simplify the
17856 minor mode setup.
17857 (vc-handled-backends): New user variable.
17858 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
17859 simplification.
17860
17861 2000-09-04 Dave Love <fx@gnu.org>
17862
17863 * vc.el: Some doc fixes for autoloaded and interactive functions.
17864 Fix compilation warnings from ediff stuff.
17865 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
17866
17867 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
17868
17869 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
17870
17871 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
17872
17873 2000-09-04 Dave Love <fx@gnu.org>
17874
17875 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
17876 New variable.
17877 (vc-make-backend-function, vc-loadup, vc-call-backend)
17878 (vc-backend-defines): New functions.
17879
17880 * vc-hooks.el: Various doc fixes.
17881 (vc-default-back-end, vc-follow-symlinks): Custom fix.
17882 (vc-match-substring): Function removed. Callers changed to use
17883 match-string.
17884 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
17885 Simplify.
17886
17887 2000-09-04 Dave Love <fx@gnu.org>
17888
17889 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
17890 type.
17891 (vc-sccs-project-dir, vc-search-sccs-project-dir)
17892 (vc-sccs-registered): Doc fix.
17893
17894 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
17895 (vc-cvs-registered): Doc fix.
17896
17897 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
17898 (vc-rcs-registered): Doc fix.
17899
17900 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
17901
17902 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
17903
17904 * vc-hooks.el: vc-registered has been renamed
17905 vc-default-registered. Some functions have been moved to the
17906 backend specific files. they all support the
17907 vc-BACKEND-registered functions.
17908
17909 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
17910
17911 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
17912
17913 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
17914
17915 2000-09-04 Dave Love <fx@gnu.org>
17916
17917 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
17918 menu-bar-update-hook.
17919
17920 * help.el (help-manyarg-func-alist): Add
17921 find-operation-coding-system.
17922
17923 * wid-edit.el (widget-sexp-validate): Fix garbled code.
17924
17925 * custom.el (custom-set-variables): Print message about errors in
17926 setting.
17927
17928 2000-09-03 Andrew Innes <andrewi@gnu.org>
17929
17930 * makefile.w32-in: Change to DOS line endings.
17931
17932 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
17933
17934 * mouse.el (mouse-popup-menubar): Supply the prompt string for
17935 minor-mode keymaps, if they don't have one.
17936
17937 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
17938
17939 * eshell/esh-module.el (eval-when-compile): Don't lose if
17940 esh-module.el's file name is truncated to DOS 8+3 limits.
17941
17942 2000-09-01 John Wiegley <johnw@gnu.org>
17943
17944 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
17945 predicate, which caused entries in the completion list to be
17946 doubled.
17947
17948 2000-08-30 John Wiegley <johnw@gnu.org>
17949
17950 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
17951 sending to subprocesses. Also, hook pre-command-hook if
17952 `eshell-send-direct-to-subprocesses' is non-nil.
17953 (eshell-send-direct-to-subprocesses): New config variable. If t,
17954 subprocess input is send immediately.
17955 (eshell-toggle-direct-send): New function.
17956 (eshell-self-insert-command): New function.
17957 (eshell-intercept-commands): New function.
17958 (eshell-send-input): If direct subprocess sending is enabled,
17959 don't echo any input to the Eshell buffer. Let the subprocess
17960 handle that. This requires "stty echo" in bash, for example.
17961
17962 2000-08-28 John Wiegley <johnw@gnu.org>
17963
17964 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
17965 completion function for Eshell's implementation of `unset'.
17966
17967 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
17968
17969 * info.el (Info-directory-list): Doc fix.
17970
17971 2000-08-31 Peter Breton <pbreton@ne.mediaone.net>
17972
17973 * filecache.el (file-cache-add-directory-using-find): Don't quote
17974 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
17975
17976 2000-08-31 Kenichi Handa <handa@etl.go.jp>
17977
17978 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
17979 coding systems.
17980
17981 2000-08-30 Andrew Innes <andrewi@gnu.org>
17982
17983 * timer.el (run-with-idle-timer): Undo last change, so that timer
17984 is not activated immediately if Emacs is already idle. Some
17985 existing code relies on this behaviour.
17986
17987 2000-08-30 Miles Bader <miles@gnu.org>
17988
17989 * frame.el (set-frame-font): Do completion of font-name for
17990 interactive use.
17991
17992 2000-08-30 Kenichi Handa <handa@etl.go.jp>
17993
17994 * international/quail.el (quail-start-translation): Bind locally
17995 last-command-event, last-command, and this-command.
17996 (quail-start-conversion): Likewise.
17997 (quail-self-insert-command): Fix docstring.
17998
17999 2000-08-29 Gerd Moellmann <gerd@gnu.org>
18000
18001 * progmodes/executable.el
18002 (executable-make-buffer-file-executable-if-script-p): Check that
18003 buffer contains at least 2 characters.
18004
18005 2000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
18006
18007 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
18008
18009 2000-08-29 Dave Love <fx@gnu.org>
18010
18011 * diff-mode.el (diff-mode) <defgroup>: Add :version.
18012 (diff-mode-shared-map): Bind mouse-2.
18013 (diff-imenu-generic-expression): New variable.
18014 (diff-mode): Use it.
18015
18016 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
18017 (mouse-popup-menubar): Add minor mode menus.
18018 (popup-menu): Check for lookup-key returning number.
18019
18020 2000-08-29 Miles Bader <miles@gnu.org>
18021
18022 * comint.el (comint-send-input): Create overlays using the proper
18023 front/read-advance arguments.
18024
18025 2000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18026
18027 * ps-print.el: Even/odd pages printing. Doc fix.
18028 (ps-print-version): New version number (6.0).
18029 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
18030 (ps-background, ps-begin-file, ps-begin-job): Code fix.
18031 (ps-print-duplex-feature): Variable eliminated.
18032 (ps-even-or-odd-pages): New variable.
18033
18034 * progmodes/ebnf2ps.el: Doc fix.
18035 (ebnf-version): New version (3.3).
18036 (ebnf-user-arrow): Change variable customization to sexp.
18037 (ebnf-user-arrow): Function eliminated.
18038 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
18039
18040 2000-08-29 Kenichi Handa <handa@etl.go.jp>
18041
18042 * help.el (help-xref-mule-regexp): New variable.
18043 (help-make-xrefs): Handle help-xref-mule-regexp.
18044
18045 * international/mule-cmds.el (help-xref-mule-regexp-template): New
18046 variable.
18047 (describe-input-method): Temporarily activate the specfied input
18048 method to display the information.
18049 (describe-language-environment): Hyperlinks to mule related items.
18050
18051 * international/mule-diag.el (charset-multibyte-form-string): New
18052 function.
18053 (list-character-sets-1): Use charset-multibyte-form-string.
18054 (describe-character-set): New function.
18055 (describe-coding-system): Hyperlinks to safe character sets.
18056
18057 * international/quail.el (quail-help): New arg PACKAGE.
18058 Hyperlinks to mule related items.
18059 (quail-help-insert-keymap-description): Use
18060 substitute-command-keys instead of describe-bindings.
18061 (quail-translation-help): Hyperlinks to mule related items.
18062
18063 2000-08-28 John Wiegley <johnw@gnu.org>
18064
18065 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
18066 have a defsubst call itself. Made `eshell-flatten-list' back into
18067 a function again.
18068
18069 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
18070 catch, in case re-centering point at bottom messes up the display.
18071 This happens frequently in Emacs 21, due I believe to variable
18072 line heights.
18073
18074 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
18075 to call `find-tag-interactive'.
18076
18077 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
18078 the list of remember directories.
18079
18080 2000-08-28 John Wiegley <johnw@gnu.org>
18081
18082 * align.el: Test align-region-separate to see if it's a symbol.
18083
18084 2000-08-28 John Wiegley <johnw@gnu.org>
18085
18086 * eshell/esh-util.el (eshell-flatten-list): Made this function
18087 into a defsubst form. It gets used very frequently, although
18088 calls don't occur all that often.
18089
18090 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
18091 examining it.
18092
18093 * eshell/esh-cmd.el (eshell-rewrite-while-command):
18094 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
18095 `eshell-protect'.
18096 (eshell-copy-handles): Created a new macro for duplicating the
18097 current set of open handles. This is needed by the looping
18098 functions.
18099 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
18100 is not incorrectly stomped on.
18101
18102 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
18103 declaration for pcomplete-use-paring.
18104 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
18105 value of eshell-cmpl-use-paring.
18106 * pcomplete.el (pcomplete-use-paring): New config variable, to
18107 indicate whether paring should be used.
18108 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
18109 completion alternatives that have already been used.
18110
18111 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
18112 bound to C-c C-y, which will repeat the previous N arguments
18113 (based on prefix argument).
18114 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
18115
18116 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
18117 if there is no *Help* buffer. This is for XEmacs, which renames
18118 its help buffers uniquely. TODO: Find out what the current buffer
18119 name to delete is.
18120
18121 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
18122 first entry that correlates to a passwd/group number. Later
18123 entries (used for group/user name aliasing to multiple IDs) are
18124 ignored.
18125
18126 * eshell/em-xtra.el (eshell/expr):
18127 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
18128 (eshell-grep, eshell/diff, eshell/locate):
18129 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
18130 argument list, before passing it to the system command.
18131
18132 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
18133 `find-tag' for use at final position in Eshell buffers (which
18134 otherwise triggers an error on Emacs 21).
18135 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
18136 buffer, if it is currently bound to `find-tag'.
18137
18138 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
18139 in the list of matched Makefile names.
18140 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
18141 directory, prefer its contents to Makefile.
18142
18143 * eshell/em-dirs.el (eshell/cd): cd commands that look up
18144 directory parts (like "cd old new", or "cd =regexp"), are now case
18145 sensitive on non-Windows/DOS platforms.
18146
18147 * eshell/esh-mode.el (eshell-parse-command-input): When a user
18148 types RET after an open delimiter (like "), display a message
18149 indicating that Eshell is waiting for the closing delimiter.
18150
18151 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
18152 environment variables.
18153
18154 * eshell/em-unix.el (eshell/diff): Added logic to fail more
18155 gracefully if the user enters incorrect arguments.
18156
18157 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
18158 Eshell buffers.
18159
18160 * eshell/esh-var.el (eshell-interpolate-variable):
18161 * eshell/esh-mode.el (eshell-move-argument):
18162 * eshell/em-unix.el (eshell-du-sum-directory):
18163 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
18164 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
18165 (not (= ...)).
18166
18167 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
18168 to ensure the `preserve' flag gets propagated when doing recursive
18169 directory copies.
18170
18171 2000-08-28 Stefan Monnier <monnier@cs.yale.edu>
18172
18173 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
18174 Don't convert \n into \0177 in memory.
18175 (eshell-read-history, eshell-write-history): Convert \n to \0177,
18176 and back again, when reading and writing.
18177
18178 2000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
18179
18180 * eshell/esh-util.el (eshell-processp): Added to relieve constant
18181 testing of `fboundp' on `processp'.
18182
18183 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
18184 (eshell/jobs): Don't call process-list if it is not bound.
18185 (eshell-gather-process-output): Support systems where async
18186 subprocesses aren't supported.
18187 (eshell-scratch-buffer, eshell-last-sync-output-start): New
18188 variables.
18189
18190 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
18191 eshell-do-eval returns t.
18192 (eshell-do-pipelines-synchronously): New defmacro.
18193 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
18194 when async subprocesses aren't supported.
18195 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
18196 if async subprocesses aren't supported.
18197 (eshell-resume-command): Don't assume STATUS is a string.
18198
18199 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
18200
18201 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
18202 (eshell-close-target, eshell-get-target): Use eshell-processp.
18203 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
18204 fix.
18205 (eshell-get-target, eshell-create-handles): Doc fix.
18206
18207 2000-08-28 Miles Bader <miles@lsi.nec.co.jp>
18208
18209 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
18210 criterion to include commands that output something, as long as it
18211 leaves both the command and the end-of-buffer visible when the
18212 command has exited.
18213 (eshell-review-quick-commands): Adjust the help doc string
18214 accordingly.
18215
18216 2000-08-28 Peter Breton <pbreton@ne.mediaone.net>
18217
18218 * locate.el (locate): Cleaned up locate command's interactive prompting
18219 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
18220
18221 * filecache.el (file-cache-case-fold-search): New variable
18222 (file-cache-assoc-function): New variable
18223 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
18224 Use file-cache-case-fold-search variable
18225 (file-cache-add-file): Use file-cache-assoc-function
18226 (file-cache-delete-file): likewise
18227 (file-cache-directory-name): likewise
18228 (file-cache-debug-read-from-minibuffer): likewise
18229
18230 2000-08-28 Gerd Moellmann <gerd@gnu.org>
18231
18232 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
18233 (abbrev-table-name): New function.
18234 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
18235 If non-nil list local abbrev, only.
18236
18237 2000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
18238
18239 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
18240 from Gnus support code, and use special article copy buffer
18241 `(gnus-original-article-buffer)' instead. This allows to get rid
18242 of article-hide-headers usage (which breaks in the latest Gnus
18243 version). Thanks to Detlev Zundel.
18244
18245 2000-08-28 Kenichi Handa <handa@etl.go.jp>
18246
18247 * international/quail.el (quail-use-package): Hide "... loaded"
18248 message.
18249 (quail-start-translation, quail-start-conversion): Likewise.
18250
18251 * international/kkc.el (kkc-region): Hide "... loaded" message.
18252
18253 2000-08-27 Dave Love <fx@gnu.org>
18254
18255 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
18256
18257 2000-08-27 Miles Bader <miles@gnu.org>
18258
18259 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
18260
18261 2000-08-27 Kenichi Handa <handa@etl.go.jp>
18262
18263 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
18264 'ja-dic-cnv), not (require 'skkdic-cnv).
18265
18266 2000-08-26 Miles Bader <miles@gnu.org>
18267
18268 * faces.el (face-x-resources): Add entry for :inherit.
18269 * cus-face.el (custom-face-attributes): Add support for :inherit
18270 attribute. Add support for relative face heights.
18271 (custom-face-attributes-get): Treat `nil' as being a default value
18272 for :inherit (as well as `unspecified').
18273
18274 * faces.el (set-face-attribute): Update doc string.
18275 (face-attribute-name-alist): Add :inherit.
18276 (face-valid-attribute-values): Handle :inherit.
18277 (face-read-string): Rephrase prompt to be less confusing.
18278 Assume that DEFAULT is a string, since we must return a string.
18279 (face-read-integer): Use `format' to turn DEFAULT into an
18280 acceptable default for face-read-string. Match NEW-VALUE against
18281 the string "unspecified", not the symbol `unspecified', since
18282 that's what face-read-string returns.
18283 (read-face-attribute): Lookup a name for old-value in valid, and
18284 use it as a default if we find one. Treat all values from
18285 face-read-string as strings. If the default is used, don't do any
18286 more processing on the value, just use the old value directly.
18287 (read-face-and-attribute, modify-face): Tweak prompt.
18288 (read-face-name): Don't assume prompt ends with a space.
18289
18290 * faces.el (describe-face): Add support for :inherit attribute.
18291
18292 2000-08-25 Kenichi Handa <handa@etl.go.jp>
18293
18294 * terminal.el (terminal-emulator): Fix args to `concat'. Now
18295 concat doesn't accept interger.
18296
18297 * international/kkc.el: Remove SKK from Keywords. Require
18298 ja-dic-utl instead of skkdic-utl.
18299
18300 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
18301 Provide ja-dic-cnv instead of skkdic-cnv.
18302 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
18303 (iso-2022-7bit-short): Add safe-charsets property.
18304 (skkdic-convert-postfix): Search Japanese chou-on character in
18305 addition to Hiragana character.
18306 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
18307 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
18308 (batch-skkdic-convert): Likewise.
18309
18310 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
18311 Provide ja-dic-utl instead of skkdic-utl.
18312 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
18313
18314 2000-08-24 Dave Love <fx@gnu.org>
18315
18316 * disp-table.el (standard-display-default): Make the test of `l'
18317 useful.
18318
18319 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
18320 mod sample text.
18321
18322 * international/iso-ascii.el: Make pilcrow convenient string
18323 consistent with section.
18324 (iso-ascii-display): Set up multibyte characters as well as
18325 unibyte.
18326
18327 2000-08-24 Kenichi Handa <handa@etl.go.jp>
18328
18329 * international/mule-cmds.el (reset-language-environment): Set
18330 default-process-coding-system to '(undecided . iso-latin-1), which
18331 makes process I/O almost consistent with file I/O. Call this
18332 function when mule-cmds.el[c] is loaded.
18333
18334 2000-08-22 Andrew Innes <andrewi@gnu.org>
18335
18336 * makefile.w32-in: New file.
18337
18338 2000-08-22 Miles Bader <miles@lsi.nec.co.jp>
18339
18340 * comint.el (comint-output-filter): Compare end of
18341 comint-last-output-overlay with the start of the newly inserted
18342 text, not the end, when deciding whether to extend it.
18343 Set saved-point's insertion type to advance after insertion.
18344
18345 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
18346 since this is now done independently of font-lock mode.
18347
18348 2000-08-21 Gerd Moellmann <gerd@gnu.org>
18349
18350 * server.el (server-kill-new-buffers): New user option.
18351 (server-existing-buffer): New buffer-local variable.
18352 (server-visit-files): When using an existing buffer, set
18353 server-existing-buffer to t.
18354 (server-buffer-done): If server-kill-new-buffers is t, kill the
18355 buffer, unless it was already present before visiting it with
18356 Emacs server.
18357
18358 2000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
18359
18360 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
18361 even if the display doesn't support colors: some displays will
18362 support bold/underline faces.
18363
18364 2000-08-21 Gerd Moellmann <gerd@gnu.org>
18365
18366 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
18367
18368 * startup.el (command-line): If user's init file had an error,
18369 add explanatory text to *Messages*.
18370
18371 2000-08-21 Kenichi Handa <handa@etl.go.jp>
18372
18373 * man.el (Man-getpage-in-background): Decode the process output by
18374 the system locale coding system.
18375
18376 2000-08-20 Dave Love <fx@gnu.org>
18377
18378 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
18379 Don't test x-popup-menu.
18380 (function) <complete-function>: Complete only fbound symbols.
18381 <validate, value>: New.
18382 (variable) <complete-function>: Complete only bound symbols.
18383 (coding-system): Add :base-only, :complete-function, :validate,
18384 :value, :prompt-match.
18385 (widget-coding-system-prompt-value): Use read-coding-system and
18386 act on :base-only.
18387 (editable-field): Add :help-echo.
18388 (widget-push-button-gui, widget-push-button-cache)
18389 (widget-gui-action, widget-editable-list-gui): COmment out, along
18390 with uses.
18391 (widget-at): Make arg optional.
18392 (widget-echo-help): Adjust for current help-echo calling sequence.
18393 (widget-specify-field, widget-specify-button)
18394 (widget-specify-insert, widget-get-sibling, widget-image-find)
18395 (widget-convert, widget-insert, widget-leave-text)
18396 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
18397 (widget-setup, widget-field-find, widget-before-change)
18398 (widget-after-change, widget-default-complete)
18399 (widget-default-create, widget-default-delete)
18400 (widget-push-button-value-create, editable-field)
18401 (widget-field-prompt-value, widget-field-validate)
18402 (widget-choice-value-create, widget-choice-action)
18403 (widget-choice-validate, widget-checklist-add-item)
18404 (widget-radio-add-item, widget-radio-chosen)
18405 (widget-radio-value-inline, widget-editable-list-value-create)
18406 (widget-editable-list-entry-create)
18407 (widget-documentation-link-add)
18408 (widget-documentation-string-value-create)
18409 (widget-regexp-validate, widget-file-complete)
18410 (widget-sexp-validate, widget-plist-convert-widget)
18411 (widget-plist-convert-widget, widget-alist-convert-widget)
18412 (widget-alist-convert-widget, widget-color-complete): Simplify,
18413 particularly to avoid bindings which aren't optimized out.
18414
18415 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
18416 Doc fix.
18417 (down-list, backward-up-list, up-list, kill-sexp)
18418 (backward-kill-sexp, mark-sexp): Make arg optional.
18419 (lisp-complete-symbol): Add optional arg PREDICATE.
18420
18421 * cus-start.el: Add display-buffer-reuse-frames,
18422 file-coding-system-alist.
18423
18424 2000-08-20 Gerd Moellmann <gerd@gnu.org>
18425
18426 * startup.el (command-line): Clear realized faces after
18427 modifying TTY color mappings.
18428
18429 2000-08-20 Miles Bader <miles@gnu.org>
18430
18431 * faces.el (face-attr-match-p): Don't return true if ATTRS are
18432 merely a subset of FACE's attributes.
18433
18434 2000-08-19 Miles Bader <miles@gnu.org>
18435
18436 * comint.el (comint-output-filter): Save the point with a marker,
18437 not just a buffer position.
18438
18439 * international/mule.el (set-buffer-process-coding-system): Make
18440 interactive prompt less confusing.
18441
18442 2000-08-19 Gerd Moellmann <gerd@gnu.org>
18443
18444 * hilit-chg.el: General cleanup of doc strings, comments and
18445 code formatting.
18446
18447 2000-08-19 Miles Bader <miles@gnu.org>
18448
18449 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
18450 Compiler macro removed; beginning-of-line is no longer always
18451 equivalent to forward-line, in the presence of fields.
18452
18453 * comint.el (comint-output-filter): Remove ad-hoc saving of
18454 restriction, and just use save-restriction, now that it works
18455 correctly. Don't adjust comint-last-input-start to account for
18456 our insertion; it shouldn't have moved because we don't use
18457 insert-before-markers anymore. Comment out call to
18458 `force-mode-line-update'; why is it here?
18459
18460 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
18461 while checking for prompt to delete. Use `forward-line 0'
18462 instead of beginning-of-line.
18463 (gud-filter): Temporarily widen gud comint buffer while
18464 examining output.
18465
18466 2000-08-18 Stefan Monnier <monnier@cs.yale.edu>
18467
18468 * progmodes/sh-script.el: Big bag of typos.
18469
18470 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
18471 check since ispell-process is not bound when ispell is not yet loaded.
18472
18473 2000-08-18 Dave Love <fx@gnu.org>
18474
18475 * image.el (find-image): Copy `spec' before using plist-put.
18476
18477 2000-08-18 Gerd Moellmann <gerd@gnu.org>
18478
18479 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
18480 `portugues'.
18481
18482 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
18483 backward-kill-sexp, analogous to kill-sexp.
18484
18485 * progmodes/icon.el (icon-indent-line)
18486 (icon-is-continuation-line): Handle comments specially.
18487
18488 2000-08-17 Ken Stevens <k.stevens@ieee.org>
18489
18490 * ispell.el: Set to standard author/maintainer/keyword fields.
18491 Fine tuning to menu map appearance and operation, and added help.
18492 Remove `start' and `end' error messages when compiling.
18493 (ispell-choices-win-default-height): Fixed comment string.
18494 (ispell-dictionary-alist-1): Fixed regexp in castellano and
18495 castellano8 dictionaries.
18496 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
18497 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
18498 dictionary, added italiano dictionary.
18499 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
18500 word character
18501 (ispell-tex-skip-alists): Added psfig support.
18502 (ispell-skip-html): Renamed from ispell-skip-sgml.
18503 (ispell-begin-skip-region-regexp, ispell-skip-region)
18504 (ispell-minor-check): Improved html skipping support to skip across
18505 code, and recognize `&' commands without propper `;' syntax;
18506 (ispell-process-line): Fix alignment error when manually
18507 correcting spelling.
18508 (ispell): Fix comment string.
18509 (ispell-add-per-file-word-list): Always put word list on new line.
18510
18511 2000-08-17 Gerd Moellmann <gerd@gnu.org>
18512
18513 * format.el (format-encode-run-method): Fix error message to say
18514 `encode' instead of `decode'. Use save-window-excursion around
18515 shell-command-on-region as in format-decode-run-method because
18516 shell-command-on-region can display a buffer with error output.
18517 (format-decode): Don't record undo information for the decoding.
18518 (format-annotate-function): Add parameter FORMAT-COUNT. Make
18519 that number part of the temporary buffer name so that more than
18520 one decoding using a temporary buffer can happen safely.
18521
18522 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
18523 of `A-z' in the regexp.
18524
18525 * hilit-chg.el: Fix typos in commentary.
18526
18527 * help.el (view-emacs-news): Rewritten for new naming scheme
18528 for old NEWS files.
18529
18530 * startup.el (command-line): Pop to *Messages* in case an error
18531 is signaled while loading user-init-file.
18532
18533 2000-08-17 Andreas Schwab <schwab@suse.de>
18534
18535 * files.el (insert-directory): Don't lose original file name,
18536 undoing an undocumented change.
18537
18538 2000-08-17 Alex Schroeder <alex@gnu.org>
18539
18540 * sql.el (sql-magic-go): Use comint-bol.
18541 (sql-copy-column): Use comint-line-beginning-position.
18542 (comint-line-beginning-position): Define a replacement for
18543 comint-line-beginning-position if it is not fboundp.
18544
18545 2000-08-17 Alex Schroeder <alex@gnu.org>
18546
18547 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
18548 it didn't have any effect anyway.
18549
18550 2000-08-17 Alex Schroeder <alex@gnu.org>
18551
18552 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
18553 --pset and pager=off instead of sending \\o|cat at the beginning
18554 of the session.
18555
18556 2000-08-17 Miles Bader <miles@gnu.org>
18557
18558 * progmodes/octave-inf.el: Add compatibility definition of
18559 comint-line-beginning-position.
18560
18561 2000-08-17 Kenichi Handa <handa@etl.go.jp>
18562
18563 * startup.el (normal-top-level): Look in each dir in load-path for
18564 a leim-list.el file too. This assures of loading leim-list.el
18565 that is created at Emacs installation time even if a user have his
18566 own leim-list.el.
18567
18568 2000-08-17 Miles Bader <miles@gnu.org>
18569
18570 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
18571 foreground color to black if the background is dark.
18572
18573 2000-08-16 Stefan Monnier <monnier@cs.yale.edu>
18574
18575 * loadhist.el (unload-feature): Typo.
18576
18577 * finder.el (finder-compile-keywords):
18578 * cus-dep.el (custom-make-dependencies): Add local-variable settings
18579 to the generated file.
18580
18581 * mail/mh-e.el (mh-make-local-vars):
18582 Replace make-variable-buffer-local with make-local-variable.
18583
18584 * play/landmark.el:
18585 * options.el (Edit-options-{set,toggle,t,nil}):
18586 * mail/mailabbrev.el (mail-abbrevs-mode):
18587 * textmodes/tex-mode.el (tex-expand-files):
18588 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
18589
18590 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
18591
18592 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
18593 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
18594 Allow going past the last element.
18595 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
18596 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
18597 (cvs-mouse-toggle-mark): Don't move point.
18598 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
18599
18600 * progmodes/compile.el (grep): Provide a default set of files.
18601 (next-error): Docstring fix.
18602 (compilation-find-file): Avoid find-file (fails in a dedicated window).
18603
18604 * emacs-lisp/easy-mmode.el (define-minor-mode):
18605 Use `symbol-value' to keep the byte-compiler quiet.
18606
18607 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
18608 (diff-find-source-location): New fun, extracted from diff-goto-source.
18609 (diff-goto-source): Use it.
18610 (diff-next-complex-hunk, diff-filter-lines): New function.
18611 (diff-apply-hunk): New command.
18612
18613 * smerge-mode.el (smerge-mode-menu): Doc fix.
18614
18615 * msb.el (msb-mode): Define it in terms of define-minor-mode.
18616
18617 2000-08-16 Dave Love <fx@gnu.org>
18618
18619 * windmove.el (windmove) <defgroup>: Add :version.
18620
18621 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
18622 (goto-address-fontify-p, goto-address-highlight-p)
18623 (goto-address-url-face, goto-address-url-mouse-face)
18624 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
18625 (goto-address-url-regexp): Use thing-at-point-url-regexp.
18626 (goto-address-fontify, goto-address-at-mouse): Simplify,
18627 (goto-address-at-point): browse-url-url-at-point,
18628 goto-address-find-address-at-point can return nil.
18629 (goto-address-find-address-at-point): Return nil on failure.
18630
18631 * align.el (align) <defgroup>: Add :version.
18632
18633 * calculator.el (calculator): Add :version.
18634 (calculator): Use two lines for calculator window if `modeline'
18635 face is boxed.
18636
18637 * play/5x5.el: Doc fixes.
18638 (5x5) <defgroup>: Add :version.
18639
18640 * play/fortune.el (fortune) <defgroup>: Add :version.
18641 (fortune-append): Fix error message.
18642 (fortune-from-region): Doc fix.
18643
18644 * play/pong.el (pong): Doc fix.
18645
18646 * play/morse.el: Keywords, commentary, autoloads.
18647
18648 2000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
18649
18650 * desktop.el (desktop-save): Don't look at symbol-value of a
18651 member of minor-mode-alist, unless it is boundp.
18652
18653 2000-08-16 Sam Steingold <sds@gnu.org>
18654
18655 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
18656 `while'; use `with-current-buffer' instead of `save-excursion'.
18657 Removed unnecessary kludges now that "*Buffer List*" is excluded.
18658
18659 2000-08-16 Kenichi Handa <handa@etl.go.jp>
18660
18661 * international/ccl.el (declare-ccl-program): Docstring modified.
18662 (ccl-execute-with-args): Likewise.
18663
18664 2000-08-16 Miles Bader <miles@gnu.org>
18665
18666 * progmodes/sql.el: Add compatibility definition of
18667 comint-line-beginning-position.
18668
18669 2000-08-15 Gerd Moellmann <gerd@gnu.org>
18670
18671 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
18672 'buffer-menu' property.
18673 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
18674 fails.
18675 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
18676 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
18677 wasn't killed.
18678
18679 * buff-menu.el (list-buffers-noselect): Don't display the
18680 *Buffer List* buffer.
18681
18682 * font-lock.el: Require jit-lock to prevent a very late
18683 `Loading jit-lock' message.
18684
18685 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
18686 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
18687 mail address.
18688
18689 2000-08-15 Miles Bader <miles@gnu.org>
18690
18691 * textmodes/ispell.el (ispell-graphic-p): New constant.
18692 (ispell-choices-win-default-height, ispell-help): Use
18693 `ispell-graphic-p' instead of `xemacsp'.
18694
18695 2000-08-15 Dave Love <fx@gnu.org>
18696
18697 * simple.el: Autoload widget-convert when compiling.
18698 (mail-user-agent): Doc fix.
18699
18700 * help.el (function-called-at-point, variable-at-point): Use
18701 with-syntax-table.
18702 (help-manyarg-func-alist): Add insert-and-inherit.
18703
18704 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
18705
18706 * delsel.el (delsel-unload-hook): New function.
18707
18708 * find-file.el: Doc fixes. Move provide to end.
18709 (ff) <defgroup>: Add :link.
18710 (ff-goto-click): Deleted.
18711 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
18712 Use mouse-set-point.
18713
18714 * textmodes/tildify.el: Doc fixes.
18715 (tildify) <defgroup>: Add:version.
18716
18717 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
18718 (glasses-custom-set): Use set-default, not set.
18719 (minor-mode-alist): Propertize the lighter.
18720 (glasses-mode): Provide optional arg.
18721
18722 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
18723 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
18724 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
18725 option. Provide :type.
18726 (cwarn-configuration): Provide :type.
18727 (cwarn-mode): Doc fix.
18728
18729 * add-log.el (change-log-merge): Doc fix.
18730 (change-log-redate): New command.
18731
18732 * net/browse-url.el (browse-url-filename-alist): Add a clause for
18733 Doze and Dog.
18734 (browse-url): Use dolist, not mapcar.
18735 (browse-url-at-point): Check for null url.
18736 (browse-url-event-buffer, browse-url-event-point): Functions
18737 deleted.
18738 (browse-url-at-mouse, browse-url-netscape): Simplify.
18739
18740 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
18741 modes.
18742 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
18743 Fix previous change to mapcan.
18744 (msb--init-file-alist, msb--add-separators)
18745 (msb--make-keymap-menu): Simplify.
18746 (msb--choose-file-menu): Use copy-sequence.
18747 (msb-mode-map): Add title to keymap.
18748 (msb-unload-hook): New function.
18749
18750 * bs.el: Fix indentation.
18751 (bs) <defgroup>: Add :links.
18752 (bs-show): Doc fix.
18753 (bs-apply-sort-faces): Don't use window-system.
18754 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
18755
18756 2000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
18757
18758 * calendar/timeclock.el (timeclock-file): Run .timelog through
18759 convert-standard-filename.
18760
18761 2000-08-14 Gerd Moellmann <gerd@gnu.org>
18762
18763 * emacs-lisp/authors.el: New file.
18764
18765 * paren.el (show-paren-priority): New user option.
18766 (show-paren-function): Set overlay priorities to
18767 show-paren-priority.
18768
18769 2000-08-14 Miles Bader <miles@gnu.org>
18770
18771 * comint.el (comint-bol): Use `forward-line 0' instead of calling
18772 beginning-of-line with inhibit-field-text-motion bound.
18773
18774 2000-08-14 Gerd Moellmann <gerd@gnu.org>
18775
18776 * calendar/timeclock.el: New file.
18777
18778 2000-08-14 David Ponce <david@dponce.com>
18779
18780 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
18781 `widget-button-click'. so that one can use left mouse button to
18782 click on dialog buttons.
18783
18784 2000-08-14 Emmanuel Briot <briot@gnat.com>
18785
18786 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
18787 identifiers, since XML is case sensitive
18788
18789 2000-08-12 Miles Bader <miles@gnu.org>
18790
18791 * comint.el (comint-output-filter): Don't bother frobbing
18792 window-start, it doesn't seem to be necessary.
18793
18794 * comint.el (comint-send-string, comint-send-region): Make into
18795 real functions. Snapshot the prompt before sending.
18796
18797 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
18798
18799 * info.el (Info-find-emacs-command-nodes): Rewrite to use
18800 technique similar to Info-index, instead of relying on specific
18801 names of relevant Index nodes.
18802 (Info-goto-emacs-command-node): Bind Info-history to nil when
18803 going to the first node found by Info-find-emacs-command-nodes.
18804
18805 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
18806
18807 * menu-bar.el (menu-bar-help-menu): Add a :help string.
18808
18809 2000-08-10 Miles Bader <miles@gnu.org>
18810
18811 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
18812
18813 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
18814
18815 * info.el (Info-file-list-for-emacs): More elements for the
18816 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
18817 and woman manuals.
18818
18819 2000-08-10 Miles Bader <miles@lsi.nec.co.jp>
18820
18821 * comint.el (comint-send-input): Make the newline boundary overlay
18822 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
18823 (comint-output-filter): Use `insert' instead of
18824 `insert-before-markers'. Extend comint-last-output-overlay when
18825 necessary since we can't rely on insert-before-markers to do it.
18826 * gud.el (gud-filter): Use `with-current-buffer' instead of
18827 save-excursion when inserting the output, so that point gets
18828 updated correctly; the old method relied on a rather dodgy
18829 side-effect of comint-output-filter to avoid the effect of
18830 save-excursion.
18831
18832 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
18833
18834 * files.el (recover-file): Call insert-directory instead of
18835 invoking `ls' directly.
18836
18837 2000-08-10 Miles Bader <miles@gnu.org>
18838
18839 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
18840 (comint-last-prompt-overlay): New variables.
18841 (comint-output-filter): Implement prompt highlighting.
18842 (comint-snapshot-last-prompt): New function.
18843 (comint-send-input): Snapshot the last prompt.
18844 Use comint-highlight-input-face.
18845 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
18846 Use defface instead of defcustom.
18847 (send-invisible, comint-send-eof): Snapshot the last prompt.
18848 (comint-delchar-or-maybe-eof): Use comint-send-eof.
18849 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
18850
18851 2000-08-09 Stefan Monnier <monnier@cs.yale.edu>
18852
18853 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
18854 (regexp-opt-group): Use a list of chars for `letters'.
18855 (regexp-opt-charset): `chars' is now a list of chars.
18856 Use a char-table rather than a vector so it works for multibyte chars.
18857
18858 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
18859 Set cvs-minor-current-files to the selected fileinfo.
18860 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
18861 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
18862
18863 2000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
18864
18865 * files.el (insert-directory): Don't call access-file on
18866 directories on DOS and Windows.
18867
18868 2000-08-09 Kenichi Handa <handa@etl.go.jp>
18869
18870 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
18871 longer if necessary.
18872 (ccl-embed-code): Call ccl-embed-data to store CODE in
18873 ccl-program-vector.
18874
18875 2000-08-09 Miles Bader <miles@gnu.org>
18876
18877 * comint.el (comint-output-filter): Properly handle the case where
18878 the text surrounded by comint-last-output-overlay was deleted.
18879
18880 2000-08-08 Gerd Moellmann <gerd@gnu.org>
18881
18882 * info.el (Info-insert-dir): Use Info-additional-directory-list if
18883 non-nil.
18884 (Info-file-list-for-emacs): Remove "info" from the list because
18885 that leads to trying to use the documentation from file `info'
18886 in various situations where it isn't appropriate, for instance
18887 C-h C-k C-h i.
18888
18889 * ffap.el (ffap-read-file-or-url-internal): Handle case that
18890 DIR and/or STRING are nil.
18891
18892 * progmodes/compile.el (compilation-setup): Make variable
18893 compilation-error-screen-columns buffer-local, as some comment
18894 in the code suggests it should be.
18895
18896 * files.el (auto-mode-interpreter-regexp): New variable.
18897 (set-auto-mode): Use it.
18898
18899 * indent.el (indent-for-tab-command): Doc fix.
18900
18901 * mouse-sel.el (mouse-sel-mode): Doc fix.
18902
18903 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
18904 labels.
18905
18906 * help.el (print-help-return-message): When
18907 display-buffer-reuse-frames is set, let the help window been quit,
18908 instead of deleting it, which might delete a reused frame.
18909
18910 2000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
18911
18912 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
18913 rename a directory to a name that differs only by its letter case.
18914
18915 2000-08-08 Kenichi Handa <handa@etl.go.jp>
18916
18917 * international/quail.el (quail-define-rules): Handle Quail decode
18918 map correctly. Add code for supporting annotations.
18919 (quail-install-decode-map): New function.
18920 (quail-defrule-internal): New optional arguments decode-map and
18921 props.
18922 (quail-advice): New function.
18923
18924 2000-08-07 Sam Steingold <sds@gnu.org>
18925
18926 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
18927 `defconst', `define-condition', `with-slots'.
18928 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
18929
18930 2000-08-03 Miles Bader <miles@gnu.org>
18931
18932 * comint.el (comint-use-prompt-regexp-instead-of-fields):
18933 New variable.
18934 (comint-prompt-regexp, comint-get-old-input): Document dependence on
18935 comint-use-prompt-regexp-instead-of-fields.
18936 (comint-send-input): Add `input' field property to stuff we send to
18937 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
18938 (comint-output-filter): Add `output' field property to process
18939 output, if comint-use-prompt-regexp-instead-of-fields is nil.
18940 (comint-replace-by-expanded-history)
18941 (comint-get-old-input-default, comint-show-output)
18942 (comint-backward-matching-input, comint-forward-matching-input)
18943 (comint-next-prompt, comint-previous-prompt): Use field
18944 properties if comint-use-prompt-regexp-instead-of-fields is nil.
18945 (comint-line-beginning-position): New function.
18946 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
18947 (comint-replace-by-expanded-history-before-point): Use
18948 comint-line-beginning-position and line-end-position.
18949 (comint-last-output-overlay): New variable.
18950 (comint-mode): Make `comint-last-output-overlay' buffer-local.
18951
18952 * shell.el (shell-prompt-pattern): Doc change.
18953 (shell-backward-command): Use line-beginning-position.
18954
18955 * gud.el (gud-gdb-complete-command): Use
18956 comint-line-beginning-position.
18957
18958 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
18959 comint-bol doesn't actually go to the beginning of the line.
18960
18961 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
18962 if comint-use-prompt-regexp-instead-of-fields is non-nil.
18963 (try-expand-line-all-buffers): Likewise.
18964
18965 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
18966 explicitly matching comint-prompt-regexp.
18967 (sql-copy-column): Use comint-line-beginning-position instead of
18968 explicitly matching comint-prompt-regexp.
18969
18970 * progmodes/octave-inf.el (inferior-octave-complete): Use
18971 comint-line-beginning-position.
18972
18973 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
18974
18975 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
18976 looking for a prompt, use `forward-line 0' instead of
18977 `beginning-of-line', to avoid getting caught by an input field.
18978
18979 2000-08-07 Gerd Moellmann <gerd@gnu.org>
18980
18981 * files.el (shell-quote-wildcard-pattern): Make sure to return
18982 PATTERN, in the Unix case.
18983
18984 2000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
18985
18986 * play/zone.el (zone): Discard any pending input before running
18987 the randomly-chosen pgm.
18988
18989 2000-08-07 Kenichi Handa <handa@etl.go.jp>
18990
18991 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
18992 checking the existence of any multibyte characters.
18993
18994 2000-08-06 Gerd Moellmann <gerd@gnu.org>
18995
18996 * help.el (describe-mode): Test minor-mode symbol for being
18997 bound before testing its value for being nil.
18998
18999 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
19000 `first', `second', and `third'.
19001
19002 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
19003 (second): Make it an alias for `cadr'.
19004
19005 2000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
19006
19007 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
19008 types of display support faces now.
19009
19010 2000-08-05 Gerd Moellmann <gerd@gnu.org>
19011
19012 * pcvs.el (require): Require `cl' during compilation, only.
19013
19014 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
19015 (toplevel): Remove `remq' and `remove' from autoloads.
19016 (cl-fake-autoloads): New variable. If set, arrange for an error
19017 when CL functions etc. are autoloaded.
19018
19019 2000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
19020
19021 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
19022
19023 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
19024 popped up, but the user clicks outside the menu, return an empty
19025 regexp (that causes unhighlight-regexp to have no effect).
19026
19027 * menu-bar.el (menu-bar-games-menu): Add Zone.
19028
19029 * hi-lock.el (toplevel): Require font-lock.
19030
19031 2000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
19032
19033 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
19034 (ebnf-8-bit-chars): New var for bug fix.
19035 (ebnf-string): Bug fix.
19036
19037 2000-08-03 Sam Steingold <sds@gnu.org>
19038
19039 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
19040 instead of `buffer-string'.
19041 (require 'cl): Always, not just when compiling.
19042 `ignore-errors' in `interactive', `list*', `defun*' &c make this
19043 necessary.
19044
19045 2000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
19046
19047 * international/mule-cmds.el (select-safe-coding-system): Make
19048 the message text about selecting a safe coding system more clear.
19049
19050 2000-08-02 Gerd Moellmann <gerd@gnu.org>
19051
19052 * hi-lock.el: New file.
19053
19054 * play/zone.el: New file.
19055
19056 * replace.el (occur): Set tab-width in the *Occur* buffer to the
19057 value of tab-width in the original buffer. Choose a line number
19058 format that's a multiple of the original buffer's tab width, so
19059 that lines appear right.
19060
19061 * textmodes/ispell.el (ispell): New function, replacing an alias.
19062 Spell-check active region if in transient-mark-mode and mark
19063 is active; otherwise spell-check buffer.
19064
19065 2000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
19066
19067 * ps-mule.el: Fix a customization problem on
19068 ps-mule-font-info-database-default.
19069
19070 2000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
19071
19072 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
19073 display-mouse-p instead of window-system.
19074 (ebrowse-member-mode-map): Ditto.
19075
19076 2000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
19077
19078 * progmodes/ebnf2ps.el: Update ps-print functions call.
19079 Indentation fix. Doc fix.
19080 (ebnf-version): New version number (3.2).
19081 (ebnf-format-color, ebnf-begin-job): Code fix.
19082
19083 2000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
19084
19085 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
19086 font lock support on window-system.
19087 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
19088
19089 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
19090 display-color-p, if fboundp, instead of window-system.
19091
19092 2000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
19093
19094 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
19095 instead of window-system.
19096
19097 * wid-edit.el (widget-choose): Use display-mouse-p instead of
19098 window-system.
19099 (widget-choice-mouse-down-action): Use display-popup-menus-p
19100 instead of window-system.
19101
19102 * strokes.el (strokes-file): Run the file name through
19103 convert-standard-filename.
19104 (strokes-mode): Call display-mouse-p instead of looking at
19105 window-system. Change the error message accordingly.
19106
19107 * progmodes/cpp.el (toplevel): Support faces on tty's.
19108
19109 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
19110 (lm-plot-square, lm-init-display): Don't use window-system.
19111
19112 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
19113 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
19114
19115 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
19116 instead of looking at window-system.
19117
19118 2000-07-30 Gerd Moellmann <gerd@gnu.org>
19119
19120 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
19121 of testing if iswitchb-prepost-hooks is bound, because the
19122 latter will always be true when invoking a recursive minibuffer
19123 from an active Iswitchb buffer.
19124
19125 2000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
19126
19127 * files.el (shell-quote-wildcard-pattern): New function.
19128 (insert-directory): Call it. Only prepend "\" to command on Unix
19129 and GNU/Linux systems.
19130
19131 2000-07-30 Gerd Moellmann <gerd@gnu.org>
19132
19133 * eshell/esh-groups.el: Change custom :link file names
19134 from `eshell.info' to `eshell'.
19135
19136 2000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
19137
19138 * dired.el (dired-build-subdir-alist): Expand subdirectory names
19139 correctly in recursive ange-ftp listings.
19140
19141 2000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
19142
19143 * ps-print.el: Fix bug 1: if ps-font-size-internal,
19144 ps-header-font-size-internal and
19145 ps-header-title-font-size-internal variables are not set,
19146 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
19147 face text property is (foreground-color . COLOR) or
19148 `(background-color . COLOR)', ps-print crashes. Doc fix.
19149 (ps-print-version): New version number (5.2.4).
19150 (ps-plot-region): Code fix.
19151 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
19152 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
19153 Bug fix 2.
19154
19155 2000-07-30 Milan Zamazal <pdm@freesoft.cz>
19156
19157 * glasses.el (glasses-make-readable): Fix uncapitalization of
19158 identifiers like `myXMLDocument'.
19159
19160 2000-07-28 Karl Fogel <kfogel@red-bean.com>
19161
19162 * mail/mail-hist.el (mail-hist-previous-input)
19163 (mail-hist-next-input): Do the obvious code factorization.
19164 (mail-hist-retrieve-and-insert): New func, contains common
19165 code of above two.
19166 If inserting a message body, leave point at top.
19167
19168 2000-07-28 Sam Steingold <sds@gnu.org>
19169
19170 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
19171 Use `<=', not `<' to compare times!
19172 (ange-ftp-ls): Remove.
19173
19174 2000-07-27 Gerd Moellmann <gerd@gnu.org>
19175
19176 * play/cookie1.el: Add explanation of how to make cookie.el
19177 compatible with strfile(1) to comment.
19178
19179 * subr.el (remove, remq): New functions.
19180
19181 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
19182 escape `*' in regexps.
19183 (midnight-find): Reverse order of arguments in the funcall of
19184 TEST.
19185
19186 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
19187 and `.class'.
19188
19189 * play/meese.el: Add Commentary section.
19190
19191 2000-07-27 Alex Schroeder <alex@gnu.org>
19192
19193 * sql.el (sql-ms): Added autoload cookie.
19194 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
19195 (sql-oracle): Ditto.
19196 (sql-help): Doc change.
19197
19198 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
19199 types and exceptions.
19200
19201 2000-07-27 Alex Schroeder <alex@gnu.org>
19202
19203 * sql.el (sql-placeholder-history): New variable.
19204 (sql-query-placeholders-and-send): New function that will query
19205 the user and replace placeholders with user input.
19206 (sql-oracle): If running on NT, set comint-input-sender to
19207 sql-query-placeholders-and-send.
19208
19209 (sql-stop): If in the SQLi buffer, insert stop notification, else
19210 present it as a message.
19211
19212 2000-07-27 Alex Schroeder <alex@gnu.org>
19213
19214 * sql.el (sql-input-ring-separator): Doc change.
19215 (sql-input-ring-file-name): Doc change.
19216 (sql-interactive-mode): Use `sql-input-ring-separator' and
19217 `sql-input-ring-file-name' to set the comint-mode equivalents
19218 without making them local variables.
19219 (sql-stop): Don't bind `sql-input-ring-separator' and
19220 `sql-input-ring-file-name' dynamically to their comint-mode
19221 equivalents.
19222
19223 2000-07-27 Kenichi Handa <handa@etl.go.jp>
19224
19225 * international/mule.el (register-char-codings): New function.
19226 (make-coding-system): Handle `safe-chars' specification in the arg
19227 PROPERTY.
19228
19229 * international/mule-cmds.el
19230 (find-coding-systems-region-subset-p): This function deleted.
19231 (sort-coding-systems-predicate): New variable.
19232 (sort-coding-systems): New function.
19233 (find-coding-systems-region): Use
19234 find-coding-systems-region-internal.
19235 (find-coding-systems-string): Use find-coding-systems-region.
19236 (find-coding-systems-for-charsets): Check
19237 char-coding-system-table.
19238 (select-safe-coding-system-accept-default-p): New variable.
19239 (select-safe-coding-system): Mostly rewritten. New argument
19240 ACCEPT-DEFAULT-P.
19241 (select-message-coding-system): Call select-safe-coding-system
19242 with ACCEPT-DEFAULT-P arg.
19243 (reset-language-environment): Reset default-sendmail-coding-system
19244 to the default value iso-latin-1.
19245 (set-language-environment): Don't set the obsolete variable
19246 charset-origin-alist.
19247
19248 * international/codepage.el (cp-coding-system-for-codepage-1):
19249 Give `safe-chars' property to make-coding-system.
19250
19251 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
19252 calling select-message-coding-system twice.
19253
19254 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
19255 instead of `safe-charsets'.
19256 (cyrillic-alternativnyj): Likewise.
19257 (ccl-encode-alternativnyj): Don't check the charset
19258 cyrillic-iso8859-5.
19259
19260 2000-07-27 Kenichi Handa <handa@etl.go.jp>
19261
19262 * composite.el (compose-chars-after): Preserve match data.
19263
19264 2000-07-26 Sam Steingold <sds@gnu.org>
19265
19266 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
19267 (ange-ftp-real-file-newer-than-file-p): New function.
19268 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
19269 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
19270
19271 * tooltip.el (tooltip-float-time): Removed (use `float-time').
19272 * midnight.el (midnight-float-time): Ditto.
19273
19274 2000-07-26 Andreas Schwab <schwab@suse.de>
19275
19276 * files.el (normal-backup-enable-predicate): Correct
19277 interpretation of the return value of compare-strings.
19278
19279 2000-07-26 Gerd Moellmann <gerd@gnu.org>
19280
19281 * isearch.el (isearch-resume): New function.
19282 (isearch-done): Add something to command-history to resume
19283 the search.
19284 (isearch-yank-line, isearch-yank-word): Use
19285 buffer-substring-no-properties instead of buffer-substring.
19286
19287 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
19288 of flyspell-mouse-map.
19289
19290 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
19291 duplicate definition.
19292 (makefile-mode): Remove duplicate setting of local-abbrev-table.
19293
19294 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
19295 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
19296
19297 2000-07-25 Sam Steingold <sds@gnu.org>
19298
19299 * net/ange-ftp.el: Get modtime over the net.
19300 (ange-ftp-file-modtime): New function.
19301 (ange-ftp-write-region, ange-ftp-insert-file-contents)
19302 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
19303 Use it.
19304 (ange-ftp-dot-to-slash): New function.
19305 (ange-ftp-fix-name-for-vms): Use it.
19306
19307 * midnight.el (midnight-buffer-display-time): Use
19308 `with-current-buffer'.
19309
19310 2000-07-25 Gerd Moellmann <gerd@gnu.org>
19311
19312 * find-dired.el: Update copyright notice.
19313 (find-dired): Offer to kill a running `find'.
19314
19315 * enriched.el (enriched-face-ans): For a `foreground-color'
19316 property, return '(("x-color" COLOR))' so that COLOR will be
19317 output as a parameter of the x-color annotation. Likewise for the
19318 `background-color' property. In the case of normal face
19319 properties, don't return annotations for unspecified foreground
19320 and background face attributes.
19321
19322 2000-07-25 Kenichi Handa <handa@etl.go.jp>
19323
19324 * language/japan-util.el (japanese-katakana-region): Fix handling
19325 HANKAKU argument.
19326
19327 2000-07-25 Miles Bader <miles@gnu.org>
19328
19329 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
19330 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
19331 constrain-to-field.
19332
19333 2000-07-24 Andrew Innes <andrewi@gnu.org>
19334
19335 * timer.el (timer-activate-when-idle): Add optional parameter
19336 DONT-WAIT. Update docstring.
19337 (run-with-idle-timer): Specify extra parameter to
19338 timer-activate-when-idle, so that timer will be activated
19339 immediately if Emacs is already idle.
19340
19341 * w32-fns.el (w32-using-nt): Fix docstring.
19342
19343 2000-07-24 Dave Love <fx@gnu.org>
19344
19345 * mouse.el (popup-menu): Set last-command-event.
19346 (mouse-major-mode-menu-prefix): Declare.
19347
19348 2000-07-24 Gerd Moellmann <gerd@gnu.org>
19349
19350 * textmodes/flyspell.el: Update to author's version 1.5d.
19351
19352 * progmodes/hideshow.el: Update copyright notice.
19353
19354 * vcursor.el: Set maintainer to FSF, since author cannot
19355 be reached.
19356
19357 2000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
19358
19359 * info.el (Info-goto-emacs-key-command-node): Leave a space after
19360 the prompt.
19361
19362 * mouse.el (popup-menu): Run the keymap through indirect-function,
19363 in case it was defined with define-prefix-key. If the menu is a
19364 list of keymaps, look up the binding of user's choice in each one
19365 of the keymaps.
19366 (mouse-popup-menubar): If the global and local menu-bar keymaps
19367 don't have a prompt string, create one and insert it into the
19368 keymap. Don't barf if current-local-map returns nil.
19369
19370 2000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
19371
19372 * dired.el (dired-sort-R-check): Added to allow recursive listing
19373 to be undone.
19374 (dired-sort-other): Use it.
19375
19376 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
19377
19378 * Release of cc-mode 5.27
19379
19380 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
19381
19382 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
19383 c-beginning-of-statement-1 that caused a bad case of recursion
19384 which could consume a lot of CPU in large classes in languages
19385 that have in-expression classes (i.e. Java and Pike).
19386
19387 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
19388 statements before top level constructs (i.e. case 6 is moved
19389 before case 5 and is now case 4) to catch in-expression
19390 classes in top level expressions correctly.
19391
19392 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
19393
19394 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
19395 objc-method-intro. Case 4 removed and case 5I added.
19396
19397 * cc-langs.el (c-append-paragraph-start): New variable used by
19398 c-common-init to get paragraph-start correct.
19399 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
19400 initialize paragraph-start to make it correct both with and
19401 without the javadoc special case.
19402
19403 * cc-mode.el (java-mode): Use c-append-paragraph-start to
19404 initialize paragraph-start for javadoc markup.
19405
19406 * cc-vars.el (c-style-variables-are-local-p): Incompatible
19407 change by defaulting this to t. It's motivated by the
19408 confusing behavior that otherwise arise from the style system
19409 when editing both java and non-java files at the same time
19410 (see the comments about style setting in c-common-init).
19411
19412 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
19413
19414 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
19415 similar to the one in c-fill-paragraph to check the fill
19416 prefix from the adaptive fill function for sanity.
19417
19418 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
19419
19420 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
19421 defun block.
19422
19423 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
19424
19425 * cc-align.el (c-lineup-multi-inher): Handle lines with
19426 leading comma nicely. Extended to handle member initializers
19427 too.
19428
19429 * cc-engine.el: (c-beginning-of-inheritance-list,
19430 c-guess-basic-syntax): Fixed recognition of inheritance lists
19431 when the lines begins with a comma.
19432
19433 * cc-vars.el (c-offsets-alist): Changed default for
19434 member-init-cont to c-lineup-multi-inher since it now handles
19435 member initializers and indents better for leading commas.
19436
19437 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
19438
19439 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
19440 handling that caused class open lines to be recognized as
19441 statement-conts in some cases.
19442
19443 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
19444 guessed by the adaptive fill function unless point is on the
19445 first line of a block comment.
19446
19447 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
19448 when the buffer ends with a macro continuation char.
19449
19450 * cc-engine.el (c-guess-basic-syntax): Added support for
19451 function definitions as statements in Pike. The first
19452 statement in a lambda block is now labeled defun-block-intro
19453 instead of statement-block-intro.
19454
19455 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
19456 so that the class surrounding point is selected, not the one
19457 innermost in the state.
19458
19459 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
19460 recognition of switch labels having hanging multiline
19461 statements.
19462
19463 * cc-engine.el (c-beginning-of-member-init-list): Broke out
19464 some code in c-guess-basic-syntax to a separate function.
19465 * cc-engine.el (c-just-after-func-arglist-p): Fixed
19466 recognition of member inits with multiple line arglists.
19467 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
19468 member-init-cont when the commas are in funny places.
19469
19470 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
19471
19472 * cc-defs.el (c-auto-newline): Removed this macro since it's
19473 not used anymore.
19474
19475 * cc-engine.el (c-looking-at-bos): New helper function.
19476 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
19477 inexpr and toplevel classes apart in Pike.
19478
19479 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
19480 of case 9A.
19481
19482 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
19483 constant, since "class" can introduce an in-expression class
19484 in Pike nowadays.
19485
19486 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
19487
19488 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
19489 indentation on cpp-macro lines.
19490
19491 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
19492 a syntax modifier like comment-intro, to make it possible to
19493 get syntactic indentation for preprocessor directives. It's
19494 incompatible wrt to lineup functions on cpp-macro, but it has
19495 no observable effect in the 99.9% common case where cpp-macro
19496 is set to -1000.
19497
19498 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
19499
19500 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
19501 member-init-cont when the preceding arglist is several lines.
19502
19503 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
19504
19505 * cc-styles.el (c-style-alist): The basic offset for the BSD
19506 style corrected to 8.
19507
19508 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
19509
19510 * cc-styles.el (c-style-alist): Adjusted the indentation of
19511 brace list openers in the gnu style.
19512
19513 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
19514
19515 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
19516
19517 * cc-cmds.el (c-electric-brace, c-electric-slash,
19518 c-electric-star, c-electric-semi&comma, c-electric-colon,
19519 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
19520 when c-syntactic-indentation is nil.
19521
19522 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
19523 we were left at comments preceding the first statement when
19524 reaching the beginning of the buffer.
19525
19526 * cc-vars.el (c-syntactic-indentation): New variable to turn
19527 off all syntactic indentation.
19528
19529 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
19530
19531 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
19532 between the text and the block comment ender when it hangs,
19533 depending on how many there are before the fill.
19534
19535 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
19536
19537 * cc-engine.el (c-beginning-of-closest-statement): New helper
19538 function to go back to the closest preceding statement start,
19539 which could be inside a conditional statement.
19540 * cc-engine.el (c-guess-basic-syntax): Use
19541 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
19542
19543 * cc-engine.el (c-guess-basic-syntax): Better handling of
19544 arglist-intro, arglist-cont-nonempty and arglist-close when
19545 the arglist is nested inside parens. Cases 7A, 7C and 7F
19546 changed.
19547
19548 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
19549 up-to-date with javadoc 1.2.
19550
19551 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
19552
19553 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
19554 multiline Pike type decls.
19555
19556 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
19557
19558 * cc-cmds.el (c-indent-new-comment-line): Always break
19559 multiline comments in multiline mode, regardless of
19560 comment-multi-line.
19561
19562 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
19563
19564 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
19565 fully::qualified::names in C++ member init lists. Preamble in
19566 case 5D changed.
19567
19568 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
19569
19570 * cc-langs.el (c-common-init): Handling of obsolete variables
19571 moved to c-initialize-cc-mode. More compatible style override
19572 when using global style variables.
19573 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
19574 variables moved here.
19575
19576 * cc-styles.el (c-make-styles-buffer-local): Flag style
19577 variable localness in c-style-variables-are-local-p to make
19578 the compatibility measure in c-common-init work well.
19579
19580 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
19581 longer contain set-from-style.
19582 * cc-styles.el (c-initialize-builtin-style): Don't check for
19583 set-from-style on c-special-indent-hook.
19584 * cc-styles.el (c-copy-tree): Obsolete. The standard function
19585 copy-alist is sufficient now.
19586
19587 * cc-styles.el (c-set-style, c-set-style-1,
19588 c-get-style-variables): Fixes to variable initialization so
19589 that duplicate entries in styles have the same effect
19590 regardless of DONT-OVERRIDE.
19591
19592 * cc-styles.el (c-set-style-2): Fixed bug where the
19593 initialization of inheriting styles failed when the
19594 dont-override flag is set.
19595
19596 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
19597 on this.
19598
19599 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
19600
19601 * cc-defs.el (c-forward-comment): Removed the workaround
19602 introduced in 5.38 since it had worse side-effects. If a line
19603 contains the string "//\"", it regarded the // as a comment
19604 start since the \ temporarily doesn't have escape syntax.
19605
19606 2000-07-17 Emmanuel Briot <briot@act-europe.fr>
19607
19608 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
19609 ada-xref.el before ada-prj.el, so that the Project menu is created
19610 when ada-prj tries to add to it.
19611 (ada-activate-keys-for-case): Suppress the characters that are not
19612 part of the Ada syntax. Better compatibility with else-mode
19613 (ada-adjust-case-interactive): When auto-casing is not active,
19614 correctly insert newlines (used to insert only ^M). Prevent the
19615 syntax table from being changed in case of an error
19616 (or '_' becomes part of a word and some commands are confused).
19617 Do nothing if ada-auto-case is nil.
19618 (ada-after-keyword-p): Ignore keywords that are also attributes
19619 (ada-batch-reformat): Update usage comment
19620 (ada-call-from-contextual-menu): New function
19621 (ada-case-read-exceptions): Reinitialize the casing exception list
19622 first to nil first, so that the casing exception file can be
19623 shared.
19624 (ada-check-defun-name): Handles "configure" keyword for gnatdist
19625 files.
19626 (ada-compile-goto-error): Fix regexp used to detect a file:line
19627 anywhere in the error message
19628 (ada-contextual-menu-last-point): New variable
19629 (ada-create-keymap): If the variable delete-key-deletes-forward is
19630 t on XEmacs, it means that DEL should delete one character
19631 forward.
19632 (ada-create-menu): Use :included instead of :visible for XEmacs.
19633 New submenu "Options".
19634 (ada-end-stmt-re): Correctly indent "select ... then abort"
19635 statements.
19636 (ada-fill-comment-paragraph): Correctly delete all leading '--'
19637 even if they don't match ada-fill-comment-prefix Fix handling of
19638 paragraphs on the first or last line of a file.
19639 (ada-format-paramlist): Fix handling of default parameter values.
19640 (ada-get-body-name): New function.
19641 (ada-get-current-indent): Optimized by searchling directly for an
19642 existing generic part or a statement outside of it. Handle
19643 ada-indent-align-comments when indenting comments Replaced some
19644 regexps by testing directly the next character. This results in a
19645 huge speedup on some files. New indentation scheme for renames
19646 statements. Stop looking for the 'while' or 'for' associated with
19647 a 'loop' at the first semicolon encountered. A "return" can also
19648 match an anonymous access subprogram declaration.
19649 (ada-get-indent-noindent): Ignore strings and comments when
19650 looking for the keywords "record" and "private".
19651 (ada-goto-matching-decl-start): When matching "if", make sure we
19652 are not in fact seeing "end if". Ignore "when" statements except
19653 when initial keyword was "begin". Fix handling of nested
19654 procedures. Add a recursive call to this function to skip over
19655 other 'end' statmts. Fix indentation for "when .. => begin"
19656 (ada-in-open-paren-p): Fix indentation for complex boolean
19657 expressions, where 'and then', 'or else' and parenthesis
19658 statements are mixed up.
19659 (ada-in-paramlist-p): Skip comments while searching for the
19660 beginning Fix handling of operator declarations.
19661 (ada-indent-align-comments): New variable
19662 (ada-indent-current): Change the syntax table only in the
19663 protected section, so that we are sure it is restored correctly.
19664 (ada-indent-on-previous-lines): Use ada-use-indent and
19665 ada-with-indent Correctly indent "select ... then"
19666 (ada-indent-region): Slight speedup.
19667 (ada-indent-renames): New variable.
19668 (ada-last-which-function-subprog, ada-last-which-function-line):
19669 New variables
19670 (ada-looking-at-semi-private): Correctly indent the 'private'
19671 keyword when it is the first word in a package declaration.
19672 (ada-loose-case-word): Stop searching if at the end of the buffer.
19673 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
19674 even if point is not initially at the end of the word.
19675 (ada-matching-decl-start-re): Add "when".
19676 (ada-mode): Add support for abbrev-mode, outline-mode and
19677 which-func-mode Override the old find-file.el entry in
19678 ff-special-constructs since it is using the obsolete
19679 ada-spec-suffix variable
19680 (ada-no-auto-case): New function
19681 (ada-scan-paramlist): When parsing the argument type, accept
19682 spaces (as in "X 'Class", generated by Rational Rose).
19683 (ada-other-file-name): No longer loads the other file.
19684 (ada-popup-menu): Save and restore the current buffer and cursor
19685 position before and after displaying the menu.
19686 (ada-search-ignore-complex-boolean): New function.
19687 (ada-uncomment-region): Emacs21 already knows how to delete
19688 comments not starting in the first column.
19689 (ada-use-indent): New variable
19690 (ada-which-function): New function.
19691 (ada-with-indent): New variable
19692 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
19693 can be batch-compiled from the command line.
19694
19695 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
19696 Add to the menu when the file is loaded, not in ada-mode-hook.
19697 Add -toolbar to the default ddd command Switches moved from
19698 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
19699 ada-prj-default-comp-opt
19700 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
19701 Reference Manual to the menu
19702 (ada-check-current): rewritten as a call to ada-compile-current
19703 (ada-compile): Removed.
19704 (ada-compile-application, ada-compile-current, ada-check-current):
19705 Set the compilation-search-path so that compile.el automatically
19706 finds the sources in src_dir. Automatic scrollong of the
19707 compilation buffer. C-uC-cC-c asks for confirmation before
19708 compiling
19709 (ada-compile-current): New parameter, prj-field
19710 (ada-complete-identifier): Load the .ali file before doing
19711 processing
19712 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
19713 conform to gnatmake's behavior.
19714 (ada-find-file-in-dir): New function
19715 (ada-find-references): Set the environment variables for gnatfind
19716 (ada-find-src-file-in-dir): New function.
19717 (ada-first-non-nil): Removed
19718 (ada-gdb-application): Add support for jdb, the java debugger.
19719 (ada-get-ada-file-name): Load the original-file first if not done
19720 yet.
19721 (ada-get-all-references): Handles the new ali syntax (parent types
19722 are found between <>).
19723 (ada-initialize-runtime-library): New function
19724 (ada-mode-hook): Always load a project file when a file is opened,
19725 so that the casing exceptions are correctly read.
19726 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
19727 (ada-parse-prj-file): Use find-file-noselect instead of find-file
19728 to open the project file, since the latter does not work with
19729 speedbar Get default values before loading the prj file, or the
19730 default executable file name is wrong. Use the absolute value of
19731 src_dir to initialize ada-search-directories and
19732 compilation-search-path,... Add the standard runtime library to
19733 the search path for find-file.
19734 (ada-prj-default-debugger): Was missing an opening '{'
19735 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
19736 variables.
19737 (ada-prj-default-gnatmake-opt): New variable
19738 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
19739 buffers, the project file is the default one Save the windows
19740 configuration before displaying the menu.
19741 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
19742 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
19743 ...) regexp-quote identifiers names to support operators +,
19744 -,... in regexps.
19745 (ada-remote): New function.
19746 (ada-run-application): Erase the output buffer before starting the
19747 run Support remote execution of the application. Use
19748 call-process, or the arguments are incorrectly parsed
19749 (ada-set-default-project-file): Reread the content of the active
19750 project file, not the one from the current buffer When a project
19751 file is set as the default project, all directories are
19752 automatically associated with it.
19753 (ada-set-environment): New function
19754 (ada-treat-cmd-string): New special variable ${current}
19755 (ada-treat-cmd-string): Revised. The substitution is now done for
19756 any ${...} substring
19757 (ada-xref-current): If no body was found, compiles the spec
19758 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
19759 compiler to get rid of command line length limitations.
19760 (ada-xref-get-project-field): New function
19761 (ada-xref-project-files): New variable
19762 (ada-xref-runtime-library-specs-path)
19763 (ada-xref-runtime-library-ali-path): New variables
19764 (ada-xref-set-default-prj-values): Default run command now does a
19765 cd to the build directory. New field: main_unit Provide a default
19766 file name even if the current buffer has no prj file.
19767
19768 * ada-prj.el:
19769 Rewritten to show a tabbed-dialog.
19770 (ada-prj-add-ada-menu): Remove the map and name parameters.
19771 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
19772 New function
19773 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
19774 (ada-prj-load-from-file): New function
19775 (ada-prj-save): Always save fields that depend on the current buffer
19776 (ada-prj-show-value): New function
19777
19778 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
19779 Ada mode. This will allow us to display the Ada menu in any buffer
19780 we want (for project items).
19781 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
19782 number of spaces in the header.
19783
19784 2000-07-24 Dave Love <fx@gnu.org>
19785
19786 * ediff-init.el (ediff-region-help-echo): Bind face-help.
19787
19788 2000-07-23 Noah Friedman <friedman@splode.com>
19789
19790 * type-break.el (type-break): perform autosave.
19791 Suggested by Stephen Gildea <gildea@stop.mail-abuse.org>.
19792 (type-break-do-query): Cancel query schedule while performing
19793 actual query, to avoid possibility of a second query being made
19794 while first one is already in progress.
19795 (type-break-time-stamp-format): New variable.
19796 (type-break-time-stamp): New function.
19797 (type-break-time-warning): Use it.
19798 (type-break-keystroke-warning): Use it.
19799 (type-break-noninteractive-query): Use it.
19800
19801 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
19802 cookie.
19803 Use add-minor-mode to set minor-mode-alist, if available.
19804 (eldoc-echo-area-use-multiline-p): New user option.
19805 (eldoc-echo-area-multiline-supported-p): New variable.
19806 (eldoc-docstring-format-sym-doc): Use them.
19807 (eldoc-mode): If not using idle timers, append to local post and
19808 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
19809 (eldoc-display-message-no-interference-p): Don't interfere with
19810 edebug.
19811 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
19812 (eldoc-function-arglist): New function.
19813 (eldoc-function-argstring): Use it.
19814
19815 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
19816 auto save directory exists before calling directory-files.
19817
19818 2000-07-23 Dave Love <fx@gnu.org>
19819
19820 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
19821 ^o, ^u.
19822
19823 2000-07-21 Dave Love <fx@gnu.org>
19824
19825 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
19826 now passed to the function. It now works properly.
19827
19828 * smerge-mode.el (smerge-mode-menu): Fill it out.
19829
19830 2000-07-20 Gerd Moellmann <gerd@gnu.org>
19831
19832 * info-look.el (info-lookup): If *info* is shown in another frame
19833 on the same display, select that frame, instead of switching to
19834 the Info buffer in another window of the selected frame.
19835
19836 * simple.el (universal-argument-map): Bind numeric keypad keys
19837 kp-0 to kp-9 and kp-subtract.
19838 (digit-argument): Handle these keys.
19839
19840 2000-07-20 Dave Love <fx@gnu.org>
19841
19842 * net/goto-addr.el (goto-address-fontify): Don't bother with
19843 buffer-modified and read-only stuff -- irrelevant with overlays.
19844 Put an extra property on the overlays and use it to clean up in
19845 case goto-address is re-run.
19846
19847 2000-07-19 Richard M. Stallman <rms@gnu.org>
19848
19849 * timer.el (run-with-idle-timer): Doc fix.
19850
19851 * mail/mail-utils.el (mail-strip-quoted-names):
19852 Handle case where <...> appears inside "...".
19853 Use replace-match to edit the string more simply.
19854 (rmail-dont-reply-to): Cope with an unmatched ".
19855
19856 2000-07-19 Dave Love <fx@gnu.org>
19857
19858 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
19859 implementation.
19860
19861 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
19862 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
19863 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
19864
19865 2000-07-19 Gerd Moellmann <gerd@gnu.org>
19866
19867 * textmodes/refer.el: Correct maintainer's email address.
19868
19869 * progmodes/hideif.el: Correct author's email address.
19870 Fix typo in comment.
19871
19872 * xml.el: New file.
19873
19874 * mail/mailheader.el: Correct author's mail address.
19875
19876 * gnus/parse-time.el: Correct author's mail address.
19877
19878 2000-07-19 Colin Walters <walters@cis.ohio-state.edu>
19879
19880 * comint.el (comint-highlight-input, comint-highlight-face):
19881 New user options.
19882 (comint-input-ring-file-name): Change custom type.
19883 (comint-mode-map): Bind mouse-2.
19884 (comint-insert-clicked-input): New function.
19885 (comint-send-input): Handle input highlighting.
19886
19887 2000-07-18 Stefan Monnier <monnier@cs.yale.edu>
19888
19889 * mouse.el (popup-menu): New function.
19890 (mouse-major-mode-menu): Use it.
19891
19892 2000-07-18 Dave Love <fx@gnu.org>
19893
19894 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
19895 improvements.
19896
19897 2000-07-18 Gerd Moellmann <gerd@gnu.org>
19898
19899 * faces.el (face-font-selection-order)
19900 (face-font-family-alternatives): Add custom type.
19901
19902 2000-07-18 Dave Love <fx@gnu.org>
19903
19904 * cus-edit.el (custom-variable-reset-saved)
19905 (custom-variable-reset-standard): Remove unused bindings.
19906
19907 * rect.el (open-rectangle-line): Remove unused let.
19908
19909 * hl-line.el (hl-line-highlight): Check hl-line-mode.
19910
19911 2000-07-18 Gerd Moellmann <gerd@gnu.org>
19912
19913 * cdl.el: Fix `Maintainer' keyword.
19914
19915 * play/pong.el: Add author's email address.
19916
19917 2000-07-17 Sam Steingold <sds@gnu.org>
19918
19919 * files.el (insert-directory): Call `split-string' instead of
19920 re-implementing it.
19921
19922 2000-07-18 Gerd Moellmann <gerd@gnu.org>
19923
19924 * mail/vms-pmail.el: Change maintainer to FSF.
19925
19926 * net/goto-addr.el: Change maintainer to FSF.
19927
19928 * info.el (Info-title-face-alist): Removed.
19929
19930 2000-07-18 David Ponce <david@dponce.com>
19931
19932 * recentf.el (recentf-open-files): New command that works like
19933 `recentf-open-more-files', but shows the whole list of files (not just
19934 those omitted from the menu). Useful if you don't use a menu-bar!
19935 (recentf-open-more-files) Modified to use `recentf-open-files'.
19936
19937 (recentf-open-files, recentf-open-more-files)
19938 (recentf-edit-list): Dialogs use `recentf-dialog-mode'
19939
19940 (recentf-dialog-mode): New mode for dialogs. You can now just type
19941 "q" to cancel the dialogs.
19942
19943 2000-07-18 David Ponce <david@dponce.com>
19944
19945 * recentf.el: This is a major update of recentf.el. It adds new
19946 features to better organize the recentf menu and "More..." buffer.
19947
19948 Using new provided menu filtering functions you can now organize the
19949 recent files list:
19950
19951 - by major modes
19952 - by directories
19953 - by user defined rules
19954
19955 Finally, with the new `recentf-filter-changer' customizable filter you
19956 can define a ring of filters and dynamically (via the menu) cycle on
19957 each menu organization in the ring (a la msb).
19958
19959 2000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
19960
19961 * eshell/eshell.el (eshell): Replace links to eshell.info with
19962 links to eshell, to avoid problems on systems where the manual is
19963 installed as `eshell'.
19964 * eshell/esh-cmd.el (eshell-cmd): Ditto.
19965 * eshell/em-smart.el (eshell-smart): Ditto.
19966 * eshell/em-banner.el (eshell-banner): Ditto.
19967 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
19968
19969 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
19970 same-file check in the MS-DOS version (it does support inodes).
19971
19972 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
19973
19974 * eshell/eshell.el (eshell-directory-name):
19975 Run default directory name through convert-standard-filename.
19976
19977 2000-07-18 Kenichi Handa <handa@etl.go.jp>
19978
19979 * international/mule-cmds.el (select-safe-coding-system):
19980 Fix typo in the comment.
19981
19982 * language/european.el (compound-text):
19983 Force katakana-jisx0201 to be designated to G1.
19984
19985 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
19986 Don't translate some national variant characters of latin-jisx0201.
19987 (x-ctext): Force katakana-jisx0201 to be designated to G1.
19988
19989 * international/kkc.el (kkc-after-update-conversion-functions):
19990 New variable.
19991 (kkc-update-conversion): Run functions in it at the tail.
19992
19993 2000-07-16 John Wiegley <johnw@gnu.org>
19994
19995 * lisp/align.el (align-newline-and-indent):
19996 Adding new function. for auto-aligning blocks of code on RET.
19997 (align-region): Fixed badly formatted minibuffer message.
19998
19999 2000-07-17 Kenichi Handa <handa@etl.go.jp>
20000
20001 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
20002 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
20003 the conversion list at first if appropriate.
20004 (kkc-next): Don't update kkc-next-count here.
20005 (kkc-prev): Don't update kkc-prev-count here.
20006 (kkc-show-conversion-list-update): Fix setting up of conversion
20007 list message.
20008
20009 2000-07-16 Stefan Monnier <monnier@cs.yale.edu>
20010
20011 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
20012
20013 2000-07-16 Dave Love <fx@gnu.org>
20014
20015 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
20016 function to be more specific.
20017
20018 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
20019 non-string help-echo.
20020 (widget-types-convert-widget): Defsubst it.
20021 (widget-echo-help): Try to cope with a help-echo function of two
20022 possible sorts.
20023
20024 2000-07-15 Jason Rumney <jasonr@gnu.org>
20025
20026 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
20027 Declare as obsolete.
20028
20029 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
20030
20031 2000-07-14 Gerd Moellmann <gerd@gnu.org>
20032
20033 * hilit-chg.el: Fix typo.
20034
20035 2000-07-14 Dave Love <fx@gnu.org>
20036
20037 * info.el (Info-mode-menu): Fix use of :help, :enable.
20038
20039 2000-07-14 Stefan Monnier <monnier@cs.yale.edu>
20040
20041 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
20042
20043 2000-07-13 Dave Love <fx@gnu.org>
20044
20045 * emacs-lisp/easymenu.el: Doc fixes.
20046 (easy-menu-remove): Defalias to ignore.
20047
20048 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
20049 Call throw correctly.
20050
20051 2000-07-13 Gerd Moellmann <gerd@gnu.org>
20052
20053 * faces.el (frame-background-mode): Doc fix.
20054
20055 * simple.el (eval-expression-print-length): Change custom type to
20056 allow entering nil as value.
20057
20058 2000-07-13 Dave Love <fx@gnu.org>
20059
20060 * progmodes/fortran.el (fortran-imenu-generic-expression):
20061 Change definition layout.
20062 (fortran-mode-menu): Reinstate customize entries.
20063
20064 * cus-edit.el (custom-group-menu-create, customize-menu-create):
20065 Use :filter, per old XEmacs code.
20066
20067 2000-07-12 Gerd Moellmann <gerd@gnu.org>
20068
20069 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
20070 event when deciding what to send to the terminal.
20071
20072 2000-07-12 Dave Love <fx@gnu.org>
20073
20074 * cus-start.el: Add optional version as 4th element of specs and
20075 use it for several things new in v21. Remove load-path. Fix type
20076 of line-number-display-limit.
20077
20078 2000-07-11 Dave Love <fx@gnu.org>
20079
20080 * progmodes/fortran.el: Don't require easymenu.
20081 Use repeat counts in various regexps.
20082 (fortran-mode-syntax-table): Defvar directly.
20083 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
20084 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
20085 Use defvar, not defconst.
20086 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
20087 (fortran-mode): Set fortran-comment-line-start-skip,
20088 fortran-comment-line-start-skip, dabbrev-case-fold-search.
20089 (fortran-comment-indent): Use defsubst.
20090 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
20091 Use fortran-comment-indent, not fortran-comment-indent-function.
20092 (fortran-comment-region, fortran-electric-line-number): Simplify.
20093 (fortran-auto-fill): New function.
20094 (fortran-do-auto-fill): Deleted.
20095 (fortran-find-comment-start-skip):
20096 Check for non-null comment-start-skip.
20097 (fortran-auto-fill-mode, fortran-fill-statement):
20098 Use fortran-auto-fill.
20099 (fortran-fill): Use fortran-auto-fill. Check for null
20100 comment-start-skip. Simplify final clause and use end-of-line finally.
20101
20102 * widget.el (widget-plist-member): New alias.
20103
20104 2000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
20105
20106 * eshell/esh-module.el (toplevel): Reference
20107 byte-compile-current-file only if it is bound.
20108
20109 2000-07-10 Gerd Moellmann <gerd@gnu.org>
20110
20111 * dired.el: Don't require `dired-aux'.
20112
20113 2000-07-10 Miles Bader <miles@lsi.nec.co.jp>
20114
20115 * dired-aux.el (dired-show-file-type): New function.
20116 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
20117 (dired-show-file-type): Add autoload.
20118
20119 2000-07-10 Kenichi Handa <handa@etl.go.jp>
20120
20121 * international/mule-diag.el (describe-font): Adjusted for the
20122 change of fontset-info.
20123 (print-fontset): Likewise.
20124
20125 2000-07-09 Stefan Monnier <monnier@cs.yale.edu>
20126
20127 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
20128
20129 2000-07-07 Gerd Moellmann <gerd@gnu.org>
20130
20131 * bindings.el: Bind `[delete]' to delete-char.
20132
20133 * dired.el (dired-find-alternate-file): New function.
20134 (dired-mode-map): Bind `a' to dired-find-alternate-file.
20135 (toplevel): Require dired-aux when compiling.
20136 (dired-buffers): Move defvar within file to avoid compiler warning.
20137
20138 * info.el (Info-last-search): Variable removed.
20139 (Info-search-history): New variable.
20140 (Info-search): New Info-search-history.
20141
20142 * battery.el, info-look.el: Change author's mail address.
20143
20144 2000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
20145
20146 * mail/rmail.el (rmail-clear-headers): Don't throw an error
20147 if rmail-ignored-headers is nil.
20148 (rmail-retry-failure): Bind rmail-ignored-headers and
20149 rmail-displayed-headers to nil.
20150
20151 2000-07-06 Gerd Moellmann <gerd@gnu.org>
20152
20153 * lpr.el (lpr-page-header-switches): Add `-h' switch.
20154 (print-region-1): Don't hard code `-h' here.
20155
20156 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
20157
20158 2000-07-01 Francesco Potorti` <pot@gnu.org>
20159
20160 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
20161 exim can use "your message" instead of "the message".
20162
20163 2000-07-06 Stefan Monnier <monnier@cs.yale.edu>
20164
20165 * facemenu.el: Docstrings fixes.
20166 (facemenu-get-face): Don't use internal-find-face.
20167 (facemenu-iterate): Rename arg to match the docstring.
20168
20169 * newcomment.el (uncomment-region): Be more careful when skipping
20170 backwards over `=' not to bump into BOBP.
20171
20172 2000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
20173
20174 * ediff-diff.el (ediff-wordify): Use syntax table.
20175 * ediff-init.el (ediff-has-face-support-p): Use
20176 ediff-color-display-p.
20177 (ediff-color-display-p): Use display-color-p, changed to defun
20178 from defsubst.
20179 Got rid of special cases for NeXT and OS/2.
20180 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
20181 face.
20182
20183 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
20184
20185 * emacs-lisp/lucid.el: Require CL.
20186 (copy-tree, remprop): Remove, it's provided by CL.
20187 (map-keymap): Define in terms of cl-map-keymap.
20188 (extent-property, set-extent-end-glyph): New functions.
20189
20190 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
20191
20192 2000-07-05 Gerd Moellmann <gerd@gnu.org>
20193
20194 * Makefile.in (DONTCOMPILE): Add comment that the name may
20195 not be changed without changing the make-dist script.
20196
20197 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
20198 (cl-mapc): Use mapc instead of cl-old-mapc.
20199
20200 2000-07-05 Andrew Innes <andrewi@gnu.org>
20201
20202 * makefile.nt: Add support for `bootstrap' and related targets.
20203
20204 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
20205
20206 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
20207 (easy-menu-do-define): Use `menu-item' format.
20208 Handle case where easy-menu-create-menu returns a symbol.
20209 Manually call the potential top-level filter in the function binding.
20210 (easy-menu-filter-return): New arg NAME.
20211 Convert to a keymap if MENU is an XEmacs menu.
20212 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
20213 (easy-menu-converted-items-table, easy-menu-convert-item):
20214 New var and fun to memoize easy-menu-convert-item-1.
20215 (easy-menu-do-add-item): Use it.
20216 (easy-menu-create-menu): Use easy-menu-convert-item.
20217 Wrap easy-menu-filter-return around any :filter specification.
20218 Don't convert the menu if a filter was specified.
20219 Tell easy-menu-make-symbol not to check for MENU being an expression.
20220 (easy-menu-make-symbol): New arg NOEXP.
20221
20222 2000-07-05 Gerd Moellmann <gerd@gnu.org>
20223
20224 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
20225 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
20226 (eval-defun): If called with prefix arg, instrument code for
20227 Edebug.
20228
20229 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
20230 similar to that of eval-defun.
20231
20232 2000-07-04 Dave Love <fx@gnu.org>
20233
20234 * hl-line.el (hl-line-overlay): Make it permanent-local.
20235
20236 * calendar/todo-mode.el: Replaced with a working version, based on
20237 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
20238
20239 2000-07-03 Miles Bader <miles@lsi.nec.co.jp>
20240
20241 * paths.el (prune-directory-list): New function.
20242 (Info-default-directory-list): Rewritten to more methodically
20243 enumerate a big list of possible info directories (based on the
20244 list used by the standalone info reader).
20245
20246 * info.el (info-initialize): Use prune-directory-list to remove
20247 non-existent directories from Info-directory-list.
20248
20249 * paths.el (Info-default-directory-list): Try a list of possible
20250 info-directories instead of a single one. Add the possible
20251 info directory "/usr/share/info".
20252
20253 * woman.el (woman-man.conf-path): Explicitly include the debian
20254 man-db config file "/etc/manpath.config".
20255 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
20256 are present in `manpath.config'.
20257 (woman-manpath): Include "/usr/share/man".
20258
20259 2000-07-03 Gerd Moellmann <gerd@gnu.org>
20260
20261 * frame.el (blink-cursor-mode): Don't hide cursor initially.
20262
20263 * startup.el (command-line): Initialize blink-cursor based
20264 on window-system.
20265
20266 * frame.el (blink-cursor): Default to nil if not running under
20267 a window-system.
20268
20269 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
20270 (face-x-resources): Remove duplicate entry for :font.
20271
20272 * textmodes/refer.el (refer-find-entry-internal): Use some-window
20273 instead of cycling through windows with next-window.
20274
20275 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
20276 of cycling through windows with next-window.
20277
20278 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
20279 of cycling through windows with next-window.
20280
20281 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
20282 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
20283 instead of cycling through windows with next-window.
20284
20285 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
20286 instead of cycling through windows with next-window.
20287
20288 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
20289 of cycling through windows with next-window.
20290
20291 * terminal.el (te-process-output): Use walk-windows instead of
20292 cycling through windows with next-window.
20293
20294 * server.el (server-switch-buffer): Use some-window instead of
20295 cycling through windows with next-window.
20296
20297 * window.el (some-window): New function.
20298 (walk-windows): Remove reference to walk-windows-start.
20299
20300 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
20301
20302 2000-07-03 Richard Stallman <rms@gnu.org>
20303
20304 * window.el (walk-windows): Guarantee termination by keeping a list
20305 of all the windows already handled.
20306
20307 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
20308
20309 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
20310 window-system.
20311
20312 * man.el (Man-notify-when-ready): Don't use window-system. If
20313 Man-notify-method is newframe, and the display is not
20314 multi-frame, select the frame created for the man page.
20315 (Man-init-defvars): Doc fix.
20316
20317 2000-06-28 Gerd Moellmann <gerd@gnu.org>
20318
20319 * faces.el (region): Change background color for light background.
20320
20321 * ediff-wind.el (ediff-setup-control-frame): Remove :box
20322 attribute from mode-line face of Ediff control frame.
20323
20324 * replace.el (query-replace-map): Bind `e' like `E'.
20325
20326 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
20327
20328 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
20329 Change name to "Select All".
20330
20331 * dos-fns.el (convert-standard-filename): Fix last change.
20332
20333 2000-06-27 Gerd Moellmann <gerd@gnu.org>
20334
20335 * help.el (describe-variable): Don't insert a second `'s' in front
20336 of the string `value is shown below'. Since the syntax-table is
20337 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
20338 an existing `'s', so that this won't be deleted.
20339
20340 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
20341 * pcmpl-unix.el: New files.
20342
20343 2000-06-26 Stefan Monnier <monnier@cs.yale.edu>
20344
20345 * wid-edit.el (widget-member): Use the new plist-member.
20346
20347 2000-06-26 Gerd Moellmann <gerd@gnu.org>
20348
20349 * replace.el (perform-replace): Undo change of 2000-04-04.
20350 Instead, move backward 1 character at the end of the loop when
20351 necessary.
20352
20353 * faces.el (fringe): Change face for different backgrounds.
20354
20355 * eshell/esh-module.el (toplevel): Load defgroup's differently;
20356 patch from John.
20357
20358 * eshell/*.el: Change spelling of the Free Software Foundation.
20359
20360 * eshell/esh-toggle.el: Removed.
20361
20362 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
20363
20364 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
20365 interactively.
20366
20367 2000-06-26 Alex Schroeder <alex@gnu.org>
20368
20369 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
20370 `define-key'; instead of checking `(emacs-version)' check for
20371 `set-keymap-parent' and `set-keymap-name' directly. Add entries
20372 for `;' and `o' which might be electric.
20373
20374 (sql-electric-stuff): New user option.
20375 (sql-magic-go): New function which uses `sql-electric-stuff'.
20376 (sql-magic-semicolon): New function which uses
20377 `sql-electric-stuff'.
20378
20379 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
20380 is not fboundp.
20381
20382 (sql-oracle-options): New variable.
20383 (sql-oracle): Use it.
20384
20385 (sql-imenu-generic-expression): Doc change.
20386 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
20387 is used.
20388
20389 (sql-informix): Added command line parameter "-" to force
20390 sql-informix-program to use stdout.
20391
20392 2000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
20393
20394 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
20395 (cp864-decode-table): Doc fix.
20396 (cp720-decode-table): New variable, supports the Arabic OEM
20397 codepage used by Windows.
20398 (cp737-decode-table): New, Greek OEM codepage used by Windows.
20399
20400 2000-06-23 Dave Love <fx@gnu.org>
20401
20402 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
20403 (font-lock-fontify-anchored-keywords): Use
20404 line-beginning-position.
20405 (global-font-lock-mode): Use mapc.
20406
20407 2000-06-23 Stefan Monnier <monnier@cs.yale.edu>
20408
20409 * eshell/esh-module.el: Require CL when compiling.
20410
20411 2000-06-23 Gerd Moellmann <gerd@gnu.org>
20412
20413 * comint.el (comint-substitute-in-file-name): Call replace-match
20414 with second and third arg t.
20415
20416 * cus-edit.el (custom-button-face, custom-button-pressed-face):
20417 Specify foreground color.
20418
20419 * faces.el (tool-bar, mode-line, header-line): Specify foreground
20420 color.
20421
20422 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
20423
20424 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
20425 cddr instead of cdddr.
20426
20427 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
20428 instead of copy-list.
20429
20430 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
20431 of copy-list.
20432
20433 * subdirs.el: Add eshell subdirectory.
20434
20435 * eshell: New subdirectory containing the Eshell package.
20436
20437 * pcomplete.el: New file.
20438
20439 2000-06-23 Paul Eggert <eggert@twinsun.com>
20440
20441 * mail/mailpost.el (post-mail-send-it): Make sure file has
20442 proper permissions from birth.
20443
20444 * files.el (basic-save-buffer-2): When temporarily setting
20445 file modes, set them to current modes plus 0200, not to 0777.
20446
20447 * emerge.el (emerge-make-temp-file): Make sure file has proper
20448 permissions from birth.
20449
20450 2000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
20451
20452 * files.el (make-backup-file-name-1): On DOS/Windows, run the
20453 backup file name through convert-standard-filename.
20454
20455 * dos-fns.el (convert-standard-filename): Convert leading
20456 directories as well. When long file names are supported, convert
20457 characters that are invalid in Windows file names.
20458
20459 2000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20460
20461 * ps-print.el: Fix bug: if ^L is the very first buffer character,
20462 ps-print crashes. New feature: page selection for printing. Create
20463 raw-text-unix coding system for XEmacs. Doc fix.
20464 (ps-print-version): New version number (5.2.3).
20465 (ps-plot-region): Bug fix.
20466 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
20467 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
20468 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
20469 funs.
20470 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
20471 (ps-last-page): New vars.
20472
20473 2000-06-21 Gerd Moellmann <gerd@gnu.org>
20474
20475 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
20476 empty option string.
20477
20478 2000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
20479
20480 * man.el (man): Doc fix.
20481
20482 2000-06-21 Kenichi Handa <handa@etl.go.jp>
20483
20484 * international/mule-cmds.el (set-language-info-alist): Docstring
20485 fixed.
20486
20487 2000-06-20 Gerd Moellmann <gerd@gnu.org>
20488
20489 * version.el (emacs-version): Use ISO date format.
20490
20491 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
20492 instead of `M-backspace'.
20493
20494 * simple.el (turn-off-auto-fill): New function.
20495
20496 2000-06-20 Stefan Monnier <monnier@cs.yale.edu>
20497
20498 * jit-lock.el (with-buffer-prepared-for-jit-lock):
20499 Renamed from with-buffer-prepared-for-font-lock and use
20500 inhibit-modification-hooks rather than setting *-change-functions.
20501 Update all functions to use the new name.
20502 (jit-lock-first-unfontify-pos): New semantics (and doc).
20503 (jit-lock-mode): Make non-interactive.
20504 Don't automatically turn on font-lock.
20505 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
20506 Always use jit-lock-after-change.
20507 Remove and restore font-lock-after-change-function.
20508 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
20509 (jit-lock-after-unfontify-buffer): Remove.
20510 (jit-lock-stealth-fontify):
20511 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
20512 (jit-lock-after-change): Set the `fontified' text-prop to nil.
20513
20514 2000-06-20 Sam Steingold <sds@gnu.org>
20515
20516 * emacs-lisp/cl-indent.el (toplevel): Indent
20517 `print-unreadable-object' properly. Untabify.
20518
20519 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
20520
20521 * textmodes/reftex.el (reftex-find-citation-regexp-format):
20522 Support for bibentry.
20523 (reftex-compile-variables): Fixed problem with end of section-re.
20524
20525 * texmodes/reftex-dcr.el (reftex-view-crossref,
20526 reftex-view-crossref-from-bibtex):
20527 Deal with changed `reftex-find-citation-regexp-format'.
20528 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
20529 Replaced `remprop' with `put'.
20530 (reftex-view-crossref, reftex-view-crossref-when-idle):
20531 Support for bibentry.
20532
20533 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
20534 New entry for bibentry package.
20535
20536 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
20537 Regexp also matches "\nobibliography".
20538
20539 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
20540 Call `reftex-ensure-write-access' before doing anything.
20541 (reftex-ensure-write-access): New function.
20542
20543 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
20544
20545 * progmodes/idlwave.el: File re-installed (update to version 4.2)
20546
20547 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
20548
20549 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
20550
20551 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
20552
20553
20554 2000-06-20 Dave Love <fx@gnu.org>
20555
20556 * faces.el (frame-background-mode): Use set-default, not set, in
20557 setter.
20558 (frame-update-faces, frame-update-face-colors): Define with
20559 defalias.
20560
20561 * enriched.el (enriched-decode-foreground)
20562 (enriched-decode-background): Don't use internal-find-face.
20563
20564 * apropos.el: Doc fixes.
20565
20566 * cus-edit.el (customize-changed-options): Check arg.
20567 (customize-version-lessp): Don't require decimal point.
20568
20569 * custom.el (defcustom, defgroup): Doc fix.
20570
20571 * newcomment.el (comment) <defgroup>: Add :version.
20572 (comment-multi-line): Doc fix.
20573
20574 * emulation/mlsupport.el (define-hooked-local-abbrev,
20575 define-hooked-global-abbrev): Fix, using define-abbrev.
20576
20577 2000-06-19 Gerd Moellmann <gerd@gnu.org>
20578
20579 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
20580 the whole buffer.
20581
20582 2000-06-19 Dave Love <fx@gnu.org>
20583
20584 * menu-bar.el (menu-bar-options-save): New function.
20585 (menu-bar-options-menu): Use it.
20586 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
20587 Simplify.
20588
20589 2000-06-19 Andreas Schwab <schwab@suse.de>
20590
20591 * progmodes/etags.el (tags-query-replace): Put new parameters
20592 START and END at the end, for backward compatibility.
20593
20594 2000-06-19 Kenichi Handa <handa@etl.go.jp>
20595
20596 * international/codepage.el:
20597 (cp-coding-system-for-codepage-1): Delete special codes for
20598 generating xxx-dos coding system because now a CCL based coding
20599 system can handle EOL conversion by default.
20600
20601 * international/mule.el (make-coding-system): Generate subsidiary
20602 coding systems for EOL handling variants even for a CCL based
20603 coding system.
20604
20605 2000-06-19 Kenichi Handa <handa@etl.go.jp>
20606
20607 * international/isearch-x.el (isearch-minibuffer-input-method)
20608 (isearch-minibuffer-input-method-function): These variables
20609 deleted.
20610 (isearch-with-input-method): Don't use the above variables.
20611 (isearch-process-search-multibyte-characters): Likewise. Call
20612 read-string with the arg INHERIT-INPUT-METHOD t.
20613
20614 2000-06-17 Stefan Monnier <monnier@cs.yale.edu>
20615
20616 * font-lock.el (font-lock-after-fontify-buffer)
20617 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
20618
20619 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
20620 Use consistent make-local-variable style for font-lock-fontified.
20621 (jit-lock-fontify-buffer):
20622 Don't bother checking for font-lock-mode and jit-lock-mode.
20623
20624 * time.el: Remove trailing ^M that prevent CVS-merging.
20625
20626 2000-06-16 Gerd Moellmann <gerd@gnu.org>
20627
20628 * Makefile.in (distclean): New target.
20629
20630 2000-06-16 Stefan Monnier <monnier@cs.yale.edu>
20631
20632 * Makefile.in (srcdir): Define for update-subdirs.
20633
20634 2000-06-16 Gerd Moellmann <gerd@gnu.org>
20635
20636 * find-lisp.el: New file.
20637
20638 2000-06-16 Andrew Innes <andrewi@gnu.org>
20639
20640 * time.el (display-time-mail-function): New variable, to allow
20641 external packages to indicate when new mail is available.
20642 (display-time-update): Use it.
20643
20644 2000-06-16 Kenichi Handa <handa@etl.go.jp>
20645
20646 * international/mule.el (mule-version): Change version name to
20647 SAKAKI. AOI has already been used by Meadow.
20648
20649 * international/quail.el (quail-show-guidance-buf): To find the
20650 bottom window (but minibuffer), pay attention to the height of
20651 minibuffer.
20652
20653 2000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
20654
20655 * arc-mode.el (archive-mode-map): Use the new menu-item format for
20656 menu-bar menus. Add help strings. Don't remove the Edit menu
20657 from the menu bar, as the menu bar has enough space now.
20658
20659 * Makefile.in (SHELL): Make sure /bin/sh is used.
20660
20661 * woman.el (woman-man-buffer): Fix bold and underlined CJK
20662 characters, which use series of two ^H characters instead of one.
20663
20664 2000-06-15 Gerd Moellmann <gerd@gnu.org>
20665
20666 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
20667 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
20668 functions.
20669 (Info-find-node-2): Try a case-sensitive search first, then
20670 do a case-insensitive search.
20671
20672 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
20673 tutorials.
20674
20675 * complete.el (PC-env-vars-alist): New variable.
20676 (PC-complete-as-file-name): New function.
20677 (partial-completion-mode): Initialize PC-env-vars-alist from
20678 process-environment.
20679 (PC-do-completion): Handle completion of env vars.
20680
20681 * info.el (Info-set-mode-line): Show file name in mode line,
20682 use `*Info*' instead of `Info:'.
20683
20684 * startup.el (command-line-1): Change copyright messages to year
20685 2000.
20686
20687 2000-06-15 Dave Love <fx@gnu.org>
20688
20689 * net/goto-addr.el (goto-address-fontify): Use keymap property,
20690 not local-map.
20691
20692 2000-06-15 Kenichi Handa <handa@etl.go.jp>
20693
20694 * international/mule.el (set-buffer-file-coding-system): Almost
20695 rewritten to handle `undecided' as no-op.
20696
20697 2000-06-14 Gerd Moellmann <gerd@gnu.org>
20698
20699 * Makefile.in: New file.
20700
20701 * Makefile: Removed.
20702
20703 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
20704 (goto-address-highlight-keymap): Bind C-c RET.
20705
20706 2000-06-14 Kenichi Handa <handa@etl.go.jp>
20707
20708 * mail/sendmail.el (sendmail-send-it): The temporary buffer
20709 inherits buffer-file-coding-system of the current buffer.
20710
20711 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
20712 0. Give correct argument to set-auto-coding-function.
20713 (tar-expunge): For goto-char, use (point-min), not 0.
20714 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
20715 (tar-subfile-save-buffer): Likewize.
20716
20717 * international/mule.el
20718 (after-insert-file-set-buffer-file-coding-system): Call
20719 set-buffer-file-coding-system with the arg FORCE t.
20720
20721 2000-06-13 Gerd Moellmann <gerd@gnu.org>
20722
20723 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
20724 nil. Contemporary sendmails issue an X-Authentication-Warning if
20725 the sender is set with `-f'.
20726
20727 2000-06-13 Dave Love <fx@gnu.org>
20728
20729 * help.el (describe-function-1): Kluge around cases of functions
20730 fset to subrs whose doc doesn't match their symbol-name.
20731
20732 * image.el (insert-image): Default STRING to a space.
20733
20734 * info.el Doc fixes.
20735 (Info-build-node-completions): Match Ref tags.
20736
20737 2000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
20738
20739 * frame.el (display-multi-frame-p, display-multi-font-p): New
20740 defaliases for display-graphic-p.
20741
20742 * hl-line.el: Fixed a typo in commentary.
20743
20744 2000-06-13 Kenichi Handa <handa@etl.go.jp>
20745
20746 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
20747 fixed.
20748
20749 2000-06-12 Dave Love <fx@gnu.org>
20750
20751 * image.el (insert-image): Save a little consing.
20752
20753 2000-06-12 Kenichi Handa <handa@etl.go.jp>
20754
20755 * language/tibet-util.el: Convert all tibetan-1-column characters
20756 to the corresponding tibetan characters.
20757 (tibetan-add-components): Delete code for the special treatment of
20758 'a chung.
20759
20760 * language/tibetan.el (tibetan-composable-pattern): Fix previous
20761 change.
20762 (tibetan-vowel-transcription-alist): More rules added.
20763 (tibetan-composite-vowel-alist): New variable.
20764 (tibetan-precomposition-rule-alist): More rules added.
20765
20766 2000-06-12 Stefan Monnier <monnier@cs.yale.edu>
20767
20768 * startup.el (command-line): Only call menu-bar-mode if interactive.
20769
20770 * thingatpt.el (toplevel symbol-properties):
20771 * textmodes/makeinfo.el (makeinfo-compile):
20772 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
20773 * progmodes/hideif.el (hif-compress-define-list)
20774 (hide-ifdef-use-define-alist):
20775 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
20776 (ange-ftp-vms-add-file-entry):
20777 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
20778 * man.el (Man-build-man-command):
20779 * mail/rnewspost.el (news-reply-header-hook):
20780 * info.el (Info-insert-dir):
20781 * emulation/mlconvert.el (backward-word, forward-word, setq):
20782 * emacs-lisp/gulp.el (gulp-send-requests):
20783 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
20784 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
20785 (byte-optimize-apply, end of file):
20786 * emacs-lisp/advice.el (ad-advice-class-completion-table)
20787 (ad-make-freeze-definition):
20788 * startup.el (command-line, command-line-1): Don't quote lambdas.
20789
20790 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
20791 (cvs-cleanup-removed): New function.
20792 (cvs-cleanup-functions): New var.
20793 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
20794 some flexibility in specifying additional entries to auto-cleanup.
20795 (cvs-quickdir): New function.
20796 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
20797 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
20798 (cvs-mode-find-file): Check that we are on a filename or dirname
20799 when invoked through a mouse-click.
20800 (cvs-full-path): Remove.
20801 (cvs-dired-action): Re-introduced.
20802 (cvs-dired-noselect): Use it.
20803 (vc-post-command-functions): use this new hook if available.
20804
20805 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
20806 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
20807 (cvs-filename-map, cvs-dirname-map): Remove.
20808 (cvs-default-action): Remove.
20809 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
20810 if the arg is really a keymap.
20811 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
20812 Don't hardcode the mapping from state (aka type) to face, but check
20813 the var cvs-fi-<type>-face instead.
20814 (cvs-fileinfo-from-entries): New function.
20815
20816 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
20817 Docstring fix.
20818 (cvs-find-file-and-jump): Change default to be safer.
20819 (cvs-mode-diff-map): Define it as a function as well.
20820 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
20821 Bind mouse-2 in this global map rather than with text-properties.
20822
20823 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
20824 file to resolve the ambiguity between C(conflict) and C(need-merge).
20825
20826 2000-06-12 Kenichi Handa <handa@etl.go.jp>
20827
20828 * international/mule.el (set-buffer-file-coding-system): If
20829 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
20830 unconditionally.
20831
20832 2000-06-12 Dave Love <fx@gnu.org>
20833
20834 * wid-edit.el (widget-specify-button): Really suppress the face if
20835 required.
20836
20837 2000-06-11 Gerd Moellmann <gerd@gnu.org>
20838
20839 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
20840
20841 2000-06-11 Stefan Monnier <monnier@cs.yale.edu>
20842
20843 * imenu.el (imenu-generic-expression): Docstring fix.
20844
20845 * composite.el (composition-function-table): Move the `put'
20846 below the autoload cookie so we can load the file before loaddefs.
20847
20848 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
20849
20850 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
20851 Handle easy-mmode-define-global-mode.
20852 For complex macros like define-minor-mode that can generate
20853 several autoload entries, try to autoload entries in the
20854 macroexpanded code.
20855
20856 * emacs-lisp/easy-mmode.el (define-minor-mode):
20857 If KEYMAP is a symbol, just use it.
20858 Use byte-compile-current-file and load-file-name to infer the
20859 proper :require to pass to defcustom.
20860 Wrap the hook var into `progn' so as not to autoload it.
20861 Add a :autoload-end cookie.
20862 Be more careful about the evaluation of KEYMAP.
20863 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
20864 (define-derived-mode): Move define-abbrev-table outside of defvar.
20865
20866 2000-06-10 Stefan Monnier <monnier@cs.yale.edu>
20867
20868 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
20869 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
20870 (backup-compiled-files): Ignore errors during `tar'.
20871 (bootstrap): Make autoloads before elc files.
20872
20873 2000-06-10 Kenichi Handa <handa@etl.go.jp>
20874
20875 * international/mule.el (set-buffer-file-coding-system): If one of
20876 undecided-XXX is specified, change only EOL conversion.
20877
20878 * international/mule-conf.el (unix): New alias for the coding
20879 system undecided-unix.
20880
20881 2000-06-09 Dave Love <fx@gnu.org>
20882
20883 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
20884
20885 * progmodes/executable.el: Byte compile dynamic.
20886 (executable-insert): Change custom type.
20887 (executable-find): Add autoload cookie.
20888 (executable-make-buffer-file-executable-if-script-p): New
20889 function. After Noah Friedman.
20890
20891 * files.el (after-save-hook): Customize, with
20892 executable-make-buffer-file-executable-if-script-p as an option.
20893
20894 2000-06-09 Kenichi Handa <handa@etl.go.jp>
20895
20896 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
20897 "tib24p-mule.bdf" for Tibetan.
20898
20899 * composite.el (decompose-composite-char): Declare it as obsolete.
20900
20901 * man.el (Man-fontify-manpage): Pay attention to underline and
20902 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
20903
20904 2000-06-08 Gerd Moellmann <gerd@gnu.org>
20905
20906 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
20907 Set maintainer to FSF since author isn't reachable.
20908
20909 2000-06-08 Dave Love <fx@gnu.org>
20910
20911 * international/mule-cmds.el (select-safe-coding-system): If
20912 DEFAULT-CODING-SYSTEM is not specified, also check the most
20913 preferred coding-system if buffer-file-coding-system is
20914 `undecided'. From Handa.
20915
20916 2000-06-08 Kenichi Handa <handa@etl.go.jp>
20917
20918 * international/mule.el
20919 (after-insert-file-set-buffer-file-coding-system): If the buffer
20920 size is greater than INSERTED, judget that we are not visiting.
20921
20922 2000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
20923
20924 * whitespace.el (defgroup whitespace): Comment out `:version'.
20925 XEmacs 20.4 has problems defining the group with this present.
20926 We'll have this commented out till get resolve the problem.
20927
20928 2000-06-07 John Wiegley <johnw@gnu.org>
20929
20930 * align.el (align-dq-string-modes, align-sq-string-modes)
20931 (align-open-comment-modes): Add pyhton-mode.
20932 (align-rules-list): Use get-text-property instead of
20933 text-properties-at.
20934 (align-rules-list): Add python-assignment.
20935 (align-rules-list): Change perl-comma-delimiter to
20936 basic-comma-delimiter. Use if for Perl modes and python-mode.
20937 (align-rules-list): Add python-chain-logic and
20938 basic-line-continuation.
20939
20940 2000-06-07 Jari Aalto <jari.aalto@poboxes.com>
20941
20942 * apropos.el (apropos-mode-hook): New user variable.
20943 (apropos-mode): Run apropos-mode-hook.
20944
20945 2000-06-07 David Ponce <david@dponce.com>
20946
20947 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
20948 commands. Require `wid-edit' at run-time.
20949
20950 2000-06-07 David Ponce <david@dponce.com>
20951
20952 * recentf.el: Added some "Commentary".
20953 (recentf-open-more-files, recentf-edit-list): Minor changes to
20954 move the point at the top of the file list. This behaviour is
20955 consistent with the menu one when the list contains a lot of
20956 files.
20957 (recentf-cleanup): Now displays the number of items removed from
20958 the list.
20959 (recentf-relative-filter) New menu filter to show filenames
20960 relative to `default-directory'.
20961
20962 2000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20963
20964 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
20965 with/without giving an error if PostScript printer doesn't have this
20966 kind of page size. Zebra Stripe continues or restarts on next page.
20967 Manual/automatic paper feeding. Switch or not the header.
20968 (ps-print-version): New version number (5.2.2).
20969 (ps-windows-system): Include emx as a Windows system.
20970 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
20971 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
20972 (ps-background-text): Code fix.
20973 (ps-error-handler-message, ps-user-defined-prologue)
20974 (ps-print-prologue-header, ps-printer-name)
20975 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
20976 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
20977 (ps-use-face-background): Customization fix.
20978 (ps-n-up-database): Data fix.
20979 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
20980 (ps-switch-header): New vars.
20981 (ps-xemacs-color-name, ps-face-foreground-name)
20982 (ps-face-background-name, ps-boolean-constant): New funs.
20983
20984 2000-06-07 Dave Love <fx@gnu.org>
20985
20986 * allout.el: New version from Manheimer.
20987
20988 2000-06-07 Kenichi Handa <handa@etl.go.jp>
20989
20990 * textmodes/fill.el (fill-find-break-point): Check the validity of
20991 charset.
20992
20993 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
20994
20995 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
20996 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
20997 Call display-color-p and display-mouse-p instead of looking at
20998 window-system.
20999
21000 2000-06-06 Dave Love <fx@gnu.org>
21001
21002 * image.el (find-image): Doc fix. Return nil if image not found.
21003 (put-image, insert-image): Make STRING arg optional.
21004
21005 2000-06-06 Kenichi Handa <handa@etl.go.jp>
21006
21007 * language/vietnamese.el: Remove eval-when-compile.
21008 (viet-viscii-nonascii-translation-table): Define it as a
21009 translation table made from viet-viscii-decode-table.
21010 (viet-viscii-encode-table): Define it as a translation table made
21011 from the reverse map of above.
21012 (viet-vscii-nonascii-translation-table): Define it as a
21013 translation table made from viet-vscii-decode-table.
21014 (viet-vscii-encode-table): Define it as a translation table made
21015 from the reverse map of above.
21016 (ccl-decode-viscii): Use translate-character.
21017 (ccl-encode-viscii, ccl-encode-viscii-font)
21018 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
21019 Likewize.
21020
21021 * language/cyrillic.el: Remove eval-when-compile.
21022 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
21023 translation table made from cyrillic-koi8-r-decode-table.
21024 (cyrillic-koi8-r-encode-table): Define it as a translation table
21025 made from the reverse map of above.
21026 (ccl-decode-koi8): Use translate-character.
21027 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
21028 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
21029 a translation table made from cyrillic-alternativnyj-decode-table.
21030 (cyrillic-alternativnyj-encode-table): Define it as a translation
21031 table made from the reverse map of above.
21032 (ccl-decode-alternativnyj): Use translate-character.
21033 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
21034 Likewize
21035
21036 * international/mule-diag.el (non-iso-charset-alist): Specify
21037 translation table symbol instead of translation table itself.
21038 (list-block-of-chars): CHARSET may be a translation table symbol.
21039
21040 * international/mule.el (make-coding-system): If CODING-SYSTEM
21041 already exists, override it.
21042
21043 * international/fontset.el: Use family `proportional' for Tibetan
21044 fonts.
21045
21046 * international/ccl.el (ccl-compile-translate-character): Don't
21047 check if Rrr has property translation-table.
21048 (ccl-compile-map-multiple): Modified to avoid compiler warning.
21049
21050 2000-06-05 Gerd Moellmann <gerd@gnu.org>
21051
21052 * info.el: Bind case-fold-search to t when searching in case
21053 a user sets it to nil in a hook.
21054
21055 2000-06-05 Stefan Monnier <monnier@cs.yale.edu>
21056
21057 * autoarg.el (autoarg-mode, autoarg-kp-mode):
21058 * hl-line.el (hl-line-mode): Use the new :global key argument.
21059
21060 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
21061 (tar-clip-time-string): Prepend a space.
21062 (tar-grind-file-mode): Construct a string rather than modifying one.
21063 (tar-header-block-summarize): Fix docstring.
21064 Use `format' rather than an error-prone set of copy-loops.
21065
21066 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
21067 (diff-goto-source, diff-unified->context, diff-context->unified)
21068 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
21069 understand the format output by the `-p' argument to diff.
21070
21071 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
21072 (sh-re-done): Use defconst.
21073 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
21074 (sh-help-string-for-variable, sh-guess-basic-offset):
21075 Don't quote lambdas.
21076 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
21077 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
21078
21079 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
21080 (mh-letter-mode): Derive from text-mode.
21081 This implicitly means that it now calls kill-all-local-variables.
21082 Also remove the Emacs-18 compatibility code.
21083
21084 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
21085 Make use of symbol-property doc-string-elt.
21086 Use memq rather than a sequence of eq.
21087 (doc-string-elt): Fix the wrong or missing previously unused values.
21088 (autoload-print-form): New function extracted from
21089 generate-file-autoloads to allow recursion when handling progn
21090 so that defvar's and defun's docstrings are properly printed.
21091 (generate-file-autoloads): Use it.
21092
21093 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
21094 Use find-file-hooks in the minor-mode function.
21095 Be careful not to loop indefinitely in the post-command-hook function.
21096
21097 2000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
21098
21099 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
21100 tty's.
21101 * ediff-diff.el (ediff-exec-process): Use --binary for fine
21102 differences whenever appropriate.
21103 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
21104 * viper.el (find-file, find-file-other-window): Get viper to do
21105 wildcards.
21106
21107 2000-06-04 Stefan Monnier <monnier@cs.yale.edu>
21108
21109 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
21110 (jit-lock-fontify-buffer): New function for JIT refontification.
21111 (jit-lock-mode): Fix docstring.
21112 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
21113 Remove jit-lock-after-change from the _local_ hook.
21114 (jit-lock-function-1): Fix docstring.
21115
21116 * info.el (Info-on-current-buffer): Initialize info.
21117
21118 * newcomment.el (comment-indent): Ignore comment-indent-hook.
21119
21120 * progmodes/tcl.el (tcl-indent-for-comment):
21121 Ignore comment-indent-hook.
21122
21123 * emacs-lisp/easy-mmode.el: Require CL during compilation.
21124 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
21125 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
21126 and improve to use the lighter to guess the capitalization.
21127 (define-minor-mode): Inline code from easy-mmode-define-toggle.
21128 Add keyword arguments to specify global-ness or the custom group.
21129 Add local-map and help-echo properties to the lighter.
21130 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
21131 (easy-mmode-define-global-mode): New macro.
21132
21133 2000-06-02 Dave Love <fx@gnu.org>
21134
21135 * wid-edit.el: byte-compile-dynamic since we typically don't use
21136 all the widgets. Don't require cl or widget. Remove
21137 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
21138 (widget-read-event): Removed. Callers changed to use read-event.
21139 (widget-button-release-event-p): Renamed from
21140 button-release-event-p.
21141 (widget-field-add-space, widget-field-use-before-change):
21142 Uncustomize.
21143 (widget-specify-field): Use keymap property, not local-map.
21144 (widget-specify-button): Obey :suppress-face.
21145 (widget-specify-insert): Use modern backquote syntax.
21146 (widget-image-directory): Renamed from widget-glyph-directory.
21147 (widget-image-enable): Renamed from widget-glyph-enable.
21148 (widget-image-find): Replaces widget-glyph-find.
21149 (widget-button-pressed-face): Move defvar.
21150 (widget-image-insert): Replaces widget-glyph-insert.
21151 (widget-convert): Use keywordp.
21152 (widget-leave-text, widget-children-value-delete): Use mapc.
21153 (widget-keymap): Remove XEmacs stuff.
21154 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
21155 (widget-button-click): Don't set point at the click, but re-centre
21156 if we scroll out of window. Rewritten for images v. glyphs &c.
21157 (widget-tabable-at): Use POS arg, not point.
21158 (widget-beginning-of-line, widget-end-of-line)
21159 (widget-item-value-create, widget-sublist, widget-princ-to-string)
21160 (widget-sexp-prompt-value, widget-echo-help): Simplify.
21161 (widget-default-create): Use widget-image-insert; some rewriting.
21162 (widget-visibility-value-create)
21163 (widget-push-button-value-create, widget-toggle-value-create): Use
21164 widget-image-insert.
21165 (checkbox): Create on and off images dynamically.
21166 (documentation-link): Change :help-echo.
21167 (widget-documentation-link-echo-help): Remove.
21168
21169 2000-06-02 Stefan Monnier <monnier@cs.yale.edu>
21170
21171 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
21172
21173 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
21174 (easy-mmode-define-toggle, define-minor-mode): Use it.
21175 (easy-mmode-define-keymap): Docstring fix.
21176 (define-derived-mode): Default PARENT to fundamental-mode.
21177 Add the derived-mode-parent symbol-property.
21178 (easy-mmode-derived-mode-p): New function.
21179
21180 2000-06-02 Dave Love <fx@gnu.org>
21181
21182 * files.el (convert-standard-filename): Doc fix.
21183 (normal-backup-enable-predicate): New function.
21184 (backup-enable-predicate): Use it to replace the lambda form.
21185
21186 * calendar/todo-mode.el: [This needs more work on the outline
21187 stuff.] Doc fixes.
21188 (todo) <defgroup>: Add :version.
21189 (todo-add-category): Don't use pushnew.
21190 (todo-cmd-raise): Fix typo.
21191 (todo-top-priorities): Change temp buffer name.
21192 (todo-category-alist): Avoid redundant lambda.
21193 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
21194 Use outline-next-heading.
21195
21196 * autoarg.el: Rewritten to use define-minor-mode.
21197 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
21198 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
21199
21200 2000-06-02 Kenichi Handa <handa@etl.go.jp>
21201
21202 * isearch.el (isearch-other-meta-char): Fix previous change.
21203
21204 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
21205
21206 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
21207 (log-edit-done): Only add the comment to the ring if it's different
21208 from the last comment entered.
21209
21210 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
21211
21212 2000-06-01 Dave Love <fx@gnu.org>
21213
21214 * hl-line.el: Rewritten using define-minor-mode.
21215
21216 * help.el (describe-function-1): Distinguish special form from
21217 builtin function. Sanity-check presence of arglist for builtins.
21218
21219 2000-06-01 Kenichi Handa <handa@etl.go.jp>
21220
21221 * international/characters.el: Fix syntax/category setting of
21222 Tibetan characters.
21223
21224 * language/tibet-util.el (tibetan-add-components): Fixes for new
21225 encoding of Tibetan characters.
21226 (tibetan-decompose-precomposition-alist): New variable.
21227 (tibetan-decompose-region): Convert precomposed characters to
21228 non-precomposed characters.
21229 (tibetan-decompose-string): Likewise.
21230 (tibetan-composition-function): Fix args to
21231 thibetan-compose-string.
21232
21233 * language/tibetan.el (tibetan-composable-pattern): More
21234 characters included.
21235 (tibetan-consonant-transcription-alist): Rule for "R" added.
21236 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
21237 "+R" added.
21238 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
21239
21240 * language/lao-util.el (lao-composition-function): Fix args to
21241 compose-string.
21242
21243 * language/thai-util.el (thai-composition-function): Fix args to
21244 compose-string.
21245
21246 * isearch.el (isearch-update): Set disable-point-adjustment to t
21247 to prevent the point moving to the end of a composition when a
21248 part of a composition is searched.
21249 (isearch-other-meta-char): If the key invoking this command can be
21250 mapped by function-key-map to a printing char, call
21251 isearch-process-search-char directly.
21252
21253 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
21254
21255 * emacs-lisp/bytecomp.el:
21256 * frame.el:
21257 * international/mule-cmds.el:
21258 * international/mule-util.el:
21259 * international/mule.el:
21260 * mouse.el:
21261 * subr.el:
21262 * faces.el: Update calls to make-obsolete with a WHEN argument.
21263
21264 * byte-run.el (make-obsolete, make-obsolete-variable):
21265 Add an optional WHEN argument and change the format of the
21266 symbol-property information.
21267 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
21268 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
21269 new obsolete-symbol-property format and print WHEN if it is provided.
21270
21271 2000-05-31 Dave Love <fx@gnu.org>
21272
21273 * loadhist.el (loadhist-hook-functions): Remove
21274 before-change-function, after-change-function.
21275 (unload-feature): Deal with symbols which are both bound and
21276 fbound.
21277
21278 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
21279 before-change-function, after-change-function.
21280
21281 * simple.el (newline): Don't bind before-change-function,
21282 after-change-function.
21283
21284 2000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
21285
21286 * whitespace.el (whitespace-rescan-timer-time): Update interval
21287 set to 600 seconds (10 minutes) instead of 60 seconds since
21288 a large number of whitespace buffers causes emacs to `freeze'
21289 for a considerable amount of time.
21290
21291 * whitespace.el: Updated email address
21292
21293 2000-05-31 Dave Love <fx@gnu.org>
21294
21295 * add-log.el (change-log-font-lock-keywords) <function>: Add
21296 pattern for function of change.
21297 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
21298 acknowledgements patterns.
21299
21300 2000-05-31 Kenichi Handa <handa@etl.go.jp>
21301
21302 * isearch.el (isearch-printing-char): If keyboard coding system is
21303 being used, call isearch-process-search-multibyte-characters.
21304
21305 * international/isearch-x.el: Mostly rewritten.
21306
21307 * international/quail.el (quail-start-conversion): Don't include
21308 unhandled events in the returned events, but set them in
21309 unread-command-events. Exit if all inputs are deleted.
21310
21311 2000-05-30 Jason Rumney <jasonr@gnu.org>
21312
21313 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
21314
21315 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
21316 Reenable code to create initial fontsets.
21317 Use set-fontset-font in place of put-charset-property.
21318
21319 2000-05-30 Gerd Moellmann <gerd@gnu.org>
21320
21321 * progmodes/perl-mode.el (perl-indent-line): When looking for a
21322 label, ensure that the first colon isn't followed by another.
21323
21324 * paths.el (Info-default-directory-list): Doc fix.
21325
21326 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
21327 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
21328 send a query containing USER only, not USER@HOST.
21329
21330 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
21331 and rmail-msgend to compute the restriction at the end, instead of
21332 computing it.
21333
21334 2000-05-29 Gerd Moellmann <gerd@gnu.org>
21335
21336 * dabbrev.el (dabbrev-expand): Don't display messages in the
21337 echo area if the minibuffer window is active.
21338
21339 * jit-lock.el (jit-lock-mode): Add after change function to
21340 local hook.
21341
21342 2000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
21343
21344 * antlr-mode.el: New commands: hide/unhide actions,
21345 upcase/downcase literals.
21346 (antlr-tiny-action-length): New user option.
21347 (antlr-hide-actions): New command. Suggested by
21348 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
21349 (antlr-mode-map): New binding [C-c C-v].
21350 (antlr-mode-menu): New entries.
21351 (antlr-downcase-literals): New command.
21352 (antlr-upcase-literals): Ditto.
21353
21354 * antlr-mode.el: Minor changes: indendation, mode-name.
21355 (antlr-indent-line): Indent cpp directive at column 0.
21356 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
21357
21358 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
21359 (antlr-font-lock-additional-keywords): Workaround for intentional
21360 bug in XEmacs version of font-lock.
21361 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
21362 be used by a smarter version of `buffers-menu-grouping-function'.
21363
21364 2000-05-29 Gerd Moellmann <gerd@gnu.org>
21365
21366 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
21367 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
21368
21369 2000-05-29 Kenichi Handa <handa@etl.go.jp>
21370
21371 * international/encoded-kb.el
21372 (encoded-kbd-iso2022-designation-map): Pay attention to that
21373 charset-iso-final-char return -1 for eight-bit-control and
21374 eight-bit-graphic.
21375
21376 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
21377
21378 * speedbar.el (speedbar-use-images, speedbar-update-flag)
21379 (speedbar-easymenu-definition-base): Use display-graphic-p where
21380 available, instead of window-system.
21381
21382 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
21383
21384 * international/codepage.el (cp-coding-system-for-codepage-1): Add
21385 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
21386 coding systems.
21387
21388 2000-05-26 Dave Love <fx@gnu.org>
21389
21390 * disp-table.el (standard-display-underline): Don't use
21391 internal-find-face.
21392
21393 * mail/reporter.el: Maintainer change. Doc fixes.
21394 (reporter-version): Deleted.
21395
21396 * emacs-lisp/elp.el: Maintainer change.
21397 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
21398
21399 2000-05-26 Stefan Monnier <monnier@cs.yale.edu>
21400
21401 * add-log.el (add-change-log-entry): Merge the current entry with the
21402 previous one if the previous one is empty.
21403
21404 2000-05-26 Dave Love <fx@gnu.org>
21405
21406 * loadhist.el (unload-feature): Fix interactive spec [from
21407 lijnzaad@ebi.ac.uk].
21408
21409 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
21410 subr-arity to check primitives.
21411 (byte-compile-flush-pending, byte-compile-file-form-progn)
21412 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
21413 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
21414 mapcar.
21415
21416 2000-05-26 Kenichi Handa <handa@etl.go.jp>
21417
21418 * international/fontset.el: Set family names of non-latin charsets
21419 in default fontset to "*".
21420
21421 * international/mule-diag.el (print-fontset): Combine family part
21422 and registry part of the fontname by "-*-" instead of "-".
21423
21424 * international/mule-cmds.el (encode-coding-char): Make strings
21425 multibyte before calling encode-coding-string.
21426
21427 2000-05-25 Stefan Monnier <monnier@cs.yale.edu>
21428
21429 * derived.el: Fix keywords.
21430 (define-derived-mode): Only define if needed.
21431
21432 * simple.el (fill-comment, comment-column, comment-start)
21433 (comment-start-skip, comment-end, comment-indent-function)
21434 (block-comment-start, block-comment-end, indent-for-comment)
21435 (set-comment-column, kill-comment, comment-padding, comment-region)
21436 (comment-multi-line, indent-new-comment-line): Remove.
21437
21438 * bindings.el (esc-map): Change ; to comment-dwim and use the new
21439 function names for comment operations.
21440
21441 * newcomment.el: Add abundant autoload cookies.
21442 (comment-style): Don't depend on runtime data at compile-time.
21443 (comment-indent-hook): Remove.
21444 (comment-indent): Check if comment-indent-hook is bound.
21445 (comment-region): Docstring fix.
21446
21447 2000-05-25 Dave Love <fx@gnu.org>
21448
21449 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
21450 byte-code-function-p.
21451
21452 * mail/rmailsum.el: Add provide.
21453
21454 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
21455
21456 * smerge-mode.el (smerge-diff-switches): Don't use list* in
21457 defcustom.
21458
21459 2000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
21460
21461 * ediff-diff.el (ediff-exec-process): delete --binary option from
21462 non-buffer ediff jobs.
21463
21464 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
21465
21466 * hilit-chg.el (highlight-changes-mode): Ask about color or
21467 grayscale support, not about window-system.
21468
21469 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
21470 window-system.
21471 (ffap-highlight): Always default to t.
21472
21473 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
21474 display-popup-menus-p instead of looking at window-system.
21475
21476 * disp-table.el (standard-display-g1, standard-display-graphic):
21477 Only refuse to use string glyphs on X and MS-Windows.
21478
21479 * avoid.el: Remove window-system from commentary, suggest to use
21480 display-*-p instead.
21481
21482 * apropos.el (apropos-print): Use display-mouse-p instead of
21483 window-system.
21484
21485 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
21486
21487 * international/codepage.el (cp-decoding-vector-for-codepage):
21488 Fill up unsupported characters with their own codes. From Kenichi
21489 Handa.
21490
21491 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
21492
21493 * international/mule-diag.el (describe-char-after): Use
21494 display-graphic-p instead of window-system, so that this function
21495 works on MS-DOS.
21496
21497 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
21498
21499 * international/codepage.el (cp-make-coding-systems-for-codepage):
21500 Remove the eight-bit-graphic and eight-bit-control charsets from
21501 the list of charsets which we convert into `?'.
21502
21503 2000-05-25 Kenichi Handa <handa@etl.go.jp>
21504
21505 * international/mule-conf.el: Specify CHARSET-ID explicitely for
21506 private charsets.
21507 (mule-unicode-0100-24ff, japanese-jisx0213-1,
21508 japanese-jisx0213-2): New charsets.
21509
21510 * international/fontset.el: Setup default fontset for new charsets.
21511
21512 2000-05-24 Dave Love <fx@gnu.org>
21513
21514 * info.el (Info-find-node-2): Restructure [following "Vadim
21515 S. Solomin" <sovs@uic.nnov.ru>].
21516
21517 * icomplete.el: Fix header for Finder.
21518
21519 2000-05-24 Eric M. Ludlam <zappo@ultranet.com>
21520
21521 * rmailout.el (rmail-output-to-rmail-file): Added optional param
21522 STAY.
21523
21524 * rmail.el (rmail-automatic-folder-directives): New user variable.
21525 (rmail-show-message): Add call to `rmail-auto-file' during
21526 display.
21527 (rmail-auto-file): New function.
21528
21529 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
21530
21531 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
21532 account.
21533 (ediff-test-utility,ediff-diff-mandatory-option)
21534 (ediff-reset-diff-options): Utilities for proper initialization of
21535 ediff-diff-options and ediff-diff3-options on Windows.
21536
21537 * ediff-init.el (ediff-merge-filename-prefix): New customizable
21538 variable.
21539
21540 * ediff-mult.el (ediff-filegroup-action): Use
21541 ediff-merge-filename-prefix.
21542
21543 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
21544
21545 * viper-ex.el (ex-write): Set selective display to nil.
21546
21547 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
21548
21549 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
21550 aliases for hebrew-iso-8bit.
21551
21552 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
21553
21554 * woman.el: New version from Francis J. Wright
21555 <F.J.Wright@Maths.QMW.ac.uk>.
21556 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
21557 names in environment variables regardless of the path separator.
21558 (woman-topic-all-completions-1): Don't call file-name-directory-p
21559 on all files, since woman-file-regexp already filters out any
21560 directories.
21561
21562 2000-05-24 Kenichi Handa <handa@etl.go.jp>
21563
21564 * international/quail.el (quail-start-translation): Don't change
21565 modified-p of the current buffer.
21566 (quail-start-conversion): Likewise.
21567
21568 * international/kkc.el (kkc-region): Don't change modified-p of
21569 the current buffer.
21570
21571 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
21572 conform to RFC1468.
21573 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
21574
21575 2000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
21576
21577 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
21578 (speedbar-insert-button): Invisible text property fix.
21579 (speedbar-directory-plus): Renamed from speedbar-directory-+
21580 (speedbar-directory-minus): Renamed from speedbar-directory--
21581 (speedbar-page-plus): Renamed from speedbar-file-+
21582 (speedbar-page-minus): Renamed from speedbar-file--
21583 (speedbar-page): Renamed from speedbar-file-
21584 (speedbar-tag): Renamed from speedbar-tag-
21585 (speedbar-tag-plus): Renamed from speedbar-tag-+
21586 (speedbar-tag-minus): Renamed from speedbar-tag--
21587 (speedbar-expand-image-button-alist): Use above renames.
21588
21589 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
21590 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
21591 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
21592 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
21593 * sb-pg.xpm: Renamed from sb-file.xpm
21594 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
21595 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
21596
21597 2000-05-24 Kenichi Handa <handa@etl.go.jp>
21598
21599 * international/quail.el (quail-show-guidance-buf): Set
21600 current-input-method of the guidance buffer to the name of the
21601 curren input method.
21602
21603 2000-05-23 Stefan Monnier <monnier@cs.yale.edu>
21604
21605 * progmodes/compile.el (compile-internal): Style typo.
21606
21607 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
21608 quote vars and functions in the docstring.
21609
21610 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
21611
21612 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
21613 Don't quote lambdas.
21614
21615 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
21616
21617 2000-05-23 Gerd Moellmann <gerd@gnu.org>
21618
21619 * startup.el (command-line): Determine source file of compiled
21620 user init file differently. Warn if compiled user init file
21621 is older than its source file.
21622
21623 * ffap.el (ffap-url-regexp): Add `https'.
21624
21625 2000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
21626
21627 * files.el (make-backup-file-name-1): Replace slashes with `!'
21628 rather than `|' (which is not allowed on Windows). Replace the
21629 drive letters with a string "drive_X".
21630
21631 2000-05-23 Gerd Moellmann <gerd@gnu.org>
21632
21633 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
21634
21635 * files.el (interpreter-mode-alist): Add `bash2'.
21636
21637 2000-05-22 Dave Love <fx@gnu.org>
21638
21639 * loadhist.el (feature-symbols, file-provides, file-requires): Use
21640 mapc.
21641 (feature-file): Avoid calling symbol-name. Doc fix.
21642 (file-set-intersect, file-dependents): Use dolist, not mapcar.
21643 (loadhist-hook-functions): Add mouse-position-function.
21644 (unload-feature): Change uses of mapcar.
21645
21646 * files.el (parse-colon-path): Doc fix.
21647 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
21648 (set-auto-mode): Use mapc.
21649
21650 * complete.el (PC-look-for-include-file): Use :alnum: character
21651 class.
21652 (partial-completion-mode): Add autoload cookie.
21653
21654 2000-05-22 Sam Steingold <sds@gnu.org>
21655
21656 * info.el (Info-fontify-node): Fixed the call to
21657 `add-text-properties' (bug introduced on 2000-05-18).
21658
21659 2000-05-22 Dave Love <fx@gnu.org>
21660
21661 * bindings.el: Remove debug-ignored-errors set in other files.
21662
21663 * progmodes/etags.el: Add to debug-ignored-errors.
21664 (visit-tags-table-buffer): Clear out buffers holding old tables
21665 when making a new list.
21666 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
21667 mapc.
21668
21669 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
21670 quote keywords.
21671 (cmpl-string-case-type): Use character classes.
21672
21673 * comint.el:
21674 * textmodes/ispell.el:
21675 * imenu.el:
21676 * mail/mh-e.el:
21677 * progmodes/compile.el: Add to debug-ignored-errors.
21678
21679 * dabbrev.el: Add to debug-ignored-errors.
21680 (dabbrev-completion): Use mapc.
21681
21682 2000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
21683
21684 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
21685 (woman-mapcan, woman-parse-man.conf)
21686 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
21687 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
21688 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
21689 path syntax better.
21690 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
21691 (woman-manpath): Call woman-parse-man.conf.
21692 (woman-emulation): New defcustom, defaults to nroff.
21693 (woman-font-support): New defconst.
21694 (woman-use-symbol-font): New defcustom.
21695 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
21696 "Emulation".
21697 Many functions: Doc fix.
21698
21699 2000-05-22 Kenichi Handa <handa@etl.go.jp>
21700
21701 * international/quail.el (quail-simple-translation-keymap): Map
21702 128..255 to quail-self-insert-command.
21703 (quail-keyboard-layout-alist): Add definition for "pc102-de".
21704
21705 2000-05-22 Stefan Monnier <monnier@cs.yale.edu>
21706
21707 * help.el (help-manyarg-func-alist): Typo.
21708
21709 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
21710 intervals which makes it heaps simpler.
21711
21712 * newcomment.el (comment-region-internal): Go back to BEG after quoting
21713 the nested comment markers.
21714
21715 * subr.el (remove-hook): Don't turn the hook's value into a list.
21716
21717 2000-05-21 Dave Love <fx@gnu.org>
21718
21719 * edmacro.el (edmacro-parse-keys): Return vector if any elements
21720 are invalid characters.
21721
21722 * international/mule-util.el (detect-coding-with-priority): Use
21723 mapc. Remove redundant lambda.
21724
21725 * international/mule-diag.el (list-non-iso-charset-chars)
21726 (describe-fontset): Remove redundant lambda.
21727
21728 * emulation/crisp.el (brief-mode): New alias.
21729
21730 * emacs-lisp/ring.el (ring-elements): New function.
21731
21732 * emacs-lisp/easymenu.el (easy-menu-create-menu)
21733 (easy-menu-do-add-item): Use keywordp.
21734
21735 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
21736
21737 * replace.el: Doc and error message fixes.
21738 (replace-highlight): Use facep, not internal-find-face.
21739
21740 2000-05-20 Stefan Monnier <monnier@cs.yale.edu>
21741
21742 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
21743
21744 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
21745 (log-edit-insert-changelog): Drop `:' as well.
21746
21747 * log-view.el: Fix file description.
21748 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
21749 available.
21750 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
21751 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
21752
21753 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
21754 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
21755 Print a status message if the toggle is called interactively.
21756 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
21757 for global minor modes and use `defcustom' for them.
21758 Use add-minor-mode.
21759 (easy-mmode-define-derived-mode): Remove.
21760 (define-derived-mode): Fancier default docstring.
21761 (easy-mmode-define-navigation): Signal an error rather than (ding).
21762
21763 * newcomment.el (comment-styles): New `box-multi'.
21764 (comment-normalize-vars): Better default for comment-continue to
21765 avoid whitespace-only continuations.
21766 (comment-search-forward): Always move even in the no-syntax case.
21767 (comment-padright): Only obey N if it's only obeyed for padleft.
21768 (comment-make-extra-lines): Better handling of empty continuations.
21769 Use `=' for the filler if comment-start has only one character.
21770 (uncomment-region): Try handling the special `=' filler.
21771 (comment-region): Allow LINES even if MULTI is nil.
21772 (comment-box): Choose box style based on comment-style.
21773
21774 2000-05-20 Kenichi Handa <handa@etl.go.jp>
21775
21776 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
21777 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
21778
21779 2000-05-20 Kenichi HANDA <handa@etl.go.jp>
21780
21781 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
21782 and insert, not subst-char-in-region.
21783
21784 * international/mule-diag.el (list-character-sets-1): Handle
21785 charsets eight-bit-control and eight-bit-graphic.
21786 (list-iso-charset-chars): Likewise.
21787 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
21788 charactes as is. Use indent-to to align characters.
21789
21790 * international/mule-cmds.el (find-multibyte-characters): Never
21791 exclude charsets eight-bit-control and eight-bit-graphic.
21792
21793 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
21794
21795 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
21796 Don't quote lambdas.
21797
21798 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
21799
21800 2000-05-19 Gerd Moellmann <gerd@gnu.org>
21801
21802 * gud.el (gud-jdb-directories): Doc fix.
21803
21804 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
21805
21806 * newcomment.el: New file.
21807
21808 2000-05-19 Gerd Moellmann <gerd@gnu.org>
21809
21810 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
21811
21812 2000-05-18 Andreas Schwab <schwab@suse.de>
21813
21814 * dired.el (dired-between-files): Also skip lines beginning with
21815 `used'.
21816
21817 2000-05-18 Gerd Moellmann <gerd@gnu.org>
21818
21819 * msb.el (msb-menu-cond): Add choice `user'.
21820
21821 2000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
21822
21823 * ps-print.el: Compatibility, customization and doc fix.
21824 (ps-printer-name-option): Replace defconst by defvar.
21825 (ps-postscript-code-directory): XEmacs compatibility.
21826 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
21827 fix.
21828 (ps-user-defined-prologue, ps-print-prologue-header)
21829 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
21830 compatibility and code fix.
21831 (ps-print-background-image, ps-print-background-text):
21832 Customization fix.
21833 (ps-line-number-start, ps-n-up-on): New vars.
21834
21835 2000-05-18 Espen Skoglund <esk@ira.uka.de>
21836
21837 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
21838 the indent-comment function to just return the appropriate indent.
21839
21840 2000-05-18 Eric M. Ludlam <zappo@ultranet.com>
21841
21842 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
21843 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
21844 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
21845
21846 2000-05-18 Dave Love <fx@gnu.org>
21847
21848 * info.el (Info-fontify-node): Add intangible property as well as
21849 invisible.
21850
21851 * calendar/appt.el (appt-make-list): Match all lines of entry.
21852 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
21853
21854 2000-05-18 Kenichi Handa <handa@etl.go.jp>
21855
21856 * international/mule-diag.el (describe-char-after): Call
21857 internal-char-font, not char-font. If internal-char-font returns
21858 nil, display "-- none --".
21859
21860 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
21861
21862 * image.el (image-type-available-p): Don't reference image-types
21863 if it isn't bound.
21864
21865 2000-05-17 Stefan Monnier <monnier@cs.yale.edu>
21866
21867 * autoarg.el (autoarg-mode): Typo in the :set argument.
21868
21869 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
21870
21871 * startup.el (command-line-1): Don't signal an error if the
21872 directory for auto-save-list files does not yet exist.
21873
21874 2000-05-17 Kenichi Handa <handa@etl.go.jp>
21875
21876 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
21877
21878 2000-05-16 Stefan Monnier <monnier@cs.yale.edu>
21879
21880 * subr.el (remove-hook): `setq' hook-value, not `set'.
21881
21882 2000-05-16 Sam Steingold <sds@gnu.org>
21883
21884 * info.el (debug-ignored-errors): More errors to ignore.
21885
21886 2000-05-16 Dave Love <fx@gnu.org>
21887
21888 * cus-edit.el: Don't require cl or easymenu.
21889 (custom-variable-prompt): Test standard-value property, not
21890 user-variable-p.
21891
21892 2000-05-16 Sam Steingold <sds@gnu.org>
21893
21894 * subr.el (add-hook): `setq' hook-value, not `set'.
21895
21896 2000-05-16 Gerd Moellmann <gerd@gnu.org>
21897
21898 * startup.el (command-line-1): Mention the FAQ in the startup
21899 message.
21900
21901 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
21902
21903 * progmodes/compile.el (compilation-parse-errors): Collect
21904 `nomessage' regexps last.
21905
21906 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
21907
21908 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
21909 to the function name.
21910
21911 2000-05-15 Dave Love <fx@gnu.org>
21912
21913 * speedbar.el (speedbar-recenter): Typo.
21914 (speedbar-expand-line): Make arg optional.
21915 (speedbar-mode): Avoid a compiler warning.
21916
21917 2000-05-15 Gerd Moellmann <gerd@gnu.org>
21918
21919 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
21920 user-specified option string is empty.
21921
21922 * mouse.el (mouse-yank-at-click): Doc fix.
21923
21924 2000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
21925
21926 * term/internal.el (IT-character-translations): More updates of
21927 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
21928 documents.
21929
21930 2000-05-15 Gerd Moellmann <gerd@gnu.org>
21931
21932 * env.el (getenv): New function, interactively callable.
21933 (setenv, getenv): Remove autoload cookies.
21934
21935 * loadup.el: Load `env'.
21936
21937 * progmodes/f90.el: Change author's mail address.
21938
21939 2000-05-14 Dave Love <fx@gnu.org>
21940
21941 * mail/rmail.el (rmail-show-message-hook): Customize and offer
21942 goto-addr as an option.
21943
21944 * help.el (help-xref-stack): Doc fix.
21945 (help-xref-following): New variable.
21946 (help-make-xrefs): Use it.
21947 (help-xref-go-back): Use position information from stack element.
21948 (help-follow): Make position in stack element a pair. Use
21949 help-xref-following.
21950
21951 * autoarg.el: New file.
21952
21953 * faces.el: Declare more functions obsolete.
21954
21955 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
21956 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
21957 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
21958 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
21959 Remove all the setup-...-environment functions.
21960
21961 2000-05-13 Eric M. Ludlam <zappo@ultranet.com>
21962
21963 * speedbar.el: Updated the commentary section. xemacs20p now uses
21964 >= when detecting. Require `defimage' safely.
21965 (speedbar-easymenu-definition-base): Add toggle for images.
21966 (speedbar-easymenu-definition-special): Add flush cache & expand.
21967 (speedbar-visiting-tag-hook): Set new defaults. Added options.
21968 (speedbar-reconfigure-keymaps-hook): New variable.
21969 (speedbar-frame-parameters): Updated documentation.
21970 (speedbar-use-imenu-flag): Updated custom tag
21971 (speedbar-dynamic-tags-function-list): New variable.
21972 (speedbar-tag-hierarchy-method): Updated doc & custom.
21973 (speedbar-indentation-width, speedbar-indentation-width) New
21974 variables.
21975 (speedbar-hide-button-brackets-flag): Customizable.
21976 (speedbar-vc-indicator): Doc update.
21977 (speedbar-ignored-path-expressions): Updated default value.
21978 (speedbar-supported-extension-expressions): Updated default value.
21979 (speedbar-syntax-table): Remove {} paren status.
21980 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
21981 as "+". Added overlay aliases.
21982 (speedbar-mode): Use `speedbar-mode-line-update' instead of
21983 `force-mode-line-update'.
21984 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
21985 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
21986 `mouse-set-point'
21987 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
21988 (speedbar-item-info-tag-helper): Revamped to handle a wider range
21989 of arbitrary text, and new helper functions.
21990 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
21991 filename finder.
21992 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
21993 (speedbar-directory-buttons): Update path search/expansion.
21994 (speedbar-make-tag-line): Pay attention to
21995 `speedbar-indentation-width'. Use more care w/ invisible
21996 properties.
21997 (speedbar-change-expand-button-char): Call
21998 `speedbar-insert-image-button-maybe'.
21999 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
22000 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
22001 (speedbar-trim-words-tag-hierarchy)
22002 (speedbar-simple-group-tag-hierarchy): New functions
22003 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
22004 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
22005 functions.
22006 (speedbar-mouse-set-point): New function
22007 (speedbar-power-click): Updated documentation.
22008 (speedbar-line-token, speedbar-goto-this-file): Handle more types
22009 of tag prefix text.
22010 (speedbar-expand-line, speedbar-contract-line): Make more robust
22011 to strange text.
22012 (speedbar-expand-line): Takes universal argument to flush the
22013 cache.
22014 (speedbar-flush-expand-line): New function.
22015 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
22016 Use new generator insertion method.
22017 (speedbar-fetch-dynamic-tags): New function.
22018 (speedbar-fetch-dynamic-imenu): Removed code now handled in
22019 `speedbar-fetch-dynamic-imenu'.
22020 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
22021 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
22022 "Revert Buffer" menu items.
22023 (speedbar-buffer-buttons-engine): Be smarter when creating a
22024 filename tag (for expansion purposes.).
22025 (speedbar-highlight-one-tag-line,
22026 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
22027 (speedbar-recenter): New functions.
22028 (defimage-speedbar): Image loading abstraction.
22029 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
22030 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
22031 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
22032 (speedbar-tag-type, speedbar-tag-mail): New images.
22033 (speedbar-expand-image-button-alist): New variable.
22034 (speedbar-insert-image-button-maybe): Insert an image over some
22035 buttons.
22036
22037 2000-05-13 Kenichi Handa <handa@etl.go.jp>
22038
22039 * international/mule-cmds.el (encode-coding-char): An ASCII
22040 character is always encodable.
22041
22042 * international/mule-conf.el: Add more information in descriptions
22043 of character sets.
22044
22045 * international/mule-diag.el (describe-char-after): New function.
22046 (describe-font-internal): Adjusted for the change of font-info.
22047 (describe-font): Likewise.
22048 (print-fontset): Rewritten for the new fontset implementation.
22049 (describe-fontset): Include fontset alias names in completion.
22050 (list-fontsets): Adjusted for the change of print-fontset.
22051
22052 * simple.el (what-cursor-position): If DETAIL is non-nil, call
22053 describe-char-after instead of displaying the detail in the echo
22054 area.
22055 (syntax-code-table): Format changed.
22056 (string-to-syntax): Adjusted for the above change.
22057
22058 2000-05-12 Stefan Monnier <monnier@cs.yale.edu>
22059
22060 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
22061
22062 2000-05-12 Dave Love <fx@gnu.org>
22063
22064 * calendar/todo-mode.el: Remove some compatibility stuff and CL
22065 dependence. Use line-{beginning,end}-position, not
22066 point-at{b,e}ol. Some doc fixes.
22067 (todo-position): New function. Fix callers of position to use it.
22068 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
22069
22070 2000-05-12 Gerd Moellmann <gerd@gnu.org>
22071
22072 * time.el (display-time-mail-icon): Use `:ascent center'.
22073
22074 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
22075 handling FTP security extensions.
22076
22077 2000-05-11 Dave Love <fx@gnu.org>
22078
22079 * calendar/todo-mode.el: New file.
22080
22081 2000-05-11 Gerd Moellmann <gerd@gnu.org>
22082
22083 * comint.el (comint-read-input-ring): Move reference to
22084 comint-input-ring-size outside of the save-excursion. It was
22085 causing the default value to be the only one ever seen.
22086
22087 * font-lock.el: Update copyright. Remove Simon Marshall's email
22088 address on request from him.
22089
22090 * subr.el (substitute-key-definition): Add comment describing
22091 the meaning of PREFIX.
22092
22093 2000-05-10 Stefan Monnier <monnier@cs.yale.edu>
22094
22095 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
22096
22097 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
22098 (add-minor-mode): Don't make the variable buffer-local and add a
22099 reference to define-minor-mode in the docstring.
22100
22101 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
22102 HEADER/FOOTER and fix bug with trailing empty directory.
22103 (cvs-append-to-ignore): Use vc-editable-p if available.
22104 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
22105 (vc-do-command): Tweak advice to handle the new VC.
22106
22107 * log-view.el (log-view-goto-rev): New function for the new VC.
22108 (log-view-minor-wrap): Use mark-active.
22109
22110 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
22111 (log-edit-changelog-full-paragraphs): New var.
22112 (log-edit-insert-changelog): Remove a lonely leading `* file'.
22113 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
22114 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
22115 (log-edit-changelog-ours-p, log-edit-changelog-entries)
22116 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
22117 Replace the `cvs' prefix with `log-edit'.
22118
22119 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
22120
22121 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
22122 (diff-font-lock-defaults): Explicitly turn off multiline.
22123 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
22124 (diff-ediff-patch): Fix call to ediff-patch-file.
22125 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
22126 Handle comments.
22127
22128 * frame.el (automatic-hscrolling): Typo.
22129
22130 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
22131
22132 2000-05-09 Sam Steingold <sds@goems.com>
22133
22134 * apropos.el (apropos-print): use `describe-face' instead of
22135 `customize-face-other-window'.
22136
22137 2000-05-09 Dave Love <fx@gnu.org>
22138
22139 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
22140
22141 * help.el (describe-variable): Have customize button pop the
22142 help-xref stack when invoked.
22143 (help-xref-symbol-regexp): Add `face'.
22144 (help-make-xrefs): Check for quoted face names and adapt regexp
22145 submatch numbers to cope.
22146 (help-xref-interned): Maybe insert face doc too. Separate
22147 sections with a line of hyphens.
22148
22149 * faces.el: Some doc fixes. Declare some functions obsolete.
22150 (describe-face): Add customize button. Return the help
22151 text. Fix prompt.
22152
22153 2000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
22154
22155 * term/internal.el (IT-character-translations): Fix last change.
22156
22157 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
22158
22159 * woman.el: New file
22160 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
22161
22162 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
22163
22164 * term/internal.el (IT-character-translations): Update ASCII
22165 simulations for greek-iso8859-7, add latin-iso8859-14 and
22166 latin-iso8859-15.
22167
22168 * international/mule-cmds.el (set-language-info-alist): Call
22169 define-prefix-command with 3 arguments, to make the map suitable
22170 for a menu.
22171
22172 2000-05-07 Dave Love <fx@gnu.org>
22173
22174 * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
22175
22176 2000-05-05 Dave Love <fx@gnu.org>
22177
22178 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
22179 list in doc string. Don't quote keyword symbols.
22180 * emacs-lisp/cl.el: Likewise
22181 * emacs-lisp/cl-seq.el: Likewise
22182
22183 2000-05-05 Gerd Moellmann <gerd@gnu.org>
22184
22185 * abbrev.el (abbrev-mode): Make ARG optional.
22186
22187 2000-05-04 Gerd Moellmann <gerd@gnu.org>
22188
22189 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
22190
22191 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
22192
22193 * subr.el (substitute-key-definition): Clarify documentation.
22194
22195 2000-05-04 Milan Zamazal <pdm@freesoft.cz>
22196
22197 * glasses.el (glasses-convert-to-unreadable): Use
22198 `glasses-separator' instead of the hard-wired "_".
22199 (glasses-mode): Call `glasses-make-unreadable' only in a single
22200 place.
22201
22202 2000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
22203
22204 * term/internal.el (cjk-codepages-alist): Add associations for
22205 Chinese and Korean codepages. Remove FIXME comment.
22206
22207 2000-05-03 Dave Love <fx@gnu.org>
22208
22209 * time.el (display-time-mail-face, display-time-use-mail-icon):
22210 New option.
22211 (display-time-mail-icon): New variable.
22212 (display-time-string-forms): Use the above. Fix the local-map.
22213
22214 2000-05-03 Gerd Moellmann <gerd@gnu.org>
22215
22216 * replace.el (query-replace-map): Add binding for `E'.
22217 (query-replace-help): Extend help text.
22218 (perform-replace): Allow editing the replacement string.
22219
22220 * make-mode.el (makefile-mode-abbrev-table): New variable.
22221 (makefile-mode): Set local abbrev table to
22222 makefile-mode-abbrev-table.
22223 (makefile-font-lock-keywords): Fontify includes and conditionals.
22224
22225 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
22226 set TOGGLE's value.
22227
22228 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
22229 mail-interactive-insert-alias.
22230 (mail-abbrev-complete-alias): New command.
22231 (mail-mode-map): Bind it to `M-TAB'.
22232
22233 2000-05-03 Kenichi Handa <handa@etl.go.jp>
22234
22235 * language/lao-util.el (lao-compose-region): New function.
22236
22237 2000-05-02 Gerd Moellmann <gerd@gnu.org>
22238
22239 * files.el (recover-session): Make directories as necessary
22240 if they don't exist yet.
22241
22242 * calendar/cal-french.el
22243 (french-calendar-multibyte-special-days-array)
22244 (french-calendar-special-days-array): Change French text.
22245 (calendar-french-date-string): Change output.
22246 (calendar-goto-french-date): Likewise.
22247
22248 2000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
22249
22250 * wid-edit.el (widget-default-active): Obey `:always-active'.
22251 (widget-documentation-string-value-create): Set `:always-active'.
22252
22253 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
22254
22255 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
22256 default prefix to `~/_emacs.d/auto-save.list/_s'.
22257 (normal-top-level): Create the directory for auto-save files, if
22258 it doesn't already exist (in the ms-dos case only).
22259
22260 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
22261
22262 * international/mule-cmds.el (set-language-environment): Don't
22263 concat an integer (dos-codepage), use format instead.
22264
22265 2000-05-02 Dave Love <fx@gnu.org>
22266
22267 * help.el (help-xref-on-pp): Check for constant symbols.
22268
22269 2000-04-29 Gerd Moellmann <gerd@gnu.org>
22270
22271 * startup.el (normal-top-level): Put a condition-case around
22272 the code loading subdirs.el.
22273
22274 2000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
22275
22276 * ps-print.el: Upside-down and face background color printing,
22277 line number step, doc fix.
22278 (ps-print-version): New version number (5.2).
22279 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
22280 (ps-face-attribute-list, ps-plot-with-face): Code fix.
22281 (ps-spool-config): Var fix.
22282 (ps-printer-name-option): Const fix.
22283 (ps-print-upside-down, ps-use-face-background)
22284 (ps-line-number-step): New vars.
22285 (ps-window-system, ps-lp-system): New consts.
22286 (ps-face-background): New fun.
22287
22288 2000-04-28 Richard Stallman <rms@gnu.org>
22289
22290 * files.el (make-auto-save-file-name):
22291 Apply auto-save-file-name-transforms to visited file name
22292 before generating auto save file name.
22293 (auto-save-file-name-transforms): New variable.
22294
22295 * files.el (backup-enable-predicate):
22296 Correctly test for a file under a temporary directory.
22297
22298 2000-04-28 Gerd Moellmann <gerd@gnu.org>
22299
22300 * subr.el (add-minor-mode): Rewritten.
22301
22302 2000-04-28 Kenichi Handa <handa@etl.go.jp>
22303
22304 * mail/sendmail.el (sendmail-send-it): Set
22305 buffer-file-coding-system to the selected coding system for MIME
22306 header.
22307
22308 2000-04-27 Gerd Moellmann <gerd@gnu.org>
22309
22310 * dired.el (dired-move-to-filename-regexp): Allow format where
22311 YYYY is followed by two spaces.
22312
22313 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
22314 in the second character class of the regexp.
22315
22316 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
22317 mh-etc, too.
22318
22319 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
22320 nil.
22321
22322 * subr.el (add-minor-mode): Use `set' instead of `setq'.
22323
22324 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
22325 argument.
22326
22327 2000-04-27 Sen Nagata <sen@eccosys.com>
22328
22329 * emacs-lisp/crm.el (crm-completion-table): New variable.
22330 (crm-collection-fn, crm-test-completion)
22331 (completing-read-multiple): Use it.
22332
22333 2000-04-27 Dave Love <fx@gnu.org>
22334
22335 * help.el (locate-library): Use mapc.
22336 (help-manyarg-func-alist): Add call-process-region.
22337
22338 2000-04-26 Gerd Moellmann <gerd@gnu.org>
22339
22340 * subr.el (add-minor-mode): Make argument MAP optional.
22341
22342 * desktop.el (desktop-save): Save list of minor modes.
22343 (desktop-create-buffer): Restore minor modes.
22344 (desktop-minor-mode-table): New user-option.
22345
22346 * subr.el (add-minor-mode): New function.
22347
22348 * image.el (find-image): New function.
22349 (defimage): Rewritten to find image at load time.
22350
22351 * startup.el (normal-top-level-add-to-load-path): Handle
22352 case that the default directory is not in load-path.
22353
22354 * help.el: Old patch from Stefan Monnier.
22355 (help-xref-on-pp): New function.
22356 (describe-variable): Use it to display xrefs in a symbol's value.
22357
22358 2000-04-26 Stefan Monnier <monnier@cs.yale.edu>
22359
22360 * cus-edit.el (custom-face): Fix parenthesis.
22361
22362 2000-04-26 Kenichi Handa <handa@etl.go.jp>
22363
22364 * mail/rmail.el (rmail-expunge): When there are no deleted
22365 messages, do nothing.
22366
22367 2000-04-26 Dave Love <fx@gnu.org>
22368
22369 * international/mule-cmds.el (locale-translation-file-name):
22370 Defvar to nil.
22371 (set-locale-environment): Set it here (at runtime).
22372
22373 2000-04-25 Gerd Moellmann <gerd@gnu.org>
22374
22375 * replace.el (perform-replace): Add parameters START and END. Use
22376 them instead of the check for a region in Transient Mark mode.
22377 (query-replace-read-args): Return two more list elements for the
22378 start and end of the region in Transient Mark mode.
22379 (query-replace, query-replace-regexp, query-replace-regexp-eval)
22380 (map-query-replace-regexp, replace-string, replace-regexp): Add
22381 optional last arguments START and END and pass them to
22382 perform-replace.
22383
22384 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
22385 form with additional arguments for perform-replace.
22386
22387 * progmodes/etags.el (tags-query-replace): Add parameters START
22388 and END. Construct a form with additional arguments for
22389 perform-replace.
22390
22391 * simple.el (shell-command): Set default directory for "*Shell
22392 Command Output" buffer.
22393
22394 * language/european.el (iso-latin-4): Fix typo.
22395
22396 * emacs-lisp/crm.el: New file.
22397
22398 2000-04-24 Dave Love <fx@gnu.org>
22399
22400 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
22401 (Custom-reset-saved, Custom-reset-standard)
22402 (custom-group-value-create, custom-group-set, custom-group-save)
22403 (custom-group-reset-current, custom-group-reset-saved)
22404 (custom-group-reset-standard): Use mapc.
22405 (custom-buffer-create-internal): Disable undo when creating items.
22406 Use mapc.
22407 (custom-face): Avoid redundant lambda.
22408
22409 2000-04-24 Gerd Moellmann <gerd@gnu.org>
22410
22411 * startup.el (auto-save-list-file-prefix): Set default to
22412 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
22413
22414 2000-04-24 Sam Steingold <sds@gnu.org>
22415
22416 * time-stamp.el (time-stamp-string-preprocess): Always convert
22417 `field-result' to a string.
22418
22419 2000-04-24 Gerd Moellmann <gerd@gnu.org>
22420
22421 * frame.el (scrolling): New group.
22422 (automatic-hscrolling): New user-option.
22423
22424 * startup.el (command-line-x-option-alist): Add `-lsp' and
22425 `--line-spacing'.
22426
22427 2000-04-19 Dave Love <fx@gnu.org>
22428
22429 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
22430 (cl-mapc): Rename from mapc. Fix the funcall.
22431
22432 2000-04-19 Gerd Moellmann <gerd@gnu.org>
22433
22434 * simple.el (clone-indirect-buffer-other-window): New command.
22435 (clone-indirect-buffer): Add optional arg NORECROD.
22436 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
22437
22438 * help.el (resize-temp-buffer-window): Use count-screen-lines.
22439
22440 * window.el (count-screen-lines): New function.
22441 (shrink-window-if-larger-than-buffer): Use count-screen-lines
22442 instead of window-buffer-height.
22443
22444 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
22445 non-existing variable comint-input-sentinel.
22446 (inferior-lisp-args-to-list): Removed.
22447 (inferior-lisp): Use split-string instead of
22448 inferior-lisp-args-to-list.
22449
22450 * hexl.el (hexl-insert-hex-string): New command.
22451
22452 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
22453 instead of concat.
22454
22455 2000-04-18 Gerd Moellmann <gerd@gnu.org>
22456
22457 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
22458 at the start of an existing but empty folder.
22459
22460 2000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
22461
22462 * ps-mule.el: Customization fix, doc fix.
22463 (ps-multibyte-buffer): Customization fix.
22464
22465 2000-04-17 Richard M. Stallman <rms@gnu.org>
22466
22467 * subr.el (read-passwd): Use read-char-exclusive.
22468
22469 2000-04-17 Gerd Moellmann <gerd@gnu.org>
22470
22471 * textmodes/texinfo.el (texinfo-insert-@email)
22472 (texinfo-insert-@emph, texinfo-insert-@quotation)
22473 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
22474 (texinfo-mode-map): Add key bindings for them.
22475
22476 * files.el (basic-save-buffer-2): Use a template with `$'
22477 instead of `#' for VMS.
22478
22479 * simple.el (clone-indirect-buffer): New function.
22480
22481 2000-04-16 Stephen Eglen <stephen@gnu.org>
22482
22483 * iswitchb.el (iswitchb-case): New function. If the user input
22484 contains any upper-case characters, the search is made
22485 case-sensitive.
22486
22487 2000-04-17 Stefan Monnier <monnier@cs.yale.edu>
22488
22489 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
22490 comment-end.
22491 (texinfo-font-lock-syntactic-keywords): New var.
22492 (texinfo-font-lock-keywords): Remove comment regexp.
22493 (texinfo-insert-block): New function.
22494 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
22495 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
22496 and font-lock-defaults. Use regexp-opt for outline-regexp.
22497 (texinfo-environments): New var.
22498 (texinfo-environment-regexp): Use regexp-opt and
22499 texinfo-environments.
22500
22501 * textmodes/ispell.el (ispell-menu-map-needed): Check that
22502 ispell-process is bound since this might be eval'd before ispell
22503 is loaded.
22504 (ispell-message): Use a tiny bit less magic and a bit more hard
22505 data to figure out what kind of sc-cite-regexp to use.
22506
22507 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
22508
22509 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
22510 (insert-cyclic-diary-entry): Unquote the lambda.
22511
22512 * gud.el (gud-jdb-build-source-files-list): Fix typo.
22513
22514 * files.el (backup-enable-predicate): Unquote the lambda.
22515
22516 * cus-edit.el (custom-face, face): Unquote the lambda.
22517
22518 2000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
22519
22520 * ps-print.el: Check for line-beginning-position definition.
22521
22522 * ps-print.el: Fix counting lines in a region.
22523 (ps-print-version): New version number (5.1.5).
22524 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
22525 (ps-printing-region): Fun code fix.
22526
22527 2000-04-15 Gerd Moellmann <gerd@gnu.org>
22528
22529 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
22530 to file-directory-p.
22531
22532 2000-04-14 Gerd Moellmann <gerd@gnu.org>
22533
22534 * gud.el (gud-jdb-build-source-files-list): Check that directory
22535 exists before calling directory-files.
22536
22537 2000-04-13 Dave Love <fx@gnu.org>
22538
22539 * emacs-lisp/trace.el: Change maintainer. Use new backquote
22540 syntax.
22541
22542 * emacs-lisp/cl-specs.el: Remove when, unless.
22543
22544 * emacs-lisp/cl-extra.el: Don't quote keywords.
22545 (cl-old-mapc): New variable.
22546 (mapc): Use it.
22547 (cl-map-intervals): Use with-current-buffer. Don't check for
22548 next-property-change.
22549 (cl-map-overlays): Use with-current-buffer.
22550 (cl-expt): Remove.
22551 (copy-tree, remprop): Define unconditionally.
22552
22553 * emacs-lisp/cl-compat.el (keywordp): Remove.
22554
22555 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
22556 to use keywordp.
22557 (edebug-spec): Enable keywordp.
22558
22559 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
22560 string-lessp.
22561
22562 * cus-start.el: Use keywordp.
22563
22564 2000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
22565
22566 * diary-lib.el (include-other-diary-files): Fix the fix of
22567 2000-02-18 by doing a save-excursion.
22568
22569 2000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
22570
22571 * ps-print.el: Customization fix, doc fix.
22572 (ps-print-version): New version number (5.1.4).
22573 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
22574 (ps-print-preprint): Adjust code.
22575 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
22576 (ps-print-prologue-header, ps-print-control-characters)
22577 (ps-spool-config): Customization fix.
22578
22579 2000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
22580
22581 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
22582 converted to the new menu-item format, names silightly changed,
22583 help strings added.
22584
22585 Support for spelling without async subprocesses:
22586
22587 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
22588 (ispell-session-buffer): New variables.
22589 (ispell-start-process, ispell-process-status,
22590 ispell-accept-output, ispell-send-string): New functions, for
22591 Ispell invocation when async subprocesses aren't supported.
22592 (ispell-word, ispell-pdict-save, ispell-command-loop,
22593 ispell-process-line, ispell-buffer-local-parsing): Replace calls
22594 to process-send-string with calls to ispell-send-string, and
22595 accept-process-output with ispell-accept-output.
22596 (ispell-init-process): Call ispell-process-status instead of
22597 process-status with.
22598 (ispell-init-process): Call ispell-start-process. Call
22599 ispell-accept-output and ispell-send-string. Don't call
22600 process-kill-without-query and kill-process if they are unbound.
22601 (ispell-async-processp): New function.
22602
22603 2000-04-12 Dave Love <fx@gnu.org>
22604
22605 * info.el: Add debug-ignored-errors.
22606 (Info-mode-menu): Add some items.
22607 (Info-directory): Add autoload cookie.
22608
22609 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
22610 Modify `truncate-lines'. Make `describe-language-environment'
22611 always visible and add help. Modify `describe-key' help. Invoke
22612 Info-directory from `info'. New entry `emacs-manual'.
22613
22614 2000-04-10 Gerd Moellmann <gerd@gnu.org>
22615
22616 * progmodes/ebrowse.el (ebrowse-tree-mode):
22617 Use propertized-buffer-identification.
22618 (ebrowse-update-member-buffer-mode-line): Likewise.
22619 (ebrowse--mode-strings): Removed.
22620 (ebrowse--mode-line-props): Removed.
22621
22622 * files.el (auto-mode-alist): Add `EBROWSE'.
22623
22624 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
22625 space before testing for end of buffer.
22626 (ebrowse-load): Removed.
22627 (ebrowse-revert-tree-buffer-from-file): Rewritten.
22628 (ebrowse-create-tree-buffer): Rewritten.
22629 (ebrowse-tree-mode): Read tree from buffer.
22630
22631 * progmodes/ebrowse-ffh.el: Removed.
22632
22633 2000-04-10 Kenichi Handa <handa@etl.go.jp>
22634
22635 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
22636
22637 2000-04-10 Gerd Moellmann <gerd@gnu.org>
22638
22639 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
22640 at the wrong place.
22641
22642 2000-04-09 Dave Love <fx@gnu.org>
22643
22644 * files.el (backup-enable-predicate):
22645 Use temporary-file-directory, small-temporary-file-directory.
22646 (make-backup-file-name-function, backup-directory-alist): New vars.
22647 (make-backup-file-name-1): New function.
22648 (make-backup-file-name): Use it.
22649 (find-backup-file-name): Likewise. Use format for clarity, not concat.
22650 (file-newest-backup): Use make-backup-file-name.
22651
22652 2000-04-09 Gerd Moellmann <gerd@gnu.org>
22653
22654 * progmodes/ebrowse-ffh.el: New file.
22655
22656 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn):
22657 Moved to ebrowse-ffh.el.
22658 (ebrowse-load): Add autoload.
22659
22660 * finder.el (finder-commentary): Add autoload cookie.
22661
22662 * mail/rfc2368.el: Correct author's email address.
22663
22664 * progmodes/ebrowse.el: New file.
22665
22666 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
22667 item help string.
22668 (easy-menu-do-add-item): Ditto.
22669 (easy-menu-define): Extend doc string.
22670
22671 * jit-lock.el (with-buffer-unmodified): Use restore-buffer-modified-p.
22672 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
22673 (jit-lock-function, jit-lock-stealth-fontify): Don't use
22674 with-buffer-unmodified.
22675
22676 2000-04-08 Dave Love <fx@gnu.org>
22677
22678 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
22679 unless, when.
22680
22681 2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
22682
22683 * viper-util.el (viper-put-on-search-overlay): New subroutine.
22684 (viper-flash-search-pattern): No operation when using Emacs
22685 doesn't support face.
22686 Use `viper-put-on-search-overlay'.
22687
22688 2000-04-04 Gerd Moellmann <gerd@gnu.org>
22689
22690 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
22691 like C-r.
22692
22693 * progmodes/make-mode.el: Some doc fixes.
22694 (makefile-mode-abbrev-table): New variable.
22695 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
22696 (makefile-font-lock-keywords): Fontify includes and conditionals.
22697 (toplevel): Require `dabbrev' and `add-log' when compiling.
22698
22699 * replace.el (perform-replace): Don't move forward one char
22700 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
22701 to do that because it leaves point 1 position after the last
22702 replacement, after everything has been replaced.
22703
22704 * jit-lock.el (with-buffer-unmodified): New macro.
22705 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
22706 modified state.
22707 (jit-lock-function-1): Extracted from jit-lock-function; not
22708 preserving buffer's modified state.
22709 (jit-lock-function, jit-lock-stealth-fontify):
22710 Call jit-lock-function-1.
22711
22712 * mail/rfc2368.el: Remove supernumerary copyright line.
22713
22714 2000-04-04 Milan Zamazal <pdm@freesoft.cz>
22715
22716 * glasses.el: Provide facilities for inserting space before left
22717 parentheses and uncapitalization of identifiers.
22718 (glasses-mode): Try to remove old overlays in all cases.
22719
22720 2000-04-03 Gerd Moellmann <gerd@gnu.org>
22721
22722 * progmodes/compile.el (compile-internal): Display the compilation
22723 buffer in a different frame, if it's already displayed there.
22724
22725 * mail/rfc2368.el: New file.
22726
22727 * simple.el (sendmail-user-agent-compose): Recognize a `body'
22728 header and insert its value as mail body.
22729
22730 * subr.el (member-ignore-case): New function.
22731
22732 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
22733 (dabbrev--find-expansion): Ignore buffers matching a regexp
22734 from dabbrev-ignored-regexps.
22735
22736 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
22737 to extensions handled by gzip.
22738
22739 2000-04-03 Richard M. Stallman <rms@gnu.org>
22740
22741 * files.el (insert-directory): List the total free space
22742 along with the used space.
22743
22744 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
22745 line is followed by one that matches CITATION-REGEXP, end the
22746 paragraph.
22747
22748 2000-04-03 Markus Rost <rost@delysid.gnu.org>
22749
22750 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
22751 (rmail-make-basic-summary-line): Use that option.
22752
22753 2000-04-03 Kenichi Handa <handa@etl.go.jp>
22754
22755 * international/mule-cmds.el (encoded-string-description):
22756 Rewritten. Try pretty description for ISO 2022 escape sequences
22757 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
22758 for hexadecimal format.
22759
22760 2000-04-01 Dave Love <fx@gnu.org>
22761
22762 * cpp.el: Change customization group to `c' from `C'.
22763
22764 * vcursor.el (vcursor-move): Use display-color-p.
22765
22766 * international/mule-util.el: Provide mule-utils.
22767 (string-to-sequence): Simplify and speed up.
22768
22769 * international/mule.el (make-coding-system): Purecopy doc-string.
22770
22771 * international/mule-cmds.el: Various menu changes.
22772 (describe-specified-language-support): Handle `Default'.
22773 (set-language-info): Purecopy `info'.
22774
22775 2000-03-31 Andrew Innes <andrewi@gnu.org>
22776
22777 * vc.el (vc-backend-diff): Return the correct status if we had to
22778 retry the rcsdiff command without the --brief option.
22779
22780 2000-03-31 Dave Love <fx@gnu.org>
22781
22782 * help.el (help-manyarg-func-alist): Correct several omissions.
22783
22784 * add-log.el: Don't require cl, fortran.
22785 (add-log-current-defun-function): Doc fix.
22786 (change-log-version-number-regexp-list): Remove SCCS part. Doc fix.
22787 (change-log-version-rcs): Function deleted.
22788 (change-log-version-number-search): Doc fix.
22789 Use vc-workfile-version. Avoid CL dolist.
22790 (add-change-log-entry): Just call add-log-current-defun to get
22791 defun. Simplify somewhat.
22792 (change-log-get-method-definition-1): Likewise.
22793 (add-log-current-defun): Return nil if calling
22794 add-log-current-defun-function does so. Move Fortran stuff to
22795 fortran.el. Return string without properties.
22796
22797 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
22798 and :alpha: char classes.
22799
22800 * mail/supercite.el: Defvar curline when compiling.
22801 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
22802 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
22803 rather than a-zA-Z0-9 to allow non-ASCII characters.
22804
22805 2000-03-31 Gerd Moellmann <gerd@gnu.org>
22806
22807 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
22808
22809 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
22810 Re-enable new code.
22811
22812 * lpr.el (print-region-1): Use -d to specify printer name for
22813 systems `usg-unix-v*, `dgux', `hpux', `irix'.
22814
22815 2000-03-31 Dave Love <fx@gnu.org>
22816
22817 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
22818 Look for function definition in symbol's function value slot first
22819 instead of first consulting byte-compile-function-environment.
22820
22821 2000-03-31 Kenichi Handa <handa@etl.go.jp>
22822
22823 * language/european.el ("Polish"): New language environment.
22824 (setup-polish-environment): New function.
22825
22826 2000-03-30 Gerd Moellmann <gerd@gnu.org>
22827
22828 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
22829 Disable new code.
22830
22831 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
22832 trying to `load' the symbol of an autoload instead of the file
22833 recorded in the autoload. Fix error messages.
22834
22835 2000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
22836
22837 * ps-print.el: PostScript programming fix for ghostview, doc fix.
22838 (ps-print-version): New version number (5.1.3).
22839 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
22840 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
22841 (ps-generate-postscript-with-faces): Code fix.
22842 (ps-color-values): XEmacs compatibility.
22843 (ps-print-background-image, ps-print-background-text, ps-printer-name)
22844 (ps-default-fg, ps-default-bg): Adjust customization.
22845 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
22846 (ps-color-scale): Renaming old ps-color-value fun.
22847 (ps-print-headers): Replace ps-print-header group to avoid conflict
22848 with ps-print-header variable.
22849 (ps-print-miscellany): New group.
22850 (ps-format-color, ps-rgb-color): New funs.
22851 (ps-default-foreground): New var.
22852 (ps-printer-name-option): New const.
22853
22854 2000-03-30 Peter Breton <pbreton@ne.mediaone.net>
22855
22856 * net/net-utils.el:
22857 (network-connection-host, network-connection-service): New variables
22858 (network-connection-mode): New mode, derived from comint-mode
22859 (network-connection-mode-setup): New function, saves host and
22860 service information in local variables.
22861
22862 * lisp/locate.el:
22863 (locate-word-at-point): Added this function
22864 (locate): Default to using locate-word-at-point as input
22865 Run dired-mode-hook
22866
22867 2000-03-29 Dave Love <fx@gnu.org>
22868
22869 * calendar/appt.el: Doc fixes.
22870 (appt-check): Convert min-to-app to a string before passing to
22871 appt-disp-window-function or concat.
22872 (appt-delete-window): Remove test for frame-root-window.
22873 (appt-select-lowest-window, appt-convert-time): Simplify.
22874
22875 * emacs-lisp/bytecomp.el: Doc fixes.
22876 (byte-compile-file-form-autoload):
22877 Update byte-compile-function-environment.
22878
22879 2000-03-29 Andreas Schwab <schwab@suse.de>
22880
22881 * emacs-lisp/autoload.el: Also print defsubst doc string specially.
22882
22883 * dired.el (dired-insert-directory): If dired-free-space-program
22884 failed just delete its output.
22885
22886 2000-03-29 Dave Love <fx@gnu.org>
22887
22888 * international/iso-cvt.el: Move provide to end. Doc fixes.
22889 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
22890 (iso-iso2sgml, iso-sgml2iso): New functions.
22891 (iso-cvt-define-menu): Fix some entries and use backquote for
22892 clarity.
22893
22894 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
22895
22896 2000-03-28 Gerd Moellmann <gerd@gnu.org>
22897
22898 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
22899 ISO-DATE. If non-nil, return date in ISO 8601 format.
22900
22901 2000-03-26 Stefan Monnier <monnier@cs.yale.edu>
22902
22903 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
22904 if it ever becomes used.
22905 (log-edit-mode-hook): Default to vc-log-mode-hook.
22906 (log-edit-mode): Fix the docstring.
22907
22908 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
22909 the code.
22910
22911 2000-03-26 Dave Love <fx@gnu.org>
22912
22913 * net/browse-url.el (browse-url): Re-fix case of
22914 browse-url-browser-function being an alist.
22915 (browse-url): Add :link to defgroup.
22916
22917 * files.el: Doc fixes.
22918 (file-truename): Include `[' in wildcard characters.
22919 (automount-dir-prefix): Customize.
22920 (find-file-wildcards): Add :version.
22921 (find-file-noselect): Simplify a mapcar call.
22922
22923 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
22924 compatible with inf-lisp version.
22925 (eval-defun-1): Fix custom-declare-variable case.
22926
22927 2000-03-25 Stefan Monnier <monnier@cs.yale.edu>
22928
22929 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
22930
22931 2000-03-24 Gerd Moellmann <gerd@gnu.org>
22932
22933 * Makefile (COMPILE_FIRST): New macro.
22934 (compile-files): Compile files from COMPILE_FIRST first.
22935
22936 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new code.
22937
22938 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
22939 matching open parenthesis in column 0 to defun-prompt-regexp
22940 only if open-paren-in-column-0-is-defun-start is set.
22941
22942 * sun-curs.el: Require CL at compile-time only.
22943
22944 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
22945 instead of copy-list which is a function from CL.
22946 (msb--choose-menu, msb--mode-menu-cond)
22947 (msb--create-buffer-menu-2): Use dolist instead of mapc.
22948 (msb--init-file-alist): Use mapcar instead of mapcan.
22949 (msb--aggregate-alist): Use mapcar instead of mapcan.
22950 Fix `(' in column 0 in doc string.
22951 (msb--add-separators): Use mapcar instead of mapcan.
22952
22953 * cus-dep.el: Require CL at compile-time only.
22954
22955 2000-03-24 Stefan Monnier <monnier@cs.yale.edu>
22956
22957 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
22958 (byte-compile-warnings): New warning `noruntime'.
22959 (byte-compile-constants, byte-compile-variables): Fix docstring.
22960 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
22961 execute `eval-whenc-compile's body.
22962 (byte-compile-unresolved-functions): Fix docstring.
22963 (byte-compile-eval): New function.
22964 (byte-compile-callargs-warn): Check if the function will be available
22965 at runtime (via property `byte-compile-noruntime').
22966 (byte-compile-print-syms): New function.
22967 (byte-compile-warn-about-unresolved-functions): Also warn about
22968 `noruntime' functions (and use `byte-compile-print-syms').
22969 (byte-compile-file): Capitalize the message.
22970
22971 2000-03-24 Gerd Moellmann <gerd@gnu.org>
22972
22973 * mail/rmail.el (rmail-confirm-expunge): New user-option.
22974 (rmail-expunge): Ask for confirmation depending on the setting
22975 of rmail-confirm-expunge.
22976
22977 2000-03-23 Gerd Moellmann <gerd@gnu.org>
22978
22979 * Makefile (bootstrap-clean): If $(emacs) exists, build
22980 loaddefs.el first. A loaddefs.el that's not up-to-date might
22981 cause a bootstrap failure because things don't autoload as expected.
22982
22983 2000-03-23 Dave Love <fx@gnu.org>
22984
22985 * net/browse-url.el: Restore previous use of
22986 browse-url-maybe-new-window.
22987
22988 2000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
22989
22990 * ps-print.el: Skip banner page fix.
22991 (ps-print-version): New version number (5.1.2).
22992 (ps-begin-file, ps-end-file, ps-generate): Code fix.
22993
22994 2000-03-23 Dave Pearson <davep@davep.org>
22995
22996 * net/quickurl.el Changed the type of parameter passed to the
22997 function defined by `quickurl-format-function'. Before only the
22998 text of the URL was passed. Now the whole URL structure is passed
22999 and the function is responsible for extracting the parts it requires.
23000 Changed the default of `quickurl-format-function' accordingly.
23001 (quickurl-insert): Changed the `funcall' of
23002 `quickurl-format-function' to match the above change.
23003 (quickurl-list-insert): Changed the `url' case so that it makes
23004 use of `quickurl-format-function', previous to this the format was
23005 hard wired.
23006
23007 2000-03-22 Gerd Moellmann <gerd@gnu.org>
23008
23009 * startup.el: Change some spellings for the X Window System.
23010
23011 2000-03-22 Stefan Monnier <monnier@cs.yale.edu>
23012
23013 * progmodes/make-mode.el (makefile-warn-suspicious-lines):
23014 Clean up the code and the regexp and make sure the cursor is
23015 temporarily moved to the suspicious line while querying the user.
23016
23017 2000-03-22 Jason Rumney <jasonr@gnu.org>
23018
23019 * w32-fns.el (w32-charset-info-alist): Initialize.
23020
23021 2000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
23022
23023 * ps-print.el: N-up last page fix.
23024 (ps-print-version): New version number (5.1.1).
23025 (ps-end-file, ps-end-job, ps-generate): Code fix.
23026
23027 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
23028
23029 * files.el (find-file-run-dired): Update docstring.
23030 (find-directory-functions): New hook.
23031 (find-file-noselect): Run find-directory-functions rather than
23032 calling dired directly.
23033
23034 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
23035
23036 * pcvs.el: Add a minimal leading commentary.
23037 (cvs-make-cvs-buffer): Change the header part by removing the startup
23038 message and adding a `Module' entry. Also replace the FOOTER and
23039 HEADER special fileinfos with the new support in ewoc for updating
23040 its own footer and header.
23041 (cvs-update-header): Update to use the header/footer of the ewoc.
23042 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
23043 (cvs-is-within-p): New function.
23044 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
23045 to only examine some subset of the buffers.
23046
23047 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
23048 `format' instead of our own ad-hoc functions.
23049 Remove HEADER and FOOTER cases, now handled in the EWOC.
23050 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
23051
23052 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
23053 output to avoid scaring the user.
23054 (cvs-parse-table): Catch message for non-up-to-date commits.
23055
23056 * pcvs-defs.el (cvs-startup-message): Remove.
23057 (cvs-global-menu): New autoloaded menu.
23058
23059 * pcvs-util.el (cvs-string-fill): Remove.
23060
23061 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
23062 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
23063 PP part of it and also make it work for footers and headers.
23064 (ewoc-create): Drop POS and BUFFER arguments.
23065 Use the DLL's dummy node to store the end-of-footer position.
23066 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
23067 (ewoc-refresh): Remove unused `header' variable.
23068 (ewoc-(get|set)-hf): New functions.
23069
23070 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
23071 log-view-*-(message|file) and use easy-mmode-define-navigation.
23072 (log-view-message-re): Match SCCS format as well.
23073 And match the revision line rather than the dashed separator line.
23074 (log-view-mode): Use the new define-derived-mode.
23075 (log-view-current-tag): Fill in with an actual implementation.
23076
23077 * cvs-status.el (cvs-status-(prev|next)): Rename from
23078 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
23079 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
23080 to let the output "breathe" a little more (more readable).
23081 (cvs-status-mode): Use the new define-derived-mode.
23082
23083 * smerge-mode.el (smerge-auto-leave): New function and variable.
23084 (smerge-basic-map): Rename from smerge-basic-keymap.
23085 Change the bindings for smerge-diff-*.
23086 (smerge-*-map): Use easy-mmode-defmap.
23087 (smerge-(next|prev)): Use easy-mmode-define-navigation.
23088 (smerge-keep-*): Use smerge-auto-leave.
23089
23090 2000-03-21 Jason Rumney <jasonr@gnu.org>
23091
23092 * cus-edit.el (custom-button-face): Use 3D look for w32.
23093 (custom-button-pressed-face): Likewise.
23094
23095 2000-03-21 Gerd Moellmann <gerd@gnu.org>
23096
23097 * progmodes/etags.el (tags-case-fold-search): New user-option.
23098 (tags-loop-eval): New function. Bind case-fold-search around eval
23099 depending on the value of tags-case-fold-search.
23100 (tags-loop-continue): Use tags-loop-eval.
23101 (find-tag-in-order): Bind case-fold-search depending on the value
23102 of tags-case-fold-search.
23103
23104 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
23105
23106 * diff-mode.el (diff-mode-*-map): Use `easy-mmode-defmap'.
23107 (diff-end-of-hunk): Return the end position for use in
23108 `easy-mmode-define-navigation'.
23109 (diff-recenter): Remove.
23110 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
23111 of `easy-mmode-define-navigation'.
23112 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
23113 previous renaming) and fix to use new names.
23114 (diff-merge-strings): Use \n as separator: simpler, faster.
23115 (diff-mode): Use `define-derived-mode'.
23116
23117 * derived.el (define-derived-mode): Don't autoload anymore.
23118 Prefer the macro-only version provided by easy-mmode.el.
23119
23120 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
23121 `easy-mmode-define-derived-mode'. Use `combine-run-hooks'.
23122 (easy-mmode-define-navigation): New macro.
23123
23124 * subr.el (combine-run-hooks): New function.
23125
23126 2000-03-21 Kenichi HANDA <handa@etl.go.jp>
23127
23128 * term/x-win.el: Fontsets related initialization is simplified.
23129
23130 * international/mule-diag.el (describe-font): Don't refer to
23131 global-fontset-alist, instead call font-list.
23132 (describe-fontset, list-fontsets, mule-diag): Likewise.
23133 (print-fontset): Adjusted for the change of fontset implementation.
23134
23135 * international/fontset.el (x-charset-registries): Variable removed,
23136 instead the corresponding data is stored in the default fontset.
23137 (register-alternate-fontnames): Function removed.
23138 (resolved-ascii-font): Variable removed.
23139 (x-compose-font-name): Ignore the second argument REDOCE.
23140 (x-complement-fontset-spec): Complement only an ASCII font and
23141 element for those charsets than can use that ASCII font.
23142 (generate-fontset-menu): Don't refer to global-fontset-alist,
23143 instead call fontset-list.
23144 (uninstantiated-fontset-alist): Variable removed.
23145 (x-style-funcs-alist): Likewise.
23146 (fontset-default-styles): Likewise.
23147 (x-modify-font-name): Function removed.
23148 (create-fontset-from-fontset-spec): Ignore the argument STYLE-VARIANT.
23149 (create-fontset-from-ascii-font): Docsting adjusted for the above
23150 change.
23151 (instantiate-fontset, resolve-fontset-name): Functions removed.
23152 (fontset-list): Now implemented by C code.
23153
23154 * faces.el (read-face-font): Fix TABLE arg to completing-read.
23155 (describe-face): Include `font' attribute in the description.
23156
23157 2000-03-21 Kenichi Handa <handa@etl.go.jp>
23158
23159 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
23160
23161 2000-03-20 Gerd Moellmann <gerd@gnu.org>
23162
23163 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
23164 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
23165 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
23166
23167 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
23168 about behavior of set-buffer-modified-p wrt redisplay.
23169
23170 2000-03-19 Richard M. Stallman <rms@gnu.org>
23171
23172 * view.el (view-mode-disable): Kill local binding of view-read-only.
23173
23174 2000-03-18 Gerd Moellmann <gerd@gnu.org>
23175
23176 * font-lock.el (font-lock-apply-syntactic-highlight): If VALUE
23177 is a string, convert it to a syntax cell using string-to-syntax.
23178
23179 * simple.el (syntax-code-table, syntax-flag-table): New variables.
23180 (string-to-syntax): New function.
23181
23182 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
23183 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
23184 try to use passive ftp mode.
23185
23186 2000-03-17 Gerd Moellmann <gerd@gnu.org>
23187
23188 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
23189
23190 * simple.el (append-to-buffer): Update point of windows after
23191 insertion.
23192
23193 * abbrev.el (inverse-add-abbrev): Identify word by first moving
23194 forward then moving backward. Reindent.
23195
23196 * frame.el (other-frame): Call x-focus-frame only if
23197 focus-follows-mouse is off.
23198
23199 2000-03-17 Dave Love <fx@gnu.org>
23200
23201 * pcvs-util.el (cvs-strings->string): Rename replace-regexps-in-string.
23202
23203 2000-03-17 Stefan Monnier <monnier@cs.yale.edu>
23204
23205 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
23206 regexp for labels cannot span several lines.
23207
23208 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
23209 `(setq :<key> ':<key>)' to the macro expansion.
23210
23211 2000-03-16 Dave Love <fx@gnu.org>
23212
23213 * progmodes/f90.el (f90): Put custom group under `languages', not
23214 `fortran'.
23215 (f90-mode-hook): Customize.
23216 (f90-mode): Set add-log-current-defun-function.
23217 (f90-current-defun): New function.
23218
23219 2000-03-16 Gerd Moellmann <gerd@gnu.org>
23220
23221 * cus-edit.el (custom-variable-tag-face): Handle case that
23222 default face's height is not a number.
23223 (custom-face-tag-face, custom-group-tag-face-1)
23224 (custom-group-tag-face): Ditto.
23225 (custom-group-tag-face-1): Add :group.
23226
23227 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
23228
23229 2000-03-15 Gerd Moellmann <gerd@gnu.org>
23230
23231 * pcvs-defs.el (toplevel): Remove autoload cookie for form
23232 requiring easymenu.
23233
23234 2000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
23235
23236 * ps-print.el: PostScript user-defined prologue, PostScript error
23237 handler, doc fix.
23238 (ps-print-version): New version number (5.1).
23239 (ps-user-defined-prologue, ps-error-handler-message)
23240 (ps-print-prologue-0, ps-error-handler-alist): New vars.
23241 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
23242 (ps-insert-string): New function.
23243
23244 2000-03-15 Kenichi Handa <handa@etl.go.jp>
23245
23246 * international/ccl.el (ccl-compile-expression): Don't generate
23247 invalid self-assignment code.
23248
23249 2000-03-14 Dave Love <fx@gnu.org>
23250
23251 * subr.el (replace-regexp-in-string): Renamed from
23252 replace-regexps-in-string. Doc fix.
23253
23254 2000-03-12 Dave Love <fx@gnu.org>
23255
23256 * cus-edit.el: Doc fixes.
23257 (customize-set-variable, customize-save-variable): Rename args for doc.
23258 (custom-variable-tag-face, custom-face-tag-face)
23259 (custom-group-tag-face-1, custom-group-tag-face): Modify from
23260 style which user identify as hyperlink.
23261 (hook): Don't add undefined functions to the hook.
23262 (debug-ignored-errors): Transfer message from bindings.el.
23263
23264 2000-03-12 Gerd Moellmann <gerd@gnu.org>
23265
23266 * recentf.el (recentf-keep-non-readable-files-p):
23267 Remove double/nested definition.
23268
23269 2000-03-12 Dave Love <fx@gnu.org>
23270
23271 * facemenu.el (facemenu-get-face): Use display-color-p.
23272 * enriched.el (enriched-decode-foreground): Likewise.
23273 (enriched-decode-background): Likewise.
23274 * isearch.el (isearch-highlight): Likewise.
23275 * info-look.el (info-lookup): Likewise.
23276 * simple.el (completion-setup-function): Likewise.
23277
23278 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
23279 :options.
23280
23281 * bindings.el (mode-line-format): Fix line-number and
23282 column-number items. Add help-echo for the background.
23283 (mode-line-mule-info): Modify help-echo.
23284
23285 * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
23286
23287 * files.el (load-file): Allow completion to .elc.
23288
23289 * man.el: Doc fixes.
23290 (Man-init-defvars): Use display-color-p to set fontification.
23291
23292 * play/hanoi.el (hanoi-internal): Don't use oddp.
23293
23294 2000-03-12 Gerd Moellmann <gerd@gnu.org>
23295
23296 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
23297
23298 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
23299
23300 2000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
23301
23302 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
23303 Fix comment.
23304
23305 2000-03-10 Stefan Monnier <monnier@cs.yale.edu>
23306
23307 * font-lock.el (font-lock-keywords): Fix the doc now that
23308 regexp-opt-depth is unnecessary.
23309 (save-buffer-state): Set an edebug spec.
23310 (font-lock-fontify-anchored-keywords): Properly handle the case when
23311 the matcher goes past the limit.
23312
23313 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
23314 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
23315
23316 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
23317 dll.el and cookie.el (from Elib) with heavy renaming and other
23318 massaging.
23319
23320 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
23321 Autoload the functions used.
23322 (easy-mmode-define-syntax): Fix CL typo.
23323 (easy-mmode-define-derived-mode): Improve the docstring generation.
23324
23325 2000-03-10 Gerd Moellmann <gerd@gnu.org>
23326
23327 * textmodes/texinfo.el (texinfo-version): Variable and function
23328 removed.
23329
23330 2000-03-09 Stefan Monnier <monnier@cs.yale.edu>
23331
23332 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
23333 allow more flexibility.
23334 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New fns.
23335 (easy-mmode-defmap, easy-mmode-defsyntax)
23336 (easy-mmode-define-derived-mode): New macros.
23337
23338 2000-03-09 Didier Verna <didier@xemacs.org>
23339
23340 * rect.el (replace-rectangle): New function.
23341
23342 2000-03-09 Dave Love <fx@gnu.org>
23343
23344 * progmodes/fortran.el (fortran-comment-line-start): Define as "C".
23345 (fortran-comment-line-start-skip): Don't match cpp stuff.
23346 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
23347 (fortran-mode-map): Remove over-eager custom-menu-create for now.
23348 (fortran-mode): Don't set fortran-comment-line-start-skip,
23349 fortran-comment-line-start here. Set comment-start,
23350 add-log-current-defun.
23351 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
23352 (fortran-current-defun): New function.
23353
23354 2000-03-09 Gerd Moellmann <gerd@gnu.org>
23355
23356 * emacs-lisp/re-builder.el: New file.
23357
23358 * mouse.el (mouse-drag-region): Don't run up-event handler
23359 if hscroll has changed.
23360
23361 * octave-mod.el (octave-font-lock-keywords): To font-lock the
23362 builtin operators, use `font-lock-builtin-face' for Emacs and
23363 `font-lock-preprocessor-face' otherwise.
23364
23365 * font-lock.el (lisp-font-lock-keywords-1): Highlight
23366 `(defun (setf foo)' differently.
23367
23368 2000-03-08 Stefan Monnier <monnier@cs.yale.edu>
23369
23370 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
23371 (regexp-opt): Update comment and adapt the code the new meaning of
23372 the `paren' argument of regex-opt-group for shy-groups.
23373 (regexp-opt-depth): Handle shy groups as well as backslashed
23374 backslashes.
23375 (regexp-opt-group): Turn the leading comment into a docstring.
23376 Allow `paren' to be a string (the string to use to open a group).
23377 Remove open-presuf and close-presuf. Instead of checking for `all
23378 one-char' and then later on check for `several one-char', handle
23379 both cases close together. Also apply a more generic algorithm
23380 for suffixes (the mirror image of the algorithm used for
23381 prefixes). Use shy-groups. Use nreverse rather than reverse.
23382 (regexp-opt-try-suffix): Removed.
23383
23384 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
23385 from comint-mode-map, so we can just inherit from it. Also, move
23386 the initialization into the `defvar' since there's no docstring
23387 anyway and it's fairly short.
23388 (inferior-scheme-mode): Define it as derived-mode: the code is
23389 shorter and this way we inherit from comint-mode-map rather than
23390 copying it.
23391
23392 * subr.el (replace-regexps-in-string): Properly handle the case
23393 where we match an empty string.
23394
23395 * comint.el (comint-exec-1): Add the current-dir to the exec-path
23396 when the command has a directory component (such as "./testml").
23397 Also fix a typo in the comment.
23398
23399 2000-03-08 Gerd Moellmann <gerd@gnu.org>
23400
23401 * Makefile (compile-files): Compile files one by one because
23402 that's the only way to ensure a clean compilation environment for
23403 each individual file.
23404
23405 * frame.el (other-frame): Call x-focus-frame.
23406
23407 2000-03-07 Dave Love <fx@gnu.org>
23408
23409 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
23410 :require to defcustom.
23411
23412 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads lists.
23413
23414 * files.el (auto-mode-alist): Add configure.in.
23415
23416 * progmodes/autoconf.el: New file.
23417
23418 2000-03-07 Gerd Moellmann <gerd@gnu.org>
23419
23420 * mail/mh-e.el: Change maintainer to `none'.
23421
23422 * recentf.el (recentf-keep-non-readable-files-p): Quote args
23423 to remove-hook and add-hook.
23424
23425 2000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
23426
23427 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
23428 it as the default.
23429 (mail-send): Test mail-send-nonascii also for the new `mime' value.
23430 (sendmail-send-it): Conditionally add MIME headers specifying the
23431 used character set.
23432
23433 2000-03-07 Dave Love <fx@gnu.org>
23434
23435 * winner.el: Fix keywords, autoload cookies.
23436 Split eval-when-compile form to avoid compilation failure.
23437
23438 2000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
23439
23440 * international/mule.el: Modify comment about coding system
23441 property `coding-category'.
23442 (make-coding-system): New argument EOL-TYPE. Pay attention to
23443 coding-category property of PROPERTIES.
23444
23445 * international/mule-conf.el (coding-category-utf-8)
23446 (coding-category-utf-16-be, coding-category-utf-16-le): New coding
23447 categories. Include them in the argument for set-coding-priority.
23448
23449 * international/mule-cmds.el (reset-language-environment):
23450 Include coding-category-utf-8, coding-category-utf-16-be, and
23451 coding-category-utf-16-le in the argument for set-coding-priority.
23452 (reset-language-environment): Initialize coding-category-utf-8,
23453 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
23454
23455 2000-03-06 Karl Fogel <kfogel@red-bean.com>
23456
23457 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
23458 code abstracted out of `bookmark-jump-noselect'. Now tries info
23459 extensions as well as compression extensions.
23460 (bookmark-jump-noselect): Use above new func.
23461
23462 2000-03-03 Gerd Moellmann <gerd@gnu.org>
23463
23464 * strokes.el: Change maintainer's mail address.
23465
23466 2000-03-03 Kenichi Handa <handa@etl.go.jp>
23467
23468 * international/mule-diag.el (list-character-sets): Make help-echo
23469 string by substitute-command-keys.
23470 (list-character-sets): Likewise.
23471 (sort-listed-character-sets): Call help-setup-xref.
23472
23473 2000-03-02 Gerd Moellmann <gerd@gnu.org>
23474
23475 * time.el (display-time-mail-file): Add `none' to the list of choices.
23476
23477 2000-03-01 Dave Love <fx@gnu.org>
23478
23479 * help.el (help-xref-go-back): Don't try to set position.
23480
23481 * international/mule-diag.el (list-character-sets):
23482 Call help-setup-xref. Add help-echo to xrefs.
23483 (list-character-sets-1): Add help-echo to xrefs.
23484
23485 2000-03-02 Gerd Moellmann <gerd@gnu.org>
23486
23487 * frame.el (blink-cursor-mode): Switch cursor on when turning
23488 the mode off.
23489
23490 * add-log.el (add-log-current-defun): Add support for
23491 Autoconf mode.
23492
23493 * mail/rmail.el (rmail-quit-hook): New variable.
23494
23495 2000-03-01 Dave Love <fx@gnu.org>
23496
23497 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
23498
23499 * help.el (help-xref-button): Add help-echo arg.
23500 (describe-function-1, describe-variable, help-make-xrefs): Use it.
23501
23502 * faces.el (list-faces-display): Supply help-echo with help-make-xrefs.
23503
23504 * facemenu.el (list-text-properties-at): Set help-xref-stack to nil.
23505
23506 2000-03-01 Gerd Moellmann <gerd@gnu.org>
23507
23508 * image.el (defimage): Look for image files in load-path.
23509
23510 * frame.el (busy-cursor-delay-seconds): Change type to `number'.
23511
23512 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
23513
23514 * recentf.el (recentf): Added version tag to the defgroup of recentf.
23515
23516 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
23517
23518 * recentf.el (recentf-cleanup): Changed to remove excluded file too.
23519 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
23520 action to select/unselect a file.
23521 (recentf-edit-list): Code cleanup and improvement.
23522 (recentf-open-more-files-action): `recentf-open-more-files' button
23523 widget action to open a file.
23524 (recentf-open-more-files): No more use standard completion but widgets.
23525 (recentf-more-collection): Deleted.
23526 (recentf-more-history): Deleted.
23527 (recentf-setup-more-completion): Deleted.
23528
23529 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
23530
23531 * recentf.el (recentf-mode): No more needs that Emacs is running
23532 under a window-system.
23533
23534 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
23535
23536 * recentf.el (recentf-edit-list): New command to edit the recent
23537 list which allow the user to remove files.
23538 (recentf-edit-selected-items): New global variable, used by
23539 `recentf-edit-list' to hold the list of files to be removed from
23540 the recent list.
23541 (recentf-make-menu-items): Updated to display a "Edit list..."
23542 menu item. Minor code cleanup.
23543
23544 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
23545
23546 * recentf.el (recentf-open-more-files): New command to open files
23547 that are not displayed in the menu.
23548 (recentf-more-collection): New global variable holding the set of
23549 permissible completions used by `recentf-open-more-files'.
23550 (recentf-more-history): New global variable holding the history list
23551 used by `recentf-open-more-files' completion.
23552 (recentf-setup-more-completion): New function to setup completion for
23553 `recentf-open-more-files'.
23554 (recentf-make-menu-items): Updated to display a "More..." menu item.
23555
23556 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
23557
23558 * recentf.el (recentf-menu-action): Doc fixed.
23559
23560 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
23561
23562 * recentf.el (recentf-menu-filter): Doc updated.
23563 (recentf-update-menu-hook): Allow menu filters to force menu update.
23564 (recentf-make-menu-items): New menu filter handling.
23565 (recentf-make-menu-item): New helper function.
23566 (recentf-menu-elements): New menu handling function.
23567 (recentf-sort-ascending): Updated to new menu filter handling.
23568 (recentf-sort-descending): Updated to new menu filter handling.
23569 (recentf-sort-basenames-ascending): New menu filter function.
23570 (recentf-sort-basenames-descending): New menu filter function.
23571 (recentf-show-basenames): New menu filter function.
23572 (recentf-show-basenames-ascending): New menu filter function.
23573 (recentf-show-basenames-descending): New menu filter function.
23574
23575 2000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
23576
23577 * diary-lib.el (list-diary-entries): Don't try to go forward at
23578 the end of the buffer.
23579
23580 2000-02-29 Kenichi Handa <handa@etl.go.jp>
23581
23582 * international/mule-diag.el (list-character-sets):
23583 Completely rewritten.
23584 (sort-listed-character-sets): New function.
23585 (list-character-sets-1): Completely rewritten.
23586 (list-character-sets-2): New function.
23587 (non-iso-charset-alist): New variable.
23588 (decode-codepage-char): New function.
23589 (charset-history): New variable.
23590 (read-charset) (list-block-of-chars)
23591 (list-iso-charset-chars)
23592 (list-non-iso-charset-chars)
23593 (list-charset-chars): New functions.
23594 (mule-diag): Call list-character-sets-2, not list-character-sets-2.
23595 (dump-charsets): Likewise.
23596
23597 2000-02-29 Gerd Moellmann <gerd@gnu.org>
23598
23599 * dired-x.el (dired-filename-at-point): Add `@' to valid
23600 file name characters.
23601 (dired-filename-at-point): Handle ange-ftp file names.
23602
23603 * frame.el (frame-notice-user-settings): Use assq-delete-all
23604 instead of assoc-delete-all.
23605 (frame-notice-user-settings): Ditto.
23606
23607 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
23608 Don't copy alist.
23609
23610 2000-02-28 Eli Barzilay <eli@cs.cornell.edu>
23611
23612 * calculator.el (calculator-use-menu): New option.
23613 (calculator-initial-bindings): Changed some bindings to work as macros.
23614 (calculator-forced-input): Removed.
23615 (calculator-restart-other-mode): New variable.
23616 (calculator-mode-map): Set up menu.
23617
23618 2000-02-28 Jari Aalto <jari.aalto@poboxes.com>
23619
23620 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc tags.
23621
23622 2000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
23623
23624 * viper-cmd.el (viper-envelop-ESC-key): Add the option to
23625 translate all ESC key sequences.
23626 (viper-goto-mark-subr): Restore markers for files for which
23627 they were saved.
23628 * viper-init.el (viper-translate-all-ESC-keysequences): New variable.
23629 * viper-util.el (viper-set-replace-overlay-glyphs)
23630 (viper-set-replace-overlay): Always check if the replacement
23631 overlay is live.
23632 * viper.el (viper-vi-state-mode-list): Add major modes.
23633 * ediff-wind.el: Minor comment changes.
23634 * ediff.el: Copyright notice date fix.
23635
23636 2000-02-27 Jason Rumney <jasonr@gnu.org>
23637
23638 * faces.el (face-font-family-alternatives): Add arial to helv.
23639 (mode-line, header-line, tool-bar): Same default as x for w32.
23640 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
23641 face-font-family-alternatives from working.
23642 * term/w32-win.el (mouse-set-font): Do not build fontset from
23643 chosen font.
23644
23645 2000-02-25 Sam Steingold <sds@goems.com>
23646
23647 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
23648 properly.
23649
23650 2000-02-25 Richard M. Stallman <rms@gnu.org>
23651
23652 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
23653
23654 2000-02-25 Gerd Moellmann <gerd@gnu.org>
23655
23656 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer writable.
23657
23658 * frame.el (busy-cursor-delay-seconds): New option.
23659
23660 2000-02-24 Gerd Moellmann <gerd@gnu.org>
23661
23662 * frame.el (show-cursor-in-non-selected-windows): New option.
23663
23664 2000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
23665
23666 * diary-lib.el (include-other-diary-files): Undo the selective
23667 display in any included file and don't kill it.
23668
23669 2000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
23670
23671 * dired.el (dired-mode-map): Don't remove "Edit" from the menu bar.
23672 Menu items converted to (menu-item format, help strings added.
23673 [downcase, upcase]: Don't enable on MS-DOS.
23674 [symlink, symlinks]: Don't show if make-symbolic-link is not bound.
23675 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
23676
23677 2000-02-23 Dave Love <fx@gnu.org>
23678
23679 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
23680 (backward-kill-word): Revert addition of * to interactive spec --
23681 it's a feature.
23682
23683 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
23684 (backward-kill-sentence, kill-sentence): Likewise.
23685
23686 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
23687 scratch buffer name.
23688 (gud-format-command): Use int-to-string in ?l case. Simplify slightly.
23689
23690 * term/w32-win.el (internal-face-interactive): Update prompt for
23691 new read-face-name.
23692
23693 * mail/footnote.el (footnote): Add :version to defgroup.
23694 (footnote-section-tag-regexp): Customize.
23695 (footnote-start-tag, footnote-end-tag): New option.
23696 (footnote-latin-regexp): New variable.
23697 (Footnote-latin): New function.
23698 (footnote-style-alist): Add element for latin style.
23699 (footnote-style): Moved.
23700 (Footnote-goto-footnote): Use eq to test arg.
23701
23702 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
23703
23704 * emacs-lisp/byte-opt.el: Change old backquote syntax.
23705 (byte-compile-trueconstp): Include keywords.
23706 (byte-optimize-quote, byte-optimize-lapcode):
23707 Use byte-compile-const-symbol-p.
23708 (byte-optimize-char-before): New optimization.
23709
23710 * emacs-lisp/bytecomp.el: Change old backquote syntax.
23711 (byte-compile-const-symbol-p): New function.
23712 (byte-compile-constp, byte-compile-out-toplevel)
23713 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
23714 Use it.
23715
23716 * subr.el (define-key-after): Default AFTER to t. Doc fix.
23717
23718 2000-02-23 Kenichi Handa <handa@etl.go.jp>
23719
23720 * international/encoded-kb.el: Be sure to update minor-mode-alist
23721 and minor-mode-map-alist.
23722 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
23723 codes SS2 and SS3 correctly.
23724 (encoded-kbd-self-insert-ccl): New function.
23725 (encoded-kbd-setup-keymap): New function.
23726 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
23727 by calling encoded-kbd-setup-keymap.
23728
23729 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte characters.
23730 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t locally.
23731
23732 2000-02-22 Dave Love <fx@gnu.org>
23733
23734 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
23735 (lisp-mode-map, lisp-interaction-mode-map): Define all inside defvar.
23736 (lisp-mode-syntax-table): Set up for #|...|# comments.
23737 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
23738 classes. Match `defface'.
23739 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
23740 (eval-defun-1): Fix for defcustom.
23741 (lisp-indent-region): Doc fix.
23742
23743 * subr.el (when, unless, split-string): Doc fix.
23744 (read-passwd): Move call of clear-this-command-keys to the right place.
23745 (replace-regexps-in-string): New function.
23746
23747 2000-02-22 Gerd Moellmann <gerd@gnu.org>
23748
23749 * help.el (describe-variable): Set syntax table to
23750 emacs-lisp-mode-syntax-table when moving forward over the
23751 symbol's name.
23752
23753 2000-02-22 Dave Love <fx@gnu.org>
23754
23755 * xt-mouse.el: Doc fixes.
23756 (xterm-mouse-position-function): New function, replacing advice of
23757 mouse-position.
23758 (xterm-mouse-mode): Use it. Don't turn on under a window system.
23759
23760 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
23761
23762 2000-02-21 Gerd Moellmann <gerd@gnu.org>
23763
23764 * format.el (format-annotate-single-property-change):
23765 Handle properties with dotted-list values.
23766 (format-proper-list-p): New function.
23767
23768 * enriched.el (enriched-face-ans): Handle '(foreground-color
23769 . COLOR) and (background-color . COLOR).
23770
23771 2000-02-20 Dave Love <fx@gnu.org>
23772
23773 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
23774 and assignments to it.
23775 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
23776 current local map.
23777 (make-flyspell-overlay): Use it.
23778 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
23779
23780 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
23781 (lm-get-header-re): Defun, not defsubst.
23782 (lm-get-package-name): Defun, not defsubst. Simplify.
23783 (lm-version): Doc fix. Simplify.
23784 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
23785 (lm-crack-address, lm-last-modified-date, lm-commentary)
23786 (lm-verify, lm-synopsis): Simplify.
23787 (lm-report-bug): Require emacsbug. Use compose-mail.
23788
23789 2000-02-20 Gerd Moellmann <gerd@gnu.org>
23790
23791 * dired.el (dired-mode): Call propertized-buffer-identification
23792 to set mode-line-buffer-identification to something having
23793 the right text properties.
23794
23795 * bindings.el (propertized-buffer-identification): New function.
23796
23797 2000-02-20 Dave Love <fx@gnu.org>
23798
23799 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
23800 check for t-mouse too.
23801
23802 * cus-start.el: Make echo-keystrokes `number'.
23803
23804 2000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
23805
23806 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
23807 Don't call ring-empty-p unless tags-location-ring is bound.
23808 From Noah Friedman <friedman@splode.com>.
23809
23810 2000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
23811
23812 * progmodes/hideshow.el (hs-flag-region): No longer use
23813 `intangible' overlay property.
23814
23815 (hs-toggle-hiding): New command.
23816 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
23817
23818 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
23819 Fix omission bug: Run `hs-minor-mode-hook' for both activation
23820 and deactivation.
23821
23822 2000-02-18 Gerd Moellmann <gerd@gnu.org>
23823
23824 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
23825
23826 2000-02-17 Gerd Moellmann <gerd@gnu.org>
23827
23828 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
23829
23830 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
23831 of `*' to handle `(* ... *)' comments.
23832
23833 2000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
23834
23835 * faces.el (list-faces-display): Use display-mouse-p instead of
23836 window-system.
23837
23838 * menu-bar.el (global-map): Menu-bar items converted to the new
23839 format (menu-item..., rearranged for better CUA compliance, and
23840 their names changed for better clarity. Help strings added.
23841
23842 * international/mule-cmds.el (mule-menu-keymap)
23843 (describe-language-environment-map, set-coding-system-map)
23844 (setup-language-environment-map): Convert to new (menu-item...
23845 form, add help strings. Change names of menu items for better clarity.
23846 "Mule" menu-bar item removed (it's now in the "Options" submenu).
23847
23848 2000-02-17 Gerd Moellmann <gerd@gnu.org>
23849
23850 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
23851 within the code.
23852
23853 2000-02-16 Dave Love <fx@gnu.org>
23854
23855 * faces.el: Don't require custom. Add more specific :groups to
23856 various deffaces.
23857 (set-face-attribute): Purecopy args.
23858 (read-face-name): Default to name at point and use it in prompt.
23859 Remove colon from arg in all callers.
23860 (list-faces-display): Hyperlink to face descriptions and customize
23861 buffers.
23862
23863 2000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
23864
23865 * wid-edit.el (widget-match-inline): An atom never matches a list.
23866
23867 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
23868
23869 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
23870 at ':' characters by call to split-string.
23871
23872 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
23873
23874 * textmodes/bibtex.el: Added RCS version identification.
23875
23876 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
23877
23878 * textmodes/bibtex.el: Some temporary comments removed.
23879 (bibtex-field-name, bibtex-entry-type): Made the relationship explicit.
23880 (bibtex-field-const): Allow capital letters.
23881 (bibtex-start-of-string): Deleted because unused.
23882
23883 * textmodes/bibtex.el: Unified some nomenclature. We no longer
23884 use the term 'reference' to describe a bibtex entry as a whole.
23885 Further, reference keys are no longer called 'labels'.
23886 (bibtex-keys): Renamed to bibtex-reference-keys.
23887 (bibtex-reformat-previous-labels): Renamed to
23888 bibtex-reformat-previous-reference-keys.
23889 (bibtex-reference-type): Renamed to bibtex-entry-type.
23890 (bibtex-reference-head): Renamed to bibtex-entry-head.
23891 (bibtex-reference-maybe-empty-head): Renamed to
23892 bibtex-entry-maybe-empty-head.
23893 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
23894 (bibtex-search-reference): Renamed to bibtex-search-entry.
23895 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
23896 bibtex-enclosing-entry-maybe-empty-head.
23897 (bibtex-entry-field-alist, bibtex-entry-head)
23898 (bibtex-font-lock-keywords, bibtex-skip-to-valid-entry)
23899 (bibtex-map-entries, bibtex-search-entry)
23900 (bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry)
23901 (bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode)
23902 (bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message)
23903 (bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer)
23904 (bibtex-find-entry-location, bibtex-validate, bibtex-find-text)
23905 (bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat)
23906 (bibtex-complete-key, bibtex-String) : Use the new nomenclature.
23907
23908 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
23909
23910 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
23911 comment.
23912 (bibtex-format-field-delimiters): New function, functionality
23913 extracted from bibtex-format-entry.
23914 (bibtex-autokey-get-yearfield-digits): New function, functionality
23915 extracted from bibtex-autokey-get-yearfield.
23916
23917 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
23918 entries in order to avoid stack overflow in the regexp matcher if
23919 field contents become large.
23920 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield)
23921 (bibtex-field-string-part-not-braced)
23922 (bibtex-field-string-part-no-inner-braces)
23923 (bibtex-field-string-part-1-inner-brace)
23924 (bibtex-field-string-part-2-inner-braces)
23925 (bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced)
23926 (bibtex-field-string-quoted, bibtex-field-string)
23927 (bibtex-field-string-or-const, bibtex-field-text, bibtex-field)
23928 (bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix)
23929 (bibtex-string, bibtex-key-in-string, bibtex-text-in-string):
23930 Deleted as parsing is now performed by the following functions.
23931 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced)
23932 (bibtex-parse-quoted-string, bibtex-parse-field-string-quoted)
23933 (bibtex-parse-field-string, bibtex-search-forward-field-string)
23934 (bibtex-parse-association, bibtex-field-name-for-parsing)
23935 (bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field)
23936 (bibtex-search-forward-field, bibtex-search-backward-field)
23937 (bibtex-start-of-field, bibtex-end-of-field)
23938 (bibtex-start-of-name-in-field, bibtex-end-of-name-in-field)
23939 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
23940 (bibtex-parse-string-prefix, bibtex-parse-string-postfix)
23941 (bibtex-parse-string, bibtex-search-forward-string)
23942 (bibtex-search-backward-string, bibtex-start-of-string)
23943 (bibtex-end-of-string, bibtex-start-of-reference-key-in-string)
23944 (bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string)
23945 (bibtex-end-of-text-in-string): New functions for the parsing of bibtex
23946 entries. Instead of reporting the results of the parsing by
23947 match-beginning or match-end, these functions return data structures
23948 that hold the corresponding positions.
23949 (bibtex-enclosing-field): Changed to also report field boundaries by
23950 return values rather than by match-beginning or match-end.
23951 The following functions have been adapted to use the new
23952 parsing functions.
23953 (bibtex-skip-to-valid-entry, bibtex-search-reference)
23954 (bibtex-enclosing-field, bibtex-format-entry)
23955 (bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring)
23956 (bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode)
23957 (bibtex-print-help-message, bibtex-end-of-entry)
23958 (bibtex-ispell-abstract, bibtex-validate, bibtex-next-field)
23959 (bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
23960 (bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry):
23961 Use the new method for parsing.
23962 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry)
23963 (bibtex-map-entries, bibtex-flash-head)
23964 (bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry)
23965 (bibtex-autokey-change, bibtex-autokey-get-namefield)
23966 (bibtex-autokey-get-names, bibtex-autokey-get-titlestring)
23967 (bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode)
23968 (bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer)
23969 (bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
23970 (bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
23971 order to make the new binding of case-fold-search immediately visible.
23972
23973 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
23974
23975 * textmodes/bibtex.el: Copyright notice is up to date.
23976 Added constant 'bibtex-maintainer-salutation.
23977
23978 * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather
23979 than make-temp-name, use match-string-no-properties and eliminate
23980 a quadratic behavior when building bibtex-strings.
23981
23982 * bibtex.el (bibtex-reference-key): Accept string entries whose
23983 reference key contains upper case letters.
23984
23985 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
23986
23987 * bibtex.el (bibtex-reference-head): Allow entries to start with
23988 a new line.
23989
23990 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
23991
23992 * bibtex.el: Hiding of entry bodies is not longer provided by
23993 bibtex.el directly. Instead the hideshow package can be used.
23994 Added a special bibtex entry to hs-special-modes-alist.
23995 (bibtex-hs-forward-sexp): Added for hideshow.el.
23996
23997 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
23998
23999 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
24000 proceedings entry type (for cross referencing). Thanks to Wagner
24001 Toledo Correa for the suggestion.
24002
24003 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
24004
24005 2000-02-14 Kenichi Handa <handa@etl.go.jp>
24006
24007 * international/characters.el: Setup case table for Vietnamese.
24008
24009 2000-02-12 Gerd Moellmann <gerd@gnu.org>
24010
24011 * uniquify.el (toplevel): Require CL at compile time.
24012 (uniquify-push): Removed.
24013
24014 * shadowfile.el (shadow-when): Removed.
24015
24016 * tempo.el (tempo-dolist, tempo-mapc): Removed.
24017 (tempo-process-and-insert-string): Use dolist instead of tempo-dolist.
24018
24019 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
24020 regexp for paragraph-start.
24021
24022 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
24023 commas as well.
24024
24025 2000-02-10 Dave Love <fx@gnu.org>
24026
24027 * wid-edit.el: (widgets) [defgroup]: Remove url link.
24028 (widget-color-choice-list, widget-color-history, widget-mouse-help):
24029 Deleted.
24030 (widget-specify-field, widget-specify-button): Don't use
24031 widget-mouse-help as help-echo property.
24032 (default): Use #'ignore for :validate and :mouse-down-action.
24033 (checkbox): Add help-echo.
24034 (widget-sexp-validate): Rewritten to clarify error messages.
24035 (character): Use char-valid-p in :match function.
24036 (widget-color-complete): Use facemenu-color-alist.
24037 (widget-color-action): Use facemenu-read-color.
24038
24039 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
24040 set up `caar' &c that we now have.
24041
24042 2000-02-09 Ray Blaak <blaak@gnu.org>
24043
24044 * delphi.el: Make resourcestring a declaration region, like const
24045 and var.
24046
24047 2000-02-09 Dave Love <fx@gnu.org>
24048
24049 * bindings.el (mode-line-input-method-map): New variable.
24050 (mode-line-mule-info): Use it; fix last change.
24051 (mode-line-mode-menu): Move definition.
24052 (mode-line-mouse-sensitive-p): Deleted.
24053 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
24054 (make-mode-line-mouse-sensitive): Deleted. Body moved to top level.
24055
24056 * startup.el (command-line-1): Don't call
24057 make-mode-line-mouse-sensitive.
24058
24059 2000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
24060
24061 * mail/rmail.el (rmail-retry-failure): Use rmail-beginning-of-message
24062 before rmail-toggle-header, because the former toggles headers.
24063
24064 2000-02-06 Stefan Monnier <monnier@cs.yale.edu>
24065
24066 * diff-mode.el (diff-kill-junk): New interactive function.
24067 (diff-reverse-direction): Use delete-and-extract-region.
24068 (diff-post-command-hook): Restrict the area so that the hook also works
24069 outside of any diff hunk. This is necessary for the minor-mode.
24070 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
24071 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
24072
24073 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
24074 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
24075 so that it can be used more easily in <foo>-mode-hook. Also make sure
24076 to avoid duplicate entries.
24077 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
24078 (font-lock-remove-keywords): Just as was done for `add', allow it to
24079 work even if font-lock-mode is nil. Also make sure we don't modify
24080 any pre-existing list by forcing a copy-sequence. Finally rename
24081 `major-mode' to `mode'.
24082 (font-lock-fontify-syntactic-anchored-keywords)
24083 (font-lock-fontify-anchored-keywords)
24084 (font-lock-fontify-keywords-region): Use line-end-position.
24085 Don't make `font-lock-multiline' local (it's now done in
24086 font-lock-set-defaults).
24087 (font-lock-set-defaults): Make `font-lock-multiline' local.
24088 Move the `font-lock-fontified' creation to inside the `unless'.
24089
24090 2000-02-06 Andrew Innes <andrewi@gnu.org>
24091
24092 * term/w32-win.el (x-handle-args): Comment out call to message,
24093 which occurs before window system is initialized.
24094
24095 * makefile.nt: Add support for recompiling lisp code.
24096
24097 2000-02-04 Dave Love <fx@gnu.org>
24098
24099 * bindings.el (mode-line-mule-info): Fix/extend last change.
24100
24101 * completion.el: Replace completion-dolist with dolist.
24102
24103 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist, dotimes.
24104
24105 2000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
24106
24107 * textmodes/reftex.el (reftex-compile-variables): Regexp-quote the
24108 environment names before they go into the section regexp.
24109
24110 * textmodes/reftex-global.el (reftex-change-label): Add `A-Z' to
24111 char class in regexp.
24112
24113 * textmodes/reftex-parse.el (reftex-with-special-syntax):
24114 Bind `case-fold-search' to nil.
24115
24116 * progmodes/idlwave.el (idlwave-template):
24117 Respect `idlwave-abbrev-change-case'.
24118 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for)
24119 (idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat)
24120 (idlwave-while): Respect `idlwave-reserved-word-upcase'.
24121 (idlwave-rw-case): New function.
24122 (idlwave-statement-match): Fixed problem with assignment regexp.
24123 (idlwave-font-lock-keywords): Improved regexp for keyword parameters.
24124 (idlwave-surround): New argument LENGTH to support padding of
24125 operators longer than 1 char.
24126
24127 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
24128 idlwave-shell-expression-overlay. Implemented printing of
24129 expressions on higher levels of the calling stack.
24130 (idlwave-shell-display-level-in-calling-stack): Restore stack level.
24131 (idlwave-retrieve-expression-from-level): New function.
24132 (idlwave-shell-last-calling-stack): Variable removed.
24133 (idlwave-shell-reset): Argument action reversed (`visible' to
24134 `hidden'). Also remove stop-line overlay.
24135 (idlwave-shell-calling-stack-routine): New variable.
24136 (idlwave-shell-parse-stack-and-display): Messages now display
24137 negative level numbers.
24138 (idlwave-shell-mode): Set `modeline-format'.
24139 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
24140 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs 21.
24141 (idlwave-shell-print-expression-function): New option.
24142
24143 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere)
24144 (idlwave-toolbar-remove-everywhere): Keybindings prefix is now
24145 `tool-bar' instead of `toolbar'.
24146
24147 2000-02-02 Dave Love <fx@gnu.org>
24148
24149 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
24150 emacs-lisp-mode-hook. Don't check for defalias being defined.
24151
24152 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
24153 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions.
24154 Use the new builtins directly.
24155
24156 * whitespace.el (whitespace): Add :version to defgroup.
24157
24158 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
24159 Doc fix.
24160
24161 * thingatpt.el (sexp-at-point, symbol-at-point)
24162 (number-at-point, list-at-point): Add autoload cookie.
24163
24164 * recentf.el (recentf): Add :version to defgroup.
24165
24166 * quickurl.el (quickurl): Add :version to defgroup.
24167
24168 * elide-head.el (elide-head): Use point-marker more.
24169
24170 * bs.el (bs): Add :version to defgroup.
24171
24172 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
24173
24174 * progmodes/delphi.el (delphi): Add :version to defgroup.
24175
24176 2000-02-02 Gerd Moellmann <gerd@gnu.org>
24177
24178 * ange-ftp.el (ange-ftp-write-region): Handle case that
24179 succeeding process operation sets a different coding system.
24180
24181 * calculator.el: New file.
24182
24183 2000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
24184
24185 * frame.el (frames-on-display-list, framep-on-display): New functions.
24186 (display-mouse-p, display-popup-menus-p, display-graphic-p)
24187 (display-selections-p, display-screens, display-pixel-width)
24188 (display-pixel-height, display-mm-width, display-mm-height)
24189 (display-backing-store, display-save-under, display-planes)
24190 (display-color-cells, display-visual-class): New functions.
24191
24192 * term/tty-colors.el (tty-color-gray-shades): New function.
24193
24194 * faces.el (display-color-p): Use framep-on-display.
24195 (display-grayscale-p): New function.
24196
24197 2000-01-31 Dave Love <fx@gnu.org>
24198
24199 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
24200 (create-fontset-from-x-resource): Don't concat integers.
24201
24202 2000-01-31 Inge Frick <inge@nada.kth.se>
24203
24204 * view.el: Some changes in documentation. Removed some trailing
24205 whitespace. Changed some parameter names to agree with documentation.
24206 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
24207 window is not deleted. Modifies change 1998-04-26.
24208
24209 2000-01-31 Gerd Moellmann <gerd@gnu.org>
24210
24211 * windmove.el: New file.
24212
24213 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
24214 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
24215 progmodes/ebnf-yac.el: Update copyright and license info.
24216
24217 * jit-lock.el (jit-lock-function): Widen before calculating
24218 end position.
24219 (jit-lock-stealth-chunk-start): Rewritten.
24220
24221 * info.el (Info-title-face-alist): Removed.
24222 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New faces.
24223 (Info-fontify-node): Use these faces.
24224
24225 2000-01-30 Gerd Moellmann <gerd@gnu.org>
24226
24227 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
24228 (cl-macro-list1): Recognize `&allow-other-keys' instead of
24229 `&allow-other-keywords'.
24230
24231 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
24232 the list of directories scanned heuristically.
24233
24234 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to exist.
24235
24236 2000-01-30 Jason Rumney <jasonr@gnu.org>
24237
24238 * w32-fns.el: Define w32-tty-standard-colors.
24239
24240 * startup.el (command-line): Use w32-tty-standard-colors when in
24241 w32 console mode.
24242
24243 2000-01-30 Dave Love <fx@gnu.org>
24244
24245 * jka-compr.el (jka-compr-load): Fix up load-history.
24246
24247 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
24248
24249 * emacs-lisp/cl-macs.el: Revert previous change.
24250
24251 2000-01-29 Dave Love <fx@gnu.org>
24252
24253 * facemenu.el: Purecopy various strings.
24254
24255 * timezone.el (timezone-fix-time): Window against 69 for two-digit
24256 years. Deal with three-digit years.
24257
24258 * help.el (help-xref-symbol-regexp, help-xref-info-regexp):
24259 Use defconst, purecopy.
24260 (help-back-label): Purecopy it.
24261
24262 2000-01-18 Gerd Moellmann <gerd@gnu.org>
24263
24264 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
24265 variable. If non-nil, order the buffer list according to the
24266 currently selected frame.
24267 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
24268 non-nil, pass the selected frame to function buffer-list.
24269
24270 2000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
24271
24272 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
24273
24274 2000-01-28 Dave Love <fx@gnu.org>
24275
24276 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
24277
24278 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
24279 Don't use lisp-indent-hook property.
24280 (cl-abs): Remove.
24281
24282 * subr.el: Move out indent and edebug specs for when and unless.
24283
24284 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
24285 when, unless.
24286
24287 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
24288 unless, when.
24289
24290 2000-01-28 Gerd Moellmann <gerd@gnu.org>
24291
24292 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
24293 `collecting' as synonym for `collect'.
24294
24295 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
24296 for the case it contains spaces.
24297
24298 * simple.el (what-cursor-position): Change formatting of messages.
24299
24300 * frame.el (delete-other-frames): New function.
24301 (toplevel): Bind it to C-x 5 1.
24302
24303 * sort.el (sort-numeric-base): New option.
24304 (sort-numeric-fields): If number starts with `0' or `0[xX[',
24305 interpret it as octal or hexadecimal. Use sort-numeric-base
24306 as default base.
24307
24308 * progmodes/glasses.el: New file.
24309
24310 2000-01-27 Gerd Moellmann <gerd@gnu.org>
24311
24312 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
24313 userids differently.
24314
24315 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
24316 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
24317 progmodes/ebnf-yac.el: New files.
24318
24319 2000-01-26 Dave Love <fx@gnu.org>
24320
24321 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
24322 on a function with an empty body. [From Eric Ludlam.]
24323
24324 2000-01-25 Andre Spiegel <spiegel@gnu.org>
24325
24326 * vc.el (vc-version-diff): Make sure file name is expanded.
24327
24328 2000-01-25 Gerd Moellmann <gerd@gnu.org>
24329
24330 * scroll-bar.el (scroll-bar-timer): Variable removed.
24331 (scroll-bar-toolkit-scroll): Don't use a timer.
24332
24333 2000-01-25 Kenichi Handa <handa@etl.go.jp>
24334
24335 * language/thai-util.el (thai-composition-function):
24336 Delete superfluous `a'.
24337
24338 2000-01-24 Dave Love <fx@gnu.org>
24339
24340 * fortran.el (fortran-mode): Use beginning-of-defun-function,
24341 end-of-defun-function.
24342
24343 * font-lock.el (turn-on-font-lock): Don't depend on window-system &c.
24344
24345 2000-01-22 Jason Rumney <jasonr@gnu.org>
24346
24347 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
24348 conflicts with new face support.
24349
24350 2000-01-22 Richard M. Stallman <rms@gnu.org>
24351
24352 * replace.el (query-replace): Rename last arg to DELIMITED.
24353 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
24354 (query-replace-regexp): Likewise.
24355
24356 2000-01-20 Richard M. Stallman <rms@gnu.org>
24357
24358 * subr.el (with-syntax-table): Use make-symbol, not gensym.
24359
24360 * emacs-lisp/lisp.el (beginning-of-defun-function):
24361 Variable renamed from beginning-of-defun.
24362 Do not call make-variable-buffer-local.
24363 (beginning-of-defun-raw): Use new variable name; doc fix.
24364 (beginning-of-defun): Doc fix.
24365 (end-of-defun-function): Variable renamed from end-of-defun.
24366 Do not call make-variable-buffer-local.
24367 (end-of-defun): Use new variable name; doc fix.
24368
24369 * subr.el (dolist, dotimes): Copied from cl-macs.el
24370 and made to work.
24371
24372 * mail/undigest.el (rmail-digest-end-regexps):
24373 Variable replaces rmail-digest-end-regexp.
24374 Allows multiple regexps for detecting the end line.
24375 (undigestify-rmail-message): Corresponding changes.
24376
24377 2000-01-19 Dave Love <fx@gnu.org>
24378
24379 * files.el (user-init-file): Don't declare here -- is primitive.
24380
24381 * startup.el (command-line): Check for compiled user-init-file and
24382 set to uncompiled version if necessary.
24383
24384 2000-01-18 Gerd Moellmann <gerd@gnu.org>
24385
24386 * mail/undigest.el (rmail-digest-end-regexp): New user option.
24387 (undigestify-rmail-message): Use it.
24388
24389 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
24390
24391 2000-01-17 Gerd Moellmann <gerd@gnu.org>
24392
24393 * tmm.el (tmm-goto-completions): Adapt to prompt being part
24394 of mini-buffer.
24395
24396 2000-01-14 Gerd Moellmann <gerd@gnu.org>
24397
24398 * emacs-lisp/copyright.el (copyright-update): Removed the
24399 requirement for a trailing space from `copyright-regexp', to
24400 support copyrights with owner specified on a separate line..
24401
24402 * align.el: New file.
24403
24404 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
24405
24406 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
24407
24408 2000-01-13 Dave Love <fx@gnu.org>
24409
24410 * ph.el: Removed. (Obsoleted by EUDC.)
24411
24412 2000-01-13 Gerd Moellmann <gerd@gnu.org>
24413
24414 * net/eudc.el (toplevel): Remove autoloaded code installing
24415 menu with easymenu, because that causes build problems.
24416
24417 * frame.el (frame-notice-user-settings): New variable.
24418 (frame-notice-user-settings): Don't modify frame parameters
24419 if called a second time.
24420
24421 2000-01-13 Richard M. Stallman <rms@gnu.org>
24422
24423 * frame.el (frame-notice-user-settings):
24424 Notice default-frame-parameters even for non-window frames.
24425
24426 2000-01-13 Gerd Moellmann <gerd@gnu.org>
24427
24428 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
24429 for Emacs.
24430 (eudc-bob-can-display-inline-images): Extend for Emacs.
24431 (eudc-bob-toggle-inline-display): Ditto.
24432 (eudc-bob-display-jpeg): Ditto.
24433
24434 2000-01-12 Gerd Moellmann <gerd@gnu.org>
24435
24436 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
24437 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
24438 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
24439
24440 * add-log.el (add-change-log-entry): Fix error trying an
24441 `(insert nil)'.
24442
24443 * subdirs.el: Add `net' directory.
24444
24445 * net: New directory.
24446
24447 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
24448 eval-last-sexp. Don't bind debug-on-error here.
24449 (eval-last-sexp): New function. Bind debug-on-error if
24450 eval-expression-debug-on-error is non-nil.
24451 (eval-defun-2, eval-defun): Likewise.
24452
24453 * simple.el (eval-expression): Don't bind debug-on-error if
24454 eval-expression-debug-on-error is nil. Detect changed
24455 debug-on-error, and propagate new value to global binding, if
24456 eval-expression-debug-on-error is non-nil,
24457 (eval-expression-debug-on-error): Change doc string.
24458
24459 2000-01-11 Richard M. Stallman <rms@gnu.org>
24460
24461 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
24462
24463 * emacs-lisp/lisp-mode.el (with-syntax-table):
24464 Set up lisp-indent-function property.
24465
24466 * subr.el (with-syntax-table): Moved from simple.el.
24467
24468 * simple.el (with-syntax-table): Moved to subr.el.
24469
24470 2000-01-11 Gerd Moellmann <gerd@gnu.org>
24471
24472 * tmm.el (tmm-shortcut): Delete region after prompt instead
24473 of erasing buffer.
24474
24475 * textmodes/fill.el (fill-common-string-prefix): New function.
24476 (fill-context-prefix): Use the longest common prefix of first
24477 and second line fill prefix, if there is one.
24478
24479 2000-01-11 Richard M. Stallman <rms@gnu.org>
24480
24481 * array.el (array-mode): Don't use make-variable-buffer-local.
24482 Use make-local-variable for `truncate-lines'.
24483
24484 2000-01-11 Jari Aalto <jari.aalto@poboxes.com>
24485
24486 * add-log.el (add-log-current-defun): Handle user-defined
24487 add-log-current-function returning nil,
24488
24489 * add-log.el (add-change-log-entry): Insert version number
24490 if having found a current function
24491
24492 * add-log.el (add-log-current-defun):
24493 Call `add-log-current-defun-function'. Try matches at level 0 and
24494 level 1. Strip whitespace from defun found.
24495
24496 2000-01-10 John Wiegley <johnw@gnu.org>
24497
24498 * allout.el (isearch-done/outline-provisions): Added `edit'
24499 argument to correspond with the current definition of `isearch-done'.
24500
24501 2000-01-10 Dave Love <fx@gnu.org>
24502
24503 * elide-head.el (elide-head): Use point-marker, not point.
24504
24505 2000-01-10 Gerd Moellmann <gerd@gnu.org>
24506
24507 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
24508 before and after the year 2000.
24509
24510 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
24511 Add ispell- prefix.
24512
24513 2000-01-10 Ken Stevens <k.stevens@ieee.org>
24514
24515 * ispell.el: Only define dictionaries in menus when they exist.
24516 (version18p): New variable.
24517 (version20p): New variable.
24518 (xemacsp): New variable.
24519 (ispell-choices-win-default-height): Fix for XEmacs visibility.
24520 (ispell-dictionary-alist1): Added Brasileiro dictionary.
24521 (ispell-dictionary-alist6): Russian command lines no longer accept
24522 run-together words.
24523 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
24524 (ispell-dictionary-alist): Add koi8-r to customize definition.
24525 (check-ispell-version): Added documentation string. Return library
24526 path when called non-interactively.
24527 (ispell-menu-map-needed): Uses new variables.
24528 (ispell-library-path): New variable.
24529 (ispell-decode-string): XEmacs fix for bogus variable bindings.
24530 (ispell-word): Improved documentation string. Test for valid
24531 character mappings. Correctly check typed in word changes that can
24532 result in single words split into multiple words.
24533 Return replacement word.
24534 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
24535 replace in recursive query replace mode. Help message for
24536 recursive edit mode.
24537 (ispell-show-choices): Protect against bad framepop bindings.
24538 (ispell-help): Fix to work with XEmacs.
24539 (ispell-highlight-spelling-error): Use new variables.
24540 (ispell-overlay-window): Fix to work with XEmacs.
24541 (ispell-parse-output): Passed and returns location information
24542 tracking spelling corrections. Doesn't recheck same word on
24543 current line.
24544 (ispell-init-process): Protect against bogus XEmacs variable binding.
24545 Fix call to single argument in sleep-for. Use new variables.
24546 (ispell-region): Passed and returns location information tracking
24547 spelling corrections. Doesn't check same word on current line.
24548 Improved documentation string. Doesn't resend a line already
24549 checked to the ispell process - fixes bug in LaTeX parsing.
24550 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
24551 (ispell-skip-region): No longer skips <TT> in SGML.
24552 (ispell-process-line): Tracks location information with spelling
24553 corrections. Added documentation string. Accounts for words
24554 already accepted on this line. Don't allow query-replace on line
24555 starting with math characters. Doesn't resend a line already sent
24556 to ispell process. Fixes alignment error bug.
24557
24558 2000-01-10 Richard M. Stallman <rms@gnu.org>
24559
24560 * dired-x.el (dired-guess-shell-alist-default):
24561 Suggest xloadimage, which is free, not xv, which isn't.
24562
24563 * ange-ftp.el (ange-ftp-file-name-nondirectory):
24564 Don't ever include the host name or user name in the value.
24565
24566 2000-01-09 Gerd Moellmann <gerd@gnu.org>
24567
24568 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
24569 of a real newline.
24570
24571 2000-01-09 Stephen Eglen <stephen@gnu.org>
24572
24573 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
24574 for .png files.
24575
24576 2000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
24577
24578 * cus-edit.el (custom-hook-convert-widget): Fix comment.
24579
24580 2000-01-09 Gerd Moellmann <gerd@gnu.org>
24581
24582 * progmodes/cperl-mode.el: Replace ^F with ^L.
24583
24584 * sendmail.el (toplevel): Provide `sendmail' when compiling before
24585 `require'ing rmail and mailalias to prevent infinite recursion.
24586
24587 2000-01-08 Dave Love <fx@gnu.org>
24588
24589 * emacs-lisp/backquote.el: Remove inappropriate customization
24590 (allowing custom.el to use backquote).
24591
24592 2000-01-07 Dave Love <fx@gnu.org>
24593
24594 * add-log.el (add-log-debugging): Deleted.
24595 (add-change-log-entry): Treat a backup FILE-NAME as its parent
24596 file. Remove debugging code.
24597 (change-log-get-method-definition, change-log-name): Add doc.
24598 (change-log-sortable-date-at): New function.
24599 (change-log-merge): New command.
24600
24601 * time.el (display-time-string-forms): Make the Mail string active.
24602 (display-time-update): Provide help-echo for load average.
24603
24604 * bindings.el (make-mode-line-mouse2-map): New function.
24605 (mode-line-modified): Use it and simplify.
24606 (mode-line-mule-info): Provide help-echo info.
24607 (minor-mode-alist): Activate the strings.
24608 (make-mode-line-mouse-sensitive): Simplify for
24609 mode-line-buffer-identification.
24610
24611 2000-01-07 Gerd Moellmann <gerd@gnu.org>
24612
24613 * play/pong.el: New file.
24614
24615 2000-01-06 Dave Love <fx@gnu.org>
24616
24617 * array.el: Assorted cleanups for compiler warnings, doc strings,
24618 `array-' prefix for symbols.
24619
24620 2000-01-05 Dave Love <fx@gnu.org>
24621
24622 * textmodes/outline.el (outline-mode-menu-bar-map):
24623 Add outline-headers-as-kill.
24624 (outline-mode): Define imenu-generic-expression.
24625 (outline-headers-as-kill): New command.
24626
24627 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
24628 from paragraph-start.
24629 (paragraph-indent-minor-mode): New command.
24630
24631 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
24632 M-C-e, M-C-h, C-j, C-xnd, TAB.
24633 (fortran-mode): Set beginning-of-defun, end-of-defun.
24634 (fortran-column-ruler): Simplify.
24635 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
24636 (fortran-with-subprogram-narrowing): Likewise.
24637 (fortran-indent-subprogram): Call mark-defun.
24638 (fortran-check-for-matching-do): Change narrowing.
24639
24640 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
24641 (cl-lucid-hash-tag): Delete.
24642 (cl-hash-table-p): Correct test for native table.
24643 (cl-hash-table-count): Use hash-table-count.
24644
24645 * browse-url.el (browse-url): Fix case of
24646 browse-url-browser-function being an alist.
24647
24648 2000-01-05 Carsten Dominik <cd@gnu.org>
24649
24650 * textmodes/reftex-vars.el (reftex-parse-file-extension)
24651 (reftex-index-phrase-file-extension): New options.
24652
24653 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
24654 Use new option `reftex-index-phrase-file-extension'.
24655
24656 * textmodes/reftex.el (reftex-access-parse-file): Use new option
24657 `reftex-parse-file-extension'.
24658
24659 2000-01-05 Dave Love <fx@gnu.org>
24660
24661 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
24662 (beginning-of-defun-raw): Use it.
24663 (end-of-defun): New variable.
24664 (end-of-defun): Use it.
24665 (check-parens): New command.
24666
24667 2000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
24668
24669 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
24670 (hs-show-block): Don't use `mapcar' when not accumulating.
24671
24672 Fix buglet in local variables initialization.
24673
24674 2000-01-05 Andreas Schwab <schwab@suse.de>
24675
24676 * hscroll.el (hscroll): Doc fix.
24677
24678 2000-01-05 Carsten Dominik <cd@gnu.org>
24679
24680 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar):
24681 Require idlw-toolbar.
24682
24683 * progmodes/idlwave.el (idlwave-load-system-rinfo): Load must read
24684 file idlw-rinfo.el.
24685 (idlwave-customize): Load must read file idlw-shell.el.
24686 (idlwave-create-customize-menu): Load must read file idlw-shell.el.
24687
24688 2000-01-05 Carsten Dominik <dominik@astro.uva.nl>
24689
24690 * progmodes/idlw-shell.el: Also provide idlwave-shell
24691 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
24692 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
24693
24694 * textmodes/reftex-dcr.el: Rename from reftex-vcr.el, provide
24695 both reftex-dcr and reftex-vcr.
24696
24697 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
24698
24699 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
24700
24701 * ps-print.el: PostScript code now is in separate files, doc fix.
24702 (ps-print-version): New version number (5.0.3).
24703 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
24704 local.
24705 (ps-spool-config): Initialization fix.
24706 (ps-print-prologue-1, ps-print-prologue-2)
24707 (ps-print-duplex-feature): PostScript code moved to separated file.
24708 (ps-background-image): Little code reformating.
24709 (ps-begin-file, ps-begin-job): Fix code.
24710 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
24711 (ps-prologue-file): New fun.
24712
24713 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
24714
24715 * ps-vars.el: Eliminated.
24716
24717 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
24718 `;;;###autoload'.
24719
24720 * ps-print.el: ps-vars eliminated, doc fix.
24721 (ps-print-version): New version number (5.0.2).
24722 (ps-spool-config): Initialization fix.
24723 (ps-print-customize): New fun.
24724
24725 2000-01-04 Gerd Moellmann <gerd@gnu.org>
24726
24727 * autorevert.el (auto-revert-mode): Return value of auto-revert-mode.
24728
24729 2000-01-04 Dave Love <fx@gnu.org>
24730
24731 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
24732 menu items.
24733
24734 2000-01-03 Dave Love <fx@gnu.org>
24735
24736 * elide-head.el (elide-head) [defgroup]: Add :version.
24737
24738 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
24739 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count):
24740 Use `cl-hash-table-p', not `hash-table-p'.
24741 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
24742
24743 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
24744
24745 * faces.el (face-read-integer, read-face-attribute)
24746 (color-defined-p, color-values): Unspecified-{f,b}g are now strings.
24747
24748 2000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
24749
24750 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
24751 at comment end, and re-insert them after filling.
24752
24753 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
24754
24755 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
24756 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
24757 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
24758
24759 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
24760
24761 * term/x-win.el (xw-defined-colors): Call color-supported-p,
24762 the new name of face-color-supported-p.
24763
24764 * term/w32-win.el (xw-defined-colors): Likewise.
24765
24766 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
24767
24768 * simple.el (completion-setup-function): Count completion-size
24769 from minibuffer-prompt-end, not from point-min.
24770
24771 2000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
24772
24773 * faces.el (read-face-attribute, defined-colors, color-defined-p):
24774 Pass the frame to tty-color-* functions.
24775 (display-color-p, frame-set-background-mode): Pass the frame to
24776 tty-display-color-p.
24777
24778 * term/tty-colors.el (tty-defined-color-alist): Renamed from
24779 tty-color-alist.
24780 (tty-color-alist, tty-modify-color-alist): New functions.
24781 (tty-color-define, tty-color-clear, tty-color-approximate)
24782 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept an
24783 optional parameter FRAME.
24784
24785 2000-01-01 Gerd Moellmann <gerd@gnu.org>
24786
24787 * image.el (create-image, defimage): Don't assume image data is
24788 a string.
24789
24790 * image.el (defimage): Handle specifications containing :data
24791 instead of :file.
24792 (image-type-from-data): New function.
24793 (image-type-from-file-header): Use it.
24794 (create-image): Add parameter DATA-P.
24795
24796 See ChangeLog.8 for earlier changes.
24797
24798 ;; Local Variables:
24799 ;; coding: iso-2022-7bit
24800 ;; End:
24801
24802 Copyright (C) 2000, 2001 Free Software Foundation, Inc.
24803 Copying and distribution of this file, with or without modification,
24804 are permitted provided the copyright notice and this notice are preserved.