]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
*** empty log message ***
[gnu-emacs] / lisp / ChangeLog
1 2001-09-19 Gerd Moellmann <gerd@gnu.org>
2
3 * ps-bdf.el (bdf-read-bitmap): Initialize returned values to
4 defaults.
5
6 2001-09-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7
8 * ebnf2ps.el: Replace "Prologue" by "Prolog" in PostScript
9 programming. Doc fix.
10 (ebnf-version): New version (3.6).
11 (ebnf-eps-begin): Data fix.
12 (ebnf-begin-file): Code fix.
13
14 * ebnf-bnf.el: Doc fix.
15 (ebnf-bnf-lex): Fix regexp for non-terminal and terminal tokens.
16
17 * ebnf-iso.el, ebnf-otz.el, ebnf-yac.el: Doc fix.
18
19 2001-09-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20
21 * ps-print.el: Better face mapping for black/white PostScript printers.
22 Check if mark is active when printing a region. Doc fix.
23 (ps-print-version): New version number (6.5.5).
24 (ps-print-color-p): Customization fix.
25 (ps-black-white-faces): New option.
26 (ps-black-white-faces-alist): New internal var.
27 (ps-count-lines-preprint, ps-print-preprint-region): New funs.
28 (ps-print-region, ps-print-region-with-faces, ps-nb-pages-buffer)
29 (ps-nb-pages-region): Interactive fix.
30 (ps-extend-face-list, ps-extend-face, ps-setup, ps-begin-job)
31 (ps-face-attributes, ps-generate-postscript-with-faces): Code fix.
32
33 2001-09-18 Eli Zaretskii <eliz@is.elta.co.il>
34
35 * dired.el (dired-move-to-filename-regexp): Allow one digit in the
36 numeric month value, and allow the Kanji character after the it to
37 be missing (happens with ls-lisp's output on Japanese versions of
38 MS-Windows).
39
40 2001-09-18 Miles Bader <miles@gnu.org>
41
42 * diff-mode.el (diff-mode): Don't make the buffer read-only if
43 it's empty (and thus probably a new patch file about to be edited).
44
45 2001-09-17 Gerd Moellmann <gerd@gnu.org>
46
47 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
48 Check for '(' in column 0 of doc string.
49
50 * gs.el (gs-set-ghostview-window-prop): Use `elt' instead
51 of `nth' so that using a vector as bounding-box works.
52 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
53
54 2001-09-17 Andre Spiegel <spiegel@gnu.org>
55
56 * vc.el (vc-annotate): Use current workfile version explicitly as
57 a default, suggested by Gustav H\e,Ae\e(Bllberg <gustav@virtutech.se>.
58
59 2001-09-16 Eli Zaretskii <eliz@is.elta.co.il>
60
61 * ps-bdf.el (bdf-cache-file) <ms-dos>: Use _bdfcache.el, since
62 convert-standard-filename doesn't guarantee that the .el extension
63 is preserved.
64
65 * dos-fns.el (convert-standard-filename): Replace invalid
66 characters only after converting dash/underscore to a period.
67 (original-make-auto-save-file-name): New.
68 (make-auto-save-file-name): New function, overrides the definition
69 on files.el and calls the original function via
70 original-make-auto-save-file-name.
71
72 * mail/rmail.el (top-level): Require mule-utils when compiling.
73 (rmail-decode-babyl-format): Use detect-coding-with-priority
74 instead of detect-coding-region, to favor detection of emacs-mule
75 encoded Babyl files written by rmailout.el etc. Suggested by
76 Kenichi Handa <handa@etl.go.jp>.
77
78 2001-09-14 Eli Zaretskii <eliz@is.elta.co.il>
79
80 * eshell/em-unix.el (eshell-shuffle-files, eshell-shuffle-files):
81 Use `equal', not `=', since the device number can be a cons cell.
82
83 2001-09-14 Gerd Moellmann <gerd@gnu.org>
84
85 * simple.el: Comment out change of 2001-09-13.
86
87 2001-09-13 Michael Kifer <kifer@cs.sunysb.edu>
88
89 * viper-cmd.el (viper-replace-char-subr, viper-envelop-ESC-key):
90 inhibit quit.
91
92 2001-09-13 Eli Zaretskii <eliz@is.elta.co.il>
93
94 * files.el (make-auto-save-file-name): If long file names are not
95 supported on MS-DOS, truncate the file name to DOS 8+3 limits before
96 generating an auto-save file name from it.
97
98 2001-09-13 Gerd Moellmann <gerd@gnu.org>
99
100 * ps-print.el (ps-print-region, ps-print-region-with-faces)
101 (ps-nb-pages-region): Signal an error if called interactively
102 and the mark is not active.
103
104 * simple.el (minibuffer-prompt-modification)
105 (minibuffer-prompt-insertion): New functions.
106 (minibuffer-prompt-properties): Use `modification-hooks' and
107 `insert-in-front-hooks'.
108
109 2001-09-12 Richard M. Stallman <rms@gnu.org>
110
111 * textmodes/outline.el (outline-regexp): Doc fix.
112 Initialize it in the defcustom, the usual way.
113
114 2001-09-12 Gerd Moellmann <gerd@gnu.org>
115
116 * ediff-mult.el (ediff-get-meta-info): Take into account that data
117 from `ediff-meta-info' properties need not be an overlay. From
118 David Ponce <dponce@voila.fr>.
119
120 * isearch.el (isearch-intersects-p): Fix end checks.
121
122 2001-09-11 Eli Zaretskii <a34785@is.elta.co.il>
123
124 * gud.el (dbx) <gud-dbx-use-stopformat-p>: Move this case into the
125 `t' branch of `cond', since Irix 6.1 and up is a special case of
126 the standard dbx interface.
127
128 2001-09-11 Miles Bader <miles@gnu.org>
129
130 * comint.el (comint-send-input): When waiting for echoed input,
131 don't save the expected end position in `echo-end', so that things
132 work properly even if the buffer is modified elsewhere at the same
133 time [this happens if `comint-truncate-buffer' is used].
134
135 2001-09-11 Gerd Moellmann <gerd@gnu.org>
136
137 * textmodes/outline.el (outline-mode): Use `^' and a shy group
138 when constructing imenu-generic-expression from outline-regexp.
139
140 2001-09-10 Eli Zaretskii <eliz@is.elta.co.il>
141
142 * eshell/em-unix.el (eshell-shuffle-files): Compare inodes with
143 `equal' instead of `=', since they can be cons cells. From Nils
144 Goesche <cartan@cartan.de>.
145
146 2001-09-10 Andre Spiegel <spiegel@gnu.org>
147
148 * vc.el (vc-annotate): Rewrote doc string.
149
150 2001-09-10 Eli Zaretskii <eliz@is.elta.co.il>
151
152 * time-stamp.el: Update Stephen Gildea's email address.
153
154 2001-09-10 Gerd Moellmann <gerd@gnu.org>
155
156 * mail/sendmail.el (mail-send): Obey mail-send-nonascii when
157 enable-multibyte-characters = nil. From Hallvard B Furuseth
158 <h.b.furuseth@usit.uio.no>.
159
160 2001-09-09 Michael Kifer <kifer@cs.sunysb.edu>
161
162 * ediff-init.el (ediff-highest-priority): bug fix.
163
164 * viper-cmd.el (viper-special-read-and-insert-char): new function
165 that reads a character and uses the current input method or
166 iso-accents when appropriate.
167
168 * viper.el and all others: corrections to the comment blocks at
169 the top.
170
171 2001-09-09 Eli Zaretskii <eliz@is.elta.co.il>
172
173 * info.el (Info-goto-node): Doc fix.
174
175 2001-09-07 Gerd Moellmann <gerd@gnu.org>
176
177 * isearch.el (isearch-intersects-p): New function.
178 (isearch-close-unnecessary-overlays): Renamed from *unecessary*,
179 use isearch-intersects-p, and clean up.
180
181 2001-09-07 Eli Zaretskii <eliz@is.elta.co.il>
182
183 * textmodes/ispell.el (ispell-dictionary-alist-4): Add "german"
184 and "german8", for the new German orthography dictionaries,
185 (ispell-dictionary-alist-5, ispell-dictionary-alist-6): Rearrange
186 the entries, to keep the line length balanced for loaddefs.el.
187
188 2001-09-07 Dr Francis J. Wright <F.J.Wright@qmw.ac.uk>
189
190 * comint.el (comint-send-input): Handle comint-process-echoes
191 differently.
192
193 2001-09-07 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
194
195 * locate.el (locate-insert-header): Remove unnecessary
196 whitespace.
197
198 2001-09-07 Eli Zaretskii <eliz@is.elta.co.il>
199
200 * arc-mode.el (archive-dostime): Fix a typo in minutes'
201 computation.
202
203 2001-09-07 Gerd Moellmann <gerd@gnu.org>
204
205 * server.el (server-switch-buffer): Use get-window-with-predicate.
206
207 * textmodes/refer.el (refer-find-entry-internal): Use
208 get-window-with-predicate.
209
210 * term/sup-mouse.el (sup-pos-to-window): Use
211 get-window-with-predicate.
212
213 * term/bg-mouse.el (bg-window-from-x-y): Use
214 get-window-with-predicate.
215
216 * emacs-lisp/edebug.el (edebug-window-live-p): Use
217 get-window-with-predicate.
218
219 * window.el (get-window-with-predicate): Renamed from some-window.
220 (some-window): Make it an alias.
221
222 2001-09-06 Gerd Moellmann <gerd@gnu.org>
223
224 * simple.el (undo): Remove positions from buffer-undo-list up to
225 the next undo boundary only.
226
227 2001-09-06 Eli Zaretskii <eliz@is.elta.co.il>
228
229 * makefile.nt (install): Don't copy sc.el. Reported by Richard
230 Kim <ryk@dspwiz.com>
231
232 * cus-edit.el (custom-buffer-create-internal): Remove "100%" from
233 the message "Creating customization items...done".
234
235 2001-09-05 Gerd Moellmann <gerd@gnu.org>
236
237 * font-lock.el (toplevel): Require `jit-lock' only if
238 font-lock-support-mode is set to jit-lock-mode.
239
240 2001-09-05 Eli Zaretskii <eliz@is.elta.co.il>
241
242 * international/quail.el (quail-use-package, quail-inactivate)
243 (quail-activate): Mention the hooks these functions run in their
244 doc strings.
245
246 2001-09-05 Edward M. Reingold <reingold@iit.edu>
247
248 * cal-menu.el (calendar-mouse-view-other-diary-entries): Fix name
249 of file in header of menu.
250
251 2001-09-04 Gerd Moellmann <gerd@gnu.org>
252
253 * env.el (setenv): Interactively, if VARIABLE has a current value,
254 add that to the front of the history, as the doc string says.
255
256 * comint.el (comint-send-input): Change help-echo.
257 From "Dr Francis J. Wright" <F.J.Wright@qmw.ac.uk>.
258
259 * bookmark.el (bookmark-write-file): Bind print-length and
260 print-level to nil. From Tom Capey <tomc@edina.co.uk>.
261
262 * obsolete/uncompress.el: Moved there from lisp/.
263
264 * comint.el (comint-insert-clicked-input): Goto point-max before
265 deleting previous input. From "Dr Francis J. Wright"
266 <F.J.Wright@qmw.ac.uk>.
267
268 * simple.el (backward-word): Doc fix.
269
270 2001-09-03 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
271
272 * emacs-lisp/levents.el, emacs-lisp/lucid.el, emacs-lisp/pp.el
273 * uncompress.el, uniquify.el, vc.el, view.el, window.el
274 * w32-fns.el: Add Keywords header.
275
276 2001-09-04 Eli Zaretskii <eliz@is.elta.co.il>
277
278 * menu-bar.el: Fix separators in the Edit menu. Bring "Fill" near
279 "Text Properties". Suggested by Simon Marshall
280 <Simon.Marshall@midas-kapiti.com>.
281
282 2001-09-04 Andrew Choi <akochoi@cse.cuhk.edu.hk>
283
284 * term/mac-win.el (mac-drag-n-drop): Decode file name by
285 consulting the value of file-name-coding-system.
286
287 2001-09-03 Stefan Monnier <monnier@cs.yale.edu>
288
289 * help.el (describe-function-1): Save precomputed `file-name' rather
290 than recomputing it (incorrectly) with `symbol-file'.
291
292 2001-09-03 Gerd Moellmann <gerd@gnu.org>
293
294 * international/isearch-x.el (isearch-exit-recursive-edit):
295 Take three parameters, since it's used as an after-change-function.
296
297 * emacs-lisp/backquote.el (backquote-backquote-symbol)
298 (backquote-unquote-symbol, backquote-splice-symbol): Remove `*'
299 from doc strings.
300
301 2001-09-02 Milan Zamazal <pdm@zamazal.org>
302
303 * progmodes/glasses.el (glasses-convert-to-unreadable):
304 Consider underscores as in `glasses-make-readable'.
305
306 2001-09-02 Eli Zaretskii <eliz@is.elta.co.il>
307
308 * progmodes/cmacexp.el (c-macro-preprocessor): Use "gcc -E" for
309 MS-DOS, since cpp might not be available.
310
311 * menu-bar.el (menu-bar-edit-menu) <yank-menu, yank>:
312 Mention "yank" in the help-echo text.
313 Suggested by Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
314
315 2001-09-01 Stefan Monnier <monnier@cs.yale.edu>
316
317 * newcomment.el (comment-indent): Insert spaces more carefully.
318
319 2001-08-31 Eli Zaretskii <eliz@is.elta.co.il>
320
321 * mail/emacsbug.el (report-emacs-bug): Make sure *Messages*
322 exists. From Andy Petrusenco <andy@int.spb.ru>.
323
324 * hi-lock.el (hi-lock-unface-buffer): Don't call x-popup-menu if
325 display-popup-menus-p returns nil. Suggested by Andy Petrusenco
326 <andy@int.spb.ru>.
327
328 2001-08-31 Gerd Moellmann <gerd@gnu.org>
329
330 * isearch.el (isearch-mouse-2): Renamed from isearch-mouse-yank.
331 Instead of running mouse-yank-at-click, see what the event is
332 bound to outside Isearch and run that.
333
334 2001-08-31 Eli Zaretskii <eliz@is.elta.co.il>
335
336 * menu-bar.el (menu-bar-options-menu) <transient-mark-mode>:
337 Fix the menu entry to mention transient-mark-mode.
338
339 2001-08-30 Gerd Moellmann <gerd@gnu.org>
340
341 * simple.el (eval-expression-print-level): Fix last change.
342
343 * bindings.el (mode-line-coding-system-map): New variable.
344 (mode-line-mule-info): Give the "%Z" a local-map keymap.
345
346 * simple.el (eval-expression-print-level): Change the type
347 of the defcustom to allow nil.
348
349 * emacs-lisp/find-gc.el: Moved here from lisp/.
350
351 * international/quail.el (quail-completion-1):
352 Reverse the ((CHAR . DEFN) ...) list before processing it.
353 From Kenichi Handa <handa@etl.go.jp>.
354
355 * obsolete/rsz-mini.el, obsolete/sun-curs.el, obsolete/sun-fns.el
356 * obsolete/x-apollo.el, obsolete/x-menu.el: Moved here from lisp/.
357
358 2001-08-30 Eli Zaretskii <eliz@is.elta.co.il>
359
360 * toolbar/tool-bar.el (tool-bar-mode): Make it a no-op if images
361 aren't supported. This avoids the annoying gray strip drawn by
362 the Windows version instead of the missing tool bar.
363
364 2001-08-29 Gerd Moellmann <gerd@gnu.org>
365
366 * menu-bar.el (menu-bar-options-menu): Make option text, messages
367 and tooltips more consistent. From "Marshall, Simon"
368 <Simon.Marshall@midas-kapiti.com>.
369
370 * startup.el (fancy-splash-screens): Temporarily set
371 minor-mode-map-alist to nil while displaying splash screens.
372
373 2001-08-29 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
374
375 * buff-menu.el: Add Keywords header.
376 Doc fix (C-x C-b is bound to list-buffers).
377
378 * dired-x.el: Add keyword files to get listed in finder.
379 Remove confusing notes about GNU Emacs 19.
380
381 * dired.el, dired-aux.el: Add Keywords header.
382
383 2001-08-28 Andre Spiegel <spiegel@gnu.org>
384
385 * vc.el (vc-revert-file): Call the backend even if the FILE's
386 contents can be reverted locally; pass new arg CONTENTS-DONE
387 down to the backend.
388
389 * vc-cvs.el, vc-rcs.el, vc-sccs.el (vc-*-revert-file): Handle new
390 optional arg CONTENTS-DONE.
391
392 2001-08-28 Andrew Innes <andrewi@gnu.org>
393
394 * makefile.nt (DONTCOMPILE): Sync list from makefile.w32-in.
395
396 2001-08-28 Eli Zaretskii <eliz@is.elta.co.il>
397
398 * makefile.nt (install): Copy more *.el files.
399
400 2001-08-28 Gerd Moellmann <gerd@gnu.org>
401
402 * dired.el (dired-mode-map): Bind `y' to dired-show-file-type
403 instead of `w' which is already in use.
404
405 * gs.el (gs-load-image): Use sleep-for.
406 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
407
408 2001-08-28 Miles Bader <miles@gnu.org>
409
410 * replace.el (query-replace-regexp-eval): Return args from
411 `interactive' form in correct order.
412
413 2001-08-28 Eli Zaretskii <eliz@is.elta.co.il>
414
415 * mouse.el (mouse-buffer-menu): If the buffer menu is split by
416 major modes, don't create panes for modes for which
417 mouse-buffer-menu-alist returns an empty alist.
418
419 2001-08-28 Thien-Thi Nguyen <ttn@gnu.org>
420
421 * progmodes/hideshow.el: Update first-line description.
422 Sync comments w/ maintainer version 5.31.
423
424 (hs-isearch-open): Default value now `code'.
425 Fix docstring to use "code blocks" vs "comment blocks",
426 as opposed to "block" vs "comment".
427 (hs-flag-region): Accept `hs-isearch-open' value
428 of `block' as synonymous w/ `code'.
429 (hs-hide-block-at-point): For code blocks, pass `code'
430 to `hs-flag-region' instead of `block'.
431
432 2001-08-28 Miles Bader <miles@gnu.org>
433
434 * comint.el (comint-next-prompt): Don't loop infinitely if
435 {next,previous}-single-char-property-change returns its input
436 position when the search fails.
437
438 2001-08-27 Miles Bader <miles@gnu.org>
439
440 * comint.el (comint-get-old-input-default): Don't signal an error
441 if point is not on an input field; instead, return the current
442 line (using `comint-bol' to skip any prompt, in case we're not
443 using fields at all).
444
445 * man.el (Man-mode-line-format): Variable removed.
446 (Man-mode): Change `mode-line-buffer-identification' instead of
447 `mode-line-format'.
448
449 2001-08-27 Gerd Moellmann <gerd@gnu.org>
450
451 * mail/sendmail.el (mail-send-hook): Remove a duplicate defcustom.
452 From Simon Josefsson <jas@extundo.com>.
453
454 2001-08-26 Eli Zaretskii <eliz@is.elta.co.il>
455
456 * textmodes/texnfo-upd.el: Remove dots and exclams at end of error
457 messages. From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
458
459 * emacs-lisp/levents.el: Specify FSF as Maintainer. From Pavel
460 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
461
462 * emacs-lisp/lselect.el: Ditto.
463
464 * hexl.el (hexl-insert-multibyte-char, hexl-insert-char):
465 Remove periods from the end of error message strings.
466 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
467
468 * progmodes/antlr-mode.el: Add Keywords header. From Pavel
469 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
470
471 * net/telnet.el: Ditto.
472
473 2001-08-26 Gerd Moellmann <gerd@gnu.org>
474
475 * hl-line.el (hl-line-mode): Add args INIT-VALUE, LIGHTER, and
476 KEYMAP to the call to define-minor-mode.
477
478 2001-08-24 Eli Zaretskii <eliz@is.elta.co.il>
479
480 * term/internal.el (IT-character-translations) <hebrew-iso8859-8>:
481 Replace some of the undefined characters with emulations of bidi
482 formatting characters and Niqud as per SI 1311-1.
483 (IT-unicode-translations): Ditto.
484 (IT-display-table-setup, IT-setup-unicode-display):
485 Fill characters without translations with dos-unsupported-char-glyph.
486
487 2001-08-24 Simon Josefsson <jas@extundo.com>
488
489 * hl-line.el (hl-line-mode): Don't be a global mode.
490 (global-hl-line-mode): New function.
491
492 2001-08-24 Gerd Moellmann <gerd@gnu.org>
493
494 * gs.el (gs-load-image): Wait for GHOSTVIEW window property
495 being reset by Ghostscript. Don't kill the gs process.
496 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
497
498 2001-08-24 Andrew Choi <akochoi@cse.cuhk.edu.hk>
499
500 * term/mac-win.el: Require scroll-bar.
501
502 2001-08-23 Stefan Monnier <monnier@cs.yale.edu>
503
504 * ebuff-menu.el (electric-buffer-list): Use list-buffers-noselect.
505
506 2001-08-23 Eli Zaretskii <eliz@is.elta.co.il>
507
508 * hexl.el (hexl-insert-multibyte-char) New function.
509 (hexl-quoted-insert, hexl-self-insert-command)
510 (hexl-insert-hex-char, hexl-insert-decimal-char)
511 (hexl-insert-octal-char): Call it instead of hexl-insert-char.
512 Fix the doc strings accordingly.
513 (hexl-insert-char): Reject characters whose code is above 255.
514 Doc fix.
515 (hexl-mode-map): Copy the global keymap instead of creating a
516 sparse keymap, and bind all self-inserting characters to
517 hexl-self-insert-command.
518
519 2001-08-22 Stefan Monnier <monnier@cs.yale.edu>
520
521 * wid-edit.el (text): Re-order docstring correctly.
522
523 * mail/sendmail.el (mail-mode): Use adaptive-fill-regexp.
524
525 * textmodes/fill.el (adaptive-fill-regexp): Admit tabs as well.
526
527 2001-08-22 Eli Zaretskii <eliz@is.elta.co.il>
528
529 * simple.el (line-number-mode): Mention the variable
530 line-number-display-limit-width in the doc string.
531
532 2001-08-22 Gerd Moellmann <gerd@gnu.org>
533
534 * bindings.el (mode-line-unbury-buffer): Add EVENT parameter.
535 Temporarily select EVENT's window for switching buffers.
536 (mode-line-bury-buffer): New function.
537 (mode-line-buffer-identification-keymap): Use it instead of
538 bury-buffer. Bind down-mouse events to prevent global down-mouse
539 events from shining through.
540
541 2001-08-21 Stefan Monnier <monnier@cs.yale.edu>
542
543 * newcomment.el (comment-beginning): Make sure the comment-start
544 we found isn't a comment-end (in cases where confusion is possible).
545
546 2001-08-22 Miles Bader <miles@gnu.org>
547
548 * emacs-lisp/bytecomp.el (byte-compile-file): Remove TARGET-FILE
549 before writing it, so that hard-links don't see new version.
550
551 2001-08-21 Gerd Moellmann <gerd@gnu.org>
552
553 * gs.el (gs-set-ghostview-colors-window-prop):
554 Call x-change-window-property with 3rd arg FRAME.
555 (gs-load-image): Wait for a previous Ghostscript process
556 to complete before starting a new one.
557
558 * image.el (image-type-regexps): Make sure that the TIFF
559 pattern is only matched at the beginning of a string.
560 From Markus Rost <rost@math.ohio-state.edu>.
561
562 * international/swedish.el: Pre-Mule file removed. From Jonas
563 Oberg <jonas@gnu.org>.
564
565 2001-08-20 Rajesh Vaidheeswarran <rv@gnu.org>
566
567 * whitespace.el (whitespace-abort-on-error): Add custom variable
568 to whitespace to abort a write-file if whitespace is detected in file.
569
570 * whitespace.el (whitespace-write-file-hook): Hook to be called
571 when writing a file. If `whitespace-abort-on-error' is set, the
572 write will abort on detecting whitespaces.
573 If `whitespace-auto-cleanup' is set, the file will be cleaned
574 automatically prior to writing.
575
576 * whitespace.el (whitespace-buffer-search): Let's not insert bogus
577 whitespaces in the error output!
578
579 * whitespace.el (whitespace-check-indent-whitespace): Defaults to
580 `indent-tabs-mode', since the latter notes user preferences on
581 TABs anyway.
582
583 * whitespace.el (whitespace-version): 3.1. All of the above issues
584 were raised by Fran\e,Ag\e(Bois Pinard, which led to the fixes described.
585
586 2001-08-20 Gerd Moellmann <gerd@gnu.org>
587
588 * textmodes/texnfo-upd.el (texinfo-every-node-update): Remove
589 some spaces from a message. From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
590
591 * whitespace.el (whitespace-global-mode): Add autoload cookie.
592
593 2001-08-20 Alex Schroeder <alex@gnu.org>
594
595 * sql.el (sql-db2): Doc change.
596
597 2001-08-20 Alex Schroeder <alex@gnu.org>
598
599 * sql.el (sql-postgres): Add the database at the end of the
600 parameters instead of at the beginning.
601 (sql-postgres-options): Doc change.
602
603 2001-08-17 Gerd Moellmann <gerd@gnu.org>
604
605 * custom.el (defcustom): Doc fix.
606
607 2001-08-16 Vinicius Jose Latorre <vinicius@cpqd.com.br>
608
609 * ps-mule.el (find-composition): Check if (char-after POS)
610 returns a valid character.
611
612 2001-08-16 Eli Zaretskii <eliz@is.elta.co.il>
613
614 * hexl.el (hexl-mode, hexl-mode-exit): Adjust hexl-max-address and
615 original-point for extra CR characters that are added/removed when
616 the buffer is written/read whose EOL type is -dos.
617
618 2001-08-16 Miles Bader <miles@gnu.org>
619
620 * simple.el (line-move): Undo previous change.
621
622 * comint.el (comint-send-input): Add `inhibit-line-move-field-capture'
623 property to input-terminating `boundary' overlays to avoid
624 line-move wierdness.
625
626 2001-08-16 Gerd Moellmann <gerd@gnu.org>
627
628 * lazy-lock.el (lazy-lock-fontify-region): Widen the current
629 buffer in a save-restriction. Under one test case with Ediff,
630 window-scroll-functions are run with a window start that's
631 temporarily outside of the restriction.
632
633 2001-08-16 Robert J. Chassell <bug-texinfo@gnu.org>
634
635 * textmodes/texnfo-upd.el: Update copyright notice, fix minor typos.
636 (texinfo-find-lower-level-node, texinfo-find-higher-level-node)
637 (texinfo-menu-locate-entry-p, texinfo-start-menu-description)
638 (texinfo-update-menu-region-beginning)
639 (texinfo-update-menu-region-end, texinfo-find-pointer): Add new
640 command, @ifnottex, to regexps, so it is found.
641
642 2001-08-16 Andrew Innes <andrewi@gnu.org>
643
644 * makefile.nt (DONTCOMPILE): Omit bindings.el.
645 (DONTCOMPILE): Omit sc.el.
646
647 * makefile.w32-in (DONTCOMPILE): Omit bindings.el.
648 (DONTCOMPILE): Omit sc.el.
649
650 2001-08-16 Gerd Moellmann <gerd@gnu.org>
651
652 * replace.el (occur): Bind inhibit-read-only to t.
653
654 2001-08-16 Miles Bader <miles@gnu.org>
655
656 * simple.el (line-move): Pass an ESCAPE-FROM-EDGE argument of t when
657 calling `constrain-to-field', to avoid problems with comint prompts.
658
659 2001-08-15 Gerd Moellmann <gerd@gnu.org>
660
661 * emacs-lisp/cl-indent.el (lisp-indent-defmethod): New function.
662 (toplevel): Set it as `common-lisp-indent-function' for `defmethod'.
663
664 * ediff-mult.el (ediff-get-meta-info): Fix the condition
665 of a while-loop.
666
667 * Makefile.in (DONTCOMPILE): Remove sc.el.
668
669 * Makefile.in (finder_setwins): Renamed from nonobsolete_setwins.
670 Don't include term/.
671
672 * mail/sc.el: Moved to obsolete/.
673
674 2001-08-14 Vinicius Jose Latorre <vinicius@cpqd.com.br>
675
676 * ps-print.el: Change error function arguments to follow Emacs
677 message convention. Doc fix.
678 (ps-print-version): New version number (6.5.4).
679 (coding-system-for-write): Change declaration position to avoid
680 XEmacs compilation gripes.
681 (coding-system-for-read, buffer-file-coding-system):
682 Declarations to avoid XEmacs compilation gripes.
683
684 * ps-mule.el: Doc fix.
685 (ps-mule-encode-header-string): If STRING is not a string, replace
686 STRING by empty string.
687
688 2001-08-14 Eli Zaretskii <eliz@is.elta.co.il>
689
690 * frame.el (show-trailing-whitespace): Doc fix.
691
692 2001-08-13 Eli Zaretskii <eliz@is.elta.co.il>
693
694 * desktop.el (desktop-save): Insert the coding: tag before
695 desktop-header.
696
697 2001-08-13 Gerd Moellmann <gerd@gnu.org>
698
699 * Makefile.in (TAGS, TAGS-LISP): Remove "loaddefs.el" including
700 its path from $els.
701
702 * image.el (image-jpeg-p): Fix call of substring.
703
704 2001-08-10 Gerd Moellmann <gerd@gnu.org>
705
706 * play/animate.el (animate-string): Doc fix. Use a buffer
707 name with stars in it.
708 (animate-sequence): New function.
709 From Richard Stallman <rms@gnu.org>.
710
711 * frame.el (select-frame-set-input-focus): New function
712 extracted from other-frame.
713 (other-frame): Use it.
714 (next-multiframe-window, previous-multiframe-window): Use it.
715
716 * isearch.el (isearch-other-meta-char): Don't switch to the
717 buffer of a window clicked on, when the current buffer is
718 in Isearch mode.
719
720 * image.el (image-jpeg-p): Test for APPn markers in the range
721 #xe0..#xef.
722
723 2001-08-09 Gerd Moellmann <gerd@gnu.org>
724
725 * desktop.el (desktop-save): Don't use concat to form a file
726 name, use expand-file-name.
727
728 * mouse.el (mouse-delete-window): Do nothing if frame has just
729 one window.
730
731 * bindings.el (minor-mode-alist): Use mode-line-minor-mode-keymap
732 for the minor mode name.
733
734 * view.el (toplevel): Use mode-line-minor-mode-keymap for the
735 minor mode name.
736
737 * time.el (display-time-string-forms): Use make-mode-line-mouse-map
738 instead of make-mode-line-mouse2-map.
739
740 * subr.el (add-minor-mode): Use mode-line-minor-mode-keymap for
741 the minor mode name.
742
743 * emacs-lisp/easy-mmode.el (define-minor-mode):
744 Use mode-line-minor-mode-keymap for the minor mode name.
745
746 * calendar/calendar.el (calendar-mode-line-format):
747 Use make-mode-line-mouse-map instead of make-mode-line-mouse2-map.
748
749 * bindings.el (make-mode-line-mouse-map): Renamed from
750 make-mode-line-mouse2-map. Take additional arg MOUSE.
751 (mode-line-modified): Use mouse-3 instead of mouse-2.
752 (mode-line-buffer-identification-keymap): Bind keys differently.
753 (propertized-buffer-identification): Adapt help-echo to new bindings.
754
755 * bindings.el (mode-line-format): Specify help-echo for line
756 number, column number and buffer-percent part of the mode-line.
757
758 * image.el (image-type-regexps): Allow whitespace at the start
759 of the image data for XPM, XBM and Postscript, which are
760 text files.
761 (image-jpeg-p): Correct calculation of next field offset.
762
763 2001-08-08 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
764
765 * battery.el: Fix typo.
766
767 2001-08-08 Gerd Moellmann <gerd@gnu.org>
768
769 * image.el (image-type-regexps): Allow predicates. Change the way
770 JPEG images are recognized.
771 (image-jpeg-p): New function.
772 (image-type-from-data): Handle predicates in image-type-regexps.
773
774 * emacs-lisp/edebug.el (edebug-read-function): Fix handling of
775 #:, #x, #o, and similar constructs.
776
777 2001-08-07 Gerd Moellmann <gerd@gnu.org>
778
779 * vc.el (vc-transfer-file): Fix malformed autoload cookie.
780
781 * emulation/viper-util.el (viper-file-checked-in-p): Use `and'
782 instead of `progn'.
783
784 * tar-mode.el (tar-extract): Avoid generating a new buffer
785 for each file visited. From Markus Rost <rost@math.ohio-state.edu>.
786
787 * textmodes/paragraphs.el (forward-sentence): Avoid building
788 a regexp from sentence-end. From Kenichi Handa <handa@etl.go.jp>.
789
790 * progmodes/executable.el (executable-set-magic):
791 If executable-find returns a quoted file name, unquote it before
792 inserting it.
793
794 * image.el (image-type-regexps): For JPEG files, use a regexp
795 derived from the JFIF spec.
796
797 * image.el (image-type-regexps): Use `\`' instead of `^' in
798 most regular expressions.
799
800 2001-08-06 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
801
802 * play/animate.el: Re-insert a reference to re-inserted function.
803
804 2001-08-06 Gerd Moellmann <gerd@gnu.org>
805
806 * help.el (describe-function-1): Use find-function-search-for-symbol
807 instead of find-function-noselect because the latter follows aliases.
808
809 * play/animate.el (animate-birthday-present): Re-insert.
810
811 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
812 Handle old-style menu definitions.
813
814 2001-08-06 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
815
816 * textmodes/makeinfo.el, textmodes/page-ext.el, textmodes/page.el,
817 * textmodes/text-mode.el, textmodes/two-column.el: Keywords added.
818
819 * play/studly.el, mail/unrmail.el, emacs-lisp/lucid.el,
820 * emulation/pc-mode.el, diff.el, textmodes/fill.el, abbrev.el,
821 * add-log.el, faces.el, mail/sc.el: Specify FSF as Maintainer.
822
823 2001-08-05 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
824
825 * textmodes/tildify.el: Milan Zamazal has new address.
826
827 2001-08-03 Gerd Moellmann <gerd@gnu.org>
828
829 * custom.el (custom-set-variables): Don't test `custom-requests'
830 properties, check the third element of the options passed to
831 custom-set-variables instead.
832
833 * info.el (info-insert-file-contents): Use info-file-exists-p
834 instead of file-exists-p.
835
836 * play/zone.el (zone-pgm-stress): Use unwind-protect to make sure
837 the mode-line face is restored. Fix several bugs.
838
839 * replace.el (perform-replace): Doc fix.
840
841 2001-08-02 Francesco Potorti` <pot@gnu.org>
842
843 * uniquify.el (uniquify-ref-base, uniquify-ref-filename)
844 (uniquify-ref-buffer, uniquify-ref-proposed): New functions.
845 (uniquify-fix-item-base, uniquify-fix-item-filename)
846 (uniquify-fix-item-buffer, uniquify-fix-item-proposed): Deleted.
847 Callers changed.
848 (uniquify-set-proposed): Changed to work with a vector item.
849 (uniquify-rationalize-file-buffer-names): Use a list of arrays for
850 the fix list, and a list of strings for the non-file buffer
851 names. Both changes reduce consing.
852 (uniquify-rationalize-a-list): Local variable renaming.
853 (uniquify-rationalize-conflicting-sublist): Use member instead of
854 assoc.
855 (uniquify-rename-buffer): Use unless instead of if not.
856
857 2001-08-02 Gerd Moellmann <gerd@gnu.org>
858
859 * recentf.el (recentf-dump-variable): Handle a value of nil correctly.
860
861 * custom.el (custom-set-variables): Set options with :require
862 clauses last.
863
864 * custom.el (defcustom): Doc fix.
865
866 * Makefile.in (TAGS, TAGS-LISP): Exclude loaddefs.el.
867
868 2001-08-01 Eli Zaretskii <eliz@is.elta.co.il>
869
870 * man.el (man): Mention Man-switches in the doc string.
871 (Man-switches): Mention -a in the doc string.
872
873 * textmodes/ispell.el (ispell-alternate-dictionary):
874 Add /usr/share/lib/dict/words, for Irix.
875
876 * bindings.el: Bind shifted and control-shifted kp-* keys to the
877 corresponding non-kp keys. Suggested by Stephen Gildea
878 <gildea@stop.mail-abuse.org>.
879
880 2001-08-01 Francesco Potorti` <pot@gnu.org>
881
882 * uniquify.el: These changes correct a corner case that the old
883 code managed correctly.
884 (uniquify-fix-item-proposed): Renamed from
885 uniquify-fix-item-min-proposed.
886 (uniquify-set-proposed): New function.
887 (uniquify-rationalize-file-buffer-names): Code reshuffled for
888 clarity and speed.
889 (uniquify-item-greaterp): Substitutes uniquify-item-lessp.
890 This is equivalent to what the old code did.
891 (uniquify-rationalize-a-list): Never recompute the proposed
892 name. Sort the conflicting sublist before rationalising it: this
893 is equivalent to what the old code did, but one directory element
894 at a time, and only when necessary.
895 (uniquify-rationalize-conflicting-sublist): Recompute here the
896 proposed name.
897
898 2001-08-01 Gerd Moellmann <gerd@gnu.org>
899
900 * play/animate.el: Add Keywords and Maintainer. Remove a
901 reference to a removed function.
902
903 * play/animate.el (animate-string): Handle case that the string is
904 longer than the window is wide.
905
906 2001-07-31 Gerd Moellmann <gerd@gnu.org>
907
908 * desktop.el (desktop-save): Bind coding-system-for-write to
909 `emacs-mule' for write-region.
910
911 * delsel.el (delete-selection-pre-hook): Don't set this-command
912 to `ignore' if the region is empty.
913
914 * international/mule.el (set-keyboard-coding-system):
915 Set keyboard-coding-system.
916
917 * smerge-mode.el (smerge-mode): Check if `font-lock-mode' is bound
918 before accessing it.
919
920 2001-07-30 Andreas Schwab <schwab@suse.de>
921
922 * menu-bar.el (toggle-highlight-paren-mode):
923 Use `(show-paren-mode)' as body.
924
925 2001-07-30 Andre Spiegel <spiegel@gnu.org>
926
927 * vc.el (vc-checkout-hook): New hook.
928 (vc-checkout): Run it.
929
930 2001-07-30 Eli Zaretskii <eliz@is.elta.co.il>
931
932 * progmodes/make-mode.el (makefile-macroassign-regex):
933 Recognize the ?= operator. From Jonathan Kamens <jik@curl.com>.
934
935 2001-07-30 Gerd Moellmann <gerd@gnu.org>
936
937 * vc.el (vc-switch-backend): Fix autoload cookie.
938
939 * desktop.el (desktop-save): Add `-*- coding: emacs-mule -*-' to
940 the desktop file.
941
942 2001-07-30 Simon Josefsson <jas@extundo.com>
943
944 * mail/mail-utils.el (mail-strip-quoted-names): Replace text
945 literally. Reported by Sean Rima <sean@**Delete**.tcob1.net>.
946
947 2001-07-27 Gerd Moellmann <gerd@gnu.org>
948
949 * emacs-lisp/lisp-mode.el (last-sexp-setup-props): New function.
950 (last-sexp-toggle-display): Renamed from last-sexp-print.
951 (last-sexp-toggle-display, eval-last-sexp-1):
952 Use last-sexp-setup-props.
953
954 * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button):
955 New user-options.
956 (mouse-wheel-change-button): New function.
957 (mouse-wheel-mode): Use mouse-wheel-{up,down}-button.
958 (mwheel-scroll): Ditto.
959
960 2001-07-26 Gerd Moellmann <gerd@gnu.org>
961
962 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Don't search for
963 `...', compare with unabbreviated printed representation instead.
964 (last-sexp-print): Bind print-length and print-level to nil.
965
966 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Look for a `...'
967 before assigning text properties. Make properties rear-nonsticky.
968
969 * emacs-lisp/lisp-mode.el (last-sexp-print): New function.
970 (eval-last-sexp-1): Give printed text a `keymap' property and bind
971 <mouse-2> and <RET> in that map to a function printing the
972 unabbreviated value.
973
974 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): If standard-output
975 is a buffer, put a text property `printed-value' on the printed
976 representation, with the Lisp object printed as value.
977
978 2001-07-25 Eli Zaretskii <eliz@is.elta.co.il>
979
980 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-defun):
981 Mention the effect of eval-expression-print-length and
982 eval-expression-print-level in the doc strings. Suggested by
983 Kevin Gallagher <kevingal@onramp.net>.
984
985 2001-07-25 Gerd Moellmann <gerd@gnu.org>
986
987 * xt-mouse.el (xterm-mouse-event): Recognize control sequences
988 for buttons > 3.
989 (xterm-mouse-translate): Handle the case that we don't get a
990 down-event.
991
992 * emacs-lisp/find-func.el (find-function-regexp):
993 Add easy-mmode-define-global-mode to the regexp. Allow newlines
994 in front of the function name.
995
996 * isearch.el (isearch-other-meta-char): Fix last change.
997
998 * isearch.el (isearch-other-meta-char): Don't modify mode-line and
999 similar events for which fake prefix keys are generated. It's no
1000 longer necessary since read_key_sequence doesn't modify these
1001 events for internal purposes anymore.
1002
1003 * files.el (auto-mode-alist): Use nroff-mode for files ending
1004 in `.9'. From Assar Westerlund <assar@stacken.kth.se>.
1005
1006 2001-07-24 Eli Zaretskii <eliz@is.elta.co.il>
1007
1008 * avoid.el (mouse-avoidance-too-close-p): If the frame lacks a
1009 tool-bar-lines parameter, behave as if its value were zero.
1010 (mouse-avoidance-set-pointer-shape): Don't do anything if
1011 x-pointer-shape is not boundp.
1012
1013 2001-07-23 Francesco Potorti` <pot@gnu.org>
1014
1015 * uniquify.el: Overall speedup changes when using many buffers.
1016 (uniquify-fix-item-base, uniquify-fix-item-filename)
1017 (uniquify-fix-item-buffer): Changed defmacro to defalias (cosmetic).
1018 (uniquify-fix-item-unrationalized-buffer): Deleted: was the fourth
1019 place in the item, but was never used.
1020 (uniquify-fix-item-min-proposed): New defalias: the fourth place
1021 in the item is now used as cache for the proposed name.
1022 (uniquify-rationalize-file-buffer-names): Move computation made on
1023 newbuffile out of the loop, in the newbuffile-nd local var.
1024 Use dolist (cosmetic change). Compute the proposed name for the most
1025 common case and cache it in the fourth place in the item.
1026 (uniquify-rationalize-file-buffer-names): Used to return a a list
1027 of buffer whose name was changed, but that return value was never used.
1028 (uniquify-item-lessp): Replaces uniquify-filename-lessp, works on
1029 the cached proposed name, does much less consing and is quicker.
1030 (uniquify-filename-lessp): Deleted.
1031 (uniquify-rationalize-a-list): Use dolist (cosmetic change).
1032 Do not bind locally the uniquify-possibly-resolvable flag. Use the
1033 cached proposed name is possible.
1034 (uniquify-get-proposed-name): Arguments changed, callers changed.
1035 (uniquify-rationalize-conflicting-sublist): Explicitely reset the
1036 uniquify-possibly-resolvable flag, which is no more bound locally.
1037 (uniquify-rename-buffer): Do not set the old unrationalised-buffer
1038 flag, which does not exist any more.
1039
1040 2001-07-23 Eli Zaretskii <eliz@is.elta.co.il>
1041
1042 * term/internal.el (IT-unicode-translations): Fix the appearance of
1043 "6`".
1044
1045 * progmodes/compile.el (compile-internal): If EMACS is already
1046 defined in the environment, don't override its value.
1047
1048 2001-07-23 Gerd Moellmann <gerd@gnu.org>
1049
1050 * play/fortune.el: Undo change of 2001-07-13.
1051 Fix autoload cookies. Add types to defcustoms.
1052 (fortune) <defgroup>: Add :link.
1053 (fortune-from-region): Use eq, not eql.
1054 From Dave Love <fx@gnu.org>.
1055
1056 * play/animate.el (animate-birthday-present): Function removed.
1057
1058 * play/animate.el: New file.
1059
1060 2001-07-22 Eli Zaretskii <eliz@is.elta.co.il>
1061
1062 * startup.el (normal-top-level-add-subdirs-to-load-path):
1063 On Windows, put into normal-top-level-add-subdirs-inode-list the
1064 canonicalized names of the directories instead of inode numbers.
1065
1066 2001-07-21 Michael Kifer <kifer@cs.sunysb.edu>
1067
1068 * ediff-util.el: Copyright years.
1069 (ediff-choose-syntax-table): New function.
1070 (ediff-setup): Use ediff-choose-syntax-table.
1071 (ediff-file-checked-out-p,ediff-file-checked-in-p): Check if
1072 vc-state is available.
1073 (ediff-make-temp-file): Use ediff-coding-system-for-write.
1074
1075 * ediff-init.el (ediff-with-syntax-table): New macro, uses
1076 with-syntax-table.
1077 (ediff-coding-system-for-read): From ediff-diff.el
1078 (ediff-coding-system-for-write): New variable.
1079 (ediff-highest-priority): Fixed the bug having to do with disappearing
1080 overlays.
1081 (ediff-file-remote-p): Use file-remote-p, if available.
1082 (ediff-listable-file): New function.
1083 (ediff-file-attributes): Use ediff-listable-file.
1084
1085 * ediff-mult.el (ediff-meta-insert-file-info1):
1086 Use ediff-listable-file.
1087
1088 * ediff-ptch.el (ediff-prompt-for-patch-file):
1089 Use ediff-coding-system-for-read.
1090 (ediff-patch-file-internal): Use ediff-coding-system-for-write.
1091
1092 * ediff-diff.el (ediff-coding-system-for-read): Moved to ediff-init.el.
1093 (ediff-match-diff3-line,ediff-get-diff3-group): Improved pattern.
1094
1095 * ediff.el: Date of last update, copyright years.
1096
1097 * ediff-wind (ediff-setup-control-frame): Nill->nil.
1098
1099 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
1100 of Scott Bronson.
1101 (ex-cmd-assoc,ex-compile,ex-cmd-one-letr): New functions.
1102 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
1103 Deleted functions.
1104 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
1105 ex-token-list.
1106 (viper-get-ex-address-subr): Convert registers to char data type.
1107
1108 * viper-util.el (viper-int-to-char,viper-char-equal): New functions.
1109 (viper-memq-char): Use viper-int-to-char.
1110 (viper-file-checked-in-p): Use vc-locking-user, if vc doesn't have
1111 vc-locking-state.
1112 (viper-read-key): Use viper-read-key-sequence.
1113
1114 * viper.el (viper-major-mode-modifier-list):
1115 Added inferior-emacs-lisp-mode.
1116 (this-major-mode-requires-vi-state): New function that uses simple
1117 heuristics to decide if vi state is appropriate.
1118 (set-viper-state-in-major-mode): Use this-major-mode-requires-vi-state.
1119 (viper-non-hook-settings): Don't advise read-key-sequence.
1120 (viper-read-key-sequence): New function that replaces the
1121 previously used advice to read-key-sequence.
1122
1123 * viper-cmd.el (viper-test-com-defun,viper-exec-change)
1124 (viper-exec-Change,viper-execute-com,viper-insert,viper-append)
1125 (viper-Append,viper-Insert,viper-open-line,viper-Open-line)
1126 (viper-open-line-at-point,viper-substitute,viper-overwrite)
1127 (viper-replace-char-subr,viper-forward-word,viper-forward-Word):
1128 Got rid of the negative character hack.
1129 (viper-escape-to-state,viper-replace-state-exit-cmd):
1130 Use viper-read-key-sequence.
1131 (viper-envelop-ESC-key): No need for ad-get-orig-definition.
1132 (viper-minibuffer-standard-hook,viper-read-string-with-history):
1133 Don't override existing minibuffer-setup-hook.
1134 (viper-mark-point,viper-goto-mark-subr,viper-brac-function):
1135 Convert registers to char data type.
1136 (viper-autoindent): Use viper-indent-line.
1137
1138 * viper-keym.el: Use viper-exec-key-in-emacs.
1139
1140 2001-07-20 Stefan Monnier <monnier@cs.yale.edu>
1141
1142 * server.el (server-visit-files): Fix variable name typo.
1143
1144 2001-07-20 Gerd Moellmann <gerd@gnu.org>
1145
1146 * simple.el (delete-trailing-whitespace): Save match data
1147 around looking-at. From Markus Rost <rost@math.ohio-state.edu>.
1148
1149 2001-07-19 Stefan Monnier <monnier@cs.yale.edu>
1150
1151 * progmodes/compile.el (compilation-parse-errors): `linenum' might
1152 return a this-error using the alternative format (a pair of markers).
1153
1154 2001-07-19 Gerd Moellmann <gerd@gnu.org>
1155
1156 * font-lock.el (c++-keywords): Add Standard C++ operator names.
1157
1158 * mail/mh-utils.el (mh-find-progs): Also search in `lib'.
1159 From Mats Bengtsson <mats.bengtsson@s3.kth.se>,
1160
1161 2001-07-17 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1162
1163 * international/iso-transl.el: Fix typo in the header of the file.
1164
1165 * textmodes/picture.el (picture): Doc fix.
1166
1167 * international/ja-dic-cnv.el (skkdic-convert): Some fixes to
1168 follow coding conventions in generated files.
1169
1170 2001-07-17 Eli Zaretskii <eliz@is.elta.co.il>
1171
1172 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
1173 (tool-bar-add-item): Don't call image-related primitives if the
1174 display doesn't support images.
1175
1176 * frame.el (display-images-p): New function.
1177
1178 2001-07-17 Gerd Moellmann <gerd@gnu.org>
1179
1180 * server.el (server-visit-files): Handle the case the specified
1181 column number is <= 0.
1182
1183 2001-07-17 Jan Nieuwenhuizen <jan@netland.nl>
1184
1185 * startup.el (command-line-1): Add support for +LINE:COLUMN
1186 command line argument.
1187
1188 2000-07-17 Han-Wen Nienhuys <hanwen@cs.uu.nl>
1189
1190 * server.el (server-process-filter, server-visit-files):
1191 Add support for +LINE:COLUMN style emacsclient calls.
1192
1193 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1194
1195 * emacs-lisp/easy-mmode.el: Add Keywords header.
1196
1197 * play/pong.el: Author has new address.
1198
1199 * play/landmark.el: Author is no more reachable.
1200
1201 * play/handwrite.el: Author is no more reachable.
1202
1203 2001-07-17 Stefan Monnier <monnier@cs.yale.edu>
1204
1205 * term/sun.el (ignore-key, sun-esc-bracket, meta-flag): Remove.
1206 (sun-raw-prefix): Replace t3, t4, t6, and t7 with f3, f4, f6 and f7.
1207 Complete bindings for F<1..12> keys.
1208 (global-map): Remove `undo' binding (already in the default).
1209 Replace `t<n>' bindings with `f<n>' bindings.
1210
1211 2001-07-16 Stefan Monnier <monnier@cs.yale.edu>
1212
1213 * progmodes/tcl.el (tcl-fill-mode-map): Use tcl-indent-exp.
1214 (tcl-mode): Use tcl-add-log-defun.
1215 (tcl-indent-line): Use tcl-calculate-indent.
1216 (tcl-calculate-indent): Renamed from calculate-tcl-indent.
1217 (tcl-indent-exp): Renamed from indent-tcl-exp.
1218 (tcl-add-log-defun): Renamed from add-log-tcl-defun.
1219 (tcl-indent-for-comment): Call comment-indent-function properly
1220 and handle the case where it returns nil.
1221
1222 2001-07-16 Gerd Moellmann <gerd@gnu.org>
1223
1224 * calendar/cal-islam.el (calendar-goto-islamic-date):
1225 Remove autoload cookie.
1226
1227 * calendar/calendar.el (calendar-goto-islamic-date):
1228 Add call to autoload.
1229
1230 2001-07-16 Stefan Monnier <monnier@cs.yale.edu>
1231
1232 * progmodes/ada-mode.el (ada-mode): Avoid unneeded version checks.
1233 Don't change compile-auto-highlight globally.
1234 Don't bother with `font-lock-defaults' property since XEmacs
1235 also understands the `font-lock-defaults' variable.
1236 Use make-local-variable rather than make-variable-buffer-local.
1237 Don't `defconst' comment-indent-function: keep the default.
1238 Call easy-menu-add unconditionally.
1239 (ada-create-keymap): Use [(shift tab)] so it works on both Emacsen.
1240 (ada-create-menu): Use :included for Emacs as well.
1241
1242 * vc.el (vc-do-command): Autoload.
1243
1244 * progmodes/ada-xref.el (ada-xref-initialize): Fix call to add-hook.
1245
1246 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1247
1248 * ps-print.el: Fix Author: header.
1249
1250 2001-07-16 Gerd Moellmann <gerd@gnu.org>
1251
1252 * mouse-sel.el (mouse-sel-bindings): Instead of unbinding
1253 mouse-1 etc., bind them to `ignore'.
1254
1255 * eshell/esh-mode.el (eshell-send-invisible): Renamed from
1256 send-invisible, which is already defined in Comint.
1257 (eshell-watch-for-password-prompt): Use it.
1258
1259 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1260
1261 * which-func.el (which-func-mode): Doc fix.
1262
1263 * align.el, apropos.el, autorevert.el, battery.el, bookmark.el,
1264 * calculator.el, calendar/todo-mode.el, complete.el, cus-dep.el,
1265 * cus-edit.el, cus-face.el, delim-col.el, dos-fns.el, double.el,
1266 * edmacro.el, elide-head.el, emacs-lisp/autoload.el,
1267 * emacs-lisp/checkdoc.el, emacs-lisp/cl-compat.el,
1268 * emacs-lisp/cl-specs.el, emacs-lisp/copyright.el,
1269 * emacs-lisp/cust-print.el, emacs-lisp/easy-mmode.el,
1270 * emacs-lisp/elint.el, emacs-lisp/ewoc.el, emacs-lisp/find-func.el,
1271 * emacs-lisp/pp.el, emacs-lisp/re-builder.el, emacs-lisp/shadow.el,
1272 * emacs-lisp/sregex.el, emerge.el, emulation/edt-lk201.el,
1273 * emulation/edt-mapper.el, emulation/edt-pc.el,
1274 * emulation/edt-vt100.el, emulation/edt.el, emulation/pc-select.el,
1275 * emulation/tpu-edt.el, emulation/tpu-extras.el,
1276 * emulation/tpu-mapper.el, emulation/vip.el, expand.el, finder.el,
1277 * foldout.el, follow.el, format.el, forms-d2.el, forms.el,
1278 * generic.el, hi-lock.el, hilit-chg.el, hippie-exp.el, info-look.el,
1279 * international/isearch-x.el, international/iso-cvt.el,
1280 * international/ogonek.el, international/quail.el,
1281 * international/utf-8.el, jit-lock.el, language/devan-util.el,
1282 * language/devanagari.el, language/ethio-util.el,
1283 * language/ethiopic.el, language/european.el, language/indian.el,
1284 * language/romanian.el, language/tibet-util.el, language/tibetan.el,
1285 * mail/feedmail.el, mail/footnote.el, mail/mail-hist.el,
1286 * mail/mailheader.el, mail/mspools.el, mail/supercite.el,
1287 * mouse-sel.el, net/browse-url.el, net/net-utils.el,
1288 * net/quickurl.el, net/snmp-mode.el, net/webjump.el,
1289 * net/zone-mode.el, pcomplete.el, progmodes/antlr-mode.el,
1290 * progmodes/autoconf.el, progmodes/cmacexp.el,
1291 * progmodes/cperl-mode.el, progmodes/cpp.el, progmodes/cwarn.el,
1292 * progmodes/delphi.el, progmodes/ebnf-bnf.el, progmodes/ebnf-iso.el,
1293 * progmodes/ebnf-otz.el, progmodes/ebnf-yac.el,
1294 * progmodes/ebnf2ps.el, progmodes/executable.el,
1295 * progmodes/fortran.el, progmodes/idlw-shell.el,
1296 * progmodes/idlw-toolbar.el, progmodes/idlwave.el,
1297 * progmodes/m4-mode.el, progmodes/mantemp.el,
1298 * progmodes/meta-mode.el, progmodes/octave-inf.el,
1299 * progmodes/ps-mode.el, progmodes/scheme.el, progmodes/simula.el,
1300 * progmodes/tcl.el, ps-bdf.el, ps-mule.el, ps-print.el, recentf.el,
1301 * rect.el, regi.el, rsz-mini.el, s-region.el, scroll-all.el,
1302 * shadowfile.el, speedbar.el, term/AT386.el, term/internal.el,
1303 * term/iris-ansi.el, term/mac-win.el, term/tvi970.el,
1304 * textmodes/artist.el, textmodes/flyspell.el, textmodes/ispell.el,
1305 * textmodes/page-ext.el, textmodes/refer.el, textmodes/texinfmt.el,
1306 * textmodes/texinfo.el, textmodes/texnfo-upd.el,
1307 * textmodes/two-column.el, time-stamp.el, timezone.el,
1308 * toolbar/tool-bar.el, vc-rcs.el, vc-sccs.el, view.el, w32-fns.el,
1309 * which-func.el, whitespace.el, wid-browse.el, widget.el,
1310 * windmove.el, woman.el, xt-mouse.el: Some fixes to follow coding
1311 conventions.
1312
1313 2001-07-16 Gerd Moellmann <gerd@gnu.org>
1314
1315 * simple.el (set-variable): Require 'cus-edit' instead of
1316 `wid-edit', so that the Custom widgets get defined.
1317
1318 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1319
1320 * allout.el: A fix to follow coding conventions.
1321
1322 * find-lisp.el: A fix to follow coding conventions.
1323
1324 * term/w32-win.el: A fix to follow coding conventions.
1325
1326 * textmodes/sgml-mode.el: A fix to follow coding conventions.
1327
1328 * term/xterm.el: A fix to follow coding conventions.
1329
1330 * term/news.el: A fix to follow coding conventions.
1331
1332 * emulation/vi.el: A fix to follow coding conventions, Maintainer:
1333 header line fixed.
1334
1335 * sun-curs.el: Fix Maintainer: header line.
1336
1337 * emacs-lisp/easymenu.el: Address of the author added.
1338
1339 2001-07-16 Gerd Moellmann <gerd@gnu.org>
1340
1341 * dired.el (dired-insert-set-properties): Fix invalid mouse-face
1342 property.
1343
1344 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1345
1346 * play/5x5.el, play/decipher.el, play/dunnet.el, play/fortune.el,
1347 * play/gamegrid.el, play/handwrite.el, play/landmark.el,
1348 * play/morse.el, play/pong.el, play/snake.el, play/tetris.el:
1349 Some fixes to follow coding conventions.
1350
1351 2001-07-16 Gerd Moellmann <gerd@gnu.org>
1352
1353 * which-func.el (which-func-mode): Doc fix.
1354
1355 2001-07-15 Stefan Monnier <monnier@cs.yale.edu>
1356
1357 * net/rcompile.el (remote-compile): Use make-local-variable.
1358
1359 * progmodes/hideshow.el (hs-minor-mode): Use make-local-variable.
1360
1361 * progmodes/make-mode.el (makefile-browse): Use make-local-variable.
1362
1363 * mail/reporter.el (reporter-submit-bug-report):
1364 Don't abuse make-variable-buffer-local. Fix call to add-hook.
1365
1366 2001-07-15 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1367
1368 * calendar/cal-china.el, calendar/cal-coptic.el,
1369 * calendar/cal-dst.el, calendar/cal-french.el,
1370 * calendar/cal-hebrew.el, calendar/cal-islam.el,
1371 * calendar/cal-iso.el, calendar/cal-julian.el,
1372 * calendar/cal-mayan.el, calendar/cal-persia.el,
1373 * calendar/cal-tex.el, calendar/calendar.el, calendar/diary-lib.el,
1374 * calendar/lunar.el, calendar/solar.el, ediff-diff.el,
1375 * ediff-help.el, ediff-hook.el, ediff-init.el, ediff-merg.el,
1376 * ediff-ptch.el, ediff-util.el, ediff-vers.el, ediff-wind.el,
1377 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
1378 * net/eudc-vars.el, net/ldap.el, pcvs-defs.el, pcvs-info.el,
1379 * pcvs-parse.el, pcvs-util.el, pcvs.el, progmodes/ada-mode.el,
1380 * progmodes/ada-prj.el, progmodes/ada-stmt.el,
1381 * progmodes/ada-xref.el, progmodes/cc-align.el,
1382 * progmodes/cc-bytecomp.el, progmodes/cc-cmds.el,
1383 * progmodes/cc-defs.el, progmodes/cc-engine.el,
1384 * progmodes/cc-langs.el, progmodes/cc-menus.el,
1385 * progmodes/cc-styles.el, progmodes/cc-vars.el,
1386 * textmodes/reftex-auc.el, textmodes/reftex-cite.el,
1387 * textmodes/reftex-dcr.el, textmodes/reftex-global.el,
1388 * textmodes/reftex-index.el, textmodes/reftex-parse.el,
1389 * textmodes/reftex-ref.el, textmodes/reftex-sel.el,
1390 * textmodes/reftex-toc.el, textmodes/reftex-vars.el,
1391 * textmodes/reftex.el: Some fixes to follow coding
1392 conventions in Eshell files with known maintainers.
1393
1394 * emulation/viper.el: A fix to follow coding conventions.
1395
1396 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el,
1397 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el,
1398 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el,
1399 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el,
1400 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el,
1401 * eshell/em-xtra.el, eshell/esh-arg.el, eshell/esh-cmd.el,
1402 * eshell/esh-ext.el, eshell/esh-io.el, eshell/esh-maint.el,
1403 * eshell/esh-mode.el, eshell/esh-module.el, eshell/esh-opt.el,
1404 * eshell/esh-proc.el, eshell/esh-test.el, eshell/esh-util.el,
1405 * eshell/esh-var.el, eshell/eshell.el: Some fixes to follow coding
1406 conventions in Eshell files.
1407
1408 * composite.el, diff.el, emacs-lisp/levents.el,
1409 * emacs-lisp/lmenu.el, emacs-lisp/lselect.el, emacs-lisp/lucid.el,
1410 * emulation/pc-mode.el, emulation/viper-cmd.el,
1411 * emulation/viper-ex.el, emulation/viper-init.el,
1412 * emulation/viper-keym.el, emulation/viper-macs.el,
1413 * emulation/viper-mous.el, emulation/viper-util.el,
1414 * emulation/viper.el, forms-pass.el, international/ccl.el,
1415 * international/characters.el, international/encoded-kb.el,
1416 * international/fontset.el, international/ja-dic-cnv.el,
1417 * international/ja-dic-utl.el, international/kinsoku.el,
1418 * international/kkc.el, international/mule-cmds.el,
1419 * international/mule-diag.el, international/mule-util.el,
1420 * international/mule.el, international/titdic-cnv.el,
1421 * language/china-util.el, language/chinese.el,
1422 * language/cyril-util.el, language/cyrillic.el, language/english.el,
1423 * language/greek.el, language/hebrew.el, language/japan-util.el,
1424 * language/japanese.el, language/korea-util.el, language/korean.el,
1425 * language/lao-util.el, language/lao.el, language/misc-lang.el,
1426 * language/slovak.el, language/thai-util.el, language/thai.el,
1427 * language/viet-util.el, language/vietnamese.el, mail/mh-comp.el,
1428 * mail/mh-e.el, mail/mh-funcs.el, mail/mh-mime.el, mail/mh-pick.el,
1429 * mail/mh-seq.el, mail/mh-utils.el, mail/sc.el, mail/unrmail.el,
1430 * midnight.el, patcomp.el, pcmpl-cvs.el, pcmpl-gnu.el,
1431 * pcmpl-linux.el, pcmpl-rpm.el, pcmpl-unix.el, play/studly.el,
1432 * play/zone.el, replace.el, select.el, subr.el, talk.el, term.el,
1433 * term/apollo.el, term/bobcat.el, term/linux.el, term/lk201.el,
1434 * term/vt102.el, term/vt125.el, term/vt200.el, term/vt201.el,
1435 * term/vt220.el, term/vt240.el, term/vt300.el, term/vt320.el,
1436 * term/vt400.el, term/vt420.el, x-apollo.el, x-menu.el: Some fixes
1437 to follow coding conventions in files without maintainer or in files
1438 with clear maintainer (but without Maintainer header stating so).
1439
1440 * emacs-lisp/elp.el: A fix to follow coding conventions.
1441
1442 * gnus/binhex.el, gnus/binhex.el, gnus/earcon.el,
1443 * gnus/gnus-agent.el, gnus/gnus-art.el, gnus/gnus-audio.el,
1444 * gnus/gnus-logic.el, gnus/gnus-ml.el, gnus/gnus-mlspl.el,
1445 * gnus/gnus-setup.el, gnus/gnus-srvr.el, gnus/gnus-sum.el,
1446 * gnus/gnus-uu.el, gnus/gnus-vm.el, gnus/ietf-drums.el,
1447 * gnus/mail-parse.el, gnus/mail-prsvr.el, gnus/mail-source.el,
1448 * gnus/mm-bodies.el, gnus/mm-decode.el, gnus/mm-encode.el,
1449 * gnus/mm-partial.el, gnus/mm-util.el, gnus/mm-uu.el,
1450 * gnus/mm-view.el, gnus/mml.el, gnus/nnimap.el, gnus/nnoo.el,
1451 * gnus/parse-time.el, gnus/rfc1843.el, gnus/rfc2045.el,
1452 * gnus/rfc2047.el, gnus/rfc2104.el, gnus/rfc2231.el,
1453 * gnus/time-date.el, gnus/uudecode.el: Some fixes to follow coding
1454 conventions in files from Gnus.
1455
1456 * abbrevlist.el, array.el, buff-menu.el, calendar/appt.el,
1457 * case-table.el, cdl.el, cmuscheme.el, compare-w.el, completion.el,
1458 * custom.el, derived.el, dired-aux.el, disp-table.el, dos-vars.el,
1459 * echistory.el, electric.el, emacs-lisp/authors.el,
1460 * emacs-lisp/backquote.el, emacs-lisp/byte-opt.el,
1461 * emacs-lisp/bytecomp.el, emacs-lisp/float.el, emacs-lisp/gulp.el,
1462 * emacs-lisp/helper.el, emacs-lisp/lisp-mode.el,
1463 * emacs-lisp/regexp-opt.el, emulation/mlconvert.el,
1464 * emulation/mlsupport.el, env.el, fast-lock.el, find-dired.el,
1465 * float-sup.el, frame.el, gnus/gnus-mule.el, gnus/pop3.el, gs.el,
1466 * gud.el, help-macro.el, hexl.el, imenu.el, info.el, informat.el,
1467 * international/codepage.el, international/iso-ascii.el,
1468 * international/iso-insert.el, international/iso-transl.el,
1469 * international/swedish.el, isearch.el, jka-compr.el, kermit.el,
1470 * lazy-lock.el, ledit.el, loadup.el, lpr.el, ls-lisp.el, macros.el,
1471 * mail/blessmail.el, mail/emacsbug.el, mail/mail-extr.el,
1472 * mail/mailabbrev.el, mail/mailpost.el, mail/rmail.el,
1473 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmsc.el,
1474 * mail/rmailout.el, mail/rmailsort.el, mail/rmailsum.el,
1475 * mail/vms-pmail.el, man.el, map-ynp.el, menu-bar.el, misc.el,
1476 * msb.el, net/ange-ftp.el, net/goto-addr.el, novice.el,
1477 * obsolete/auto-show.el, obsolete/hilit19.el, obsolete/ooutline.el,
1478 * obsolete/rnews.el, obsolete/rnewspost.el, options.el, paren.el,
1479 * paths.el, play/dissociate.el, play/doctor.el, play/hanoi.el,
1480 * play/meese.el, progmodes/compile.el, progmodes/ebrowse.el,
1481 * progmodes/hideif.el, progmodes/modula2.el, register.el, rot13.el,
1482 * saveplace.el, scroll-bar.el, server.el, sort.el, soundex.el,
1483 * term/bg-mouse.el, term/pc-win.el, term/sup-mouse.el,
1484 * term/tty-colors.el, terminal.el, textmodes/bib-mode.el,
1485 * textmodes/makeinfo.el, textmodes/page.el, textmodes/paragraphs.el,
1486 * textmodes/picture.el, textmodes/scribe.el, textmodes/spell.el,
1487 * textmodes/tex-mode.el, textmodes/text-mode.el,
1488 * textmodes/underline.el, thingatpt.el, time.el, timer.el,
1489 * unused.el, vcursor.el, version.el, vms-patch.el, vmsproc.el,
1490 * vt100-led.el, window.el: Some fixes to follow coding conventions in
1491 files maintained by FSF.
1492
1493 2001-07-13 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1494
1495 * arc-mode.el: A fix to follow coding conventions.
1496
1497 * bindings.el: Ditto.
1498
1499 * cdl.el: Ditto.
1500
1501 * comint.el: Ditto.
1502
1503 * cus-start.el: Ditto.
1504
1505 * shell.el: Ditto.
1506
1507 * skeleton.el: Ditto.
1508
1509 2001-07-13 Stefan Monnier <monnier@cs.yale.edu>
1510
1511 * info.el (Info-build-node-completions):
1512 Make Info-current-file-completions buffer local.
1513
1514 2001-07-13 Gerd Moellmann <gerd@gnu.org>
1515
1516 * which-func.el (which-func-mode, which-func-ff-hook)
1517 (which-function-mode): Remove references to which-func-mode-global.
1518
1519 * calendar/cal-islam.el (calendar-goto-islamic-date):
1520 Add autoload cookie.
1521
1522 * play/fortune.el: Add types to defcustoms.
1523
1524 2001-07-12 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1525
1526 * language/czech.el: A fix to follow coding conventions.
1527
1528 2001-07-11 Eli Zaretskii <eliz@is.elta.co.il>
1529
1530 * speedbar.el (speedbar-supported-extension-expressions): Add .g
1531 to the extension list, for antlr-mode. From Christoph Wedler
1532 <Christoph.Wedler@sap.com>.
1533
1534 2001-07-11 Stefan Monnier <monnier@cs.yale.edu>
1535
1536 * vc.el (vc-prefix-map): Moved back to vc-hooks.el.
1537 (vc-dired-mode-map): Fix the madness.
1538
1539 * vc-hooks.el (vc-mode): Dummy function for doc purposes.
1540 (vc-prefix-map): Moved back from vc.el.
1541
1542 2001-07-11 Gerd Moellmann <gerd@gnu.org>
1543
1544 * mail/mail-extr.el (mail-extr-all-top-level-domains):
1545 Increase the size of the obarray.
1546 (mail-extr-all-top-level-domains): Add more toplevel domains,
1547 add more long names.
1548 From: Per Starback <starback@ling.uu.se>.
1549
1550 2001-07-11 Eli Zaretskii <eliz@is.elta.co.il>
1551
1552 * progmodes/ada-prj.el: Say that the file _is_ part of Emacs.
1553 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1554
1555 * progmodes/ada-mode.el: Ditto.
1556
1557 * progmodes/ada-xref.el: Ditto.
1558
1559 2001-07-11 Miles Bader <miles@gnu.org>
1560
1561 * finder.el (finder-insert-at-column): Also move to the next line
1562 if exactly at COLUMN.
1563
1564 2001-07-10 Gerd Moellmann <gerd@gnu.org>
1565
1566 * help.el (describe-function-1): When printing FUNCTION's
1567 documentation, don't assume FUNCTION is a symbol.
1568
1569 * startup.el (normal-top-level): Don't operate on the initial
1570 frame if we failed to create one.
1571
1572 2001-07-10 Martin Stjernholm <bug-cc-mode@gnu.org>
1573
1574 * cc-cmds.el (c-indent-exp): Keep the indentation of the block
1575 itself, i.e. only indent the contents in it.
1576
1577 2001-07-10 Markus Rost <rost@math.ohio-state.edu>
1578
1579 * mail/rmail.el (rmail-show-message): Show beginning of message in
1580 all windows containing it.
1581
1582 2001-07-10 Eli Zaretskii <eliz@is.elta.co.il>
1583
1584 * term/tty-colors.el: Fix the header line and copyright years.
1585
1586 2001-07-09 Gerd Moellmann <gerd@gnu.org>
1587
1588 * emacs-lisp/advice.el (ad-make-advised-definition): If the
1589 original definition has an interactive form, but is Elp
1590 instrumented, use the interactive form of the function called by
1591 elp-wrapper.
1592
1593 * winner.el (winner-equal): Make it a defun. Don't compare Winner
1594 configurations with compare-window-configuration; they aren't
1595 window configurations.
1596
1597 * net/ange-ftp.el (ange-ftp-file-modtime): Check a 213 response
1598 from the server for the format we expect. Don't use it if it
1599 doesn't look like what the Internet draft for FTP extensions specifies.
1600
1601 * toolbar/*.pbm: Cleaned up.
1602 From Luis Fernandes <elf@ee.ryerson.ca>.
1603
1604 2001-07-09 Martin Stjernholm <bug-cc-mode@gnu.org>
1605
1606 * cc-cmds.el: Extended the kludge to interoperate with the
1607 delsel and pending-del packages wrt to the new function
1608 `c-electric-delete-forward'.
1609
1610 2001-07-08 Stefan Monnier <monnier@cs.yale.edu>
1611
1612 * emacs-lisp/easy-mmode.el (define-minor-mode): Use eval-after-load
1613 to delay the call to <mode> for global minor modes.
1614 (easy-mmode-define-navigation): Only recenter if interactive.
1615
1616 2001-07-06 Gerd Moellmann <gerd@gnu.org>
1617
1618 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind TAB
1619 to lisp-indent-line.
1620
1621 * net/ange-ftp.el (ange-ftp-file-modtime): Ignore 226 responses
1622 from the server. Call encode-time only when we are sure that we
1623 got a 213 response.
1624
1625 2001-07-06 Simon Josefsson <jas@extundo.com>
1626
1627 * mail/sendmail.el (mail-specify-envelope-from): Doc fix.
1628 (mail-envelope-from): New user option.
1629 (sendmail-send-it): Use it.
1630
1631 2001-07-06 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1632
1633 * ps-print.el: Use locale dependant date to print date in header.
1634 Doc fix.
1635 (ps-print-version): New version number (6.5.3).
1636 (ps-right-header, ps-right-footer): Initialization and doc fix.
1637 (ps-time-stamp-locale-default): New fun.
1638
1639 2001-07-06 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
1640
1641 * mail/rmailout.el (rmail-output): Fix duplicate MIME-Version:
1642 field problem with MIME-mode.
1643
1644 * mail/rmailout.el (rmail-output): Fix bug in MIME-mode.
1645
1646 2001-07-06 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
1647
1648 * mail/rmail.el (rmail-reply): Don't forget to narrow header in
1649 MIME-mode.
1650
1651 2001-07-06 Eli Zaretskii <eliz@is.elta.co.il>
1652
1653 * bindings.el (mode-line-mule-info): Don't show the tip with
1654 buffer-file-coding-system if that is nil.
1655
1656 2001-07-05 Gerd Moellmann <gerd@gnu.org>
1657
1658 * calendar/todo-mode.el (todo-top-priorities): Use delete-region
1659 instead of kill-line.
1660
1661 * play/pong.el: Fix first line. From Pavel Jan\e,Bm\e(Bk
1662 <Pavel@Janik.cz>.
1663
1664 * battery.el (battery-update): Add help-echo. From Pavel Jan\e,Bm\e(Bk
1665 <Pavel@Janik.cz>.
1666
1667 2001-07-04 Gerd Moellmann <gerd@gnu.org>
1668
1669 * font-lock.el (c-font-lock-keywords-3): When matching something
1670 like `struct X Y', finish with point after Y.
1671
1672 2001-07-04 Simon Josefsson <jas@extundo.com>
1673
1674 * mail/sendmail.el (sendmail-send-it): Look at `sendmail-program'
1675 in caller buffer.
1676
1677 2001-07-03 Eli Zaretskii <eliz@is.elta.co.il>
1678
1679 * find-file.el (ff-find-the-other-file): Use file-name-nondirectory
1680 instead of string-match to find the basename of the file.
1681 From Pascal Obry <p.obry@wanadoo.fr>.
1682
1683 * net/browse-url.el (browse-url-default-windows-browser):
1684 Support the MS-DOS port when it runs on Windows.
1685 (browse-url-browser-function) [ms-dos]: Default to
1686 browse-url-default-windows-browser.
1687
1688 * help.el (locate-library): Enable code that looks for compressed
1689 libraries if auto-compression-mode is on.
1690
1691 2001-07-02 Stefan Monnier <monnier@cs.yale.edu>
1692
1693 * info.el (Info-clone-buffer-hook): Really unconditionally copy marker.
1694
1695 2001-07-02 Gerd Moellmann <gerd@gnu.org>
1696
1697 * emacs-lisp/cl-macs.el (cl-do-arglist): Revert change of 2000-10-15.
1698
1699 2001-07-02 Eli Zaretskii <eliz@is.elta.co.il>
1700
1701 * allout.el: Fix the header line, so that finder.el recognizes it.
1702 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1703
1704 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Doc fix.
1705 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1706
1707 2001-06-29 Eli Zaretskii <eliz@is.elta.co.il>
1708
1709 * term/w32-win.el (x-colors): Add colors from the recent rgb.txt file.
1710
1711 * ps-bdf.el (bdf-directory-list): Use the value relative to
1712 installation-directory for MS-Windows as well.
1713
1714 2001-06-29 Richard M. Stallman <rms@gnu.org>
1715
1716 * wid-edit.el (widget-color-sample-face-get):
1717 Return ((foreground-color . COLOR)) instead of constructing a face.
1718
1719 2001-06-29 Eli Zaretskii <eliz@is.elta.co.il>
1720
1721 * faces.el (region): Change the background color for the
1722 light-background color display to lightgoldenrod2, to make it
1723 visible on some laptops.
1724
1725 2001-06-28 Richard M. Stallman <rms@gnu.org>
1726
1727 * mail/rmail.el (rmail-reformat-message): Bind inhibit-read-only to t.
1728 (rmail-msg-restore-non-pruned-header): Likewise.
1729 If point was in the old pruned header, put it at the top.
1730 (rmail-msg-prune-header): If point was at the top, keep it there.
1731
1732 * mail/rmail.el (rmail-narrow-to-non-pruned-header): New function.
1733 (rmail-retry-failure): Use rmail-narrow-to-non-pruned-header.
1734
1735 2001-06-28 Stefan Monnier <monnier@cs.yale.edu>
1736
1737 * info.el (Info-clone-buffer-hook): Unconditionally copy marker.
1738
1739 2001-06-28 Karl Fogel <kfogel@red-bean.com>
1740
1741 * saveplace.el: Update maintainer email address.
1742
1743 2001-06-27 Francesco Potorti` <pot@gnu.org>
1744
1745 * uniquify.el: (uniquify-rationalize-file-buffer-names):
1746 Undo previous change.
1747
1748 2001-06-27 Francesco Potorti` <pot@gnu.org>
1749
1750 * uniquify.el (uniquify-rationalize-file-buffer-names): Do a
1751 preliminary quick reordering. Can speed things up dramatically.
1752
1753 2001-06-26 Richard M. Stallman <rms@gnu.org>
1754
1755 * dired.el (dired-get-filename): A file name starting with ~
1756 is not absolute in this context.
1757
1758 * which-func.el (which-func-maxout): Increase default to 500000.
1759 (which-function-mode): This is now the "real" name of the function.
1760 (which-func-mode): Now an alias.
1761 (which-func-mode-global): Name deleted.
1762
1763 * progmodes/hideshow.el (hs-minor-mode-map): Use mouse-2, not
1764 button-2, when binding hs-mouse-toggle-hiding.
1765
1766 2001-06-26 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
1767
1768 * mail/rmail.el (rmail-msg-restore-non-pruned-header): New function.
1769 (rmail-msg-prune-header): Likewise.
1770 (rmail-toggle-header): Use `rmail-msg-restore-non-pruned-header'
1771 and `rmail-msg-prune-header'.
1772
1773 2001-06-25 Stefan Monnier <monnier@cs.yale.edu>
1774
1775 * textmodes/fill.el (fill-region-as-paragraph): Don't look further
1776 back than LINEBEG.
1777
1778 2001-06-25 Eli Zaretskii <eliz@is.elta.co.il>
1779
1780 * xt-mouse.el (xterm-mouse-event): If the buffer displayed in the
1781 window where they clicked the mouse has a header line, adjust
1782 vertical movement by one.
1783
1784 2001-06-25 Milan Zamazal <pdm@zamazal.org>
1785
1786 * progmodes/glasses.el (glasses-make-readable): Consider underscores
1787 too when separating a parenthesis.
1788
1789 2001-06-24 Eli Zaretskii <eliz@is.elta.co.il>
1790
1791 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
1792 (bookmark-bmenu-hide-filenames): Add help-echo to
1793 mouse-highlighted text.
1794 (bookmark-bmenu-show-filenames): Remove help-echo property from
1795 the whitespace.
1796
1797 2001-06-23 Eli Zaretskii <eliz@is.elta.co.il>
1798
1799 * files.el (auto-mode-alist): Add configure.ac (autoconf).
1800 From Karl Eichwalder <ke@suse.de>.
1801
1802 2001-06-23 Richard M. Stallman <rms@gnu.org>
1803
1804 * emacs-lisp/lisp-mode.el (eval-last-sexp): Doc fix.
1805
1806 * progmodes/cc-styles.el (c-set-style): Don't specify initial
1807 contents for completing-read.
1808
1809 2001-06-22 Richard M. Stallman <rms@gnu.org>
1810
1811 * menu-bar.el (menu-bar-make-toggle): Construct the
1812 function's doc string from HELP, not DOC, and make it accurate by
1813 adding "Toggle whether to " at the front and downcasing the initial.
1814 Change the HELP arg in some calls to make it fit this usage.
1815
1816 * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error):
1817 Undo previous change.
1818
1819 2001-06-22 Eli Zaretskii <eliz@is.elta.co.il>
1820
1821 * indent.el (indent-relative-maybe, indent-relative): Doc fix.
1822
1823 * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error): Doc fix.
1824
1825 2001-06-21 Eli Zaretskii <eliz@is.elta.co.il>
1826
1827 * toolbar/tool-bar.el (tool-bar-setup): Remove the EXIT button.
1828
1829 * dabbrev.el (dabbrev--select-buffers): Fix last change.
1830
1831 2001-06-20 Richard M. Stallman <rms@gnu.org>
1832
1833 * dabbrev.el (dabbrev--make-friend-buffer-list): New function,
1834 broken out from dabbrev--find-expansion. Handle minibuffer
1835 specially here.
1836 (dabbrev--find-expansion): Simplify code in various ways.
1837 Don't treat minibuffers specially.
1838 Call dabbrev--make-friend-buffer-list.
1839 (dabbrev--select-buffers): Don't treat minibuffers specially. Simplify.
1840 (dabbrev--scanning-message): Do nothing when minibuffer is current.
1841
1842 2001-06-19 John Wiegley <johnw@gnu.org>
1843
1844 * eshell/eshell.el: Don't load in esh-util if it's already loaded.
1845 Also, added a comment describing how to greatly speedup Eshell
1846 loadup time, by concatenating together all of Eshell's .elc files.
1847
1848 2001-06-19 John Wiegley <johnw@gnu.org>
1849
1850 * eshell/esh-mode.el: Disabled a test that often yields false failures.
1851
1852 2001-06-19 Eli Zaretskii <eliz@is.elta.co.il>
1853
1854 * woman.el (WoMan-highlight-references): Add help-echo to
1855 mouse-highlighted text.
1856
1857 2001-06-18 Stefan Monnier <monnier@cs.yale.edu>
1858
1859 * textmodes/sgml-mode.el (sgml-mode-map): Fix thinko.
1860
1861 2001-06-18 Gerd Moellmann <gerd@gnu.org>
1862
1863 * international/quail.el (quail-start-conversion):
1864 Reset quail-translating to nil.
1865
1866 * antlr-mode.el (antlr-mode): Check that `c-Java-access-key' is
1867 bound. Suggested by David B. Malkovsky <David.Malkovsky@sas.com>.
1868
1869 2001-06-18 Eli Zaretskii <eliz@is.elta.co.il>
1870
1871 * bs.el (bs--get-name, bs--get-file-name): Add help-echo to
1872 mouse-highlighted text.
1873
1874 * dired.el (dired-mark-pop-up): Fix last change.
1875
1876 2001-06-17 Eli Zaretskii <eliz@is.elta.co.il>
1877
1878 * calendar/calendar.el (generate-calendar-month): Add help-echo to
1879 mouse-highlighted text.
1880
1881 * net/quickurl.el (quickurl-url-file): Run through
1882 convert-standard-filename.
1883 (quickurl-list-populate-buffer): Add help-echo to
1884 mouse-highlighted text.
1885 (top-level): Update Dave's URL.
1886
1887 * textmodes/tex-mode.el (tex-validate-buffer): Add help-echo to
1888 mouse-highlighted text.
1889
1890 * textmodes/page-ext.el (pages-copy-header-and-position):
1891 Add help-echo to mouse-highlighted text.
1892
1893 * tar-mode.el (tar-header-block-summarize): Add help-echo to
1894 mouse-highlighted text.
1895
1896 * replace.el (occur): Add help-echo to mouse-highlighted text.
1897
1898 * progmodes/sh-script.el (sh-mark-line): Add help-echo to
1899 mouse-highlighted text.
1900
1901 * progmodes/cpp.el (cpp-make-button): Add help-echo to
1902 mouse-highlighted text.
1903
1904 * progmodes/compile.el (compile-reinitialize-errors):
1905 Add help-echo to mouse-highlighted messages.
1906 (compilation-forget-errors): Remove help-echo property as well.
1907
1908 * play/landmark.el (lm-plot-square, lm-init-display):
1909 Add help-echo to mouse-highlighted text.
1910
1911 * play/gomoku.el (gomoku-plot-square, gomoku-init-display):
1912 Add help-echo to mouse-highlighted text.
1913
1914 * dired.el (dired-insert-set-properties): Add help-echo to
1915 mouse-highlighted text.
1916 (dired-mark-pop-up): Remove help-echo property from the file name.
1917
1918 * comint.el (comint-send-input): Add help-echo to
1919 mouse-highlighted text.
1920
1921 * buff-menu.el (list-buffers-noselect): Add help-echo to
1922 mouse-highlighted text.
1923
1924 * arc-mode.el (archive-summarize-files): Add help-echo to
1925 mouse-highlighted text.
1926
1927 * ffap.el (ffap-machine-p): Always return nil if
1928 open-network-stream is not fboundp.
1929
1930 2001-06-17 Stefan Monnier <monnier@cs.yale.edu>
1931
1932 * textmodes/sgml-mode.el: Move `provide' to the end. Update copyright.
1933 (sgml-mode-map): Use `make-keymap' rather than make the keymap by hand.
1934 Bind the latin-1 charset-char to sgml-maybe-name-self rather than
1935 incorrectly binding chars between 128 and 256 to it.
1936 (sgml-maybe-name-self): Handle latin-1 chars properly.
1937 (sgml-tags-invisible): Bind buffer-file-name to nil.
1938 Use unwind-protect and restore-buffer-modified-p.
1939 (sgml-point-entered): Use buffer-substring-no-properties.
1940 (html-tag-alist): Add `div' and `span' and fix backquote/unquote typos.
1941 (html-mode): Don't force `imenu-sort-function'.
1942
1943 2001-06-15 Eli Zaretskii <eliz@is.elta.co.il>
1944
1945 * tar-mode.el: Fix the copyright notice.
1946
1947 * font-lock.el (font-lock-comment-face): For tty's with dark
1948 background, use "red1", since "lightred" is not one of the colors
1949 recognized by tty-colors.el.
1950
1951 * tar-mode.el (tar-extract): Call generate-new-buffer-name to
1952 create a buffer for extracted file, in case there's more than one
1953 file by that name in an archive, possibly in different
1954 directories. From Kevin Rodgers <kevinr@ihs.com>.
1955
1956 * format.el (format-alist): Doc fix. Suggested by Alex Schroeder
1957 <alex@gnu.org>.
1958
1959 2001-06-15 Miles Bader <miles@gnu.org>
1960
1961 * textmodes/texinfmt.el (texinfo-format-syntax-table):
1962 Revert previous change.
1963
1964 2001-06-14 Richard M. Stallman <rms@gnu.org>
1965
1966 * replace.el (keep-lines-read-args): Return just a regexp.
1967 Provide nil for the region args.
1968 (keep-lines, flush-lines, how-many):
1969 Calculate the defaults for the region here, when args are nil.
1970
1971 2001-06-14 Eli Zaretskii <eliz@is.elta.co.il>
1972
1973 * rot13.el (rot13-other-window): Some more doc fix.
1974
1975 2001-06-14 Per Starback <starback@ling.uu.se>
1976
1977 * replace.el (case-replace, query-replace-from-history-variable)
1978 (query-replace-to-history-variable, keep-lines-read-args)
1979 (occur-revert-function, query-replace-help): Dox fix.
1980
1981 2001-06-14 Eli Zaretskii <eliz@is.elta.co.il>
1982
1983 * rot13.el (rot13-other-window): Doc fix.
1984
1985 2001-06-14 Miles Bader <miles@gnu.org>
1986
1987 * textmodes/texinfo.el (texinfo-mode-syntax-table): Change syntax
1988 of " and \ to "." (punctuation).
1989 * textmodes/texinfmt.el (texinfo-format-syntax-table): Likewise.
1990
1991 2001-06-13 Richard M. Stallman <rms@gnu.org>
1992
1993 * emacs-lisp/backquote.el (backquote-process): Handle `[,@SYMBOL].
1994
1995 * simple.el (shell-command-on-region): Never kill the
1996 *Shell Command Output* buffer.
1997
1998 2001-06-13 Stefan Monnier <monnier@cs.yale.edu>
1999
2000 * diff-mode.el (diff-font-lock-keywords): Fix unanchored regexp.
2001
2002 2001-06-10 Stefan Monnier <monnier@cs.yale.edu>
2003
2004 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
2005 New var, to recognize ${ $' and PODs.
2006 (perl-font-lock-syntactic-face-function): New function.
2007 (perl-mode): Use them.
2008 (perl-continuation-line-p): New function, from perl-calculate-indent.
2009 (perl-calculate-indent): Use it, to properly handle continuation
2010 lines of continuation lines.
2011
2012 2001-06-10 Eli Zaretskii <eliz@is.elta.co.il>
2013
2014 * server.el (server-process, server-buffer-clients): Doc fix.
2015 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
2016
2017 2001-06-09 John Wiegley <johnw@gnu.org>
2018
2019 * eshell/esh-cmd.el (eshell-exit-success-p): Use a string-match to
2020 test if the last command was Lisp or not.
2021 (eshell-rewrite-if-command): "if" syntax is "if A B C", not "if A
2022 B x C".
2023
2024 2001-06-08 Eli Zaretskii <eliz@is.elta.co.il>
2025
2026 * dos-w32.el (grep-regexp-alist): Remove definition, since the
2027 general one on compile.el supports drive letters.
2028
2029 2001-06-08 Carsten Dominik <dominik@strw.leidenuniv.nl>
2030
2031 * textmodes/reftex-ref.el (reftex-select-label-help): Add "z"
2032 key description.
2033
2034 * textmodes/reftex-sel.el (reftex-select-jump): New command.
2035
2036 * textmodes/reftex-toc.el (reftex-toc-help): Add "z" key description.
2037 (reftex-toc-jump): New command.
2038
2039 * textmodes/reftex-cite.el (reftex-parse-bibitem): Regexp changed
2040 to parse international characters as well.
2041
2042 * textmodes/reftex.el: Add autoloads for `reftex-varioref-vref',
2043 `reftex-fancyref-fref', `reftex-fancyref-Fref'.
2044
2045 * textmodes/reftex-vars.el: Protect single backslash in docstrings.
2046
2047 * textmodes/reftex-dcr.el (reftex-view-crossref): Add SPACE and
2048 TAB to the key separators.
2049
2050 2001-06-07 Eli Zaretskii <eliz@is.elta.co.il>
2051
2052 * international/mule.el (auto-coding-alist): Remove redundant
2053 up-cased versions of the extensions (auto-coding-alist-lookup is
2054 case-insensitive where needed). Recognize .gz, .Z, .bz, .bz2, and
2055 .gpg files as binary. Suggested by Karl Berry <karl@gnu.org>.
2056
2057 2001-06-05 Eli Zaretskii <eliz@is.elta.co.il>
2058
2059 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Add a doc string.
2060
2061 2001-06-01 Richard M. Stallman <rms@gnu.org>
2062
2063 * help.el (describe-variable): Put value on same line
2064 with preceding text, if it is short enough to look good that way.
2065
2066 2001-06-01 Eli Zaretskii <eliz@is.elta.co.il>
2067
2068 * term/internal.el (IT-unicode-translations): New variable.
2069 (IT-setup-unicode-display): New function.
2070
2071 2001-06-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2072
2073 * ps-print.el: Handle before-string and after-string overlay properties
2074 in ps-print-*-with-faces commands. Doc fix.
2075 (ps-print-version): New version number (6.5.2).
2076 (ps-e-overlay-end): Alias for overlay-end to avoid compilation gripes
2077 for XEmacs.
2078 (ps-prefix-quote): Doc fix.
2079 (ps-setup, ps-print-quote, ps-generate-postscript-with-faces): Code fix.
2080 (ps-basic-plot-str, ps-plot-string): New funs.
2081
2082 2001-05-31 Stefan Monnier <monnier@cs.yale.edu>
2083
2084 * progmodes/etags.el (tags-compression-info-list): Fix docstring
2085 and :type spec.
2086
2087 2001-05-31 Gerd Moellmann <gerd@gnu.org>
2088
2089 * international/mule-cmds.el (inactivate-input-method):
2090 Set input-method-function to nil.
2091
2092 * xml.el (xml-parse-tag): The document may contain invalid characters.
2093 From ShengHuo ZHU <zsh@cs.rochester.edu>
2094
2095 2001-05-31 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
2096
2097 * mail/rmailsum.el (rmail-message-subject-p): Don't call
2098 `rmail-summary-line-decoder' if the message does not have
2099 a Subject: field.
2100
2101 * mail/rmail.el (rmail-revert): Modify to work in rmail-view-buffer.
2102
2103 * mail/rmail.el (rmail-insert-mime-resent-message-function):
2104 New variable.
2105 (rmail-resend): Modify to work in `rmail-view-buffer'; call
2106 `rmail-insert-mime-resent-message-function' if `rmail-enable-mime'
2107 is non-nil.
2108
2109 2001-05-30 Stefan Monnier <monnier@rum.cs.yale.edu>
2110
2111 * textmodes/tex-mode.el (latex-find-indent): Handle the BOBP case.
2112
2113 2001-05-29 Sam Steingold <sds@gnu.org>
2114
2115 * faces.el (face-valid-attribute-values): Bind `valid' directly
2116 instead of using `setq'.
2117
2118 * textmodes/tex-mode.el (tex-feed-input, tex-display-shell):
2119 Use `tex-shell-buf'.
2120 (tex-shell-proc): Use `tex-shell-running'.
2121 (tex-shell-buf-no-error): New function.
2122 (tex-send-tex-command): Use it.
2123 (tex-shell-running): Kill tex-shell when the buffer is dead for w32.
2124 (tex-kill-job): Check the process before calling `quit-process'.
2125
2126 2001-05-29 Gerd Moellmann <gerd@gnu.org>
2127
2128 * international/utf-8.el (ccl-decode-mule-utf-8): Handle invalid
2129 UTF-8 sequences.
2130
2131 2001-05-28 Miles Bader <miles@gnu.org>
2132
2133 * comint.el (comint-carriage-motion): Renamed from
2134 `comint-cr-magic'. Operate on the buffer instead of the string
2135 (for use as a comint post-output filter, instead of as a
2136 pre-output filter). Handle backspaces too. Add to the
2137 `comint-output-filter-functions' hook instead of
2138 `comint-preoutput-filter-functions'.
2139
2140 2001-05-28 Gerd Moellmann <gerd@gnu.org>
2141
2142 * language/japan-util.el (japanese-hankaku): Prefer the charset
2143 `jisx0201' when the optional argument `ascii-only' is not specified.
2144 (japanese-hankaku-region): Ditto.
2145 From Katsumi Yamaoka <yamaoka@jpl.org>
2146
2147 2001-05-28 Stefan Monnier <monnier@cs.yale.edu>
2148
2149 * textmodes/outline.el (outline-mode): Fix font-lock-defaults.
2150 (outline-invisible-p): New function.
2151 (hide-leaves): Save excursion.
2152 (hide-other): Stop looping when reaching bobp.
2153
2154 2001-05-28 Eli Zaretskii <eliz@is.elta.co.il>
2155
2156 * cus-edit.el (custom-file): Fix last change.
2157
2158 2001-05-27 Stefan Monnier <monnier@cs.yale.edu>
2159
2160 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload): Use the
2161 same definition in byte-compile-function-environment as `autoload'
2162 would put in `symbol-function'.
2163
2164 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Complete Dave's
2165 patch to correct the error message as well.
2166
2167 2001-05-27 Eli Zaretskii <eliz@is.elta.co.il>
2168
2169 * cus-edit.el (custom-file): Don't assume we were invoked with -q
2170 unless ~/.emacs exists.
2171
2172 * novice.el (enable-command): If user-init-file is nil or does not
2173 exist, default to "~/.emacs" (~/_emacs on DOS and, maybe, Windows).
2174
2175 2001-05-25 Stefan Monnier <monnier@cs.yale.edu>
2176
2177 * textmodes/tex-mode.el (tex-mode-syntax-table): Add ^.
2178 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
2179 Allow spaces around macro arguments.
2180 (tex-mode-map): Inherit from text-mode-map, but rebind \t to
2181 indent-for-tab-command.
2182 (latex-mode-map, plain-tex-mode-map): New keymaps.
2183 Inherit from tex-mode-map.
2184 (tex-common-initialization): Don't setup the keymap any more
2185 since it's now done right by define-derived-mode.
2186 (latex-mode): Set skeleton-end-hook to nil.
2187 (latex-skeleton-end-hook): Remove.
2188 (tex-latex-block, latex-insert-item): Simplify.
2189 (latex-syntax-after): Use following-char rather than char-after.
2190 (tex-discount-args-cmds, tex-count-words): New functions.
2191
2192 * textmodes/tildify.el (tildify-ignored-environments-alist):
2193 Recognize \verb* as well.
2194
2195 * progmodes/perl-mode.el (perl-mode): Use define-derived-mode.
2196 (perl-comment-indent): Simplify to let newcomment.el do its job.
2197 (perl-electric-terminator, perl-calculate-indent, perl-indent-exp)
2198 (perl-mark-function): Cleanup the namespace.
2199 (perl-calculate-indent): Don't be fooled by nested functions.
2200
2201 * speedbar.el (speedbar-find-selected-file): RE-quote the filename.
2202
2203 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
2204 Fix the arg of `load'. From Dave Love <fx@gnu.org>.
2205
2206 2001-05-25 Andrew Choi <akochoi@i-cable.com>
2207
2208 * international/titdic-cnv.el (ctlau-gb-converter): `\' should
2209 actually be `\\'.
2210 (ctlau-b5-converter): Likewise.
2211
2212 2001-05-24 Andrew Choi <akochoi@i-cable.com>
2213
2214 * international/titdic-cnv.el (quail-misc-package-ext-info):
2215 Change CTLauB.el to CTLau-b5.el.
2216
2217 2001-05-23 Stefan Monnier <monnier@cs.yale.edu>
2218
2219 * gud.el (gud-gdb-run-command-fetch-lines): Use forward-line
2220 rather than beginning-of-line to avoid problems with fields.
2221 (gud-perldb-massage-args): Use unless and push.
2222 (gud-chdir-before-run): New var.
2223 (gud-common-init): Use it.
2224
2225 2001-05-24 Andrew Choi <akochoi@i-cable.com>
2226
2227 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
2228 delete entries for chinese-ctlau and chinese-ctlaub.
2229 (quail-misc-package-ext-info): Add entries for chinese-ctlau and
2230 chinese-ctlaub.
2231 (ctlau-converter, ctlau-gb-converter, ctlau-b5-converter):
2232 New functions.
2233
2234 2001-05-22 Gerd Moellmann <gerd@gnu.org>
2235
2236 * cus-edit.el (custom-comment-show): Remove debug code.
2237
2238 * language/japan-util.el (japanese-symbol-table): Fix handling of
2239 Japanese long tone sign. From Kenichi Handa <handa@etl.go.jp>.
2240
2241 2001-05-21 Stefan Monnier <monnier@cs.yale.edu>
2242
2243 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly):
2244 Renamed by removing the silly `-flag' suffix.
2245 (diff-mode, diff-minor-mode, diff-find-source-location): Update.
2246
2247 2001-05-20 Stefan Monnier <monnier@cs.yale.edu>
2248
2249 * replace.el (keep-lines-read-args): Use `copy-marker'.
2250 (how-many): Save excursion properly.
2251 (occur-mode): Use define-derived-mode.
2252 (perform-replace): Use with-current-buffer.
2253
2254 2001-05-20 Richard M. Stallman <rms@gnu.org>
2255
2256 * play/landmark.el (lm): Use "p" not "P" for interactive spec.
2257
2258 * mail/rmail.el (rmail-retry-failure): Do save-window-excursion.
2259
2260 * info.el (Info-read-subfile): Widen before finding the
2261 desired node in the subfile.
2262
2263 * startup.el (command-line-1): When >2 files visited,
2264 leave the last one visible, and make that the selected window.
2265
2266 2001-05-20 Gerd Moellmann <gerd@gnu.org>
2267
2268 * font-lock.el (lisp-font-lock-keywords-1): Add `defvaralias'.
2269
2270 2001-05-20 Eli Zaretskii <eliz@is.elta.co.il>
2271
2272 * international/ccl.el (define-ccl-program): Fix a typo.
2273 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
2274
2275 * international/mule.el (decode-char): Fix a typo. From Pavel
2276 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
2277
2278 * textmodes/artist.el (artist-mode): Fix a typo. From Pavel
2279 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
2280
2281 * frame.el (automatic-hscrolling): Fix a typo. From Pavel
2282 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
2283
2284 2001-05-18 Sam Steingold <sds@gnu.org>
2285
2286 * pcvs-defs.el (cvs-mode-map): Bind "z" to `kill-this-buffer'
2287 and [RET] to `cvs-mode-find-file'.
2288
2289 2001-05-18 John Wiegley <johnw@gnu.org>
2290
2291 * eshell/esh-ext.el (eshell-explicit-command-char): A new
2292 configuration variable, which determines the initial character
2293 that forces use of an external version of a command. The default
2294 is *, but may be set to \, for example.
2295
2296 * eshell/esh-ext.el (eshell-explicit-command):
2297 Use `eshell-explicit-command-char' instead of ?*.
2298
2299 * eshell/esh-cmd.el (eshell/which):
2300 Use `eshell-explicit-command-char' instead of ?*.
2301
2302 * eshell/em-cmpl.el (eshell-completion-command-name)
2303 (eshell-complete-commands-list): Use `eshell-explicit-command-char'
2304 instead of ?*.
2305
2306 2001-05-18 Gerd Moellmann <gerd@gnu.org>
2307
2308 * net/ange-ftp.el (ange-ftp-fix-name-for-vms): Reverse args of
2309 subst-char-in-string.
2310 (ange-ftp-after-parse-ls-hook): New variable.
2311 (ange-ftp-ls): Run that hook.
2312 From Peter Milliken <Peter.Milliken@GTECH.COM>.
2313
2314 * tmm.el (tmm-get-keymap): Fix handling of :filter.
2315 (tmm-add-prompt): Bind buffer-read-only to nil when inserting
2316 text into *Completions*.
2317
2318 * net/goto-addr.el (goto-address-at-point): Deal with URLs
2319 part of which look like email addresses.
2320
2321 2001-05-18 Andrew Innes <andrewi@gnu.org>
2322
2323 * makefile.w32-in (compile-files-CMD, bootstrap-clean-CMD):
2324 Use . instead of absolute path for lisp dir, to avoid bug in W2K
2325 cmd.exe's handling of FOR loops.
2326 (autoloads): Set find-file-suppress-same-file-warnings to t to
2327 avoid slew of spurious messages.
2328
2329 2001-05-18 Simon Josefsson <simon@josefsson.org>
2330
2331 * mail/smtpmail.el (maybe-append-domain): Renamed to
2332 `smtpmail-maybe-append-domain'.
2333 (smtpmail-via-smtp): Use the new name.
2334
2335 * net/browse-url.el (browse-url-browser-function): Add kde.
2336 (browse-url-kde-program, browse-url-kde-args): New variables.
2337 (browse-url-kde): New function.
2338
2339 2001-05-18 Miles Bader <miles@gnu.org>
2340
2341 * simple.el (delete-horizontal-space, just-one-space):
2342 Use `constrain-to-field' instead of `field-end'/`field-beginning',
2343 because it's more efficient for large files.
2344
2345 2001-05-17 Gerd Moellmann <gerd@gnu.org>
2346
2347 * mail/rmail.el (rmail-require-mime-maybe): New function.
2348 (rmail): Use it.
2349 (rmail-mode): Handle the case of finding Rmail files.
2350
2351 * emacs-lisp/elp.el (elp-instrument-function): Handle advised
2352 functions.
2353
2354 2001-05-17 Stefan Monnier <monnier@cs.yale.edu>
2355
2356 * jit-lock.el (jit-lock-after-change): Check the font-lock-multiline
2357 text-property after moving to the beginning of line and regardless
2358 of the value of font-lock-multiline.
2359
2360 2001-05-17 Gerd Moellmann <gerd@gnu.org>
2361
2362 * startup.el (fancy-splash-screens): Ignore events on the mode-line.
2363
2364 * net/ange-ftp.el (ange-ftp-write-region): Make sure to record the
2365 last coding system used before calling set-buffer-modified-p
2366 because that function changes last-coding-system.
2367
2368 2001-05-17 Eli Zaretskii <eliz@is.elta.co.il>
2369
2370 * files.el (switch-to-buffer-other-window)
2371 (switch-to-buffer-other-frame): Add an xref to display-buffer in
2372 the doc string.
2373
2374 2001-05-17 Gerd Moellmann <gerd@gnu.org>
2375
2376 * language/slovak.el, language/czech.el: New maintainer.
2377
2378 2001-05-16 Sam Steingold <sds@gnu.org>
2379
2380 * emacs-lisp/cl-indent.el (toplevel): Indent the :method
2381 sub-form of `defgeneric' correctly.
2382
2383 2001-05-16 Gerd Moellmann <gerd@gnu.org>
2384
2385 * tooltip.el (tooltip) <defgroup>: Put it in `gud' group instead
2386 of `c'.
2387
2388 * textmodes/outline.el (outline-font-lock-level): Remove the
2389 condition-case, test what outline-level returns instead, to
2390 ease debugging.
2391
2392 * international/mule.el (auto-coding-regexp-alist): New user-option.
2393 (auto-coding-from-file-contents): New function.
2394 (set-auto-coding): Use it to determine a coding system.
2395
2396 2001-05-15 Gerd Moellmann <gerd@gnu.org>
2397
2398 * mouse.el (mouse-delete-other-windows): Doc fix.
2399
2400 * emacs-lisp/lisp-mode.el (lisp-mode):
2401 Make font-lock-keywords-case-fold-search a buffer-local variable with
2402 make-local-variable before setting it.
2403
2404 2001-05-14 Eli Zaretskii <eliz@is.elta.co.il>
2405
2406 * emacs-lisp/elp.el (elp-instrument-package): Don't allow empty
2407 prefixes.
2408
2409 2001-05-14 Gerd Moellmann <gerd@gnu.org>
2410
2411 * hexl.el (hexl-current-address): Print a message when called
2412 interactively.
2413
2414 2001-05-11 Stefan Monnier <monnier@cs.yale.edu>
2415
2416 * gud.el (gud-jdb-build-source-files-list): Fix paren typo.
2417
2418 * pcvs-defs.el (cvs-mode-map): Don't rebind `undo'.
2419
2420 * files.el (auto-mode-alist): Add *.perl and fix the *.<rev> case.
2421
2422 2001-05-11 Gerd Moellmann <gerd@gnu.org>
2423
2424 * startup.el (command-line): If parameters have been changed in
2425 the init files which influence font selection, clear the face
2426 cache so that faces get realized with the new parameters.
2427
2428 * Makefile.in (compile-files): Redirect output of chmod to /dev/null.
2429
2430 2001-05-10 Stefan Monnier <monnier@cs.yale.edu>
2431
2432 * smerge-mode.el (smerge-mode): Force font-lock-multiline to t.
2433
2434 2001-05-10 Eli Zaretskii <eliz@is.elta.co.il>
2435
2436 * mail/emacsbug.el (report-emacs-bug): Don't switch the buffer to
2437 unibyte. Suggested by Kenichi Handa <handa@etl.go.jp>.
2438
2439 2001-05-10 Gerd Moellmann <gerd@gnu.org>
2440
2441 * net/browse-url.el (browse-url-filename-alist): Allow UNC file
2442 names for MS-Windows and MS-DOS. From Dan Holmsand <dan@eyebee.com>.
2443
2444 2001-05-09 John Wiegley <johnw@gnu.org>
2445
2446 * eshell/esh-util.el (eshell-convert-numeric-arguments):
2447 Annotated the documentation string to tell users about
2448 `eshell-no-numeric-conversions'.
2449
2450 * eshell/esh-cmd.el (eshell-lisp-command): Don't perform numeric
2451 conversions if a Lisp function has the property
2452 `eshell-no-numeric-conversions' set to a non-nil value.
2453
2454 * eshell/em-dirs.el, eshell/em-ls.el, eshell/em-script.el,
2455 eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-cmd.el: Set the
2456 property `eshell-no-numeric-conversions' on the following
2457 functions (which all deal with filesystem entities, and never Lisp
2458 numerical values): eshell/cd, eshell/pushd, eshell/popd,
2459 eshell/ls, eshell/source, eshell/., eshell/man, eshell/rm,
2460 eshell/mkdir, eshell/rmdir, eshell/mv, eshell/cp, eshell/ln,
2461 eshell/cat, eshell/make, eshell/diff, eshell/locate, eshell/occur,
2462 eshell/which, eshell/addpath.
2463
2464 2001-05-09 John Wiegley <johnw@gnu.org>
2465
2466 * eshell/esh-arg.el (eshell-parse-argument-hook): If a number is
2467 encountered as an argument, don't convert it right away, but tag
2468 the first character of the string with the text properties
2469 `number', which signifies to `eshell-lisp-command' that the
2470 argument should be passed through `string-to-number' if it is
2471 actually used in the call to a Lisp function.
2472
2473 * eshell/esh-cmd.el (eshell-lisp-command): Before calling a Lisp
2474 function, convert any string arguments that have been tagged as
2475 "numbers", by calling string-to-number.
2476
2477 * eshell/esh-util.el (eshell-number-regexp): Now that number
2478 conversions only happen for Lisp function calls, the number regexp
2479 should now match all integer and floating point forms.
2480
2481 * eshell/esh-proc.el: Disable `eshell-stop-process' and
2482 `eshell-continue-process', since they are both nonfunctional at
2483 the moment.
2484 (eshell-proc-initialize): Don't bind keys for
2485 `eshell-stop-process' or `eshell-continue-process'.
2486
2487 * eshell/em-unix.el (eshell-shuffle-files):
2488 Apply `directory-file-name' before calling `file-name-directory'.
2489
2490 * eshell/em-hist.el (eshell-add-to-history): Reference to
2491 `eshell-history-ring' needed to be `eshell-history-index'.
2492
2493 * calendar/timeclock.el (timeclock-find-discrep):
2494 Initialize `elapsed' to 0.
2495 (timeclock-find-discrep): Set `timeclock-last-event-workday' if
2496 it's still nil.
2497
2498 2001-05-09 Stefan Monnier <monnier@cs.yale.edu>
2499
2500 * arc-mode.el (archive-int-to-mode): Construct the string directly.
2501 (archive-mode): Use capitalize.
2502 (archive-unique-fname): Use make-temp-file.
2503
2504 2001-05-09 Gerd Moellmann <gerd@gnu.org>
2505
2506 * emacs-lisp/lisp-mode.el (lisp-interaction-mode): Doc fix.
2507
2508 2001-05-09 Eli Zaretskii <eliz@is.elta.co.il>
2509
2510 * tar-mode.el (tar-extract): Pay attention to the value of
2511 coding-system-for-read, if it is non-nil.
2512
2513 * calendar/holidays.el (holidays): Add an autoload cookie.
2514 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
2515
2516 2001-05-08 John Wiegley <johnw@gnu.org>
2517
2518 * calendar/timeclock.el (timeclock-workday-remaining):
2519 Changed logic for determining how much time is remaining.
2520 (timeclock-workday-elapsed): Don't accept a "relative" argument
2521 for the current day's elapsed time. What could that have meant?
2522 (timeclock-workday-elapsed-string): No "relative" argument anymore.
2523 (timeclock-when-to-leave): Changed logic, similarly to what was
2524 done for `timeclock-workday-remaining'.
2525 (timeclock-find-discrep): Removed "today-only" argument, which had
2526 no meaning. Fixed some more math problems. The function now
2527 returns a three member list: (TOTAL-TIME-DISCREPANCY
2528 TODAYS-TIME-DISCREPANCY TODAYS-ELAPSED-TIME).
2529
2530 2001-05-08 Eli Zaretskii <eliz@is.elta.co.il>
2531
2532 * w32-fns.el (convert-standard-filename): Start replacing slashes
2533 from the beginning of the file name, not from where the last
2534 invalid character was. From "Andrew Maguire (SWW)"
2535 <Andrew.Maguire@Smallworld.co.uk>
2536
2537 2001-05-07 MORIOKA Tomohiko <tomo@m17n.org>
2538
2539 The following changes are to provide infrastructure for handling
2540 MIME messages to rmail. They don't affect the original behaviour
2541 if rmail-enable-mime is nil.
2542
2543 * mail/rmail.el (rmail-insert-mime-forwarded-message-function)
2544 (rmail-search-mime-message-function)
2545 (rmail-search-mime-header-function): New variables.
2546 (rmail-expunge-and-save): Be sure to set-buffer to the Rmail buffer.
2547 (rmail-quit, rmail-get-new-mail): Bury `rmail-buffer' after
2548 `rmail-view-buffer' is hidden.
2549 (rmail-toggle-header): Likewise. If rmail-enable-mime is non-nil,
2550 call rmai-show-mime-function.
2551 (rmail-display-labels): If rmail-enable-mime is non-nil, update
2552 mode-line-process of rmail-view-buffer.
2553 (rmail-set-attribute): Be sure to set-buffer to the Rmail buffer.
2554 (rmail-show-message): Be sure to call rmail-auto-file in the Rmail
2555 buffer.
2556 (rmail-next-message, rmail-next-undeleted-message): Be sure to
2557 set-buffer to the Rmail buffer.
2558 (rmail-message-regexp-p): If rmail-enable-mime is non-nil, call
2559 rmail-search-mime-header-function.
2560 (rmail-search-message): New function.
2561 (rmail-search): Call rmail-search-message to check if a message
2562 matches REGEXP, lastly update point after calling
2563 rmail-show-message.
2564 (rmail-undelete-previous-message, rmail-expunge-confirmed)
2565 (rmail-only-expunge): Be sure to set-buffer to the Rmail buffer.
2566 (rmail-reply): If rmail-enable-mime is non-nil, don't narrow to
2567 header region, refer to rmail-msgref-vector while setting the
2568 current buffer to rmail-buffer temporarily.
2569 (rmail-forward): Be sure to bind forward-buffer to the Rmail buffer.
2570 If rmail-enable-mime is non-nil, call
2571 rmail-insert-mime-forwarded-message-function instead of inserting
2572 forwarded message by itself.
2573
2574 * mail/rmailkwd.el (rmail-read-label): Be sure to work in the
2575 Rmail buffer.
2576 (rmail-set-label, rmail-next-labeled-message): Likewise.
2577
2578 * mail/rmailout.el (rmail-output-read-rmail-file-name): Be sure to
2579 set-buffer to the Rmail buffer.
2580 (rmail-output-to-rmail-file): Likewise.
2581 (rmail-output): Likewise.
2582
2583 * mail/rmailsum.el (rmail-message-subject-p): Process the result
2584 of mail-fetch-field by rmail-summary-line-decoder.
2585 (rmail-new-summary): Be sure to go to the Rmail buffer.
2586 If rmail-enable-mime is non-nil, set rmail-summary-buffer of
2587 rmail-view-buffer to nil.
2588 (rmail-summary-undelete): If rmail-enable-mime is non-nil, pop to
2589 rmail-view-buffer.
2590 (rmail-summary-scroll-msg-up): Handle rmail-view-buffer, not
2591 rmail-buffer.
2592 (rmail-summary-scroll-msg-down): Likewise.
2593 (rmail-summary-beginning-of-message): Likewise.
2594 (rmail-summary-wipe): Likewise.
2595 (rmail-summary-toggle-header): Use save-window-excursion, not
2596 save-excursion. Update point in rmail-view-buffer, not in
2597 rmail-buffer.
2598 (rmail-summary-reply): Before calling rmail-reply, set buffer to
2599 rmail-view-buffer, not rmail-buffer.
2600
2601 2001-05-07 Gerd Moellmann <gerd@gnu.org>
2602
2603 * cus-edit.el (custom-file): Signal an error if user-init-file is
2604 nil (running -q).
2605
2606 * mail/rmailedit.el (rmail-edit-mode-hook): Add :version.
2607
2608 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
2609 Add :version.
2610
2611 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
2612 New option.
2613 (smtpmail-via-smtp): Print warnings about unknown SMTP extensions
2614 only if smtpmail-warn-about-unknown-extensions is set.
2615
2616 * mail/rmail.el (rmail-mode-map): Use rmail-sort-by-labels
2617 instead of rmail-sort-by-keywords.
2618
2619 * mail/rmailsort.el (rmail-sort-by-labels): Renamed from
2620 rmail-sort-by-keywords.
2621
2622 * mail/rmailsum.el (rmail-summary-sort-by-labels): Renamed from
2623 rmail-summary-sort-by-keywords. Doc fix.
2624 (rmail-summary-mode): Doc fix.
2625
2626 * mail/rmail.el (rmail-edit): New Custom group.
2627
2628 * mail/rmailedit.el (rmail-edit-mode): Doc fix.
2629 (rmail-edit-mode-hook): New user-option.
2630
2631 2001-05-05 Richard M. Stallman <rms@gnu.org>
2632
2633 * help.el (help-xref-symbol-regexp): Recognize "source of"
2634 and friends, meaning make a link to the source file.
2635 (help-make-xrefs): Handle "source of" and friends
2636 by constructing a link that visits the source file.
2637
2638 * dabbrev.el (dabbrev-select-buffers-function): Doc fix.
2639
2640 2001-05-04 Stefan Monnier <monnier@cs.yale.edu>
2641
2642 * progmodes/cperl-mode.el (cperl-font-lock-keywords)
2643 (cperl-font-lock-keywords-1, cperl-font-lock-keywords-2):
2644 Renamed from perl-font-lock-keywords to avoid clashes.
2645 (cperl-mode, cperl-load-font-lock-keywords, cperl-init-faces)
2646 (cperl-load-font-lock-keywords-1, cperl-load-font-lock-keywords-2):
2647 Updated correspondingly.
2648
2649 * diff-mode.el (diff-nonexistent-face, diff-font-lock-keywords):
2650 Typo `nonexistant' -> `nonexistent'.
2651
2652 2001-05-04 Martin Stjernholm <bug-cc-mode@gnu.org>
2653
2654 * cc-cmds.el (c-electric-delete, c-electric-delete-forward):
2655 Split `c-electric-delete' into two functions where
2656 `c-electric-delete-forward' always deletes forward and
2657 `c-electric-delete' only contains the code necessary for XEmacs to
2658 choose between backward and forward deletion.
2659
2660 * cc-mode.el: `c-electric-delete-forward' is now bound to C-d to
2661 get the electric behavior on that key too.
2662 (c-fill-paragraph): Fixed bogus direct use of
2663 c-comment-prefix-regexp, which caused an error when it's a list.
2664
2665 2001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
2666
2667 * dired-aux.el (dired-diff): Doc fix.
2668
2669 * dired.el (dired-diff): Likewise.
2670
2671 2001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
2672
2673 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
2674
2675 2001-05-02 Stefan Monnier <monnier@cs.yale.edu>
2676
2677 * vc.el (vc-next-action-on-file): Only force buffer+file to writable
2678 if both the buffer and the file are read-only.
2679
2680 * progmodes/sh-script.el (sh-prev-line): Look for sh-heredoc-face
2681 rather than font-lock-string-face.
2682 (sh-get-indent-info): Treat heredocs like strings.
2683
2684 2001-05-02 Gerd Moellmann <gerd@gnu.org>
2685
2686 * textmodes/texinfmt.el (texinfo-format-parse-args): Don't consume
2687 a newline following `}'.
2688 (texinfo-format-email): New function.
2689 (toplevel): Use texinfo-format-email for @email.
2690 (texinfo-format-kbd-regexp, texinfo-format-kbd-end-regexp):
2691 Add `display'.
2692 (texinfo-sort-region): Goto point-min before sorting.
2693 (texinfo-set): Remove leading white space from value.
2694 From yagi@is.titech.ac.jp.
2695
2696 * replace.el (query-replace-regexp-eval): Doc fix.
2697
2698 2001-05-01 Stefan Monnier <monnier@cs.yale.edu>
2699
2700 * diff-mode.el (diff-nonexistant-face): New face.
2701 (diff-font-lock-keywords): Use it.
2702
2703 2001-04-30 Eli Zaretskii <eliz@is.elta.co.il>
2704
2705 * font-lock.el (font-lock-mode): Doc fix.
2706
2707 * dired-aux.el (dired-do-rename-regexp, dired-do-copy-regexp)
2708 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
2709
2710 2001-04-30 Gerd Moellmann <gerd@gnu.org>
2711
2712 * progmodes/sh-script.el (sh-font-lock-heredoc): Allow optional
2713 backslash at the start of the here-document delimiter.
2714 (sh-font-lock-syntactic-keywords): Likewise.
2715
2716 * mail/rmail.el (rmail-message-regexp-p): Yet another fix.
2717
2718 2001-04-29 Eli Zaretskii <eliz@is.elta.co.il>
2719
2720 * term/tty-colors.el (tty-color-define, tty-color-off-gray-diag)
2721 (tty-color-translate, tty-color-by-index, tty-color-values)
2722 (tty-color-desc): Doc fix.
2723
2724 2001-04-27 Eli Zaretskii <eliz@is.elta.co.il>
2725
2726 * dired-aux.el (dired-do-create-files, dired-do-copy)
2727 (dired-do-symlink, dired-do-hardlink, dired-do-rename):
2728 Mention dired-dwim-target in the doc string.
2729
2730 2001-04-28 Miles Bader <miles@gnu.org>
2731
2732 * dabbrev.el (dabbrev--ignore-buffer-p): New function.
2733 (dabbrev--find-expansion): Use it.
2734 (dabbrev--select-buffers): Don't select ignored buffers.
2735
2736 2001-04-27 Gerd Moellmann <gerd@gnu.org>
2737
2738 * mail/rmail.el (rmail-message-regexp-p): Don't match before headers.
2739
2740 2001-04-26 Richard M. Stallman <rms@gnu.org>
2741
2742 * dabbrev.el: Add doc strings for some functions.
2743 (dabbrev--eliminate-newlines): New variable.
2744 (dabbrev--substitute-expansion): Convert newlines to spaces
2745 if dabbrev--eliminate-newlines is set.
2746 If abbrev and expansion are both all-lower-case,
2747 leave dabbrev--last-case-pattern nil.
2748
2749 2001-04-26 Gerd Moellmann <gerd@gnu.org>
2750
2751 * mail/rmail.el (rmail-message-regexp-p): Use rfc822-goto-eoh
2752 if necessary, like in rmail-show-message.
2753
2754 2001-04-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2755
2756 * ps-print.el: Color specified by number is forced to be float number.
2757 (ps-print-version): New version number (6.5.1.1).
2758 (ps-header-frame-alist, ps-footer-frame-alist): Adjust color
2759 initialization.
2760 (ps-prefix-quote): New internal var.
2761 (ps-print-quote): New fun.
2762 (ps-setup, ps-output-frame-properties, ps-float-format)
2763 (ps-format-color): Code fix.
2764 (ps-plot-region): Eliminate redundant foreground color text setting.
2765
2766 2001-04-26 Eli Zaretskii <eliz@is.elta.co.il>
2767
2768 * dabbrev.el (dabbrev--select-buffers): Add a doc string.
2769
2770 2001-04-25 Gerd Moellmann <gerd@gnu.org>
2771
2772 * faces.el (tty-handle-reverse-video): Don't set inverse-video.
2773
2774 2001-04-25 Eli Zaretskii <eliz@is.elta.co.il>
2775
2776 * info.el (Info-additional-directory-list): Doc fix.
2777
2778 * find-lisp.el (find-lisp-find-dired-filter)
2779 (find-lisp-find-dired-subdirectories, find-lisp-find-dired):
2780 Add autoload cookies. From Richard Y. Kim <ryk@dspwiz.com>.
2781
2782 2001-04-25 Stefan Monnier <monnier@cs.yale.edu>
2783
2784 * progmodes/make-mode.el (makefile-font-lock-keywords):
2785 Rationalize the rules for includes and conditionals and use the
2786 keyword face for them.
2787
2788 * faces.el (modify-face): Add compatibility for non-interactive use.
2789
2790 2001-04-24 John Wiegley <johnw@gnu.org>
2791
2792 * eshell/esh-cmd.el (eshell-find-alias-function): Corrected the
2793 fix from last night, since it wasn't finding eshell/cd.
2794
2795 2001-04-24 Gerd Moellmann <gerd@gnu.org>
2796
2797 * rect.el (string-rectangle): Revert to 20.x behaviour.
2798 (replace-rectangle): Make it an alias for string-rectangle.
2799 (string-insert-rectangle): New function.
2800
2801 2001-04-23 John Wiegley <johnw@gnu.org>
2802
2803 * eshell/em-unix.el (eshell/diff): Fixed problems that were
2804 occurring with Emacs 21's diff.el/compile.el interaction layer.
2805
2806 2001-04-23 Colin Walters <walters@cis.ohio-state.edu>
2807
2808 * eshell/esh-cmd.el (eshell-find-alias-function): Return t in the
2809 case where the function was defined in a file, but not part of an
2810 eshell module.
2811
2812 2001-04-23 John Wiegley <johnw@gnu.org>
2813
2814 * eshell/em-smart.el (eshell-smart-redisplay): Added some safety
2815 code to work around a redisplay problem I've been having.
2816
2817 2001-04-23 John Wiegley <johnw@gnu.org>
2818
2819 * calendar/timeclock.el (timeclock-day-required): If the time
2820 required for a particular day is not set, use `timeclock-workday'.
2821 (timeclock-find-discrep): Added some sample code in a comment.
2822
2823 * eshell/eshell.el (eshell-command): Made a few changes so that
2824 `eshell-command' could be called programmatically.
2825
2826 * eshell/esh-mode.el (eshell-non-interactive-p): Moved to eshell.el.
2827
2828 * eshell/eshell.el (eshell-non-interactive-p): Moved from esh-mode.el.
2829
2830 2001-04-23 John Wiegley <johnw@gnu.org>
2831
2832 * calendar/timeclock.el: Updated copyright.
2833 (timeclock-generate-report): Don't report the daily or two-week
2834 total, if no time has been worked in that period.
2835 (timeclock-find-discrep): Moved call to `file-readable-p'; removed
2836 final computational form, which was unnecessary; corrected a
2837 parsing problem when timeclock-relative was nil.
2838
2839 2001-04-23 Kahlil Hodgson <kahlil@discus.anu.edu.au>
2840
2841 * calendar/timeclock.el (timeclock-modeline-display): Check if
2842 `list-entry' is null.
2843 (timeclock-use-display-time): The first argument to `set-variable'
2844 must be a symbol.
2845
2846 2001-04-23 Eli Zaretskii <eliz@is.elta.co.il>
2847
2848 * calendar/calendar.el (diary-entry-marker)
2849 (calendar-today-marker, calendar-holiday-marker):
2850 Use display-color-p instead of window-system.
2851 (calendar-mode-map, calendar-mode): Use display-popup-menus-p
2852 instead of window-system.
2853 (calendar-hide-window): Use display-multi-frame-p instead of
2854 window-system.
2855
2856 * calendar/cal-x.el (calendar-two-frame-setup)
2857 (calendar-only-one-frame-setup, calendar-one-frame-setup):
2858 Use display-multi-frame-p instead of window-system.
2859
2860 2001-04-23 Gerd Moellmann <gerd@gnu.org>
2861
2862 * play/fortune.el (fortune-from-region): Use `eq' instead of `eql'.
2863
2864 * textmodes/ispell.el, emacs-lisp/checkdoc.el,
2865 * progmodes/ebrowse.el, play/fortune.el: Fix autoload cookies.
2866
2867 2001-04-23 Alex Schroeder <alex@gnu.org>
2868
2869 * goto-addr.el: Instead of defining line-beginning-position and
2870 line-end-position a defalias is used for point-at-bol and point-at-eol.
2871
2872 2001-04-23 Alex Schroeder <alex@gnu.org>
2873
2874 * goto-addr.el: Added XEmacs compatibility code.
2875 (goto-address-highlight-keymap): Made keybindings XEmacs compatible.
2876
2877 2001-04-22 Eli Zaretskii <eliz@is.elta.co.il>
2878
2879 * textmodes/paragraphs.el (sentence-end): Doc fix.
2880
2881 2001-04-20 Alex Schroeder <alex@gnu.org>
2882
2883 * sql.el (sql-escape-newlines-and-send): New function.
2884 (sql-db2): Set comint-input-sender to sql-escape-newlines-and-send.
2885
2886 2001-04-20 Alex Schroeder <alex@gnu.org>
2887
2888 * sql.el (sql-db2-program): New option.
2889 (sql-db2-options): New option.
2890 (sql-db2): New function.
2891
2892 2001-04-20 Alex Schroeder <alex@gnu.org>
2893
2894 * sql.el (sql-mode-menu): Added highlighting entries.
2895 (sql-highlight-oracle-keywords): New function.
2896 (sql-highlight-postgres-keywords): New function.
2897 (sql-highlight-ansi-keywords): New function.
2898
2899 2001-04-20 Alex Schroeder <alex@gnu.org>
2900
2901 * sql.el (sql-help): Doc change.
2902
2903 2001-04-19 Karl Fogel <kfogel@collab.net>
2904
2905 * saveplace.el (save-place-alist-to-file): Removed no-effect code
2906 that inserted file content only to delete it immediately.
2907 Probably a cut-and-paste bug. Thanks to Juanma Barranquero
2908 <lektu@uol.com.br> for the patch.
2909
2910 2001-04-19 Stefan Monnier <monnier@cs.yale.edu>
2911
2912 * emacs-lisp/easy-mmode.el (easy-mmode-defsyntax): Unquote `doc'.
2913
2914 2001-04-18 Gerd Moellmann <gerd@gnu.org>
2915
2916 * emacs-lisp/cl-indent.el (toplevel): Comment out the spec
2917 for defmethod.
2918
2919 * comint.el (comint-cr-magic): New function.
2920 (toplevel): Add it to comint-preoutput-filter-functions.
2921
2922 2001-04-18 Andrew Innes <andrewi@gnu.org>
2923
2924 * makefile.w32-in (EMACSLOADPATH): Define.
2925 (custom-deps, autoloads, .el.elc, compile-files-CMD, compile-files-SH)
2926 (recompile): Remove stuff to set EMACSLOADPATH.
2927
2928 2001-04-18 Gerd Moellmann <gerd@gnu.org>
2929
2930 * language/slovak.el ("Slovak"): Add tutorial entry.
2931
2932 * net/browse-url.el (browse-url-new-window-flag): Renamed from
2933 browse-url-new-window-p.
2934
2935 2001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
2936
2937 * info.el (Info-menu-update): When there are no menus and/or no
2938 cross references in the node, make the respective items of the
2939 Info menu-bar menu inactive.
2940
2941 2001-04-17 Gerd Moellmann <gerd@gnu.org>
2942
2943 * indent.el (indent-for-tab-command): Call indent-line-function
2944 with no argument if PREFIX-ARG is non-nil.
2945
2946 * frame.el (delete-other-frames): Handle minibuffer-only frames.
2947
2948 2001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
2949
2950 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Don't invoke CVS as
2951 an async subprocess if start-process is unavailable. Suggested by
2952 Tim Van Holder <tim.van.holder@pandora.be>.
2953
2954 2001-04-15 Eli Zaretskii <eliz@is.elta.co.il>
2955
2956 * info.el (Info-additional-directory-list): Doc fix. Suggested by
2957 Kai Grossjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
2958
2959 2001-04-14 Eli Zaretskii <eliz@is.elta.co.il>
2960
2961 * info.el (Info-file-list-for-emacs): Add an entry for the "info"
2962 manual.
2963
2964 2001-04-13 Stefan Monnier <monnier@cs.yale.edu>
2965
2966 * pcvs-defs.el (cvs-mode-map): Bind C-o like in dired.
2967 (cvs-menu): Add a few entries.
2968
2969 * pcvs.el (cvs-addto-collection): Don't merge MESSAGE fileinfos.
2970 (cvs-update-filter): Only advertise `cvs-mode-delete-lock' if the
2971 lock file appears to be reachable from Emacs.
2972 (cvs-mode-mark-on-state, cvs-mode-display-file): New functions.
2973 (cvs-mode-find-file): Look for cvs-header-face rather than
2974 cvs-dirname-face (which doesn't exist).
2975 (cvs-mode-find-file): Allow `other' to be set to `dont-select'.
2976
2977 * pcvs-parse.el (cvs-parse-run-table): Remove misleading text.
2978
2979 2001-04-13 Eli Zaretskii <eliz@is.elta.co.il>
2980
2981 * emulation/pc-select.el (pc-selection-mode): Don't turn on
2982 normal-erase-is-backspace on a tty. Instead, bind some keys such
2983 as [delete] directly, like pc-select.el did before
2984 normal-erase-is-backspace was invented.
2985
2986 2001-04-12 Eli Zaretskii <eliz@is.elta.co.il>
2987
2988 * ls-lisp.el (ls-lisp-format): Leave a blank before "root".
2989
2990 2001-04-11 John Wiegley <johnw@gnu.org>
2991
2992 * eshell/em-ls.el (eshell-ls-insert-directory):
2993 Set font-lock-defaults to nil, to prevent fontification in dired
2994 buffers, if Eshell's ls is being used.
2995
2996 2001-04-11 John Wiegley <johnw@gnu.org>
2997
2998 * calendar/timeclock.el (timeclock-completing-read): New function.
2999 (timeclock-ask-for-project, timeclock-ask-for-reason):
3000 Call `timeclock-completing-read'.
3001
3002 * eshell/em-alias.el (eshell-command-aliased-p): `assoc' was
3003 required where `member' was being used.
3004
3005 2001-04-11 Colin Walters <walters@cis.ohio-state.edu>
3006
3007 * eshell/em-hist.el (eshell-previous-matching-input):
3008 Don't display "History item" if the the minibuffer is active.
3009
3010 2001-04-11 Gerd Moellmann <gerd@gnu.org>
3011
3012 * startup.el (command-line): Output a newline after printing
3013 an error from loading the window system's init file.
3014
3015 2001-04-11 Eli Zaretskii <eliz@is.elta.co.il>
3016
3017 * textmodes/texinfo.el (texinfo-font-lock-keywords):
3018 Add fontification for @value, @dfn, @dmn, @acronym, @anchor, and
3019 @inforef. Add an OVERRIDE of `keep' to highlight specs of
3020 keywords whose arguments routinely include @@.
3021
3022 2001-04-10 Gerd Moellmann <gerd@gnu.org>
3023
3024 * emacs-lisp/advice.el (ad-make-advised-definition):
3025 Construct advice for subrs differently.
3026
3027 * textmodes/paragraphs.el (forward-sentence): Put the sentence-end
3028 regexp in parentheses when building the regexp for searching backwards.
3029
3030 * simple.el (completion-list-mode-finish): New function.
3031 (toplevel): Add completion-list-mode-finish to temp-buffer-show-hook.
3032
3033 * language/european.el ("Polish"): Change sample text.
3034 From jsbien@mimuw.edu.pl (Janusz S. Bie\e,Bq\e(B).
3035
3036 * progmodes/sh-script.el (sh-indent-line): Add optional PREFIX-ARG
3037 parameter.
3038
3039 * faces.el (menu): Doc fix.
3040
3041 2001-04-10 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3042
3043 * ps-print.el: Footer implementation. Doc fix.
3044 (ps-print-version): New version number (6.5.1).
3045 (ps-header-frame-alist): New customization var for header frame
3046 properties.
3047 (ps-line-number-color): New customization var for line number color.
3048 (ps-footer-offset, ps-footer-line-pad, ps-print-footer)
3049 (ps-print-footer-frame, ps-footer-frame-alist, ps-footer-lines)
3050 (ps-footer-font-family, ps-footer-font-size, ps-left-footer)
3051 (ps-right-footer): New customization vars for footers.
3052 (ps-footer-pad, ps-footer-font-size-internal): New internal vars for
3053 footers.
3054 (ps-setup, ps-get-page-dimensions, ps-generate-header-line)
3055 (ps-generate-header, ps-begin-file, ps-begin-job, ps-begin-page):
3056 Code fix.
3057 (ps-prologue-file): Indentation fix.
3058 (ps-print-quote): Fun eliminated.
3059 (ps-value, ps-get, ps-put, ps-del): New funs for alist handling.
3060 (ps-output-frame-properties): New fun.
3061 (ps-fonts, ps-font-number, ps-rgb-color, ps-end-page, ps-next-page)
3062 (ps-skip-newline): Replace defun by defsubst.
3063
3064 2001-04-10 Colin Walters <walters@cis.ohio-state.edu>
3065
3066 * eshell/eshell.el (eshell-command): Needed a "%s" format
3067 specifier, in case the buffer contains percent characters.
3068
3069 2001-04-10 John Wiegley <johnw@gnu.org>
3070
3071 * calendar/timeclock.el (timeclock-generate-report): Added a
3072 missing insert of the project name.
3073
3074 2001-04-09 Gerd Moellmann <gerd@gnu.org>
3075
3076 * obsolete/profile.el: Moved from emacs-lisp/.
3077
3078 * Makefile.in (nonobsolete_setwins): New macro.
3079 (finder-data): Use it instead of `setwins'.
3080 From: Dave Love <fx@gnu.org>.
3081
3082 * server.el (server-visit-files): Set server-existing-buffer correctly.
3083 (server-visit-files): Run server-visit-hook after going to
3084 line 1 so that the hook can set point as it sees fit.
3085
3086 * bindings.el (mode-line-modified): Unify help messages.
3087
3088 2001-04-07 Eli Zaretskii <eliz@is.elta.co.il>
3089
3090 * dos-fns.el (dos-8+3-filename): Rename from dos-truncate-to-8+3.
3091 All callers changed.
3092
3093 2001-04-06 Eli Zaretskii <eliz@is.elta.co.il>
3094
3095 * international/titdic-cnv.el (miscdic-convert): For MS-DOS, if
3096 long file names aren't supported, truncate the file names in
3097 quail-misc-package-ext-info to 8+3 before matching them against
3098 FILENAME.
3099
3100 * dos-fns.el (dos-truncate-to-8+3): New function.
3101
3102 * progmodes/compile.el (grep-compute-defaults): Use null-device
3103 instead of literal /dev/null. Reported by Jens Schmidt
3104 <schmidt@mathematik.uni-kl.de>.
3105
3106 * simple.el (normal-erase-is-backspace-mode): Doc fix.
3107
3108 2001-04-06 Stefan Monnier <monnier@cs.yale.edu>
3109
3110 * textmodes/sgml-mode.el: Add unknown maintainer.
3111 (sgml-tag): Pass `str' explicitly through skeleton-transformation.
3112 (html-mode-map): Use set-keymap-parent.
3113
3114 2001-04-06 Dave Love <fx@gnu.org>
3115
3116 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
3117 Remove redundant string-to-list.
3118
3119 2001-04-05 Stefan Monnier <monnier@cs.yale.edu>
3120
3121 * composite.el (reference-point-alist): Doc fix.
3122
3123 2001-04-05 Sam Steingold <sds@gnu.org>
3124
3125 * font-lock.el (font-lock-keywords-case-fold-search):
3126 Make buffer-local. This fixes a very annoying bug when loading a Lisp
3127 file made font-lock case-insensitive.
3128
3129 2001-04-05 Gerd Moellmann <gerd@gnu.org>
3130
3131 * faces.el (defface menu): Doc fix.
3132
3133 * wid-edit.el (widget-color-sample-face-get): Don't make
3134 faces for undefined colors.
3135
3136 * version.el (emacs-version): Include LessTif/Motif version info.
3137
3138 2001-04-04 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3139
3140 * ps-mule.el: Eliminate cl package dependence.
3141 (char-valid-p, multibyte-string-p, string-make-multibyte): Define funs
3142 if they aren't defined yet.
3143 (ps-mule-encode-header-string, ps-mule-header-string-charsets):
3144 Eliminate cl package dependence.
3145
3146 2001-04-04 Stefan Monnier <monnier@cs.yale.edu>
3147
3148 * progmodes/cc-cmds.el (c-outline-level):
3149 Bind buffer-invisibility-spec. Originally from Dave Love, but
3150 got lost when incorporating version 5.26.
3151
3152 2001-04-04 Eli Zaretskii <eliz@is.elta.co.il>
3153
3154 * emulation/pc-select.el (pc-selection-mode):
3155 Call normal-erase-is-backspace-mode instead of binding
3156 keys individually.
3157
3158 * cus-load.el (normal-erase-is-backspace): Use it instead of
3159 delete-key-deletes-forward.
3160
3161 * startup.el (command-line): Use normal-erase-is-backspace and
3162 normal-erase-is-backspace-mode.
3163
3164 * simple.el (normal-erase-is-backspace): Rename from
3165 delete-key-deletes-forward. Doc fix.
3166 (normal-erase-is-backspace-mode): Rename from
3167 delete-key-deletes-forward-mode. Doc fix.
3168 Run normal-erase-is-backspace-hook.
3169
3170 * dired.el (dired-move-to-filename-regexp): Support file sizes in
3171 ``human-readable'' format produced by GNU `ls'.
3172 (dired-move-to-filename-regexp): Recognize ISO format dates.
3173 From Paul Eggert <eggert@twinsun.com>.
3174
3175 2001-04-04 Gerd Moellmann <gerd@gnu.org>
3176
3177 * emacs-lisp/lisp-mnt.el (lm-keywords-list, lm-keywords-finder-p):
3178 New functions.
3179 (lm-verify): Check keywords.
3180 From Eric M. Ludlam <eric@siege-engine.com>.
3181
3182 2001-04-03 Eric M. Ludlam <eric@siege-engine.com>
3183
3184 * speedbar.el (speedbar-insert-image-button-maybe): Check for
3185 `xemacs' feature instead of for the function `set-extent-property'.
3186
3187 2001-04-03 Stefan Monnier <monnier@cs.yale.edu>
3188
3189 * mail/mh-utils.el (mh-folder-hist): New var.
3190 (mh-prompt-for-folder): Use it and pass `default' to completing-read.
3191
3192 2001-04-03 Eli Zaretskii <eliz@is.elta.co.il>
3193
3194 * hexl.el (hexl-scroll-up): If scrolling gets outside the hexl
3195 region, position point on the first or last 16-byte group.
3196 (hexl-mode-map): Bind C-Home and C-End to hexl-beginning-of-buffer
3197 and hexl-end-of-buffer. Bind End and Home to hexl-end-of-line and
3198 hexl-beginning-of-line.
3199
3200 2001-04-03 Gerd Moellmann <gerd@gnu.org>
3201
3202 * icomplete.el (icomplete-mode): Treat an argument like other
3203 modes do.
3204
3205 * startup.el (fancy-splash-head): Use splash8.xpm for color
3206 depth 8.
3207
3208 * emacs-lisp/checkdoc.el (checkdoc-common-verbs-wrong-voice):
3209 Add an antry for ``converts''.
3210
3211 * language/slovak.el ("Slovak"): Add documentation string.
3212 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk ml.).
3213
3214 * language/czech.el ("Czech"): Add documentation string.
3215 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk ml.).
3216
3217 * ps-mule.el (ps-mule-font-info-database-bdf): Change `isci24-etl.bdf'
3218 to `isci24-mule.bdf'. From: Kenichi Handa <handa@etl.go.jp>.
3219
3220 2001-04-02 Stefan Monnier <monnier@cs.yale.edu>
3221
3222 * mail/mail-extr.el (mail-extr-delete-char, mail-extr-safe-move-sexp)
3223 (mail-extr-skip-whitespace-forward, mail-extr-nuke-char-at)
3224 (mail-extr-skip-whitespace-backward, mail-extr-undo-backslash-quoting):
3225 Use `defsubst' rather than a macro to ease debugging.
3226 (mail-extr-last): Remove (use `last' instead).
3227 (mail-extract-address-components): Properly reset the syntax-table
3228 after parsing an address. Use `last' rather than mail-extr-last.
3229 Make sure the end marker stays at the very end.
3230
3231 2001-04-02 Eli Zaretskii <eliz@is.elta.co.il>
3232
3233 * international/titdic-cnv.el (miscdic-convert): Fix a typo in the
3234 last change.
3235
3236 2001-04-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3237
3238 * ps-print.el: Line and paragraph spacing feature. Region to cut
3239 out when printing. Doc fix.
3240 (ps-print-version): New version number (6.5).
3241 (ps-line-spacing, ps-paragraph-spacing, ps-paragraph-regexp):
3242 New vars. Line and paragraph spacing feature.
3243 (ps-begin-cut-regexp, ps-end-cut-regexp): New vars. Region to cut
3244 out when printing.
3245 (ps-setup, ps-nb-pages, ps-get-page-dimensions, ps-begin-file)
3246 (ps-get-font-size, ps-begin-job, ps-continue-line)
3247 (ps-plot-region): Code fix.
3248 (ps-print-prologue-2): Var eliminated.
3249 (ps-line-spacing-internal, ps-paragraph-spacing-internal):
3250 New internal vars.
3251 (ps-get-size): New fun.
3252 (ps-output-string-prim, ps-init-output-queue, ps-print-page-p)
3253 (ps-next-line): Replace defun by defsubst.
3254 (ps-mule-plot-string): Autoload doc fix.
3255
3256 * ps-bdf.el: XEmacs compatibility. Doc fix.
3257 (installation-directory, coding-system-for-read): Declare vars if
3258 it's not declared yet.
3259 (bdf-read-font-info, bdf-read-bitmap, bdf-get-bitmaps): Code fix.
3260
3261 * ps-mule.el: XEmacs compatibility. Doc fix.
3262 (leading-code-private-22): Declare var if it's not declared yet.
3263 (charset-bytes, charset-dimension, charset-id, charset-width)
3264 (find-charset-region, split-char, char-width, chars-in-region)
3265 (forward-point, decompose-composite-char, encode-coding-string)
3266 (coding-system-p, ccl-execute-on-string, define-ccl-program):
3267 Define funs if not defined yet.
3268 (encode-composition-rule, find-composition): Define funs if not
3269 loaded yet.
3270 (ps-mule-prologue): PostScript code fix.
3271
3272 2001-04-02 Kenichi Handa <handa@etl.go.jp>
3273
3274 * ps-mule.el (ps-mule-generate-font): New arg HEADER-P. If it is
3275 non-nil, generate font for the header strings.
3276 (ps-mule-prepare-font): Likewise.
3277 (ps-mule-generate-glyphs): Likewise.
3278 (ps-mule-string-encoding): Likewise.
3279 (ps-mule-header-charsets): New variable.
3280 (ps-mule-encode-header-string): New function.
3281 (ps-mule-header-string-charsets): New function.
3282 (ps-mule-begin-job): Check charsets in the header strings. If there
3283 are non-ASCII and non-Latin1 charsets, prepare fonts for them.
3284
3285 * ps-print.el (ps-generate-header-line): Encode the header string by
3286 ps-mule-encode-header-string.
3287 (ps-mule-encode-header-string): Declare autoload.
3288
3289 2001-04-02 Gerd Moellmann <gerd@gnu.org>
3290
3291 * frame.el (cursor-in-non-selected-windows):
3292 Replaces show-cursor-in-non-selected-windows.
3293
3294 2001-03-31 Kenichi Handa <handa@etl.go.jp>
3295
3296 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
3297 Delete entries for "chinese-py" and "chinese-ziranma".
3298 (quail-misc-package-ext-info): New variable.
3299 (tsang-quick-converter): New function.
3300 (tsang-b5-converter, quick-b5-converter, tsang-cns-converter)
3301 (quick-cns-converter, py-converter, ziranma-converter)
3302 (miscdic-convert, batch-miscdic-convert): New functions.
3303
3304 2001-03-30 Kenichi Handa <handa@etl.go.jp>
3305
3306 * international/utf-8.el (ccl-encode-mule-utf-8): Fix handling of
3307 eight-bit-control chars.
3308
3309 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
3310 Reduce making temporary vector (suggested by Dave Love).
3311
3312 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
3313
3314 * simple.el (transient-mark-mode): Mention ESC ESC ESC in the doc
3315 string as well.
3316
3317 2001-03-30 Andreas Schwab <schwab@suse.de>
3318
3319 * files.el (backup-directory-alist): Fix typo.
3320
3321 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
3322
3323 * time-stamp.el (time-stamp-format): Doc fix. From Paul Eggert
3324 <eggert@twinsun.com>.
3325
3326 2001-03-30 Dave Love <fx@gnu.org>
3327
3328 * progmodes/fortran.el (fortran-comment-region): Fix typo.
3329
3330 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
3331
3332 * simple.el (transient-mark-mode): Mention C-g in the doc string.
3333
3334 2001-03-30 Miles Bader <miles@gnu.org>
3335
3336 * subr.el (interactive-form): Fix paren typo.
3337
3338 2001-03-29 Eli Zaretskii <eliz@is.elta.co.il>
3339
3340 * emacs-lisp/profile.el: Say that it's obsolete in the header
3341 line, so that finder.el puts that into its data-base.
3342 Suggested by Alex Schroeder <alex@gnu.org>.
3343
3344 2001-03-29 Paul Eggert <eggert@twinsun.com>
3345
3346 * mail/emacsbug.el (report-emacs-bug): Report LC_COLLATE,
3347 LC_MESSAGES, LC_MONETARY, LC_NUMERIC, and LC_TIME as well.
3348
3349 2001-03-29 Stefan Monnier <monnier@cs.yale.edu>
3350
3351 * generic.el (generic-mode-set-comments): Use "" rather than nil
3352 for comment-end.
3353
3354 2001-03-29 Gerd Moellmann <gerd@gnu.org>
3355
3356 * emacs-lisp/advice.el (ad-make-advised-definition):
3357 Call interactive-form to obtain the interactive spec of subrs.
3358
3359 * subr.el (interactive-form): New function.
3360
3361 2001-03-29 Andre Spiegel <spiegel@gnu.org>
3362
3363 * vc-sccs.el (vc-sccs-register): Use relative file names.
3364
3365 2001-03-28 Gerd Moellmann <gerd@gnu.org>
3366
3367 * bookmark.el (bookmark-get-bookmark): Handle case that
3368 BOOKMARK is not a string.
3369
3370 * image.el (image-type-regexps): Change type for PS files
3371 to `postscript'.
3372
3373 * subr.el (read-passwd): Clear command history after each
3374 character entered. From: Stephen Gildea
3375 <gildea@stop.mail-abuse.org>.
3376
3377 2001-03-27 Kenichi Handa <handa@etl.go.jp>
3378
3379 * international/kkc.el (kkc-save-init-file): Locally bind
3380 print-length to nil.
3381
3382 2001-03-26 Gerd Moellmann <gerd@gnu.org>
3383
3384 * textmodes/flyspell.el: Some doc fixes.
3385 (flyspell-maybe-correct-transposition)
3386 (flyspell-maybe-correct-doubling): Use a temporary buffer
3387
3388 * textmodes/ispell.el (ispell-parse-output): Doc fix.
3389
3390 * emacs-lisp/byte-opt.el (byte-optimize-while)
3391 (byte-optimize-form-code-walker): Diagnose too few arguments
3392 for `if' and `while'.
3393
3394 2001-03-26 Kenichi Handa <handa@etl.go.jp>
3395
3396 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
3397 Prepend `\' to "\<quail-translation-docstring>".
3398
3399 2001-03-26 Gerd Moellmann <gerd@gnu.org>
3400
3401 * autorevert.el (global-auto-revert-non-file-buffers):
3402 Remove duplicate defcustom.
3403
3404 2001-03-26 Miles Bader <miles@gnu.org>
3405
3406 * international/latin1-disp.el (latin1-char-displayable-p):
3407 Add leading "-" for X font pattern.
3408
3409 2001-03-26 Kenichi Handa <handa@etl.go.jp>
3410
3411 * international/mule-diag.el (describe-coding-system):
3412 For raw-text and emacs-mule, don't add anymore text about what
3413 charsets they can encode.
3414
3415 2001-03-25 Eli Zaretskii <eliz@is.elta.co.il>
3416
3417 * help.el (view-lossage): Mention open-dribble-file in the doc
3418 string. Suggested by Riku Saikkonen <rjs@lloke.dna.fi>.
3419
3420 2001-03-23 Stefan Monnier <monnier@cs.yale.edu>
3421
3422 * skeleton.el (skeleton-internal-list): Fix bogus logic.
3423 (skeleton-pair-insert-maybe): Don't pair after a backslash.
3424
3425 2001-03-23 Kenichi Handa <handa@etl.go.jp>
3426
3427 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
3428 Call ccl-execute-on-string directly so that CCL program handling
3429 multibyte sequence can work correctly.
3430 (encoded-kbd-setup-keymap): Fix the default value of `valid-codes'
3431 property of the coding system.
3432
3433 2001-03-23 Stefan Monnier <monnier@cs.yale.edu>
3434
3435 * textmodes/fill.el (fill-individual-paragraphs-prefix):
3436 Fix transcription typo.
3437
3438 2001-03-22 Rajesh Vaidheeswarran <rv@gnu.org>
3439
3440 * whitespace.el: Add buffer local variables to toggle testing of
3441 whitespaces in buffers without affecting the default values.
3442 Bump version to 3.0 to account for a few other changes.
3443 (whitespace-toggle-ateol-check, whitespace-toggle-leading-check)
3444 (whitespace-toggle-trailing-check, whitespace-toggle-indent-check)
3445 (whitespace-toggle-spacetab-check): New functions.
3446
3447 2001-03-21 Stefan Monnier <monnier@cs.yale.edu>
3448
3449 * obsolete/cplus-md.el: Moved from progmodes/cplus-md.el.
3450
3451 2001-03-21 Gerd Moellmann <gerd@gnu.org>
3452
3453 * bs.el (bs-cycle-next, bs-cycle-previous): Fix handling of
3454 bs-cycle-configuration-name. From Juanma Barranquero
3455 <lektu@uol.com.br>.
3456
3457 * Makefile.in, makefile.w32-in (COMPILE_FIRST): Add cc-mode.el
3458 and cc-vars.el.
3459
3460 * mail/sendmail.el (sendmail-send-it): Don't parse Resent-*
3461 headers. Always invoke sendmail with option -t.
3462
3463 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3464
3465 * Release of cc-mode 5.28.
3466
3467 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3468
3469 * cc-mode.el, cc-vars.el (c-common-init, c-default-style):
3470 Removed the hardcoded switch to "java" style in Java mode.
3471 It's instead taken care of by the default value for c-default-style.
3472
3473 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3474
3475 * cc-align.el (c-lineup-math): Fix bug where lineup was
3476 triggered by equal signs in string literals.
3477
3478 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3479
3480 * cc-cmds.el (c-fill-paragraph): Fixed bug in the paragraph
3481 limit detection when at the ends of the buffer.
3482
3483 * cc-engine.el (c-guess-basic-syntax): Removed bogus check for
3484 "for" statement clause in case 7F; a better one is done
3485 earlier in case 7D anyway.
3486
3487 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3488
3489 * cc-cmds.el (c-guess-fill-prefix): Improved the heuristics
3490 somewhat more and did a small optimization.
3491
3492 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3493
3494 * cc-cmds.el (c-beginning-of-statement, c-end-of-statement):
3495 Use the limit argument only to limit the syntactic context
3496 search, not to limit the actual movement.
3497
3498 * cc-cmds.el (c-beginning-of-statement): Move by sentence
3499 inside multiline strings, just like in comments. Also various
3500 fixes to the paragraph and comment prefix recognition, block
3501 comment ender handling etc.
3502
3503 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3504
3505 * cc-cmds.el (c-fill-paragraph): Take more care to preserve
3506 the relative position of the point.
3507
3508 * cc-cmds.el (c-electric-continued-statement): New function to
3509 use as abbrev hook to reindent for keywords such as "else"
3510 that continues an earlier statement.
3511
3512 * cc-menus.el (cc-imenu-c++-generic-expression): Treat structs
3513 like classes.
3514
3515 * cc-mode.el (c-mode, c++-mode, java-mode, objc-mode)
3516 (pike-mode): Populate the default abbrev tables to reindent for
3517 keywords such as "else" that can continue earlier statements.
3518 Abbrev mode is therefore turned on by default now. (Note that
3519 this doesn't apply to idl-mode, since IDL afaik doesn't have
3520 statements at all.)
3521
3522 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3523
3524 * cc-engine.el (c-inside-bracelist-p): Fix for handling
3525 bracelists where the declaration contains template arguments.
3526
3527 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3528
3529 * cc-cmds.el (c-comment-indent):
3530 Use `c-get-syntactic-indentation' to correctly calculate the
3531 syntactic indentation. Fixes bug with lineup functions that
3532 return vectors.
3533
3534 * cc-engine.el (c-get-syntactic-indentation): Split the
3535 indentation sum calculation from `c-indent-line' to a separate
3536 function.
3537
3538 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3539
3540 * cc-cmds.el (c-beginning-of-statement, c-comment-indent):
3541 Fixed places where it was assumed that preprocessor directives
3542 have to start in column zero.
3543
3544 * cc-engine.el (c-beginning-of-member-init-list): Handle C++
3545 template arguments after a class identifier properly.
3546
3547 * cc-engine.el (c-guess-basic-syntax): Treat initializer brace
3548 lists for `new Foo[]' constructs in Java as expressions and
3549 not top level definition brace lists on the top level, so that
3550 they'll get indented consistently with the same type of
3551 expression in a normal block.
3552
3553 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3554
3555 * cc-cmds.el (c-fill-paragraph): The kludge that checks
3556 whether the adaptive filling package fails to keep the comment
3557 prefix is now kludged further to check for filladapt-mode
3558 which doesn't have that problem. This is really icky, but it's
3559 the only way that works with the current misfeatures/bugs in
3560 both adaptive-fill-mode and filladapt-mode.
3561
3562 * cc-cmds.el (c-fill-paragraph): Made the way the paragraph
3563 around point is recognized more robust.
3564
3565 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3566
3567 * cc-cmds.el, cc-engine.el, cc-lobotomy.el (c-state-cache)
3568 (c-in-literal-cache, c-auto-fill-prefix, c-lit-limits)
3569 (c-lit-type): Fixed all internal variables used dynamically so
3570 that they are always bound.
3571
3572 * cc-cmds.el, cc-engine.el: Improved recovery of syntactic
3573 errors:
3574
3575 (c-indent-region): Fixed reporting of syntactic errors so that
3576 the region is fully reindented even when an error occurs.
3577 The last syntactic error is printed afterwards. Also cleanup up a
3578 whole lot of code that tried to optimize indentation of whole
3579 sexps but in reality accomplishes nothing.
3580
3581 (c-indent-sexp): Use c-indent-region.
3582
3583 (c-parsing-error): Changed this variable to hold the message
3584 for any syntactic error that is discovered.
3585
3586 (c-parse-state): Search backward from point instead of the bod
3587 position when the latter is invalid. This makes CC Mode
3588 recover faster when there are unbalanced close braces.
3589
3590 (c-backward-to-start-of-if): Use c-parsing-error to report
3591 dangling "else" clauses instead of throwing an error, and fall
3592 back to a reasonable position.
3593
3594 (c-indent-line): Added argument to avoid reporting syntactic errors.
3595
3596 (c-show-syntactic-information): Don't report any syntactic errors.
3597
3598 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3599
3600 * cc-cmds.el (c-beginning-of-statement): Fixed bugs with
3601 paragraph recognition when moving by sentence in literals.
3602
3603 * cc-langs.el (c-Java-javadoc-paragraph-start): Modified paragraph
3604 start regexp for javadoc to recognize javadoc markup in general instead
3605 of a specific set of keywords, to be more future-safe.
3606
3607 (c-Pike-pikedoc-paragraph-start)
3608 (c-Pike-pikedoc-paragraph-separate): New regexps to recognize
3609 pikedoc markup.
3610
3611 * cc-mode.el: Fixed initialization and use of c-current-comment-prefix.
3612
3613 (pike-mode): Initialize paragraph settings pikedoc recognition.
3614
3615 * cc-vars.el (c-default-style): Made a nicer Customize widget.
3616
3617 (c-comment-prefix-regexp): Made it possible to use an
3618 association list on this to specify mode specific regexps.
3619 The default value now use a special regexp in Pike mode to
3620 recognize pikedoc markup.
3621
3622 (c-current-comment-prefix): New variable containing the actual
3623 regexp from c-comment-prefix-regexp for the current buffer.
3624
3625 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3626
3627 * cc-cmds.el (c-electric-brace): Fixed check for special brace
3628 lists: We can't look at the syntax, since a brace list can get
3629 recognized as a plain statement-cont.
3630
3631 * cc-engine.el (c-guess-basic-syntax): Fixed bug where a
3632 special brace list opener broken over two lines got recognized
3633 as a statement on the second line. Case 9A changed.
3634
3635 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3636
3637 * cc-cmds.el (c-electric-brace): Fixed bug in c-state-cache
3638 adjustment after line is reindented.
3639
3640 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3641
3642 * cc-defs.el (c-point): Added optional argument for position
3643 to use instead of the current point.
3644
3645 * cc-defs.el, cc-engine.el (c-add-class-syntax): Do not add
3646 the in-expression block symbols when the construct starts at
3647 boi, to avoid the extra level of indentation in that case.
3648 Cases 4, 16A and 17E affected.
3649
3650 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3651
3652 * cc-cmds.el: Use `indent-according-to-mode' instead of direct
3653 calls to `c-indent-line', to adhere better to Emacs conventions.
3654
3655 * cc-engine.el (c-indent-line): Use the syntax already bound
3656 to `c-syntactic-context', if there is any.
3657
3658 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3659
3660 * cc-engine.el (c-get-offset): Fixed bug where the indentation
3661 wasn't added up correctly when a lineup function returned nil.
3662
3663 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3664
3665 * cc-engine.el (c-collect-line-comments): Fixed bug where
3666 empty lines were ignored when collecting line comments backwards.
3667
3668 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3669
3670 * cc-align.el (c-lineup-dont-change): Return an absolute
3671 indentation column to work correctly in the case when several
3672 syntactic elements are processed for the same line.
3673
3674 * cc-engine.el, cc-styles.el, cc-vars.el (c-evaluate-offset)
3675 (c-get-offset, c-indent-line, c-valid-offset, c-read-offset)
3676 (c-set-offset): Added absolute indentation column settings by
3677 using the vector type.
3678
3679 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3680
3681 * cc-cmds.el, cc-vars.el (c-electric-paren, c-cleanup-list):
3682 Implemented two new cleanups `space-before-funcall' and
3683 `compact-empty-funcall'.
3684
3685 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3686
3687 * cc-defs.el (c-paren-re, c-identifier-re): Two new macros for
3688 helping building regexps.
3689
3690 * cc-engine.el (c-on-identifier): New function for detecting
3691 identifiers. It takes keywords into account.
3692
3693 * cc-langs.el, cc-mode.el: Added regexps for complete keyword
3694 lists. `c-keywords' is set to a regexp matching all keywords
3695 in the current language.
3696
3697 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3698
3699 * cc-engine.el (c-beginning-of-statement-1): Added '#' to the
3700 list of characters to skip backwards over at the beginning of
3701 a statement, since it can precede string literals in Pike.
3702
3703 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3704
3705 * cc-cmds.el (c-guess-fill-prefix): Fixed bug with prefix
3706 recognition when standing on the last line in a C++ comment
3707 with nothing but whitespace after the prefix.
3708
3709 * cc-engine.el (c-backward-to-start-of-if): Fixed bug when
3710 given no limit argument.
3711
3712 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3713
3714 * cc-engine.el (c-inside-bracelist-p): Fixed brace list
3715 recognition for the `[]= operator symbol in Pike.
3716
3717 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3718
3719 * cc-bytecomp.el (cc-eval-when-compile): New macro that works
3720 around a bug in `eval-when-compile' in the byte compiler.
3721
3722 * cc-engine.el (c-forward-token-1): Fixed bug with return
3723 value when count is zero and there's no token start within the limit.
3724
3725 (c-guess-basic-syntax): Don't add 'comment-intro to lines with
3726 "prefix comments", i.e. comments which are followed by code on
3727 the same line.
3728
3729 * cc-mode-19.el: Fixes so that checks that must be done at
3730 compile time also are done then.
3731
3732 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3733
3734 * cc-defs.el: Make sure cc-mode-19 is loaded both at compile
3735 time and at runtime, and only when it's needed.
3736
3737 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3738
3739 Major cleanup for less error prone and more warning free
3740 compilation, including some fixes for bugs due to different
3741 compilation orders. Thanks to Martin Buchholz for providing
3742 the basis for all this.
3743
3744 * cc-bytecomp.el: New file that provides some byte compilation
3745 features: It ensures that files always are loaded from the
3746 current source directory during compilation, and it provides a
3747 set of macros to turn off specific compiler warnings for
3748 specific symbols. (It's not CC Mode specific in any way.)
3749
3750 Fixed a nearly acyclic dependency tree (both runtime and
3751 compile-time) between all files.
3752
3753 * cc-defs.el: Separated all macros before the inline functions,
3754 to ensure correct compilation.
3755
3756 * cc-defs.el, cc-engine.el: Moved c-beginning-of-macro to from
3757 cc-defs.el to cc-engine.el and made it a function instead.
3758
3759 * cc-mode-19.el: Patch the byte compiler in Emacs 19 not to warn
3760 about char-after.
3761
3762 * cc-vars.el: Cope even when there isn't a custom package
3763 containing defcustom available.
3764
3765 * cc-make.el: Removed since it's no longer necessary.
3766
3767 README: Updated installation instructions.
3768
3769 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3770
3771 * cc-cmds.el, cc-langs.el, cc-mode.el: Moved around things to
3772 improve the modularity: Moved all mode init stuff from
3773 cc-langs.el to cc-mode.el, including the keymap
3774 initialization; cc-langs now only contains the various
3775 variables for configuring the language syntax.
3776
3777 * cc-engine.el, cc-styles.el (c-evaluate-offset)
3778 (c-get-offset): Moved from cc-styles to cc-engine since file
3779 dependency analysis suggests they belong there (which also
3780 makes more sense). Thanks to Martin Buchholz for doing the analysis.
3781
3782 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3783
3784 * cc-cmds.el (c-fn-region-is-active-p): New function that
3785 wraps the corresponding macro, for use in places that aren't
3786 compiled. Thanks to Martin Buchholz for pointing out this.
3787
3788 * cc-langs.el (c-mode-menu): Use c-fn-region-is-active-p.
3789
3790 * cc-mode.el (c-prepare-bug-report-hooks): Hook variable to
3791 add things to the bug report.
3792
3793 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3794
3795 * cc-cmds.el (c-guess-fill-prefix): Fixed bug where the
3796 returned prefix could contain a newline when the search for a
3797 good prefix line failed.
3798
3799 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3800
3801 * cc-cmds.el (c-toggle-auto-state, c-toggle-hungry-state)
3802 (c-toggle-auto-hungry-state): Made the argument optional, as
3803 the documentation says it is.
3804
3805 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3806
3807 * cc-engine.el (c-guess-basic-syntax): Don't treat the Pike
3808 multiline string syntax, #"...", as a cpp macro.
3809
3810 2001-03-21 Paul Eggert <eggert@twinsun.com>
3811
3812 * international/mule-cmds.el (set-locale-environment):
3813 Set system-messages-locale and system-time-locale, but only if the
3814 caller specifies a non-nil locale name.
3815
3816 2001-03-20 Gerd Moellmann <gerd@gnu.org>
3817
3818 * pcvs-util.el (cvs-bury-buffer): Bodiless `if' statements cause
3819 problems for the interpreter. From: John Wiegley <johnw@gnu.org>
3820
3821 2001-03-20 Gerd Moellmann <gerd@gnu.org>
3822
3823 * follow.el (follow-avoid-tail-recenter): Doc fix.
3824
3825 * custom.el (custom-set-variables): Avoid reversing the list
3826 of args needlessly.
3827
3828 * startup.el (fancy-splash-head): Don't change the colors of the
3829 XPM image on a dark background.
3830
3831 * comint.el (comint-exec-1): Set columns of the terminal to
3832 window-width instead of frame-width.
3833
3834 * info.el (Info-scroll-down): Add missing WINDOW arg for
3835 pos-visible-in-window-p.
3836
3837 * ehelp.el (electric-help-mode-hook): Add defcustom.
3838
3839 * mail/sendmail.el (mail-mode): Activate case-folding in
3840 font-lock-defaults.
3841
3842 2001-03-19 Stefan Monnier <monnier@cs.yale.edu>
3843
3844 * bindings.el (mode-line-mode-menu): `glasses-mode' might be unbound.
3845 (completion-ignored-extensions): Remove duplicate ".class".
3846
3847 2001-03-19 Andreas Schwab <schwab@suse.de>
3848
3849 * textmodes/reftex-dcr.el (reftex-view-crossref): Doc fix.
3850 From Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
3851
3852 2001-03-19 Gerd Moellmann <gerd@gnu.org>
3853
3854 * language/european.el ("Latin-5", "Latin-4"): Use postfix input
3855 methods since there are not prefix input methods.
3856
3857 2001-03-19 Kenichi Handa <handa@etl.go.jp>
3858
3859 * international/mule-cmds.el (read-input-method-name):
3860 Locally bind enable-recursive-minibuffers to t.
3861
3862 2001-03-18 Stefan Monnier <monnier@cs.yale.edu>
3863
3864 * emacs-lisp/lmenu.el (add-menu): Re-added (was erroneously removed).
3865
3866 2001-03-17 Michael Kifer <kifer@cs.sunysb.edu>
3867
3868 * ediff-util.el: Copyright years.
3869 (ediff-choose-syntax-table): New function.
3870 (ediff-setup): Use ediff-choose-syntax-table.
3871
3872 * ediff-init.el (ediff-with-syntax-table): New macro, uses
3873 with-syntax-table.
3874
3875 * ediff.el: Date of last update, copyright years.
3876
3877 * ediff-wind (ediff-setup-control-frame): Nill->nil.
3878
3879 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
3880 of Scott Bronson.
3881 (ex-cmd-assoc,ex-cmd-one-letr): New functions.
3882 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
3883 Deleted functions.
3884 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
3885 ex-token-list.
3886
3887 * viper-util.el: Spaces, indentation.
3888
3889 * viper.el: Changed version, modification time.
3890
3891 2001-03-16 John Wiegley <johnw@gnu.org>
3892
3893 * calendar/timeclock.el (timeclock-workday-remaining):
3894 Check whether `discrep' is non-null before using it.
3895
3896 2001-03-16 John Wiegley <johnw@gnu.org>
3897
3898 * calendar/timeclock.el (timeclock-reread-log): Fixed problem with
3899 first-time checkins.
3900 (timeclock-log-data): Fixed problem with reading timelog log file.
3901 Resulting data in the "day list" was incorrect.
3902 (timeclock-find-discrep): Check if `timeclock-file' is readable
3903 before opening it.
3904 (timeclock-time-less-p): New function.
3905 (timeclock-day-base): New function.
3906 (timeclock-geometric-mean): New function.
3907 (timeclock-generate-report): Generate a summary report based on
3908 the contents of the log file. This uses `timeclock-log-data', and
3909 is an example of writing a timelog manipulation function.
3910 (timeclock-visit-timelog): A quick command for opening the timelog
3911 file.
3912 (timeclock-log-data): Bound the variable event.
3913
3914 2001-03-16 Kenichi Handa <handa@etl.go.jp>
3915
3916 * international/mule-cmds.el (select-safe-coding-system):
3917 Fix typo: symbol-name -> symbol-value.
3918
3919 * mail/rmail.el (rmail-insert-inbox-text): Call expand-file-name
3920 before substitute-in-file-name to handle double slashes in FILE
3921 correctly.
3922
3923 2001-03-15 Gerd Moellmann <gerd@gnu.org>
3924
3925 * textmodes/ispell.el (ispell-dictionary-alist-6): Add support
3926 for Slovak. From Pavel.Janik@suse.cz (Pavel Jan\e,Bm\e(Bk ml.).
3927
3928 2001-03-14 Gerd Moellmann <gerd@gnu.org>
3929
3930 * bindings.el (features): Add `md5' and `overlay' to the list.
3931
3932 * scroll-bar.el (toplevel): Test if `x-toolkit-scroll-bars' is
3933 bound before using it. It's not bound when configured without X,
3934 for instance.
3935
3936 2001-03-13 Thien-Thi Nguyen <ttn@gnu.org>
3937
3938 * progmodes/hideshow.el: Update copyright.
3939 (hs-minor-mode-map): Change bindings to use `C-c @' prefix.
3940 (hs-minor-mode-hook): Include `:version' in defcustom form.
3941
3942 2001-03-13 Gerd Moellmann <gerd@gnu.org>
3943
3944 * help.el (string-key-binding): Don't call event-start on
3945 a non-list.
3946
3947 2001-03-13 Eli Zaretskii <eliz@is.elta.co.il>
3948
3949 * startup.el (fancy-splash-tail, command-line-1): Fix the
3950 copyright year.
3951
3952 2001-03-13 Kenichi Handa <handa@etl.go.jp>
3953
3954 * term.el: These changes are based on a patch sent from Yong Lu
3955 <lyongu@yahoo.com>.
3956 (term-set-escape-char): Bind M-x to execute-extended-command in
3957 term-raw-escape-map.
3958 (term-move-columns): Don't try to move to negagive column.
3959 (term-emulate-terminal): Insert a string before deleting a text to
3960 overwrite.
3961
3962 2001-03-12 Gerd Moellmann <gerd@gnu.org>
3963
3964 * play/life.el (life): Rearrange code so that all calls to
3965 life-display-generation are in a catch-form.
3966
3967 * progmodes/etags.el (tags-loop-continue): Don't change point in a
3968 file that isn't interesting. In an interesting file, push the old
3969 value of point on the mark ring.
3970
3971 * mail/rmailsum.el (rmail-summary-override-mail-send-and-exit):
3972 New function.
3973 (rmail-summary-mail, rmail-summary-reply, rmail-summary-forward):
3974 Use it.
3975
3976 * emacs-lisp/autoload.el (generate-file-autoloads):
3977 Remove warning about line lengths.
3978
3979 2001-03-12 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
3980
3981 * progmodes/etags.el (tags-compression-info-list): New variable.
3982 (find-tag-in-order): Use it to deal with compressed source files.
3983 (tag-file-name-match-p): New function.
3984 (etags-recognize-tags-table): Use it for better match of file names.
3985
3986 2001-03-12 Kenichi Handa <handa@etl.go.jp>
3987
3988 * international/mule-cmds.el (register-input-method): Doc fix.
3989
3990 * international/quail.el (quail-translate-key): Fix condition to
3991 check if there's another breaking point in the current key.
3992
3993 2001-03-11 Eli Zaretskii <eliz@is.elta.co.il>
3994
3995 * mail/rmailout.el (rmail-output-to-rmail-file): When writing the
3996 Babyl header to the newly-created output file, bind
3997 coding-system-for-write to either rmail-file-coding-system or
3998 emacs-mule-unix.
3999
4000 2001-03-11 Stefan Monnier <monnier@cs.yale.edu>
4001
4002 * textmodes/texnfo-upd.el (texinfo-update-menu-lower-regexps):
4003 Fix the name and regexp used for subsubsections.
4004
4005 2001-03-10 Dave Love <fx@gnu.org>
4006
4007 * toolbar/tool-bar.el (tool-bar-setup): Don't suppress write-file
4008 and save-buffer if buffer-file-name non-nil. From rms.
4009
4010 2001-03-10 Andre Spiegel <spiegel@gnu.org>
4011
4012 * vc.el (vc-do-command): If the destination buffer is already
4013 current, don't set it up and don't erase it. Updated doc string
4014 to reflect that.
4015 (vc-version-diff): When doing a single file diff, don't switch to the
4016 *vc-diff* buffer before the command. This is to preserve local
4017 variable bindings that might affect the diff command.
4018 (vc-print-log): Don't switch to the *vc* buffer before the
4019 command, so that local variable bindings are preserved.
4020
4021 * vc-{cvs,rcs,sccs}.el (vc-*-print-log): Output to buffer *vc*,
4022 not the current buffer.
4023 (vc-*-diff): Output to buffer *vc-diff*, not the current buffer.
4024
4025 * vc-cvs.el (vc-cvs-checkin): When removing the sticky tag,
4026 make output go to buffer *vc*, not the current buffer.
4027
4028 2001-03-09 Stefan Monnier <monnier@cs.yale.edu>
4029
4030 * hi-lock.el (hi-lock-line-face-buffer): Wrap the regexp in a group
4031 so ^, $, *, ? and + are interpreted correctly.
4032
4033 2001-03-09 Gerd Moellmann <gerd@gnu.org>
4034
4035 * help.el (string-key-binding): Renamed from
4036 mode-line-key-binding. Handle any event on a string.
4037 Check for `keymap' properties as well as `local-map' properties.
4038
4039 * comint.el (comint-insert-clicked-input): Use the last key
4040 from this-command-keys to lookup the global key definition.
4041
4042 2001-03-09 Kenichi Handa <handa@etl.go.jp>
4043
4044 * international/characters.el: Add category `j' for
4045 katakana-jisx0201. Fix syntaxes of katakana-jisx0201.
4046
4047 * international/mule-conf.el (no-conversion): Fix docstring.
4048 (raw-text): Fix docstring.
4049
4050 2001-03-08 Gerd Moellmann <gerd@gnu.org>
4051
4052 * simple.el (choose-completion-string): When not leaving the
4053 minibuffer, raise the minibuffer frame when minibuffer-auto-raise
4054 is set.
4055
4056 * window.el (shrink-window-if-larger-than-buffer): Handle frame
4057 parameter `(minibuffer . t)'.
4058
4059 2001-03-07 Stefan Monnier <monnier@cs.yale.edu>
4060
4061 * progmodes/sh-script.el (sh-st-symbol): New symbol.
4062 (sh-font-lock-syntactic-keywords): Use it and fix bogus comment regexp.
4063 (sh-mode): Remove `make-local-variable' for unused var
4064 `font-lock-unfontify-region-function'.
4065
4066 2001-03-07 Richard M. Stallman <rms@gnu.org>
4067
4068 * info.el (Info-scroll-down): Fix previous change.
4069
4070 * mail/rmail.el (rmail-toggle-header): Use a window which
4071 is showing the Rmail buffer, rather than the selected window.
4072
4073 2001-03-07 Dave Love <fx@gnu.org>
4074
4075 * imenu.el (imenu--create-keymap-2): Revert use of menu-item for
4076 now, to avoid problems with binding imenu directly to a mouse event.
4077
4078 2001-03-07 Gerd Moellmann <gerd@gnu.org>
4079
4080 * info.el (Info-scroll-down): Call pos-visible-in-window-p with
4081 second arg t.
4082
4083 2001-03-07 Stefan Monnier <monnier@cs.yale.edu>
4084
4085 * log-edit.el (log-edit-common-indent): New var.
4086 (log-edit-set-common-indentation): Renamed from
4087 log-edit-delete-common-indentation. Use the new var.
4088 (log-edit-insert-changelog, log-edit-done-hook): Use the new name.
4089
4090 * pcvs.el (cvs-ignore-marks-modif): Use `rassoc' rather than `member*'.
4091 (cvs-mode-add-change-log-entry-other-window):
4092 Don't presume change-log-default-name is defined.
4093
4094 * pcvs-util.el (cvs-bury-buffer): In doubt, don't delete window.
4095
4096 * pcvs-defs.el (cvs-buffer-name-alist): Use *cvs-info* for
4097 the "tree" operation as well.
4098
4099 * pcvs-parse.el (cvs-parse-table): Add another ignored message.
4100
4101 * textmodes/fill.el (fill-context-prefix): Allow first-line-prefix
4102 to match paragraph-start.
4103
4104 * textmodes/sgml-mode.el (sgml-mode-common): Correct value of
4105 comment-start-skip and set comment-end-skip as well.
4106 (sgml-comment-indent): Fix for new value of comment-start-skip.
4107 (html-autoview-mode): Don't bother using make-local-hook.
4108
4109 2001-03-07 Gerd Moellmann <gerd@gnu.org>
4110
4111 * cus-edit.el (custom-save-delete): Move in front of local
4112 variables, otherwise long Custom entries would make them ineffective.
4113
4114 * uniquify.el: Set maintainer to FSF.
4115
4116 2001-03-07 Eli Zaretskii <eliz@is.elta.co.il>
4117
4118 * dired-aux.el (dired-do-shell-command): Doc fix.
4119
4120 2001-03-06 Stefan Monnier <monnier@cs.yale.edu>
4121
4122 * emulation/viper.el (viper-vi-state-mode-list): Add cperl-mode.
4123
4124 * which-func.el (which-func-modes): Add cperl-mode.
4125 (which-func-mode-global): Use define-minor-mode.
4126
4127 * info-look.el: Docstring fixes and dead code eliminated.
4128 (cperl-mode): Add support.
4129 (emacs-lisp-mode): List all entries from elisp manual, whether
4130 or not they are currently (f)bound or not. Update regexp.
4131
4132 * add-log.el (add-log-current-defun): Accept `cperl-mode' as well.
4133
4134 * progmodes/cperl-mode.el (cperl-mode): Set major-mode to cperl-mode
4135 so that C-h m shows the correct information.
4136 Use make-local-variable rather than make-variable-buffer-local.
4137 (cperl-info-buffer, cperl-setup-tmp-buf):
4138 Use make-local-variable rather than make-variable-buffer-local.
4139 (cperl-msb-fix, cperl-get-help-defer):
4140 Check major-mode for `cperl-mode' as well.
4141
4142 * progmodes/cperl-mode.el: Updated to author version 4.23.
4143 (cperl-electric-pod): SYNOPSIS was misspelled.
4144 (cperl-find-pods-heres): @if ? a : b was considered a REx.
4145 (cperl-after-expr-p): Make true after __END__.
4146
4147 2001-03-06 Gerd Moellmann <gerd@gnu.org>
4148
4149 * bookmark.el (bookmark-get-bookmark): Use assoc-ignore-case if
4150 bookmark-completion-ignore-case is t.
4151
4152 * term/x-win.el (x-handle-xrm-switch): Accept more than one -xrm
4153 switch, like xterm, and concat resource strings, with a newline
4154 between them.
4155
4156 2001-03-06 Eli Zaretskii <eliz@is.elta.co.il>
4157
4158 * international/codepage.el (cp770-decode-table)
4159 (cp773-decode-table, cp774-decode-table): New variables.
4160
4161 * man.el (Man-hyphenated-reference-regexp): New variable.
4162 (Man-build-references-alist): Use it to search for referenced
4163 manpages. If hyphenated is non-nil, record a concatenated word in
4164 Man-refpages-alist only if it matches Man-reference-regexp.
4165 Update word's length when it is concatenated. Reverse the list,
4166 to get the first manpage at the head.
4167 (Man-possibly-hyphenated-word): New function.
4168 (Man-follow-manual-reference): Use it instead of current-word to
4169 find a manpage at point, in a way that accounts for hyphenated
4170 references.
4171
4172 2001-03-06 Alex Schroeder <alex@gnu.org>
4173
4174 * sql.el (sql-interbase): New function.
4175 (sql-interbase-program): New option.
4176 (sql-interbase-options): New option.
4177 And some typos fixed: "customise" to "customize".
4178
4179 2001-03-06 Dave Love <fx@gnu.org>
4180
4181 * textmodes/flyspell.el (flyspell-region):
4182 Set up flyspell-local-mouse-map.
4183
4184 2001-03-05 Richard M. Stallman <rms@gnu.org>
4185
4186 * mail/rmail.el (rmail-retry-failure):
4187 Don't call rmail-beginning-of-message.
4188 Don't discard From: field. Do discard Received: field.
4189 Use unwind-protect to re-prune.
4190 (rmail-retry-ignored-headers): Discard X-Authentication-Warning field.
4191
4192 2001-03-06 Kenichi Handa <handa@etl.go.jp>
4193
4194 * international/quail.el (quail-title): Add autoload cookie.
4195
4196 2001-03-05 Dave Love <fx@gnu.org>
4197
4198 * emacs-lisp/cl.el (dotimes, dolist): Undef prior to autoloading
4199 new defs.
4200
4201 2001-03-05 Kenichi Handa <handa@etl.go.jp>
4202
4203 * language/ethio-util.el (ethio-toggle-space):
4204 Update current-input-method-title if necessary.
4205 (ethio-toggle-punctuation): Likewise.
4206
4207 * international/quail.el (quail-title): Fix for the case that a
4208 title of an input method is specified by a list of the same form
4209 as used in mode-line-format.
4210
4211 * international/mule-cmds.el (activate-input-method):
4212 If current-input-method-title is set by activating INPUT-METHOD,
4213 respect that value.
4214
4215 2001-03-05 Gerd Moellmann <gerd@gnu.org>
4216
4217 * play/dunnet.el (dun-mode): Set major-mode to `dun-mode'.
4218
4219 2001-03-05 Alex Schroeder <alex@gnu.org>
4220
4221 * sql.el (sql-sybase): Fix typo (was: query user about server two
4222 times instead of server and database).
4223
4224 * sql.el (sql-sybase): Doc change.
4225 (sql-mysql): Doc change.
4226 (sql-postgres): Doc change.
4227
4228 2001-03-05 Kenichi Handa <handa@etl.go.jp>
4229
4230 * international/mule-conf.el (emacs-mule, raw-text):
4231 Docstring modified.
4232
4233 2001-03-04 Eli Zaretskii <eliz@is.elta.co.il>
4234
4235 * term/internal.el: Update copyright notice.
4236
4237 * term/pc-win.el: Update copyright notice.
4238
4239 2001-03-02 Dave Love <fx@gnu.org>
4240
4241 * files.el (insert-file-contents-literally):
4242 Bind inhibit-file-name-handlers and inhibit-file-name-operation,
4243 not jka-compr-compression-info-list.
4244
4245 2001-03-02 Stefan Monnier <monnier@cs.yale.edu>
4246
4247 * newcomment.el (comment-normalize-vars): Use [ \t] for the trailing
4248 spaces in default comment-start-skip settings rather than \s-.
4249
4250 2001-03-02 Eli Zaretskii <eliz@is.elta.co.il>
4251
4252 * term/pc-win.el (msdos-handle-reverse-video): Look for reverse in
4253 default-frame-alist as well.
4254
4255 2001-03-01 Dave Love <fx@gnu.org>
4256
4257 * textmodes/reftex.el (defvar): Wrap some defvars in
4258 eval-when-compile. From Markus Rost <rost@math.ohio-state.edu>.
4259
4260 * subr.el (event-basic-type): Doc fix.
4261
4262 * international/quail.el: Doc fixes.
4263
4264 * international/utf-8.el: Doc fixes.
4265
4266 * international/mule-cmds.el: Doc fixes.
4267 (leim-list-header): Fix header text.
4268
4269 * international/mule.el (coding-system-category): Doc fix.
4270
4271 * international/ccl.el (ccl-compile): Doc fix.
4272
4273 2001-03-01 Stefan Monnier <monnier@cs.yale.edu>
4274
4275 * font-lock.el (save-buffer-state): Use inhibit-modification-hooks
4276 rather than (before|after)-change-functions.
4277
4278 2001-03-01 Gerd Moellmann <gerd@gnu.org>
4279
4280 * ediff-util.el (ediff-scroll-horizontally): Arrange for
4281 scroll-left and scroll-right being called interactively so that
4282 they set the window's min_hscroll.
4283
4284 2001-03-01 Eli Zaretskii <eliz@is.elta.co.il>
4285
4286 * info.el (info-insert-file-contents-1): Accept an additional
4287 argument `lfn': if it is non-nil, concatenate `filename' and
4288 `suffix'; otherwise use the complicated MS-DOS code.
4289 All callers changed.
4290 (info-insert-file-contents, Info-find-node): If the MS-DOS port
4291 can access long file names, try the long file-name version of
4292 `info-insert-file-contents-1', then the short file-name version.
4293
4294 2001-02-28 TAKAHASHI Naoto <ntakahas@m17n.org>
4295
4296 * language/ethio-util.el (setup-ethiopic-environment-internal):
4297 Change bindings of functions keys to conform to "Emacs Lisp Coding
4298 Convention".
4299
4300 * language/ethiopic.el ("Ethiopic"): Add documentation.
4301
4302 2001-02-28 Kenichi Handa <handa@etl.go.jp>
4303
4304 * international/utf-8.el (mule-utf-8): Set coding-category
4305 property to coding-category-utf-8.
4306
4307 2001-02-27 Richard M. Stallman <rms@gnu.org>
4308
4309 * lpr.el (lpr-page-header-switches, print-region-1):
4310 Undo 2000-07-06 change.
4311 (lpr-add-switches): Default to t on gnu/linux.
4312
4313 2001-02-27 Gerd Moellmann <gerd@gnu.org>
4314
4315 * bs.el (bs-attributes-list): Doc fix.
4316
4317 2001-02-26 Gerd Moellmann <gerd@gnu.org>
4318
4319 * help.el (describe-project): Display the file THE-GNU-PROJECT.
4320
4321 * help.el (view-order-manuals): Use goto-address.
4322
4323 * startup.el (command-line-1): Add info about ordering manuals
4324 to the not so fancy splash screens.
4325
4326 2001-02-26 Andre Spiegel <spiegel@gnu.org>
4327
4328 * vc.el (vc-default-workfile-unchanged-p)
4329 (vc-default-latest-on-branch-p): Add missing BACKEND argument.
4330
4331 2001-02-26 Gerd Moellmann <gerd@gnu.org>
4332
4333 * lazy-lock.el (lazy-lock-fontify-after-idle): Make sure to
4334 fontify in the right buffer.
4335
4336 * allout.el (outline-flag-region): Move macro in front of first
4337 use to avoid a run-time error.
4338
4339 2001-02-24 Andrew Innes <andrewi@gnu.org>
4340
4341 * makefile.w32-in: Fix copyright notice.
4342
4343 2001-02-24 Kenichi Handa <handa@etl.go.jp>
4344
4345 * international/utf-8.el (mule-utf-8): Set correct value for
4346 valid-codes property.
4347
4348 * international/fontset.el (x-complement-fontset-spec): In the
4349 case that we use ASCII font for the other charsets, use only
4350 family and registry part of it.
4351
4352 2001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
4353
4354 * window.el (fit-window-to-buffer, window-safely-shrinkable-p)
4355 (shrink-window-if-larger-than-buffer): Doc fix.
4356
4357 2001-02-23 Stefan Monnier <monnier@cs.yale.edu>
4358
4359 * hi-lock.el (hi-lock-unface-buffer): Use nil rather than t for
4360 predicate passed to completing-read.
4361
4362 2001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
4363
4364 * startup.el (command-line): Fix last change.
4365
4366 2001-02-23 Jason Rumney <jasonr@gnu.org>
4367
4368 * startup.el (tool-bar-originally-present): New variable.
4369 (command-line): Set it if the tool-bar is switched on at startup.
4370
4371 * frame.el (frame-notice-user-settings): Only adjust frame height
4372 for no tool-bar case if tool-bar was originally switched on.
4373 From E. Jay Berkenbilt.
4374
4375 2001-02-22 Stefan Monnier <monnier@cs.yale.edu>
4376
4377 * server.el (server-switch-buffer): Only switch window if the
4378 current one is dedicated.
4379
4380 * textmodes/fill.el (fill-region-as-paragraph): Skip spaces backward
4381 rather than using (match-beginning 0) when searching for break point.
4382
4383 2001-02-22 Eli Zaretskii <eliz@is.elta.co.il>
4384
4385 * textmodes/texinfmt.el (texinfo-format-scan): Signal an error if
4386 @ follows an accent command such as @'. Support optional braces
4387 in commands that insert accents, like makeinfo does.
4388
4389 2001-02-22 Gerd Moellmann <gerd@gnu.org>
4390
4391 * startup.el (fancy-splash-text): Add a line for ordering
4392 manuals. Reverse order of splash screens shown.
4393 (use-fancy-splash-screens-p): Adapt to the text line added.
4394
4395 * menu-bar.el (menu-bar-help-menu): Add an item for ordering
4396 manuals from the FSF.
4397
4398 * help.el (view-order-manuals): New function.
4399 (toplevel): Bind C-h C-m to this function.
4400
4401 2001-02-21 Stefan Monnier <monnier@cs.yale.edu>
4402
4403 * newcomment.el (comment-forward): Skip the comment-start before
4404 searching for the comment-end.
4405
4406 2001-02-21 Dave Love <fx@gnu.org>
4407
4408 * custom.el (custom-initialize-changed, defcustom): Doc fix.
4409
4410 * international/mule-cmds.el, international/mule.el: Doc fixes.
4411
4412 2001-02-21 Gerd Moellmann <gerd@gnu.org>
4413
4414 * startup.el (fancy-splash-screens): Use display-hourglass
4415 instead of display-busy-cursor.
4416
4417 * frame.el (display-hourglass): Renamed from busy-cursor.
4418 (hourglass-delay): Renamed from busy-cursor-delay-seconds.
4419 (show-cursor-in-non-selected-windows): Doc fix.
4420
4421 2001-02-20 Dave Love <fx@gnu.org>
4422
4423 * international/utf-8.el: Doc and commentary fixes.
4424
4425 2001-02-20 Eli Zaretskii <eliz@is.elta.co.il>
4426
4427 * ehelp.el (with-electric-help): Doc fix.
4428
4429 2001-02-20 Gerd Moellmann <gerd@gnu.org>
4430
4431 * msb.el (msb-mode): Call the update-buffers function explicitly
4432 with a FORCE argument.
4433
4434 * menu-bar.el (menu-bar-update-buffers): Add optional parameter
4435 FORCE. If set, update the menu even if frame-or-buffer-changed-p
4436 returns nil.
4437
4438 2001-02-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4439
4440 * ps-print.el: Timestamp package replacement. Some enhancements.
4441 Some XEmacs compatibility. Doc fix.
4442 (ps-print-version): New version number (6.4).
4443 (ps-printer-name): Initialization fix.
4444 (ps-zebra-stripe-follow): Funcionality enhancement.
4445 (ps-prologue-file): Code enhancement.
4446 (ps-right-header): Timestamp package replacement.
4447 (ps-setup, ps-face-bold-p, ps-face-italic-p)
4448 (ps-get-page-dimensions)
4449 (ps-generate-header, ps-begin-file, ps-begin-job)
4450 (ps-generate-postscript-with-faces, ps-do-despool): Code fix.
4451 (ps-time-stamp-mon-dd-yyyy, ps-time-stamp-hh:mm:ss): New funs.
4452 (ps-zebra-stripe-full-p, ps-zebra-stripe-alist): New vars.
4453 (coding-system-for-write): Var declaration (XEmacs compatibility).
4454
4455 2001-02-20 Miles Bader <miles@gnu.org>
4456
4457 * image-file.el (image-file-name-extensions): Add "tif".
4458
4459 2001-02-19 Gerd Moellmann <gerd@gnu.org>
4460
4461 * wid-edit.el (widget-button-click): Save the selected window
4462 around the code handling clicks on buttons.
4463
4464 2001-02-18 Dave Love <fx@gnu.org>
4465
4466 * imenu.el (imenu--generic-function): Use mapc to iterate over
4467 syntax characters.
4468
4469 2001-02-17 Richard M. Stallman <rms@gnu.org>
4470
4471 * progmodes/fortran.el (fortran-strip-sqeuence-nos): Doc fix.
4472
4473 * uniquify.el (uniquify-buffer-name-style): Doc fix.
4474
4475 2001-02-16 Gerd Moellmann <gerd@gnu.org>
4476
4477 * mouse.el (mouse-save-then-kill): If the distance from the new
4478 point to the mark is equal to the distance of point from the new
4479 point, move point instead of the mark.
4480
4481 2001-02-16 Dave Love <fx@gnu.org>
4482
4483 * textmodes/flyspell.el (flyspell-get-word): Return string without
4484 properties.
4485
4486 2001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
4487
4488 * generic.el (generic-find-file-regexp): Doc fix.
4489 (generic-ignore-files-regexp): New defcustom.
4490 (generic-mode-find-file-hook): If the file's name matches the
4491 regexp in `generic-ignore-files-regexp', don't enter
4492 default-generic-mode. Doc fix.
4493
4494 2001-02-16 Gerd Moellmann <gerd@gnu.org>
4495
4496 * textmodes/flyspell.el (flyspell-region, flyspell-buffer):
4497 Add autoload cookies.
4498
4499 * calendar/cal-tex.el (cal-tex-weekly4-box): Respect setting
4500 of cal-tex-24.
4501
4502 2001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
4503
4504 * simple.el (kill-region, kill-line, kill-ring-save): Doc fix.
4505
4506 * progmodes/compile.el (grep-regexp-alist): Remove the blank from
4507 the character class after the (optional) drive, to support file
4508 names with embedded blanks.
4509
4510 2001-02-15 Sam Steingold <sds@gnu.org>
4511
4512 * textmodes/tex-mode.el (tex-shell-running):
4513 Check the process buffer too.
4514
4515 2001-02-15 Dave Love <fx@gnu.org>
4516
4517 * battery.el (battery-status-function): Fix doc, :type.
4518
4519 * calendar/timeclock.el (timeclock-get-workday-function): Fix :type.
4520
4521 2001-02-15 Gerd Moellmann <gerd@gnu.org>
4522
4523 * subr.el (read-passwd): Clear Lisp memory holding password.
4524
4525 2001-02-15 Miles Bader <miles@gnu.org>
4526
4527 * info.el (Info-copy-current-node-name): New function.
4528 (Info-mode-menu): Add it to the menu.
4529
4530 2001-02-14 Richard M. Stallman <rms@theobromine.ai.mit.edu>
4531
4532 * international/mule-cmds.el (toggle-input-method): Doc fix.
4533
4534 2001-02-13 Stefan Monnier <monnier@cs.yale.edu>
4535
4536 * replace.el (occur): Stop at end of buffer.
4537
4538 2001-02-13 Eli Zaretskii <eliz@is.elta.co.il>
4539
4540 * international/mule-cmds.el (set-input-method): Another doc fix.
4541
4542 2001-02-13 David M. Koppelman <koppel@ee.lsu.edu>
4543
4544 * hi-lock.el (hi-lock-find-patterns): Don't activate font-lock-mode.
4545
4546 2001-02-13 Miles Bader <miles@gnu.org>
4547
4548 * faces.el (set-face-background, set-face-foreground)
4549 (set-face-stipple): Treat a value of nil as being `unspecified'.
4550
4551 2001-02-12 Dave Love <d.love@dl.ac.uk>
4552
4553 * international/latin1-disp.el: Doc fixes.
4554 (latin1-display) <defgroup>: Add :link.
4555 (latin1-display) <function>: Set variable latin1-display.
4556
4557 2001-02-12 Eli Zaretskii <eliz@is.elta.co.il>
4558
4559 * international/mule-cmds.el (set-input-method): Doc fix.
4560
4561 2001-02-12 Eric M. Ludlam <zappo@choochoo.ultranet.com>
4562
4563 * speedbar.el (speedbar-frame-parameters): No toolbar lines.
4564 (speedbar-line-file): Return nil if not a file.
4565 (speedbar-buffers-line-path): Return file for tags, and dir for files.
4566
4567 2001-02-12 Michael Kifer <kifer@cs.sunysb.edu>
4568
4569 * ediff-diff.el (ediff-make-diff2-buffer): Removed bogus checks
4570 for remote files.
4571 (ediff-coding-system-for-read): Replaced the no-conversion default
4572 with raw-text.
4573
4574 * ediff-init.el: Removed :version from defcustom vars.
4575
4576 * ediff-util.el (ediff-compute-custom-diffs-maybe):
4577 Better handling of the diff mode.
4578
4579 * ediff.texi: Added ediff-coding-system-for-read.
4580
4581 * viper.texi: Fix typos.
4582
4583 2001-02-11 Dave Love <fx@gnu.org>
4584
4585 * shadowfile.el: Doc fixes.
4586 (shadow) <defgroup>: Add :link.
4587 (shadowfile-unload-hook): New function.
4588 (shadow-initialize): Use defalias, not fset.
4589 (shadow-define-cluster, shadow-define-literal-group)
4590 (shadow-define-regexp-group, shadow-initialize): Add autoload cookie.
4591
4592 * international/mule.el: Doc and message fixes.
4593
4594 * international/ccl.el (define-ccl-program): Doc fix.
4595
4596 2001-02-11 Kenichi Handa <handa@etl.go.jp>
4597
4598 * faces.el (mode-line): Set :line-width property to -1.
4599
4600 2001-02-10 Richard M. Stallman <rms@gnu.org>
4601
4602 * complete.el (partial-completion-mode): Doc fix.
4603
4604 * simple.el (delete-key-deletes-forward-mode):
4605 Change `let' to `let*' to fix gross bug in last change.
4606
4607 * repeat.el (repeat): Don't let execute-kbd-macro alter
4608 real-last-command.
4609
4610 2001-02-10 Eli Zaretskii <eliz@is.elta.co.il>
4611
4612 * simple.el (eval-expression): Doc fix.
4613
4614 2001-02-09 Dave Love <fx@gnu.org>
4615
4616 * imenu.el (imenu-generic-expression): Doc fix.
4617
4618 * emacs-lisp/re-builder.el (reb-mode): Quote the hook name.
4619 From Juanma Barranquero.
4620
4621 * emacs-lisp/authors.el (authors): Expand `root' before running find.
4622
4623 2001-02-09 Kenichi Handa <handa@etl.go.jp>
4624
4625 * faces.el (set-face-attribute): Describe the case of a negative
4626 value specified for :line-width.
4627
4628 2001-02-08 Stefan Monnier <monnier@cs.yale.edu>
4629
4630 * which-func.el (which-func-mode): Invert which-func-mode-global.
4631 From Juanma Barranquero <lektu@uol.com.br>.
4632
4633 2001-02-08 Dave Love <fx@gnu.org>
4634
4635 * wid-edit.el (widget-plist-convert-widget): Replace binding of
4636 widget-plist-value-type.
4637 (widget-alist-convert-widget): Replace binding of
4638 widget-alist-value-type.
4639
4640 * textmodes/paragraphs.el (sentence-end): Doc fix.
4641
4642 * eshell/em-rebind.el (eshell-cannot-leave-input-list):
4643 Remove `backward-line'.
4644
4645 * play/pong.el (pong-blank-color, pong-bat-color)
4646 (pong-ball-color, pong-border-color, pong-left-key)
4647 (pong-right-key, pong-up-key, pong-down-key, pong-quit-key)
4648 (pong-pause-key, pong-resume-key, pong-timer-delay):
4649 * mail/mh-comp.el (mh-compose-letter-function):
4650 * eshell/esh-mode.el (eshell-skip-prompt-function):
4651 * emulation/viper-ex.el (ex-unix-type-shell-options):
4652 * recentf.el (recentf-menu-filter):
4653 * ps-print.el (ps-print-region-function):
4654 * lpr.el (print-region-function):
4655 * forms.el (forms-mode-hooks):
4656 * dirtrack.el (dirtrack-directory-change-hook):
4657 * cus-start.el (temp-buffer-show-function, display-buffer-function):
4658 * textmodes/spell.el (spell-filter):
4659 * textmodes/fill.el (adaptive-fill-function):
4660 * textmodes/bibtex.el (bibtex-autokey-before-presentation-function):
4661 * progmodes/etags.el (find-tag-default-function):
4662 * progmodes/dcl-mode.el (dcl-calc-command-indent-function):
4663 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
4664
4665 2001-02-07 Eli Zaretskii <eliz@is.elta.co.il>
4666
4667 * emulation/viper-init.el (viper-fast-keyseq-timeout)
4668 (viper-translate-all-ESC-keysequences): Doc fix. From Jim
4669 Meyering <jim@meyering.net>.
4670
4671 * loadup.el: Revert last change.
4672
4673 2001-02-07 Kenichi Handa <handa@etl.go.jp>
4674
4675 * international/mule.el (transform-make-coding-system-args):
4676 Make it work also for coding systems not using CCL.
4677
4678 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
4679
4680 * simple.el (previous-matching-history-element)
4681 (next-matching-history-element): Doc fix.
4682
4683 * loadup.el: Load ccl before utf-8; don't load ccl in the ms-dos
4684 specific part.
4685
4686 2001-02-06 Dave Love <fx@gnu.org>
4687
4688 * add-log.el (add-log-current-defun-function)
4689 (add-log-buffer-file-name-function, add-log-file-name-function):
4690 Fix :type.
4691 (change-log-mode) <font-lock-defaults>: Set SYNTAX-BEGIN.
4692
4693 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
4694
4695 * info.el (info-initialize): Remove the test for system-type when
4696 invocation-directory is non-nil.
4697
4698 * progmodes/make-mode.el (makefile-mode): Set SYNTAX-BEGIN member
4699 of `font-lock-defaults' to `backward-paragraph' rather than nil.
4700
4701 2001-02-06 Andrew Innes <andrewi@gnu.org>
4702
4703 * makefile.w32-in (EMACS): Use $(THISDIR) to make emacs.exe path
4704 absolute.
4705
4706 2001-02-06 David M. Koppelman <koppel@ee.lsu.edu>
4707
4708 * hi-lock.el (hi-lock-mode): Toggling hi-lock-mode now affects all
4709 buffers. When hi-lock turned on rather than only checking current
4710 buffer for regexps, all buffers are checked. Moved activation of
4711 font-lock to hi-lock-refontify. When font-lock turned off rather
4712 than removing added highlighting just in current buffer, remove it
4713 in all buffers. Changed edit menu text from "Automatic
4714 Highlighting" to "Regexp Highlighting" Documentation for
4715 highlighting phrases, minor documentation changes.
4716 (hi-lock-set-file-patterns): Execute only if there are new or
4717 existing file patterns.
4718 (hi-lock-refontify): Assume font-lock-fontify-buffer will first
4719 unfontify and, if a support mode is active, will not refontify the
4720 whole buffer. If necessary, turn on font lock. (Removed
4721 font-lock-unfontify and font-lock support-mode-specific calls,
4722 such as lazy-lock-fontify-window.)
4723 (hi-lock-find-patterns): Do not turn on hi-lock-mode even if
4724 patterns are found. Not useful now since find-file-hook is removed
4725 if hi-lock is off, but may be needed for per-buffer hi-lock activation.
4726 (hi-lock-face-phrase-buffer): New function. Also added related
4727 menu item and keybinding.
4728 (highlight-phrase): New alias, to hi-lock-face-phrase-buffer.
4729 (hi-lock-process-phrase): New function.
4730 (hi-lock-line-face-buffer): Doc fixes.
4731 (hi-lock-face-buffer): Doc fixes.
4732 (hi-lock-unface-buffer): Doc fixes.
4733
4734 2001-02-06 Gerd Moellmann <gerd@gnu.org>
4735
4736 * dabbrev.el (dabbrev-ignored-buffer-regexps): Renamed from
4737 dabbrev-ignored-regexps.
4738
4739 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
4740
4741 * simple.el (kill-line): Doc fix.
4742
4743 2001-02-05 Dave Love <fx@gnu.org>
4744
4745 * loadup.el: Revert last two changes -- bootstrapping works with
4746 regenerated loaddefs.
4747
4748 2001-02-05 Eli Zaretskii <eliz@is.elta.co.il>
4749
4750 * isearch.el (isearch-forward): Doc fix.
4751
4752 * textmodes/nroff-mode.el (nroff-mode): Set the SYNTAX-BEGIN part
4753 of font-lock-defaults to backward-paragraph.
4754
4755 2001-02-05 Gerd Moellmann <gerd@gnu.org>
4756
4757 * mail/rmail.el (rmail-ignored-headers): Add X-Trace,
4758 X-Complaints-To, NNTP-Posting-Date, and User-Agent.
4759
4760 2001-02-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4761
4762 * ebnf2ps.el: Eliminate time-stamp functions.
4763 (ebnf-version): New version (3.5).
4764 (ebnf-eps-finish-and-write): Replace time-stamp functions by
4765 format-time-string.
4766
4767 2001-02-05 Gerd Moellmann <gerd@gnu.org>
4768
4769 * simple.el (next-line): Goto end-of-line before inserting a newline.
4770
4771 2001-02-05 Miles Bader <miles@gnu.org>
4772
4773 * image-file.el (insert-image-file): When visiting an image, also
4774 set `truncate-lines' to t so that any fringe arrow looks correct.
4775
4776 2001-02-05 Kenichi Handa <handa@etl.go.jp>
4777
4778 * isearch.el (isearch-forward): Add description about input method
4779 in the docsting.
4780
4781 2001-02-04 Stefan Monnier <monnier@cs.yale.edu>
4782
4783 * skeleton.el (skeleton-internal-1): Always push the mark for @.
4784
4785 2001-02-02 Eli Zaretskii <eliz@is.elta.co.il>
4786
4787 * info.el (info-initialize): If installation-directory is nil, for
4788 DOS/Windows systems try looking in a sibling of invocation-directory.
4789
4790 2001-02-02 Gerd Moellmann <gerd@gnu.org>
4791
4792 * wid-edit.el (widget-button-click): Fix last change.
4793
4794 * frame.el (frame-notice-user-settings): When resizing the initial
4795 frame because the tool bar is off, also change the frame's top
4796 position if a negative top position was specified.
4797
4798 2001-02-02 Miles Bader <miles@gnu.org>
4799
4800 * image-file.el (insert-image-file): When visiting an image,
4801 suppress the cursor in the image buffer.
4802
4803 2001-02-01 Dave Love <fx@gnu.org>
4804
4805 * progmodes/f90.el (f90-mode): Remove startup message.
4806
4807 * vc-cvs.el: Remove autoloads. Require vc when compiling.
4808
4809 2001-02-01 Gerd Moellmann <gerd@gnu.org>
4810
4811 * startup.el (command-line): Fix code determining whether or not
4812 to use delete-key-deletes-forward-mode.
4813
4814 2001-02-01 Andre Spiegel <spiegel@gnu.org>
4815
4816 * vc.el (vc-diff-switches): New user option.
4817 (vc-version-diff): Use it.
4818 (vc-diff-switches-list): New macro.
4819
4820 * vc-{rcs,cvs,sccs}.el: (vc-BACKEND-diff-switches):
4821 New customization options.
4822 (vc-BACKEND-diff): Use new options via vc-diff-switches-list.
4823
4824 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Return correct status.
4825
4826 2001-02-01 Gerd Moellmann <gerd@gnu.org>
4827
4828 * msb.el (toplevel): Quote hook symbols.
4829
4830 2001-02-01 Kenichi Handa <handa@etl.go.jp>
4831
4832 * international/mule.el (make-coding-system): Add description
4833 about recognized properties in the docstring.
4834
4835 * international/mule-conf.el: Remove unused charsets
4836 mac-roman-lower and mac-roman-upper.
4837
4838 2001-01-31 Gerd Moellmann <gerd@gnu.org>
4839
4840 * textmodes/fill.el (set-fill-prefix): Cancel fill prefix if point
4841 is in front of the left-margin, if any.
4842
4843 * simple.el (delete-key-deletes-forward-mode): Treat `kp-delete'
4844 like `delete'.
4845
4846 * bindings.el: Define `kp-delete' like `delete' in function-key-map.
4847
4848 * term/w32-win.el (mouse-set-font): Doc fix.
4849
4850 2001-01-31 Stefan Monnier <monnier@cs.yale.edu>
4851
4852 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer): Doc fix.
4853 (hi-lock-find-patterns): Turn on font-lock-mode, if it is not
4854 on already.
4855
4856 2001-01-31 Markus Rost <rost@math.ohio-state.edu>
4857
4858 * files.el (save-buffer): Don't give message if (buffer-file-name)
4859 returns nil.
4860
4861 2001-01-31 Eli Zaretskii <eliz@is.elta.co.il>
4862
4863 * toolbar/tool-bar.el (tool-bar-add-item): Doc fix.
4864
4865 * emacs-lisp/re-builder.el (reb-update-modestring): Don't use
4866 concat for integers. From Juanma Barranquero <lektu@uol.com.br>.
4867
4868 * term/w32-win.el (redisplay-dont-pause): Set to t to alleviate
4869 display problems.
4870
4871 2001-01-31 Kenichi Handa <handa@etl.go.jp>
4872
4873 * international/mule.el (charset-info): Fix docstring.
4874
4875 * international/mule-diag.el (describe-character-set): Check final
4876 char valid before printing it.
4877
4878 2001-01-30 Gerd Moellmann <gerd@gnu.org>
4879
4880 * lpr.el (lpr-windows-system, lpr-lp-system): Add autoload cookies.
4881
4882 * frame.el (frame-notice-user-settings): Do the tool-bar
4883 stuff only for graphical displays. Fix a braino.
4884
4885 * frame.el (frame-initialize): Create initial frame visible.
4886 (frame-notice-user-settings): When tool-bar has been switched off,
4887 correct the frame size and sync tool-bar-mode.
4888
4889 * startup.el (command-line): Remove manipulation of frame
4890 height for tool bars.
4891
4892 2001-01-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4893
4894 * lpr.el: Compatibility with XEmacs and doc fixes.
4895 (lpr-windows-system, lpr-lp-system): New vars.
4896 (lpr-printer-switch): New defcustom.
4897 (printer-name, lpr-command): Customization fix.
4898 (print-region-1): Code fix.
4899 (print-region-new-buffer, printify-region): Indentation fix.
4900 (lpr-eval-switch, lpr-flatten-list, lpr-flatten-list-1):
4901 New functions.
4902
4903 2001-01-29 Gerd Moellmann <gerd@gnu.org>
4904
4905 * msb.el (toplevel): Fix the eval-after-load.
4906
4907 2001-01-29 Dave Love <fx@gnu.org>
4908
4909 * eshell/esh-ext.el (eshell-windows-shell-file): Fix :type.
4910
4911 * eshell/em-ls.el (eshell-ls-exclude-regexp): Fix :type.
4912
4913 * progmodes/tcl.el (outline, dabbrev, add-log): Require when compiling.
4914 (tcl-using-emacs-19-23): Consider Emacs 21+.
4915 (tcl-help-directory-list, tcl-command-switches): Fix :type.
4916 (tcl-add-emacs-menu): Supply menu name.
4917 (tcl-beginning-of-defun, tcl-end-of-defun): Defalias, don't fset.
4918
4919 2001-01-29 Gerd Moellmann <gerd@gnu.org>
4920
4921 * simple.el (delete-trailing-whitespace): Don't delete formfeeds.
4922
4923 2001-01-29 Stefan Monnier <monnier@cs.yale.edu>
4924
4925 * pcvs.el (cvs-mark-fis-dead): New function.
4926 (cvs-mode-add): Use it.
4927 (cvs-mode-add-change-log-entry-other-window):
4928 Rebind change-log-default-name to itself rather than to nil.
4929
4930 2001-01-29 Sam Steingold <sds@gnu.org>
4931
4932 * vc-cvs.el: Replaced (require 'vc) with a bunch of
4933 `autoload' statements.
4934
4935 2001-01-29 Eli Zaretskii <eliz@is.elta.co.il>
4936
4937 * files.el (confirm-kill-emacs): Doc fix.
4938
4939 * frame.el (frame-initialize): Doc fix.
4940
4941 * time-stamp.el (time-stamp-string): Doc fix.
4942
4943 * woman.el (WoMan-log-1): Make the log buffer writable.
4944 From Markus Rost <rost@math.ohio-state.edu>.
4945
4946 2001-01-29 Gerd Moellmann <gerd@gnu.org>
4947
4948 * imenu.el (imenu-syntax-alist): Add autoload cookie for
4949 the `make-variable-buffer-local'.
4950
4951 2001-01-29 Dave Love <fx@gnu.org>
4952
4953 * ansi-color.el (ansi-color-for-comint-mode): Add :version.
4954 (ansi-color-for-comint-mode-on, ansi-color-process-output):
4955 Add autoload cookie.
4956 (ansi-color-apply-sequence): Fix typo.
4957
4958 2001-01-29 Gerd Moellmann <gerd@gnu.org>
4959
4960 * menu-bar.el (menu-bar-files-menu): Add menu items for
4961 Postscript printing in black and white.
4962
4963 * mail/rmail.el (rmail-ignored-headers): Add X-Sign, X-BeenThere,
4964 X-Mailman-Version, Precedence, List-Help, List-Post,
4965 List-Subscribe, List-Id, List-Unsubscribe, List-Archive,
4966 Content-Type, Content-Length.
4967
4968 2001-01-29 Dave Love <fx@gnu.org>
4969
4970 * elide-head.el (elide-head): Make overlay evaporate.
4971
4972 * international/mule-conf.el (chinese-big5-1, chinese-big5-2): Doc fix.
4973
4974 2001-01-28 Eli Zaretskii <eliz@is.elta.co.il>
4975
4976 * isearch.el (isearch-highlight): Don't punt if the display
4977 doesn't support colors, since isearch faces are defined for
4978 monochrome displays as well.
4979
4980 2001-01-27 Sam Steingold <sds@gnu.org>
4981
4982 * shell.el (shell-write-history-on-exit): Make sure that we are in
4983 the shell buffer (M-x tex-file RET inserted the error message into
4984 the TeX buffer).
4985
4986 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
4987
4988 * simple.el (transient-mark-mode): Doc fix.
4989
4990 2001-01-27 Gerd Moellmann <gerd@gnu.org>
4991
4992 * progmodes/etags.el (find-tag-noselect): Don't bind tags-file-name.
4993
4994 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
4995
4996 * shell.el (shell-unquote-argument): If the shell is one of the
4997 mentioned in shell-dumb-shell-regexp, don't treat a backslash as a
4998 quote character.
4999 (shell-dumb-shell-regexp): Document that the shells which match
5000 this regexp are supposed to not treat a backslash as a quote character.
5001
5002 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Undo the change
5003 from 2001-01-12. It is not needed, since backspace is mapped into DEL.
5004
5005 2001-01-27 Richard M. Stallman <rms@gnu.org>
5006
5007 * dabbrev.el (dabbrev--substitute-expansion):
5008 Treat a one-capital-letter abbrev as "not all upper case",
5009 so as to force preservation of the expansion's pattern
5010 if the expansion starts with a capital letter.
5011
5012 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
5013
5014 * facemenu.el (facemenu-set-face, facemenu-set-face-from-menu):
5015 Doc fix.
5016
5017 * simple.el (transient-mark-mode): Document the fact that many
5018 commands act on the region when mark is active.
5019
5020 2001-01-27 Kenichi Handa <handa@etl.go.jp>
5021
5022 * international/quail.el (quail-setup-completion-buf): Make the
5023 multibyteness of current buffer inherited to Quail completion buffer.
5024 (quail-show-guidance-buf): Make the multibyteness of current
5025 buffer inherited to Quail guidance buffer.
5026 (quail-help): Make the multibyteness of current buffer inherited
5027 to Quail help buffer.
5028
5029 2001-01-26 Dave Love <fx@gnu.org>
5030
5031 * time-stamp.el: Doc fixes.
5032
5033 * progmodes/delphi.el (delphi-comment-face, delphi-string-face)
5034 (delphi-keyword-face, delphi-other-face): Fix :type.
5035
5036 * textmodes/flyspell.el: Doc fixes. Add :version to new options.
5037
5038 * mail/feedmail.el (feedmail): Add :link.
5039 (feedmail-send-it): Doc fix.
5040
5041 * mail/sendmail.el: Doc fixes.
5042 (sendmail-send-it): Fix the non-ASCII regexp and use
5043 rfc2047-encode-string.
5044
5045 * dired.el, dired-aux.el: Revert last change.
5046
5047 2001-01-26 Gerd Moellmann <gerd@gnu.org>
5048
5049 * makefile.w32-in (DONTCOMPILE): Add various term files.
5050
5051 2001-01-26 Dave Love <fx@gnu.org>
5052
5053 * Makefile.in (DONTCOMPILE): Add various term files.
5054
5055 2001-01-26 Gerd Moellmann <gerd@gnu.org>
5056
5057 * man.el (Man-default-man-entry, Man-mode): Doc fix.
5058
5059 * startup.el (display-startup-echo-area-message): Make sure
5060 the echo area is resized to fit the size of the startup message.
5061
5062 * gud.el (gud-perldb-massage-args): Avoid nreverse'ing a list
5063 part of which is a constant.
5064
5065 2001-01-26 Eli Zaretskii <eliz@is.elta.co.il>
5066
5067 * loadup.el (Top-level) [ms-dos]: Don't load international/ccl twice.
5068
5069 2001-01-26 Richard M. Stallman <rms@gnu.org>
5070
5071 * simple.el (next-line): Don't let `newline' expand abbrevs.
5072 Simplify slightly.
5073 (open-line): Don't let `newline' expand abbrevs.
5074
5075 2001-01-25 John Wiegley <johnw@gnu.org>
5076
5077 * eshell/esh-util.el (eshell-ange-ls-uids): Changed use of `alist'
5078 to `repeat' in the :type field.
5079
5080 * pcomplete.el (pcomplete-file-ignore): Changed a :type field to
5081 allow a choice of regexp or nil.
5082 (pcomplete-dir-ignore): Same.
5083
5084 * eshell/em-unix.el (eshell/occur): Fixed bug causing `occur' (as
5085 a command) to always fail.
5086
5087 2001-01-25 Gerd Moellmann <gerd@gnu.org>
5088
5089 * iswitchb.el (iswitchb-make-buflist): When nconc'ing lists, don't
5090 discard the result.
5091 (iswitchb-to-end): Likewise.
5092
5093 2001-01-25 Sam Steingold <sds@gnu.org>
5094
5095 * vc-cvs.el (vc-cvs-mode-line-string): Doc & comment fix.
5096 Require vc.
5097
5098 2001-01-25 Stefan Monnier <monnier@cs.yale.edu>
5099
5100 * smerge-mode.el (smerge-font-lock-keywords): Relax submatch 1.
5101
5102 * emacs-lisp/easy-mmode.el (define-minor-mode): Docstring fix.
5103
5104 2001-01-25 Dave Love <fx@gnu.org>
5105
5106 * lisp/international/mule-diag.el (describe-char-after): Doc fix.
5107 (describe-coding-system): Tweak the English text.
5108
5109 * loadup.el: Preload international/ccl for utf-8.
5110
5111 2001-01-25 Eli Zaretskii <eliz@is.elta.co.il>
5112
5113 * mail/rmail.el (rmail-redecode-body): Doc fix.
5114
5115 2001-01-25 Kenichi Handa <handa@etl.go.jp>
5116
5117 * international/mule-cmds.el (reset-language-environment):
5118 Reset coding-category-utf-8 to mule-utf-8.
5119
5120 * international/mule-conf.el (coding-category-utf-8):
5121 Initialize to mule-utf-8.
5122
5123 * loadup.el: Preload international/utf-8.
5124
5125 * international/utf-8.el: New file.
5126
5127 2001-01-24 Stefan Monnier <monnier@cs.yale.edu>
5128
5129 * diff-mode.el (diff-mode): Disable preliminary support for `compile'.
5130
5131 2001-01-24 Sam Steingold <sds@gnu.org>
5132
5133 * dired.el (dired-replace-in-string): Removed.
5134 (dired-sort-toggle): Use `replace-regexps-in-string'
5135 instead of `dired-replace-in-string'.
5136
5137 * dired-aux.el (dired-shell-stuff-it, dired-rename-subdir)
5138 (dired-rename-subdir-2, dired-insert-subdir-doinsert): Ditto.
5139
5140 * gs.el (gs-replace-in-string): Removed.
5141 (gs-options): Use `replace-regexps-in-string'
5142 instead of `gs-replace-in-string'.
5143
5144 2001-01-24 Eli Zaretskii <eliz@is.elta.co.il>
5145
5146 * mail/emacsbug.el (report-emacs-bug): Mention the fact that the
5147 bug report is mailed to an email list and posted to a news group.
5148
5149 2001-01-24 Gerd Moellmann <gerd@gnu.org>
5150
5151 * comint.el (comint-replace-by-expanded-history-before-point):
5152 Fix change of 2000-08-03 to move point to the start of the line again.
5153
5154 * startup.el (tool-bar-images-pixel-height): New variable.
5155 (command-line): After loading the user's init file, when
5156 tool-bar-mode is on, increase the frame's size by some lines for
5157 the tool-bar.
5158
5159 * frame.el (frame-initialize): Create the initial frame invisible.
5160
5161 2001-01-24 ShengHuo ZHU <zsh@cs.rochester.edu>
5162
5163 * language/chinese.el (chinese-iso-8bit): MIME:GB2312.
5164 (chinese-big5): MIME:Big5.
5165
5166 2001-01-24 Gerd Moellmann <gerd@gnu.org>
5167
5168 * international/mule-cmds.el (universal-coding-system-argument):
5169 Handle commands with prefix args.
5170
5171 2001-01-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
5172
5173 * calendar/diary-lib.el (diary-float): Fix case of MONTH
5174 being a list of numbers.
5175 (diary-mail-entries): Rewritten.
5176
5177 2001-01-23 Dave Love <fx@gnu.org>
5178
5179 * international/mule.el (make-coding-system): Fix typo.
5180
5181 * textmodes/outline.el (outline-mode) <font-lock-defaults>:
5182 Add backward-paragraph as font-lock-beginning-of-syntax-function.
5183
5184 2001-01-23 Eli Zaretskii <eliz@is.elta.co.il>
5185
5186 * font-lock.el (font-lock-mode): Doc fix.
5187
5188 2001-01-23 Kenichi Handa <handa@etl.go.jp>
5189
5190 * international/mule.el (make-translation-table): Fix docstring.
5191
5192 2001-01-22 Eli Zaretskii <eliz@is.elta.co.il>
5193
5194 * mail/rmail.el (rmail-redecode-body): New function.
5195
5196 * icomplete.el (icomplete-minibuffer-setup-hook): Doc fix.
5197
5198 2001-01-22 Gerd Moellmann <gerd@gnu.org>
5199
5200 * isearch.el (isearch-lazy-highlight-case-fold-search)
5201 (isearch-lazy-highlight-regexp): New variables.
5202 (isearch-lazy-highlight-cleanup): Update lazy highlight if
5203 case-fold search or regexp search has been toggled.
5204
5205 * wid-edit.el (widget-button-click): Avoid a save-excursion
5206 around running a global binding.
5207
5208 * isearch.el (isearch-lazy-highlight-initial-delay): Set default
5209 to 0.25.
5210
5211 2001-01-20 Miles Bader <miles@gnu.org>
5212
5213 * cus-edit.el (custom-face-save): Do post-processing on the face's
5214 new value like `custom-face-set' does.
5215
5216 2001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
5217
5218 * mail/emacsbug.el (report-emacs-bug): Report the value of
5219 LC_CTYPE, not LC_TYPE.
5220
5221 * isearch.el (isearch-forward): Add isearch-toggle-case-fold,
5222 isearch-toggle-regexp and isearch-edit-string to doc string.
5223
5224 2001-01-19 Gerd Moellmann <gerd@gnu.org>
5225
5226 * textmodes/texinfo.el (texinfo-mode): Use backward-paragraph
5227 as font-lock-beginning-of-syntax-function in font-lock-defaults.
5228
5229 * jit-lock.el (jit-lock-fontify-now): Don't bind
5230 font-lock-beginning-of-syntax-function to nil.
5231
5232 2001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
5233
5234 * mail/emacsbug.el (report-emacs-bug): Report values of
5235 locale-coding-system, default-enable-multibyte-characters, and the
5236 environment variables LC_ALL, LC_TYPE, and LANG.
5237
5238 2001-01-19 Gerd Moellmann <gerd@gnu.org>
5239
5240 * font-lock.el (font-lock-default-fontify-region): Fix last change.
5241
5242 * font-lock.el (font-lock-multiline): Default to nil.
5243 (font-lock-default-fontify-region): If font-lock-multiline is
5244 nil, don't check the property `font-lock-multiline'.
5245
5246 * jit-lock.el (jit-lock-after-change): If font-lock-multiline
5247 is nil, don't check the `font-lock-multiline' text property.
5248
5249 2001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
5250
5251 * viper.el: Call initial-major-mode on startup.
5252
5253 * ediff.el (ediff-patch-file): Use better defaults.
5254
5255 * ediff-vers.el: Fix for 8+3 DOS file systems.
5256
5257 2001-01-19 Colin Walters <walters@cis.ohio-state.edu>
5258
5259 * ediff-util.el (ediff-compare-custom-diffs-maybe): Put diff in
5260 diff mode, if available.
5261
5262 2001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
5263
5264 * ediff-hook.el (ediff-xemacs-init-menus): Fixed add-menu-button.
5265
5266 * ediff-init.el (subst-char-in-string): Define and use it, unless
5267 it's already defined.
5268
5269 2001-01-18 Gerd Moellmann <gerd@gnu.org>
5270
5271 * tooltip.el (tooltip-hide-delay): New user-option.
5272 (tooltip-show): Use tooltip-hide-delay instead of the default.
5273
5274 2001-01-18 Kenichi Handa <handa@etl.go.jp>
5275
5276 * mail/sendmail.el (mail-setup): Call set-buffer-multibyte because
5277 kill-local-variable doesn't work for enable-multibyte-characters.
5278
5279 2001-01-17 Dave Love <fx@gnu.org>
5280
5281 * ediff-init.el (ediff-before-setup-hook)
5282 (ediff-merge-filename-prefix): Add :version.
5283
5284 * international/latin1-disp.el: Require disp-table.
5285 (latin1-display): Fix :set.
5286
5287 * net/eudc-vars.el (eudc-server, eudc-protocol): Fix :type.
5288
5289 2001-01-17 Gerd Moellmann <gerd@gnu.org>
5290
5291 * isearch.el (isearch-lazy-highlight-initial-delay)
5292 (isearch-lazy-highlight-interval): Default to 0.
5293
5294 2001-01-17 Bob Glickstein <bobg@zanshin.com>
5295
5296 * isearch.el (isearch-highlight): Set isearch-overlay priority to
5297 1 here rather than each time through
5298 isearch-lazy-highlight-new-loop.
5299 (isearch-lazy-highlight-max): Variable deleted.
5300 (isearch-lazy-highlight-max-at-a-time): New user variable, like
5301 isearch-lazy-highlight-max but controls a single invocation of
5302 isearch-lazy-highlight-update.
5303 (isearch-lazy-highlight-wrapped): Variable recreated.
5304 (isearch-lazy-highlight-window-start): New variable.
5305 (isearch-lazy-highlight-cleanup): Restored to behavior of
5306 before 2-Jan.
5307 (isearch-lazy-highlight-remove-overlays): Function deleted;
5308 behavior folded into isearch-lazy-highlight-cleanup. "Keep"
5309 behavior removed.
5310 (isearch-lazy-highlight-new-loop): Restore old behavior of calling
5311 isearch-lazy-highlight-update in a loop rather than just once.
5312 Test isearch-invalid-regexp here and decide not to start a new
5313 loop, rather than testing it each time through
5314 isearch-lazy-highlight-update.
5315 (isearch-lazy-highlight-search): Function restored.
5316 (isearch-lazy-highlight-update): Get called in a timer loop again,
5317 but this time highlight more than one match each time through.
5318 Only highlight matches in the visible part of the window.
5319 Start at point, move in the direction of the search, and wrap around at
5320 the edge of the window. Use sit-for to force redisplay and ensure
5321 window-start is credible. "Face suppressing" behavior removed;
5322 overlay priorities should make it unnecessary, right?
5323 (isearch-highlight): Face suppressing behavior removed.
5324 (isearch-dehighlight): Face suppressing behavior removed.
5325 (isearch-set-lazy-highlight-faces-at): Removed.
5326
5327 2001-01-17 Kenichi Handa <handa@etl.go.jp>
5328
5329 * language/european.el ("Latin-1"): Make the format of description
5330 about additional language environments same as that of Latin-2.
5331
5332 2001-01-16 Dave Love <fx@gnu.org>
5333
5334 * isearch.el (isearch-lazy-highlight): Add :version.
5335
5336 * simple.el (backward-delete-char-untabify-method)
5337 (next-line-add-newlines): Add :version.
5338
5339 2001-01-16 Gerd Moellmann <gerd@gnu.org>
5340
5341 * bindings.el: Bind <backspace> and <delete> via function-key-map.
5342 Don't bind <delete> otherwise.
5343
5344 * simple.el (delete-key-deletes-forward-mode): Bind <backspace>
5345 and <delete> via function-key-map.
5346
5347 * textmodes/flyspell.el (mail-mode-flyspell-verify): Check in
5348 Subject line only if point is after the `Subject:'.
5349
5350 2001-01-16 Kenichi Handa <handa@etl.go.jp>
5351
5352 * language/japanese.el ("Japanese"): Add japanese-jisx0213-1 and
5353 japanese-jisx0213-2 in `charset' property of this lang. env.
5354
5355 * language/european.el ("Latin-1"): Add description for Dutch and
5356 Spanish lang. env.
5357
5358 * international/mule.el (decode-char): Fix conditions.
5359 (encode-char): Handle eight-bit-control too.
5360 (transform-make-coding-system-args): New function.
5361 (make-coding-system): Accept XEmacs style arguments for CCL base
5362 coding system.
5363
5364 2001-01-15 Gerd Moellmann <gerd@gnu.org>
5365
5366 * progmodes/etags.el (find-tag-noselect): Save the value of
5367 tags-file-name before switching buffers, for the case it has a
5368 buffer-local value.
5369
5370 2001-01-15 Alex Schroeder <alex@gnu.org>
5371
5372 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
5373 From Dave Love <fx@gnu.org>.
5374 (ansi-color-for-comint-mode): Fix :version.
5375
5376 2001-01-15 Alex Schroeder <alex@gnu.org>
5377
5378 * ansi-color.el (ansi-color-unfontify-region): Doc change.
5379
5380 2001-01-14 Eli Zaretskii <eliz@is.elta.co.il>
5381
5382 * dired.el (dired-insert-directory): If file-system-info fails,
5383 remove the " free " part, but don't signal an error.
5384
5385 2001-01-12 Sam Steingold <sds@gnu.org>
5386
5387 * bookmark.el (bookmark-maybe-historicize-string):
5388 Use new backquote syntax.
5389
5390 2001-01-12 Richard M. Stallman <rms@gnu.org>
5391
5392 * subr.el (last): Handle a list that doesn't end in nil.
5393
5394 2001-01-12 Sam Steingold <sds@gnu.org>
5395
5396 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind `backspace'
5397 to `backward-delete-char-untabify'.
5398
5399 2001-01-12 Dave Love <fx@gnu.org>
5400
5401 * cus-edit.el (customize-menu-create): Fix the :filter following
5402 easymenu change.
5403
5404 * wid-edit.el (function): Add :match-alternatives.
5405 (widget-color-action): Doc fix.
5406
5407 2001-01-12 Gerd Moellmann <gerd@gnu.org>
5408
5409 * calendar/calendar.el (calendar-basic-setup): Doc fix.
5410
5411 2001-01-12 Kenichi Handa <handa@etl.go.jp>
5412
5413 * international/mule-cmds.el (prefer-coding-system): Fix docstring.
5414
5415 * international/ccl.el (define-ccl-program): Fix docstring.
5416
5417 2001-01-11 Dave Love <fx@gnu.org>
5418
5419 * international/mule-cmds.el (standard-display-european-internal):
5420 Set display table for 2208 as for 160.
5421
5422 * progmodes/ada-mode.el (ada-popup-key): Fix last change.
5423
5424 * progmodes/fortran.el (fortran-mode-map): Modify Customization
5425 entry for custom-menu-create change.
5426 (fortran-strip-sqeuence-nos): Make arg optional. Fix regexp and
5427 don't cons it in the search loop.
5428
5429 * imenu.el (imenu--truncate-items): Revert last change.
5430
5431 2001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
5432
5433 * info.el (Info-setup-header-line): If the node header includes
5434 either Next: or Prev: links, don't show the File: and Node: parts
5435 in the header line.
5436
5437 2001-01-11 Gerd Moellmann <gerd@gnu.org>
5438
5439 * comint.el (comint-goto-process-mark): Don't print a message
5440 when running in batch mode.
5441
5442 * isearch.el (isearch-search): In the condition-case handler for
5443 `error', set isearch-invalid-regexp to the whole error message.
5444
5445 * subr.el (eval-after-load): Call load-symbol-file-load-history to
5446 ensure that eval-after-load works for files dumped with Emacs.
5447
5448 * help.el (load-symbol-file-load-history): New function extracted
5449 from function symbol-file.
5450 (symbol-file): Use it.
5451
5452 * toolbar/save.xpm, toolbar/undo.xpm: Use the same colors as exit.xpm.
5453
5454 2001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
5455
5456 * progmodes/etags.el (find-tag-interactive): If last-tag is nil,
5457 behave as if there were no prefix argument.
5458 (find-tag-noselect): If last-tag is nil, behave as if the NEXT-P
5459 argument were nil.
5460
5461 2001-01-11 Richard M. Stallman <rms@gnu.org>
5462
5463 * isearch.el (isearch-lazy-highlight-update):
5464 Don't look for more potential matches once maximum is exceeded.
5465 Use overlays-in to check correctly for overlap with current match.
5466 Ignore empty matches.
5467
5468 2001-01-11 Miles Bader <miles@gnu.org>
5469
5470 * textmodes/ispell.el (ispell-adjusted-window-height): New function.
5471 (ispell-overlay-window, ispell-help, ispell-show-choices)
5472 (ispell-command-loop): Use it instead of `window-height'.
5473
5474 2001-01-10 Gerd Moellmann <gerd@gnu.org>
5475
5476 * files.el (confirm-kill-emacs): New user-option.
5477 (save-buffers-kill-emacs): Ask for final confirmation before
5478 killing Emacs.
5479
5480 * isearch.el (isearch-done): Set isearch-lazy-highlight-start
5481 to nil.
5482
5483 2001-01-10 Dave Love <fx@gnu.org>
5484
5485 * progmodes/etags.el (tags-apropos-additional-actions): Fix :type.
5486
5487 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix doc, :type.
5488
5489 * hi-lock.el (hi-lock-exclude-modes): Fix :type.
5490
5491 * calculator.el (calculator-number-digits): Fix :type.
5492
5493 * vc-cvs.el (vc-cvs-header): Fix :type.
5494 * vc-rcs.el (vc-rcs-header): Fix :type.
5495 * vc-sccs.el (vc-sccs-header): Fix :type.
5496
5497 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
5498
5499 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
5500
5501 * eshell/esh-util.el (eshell-ange-ls-uids): Fix :type.
5502
5503 2001-01-10 Gerd Moellmann <gerd@gnu.org>
5504
5505 * simple.el (set-variable): Force a thorough redisplay for the
5506 case that the variable has an effect on the display, like
5507 `tab-width' has.
5508
5509 2001-01-10 Andre Spiegel <spiegel@gnu.org>
5510
5511 * vc.el: Add documentation for backend interface.
5512
5513 2001-01-10 Kenichi Handa <handa@etl.go.jp>
5514
5515 * font-lock.el (c-font-lock-extra-types): Add "Lisp_Object".
5516
5517 * international/mule-conf.el (latin-extra-code-table): Set to t
5518 for \223 and \224.
5519
5520 2001-01-09 Kenichi Handa <handa@etl.go.jp>
5521
5522 * international/mule-cmds.el (locale-language-names): Map "es" to
5523 "Spanish" and "nl" to "Dutch".
5524
5525 2001-01-09 Gerd Moellmann <gerd@gnu.org>
5526
5527 * bindings.el (global-map): Bind <home> to beginning-of-line,
5528 <end> to end-of-line, C-<home> to beginning-of-buffer, and
5529 C-<end> to end-of-buffer.
5530
5531 * language/european.el: Add Dutch and Spanish language info
5532 to be able to use the appropriate tutorials.
5533
5534 2001-01-09 Alex Schroeder <alex@gnu.org>
5535
5536 * ansi-color.el (ansi-color-process-output): Use markers instead
5537 of positions for start and end of region.
5538 (ansi-color-apply-on-region): Rewrote code to make it more robust.
5539 Previously, occasional mistakes happend when fontifying many
5540 chunks of output (eg. ls --color=yes /dev). This happened
5541 whenever an overlay was created up to the end of the region, which
5542 coincided with the process-mark. New text would then be added
5543 within that overlay instead of after it.
5544 (ansi-color-make-extent): Overlays are created with the property
5545 `modification-hooks' set to '(ansi-color-freeze-overlay).
5546 (ansi-color-freeze-overlay): New function. When inserting text at
5547 the end of the overlay, the overlay will resize.
5548
5549 2000-01-09 Alex Schroeder <alex@gnu.org>
5550
5551 * ansi-color.el (ansi-color-process-output): Doc change.
5552 (ansi-color-unfontify-region): Doc change. No longer installed
5553 automatically in font-lock-unfontify-region-function.
5554 (ansi-color-apply): Doc change.
5555 (ansi-color-apply-on-region): Use extents or overlays instead of
5556 text-properties.
5557 (ansi-color-make-extent): New function.
5558 (ansi-color-set-extent-face): New function.
5559
5560 2000-01-09 Alex Schroeder <alex@gnu.org>
5561
5562 * ansi-color.el (ansi-color-process): Removed, Emacs and XEmacs
5563 both use ansi-color-process-output, now.
5564 (ansi-color-process-output): Doesn't return string anymore. It is
5565 installed in comint-output-filter-functions for both Emacs and
5566 XEmacs, now.
5567 (ansi-color-unfontify-region): Simplified code removing variables
5568 pos and start-ansi.
5569 (ansi-color-apply): Put text-property ansi-color before putting
5570 text-property face because ansi-color-unfontify-region is called
5571 immediately after the call to put-text-property.
5572 (ansi-color-context-region): Doc change.
5573 (ansi-color-filter-region): Simplified code.
5574 (ansi-color-apply-on-region): Changed start to start-marker, using
5575 a marker explicitly. Put text-property ansi-color before putting
5576 text-property face because ansi-color-unfontify-region is called
5577 immediately after the call to put-text-property.
5578
5579 2000-01-09 Alex Schroeder <alex@gnu.org>
5580
5581 * ansi-color.el (ansi-color-faces-vector): Doc change.
5582 (ansi-color-for-comint-mode): Changed :type property to choice.
5583 (ansi-color-last-context): Removed.
5584 (ansi-color-process-output): Don't use ansi-color-last-context, as
5585 the main functions will store their context now.
5586 (ansi-color-context): Doc change.
5587 (ansi-color-filter-apply): Rewrote it based on ansi-color-apply.
5588 Uses ansi-color-context such that repeated calls will strip
5589 partial escape sequences, too.
5590 (ansi-color-apply): Simplified code. Colorize end of string if
5591 face is not null. Store context in new (FACE STRING) format, such
5592 that repeated calls will strip partial escape sequences, too.
5593 Append faces to face property using ansi-color-apply-sequence such
5594 that cumulative mode actually works.
5595 (ansi-color-context-region): New variable.
5596 (ansi-color-filter-region): Rewrote it based on
5597 ansi-color-apply-on-region. Uses ansi-color-context-region such
5598 that repeated calls will strip partial escape sequences, too.
5599 (ansi-color-apply-on-region): Simplified code. Colorize end of
5600 region if face is not null. Store context in new (FACE POS)
5601 format, such that repeated calls will strip partial escape
5602 sequences, too. Append faces to face property using
5603 ansi-color-apply-sequence such that cumulative mode actually works.
5604 (ansi-color-apply-sequence): New function.
5605 (ansi-color-get-face): When the default face is added to the list
5606 of faces, all previous settings are discarded and the list of
5607 faces is set to '(default).
5608
5609 2000-01-09 Alex Schroeder <alex@gnu.org>
5610
5611 * ansi-color.el (ansi-color-faces-vector): Use nil for the default
5612 face, such that ansi-color-apply and ansi-color-apply-on-region
5613 will do the right thing.
5614 (ansi-color-apply): Do the right thing, ie. if ansi-color-get-face
5615 returns nil, set the list of faces back to nil instead of
5616 appending the result of ansi-color-get-face to the front of the list.
5617
5618 2000-01-09 Alex Schroeder <alex@gnu.org>
5619
5620 * ansi-color.el (ansi-color-for-comint-mode): Doc change.
5621 (ansi-color-process): Doc change.
5622 (ansi-color-last-context): New buffer-local variable.
5623 (ansi-color-process-output): New function. It is automatically
5624 added to comint-output-filter-functions if this is XEmacs.
5625 (ansi-color-unfontify-region): New optional parameter for XEmacs
5626 compatibility. Check wether font-lock-syntactic-keywords is
5627 boundp before removing the syntax table text property, as XEmacs
5628 doesn't have it.
5629 (ansi-color-filter-region): Doc change.
5630 (ansi-color-apply-on-region): Doc change.
5631 (ansi-color-make-face): New function. Compatibility layer for
5632 XEmacs. Return temporary faces instead of cons cells for XEmacs.
5633 (ansi-color-make-color-map): Use ansi-color-make-face.
5634 (ansi-color-get-face): Avoid face text property '(nil) as results
5635 in an errow for XEmacs.
5636
5637 2000-01-09 Alex Schroeder <alex@gnu.org>
5638
5639 * ansi-color.el (ansi-color-unfontify-region): New function.
5640 Uses text-property ansi-color in order to preserve fontification by
5641 ansi-color. When the package is loaded, a lambda expression is
5642 put onto font-lock-mode-hook. This lambda expression will check
5643 font-lock-unfontify-region-function and replace
5644 font-lock-default-unfontify-region with ansi-color-unfontify-region.
5645 (ansi-color-apply): Add text-property ansi-color in addition to
5646 text-property face.
5647 (ansi-color-apply-on-region): Add text-property ansi-color in
5648 addition to text-property face.
5649 (save-buffer-state): Copy of the macro that is also used by
5650 lazy-lock and font-lock.
5651
5652 (ansi-color-for-comint-mode): New option.
5653 (ansi-color-for-comint-mode-on): Set ansi-color-for-comint-mode.
5654 (ansi-color-for-comint-mode-off): Ditto.
5655 (ansi-color-for-comint-mode-filter): Ditto.
5656 (ansi-color-process): New function. Uses ansi-color-for-comint-mode to
5657 decide what to do. This function is added to
5658 comint-preoutput-filter-functions when the package is loaded.
5659
5660 (ansi-color-for-shell-mode-set): Removed.
5661 (ansi-color-for-shell-mode): Removed.
5662
5663 2000-01-09 Alex Schroeder <alex@gnu.org>
5664
5665 * ansi-color.el (ansi-color-for-shell-mode-set): New function with
5666 the lambda expression from the ansi-color-for-shell-mode :set
5667 property. Additionally, modify shell-mode-hook to enable or
5668 disable font-lock-mode for future shell buffers.
5669 (ansi-color-for-shell-mode): The :set property calls
5670 ansi-color-for-shell-mode-set instead of a lambda expression.
5671
5672 2000-01-09 Alex Schroeder <alex@gnu.org>
5673
5674 * ansi-color.el (ansi-color-for-shell-mode): Doc change.
5675 (ansi-color-context): New variable.
5676 (ansi-color-apply): Save context between calls.
5677
5678 2001-01-09 Eli Zaretskii <eliz@is.elta.co.il>
5679
5680 * isearch.el (isearch, isearch-lazy-highlight-face):
5681 New definitions for face colors and attributes.
5682
5683 * wid-edit.el (widget-choose): Call display-popup-menus-p instead
5684 of display-mouse-p.
5685
5686 2001-01-09 Kenichi Handa <handa@etl.go.jp>
5687
5688 * international/mule.el (make-coding-system): If the coding system
5689 accepts extra latin codes, register such codes as safe for the
5690 coding system.
5691
5692 2001-01-08 Richard M. Stallman <rms@gnu.org>
5693
5694 * emacs-lisp/bytecomp.el (byte-compile-log-1): In non-batch case,
5695 don't mention the file name or the date here, because they are
5696 logged at the start of the file.
5697
5698 2001-01-08 Richard M. Stallman <rms@gnu.org>
5699
5700 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
5701 Change screen-width to frame-width.
5702
5703 2001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
5704
5705 * info.el (Info-search): Print the default as part of the prompt.
5706
5707 2001-01-08 Andre Spiegel <spiegel@gnu.org>
5708
5709 * vc.el (vc-default-latest-on-branch-p): New function, replaces
5710 constant implementations in backends.
5711
5712 * vc-cvs.el (vc-cvs-latest-on-branch-p): Removed.
5713 (vc-cvs-checkout): Renamed arg WRITABLE to EDITABLE.
5714
5715 * vc-rcs.el (vc-rcs-checkout, vc-rcs-cancel-version): Renamed arg
5716 WRITABLE to EDITABLE.
5717
5718 * vc-sccs.el (vc-sccs-latest-on-branch-p): Removed.
5719 (vc-sccs-checkout, vc-sccs-cancel-version): Renamed arg WRITABLE
5720 to EDITABLE.
5721
5722 2001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
5723
5724 * emacs-lisp/copyright.el (copyright-current-year): Now a defvar.
5725 (copyright, copyright-update): Compute the current year at run time.
5726
5727 2001-01-08 Gerd Moellmann <gerd@gnu.org>
5728
5729 * isearch.el (isearch-old-signal-hook): Removed.
5730 (isearch-mode): Add isearch-done to kbd-macro-termination-hook
5731 instead of setting signal-hook-function.
5732 (isearch-done): Remove isearch-done from kbd-macro-termination-hook.
5733
5734 2001-01-08 Kevin Gallagher <kevingal@onramp.net>
5735
5736 * emulation/edt.el: Update to version 4.0. Provide support for
5737 EDT scroll margins at top and bottom of the window. Provide an
5738 emulation of the EDT SUBS command (bound to GOLD-Enter, by
5739 default). Enhance edt-quit, bound to GOLD-q by default, to warn
5740 user when file-related buffer modifications exist.
5741 Provide support for running EDT Emulation in XEmacs.
5742 Provide customize access to some user updatable variables.
5743 Add Commentary section to file header.
5744 Fixed a few minor bugs and cleaned up some code.
5745
5746 * emulation/edt-mapper.el: Update to version 4.0. Provide support
5747 for detecting a keypress that generates an ASCII key sequence.
5748 (Previously, only a keypress that generates a vector was
5749 recognized.) Embed Window Manager name into name of the generated
5750 EDT Emulation initialization file since the initialization file is
5751 Window Manager specific. Add Commentary section to file header.
5752
5753 2001-01-07 Eli Zaretskii <eliz@is.elta.co.il>
5754
5755 * mail/sendmail.el (mail-mode): Doc fix.
5756
5757 * info.el (Info-goto-emacs-command-node): Doc fix.
5758 (Info-goto-emacs-key-command-node): Doc fix.
5759
5760 2001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
5761
5762 * ediff-vers.el (noninteractive): Don't load generic-sc on MS-DOS
5763 systems without long file-name support.
5764
5765 2001-01-06 Andrew Innes <andrewi@gnu.org>
5766
5767 * makefile.w32-in (custom-deps): Set EMACSLOADPATH explicitly.
5768
5769 2001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
5770
5771 * isearch.el (isearch-lazy-highlight-remove-overlays): Doc fix.
5772 (isearch-lazy-highlight-update): Doc fix.
5773
5774 * ffap.el (ffap-bindings): Doc fix.
5775
5776 * dired-x.el (dired-virtual-guess-dir): Doc fix.
5777
5778 2001-01-05 Dave Love <fx@gnu.org>
5779
5780 * emacs-lisp/cl-seq.el (remove, remq): Remove.
5781
5782 2001-01-05 Gerd Moellmann <gerd@gnu.org>
5783
5784 * mouse-drag.el (mouse-drag-safe-scroll):
5785 Bind scroll-preserve-screen-position to nil.
5786
5787 * isearch.el (isearch-old-signal-hook): New variable.
5788 (isearch-mode): Set signal-hook-function to isearch-done.
5789 (isearch-done): Restore old signal-hook-function.
5790
5791 * info.el (Info-fontify-node): Mark one more char as intangible.
5792
5793 2000-01-05 Kenichi Handa <handa@etl.go.jp>
5794
5795 * composite.el (compose-last-chars): New argument COMPONENTS.
5796 If it is non-nil, compose preceding characters by compose-region with
5797 COMPONENTS.
5798
5799 * international/quail.el (quail-input-string-to-events): New function.
5800 (quail-input-method): Convert input string to events here.
5801 (quail-start-translation): Return input string, not event list.
5802 (quail-start-conversion): Likewise.
5803
5804 2001-01-04 Gerd Moellmann <gerd@gnu.org>
5805
5806 * tooltip.el (tooltip-cancel-delayed-tip)
5807 (tooltip-start-delayed-tip): Renamed from tooltip-disable-timeout
5808 and tooltip-add-timeout.
5809 (tooltip-show): Set border color from faces's foreground.
5810 (tooltip-show-help-function): If called with the same help string
5811 as last time, do nothing.
5812 (tooltip-help-tips): Don't set tooltip-help-message to nil.
5813
5814 * startup.el (fancy-splash-screens): Don't bind show-help-function
5815 to nil.
5816
5817 * tooltip.el (tooltip-frame-parameters): Remove colors.
5818 (tooltip): New face
5819 (tooltip-set-param): New function.
5820 (tooltip-show): Set up color frame parameters from face `tooltip'.
5821 Display the tooltip text in face `tooltip'.
5822
5823 2001-01-04 Dave Love <fx@gnu.org>
5824
5825 * whitespace.el (whitespace-global-mode): Fix typo.
5826
5827 * hilit19.el, mail/rnewspost.el, mail/rnews.el: Moved to obsolete.
5828
5829 2001-01-04 Eli Zaretskii <eliz@is.elta.co.il>
5830
5831 * help.el (help-for-help): Fix a typo in a doc string.
5832 From kwzh@gnu.org (Karl Heuer).
5833
5834 2001-01-03 Dave Love <fx@gnu.org>
5835
5836 * dired-x.el: Doc fixes. Maintainer change.
5837 (dired-guess-shell-gnutar, dired-guess-shell-znew-switches): Fix :type.
5838 (dired-guess-shell-alist-default): Don't use xloadimage for PNG.
5839 (dired-guess-shell-alist-user): Customize.
5840 (dired-x-help-address): Set to bug-gnu-emacs.
5841 (dired-x-maintainer, dired-x-file, dired-x-version): Deleted.
5842 (dired-default-directory): Renamed from default-directory.
5843
5844 * hl-line.el (hl-line): Doc fix.
5845
5846 2001-01-03 Karl Fogel <kfogel@red-bean.com>
5847
5848 * mail/mail-hist.el (mail-hist-text-too-long-p): Doc fix.
5849
5850 2001-01-02 Richard M. Stallman <rms@gnu.org>
5851
5852 * isearch.el (isearch-lazy-highlight-cleanup): Arg now says
5853 to remove all the current alternative-match highlighting.
5854 If nil, remove only what's outside the current window.
5855 (isearch-lazy-highlight-remove-overlays): Take optional
5856 region within which NOT to remove them.
5857 (isearch-lazy-highlight-new-loop): Greatly simplified.
5858 (isearch-lazy-highlight-update): Find all the other occurrences
5859 visible in the window, in just one call.
5860 (isearch-lazy-highlight-start): Now holds start of region to scan.
5861 (isearch-lazy-highlight-end): Now holds end of region to scan.
5862 (isearch-lazy-highlight-wrapped): Variable deleted.
5863 (isearch-lazy-highlight-search): Function deleted.
5864
5865 2000-01-02 Andrew Innes <andrewi@gnu.org>
5866
5867 * w32-fns.el (convert-standard-filename): Do length check on name
5868 before aref.
5869
5870 2001-01-02 Dave Love <fx@gnu.org>
5871
5872 * progmodes/cperl-mode.el (cperl-invalid-face): Don't double-quote
5873 value.
5874 (cperl-init-faces): Allow cperl-invalid-face to be a normal face.
5875
5876 * ls-lisp.el (ls-lisp) <defgroup>: Add :version.
5877
5878 * net/browse-url.el (browse-url-filename-alist): Avoid backquote
5879 read syntax.
5880
5881 * calendar/todo-mode.el (todo): Add :link, :version.
5882 (todo-save-top-priorities): Remove autoload cookie.
5883 (todo-add-category, todo-add-item-non-interactively)
5884 (todo-insert-item, todo-mode, todo-cp, todo-show): Fix autoload cookie.
5885
5886 2001-01-02 Gerd Moellmann <gerd@gnu.org>
5887
5888 * comint.el (comint-input-history-ignore): New variable.
5889 (comint-read-input-ring): Ignore entries matching
5890 comint-input-history-ignore.
5891
5892 2001-01-02 Eric M. Ludlam <zappo@gnu.org>
5893
5894 * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): New Variable.
5895 (lm-copyright-mark): New function.
5896 (lm-crack-copyright): New function.
5897 (lm-verify): Check that the file has a copyright.
5898 Check that the file is copyright Free Software Foundation.
5899
5900 2000-12-30 Kenichi Handa <handa@etl.go.jp>
5901
5902 * international/mule-diag.el (print-fontset): Indent font name by
5903 24 columns, not 25.
5904
5905 2000-12-29 Gerd Moellmann <gerd@gnu.org>
5906
5907 * textmodes/flyspell.el (mail-mode-flyspell-verify): Spell-check
5908 in Subject line.
5909
5910 * mail/mailabbrev.el (mail-abbrevs-enable, mail-abbrevs-disable):
5911 Use mail-mode-hook instead of mail-setup-hook.
5912 Otherwise continuing an interrupted message with C-u C-x m for
5913 instance, winds up in Mail mode without abbrevs.
5914
5915 2000-12-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5916
5917 * ps-print.el: Handle form feed better when ps-zebra-stripe-follow is
5918 non-nil. Adding almost all customization variables on ps-setup.
5919 Doc fix.
5920 (ps-print-version): New version number (6.3.3).
5921 (ps-end-with-control-d): Initialization fix.
5922 (ps-lines-printed): New var.
5923 (ps-skip-newline): New fun.
5924 (ps-setup, ps-prologue-file, ps-begin-job, ps-begin-page)
5925 (ps-next-line, ps-continue-line, ps-plot-region)
5926 (ps-generate-postscript-with-faces, ps-end-job): Code fix.
5927
5928 2000-12-29 Kenichi Handa <handa@etl.go.jp>
5929
5930 * international/fontset.el (x-complement-fontset-spec):
5931 Resolve ASCII font name so that the same family name is used for fonts
5932 registered in x-font-name-charset-alist.
5933 (create-fontset-from-fontset-spec): Adjusted for the above change.
5934 The name of fontset alias should be a unresolved ASCII font name.
5935
5936 2000-12-28 Gerd Moellmann <gerd@gnu.org>
5937
5938 * simple.el (delete-key-deletes-forward-mode): Bind backspace
5939 and delete in isearch-mode-map.
5940
5941 2000-12-28 Richard M. Stallman <rms@gnu.org>
5942
5943 * dired-x.el (dired-guess-shell-alist-default):
5944 Use xpdf instead of acroread.
5945
5946 2000-12-28 Kenichi Handa <handa@etl.go.jp>
5947
5948 * textmodes/artist.el (artist-butlast): Deleted.
5949 (artist-ellipse-mirror-quadrant): Use butlast instead of
5950 artist-butlast.
5951
5952 * subr.el (butlast, nbutlast): Moved from cl.el to here.
5953
5954 * emacs-lisp/cl.el (butlast, nbutlast): Moved to subr.el.
5955
5956 2000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
5957
5958 From Francis J. Wright <F.J.Wright@maths.qmw.ac.uk>:
5959
5960 * ls-lisp.el: Better support for the Mac and MS-Windows.
5961 (ls-lisp): New defgroup.
5962 (ls-lisp-emulation, ls-lisp-ignore-case, ls-lisp-dirs-first)
5963 (ls-lisp-verbosity, ls-lisp-use-insert-directory-program)
5964 (ls-lisp-support-shell-wildcards): New defcustoms.
5965 (ls-lisp-parse-symlink): New function.
5966 (insert-directory): Code to convert switches to a list and set up
5967 the wildcard argument copied from ls-lisp-insert-directory.
5968 (ls-lisp-insert-directory): New argument TIME-INDEX. Add support
5969 for -C and -R switches.
5970 (ls-lisp-column-format): New function.
5971 (ls-lisp-delete-matching, ls-lisp-handle-switches)
5972 (ls-lisp-format-time): Add doc strings.
5973 (ls-lisp-handle-switches): Handle -U, -S, -X, and -F switches.
5974 Support ls-lisp-dirs-first.
5975 (ls-lisp-classify, ls-lisp-extension): New functions.
5976 (ls-lisp-format): Optionally support emulation of symlinks.
5977 Support -i, -s, and -G switches.
5978
5979 2000-12-27 Gerd Moellmann <gerd@gnu.org>
5980
5981 * textmodes/texinfo.el (texinfo-mode): Set fill-column to 70.
5982
5983 * version.el (emacs-version): Print X scroll bar information.
5984
5985 * scroll-bar.el (toplevel): Check for x-toolkit-scroll-bars
5986 instead of x-toolkit-scroll-bars-p.
5987
5988 * loadup.el (toplevel): Check for x-toolkit-scroll-bars instead
5989 of x-toolkit-scroll-bars-p.
5990
5991 2000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
5992
5993 * ffap.el (ffap-bindings): Make interactive and add an autoload cookie.
5994 (ffap-bindings): Doc fix, to reflect the above change.
5995
5996 2000-12-27 Kenichi Handa <handa@etl.go.jp>
5997
5998 * term.el (term-char-mode): Define all non-ascii self-inserting
5999 characters to 'term-send-raw in term-raw-map.
6000
6001 2000-12-25 Michael Kifer <kifer@cs.sunysb.edu>
6002
6003 * viper-init (viper-restore-cursor-type): Added condition-case guard.
6004
6005 * ediff-init.el (ediff-quit-hook,ediff-suspend-hook):
6006 Changed initialization; use add-hook.
6007 (ediff-file-remote-p): Use file-local-copy.
6008
6009 * ediff-ptch.el (ediff-prompt-for-patch-buffer): Improved defaults.
6010
6011 * ediff.el (ediff-patch-buffer): Bug fix.
6012 (ediff-revision): Allow selection of the file at the prompt.
6013
6014 2000-12-23 Stefan Monnier <monnier@cs.yale.edu>
6015
6016 * subr.el (combine-run-hooks): Remove.
6017
6018 * emacs-lisp/edebug.el (define-minor-mode): Improve the spec
6019 and remove the rogue second spec.
6020
6021 2000-12-23 Gerd Moellmann <gerd@gnu.org>
6022
6023 * progmodes/compile.el (compilation-forget-errors): Fix indentation.
6024
6025 2000-12-22 Stefan Monnier <monnier@cs.yale.edu>
6026
6027 * smerge-mode.el (smerge-basic-map): Use `=' rather than `d'.
6028 Use minibuffer menu prompt for the `=' prefix.
6029 (smerge-command-prefix): Change default to C-^.
6030 (smerge-mode): Don't assume font-lock doesn't move point.
6031
6032 * skeleton.el (skeleton-internal-1): Make sure the first line of
6033 the region is also re-indented.
6034 (skeleton-end-newline): New var.
6035 (skeleton-end-hook): Use it.
6036
6037 2000-12-22 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
6038
6039 * comint.el (comint-password-prompt-regexp): Support CVS.
6040
6041 2000-12-22 Gerd Moellmann <gerd@gnu.org>
6042
6043 * simple.el (delete-key-deletes-forward-mode): Simplify.
6044 Also backspace key combinations, depending on
6045 delete-key-deletes-forward.
6046
6047 * bindings.el ([C-backspace]): Bind C-backspace to kill-word.
6048
6049 * simple.el (delete-key-deletes-forward): Doc fix.
6050
6051 2000-08-22 Emmanuel Briot <briot@gnat.com>
6052
6053 * xml.el (top level comment): Updated to reflect the fact that
6054 white spaces are relevant in the XML file.
6055 (xml-parse-file): Do not kill an existing Emacs buffer if the file
6056 to parse was already edited. This allows for on-the-fly analysis
6057 of XML files.
6058 (xml-parse-tag): Check that the casing is the same in the start
6059 tag and end tag, since XML is case-sensitive. Allows for spaces
6060 in the end tag, after the name of the tag.
6061 (xml-parse-attlist): Allow for the character '-' in the name of
6062 attributes, as in the standard http-equiv attribute Do not save
6063 the properties in the XML tree, since they are not relevant.
6064
6065 2000-12-21 Stefan Monnier <monnier@cs.yale.edu>
6066
6067 * generic.el (generic-read-type): Undo last change, inline into
6068 `generic-mode' and then remove.
6069 (generic-mode): Inline generic-read-type.
6070 (define-generic-mode): Push the symbol name rather than the symbol
6071 onto generic-mode-list.
6072
6073 2000-12-21 Gerd Moellmann <gerd@gnu.org>
6074
6075 * generic.el (generic-read-type): Build an alist for
6076 completing-read as in 20.7.
6077
6078 * play/landmark.el (lm): Use interactive spec `P'.
6079 (toplevel): Don't set debug-on-error.
6080
6081 * server.el (server-switch-buffer): Choose a window on a visible frame.
6082
6083 2000-12-21 Dave Pearson <davep@davep.org>
6084
6085 * quickurl.el: Commentry change, I've moved my web site.
6086
6087 2000-12-21 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6088
6089 * ebnf2ps.el: Fix a problem with skip-chars-forward: it doesn't accept
6090 ranges like \177-\237, but accepts the character sequence from \177 to
6091 \237. Doc fix.
6092 (ebnf-version): New version (3.4).
6093 (ebnf-setup): Code fix.
6094 (ebnf-range-regexp): New fun.
6095 (ebnf-8-bit-chars): Const fix.
6096
6097 * ebnf-bnf.el: Fix the same problem as described on ebnf2ps.el log
6098 entry. Doc fix.
6099 (ebnf-bnf-lex): Code fix.
6100 (ebnf-bnf-comment-chars): Const fix.
6101
6102 * ebnf-iso.el: Fix the same problem as described on ebnf2ps.el log
6103 entry. Doc fix.
6104 (ebnf-iso-comment-chars): Const fix.
6105
6106 * ebnf-otz.el: Doc fix.
6107
6108 * ebnf-yac.el: Fix the same problem as described on ebnf2ps.el log
6109 entry. Doc fix.
6110 (ebnf-yac-skip-code): Code fix.
6111 (ebnf-yac-comment-chars): Const fix.
6112
6113 2000-12-21 Eli Zaretskii <eliz@is.elta.co.il>
6114
6115 * files.el (insert-directory-safely): New function.
6116 (recover-file): Use it instead of insert-directory.
6117 From Markus Rost <markus.rost@mathematik.uni-regensburg.de>
6118
6119 2000-12-21 Kenichi Handa <handa@etl.go.jp>
6120
6121 * international/mule-cmds.el (select-safe-coding-system):
6122 Check coding-category-list more rigidly. Improve help message.
6123
6124 * dired.el (dired-move-to-filename-regexp): Fix previous change.
6125
6126 2000-12-21 Miles Bader <miles@gnu.org>
6127
6128 * mail/sendmail.el (mail-mode): Set `comment-start' to the yank prefix.
6129
6130 2000-12-21 Kenichi Handa <handa@etl.go.jp>
6131
6132 * international/mule-diag.el (describe-char-after): Make *Help*
6133 buffer inherit multibyteness of the current buffer.
6134
6135 * international/mule.el (make-char): Docstring adjusted for the
6136 change of make-char-internal.
6137
6138 2000-12-20 Stefan Monnier <monnier@cs.yale.edu>
6139
6140 * international/iso-cvt.el: Docstrings fix.
6141
6142 2000-12-20 Dave Love <fx@gnu.org>
6143
6144 * subr.el (eval-after-load): Doc fix.
6145
6146 2000-12-20 Kenichi Handa <handa@etl.go.jp>
6147
6148 * jka-compr.el (jka-compr-partial-uncompress): Don't use `concat'
6149 for numbers.
6150
6151 2000-12-20 Miles Bader <miles@gnu.org>
6152
6153 * international/quail.el (quail-help): Resize the help window
6154 again after it has all its contents. Remove unneeded progn.
6155
6156 2000-12-19 Gerd Moellmann <gerd@gnu.org>
6157
6158 * pcmpl-linux.el: Fix copy/paste error.
6159
6160 2000-12-19 Andrew Innes <andrewi@gnu.org>
6161
6162 * simple.el (delete-key-deletes-forward-mode): Fix typo in docstring.
6163
6164 2000-12-19 Carsten Dominik <dominik@strw.leidenuniv.nl>
6165
6166 * progmodes/idlw-rinfo.el: Fixed copyright notice.
6167
6168 * progmodes/idlw-toolbar.el: Fixed copyright notice.
6169
6170 * progmodes/idlw-shell.el: Fixed copyright notice.
6171
6172 * progmodes/idlwave.el: Fixed copyright notice.
6173
6174 * textmodes/reftex-dcr.el (reftex-view-crossref): Added SPACE and
6175 TAB as key separators.
6176
6177 2000-12-19 Alex Schroeder <alex@gnu.org>
6178
6179 * sql.el (sql-sybase-options): New option.
6180 (sql-sybase): Use it. Add sql-database to the list of parameters
6181 provided for login. The options -w 2048 -n are not used any more.
6182 (sql-postgres-options): Changed default from "--pset" to "-P".
6183 (sql-mysql-options): Doc change.
6184 (sql-stop): Doc change.
6185
6186 2000-12-19 Kenichi Handa <handa@etl.go.jp>
6187
6188 * international/quail.el (quail-input-method): Always hide
6189 the guidance buffer on exiting.
6190
6191 2000-12-18 Gerd Moellmann <gerd@gnu.org>
6192
6193 * tooltip.el (tooltip-mode): Signal an error if x-show-tip
6194 isn't fboundp.
6195
6196 * server.el (server-buffer-done): Bury the buffer before
6197 killing it.
6198
6199 * faces.el (face-spec-set): Interpret a nil in specs for
6200 foreground and background colors as `unspecified', for
6201 compatibility with 20.x.
6202
6203 2000-12-18 Dave Love <fx@gnu.org>
6204
6205 * simple.el (mail-user-agent): Doc fix.
6206 (input-mode-8-bit): Removed.
6207
6208 * international/mule.el (set-keyboard-coding-system): Doc fix.
6209 (keyboard-coding-system): New option.
6210
6211 * mail/sendmail.el (send-mail-function): Customize.
6212
6213 2000-12-18 Eli Zaretskii <eliz@is.elta.co.il>
6214
6215 * international/codepage.el (cp866-decode-table): New table.
6216
6217 2000-12-18 Gerd Moellmann <gerd@gnu.org>
6218
6219 * version.el (emacs-version): Remove `%a' from the time format
6220 because the weekday doesn't fit well into each locale.
6221
6222 2000-12-18 Miles Bader <miles@gnu.org>
6223
6224 * image-file.el (image-file-name-extensions): Add "pgm" and "ppm".
6225
6226 * textmodes/artist.el (artist-replace-chars, artist-replace-char):
6227 Check that emacs-major-version is `=' to 20, not `>='.
6228 (artist-replace-chars): Use `make-string' instead of a loop.
6229
6230 2000-12-17 Stefan Monnier <monnier@cs.yale.edu>
6231
6232 * pcvs.el (cvs-diff-backup-extractor): Return full-path for file.
6233 (cvs-execute-single-file): Don't change directory.
6234 Patch from Per Cederqvist.
6235
6236 2000-12-16 Eli Zaretskii <eliz@is.elta.co.il>
6237
6238 * textmodes/ispell.el (check-ispell-version):
6239 If `ispell-program-name' is "aspell", pass it the -v switch instead
6240 of -vv.
6241
6242 2000-12-16 Kenichi Handa <handa@etl.go.jp>
6243
6244 * international/mule-diag.el (mule-diag): Insert information about
6245 configure options, multibyte awareness, language env.
6246
6247 * international/ja-dic-cnv.el (skkdic-get-candidate-list): Fix the
6248 regexp to search for candidates.
6249
6250 2000-12-15 Eli Zaretskii <eliz@is.elta.co.il>
6251
6252 * info.el (Info-forward-node): If the node has an
6253 Info-header-line, widen the buffer before searching for "next:"
6254 and "up:" pointers, and set the search limit to stay in the
6255 current node.
6256
6257 2000-12-16 Miles Bader <miles@gnu.org>
6258
6259 * simple.el (delete-trailing-whitespace): Remove extraneous let.
6260
6261 2000-12-15 Miles Bader <miles@gnu.org>
6262
6263 * comint.el (comint-send-string, comint-send-region): Also accept
6264 a buffer, buffer-name, or nil for PROCESS, for compatibility with
6265 process-send-string/region.
6266
6267 2000-12-15 Gerd Moellmann <gerd@gnu.org>
6268
6269 * isearch.el (isearch-lazy-highlight-max): New user-option.
6270 (isearch-lazy-highlight-update): Don't highlight more than
6271 isearch-lazy-highlight-max matches.
6272
6273 * mail/mh-utils.el (mh-find-path): Set read-mail-command.
6274
6275 2000-12-15 Richard M. Stallman <rms@gnu.org>
6276
6277 * sort.el (sort-columns): Fix error message.
6278
6279 * dabbrev.el (dabbrev--last-case-pattern): Value is now
6280 `upcase' or `downcase' or nil.
6281 (dabbrev-expand): Don't do anything with dabbrev--last-case-pattern.
6282 Pass new record-case-pattern arg to dabbrev--substitute-expansion.
6283 (dabbrev--substitute-expansion): New arg record-case-pattern.
6284 If it is non-nil, set dabbrev--last-case-pattern.
6285 If ABBREV is " ", use dabbrev--last-case-pattern to change EXPANSION.
6286
6287 * dabbrev.el (dabbrev--find-expansion): Remove extra nreverse.
6288
6289 2000-12-15 Miles Bader <miles@gnu.org>
6290
6291 * paths.el (Info-default-directory-list): Don't delete
6292 configure-info-directory from the list of standard info
6293 directories when appending it to the end -- their order is important.
6294
6295 * faces.el (read-face-attribute): If there's no entry for the
6296 user's input in VALID, just use it as-is (this will often result
6297 in an error, but it may be OK for e.g. colors using hexadecimal
6298 notation, and at least will yield a better error message).
6299
6300 * window.el (mode-line-window-height-fudge): Function removed.
6301 (height-affecting-face-attributes, mode-line-window-height-fudge):
6302 Variables removed.
6303 * textmodes/ispell.el (ispell-overlay-window): Ensure that the new
6304 window is really the right size. Use vertical-motion
6305 rather than forward-line.
6306 (ispell-help): Don't use ispell-mode-line-window-height-fudge.
6307 (ispell-command-loop, ispell-show-choices): Use the variable
6308 ispell-choices-win-default-height, rather than the function.
6309 (ispell-choices-win-default-height): Function removed.
6310 (ispell-mode-line-window-height-fudge): Function removed.
6311
6312 2000-12-14 Stefan Monnier <monnier@cs.yale.edu>
6313
6314 * add-log.el (add-change-log-entry): Only expand-file-name if non-nil.
6315
6316 2000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
6317
6318 * paths.el (Info-default-directory-list):
6319 If configure-info-directory is not one of the standard directories,
6320 put it first in the list; otherwise put it last. Doc string
6321 changed accordingly.
6322
6323 * info.el (Info-directory-list): Change doc string to reflect the
6324 change in Info-default-directory-list.
6325
6326 * simple.el (delete-key-deletes-forward-mode): Treat ms-dos and
6327 windows-nt as windowed environments, even under -nw.
6328
6329 * startup.el (command-line): Don't call x-backspace-delete-keys-p
6330 if not fboundp. Switch delete-forward mode for the <delete> key
6331 on all PC platforms, even under -nw.
6332
6333 * term/internal.el ([M-delete]): Remap to M-d.
6334
6335 2000-12-14 Gerd Moellmann <gerd@gnu.org>
6336
6337 * emacs-lisp/lisp-mnt.el: Change maintainer to FSF.
6338
6339 2000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
6340
6341 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
6342
6343 2000-12-14 Gerd Moellmann <gerd@gnu.org>
6344
6345 * startup.el (command-line): Call delete-key-deletes-forward-mode,
6346 if appropriate.
6347
6348 * simple.el (delete-key-deletes-forward): New user-option.
6349 (delete-key-deletes-forward-mode): New function.
6350
6351 * bindings.el: Bind `delete' to backward-delete-char.
6352
6353 * emacs-lisp/easymenu.el (easy-menu-current-active-maps):
6354 Test if symbol is bound before getting its value.
6355
6356 * tooltip.el (tooltip-show): If an error is signaled in
6357 x-show-tip, display that error, and display the help in the
6358 echo area.
6359
6360 2000-12-14 Kenichi Handa <handa@etl.go.jp>
6361
6362 * international/ja-dic-cnv.el (skkdic-set-okuri-nasi):
6363 Show "... entries" messages for every 10000 entries, not 10.
6364
6365 2000-12-13 Karl Fogel <kfogel@red-bean.com>
6366
6367 * bookmark.el: Provide a generic exit hook, as suggested by
6368 Ovidiu Predescu <ovidiu@cup.hp.com>:
6369 (bookmark-exit-hook): New var.
6370 (bookmark-exit-hook-internal): New func, replaces
6371 old raw lambda form in `kill-emacs-hook', and runs new
6372 `bookmark-exit-hooks'. No longer tests for the bookmark feature,
6373 as logically that feature must have been provided if this function
6374 is running.
6375 Removed ;;;###autoload before the `add-hook' call.
6376
6377 2000-12-13 Stefan Monnier <monnier@cs.yale.edu>
6378
6379 * emacs-lisp/easymenu.el (easy-menu-define): Setup indentation.
6380 (easy-menu-current-active-maps): New function.
6381 (easy-menu-get-map): Use it.
6382 Make a proper menu entry when creating a new keymap.
6383
6384 2000-12-13 Kenichi Handa <handa@etl.go.jp>
6385
6386 * international/characters.el: Fix cases and syntaxes for
6387 mule-unicode-0100-24ff.
6388
6389 * dired.el (dired-move-to-filename-regexp): Fixed for the case
6390 that a Japanese character is not appended after day and year.
6391
6392 * info.el (Info-suffix-list): Change format for a command that
6393 requires arguments.
6394 (info-insert-file-contents): Adjusted for the above change.
6395
6396 2000-12-12 Andreas Schwab <schwab@suse.de>
6397
6398 * tar-mode.el (tar-extract): Base the name of the subfile buffer
6399 on the name of the tar buffer. Verify that the existing buffer is
6400 visiting the same subfile.
6401
6402 2000-12-12 Dave Love <fx@gnu.org>
6403
6404 * subdirs.el: Add obsolete.
6405
6406 2000-12-12 Gerd Moellmann <gerd@gnu.org>
6407
6408 * mail/rmailsum.el (rmail-summary-expunge)
6409 (rmail-summary-expunge-and-save): Use rmail-expunge-confirmed
6410 instead of rmail-confirm-expunge.
6411
6412 * replace.el (perform-replace): Don't use an empty match adjacent
6413 to a non-empty match when computing the next match before the
6414 replacement is performed.
6415
6416 2000-12-12 Milan Zamazal <pdm@freesoft.cz>
6417
6418 * progmodes/glasses.el: Use `define-minor-mode' for the minor mode
6419 definition (patch by Stefan Monnier).
6420 (glasses-mode): Use jit-lock instead of `after-change-functions'
6421 (patch by Stefan Monnier).
6422
6423 2000-12-12 Miles Bader <miles@gnu.org>
6424
6425 * info.el (Info-last-preorder): Don't barf on nodes without a prev.
6426 (Info-scroll-down): Respect `Info-scroll-prefer-subnodes'.
6427
6428 2000-12-12 Andrew Choi <akochoi@i-cable.com>
6429
6430 * term/mac-win.el: Remove load for ls-lisp.
6431
6432 * loadup.el: Load ls-lisp for system-type `macos'.
6433
6434 2000-12-12 Miles Bader <miles@gnu.org>
6435
6436 * simple.el (delete-horizontal-space): Add BACKWARD-ONLY parameter.
6437 Respect field end too.
6438 (just-one-space): Respect fields as `delete-horizontal-space'.
6439 (newline-and-indent, reindent-then-newline-and-indent):
6440 Use `delete-horizontal-space'.
6441
6442 2000-12-11 Stefan Monnier <monnier@cs.yale.edu>
6443
6444 * newcomment.el (comment-indent-new-line): Use delete-horizontal-space
6445 (so as to obey the field property in the minibuffer).
6446
6447 * obsolete/c-mode.el: Moved from lisp/progmodes.
6448 * obsolete/auto-show.el: Moved from lisp.
6449 * obsolete/ooutline.el: Moved from lisp/textmodes.
6450
6451 2000-12-11 Carsten Dominik <dominik@strw.leidenuniv.nl>
6452
6453 * progmodes/idlwave.el: Updated to IDLWAVE version 4.7. Too many
6454 changes to list them here.
6455
6456 * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.7.
6457 Too many changes to list them here.
6458
6459 * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.7.
6460 Too many changes to list them here.
6461
6462 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.7.
6463
6464 2000-12-11 Gerd Moellmann <gerd@gnu.org>
6465
6466 * simple.el (kill-new): Don't try to setcar kill-ring if it is nil.
6467
6468 * cus-edit.el (custom-save-variables, custom-save-faces):
6469 Comment fix.
6470
6471 * hscroll.el: Moved to `obsolete' subdir.
6472
6473 2000-12-11 Miles Bader <miles@gnu.org>
6474
6475 * window.el (window-text-height): Function removed (now in C).
6476
6477 2000-12-10 Stefan Monnier <monnier@cs.yale.edu>
6478
6479 * log-edit.el (log-edit-parent-buffer): New var.
6480 (log-edit): Set it. Add BUFFER argument.
6481 (log-edit-done): Use char-before.
6482 Don't bother checking validity of vc-comment-ring.
6483 Only bury the buffer if log-edit popped it up.
6484
6485 * pcvs.el: Update references to CVS-Edit (now Log-Edit).
6486 (cvs-mode-diff-help): Remove.
6487 (cvs-mode-commit): Use the new `log-edit' BUFFER argument.
6488 (cvs-mode-marked): Set up the default for CMD manually.
6489
6490 * pcvs-defs.el (cvs-mode-diff-map): Use minibuffer menu prompt.
6491 Remove binding for ? now made unnecessary.
6492
6493 2000-12-10 Carsten Dominik <dominik@strw.leidenuniv.nl>
6494
6495 * textmodes/reftex.el (reftex-scanning-info-available-p): New function.
6496 (reftex-TeX-master-file): Check for `tex-main-file' early enough.
6497
6498 * textmodes/reftex-global.el (reftex-create-tags-file): Fixed bug
6499 when master file is not open.
6500
6501 2000-12-09 Stefan Monnier <monnier@cs.yale.edu>
6502
6503 * progmodes/ada-stmt.el: Update `maintainer'.
6504
6505 2000-12-09 Stephen Gildea <gildea@stop.mail-abuse.org>
6506
6507 * time-stamp.el (time-stamp-old-format-warn): Reorder custom
6508 choices to match documentation string.
6509
6510 2000-12-09 Miles Bader <miles@gnu.org>
6511
6512 * minibuf-eldef.el: New file.
6513
6514 * window.el (fit-window-to-buffer): Don't pass last argument to
6515 pos-visible-in-window-p, now that its meaning is inverted.
6516
6517 2000-12-08 Eli Zaretskii <eliz@is.elta.co.il>
6518
6519 * image.el (create-image): Doc fix; spotted by Per Cederqvist
6520 <ceder@lysator.liu.se>.
6521
6522 2000-12-08 Stefan Monnier <monnier@cs.yale.edu>
6523
6524 * autoinsert.el (auto-insert-alist): Add missing final \n.
6525
6526 * pcvs-defs.el (cvs-menu): Move. Make submenu for diff commands.
6527 (cvs-menu-map): Remove.
6528 * pcvs.el (cvs-menu): Use `cvs-menu' rather than `cvs-menu-map'.
6529 (cvs-mode-quit): Turn it back into a plain function.
6530
6531 * textmodes/texnfo-upd.el (texinfo-chapter-level-regexp)
6532 (texinfo-filter): Remove (move to texinfo.el).
6533
6534 * textmodes/texinfo.el: Move the (require 'cl) to the front of the
6535 file where it's more visible.
6536 (texinfo-filter, texinfo-chapter-level-regexp): New variables
6537 moved from texnfo-upd.el (for AUCTeX's compatibility, originally).
6538 (texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter.
6539 (texinfo-inside-macro-p): Only catch `scan-error's.
6540 (texinfo-inside-env-p): Make better use of the match info.
6541 (texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'.
6542 (texinfo-insert-@end): Slight re-organization.
6543 Also remove useless `looking-at' call.
6544
6545 2000-12-08 Andrew Innes <andrewi@gnu.org>
6546
6547 * w32-fns.el: Add clipboard support from term/w32-win.el, so it is
6548 accessible in -nw mode.
6549
6550 * term/w32-win.el: Remove stuff about selection timeout, which is
6551 irrelevant on Windows. Move clipboard support to w32-fns.el, so
6552 it is accessible in -nw mode.
6553
6554 2000-12-08 Dave Love <fx@gnu.org>
6555
6556 * emacs-lisp/lisp-mode.el (lisp-mode):
6557 Set font-lock-keywords-case-fold-search.
6558
6559 2000-12-08 Gerd Moellmann <gerd@gnu.org>
6560
6561 * textmodes/ispell.el (ispell): Doc fix.
6562
6563 2000-12-08 Kenichi Handa <handa@etl.go.jp>
6564
6565 * international/quail.el (quail-insert-decode-map): Check the
6566 frame width of a window displaying the current buffer, not that of
6567 the selected frame.
6568 (quail-help): Make sure that the help buffer has window before
6569 inserting text in it.
6570
6571 2000-12-07 Sam Steingold <sds@gnu.org>
6572
6573 * loadup.el: Load emacs-lisp/backquote instead of autoloading.
6574 Backquote is used in isearch.el, so autoloading saves nothing.
6575
6576 2000-12-07 Eli Zaretskii <eliz@is.elta.co.il>
6577
6578 * startup.el (normal-top-level-add-subdirs-to-load-path):
6579 Ignore the CVS and RCS subdirectories case-insensitively.
6580
6581 * dired.el (dired-insert-directory): If file-system-info is
6582 fboundp, call it instead of invoking dired-free-space-program.
6583
6584 2000-12-07 Gerd Moellmann <gerd@gnu.org>
6585
6586 * server.el (server-visit-files): Push files on file-name-history.
6587
6588 * progmodes/cc-langs.el: Update copyright.
6589
6590 * progmodes/idlw-shell.el, progmodes/idlwave.el: Update copyright.
6591
6592 * bindings.el (mode-line-mode-menu): Add glasses-mode.
6593
6594 * bindings.el (mode-line-mode-menu): Reverse the order
6595 of define-keys so that the menu appears in alphabetical order.
6596
6597 2000-12-07 Milan Zamazal <pdm@freesoft.cz>
6598
6599 * progmodes/glasses.el (glasses-mode): Update mode line at the end
6600 of the function.
6601
6602 2000-12-07 Dave Love <fx@gnu.org>
6603
6604 * jka-compr.el (jka-compr-compression-info-list): Fix :type.
6605
6606 * facemenu.el (facemenu-unlisted-faces): Fix value.
6607
6608 2000-12-07 Stefan Monnier <monnier@cs.yale.edu>
6609
6610 * font-lock.el (font-lock-default-fontify-region):
6611 Include the terminating \n (off-by-one error).
6612 (font-lock-set-defaults): Use dolist.
6613
6614 * derived.el (define-derived-mode): Don't use combine-run-hooks.
6615
6616 2000-12-07 Kenichi Handa <handa@etl.go.jp>
6617
6618 * international/mule-cmds.el (describe-language-environment):
6619 Fix for the case that an input method title is not string but a list.
6620
6621 * ps-bdf.el (bdf-read-font-info): Modify the kludgy code for fonts
6622 of wrong SIZE record.
6623
6624 2000-12-06 Dave Love <fx@gnu.org>
6625
6626 * newcomment.el (comment-region, comment-dwim): Doc fix.
6627
6628 * textmodes/texinfo.el: Require tex-mode when compiling.
6629 (texinfo-update-node): Doc fix.
6630 (texinfo-imenu-generic-expression): Add @anchor.
6631 (texinfo-font-lock-keywords): Add @uref.
6632 (texinfo-inside-macro-p): Don't use ignore-errors.
6633 (texinfo-insert-quote): Match more contexts.
6634
6635 * international/mule.el (decode-char, encode-char): Doc fix.
6636 (auto-coding-alist): Customize.
6637
6638 * files.el (load-file): Fix change of 2000-03-12.
6639
6640 * wid-edit.el (widget-text-keymap): Doc fix.
6641
6642 2000-12-06 Andrew Innes <andrewi@gnu.org>
6643
6644 * makefile.w32-in (lisp): Set to an absolute directory, namely
6645 $(CURDIR).
6646
6647 2000-12-06 Eli Zaretskii <eliz@is.elta.co.il>
6648
6649 * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
6650 read generated-autoload-file, and set buffer-file-coding-system to
6651 raw-text-unix after reading the file.
6652
6653 * international/mule-conf.el (file-coding-system-alist):
6654 Use raw-text for reading loaddefs.el and raw-text-unix for writing it.
6655
6656 2000-12-06 Gerd Moellmann <gerd@gnu.org>
6657
6658 * replace.el (occur): Make line-number-width 1 smaller for the
6659 colon following the line number.
6660
6661 * startup.el (fancy-splash-text, command-line-1):
6662 Use `File' for the menu name instead of `Files'.
6663
6664 * tmm.el: Update copyright.
6665
6666 * cus-start.el: Add entry for even-window-heights.
6667
6668 2000-12-06 Miles Bader <miles@gnu.org>
6669
6670 * faces.el (frame-set-background-mode): Avoid stomping on
6671 locally modified faces.
6672
6673 2000-12-06 Kenichi Handa <handa@etl.go.jp>
6674
6675 * international/fontset.el: Correct the font registries for
6676 japanese-jisx0213-1 and japanese-jisx0213-2.
6677
6678 2000-12-05 Gerd Moellmann <gerd@gnu.org>
6679
6680 * textmodes/reftex-toc.el (reftex-toc-menu): Fix typo.
6681
6682 * iswitchb.el: Update customization commentary.
6683
6684 2000-12-05 Rob Riepel <riepel@Stanford.EDU>
6685
6686 * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
6687 (tpu-search-highlight): Fixed comparison of overlay end positions.
6688 (tpu-trim-line-ends): Implemented trimming logic locally.
6689
6690 * emulation/tpu-extras.el (tpu-write-file-hook)
6691 (tpu-set-cursor-bound): Replaced picture-clean with tpu-trim-line-ends.
6692
6693 2000-12-05 Kenichi Handa <handa@etl.go.jp>
6694
6695 * language/chinese.el (chinese-iso-8bit): Change mime-charset name
6696 to cn-gb.
6697 (cn-gb, gb2312): New aliases for chinese-iso-8bit.
6698
6699 2000-12-04 Dave Love <fx@gnu.org>
6700
6701 * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case.
6702
6703 2000-12-04 Gerd Moellmann <gerd@gnu.org>
6704
6705 * mail/rmailsum.el (rmail-summary-expunge)
6706 (rmail-summary-expunge-and-save): Ask for confirmation with
6707 rmail-expunge-confirmed.
6708
6709 * mail/rmail.el (rmail-expunge-confirmed): New function.
6710 (rmail-expunge): Use it.
6711
6712 2000-12-04 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
6713
6714 * progmodes/etags.el (tag-partial-file-name-match-p): New function.
6715 (etags-recognize-tags-table, find-tag-in-order):
6716 New functionality: interpret file names as tags.
6717
6718 2000-12-04 Eli Zaretskii <eliz@is.elta.co.il>
6719
6720 * info.el (Info-scroll-prefer-subnodes): New defcustom.
6721 (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't visit
6722 the first subnode until the bottom of the current node is visible.
6723
6724 2000-12-04 Gerd Moellmann <gerd@gnu.org>
6725
6726 * format.el (format-decode): Don't change buffer's undo list.
6727
6728 2000-12-04 Kenichi Handa <handa@etl.go.jp>
6729
6730 * faces.el (face-font-registry-alternatives): Add entries for CJK
6731 fonts. Doc-string adjusted for the actual usage of this data.
6732
6733 * international/fontset.el: Change the font registries for CJK
6734 fonts in the default fontset. Don't append '*' to registries.
6735
6736 2000-12-03 Stefan Monnier <monnier@cs.yale.edu>
6737
6738 * emacs-lisp/easy-mmode.el (define-derived-mode)
6739 (easy-mmode-derived-mode-p): Remove (moved to derived.el).
6740
6741 * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
6742 (derived-mode-p): New function.
6743 (derived-mode-make-docstring): Add `docstring' argument.
6744 Use it if available and complete it if necessary.
6745
6746 2000-12-03 Andreas Schwab <schwab@suse.de>
6747
6748 * type-break.el (type-break): Don't make parent of itself.
6749
6750 2000-12-03 Miles Bader <miles@gnu.org>
6751
6752 * simple.el (delete-trailing-whitespace): Don't delete newlines too.
6753
6754 2000-12-02 Stefan Monnier <monnier@cs.yale.edu>
6755
6756 * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
6757 (tex-main-file, tex-file): Simplify.
6758 (tex-generate-zap-file-name): Use subst-char-in-string.
6759 (tex-strip-dots): Remove.
6760
6761 * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
6762
6763 * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
6764 to check if the match succeeded.
6765
6766 2000-12-02 Gerd Moellmann <gerd@gnu.org>
6767
6768 * startup.el (use-fancy-splash-screens-p): New function.
6769 (command-line-1): Use it to determine whether or not to use
6770 a fancy splash screen.
6771
6772 2000-12-02 Andreas Schwab <schwab@suse.de>
6773
6774 * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
6775
6776 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
6777
6778 * international/mule.el (make-char): Fix last change.
6779
6780 * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
6781 New defcustoms.
6782 (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
6783 autoloading tex-mode; instead, do the same manually.
6784 Use texinfo-open-quote and texinfo-close-quote. Insert literal quote
6785 with numeric argument. Docstring fix.
6786 (toplevel): Require cl when compiling.
6787
6788 * international/mule.el (make-char): Doc fix.
6789
6790 2000-12-02 Jason Rumney <jasonr@gnu.org>
6791
6792 * term/w32-win.el (x-select-enable-clipboard): Customize (as per
6793 the Emacs Lisp manual)
6794
6795 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
6796
6797 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
6798
6799 * term/pc-win.el (x-select-enable-clipboard): Customize (as per
6800 the Emacs Lisp manual).
6801
6802 2000-12-02 Gerd Moellmann <gerd@gnu.org>
6803
6804 * simple.el (next-line-add-newlines): Change default to nil.
6805
6806 2000-12-01 Eli Zaretskii <eliz@is.elta.co.il>
6807
6808 * files.el (revert-buffer, recover-file):
6809 Bind coding-system-for-read to emacs-mule-unix, not to no-conversion.
6810
6811 2000-12-01 Gerd Moellmann <gerd@gnu.org>
6812
6813 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
6814
6815 2000-12-01 Miles Bader <miles@gnu.org>
6816
6817 * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
6818
6819 2000-12-01 Kenichi Handa <handa@etl.go.jp>
6820
6821 * international/mule-diag.el (describe-char-after): Fix typo.
6822 (describe-character-set, non-iso-charset-alist): Fix typo.
6823
6824 2000-12-01 Miles Bader <miles@gnu.org>
6825
6826 * image-file.el (image-file-name-regexp): Automatically add
6827 upper-case variants of each filename extension in
6828 `image-file-name-extensions', since they seem to be common.
6829
6830 * simple.el (minibuffer-contents)
6831 (minibuffer-contents-no-properties, delete-minibuffer-contents):
6832 New functions.
6833 * filecache.el (file-cache-directory-name)
6834 (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
6835
6836 2000-12-01 Milan Zamazal <Milan.Zamazal@qbizm.com>
6837
6838 * filecache.el (file-cache-minibuffer-complete): Don't try to
6839 delete the minibuffer prompt.
6840
6841 2000-11-30 Dave Love <fx@gnu.org>
6842
6843 * cus-start.el: Fix read-buffer-function type.
6844
6845 2000-11-30 Gerd Moellmann <gerd@gnu.org>
6846
6847 * md5.el: Removed. There's a built-in function, now.
6848
6849 2000-11-30 Markus Rost <rost@math.ohio-state.edu>
6850
6851 * mail/rmail.el (rmail-set-message-counters): Don't use "D"
6852 as dummy 0-th char of rmail-deleted-vector.
6853
6854 2000-11-30 Eli Zaretskii <eliz@is.elta.co.il>
6855
6856 * ps-print.el (ps-end-job): Bind case-fold-search only after
6857 switching to ps-spool-buffer.
6858
6859 2000-11-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6860
6861 * ps-print.el: Line number font customization. PostScript: Lines and
6862 PageCount are initialized on each page. Doc Fix.
6863 (ps-print-version): New version number (6.3.2).
6864 (ps-lpr-switches, ps-font-info-database, ps-font-size)
6865 (ps-header-font-size, ps-header-title-font-size, ps-left-header)
6866 (ps-right-header): Customization fix.
6867 (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
6868 Fix code.
6869 (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
6870 New vars.
6871
6872 2000-11-30 Gerd Moellmann <gerd@gnu.org>
6873
6874 * bs.el: Fix typos and spelling errors.
6875 (bs-appearance) <defgroup>: Renamed from bs-appearence.
6876 (bs-configuration): Doc fix.
6877
6878 * bs.el: Undo mistaken change of 2000-11-28. Update copyright.
6879
6880 2000-11-30 Rob Riepel <riepel@Stanford.EDU>
6881
6882 * emulation/tpu-edt.el (tpu-version): New version.
6883 (tpu-search-overlay, tpu-replace-overlay): New initial range.
6884 (tpu-original-mode-line): Variable deleted.
6885 (tpu-mark-flag): New initial value.
6886 (tpu-set-mode-line): Don't redefine mode-line-format.
6887 Add tpu-mark-flag to minor-mode-alist.
6888 (tpu-update-mode-line): New mark flag logic.
6889 (tpu-get): Use find-file-wildcards.
6890 (tpu-search-highlight): Move overlay less, reset overlay properly.
6891 (tpu-unselect): Deactivate mark.
6892 (tpu-lm-replace): Reset overlay properly.
6893 (tpu-forward-line): Use forward-visible-line.
6894 (tpu-edt-on): Set transient mark mode. ispell autoloads deleted.
6895
6896 * emulation/tpu-extras.el (tpu-forward-line): Use forward-visible-line.
6897
6898 2000-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
6899
6900 * cus-edit.el (custom-face-value-create): Always emphasize tag.
6901
6902 2000-11-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
6903
6904 * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
6905 and skip whitespace and newlines.
6906
6907 2000-11-30 Stefan Monnier <monnier@cs.yale.edu>
6908
6909 * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
6910
6911 2000-11-29 Gerd Moellmann <gerd@gnu.org>
6912
6913 * help.el (describe-function-1): Regexp-quote function name
6914 when used as part of a regexp.
6915
6916 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
6917 Use face-attribute instead of face-foreground and face-background.
6918 (tool-bar-add-item): Likewise, and handle unspecified colors.
6919
6920 * enriched.el (enriched-face-ans): Use face-attribute instead
6921 of face-foreground and face-background.
6922
6923 * faces.el (face-foreground, face-background, face-stipple):
6924 Return nil if attribute is unspecified, for backward compatibility.
6925
6926 * files.el (auto-mode-alist): Add an entry for antlr-mode.
6927
6928 * play/5x5.el: Remove version info.
6929
6930 * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
6931
6932 * frame.el (blink-cursor-mode): Doc fix.
6933
6934 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
6935
6936 * antlr-mode.el: New commands to run ANTLR from within Emacs and
6937 to create Makefile rules.
6938 (antlr-tool-command): New user option.
6939 (antlr-ask-about-save): New user option.
6940 (antlr-makefile-specification): New user option.
6941 (antlr-file-formats-alist): New variable.
6942 (antlr-special-file-formats): New variable.
6943 (antlr-unknown-file-formats): New user option.
6944 (antlr-help-unknown-file-text): New variable.
6945 (antlr-help-rules-intro): New variable.
6946 (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
6947 (antlr-mode-menu): Add entries.
6948 (antlr-file-dependencies): New function.
6949 (antlr-directory-dependencies): New function.
6950 (antlr-superclasses-glibs): New function.
6951 (antlr-run-tool): New command.
6952 (antlr-makefile-insert-variable): New function.
6953 (antlr-insert-makefile-rules): New function.
6954 (antlr-show-makefile-rules): New command.
6955
6956 * antlr-mode.el: More Emacs/XEmacs stuff.
6957 (antlr-no-action-keywords): New constant with value nil.
6958 (antlr-font-lock-keywords-alist): Use it. Old value would break
6959 syntax highlighting in Emacs-21.0.
6960 (antlr-default-directory): Emacs/XEmacs dependend function.
6961 (antlr-read-shell-command): Ditto.
6962 (antlr-with-displaying-help-buffer): Ditto.
6963
6964 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
6965
6966 * antlr-mode.el: imenu, parsing and highlighting changes.
6967 (antlr-imenu-create-index-function): Don't create extra submenus
6968 for definitions in different grammar classes. It is not necessary
6969 for the menu and would make command `imenu' awkward to use.
6970 (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
6971 header actions and more than one.
6972 (antlr-font-lock-tokendef-face): Changed color.
6973 (antlr-font-lock-tokenref-face): Changed color.
6974 (antlr-font-lock-additional-keywords): Also highlight lowercase.
6975 (antlr-mode-syntax-table): New variable.
6976 (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
6977 (antlr-with-syntax-table): Don't copy syntax table.
6978
6979 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
6980
6981 * antlr-mode.el: Minor changes: language setting.
6982 (antlr-language-alist): The value for file option "language" can
6983 be both an identifier and a string.
6984 Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
6985 (antlr-language-limit-n-regexp): Change accordingly.
6986
6987 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
6988
6989 * antlr-mode.el: Minor changes: tabs, hiding.
6990 (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
6991 (antlr-action-visibility): Also allow value nil to also hide the
6992 braces. Renamed from `antlr-tiny-action-length'.
6993 Suggested by Jay@aol.com.
6994 (antlr-hide-actions): Change accordingly. Hide line if completely
6995 hidden action is on a line of its own.
6996
6997 2000-11-29 Stefan Monnier <monnier@cs.yale.edu>
6998
6999 * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
7000
7001 * sort.el (sort-columns): Don't concat strings with numbers.
7002
7003 2000-11-29 Dave Love <fx@gnu.org>
7004
7005 * cus-edit.el (face): Fix :format.
7006
7007 * mail/feedmail.el: Require smtpmail when compiling.
7008 (mail-do-fcc): Autoload.
7009 (feedmail) <defgroup>: Fix :link.
7010 (feedmail-nuke-body-in-fcc): Fix :type.
7011 (feedmail-send-it): Add autoload cookie.
7012
7013 2000-11-29 Stefan Monnier <monnier@cs.yale.edu>
7014
7015 * newcomment.el (comment-indent): Save excursion around call to
7016 comment-indent-function.
7017
7018 2000-11-29 Miles Bader <miles@gnu.org>
7019
7020 * subr.el (member-ignore-case): Return the tail of the list who's
7021 car matches, like `member', not the matching element itself.
7022
7023 2000-11-29 Kenichi Handa <handa@etl.go.jp>
7024
7025 * xml.el (xml-parse-tag): Fix finding opening tag. A tag name
7026 should not contain `\n'.
7027
7028 2000-11-28 Gerd Moellmann <gerd@gnu.org>
7029
7030 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
7031
7032 * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
7033
7034 * dired-aux.el (dired-do-create-files): Construct default file
7035 name for dired-mark-read-file-name so that when the user enters
7036 just RET, the target file will end up in the target directory.
7037
7038 * abbrev.el (prepare-abbrev-list-buffer): Get the value of
7039 local-abbrev-table before changing buffers because it might
7040 have a buffer-local binding.
7041
7042 2000-11-28 Miles Bader <miles@gnu.org>
7043
7044 * simple.el (delete-horizontal-space): Handle fields more generally.
7045
7046 2000-11-28 Gerd Moellmann <gerd@gnu.org>
7047
7048 * simple.el (delete-horizontal-space): Handle minibuffer prompt.
7049
7050 2000-11-28 Dave Love <fx@gnu.org>
7051
7052 * progmodes/ps-mode.el (ps-mode): Set comment-start and
7053 comment-start-skip locally.
7054
7055 * progmodes/fortran.el (fortran-mode): Don't set
7056 fortran-comment-line-start-skip. Set comment-start to
7057 fortran-comment-line-start.
7058 (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
7059 (fortran-comment-line-start-skip): Simplify slightly.
7060
7061 2000-11-28 Gerd Moellmann <gerd@gnu.org>
7062
7063 * play/5x5.el: Remove RCS keyword.
7064
7065 * bs.el: Mistaken commit, undone 2000-11-30.
7066
7067 2000-11-28 Milan Zamazal <pdm@freesoft.cz>
7068
7069 * textmodes/tildify.el (tildify-string-alist):
7070 Add `plain-tex-mode' here.
7071
7072 2000-11-28 Colin Walters <walters@cis.ohio-state.edu>
7073
7074 * chistory.el (Command-history-setup): Remove extraneous `keymap'
7075 reference.
7076
7077 2000-11-28 Miles Bader <miles@gnu.org>
7078
7079 * cus-face.el (custom-face-attributes): Add post-filter function
7080 for :box. Make pre-filter function for :box handle all cases.
7081
7082 * wid-edit.el (widget-choose): Make sure pop-up window is large
7083 enough to display all the choices, as there's no way to scroll it.
7084
7085 2000-11-28 Kenichi Handa <handa@etl.go.jp>
7086
7087 * international/mule-conf.el: Make the coding system no-conversion
7088 safe for all characters.
7089
7090 2000-11-27 Dave Love <fx@gnu.org>
7091
7092 * net/ldap.el (ldap) <defgroup>: Add :version.
7093
7094 * tooltip.el (tooltip-use-echo-area): Doc fix.
7095
7096 * cus-start.el <minibuffer-prompt-properties>: Add version.
7097 <read-buffer-function>: Add.
7098
7099 * apropos.el (apropos-print): Add help-echo to active text.
7100
7101 * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
7102
7103 2000-11-27 Gerd Moellmann <gerd@gnu.org>
7104
7105 * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
7106 type, group and version.
7107
7108 2000-11-27 Eli Zaretskii <eliz@is.elta.co.il>
7109
7110 * select.el (x-get-selection): Docstring fix.
7111
7112 2000-11-27 Dave Pearson <davep@hagbard.demon.co.uk>
7113
7114 * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
7115
7116 2000-11-27 Andrew Innes <andrewi@gnu.org>
7117
7118 * makefile.nt (.SUFFIXES): Add .SUFFIXES.
7119
7120 * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
7121
7122 2000-11-27 Miles Bader <miles@gnu.org>
7123
7124 * dired.el (dired-get-filename): Return filename verbatim if
7125 LOCALP is `verbatim'.
7126 * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
7127 `verbatim' so that we don't inadvertently delete a non-existant
7128 directory name.
7129
7130 2000-11-27 Kenichi Handa <handa@etl.go.jp>
7131
7132 * international/characters.el: Specify cases and syntaxes for
7133 mule-unicode-0100-24ff.
7134
7135 2000-11-27 Gerd Moellmann <gerd@gnu.org>
7136
7137 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
7138 that foreground and/or background colors of the face `tool-bar'
7139 are unspecified.
7140
7141 2000-11-27 Miles Bader <miles@gnu.org>
7142
7143 * wid-edit.el (widget-field-buffer, widget-field-start)
7144 (widget-field-end): Handle widget field `pseudo-overlays'.
7145 (widget-field-value-delete): Delete WIDGET from `widget-field-new'
7146 if it's there instead of in `widget-field-list'.
7147
7148 * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
7149 (help-make-xrefs): Delete extraneous newlines at the end of the
7150 docstring.
7151
7152 2000-11-25 Jason Rumney <jasonr@gnu.org>
7153
7154 * startup.el (command-line): Call set-locale-environment after
7155 Window System init file is read, as it can result in a call to
7156 redraw-frame.
7157
7158 2000-11-25 Eli Zaretskii <eliz@is.elta.co.il>
7159
7160 * simple.el (shell-command): Mention the effect of the prefix
7161 argument in the doc string.
7162
7163 2000-11-25 Miles Bader <miles@gnu.org>
7164
7165 * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
7166
7167 * wid-edit.el (widget-field-value-delete): Don't try to delete
7168 overlay when it's the `pseudo-overlay' that exists at some points.
7169
7170 2000-11-24 Jason Rumney <jasonr@gnu.org>
7171
7172 * international/mule-cmds.el (locale-language-names): Add "jp" as
7173 a non-standard alternative for Japanese.
7174
7175 2000-11-24 Andre Spiegel <spiegel@gnu.org>
7176
7177 * vc-hooks.el: Require 'cl during compilation.
7178
7179 2000-11-24 Gerd Moellmann <gerd@gnu.org>
7180
7181 * faces.el (face-set-after-frame-default): Let face attributes
7182 specified for new frames override frame parameters.
7183
7184 * startup.el (command-line): Fix computation of the source file
7185 for user-init-file when user-init-file is a compiled file.
7186
7187 2000-11-24 Miles Bader <miles@gnu.org>
7188
7189 * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
7190 (custom-post-filter-face-spec): New functions.
7191 (custom-face-set, custom-face-value-create): Filter the face spec
7192 before and after customization.
7193 (custom-face-set): If VALUE specifies a null face, pass a
7194 non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
7195 * cus-face.el (custom-face-attributes): Remove SET and GET
7196 functions. Add some IN-FILTER and OUT-FILTER functions in the few
7197 cases they're needed.
7198
7199 * wid-edit.el (checkbox): Add a small `X' to the the :on-glyph, so
7200 that it's distinguishable from the :off-glyph on dark-background
7201 displays. Set its background color too.
7202
7203 * cus-start.el (all): Restore entry for `mode-line-inverse-video',
7204 so that people can easily turn it off.
7205
7206 2000-11-24 Michael Kifer <kifer@cs.sunysb.edu>
7207
7208 * ediff-diff.el: Moved variables around to have it compile under NT.
7209
7210 * ediff-help.el (ediff-use-long-help-message): Made it customizable.
7211
7212 * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
7213
7214 * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
7215 redundant skip-small-frames test.
7216
7217 * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
7218 (viper-downgrade-to-insert): Protect against errors in hooks.
7219
7220 * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
7221 (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
7222 (viper-restore-cursor-type,viper-set-insert-cursor-type):
7223 New functions.
7224
7225 * viper-util.el (viper-memq-char): Bug fixes.
7226
7227 * viper.el (viper-mode): Fix cursor handling.
7228
7229 2000-11-24 Kenichi Handa <handa@etl.go.jp>
7230
7231 * international/mule-diag.el (list-iso-charset-chars):
7232 For two-byte charset, fix the `while' condition.
7233 (list-non-iso-charset-chars): Fix the `while' condition.
7234
7235 2000-11-23 Stefan Monnier <monnier@cs.yale.edu>
7236
7237 * subr.el (add-hook, remove-hook): Don't call make-local-hook
7238 if the variable is make-variable-buffer-local.
7239
7240 * progmodes/ada-stmt.el (ada-template-map):
7241 Initialize and bind it to C-c t in ada-mode-map.
7242 (ada-stmt-mode-hook): New function extracted from old code.
7243 Only change the buffer-local side of skeleton-*.
7244 (ada-mode-hook): Use it.
7245
7246 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
7247
7248 * iswitchb.el (iswitchb-minibuf-depth): New variable.
7249 (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
7250 we expect to be returned by minibuffer-depth once we prompt the
7251 user in the minibuffer.
7252 (iswitchb-entryfn-p): If minibuffer-depth returns the same value
7253 as recorded in iswitchb-minibuf-depth, return non-nil.
7254
7255 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
7256
7257 * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
7258 (hscroll-window-maybe): Docstring fix.
7259
7260 2000-11-23 Dave Love <fx@gnu.org>
7261
7262 * rect.el (string-rectangle): Don't test delete-selection-mode.
7263
7264 2000-11-23 Gerd Moellmann <gerd@gnu.org>
7265
7266 * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
7267 is in the tool bar.
7268
7269 * dired-aux.el (dired-add-entry): Don't call dired-get-filename
7270 with `no-dir'; we want the directory part to be able to remove it.
7271
7272 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
7273
7274 * textmodes/outline.el (outline-flag-region):
7275 Don't bind inhibit-read-only since we don't modify the buffer.
7276 (outline-isearch-open-invisible): Don't jump to overlay-start
7277 since we're trying to unhide text around point.
7278 (outline-discard-overlays): Use dolist.
7279
7280 * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
7281
7282 2000-11-22 Gerd Moellmann <gerd@gnu.org>
7283
7284 * mail/rmail.el (rmail-confirm-expunge): Default to y-or-n-p.
7285
7286 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
7287
7288 * textmodes/tex-mode.el (tex-font-lock-keywords-1):
7289 Fix ARG regexp to skip quoted braces.
7290 (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
7291 Remove `bf' and `it' from `bold' and `italic' (they were wrong and
7292 are (correctly) handled separately).
7293 Remove `caption' and `footnote' from `citations': they contain text.
7294 Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
7295 (latex-skeleton-end-hook): New function.
7296 (latex-mode): Use it.
7297 (tex-start-tex-marker): Remove.
7298 (tex-send-tex-command): Don't set tex-start-tex-marker.
7299 (tex-error-parse-syntax-table): New var.
7300 (tex-compilation-parse-errors): Use it.
7301 Ignore tex-start-tex-marker. Don't bother with marker-position.
7302 (tex-validate-buffer): Don't bother with marker-position.
7303
7304 * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
7305 (flyspell-generic-progmode-verify): Use it.
7306
7307 2000-11-22 Sam Steingold <sds@gnu.org>
7308
7309 * simple.el (delete-trailing-whitespace): New interactive function.
7310
7311 * progmodes/ada-mode.el (ada-mode): Use it instead of
7312 `ada-remove-trailing-spaces'.
7313 (ada-remove-trailing-spaces): Removed.
7314
7315 * textmodes/two-column.el (2C-merge): Recommend it in the doc.
7316
7317 * textmodes/picture.el (picture-clean): Removed.
7318 (picture-mode-exit): Call it instead of `picture-clean'.
7319
7320 2000-11-22 Gerd Moellmann <gerd@gnu.org>
7321
7322 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
7323
7324 * hi-lock.el (hi-lock-refontify): Don't call non-existent
7325 jit-lock-fontify-buffer; it should anyway be unneccessary to
7326 do anything special when jit-lock is active.
7327 (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
7328
7329 2000-11-22 Dave Love <fx@gnu.org>
7330
7331 * calendar/todo-mode.el (todo-top-priorities): Use
7332 todo-tmp-buffer-name. From Milan Zamazal <Milan.Zamazal@qbizm.com>.
7333
7334 * language/chinese.el, language/cyrillic.el:
7335 * language/devanagari.el, language/ethiopic.el, language/greek.el:
7336 * language/hebrew.el, language/indian.el, language/japanese.el:
7337 * language/korean.el, language/lao.el, language/misc-lang.el:
7338 * language/thai.el, language/tibetan.el, language/vietnamese.el:
7339 Use provide.
7340
7341 * cus-edit.el (custom-buffer-create-internal): Save some consing.
7342 (custom-variable-set): Improve validation error mesage.
7343
7344 * rect.el (string-rectangle): Revert last change.
7345 (string-rectangle-line): New arg DELETE.
7346 (string-rectangle): Check delete-selection-mode.
7347
7348 * emacs-lisp/edebug.el (edebug-version)
7349 (edebug-maintainer-address): Deleted.
7350 (edebug-submit-bug-report): Just alias to report-emacs-bug.
7351 (edebug-read-function): Account for other `'#' read forms.
7352 (edebug-mode-menus): Make some items toggles.
7353 (edebug-outside-unread-command-event, unread-command-event):
7354 Remove these to avoid warnings.
7355
7356 2000-11-22 David Ponce <david@dponce.com>
7357
7358 * recentf.el (recentf-menu-items-for-commands)
7359 (recentf-make-menu-items, recentf-make-menu-item)
7360 (recentf-filter-changer): Added :help and :active menu-item properties.
7361
7362 (recentf-build-dir-rules, recentf-dump-variable)
7363 (recentf-edit-list, recentf-open-files-item)
7364 (recentf-open-files): Replaced unnecessary `mapcar' with new
7365 built-in `mapc'.
7366
7367 2000-11-23 Miles Bader <miles@gnu.org>
7368
7369 * faces.el (menu): Make inverse-video on ttys too.
7370
7371 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
7372
7373 * simple.el (comment-line-break-function): Use the new name
7374 indent-new-comment-line -> comment-indent-new-line.
7375 (clone-indirect-buffer): Don't ignore NORECORD.
7376 (next-completion): Properly handle the case where items are adjacent.
7377
7378 * mouse.el (popup-menu): Stupid typo.
7379
7380 2000-11-22 Gerd Moellmann <gerd@gnu.org>
7381
7382 * emacs-lisp/authors.el: Remove autoload cookies, add author,
7383 maintainer, keywords tags.
7384
7385 * rect.el (replace-rectangle): Don't call string-rectangle-line
7386 with too many arguments.
7387
7388 2000-11-22 Andre Spiegel <spiegel@gnu.org>
7389
7390 * ediff-util.el (ediff-file-checked-out-p)
7391 (ediff-file-checked-in-p): Call vc-state instead of
7392 vc-locking-user, which no longer exists.
7393
7394 * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
7395
7396 2000-11-22 Dave Love <fx@gnu.org>
7397
7398 * md5.el (md5): Provide.
7399 (md5): Fix error call.
7400
7401 2000-11-22 Miles Bader <miles@gnu.org>
7402
7403 * textmodes/refill.el (refill-adjust-ignorable-overlay)
7404 (refill-fill-paragraph-at): Remove debugging code.
7405
7406 * calendar/calendar.el (generate-calendar-window): When we don't
7407 call `fit-window-to-buffer', make sure the top line is fully visible.
7408
7409 * image-file.el (insert-image-file): Don't make `read-only'
7410 property rear-nonsticky.
7411
7412 * isearch.el (isearch-original-minibuffer-message-timeout): New var.
7413 (isearch-mode): Set `minibuffer-message-timeout' to nil, after
7414 stashing away its original value.
7415 (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
7416 in the recursive edit.
7417 Bind `isearch-original-minibuffer-message-timeout' to protect it.
7418 (isearch-done): Restore `minibuffer-message-timeout'.
7419
7420 * cus-start.el: Remove entry for `mode-line-inverse-video'.
7421
7422 2000-11-21 Stefan Monnier <monnier@cs.yale.edu>
7423
7424 * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
7425
7426 * find-lisp.el (find-lisp-find-files-internal):
7427 Use dolist, when and file-name-as-directory.
7428
7429 * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
7430 (define-derived-mode, define-minor-mode): Add specs.
7431
7432 * window.el: General comment and spacing fixes.
7433 (save-selected-window): Use backquotes.
7434 (window-safely-shrinkable-p): New function.
7435 (shrink-window-if-larger-than-buffer): Use it.
7436
7437 * subr.el (make-local-hook): Docstring fix.
7438
7439 * shell.el (shell-mode): Use define-derived-mode.
7440
7441 * newcomment.el (comment-indent): Insert comment before calling
7442 comment-indent-function. Don't insert in column 0.
7443 (comment-dwim): Indent before inserting comment.
7444
7445 * isearch.el (isearch-mode-map): Fix docstring. Init in defvar.
7446 (minibuffer-local-isearch-map): Init in defvar. Use inheritance.
7447 (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
7448 Use mapc rather than map.
7449
7450 * files.el (find-buffer-visiting): Compare all attributes before
7451 declaring two files identical (rather than just their inode-no).
7452 (auto-mode-alist): Use \' rather than $.
7453
7454 * which-func.el: Update maintainer line.
7455
7456 * pcvs.el (uniquify-buffer-file-name): Remove advice.
7457 * uniquify.el (uniquify-list-buffers-directory-modes): New var.
7458 (uniquify-buffer-file-name): Use it.
7459
7460 2000-11-22 Miles Bader <miles@gnu.org>
7461
7462 * cus-start.el: Add entry for `minibuffer-prompt-properties'.
7463 * simple.el (minibuffer-avoid-prompt): New function.
7464
7465 2000-11-21 Gerd Moellmann <gerd@gnu.org>
7466
7467 * Makefile.in (.SUFFIXES): Add .SUFFIXES.
7468
7469 2000-11-21 Miles Bader <miles@gnu.org>
7470
7471 * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
7472 inclusion of `track-mouse'.
7473
7474 * textmodes/refill.el (refill-ignorable-overlay): New variable.
7475 (refill-adjust-ignorable-overlay): New function.
7476 (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
7477 only the paragraph's tail if possible.
7478 Update `refill-ignorable-overlay'.
7479 (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
7480
7481 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
7482 point inside the fill-prefix.
7483
7484 * textmodes/refill.el (refill-post-command-function): Don't reset
7485 refill-doit in the case where a self-insertion command doesn't
7486 case a refill. Use `refill-fill-paragraph-at', getting position
7487 from `refill-doit'.
7488 (refill-after-change-function): Set `refill-doit' to END.
7489 (refill-fill-paragraph-at): New function, mostly from old
7490 refill-fill-paragraph.
7491 (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
7492 (refill-pre-command-function): New function.
7493 (refill-mode): Add it to `pre-command-hook'.
7494
7495 2000-11-20 Gerd Moellmann <gerd@gnu.org>
7496
7497 * textmodes/artist.el (artist-mode): Fix autoload cookie.
7498
7499 * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
7500 javadoc tags.
7501
7502 2000-11-20 Andre Spiegel <spiegel@gnu.org>
7503
7504 * vc.el, vc-hooks.el: Undo prev change (moved functions back to
7505 vc.el).
7506
7507 * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
7508 require vc.
7509
7510 * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
7511 checkouts.
7512
7513 2000-11-20 Dave Love <fx@gnu.org>
7514
7515 * Makefile.in (DONTCOMPILE): Omit bindings.el.
7516
7517 2000-11-20 Eli Barzilay <eli@www.barzilay.org>
7518
7519 * calculator.el (calculator-paste): Use `if' instead of `and'
7520 and `or'.
7521 (calculator-help): Don't use electric-describe-mode for XEmacs.
7522
7523 2000-11-19 Gerd Moellmann <gerd@gnu.org>
7524
7525 * info.el (info-menu-5): Doc fix.
7526
7527 * textmodes/artist.el: New file.
7528
7529 2000-11-19 Andre Spiegel <spiegel@gnu.org>
7530
7531 * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
7532 and differentiate according to checkout model.
7533 (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
7534 since this function is only concerned with master state.
7535
7536 * vc-hooks.el (vc-workfile-unchanged-p)
7537 (vc-default-workfile-unchanged-p): Moved here from vc.el.
7538
7539 * vc.el (vc-workfile-unchanged-p)
7540 (vc-default-workfile-unchanged-p): See above.
7541
7542 2000-11-19 Miles Bader <miles@gnu.org>
7543
7544 * image-file.el (insert-image-file): Make `intangible' and
7545 `read-only' properties rear-nonsticky too.
7546
7547 2000-11-18 Gerd Moellmann <gerd@gnu.org>
7548
7549 * ps-print.el: Update copyright notice.
7550
7551 * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
7552 (tooltip-show): Use the offsets.
7553
7554 * bindings.el (mode-line-modified): Fix a typo.
7555 (mode-line-toggle-modified, mode-line-widen)
7556 (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
7557
7558 2000-11-17 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7559
7560 * ps-print.el (toplevel): Test for find-coding-system being
7561 fboundp before calling ps-x-find-coding-system.
7562
7563 2000-11-16 Stefan Monnier <monnier@cs.yale.edu>
7564
7565 * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
7566 (vc-version-backup-file): Docstring fix.
7567
7568 2000-11-16 Gerd Moellmann <gerd@gnu.org>
7569
7570 * files.el (basic-save-buffer): Don't add a newline if
7571 find-file-literally is non-nil.
7572 (find-file-literally): Extend doc string.
7573
7574 * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
7575 sort(1) with the `-f' argument.
7576
7577 2000-11-16 Andre Spiegel <spiegel@gnu.org>
7578
7579 * vc.el: Updated backend documentation.
7580 (vc-default-check-headers): New function.
7581
7582 * vc-{cvs,rcs,sccs}.el: Functions reordered.
7583
7584 * vc.el (vc-revert-buffer): Ask for confirmation if file seems
7585 up-to-date.
7586 (vc-do-command): In the asynchronous case, output messages only if
7587 the minibuffer is not active.
7588
7589 * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
7590 `vc-cvs-use-edit' is on.
7591 (vc-cvs-checkout): When this is used for reverting the workfile,
7592 make a backup of the original contents and revert to that in case
7593 of error.
7594 (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
7595 remote repositories.
7596
7597 * vc.el (vc-annotate): Changed handling of prefix arg; now asks
7598 for both version and ratio in the minibuffer.
7599
7600 * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
7601 Use vc-do-command to perform the annotation, not call-process.
7602
7603 2000-11-16 Kenichi Handa <handa@etl.go.jp>
7604
7605 * international/quail.el (quail-start-translation): Don't call
7606 `message' before reading key sequence.
7607
7608 2000-11-16 Miles Bader <miles@lsi.nec.co.jp>
7609
7610 * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
7611
7612 2000-11-16 Kenichi Handa <handa@etl.go.jp>
7613
7614 * window.el (fit-window-to-buffer): Be sure to acquire at least
7615 one text line even if the buffer is empty.
7616
7617 2000-11-16 Gerd Moellmann <gerd@gnu.org>
7618
7619 * net/ange-ftp.el (ange-ftp-file-writable-p)
7620 (ange-ftp-file-readable-p, ange-ftp-file-executable-p):
7621 Bind ange-ftp-process-verbose to nil.
7622
7623 2000-11-15 Dave Love <fx@gnu.org>
7624
7625 * wid-edit.el (widget-specify-field, widget-specify-button):
7626 If :help-echo is a function, set help-echo of overlay to
7627 widget-mouse-help.
7628 (widget-mouse-help): New function.
7629 (widget-echo-help): Rewritten for :help-echo functions only taking
7630 a widget arg.
7631
7632 * net/eudc-bob.el (eudc-bob-can-display-inline-images):
7633 Use display-graphic-p.
7634 (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
7635 and that JPEG is available.
7636 (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
7637
7638 * international/mule-cmds.el (locale-charset-language-names):
7639 Match @euro.
7640
7641 2000-11-15 Gerd Moellmann <gerd@gnu.org>
7642
7643 * faces.el (face-set-after-frame-default):
7644 If `inhibit-default-face-x-resources' is bound, don't intialize the
7645 default face from X resources.
7646
7647 2000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
7648
7649 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
7650 Don't set EMACSLOADPATH.
7651
7652 2000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
7653
7654 * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
7655 texinfo-insert-@url.
7656 (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
7657 (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
7658
7659 2000-11-14 Stefan Monnier <monnier@cs.yale.edu>
7660
7661 * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
7662 (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
7663 (checkdoc-minor-keymap): Backward compatibility.
7664 (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
7665 (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
7666 (checkdoc-this-string-valid-engine): Be a bit more strict
7667 to avoid matching substrings of `...' quoted vars/funs.
7668 (checkdoc-defun-info): Only look for `interactive' if alone.
7669 (debug-ignored-errors): Add "arg doesn't appear in docstring".
7670
7671 * progmodes/compile.el (grep): `tag-default' can be nil.
7672
7673 * newcomment.el (comment-indent): Paren typo.
7674
7675 2000-11-14 Dave Love <fx@gnu.org>
7676
7677 * calculator.el: New maintainer version.
7678
7679 * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
7680
7681 * cmuscheme.el: Doc fixes.
7682 (cmuscheme) <defgroup>: Use `scheme' as parent.
7683 (cmuscheme-program-name): Remove. Change uses to scheme-program-name.
7684
7685 * xscheme.el (scheme-program-name): Don't define here.
7686
7687 * progmodes/scheme.el (scheme-program-name): New variable
7688 (originally in cmuscheme).
7689
7690 2000-11-14 Miles Bader <miles@gnu.org>
7691
7692 * window.el (fit-window-to-buffer): Handle windows without mode-lines.
7693 Handle header-lines. Don't loop forever if we can't enlarge the
7694 window anymore. Simplify a bit.
7695
7696 2000-11-14 Kenichi Handa <handa@etl.go.jp>
7697
7698 * window.el (fit-window-to-buffer): Don't check
7699 window-text-height. Assure that the last line is fully visible.
7700
7701 * international/quail.el (quail-show-guidance-buf):
7702 Call fit-window-to-buffer to assure the enough height of the guidance
7703 buffer.
7704 (quail-update-guidance): Avoid making the guidance buffer shorter.
7705
7706 2000-11-14 Stefan Monnier <monnier@cs.yale.edu>
7707
7708 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
7709 rather than `prepend' and add an interesting comment.
7710 (tex-math-face, tex-font-lock-syntactic-face-function):
7711 New face and function to use it.
7712 (tex-define-common-keys, tex-mode-map): Use menu-item rather
7713 than `menu-enable' symbol property.
7714 (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
7715 (tex-mode): Add some latex-mode commands for auto-selection.
7716 Use tex-font-lock-syntactic-face-function.
7717 (tex-insert-quote): Simplify.
7718 (tex-shell): New mode.
7719 (tex-start-shell): Use it.
7720 (tex-shell-proc, tex-shell-buf): New functions.
7721 (tex-send-command): Use it.
7722 (tex-main-file): Fix the meaning of the new arg REALFILE.
7723 (tex-send-tex-command): New function split from `tex-start-tex'.
7724 Set compilation-last-buffer and compilation-parsing-end.
7725
7726 * newcomment.el (comment-indent-default): Stick \s<\s< to the left
7727 when it follows non-comment text on the line.
7728
7729 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
7730 Set font-lock-defaults.
7731 (lisp-mode-shared-map): Init inside the defvar.
7732 (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
7733 Use define-derived-mode.
7734
7735 2000-11-14 Miles Bader <miles@lsi.nec.co.jp>
7736
7737 * faces.el (header-line): Use `:box nil' for color/gs displays too.
7738
7739 2000-11-14 Gerd Moellmann <gerd@gnu.org>
7740
7741 * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda):
7742 Don't recursively optimize body because that can lead to infinite
7743 recursion; see comment there.
7744
7745 2000-11-13 Eli Zaretskii <eliz@is.elta.co.il>
7746
7747 * faces.el (face-spec-set-match-display): Revert the change from
7748 2000-10-24. Add a FIXME for after v21.1.
7749
7750 2000-11-13 Miles Bader <miles@gnu.org>
7751
7752 * textmodes/fill.el (skip-line-prefix): New function.
7753 (fill-region-as-paragraph, fill-region): Return the fill-prefix.
7754 (fill-paragraph): Don't leave point inside the fill-prefix.
7755 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
7756 point inside the fill-prefix.
7757
7758 2000-11-13 Miles Bader <miles@lsi.nec.co.jp>
7759
7760 * calendar/calendar.el (generate-calendar-window):
7761 Use `fit-window-to-buffer'.
7762
7763 2000-11-12 Stefan Monnier <monnier@cs.yale.edu>
7764
7765 * gud.el (gud-minor-mode): New var.
7766 (gud-symbol, gud-val): New functions.
7767 (gud-find-file): Copy gud-minor-mode to the new buffer.
7768 (gud-menu-map): Include entries for commands that are not always
7769 available, using :enable to (de)activate them.
7770 (gud-minor-mode-map): New map. Add it to minor-mode-map-alist.
7771 (gud-mode-map): New map.
7772 (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
7773 (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
7774 Don't set up gud's menu (it's done by the minor-mode).
7775 (gud-minibuffer-local-map): New.
7776 Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
7777 (gud-query-cmdline): New function.
7778 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it. Set gud-minor-mode.
7779 (gud-mode): Use define-derived-mode.
7780 Don't set up gud's menu (it's done by the minor-mode).
7781 (gud-chop-words): Remove.
7782 (gud-common-init): Use split-string instead.
7783 (gud-new-keymap, gud-make-debug-menu): Eradicate.
7784
7785 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
7786 Add keyword arg :name.
7787
7788 * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
7789 (diff-count-matches, diff-split-hunk): New functions.
7790 (diff-mode-map): Bind C-c C-s to diff-split-hunk.
7791
7792 * pcvs-info.el (cvs-fi-conflict-face): New var.
7793
7794 * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
7795 Make it into a simple syntax-table, shared among all submodes.
7796 (sh-heredoc-face): Re-introduce.
7797 (sh-font-lock-syntactic-face-function): New function.
7798 (sh-mode): Use it. Also use define-derived-mode.
7799 Remove old bogus setting of indent-region-function.
7800 (sh-set-shell): Don't set the syntax-table any more.
7801 (sh-mode-syntax-table) <defun>: Remove.
7802
7803 2000-11-12 Miles Bader <miles@gnu.org>
7804
7805 * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
7806 message if interactive.
7807
7808 2000-11-12 Dave Love <fx@gnu.org>
7809
7810 * mail/feedmail.el: Fix header,
7811 (feedmail) <defgroup>: Add :link.
7812
7813 * view.el: Use local-map property, not keymap on mode-line string.
7814
7815 * scroll-all.el (scroll-all-mode): Customize variable.
7816 Add autoload cookie to function.
7817
7818 * lazy-lock.el: Remove compatibility code.
7819
7820 * finder.el (finder-known-keywords): Add `files', remove `vms'.
7821 (finder-help-echo): New variable.
7822 (finder-mouse-face-on-line): Add help-echo stuff.
7823 (finder-list-keywords, finder-list-matches): Use mapc.
7824
7825 * faces.el (face-font-registry-alternatives): Add :version.
7826
7827 * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
7828 tags-table-list.
7829
7830 * net/browse-url.el (browse-url-browser-function): Update :version.
7831
7832 * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
7833 (mail-mode): Use [:alnum:] in some regexps.
7834
7835 2000-11-10 Dave Love <fx@gnu.org>
7836
7837 * ediff.el (ediff-regions-internal, ediff-documentation):
7838 * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
7839 fundamental mode.
7840
7841 * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
7842 buffer into fundamental mode.
7843 (ediff-set-difference): Use copy-sequence if available.
7844
7845 * ediff-ptch.el (ediff-dispatch-file-patching-job):
7846 Check ediff-patch-map non-nil.
7847 (ediff-fixup-patch-map, ediff-fixup-patch-map)
7848 (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
7849 buffer into fundamental mode.
7850
7851 * ediff-merg.el (state-or-merge): Defvar when compiling.
7852
7853 2000-11-10 Jason Rumney <jasonr@gnu.org>
7854
7855 * w32-fns.el (w32-add-charset-info): New function.
7856 (w32-charset-info-alist): Use it.
7857
7858 2000-11-10 Gerd Moellmann <gerd@gnu.org>
7859
7860 * faces.el (face-font-registry-alternatives): New user-option.
7861
7862 2000-11-10 Stefan Monnier <monnier@cs.yale.edu>
7863
7864 * textmodes/texinfo.el (texinfo-block-default): New var.
7865 (texinfo-insert-block): Use it. Insert a newline if needed.
7866
7867 * textmodes/fill.el (fill-indent-according-to-mode): New var.
7868 (fill-region-as-paragraph): Use it.
7869
7870 * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
7871 (latex-mode): Tweak tex-*-(head|trail)er regexps.
7872 Tweak paragraph regexps to allow a leading [ \t]*.
7873 (tex-latex-block): Insert a newline if necessary.
7874 (latex-insert-item): Only insert a newline if necessary.
7875 (tex-guess-main-file): New function.
7876 (tex-main-file): Use it. Add arg `realfile'. Trim `.tex'.
7877 Set tex-main-file if TeX-master is provided.
7878 (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
7879
7880 2000-11-10 Gerd Moellmann <gerd@gnu.org>
7881
7882 * startup.el (command-line): Set the default tooltip-mode
7883 to t for graphical displays which implement x-show-tip.
7884
7885 * tooltip.el (tooltip-mode): Add a comment about startup.el
7886 setting the default value of this user-option.
7887
7888 2000-11-09 Stefan Monnier <monnier@cs.yale.edu>
7889
7890 * font-lock.el (font-lock-*-face) <defvar>: Move.
7891 (font-lock-defaults-alist): Mark obsolete.
7892 (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
7893 (font-lock-mode): Use define-minor-mode.
7894 (font-lock-support-mode): Tweak type to default to jit-lock-mode.
7895 (font-lock-turn-off-thing-lock): Be more explicit.
7896 (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
7897 (font-lock-syntactic-face-function): New var.
7898 (font-lock-fontify-syntactically-region): Use it.
7899 (font-lock-doc-face): New.
7900
7901 * pcvs.el (cvs-enabledp): Ignore errors.
7902 (cvs-commit-filelist): Never query.
7903 (cvs-mode-insert): Always add a terminating / in the initial prompt.
7904 (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
7905 (cvs-do-removal): Use cvs-partition rather than delete-if.
7906 Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
7907 cvs-bury-buffer.
7908
7909 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
7910 Allow `next' to jump to after the end of the last match.
7911
7912 2000-11-09 Gerd Moellmann <gerd@gnu.org>
7913
7914 * simple.el (byte-compiling-files-p): New function.
7915
7916 * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
7917 if it is there.
7918
7919 * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
7920 nil again.
7921
7922 * textmodes/ispell.el (ispell-library-path): Don't call
7923 check-ispell-version when byte-compiling because that starts
7924 an ispell process, and ispell might not be installed.
7925 (toplevel): Don't set up a menu when byte-compiling.
7926
7927 * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
7928 it, so that a boundp test can be used to determine if we're
7929 currently byte-compiling.
7930
7931 2000-11-09 Dave Love <fx@gnu.org>
7932
7933 * pcvs.el (uniquify-buffer-file-name): Wrap advice in eval-after-load.
7934
7935 2000-11-09 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7936
7937 * ps-print.el: Patch for variable initialization when spooling.
7938 Doc fix.
7939 (ps-output-list): Fun eliminated.
7940 (ps-begin-file, ps-begin-job): Code fix.
7941
7942 2000-11-08 Dave Love <fx@gnu.org>
7943
7944 * ediff-wind.el (ediff-control-frame-parameters): Zero tool-bar-lines.
7945
7946 2000-11-08 Gerd Moellmann <gerd@gnu.org>
7947
7948 * simple.el (shell-command, display-message-or-buffer)
7949 (shell-command-on-region): Mention resize-mini-windows in the doc
7950 string.
7951 (display-message-or-buffer): Take the value of resize-mini-windows
7952 into account.
7953
7954 2000-11-07 Gerd Moellmann <gerd@gnu.org>
7955
7956 * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
7957
7958 * dired.el (dired-between-files): Add `^. find' as an alternative
7959 to the regular expression, for find-dired.
7960
7961 2000-11-06 Stefan Monnier <monnier@cs.yale.edu>
7962
7963 * textmodes/texnfo-upd.el: Require texinfo.
7964 (defmacro, defgroup): Remove.
7965 (texinfo-section-to-generic-alist): Remove.
7966 Use texinfo-section-list instead (i.e. level is changed string->int).
7967 (texinfo-filter): New function.
7968 (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
7969 (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
7970 Use it. And use regexp-opt.
7971 (texinfo-find-higher-level-node, texinfo-hierarchic-level)
7972 (texinfo-update-menu-region-beginning)
7973 (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
7974 (texinfo-update-the-node, texinfo-sequentially-update-the-node)
7975 (texinfo-update-menu-same-level-regexps): Update.
7976 (texinfo-update-node, texinfo-every-node-update)
7977 (texinfo-sequential-node-update): Remove autoload cookie.
7978
7979 * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
7980 (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
7981 (texinfo-chapter-level-regexp): Remove.
7982 (texinfo-mode): Hard code texinfo-chapter-level-regexp.
7983
7984 2000-11-06 Dave Love <fx@gnu.org>
7985
7986 * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
7987
7988 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
7989 Match defun*.
7990
7991 2000-11-06 Kenichi Handa <handa@etl.go.jp>
7992
7993 * composite.el (composition-function-table): Variable declaration
7994 moved to src/composite.c.
7995 (compose-chars-after): New optional arg object.
7996
7997 2000-11-06 Gerd Moellmann <gerd@gnu.org>
7998
7999 * bindings.el (mode-line-toggle-read-only)
8000 (mode-line-toggle-modified, mode-line-widen)
8001 (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
8002 (make-mode-line-mouse2-map): Rewritten.
8003 (mode-line-modified, mode-line-format, minor-mode-alist): Use new
8004 functions so that C-h k can show something with a doc string.
8005
8006 * startup.el (fancy-splash-delay): Set to 10 seconds.
8007 (fancy-splash-max-time): New user-option.
8008 (fancy-splash-stop-time): New variable.
8009 (fancy-splash-screens): Set it. Catch `stop-splashing'.
8010 (fancy-splash-screens-1): Throw `stop-splashing' when current
8011 time is greater than fancy-splash-stop-time.
8012
8013 2000-11-06 Stefan Monnier <monnier@cs.yale.edu>
8014
8015 * vc-hooks.el (vc-insert-file): Don't assume byte==char.
8016
8017 * pcvs.el (cvs-mode-marked): New arg `noquery'.
8018 Prompt user for a file rather than raising an error.
8019 (cvs-enabledp): Fix call to cvs-mode-marked.
8020 (cvs-insert-file): New function (extracted from cvs-mode-insert).
8021 (cvs-mode-insert): Use it. Change the init prompt' value.
8022 (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
8023
8024 * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
8025 Don't pass default arg to ewoc-locate.
8026 (ewoc-collect): Return result in the right order.
8027
8028 * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
8029
8030 * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
8031 (cvs-status-get-tags): Fix regexp.
8032 (cvs-status-trees, cvs-status-cvstrees):
8033 Combine after change hooks and don't sit-for.
8034 (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
8035 (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
8036 Use make-char rather than hard-coded cryptic data.
8037 (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
8038
8039 * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
8040
8041 * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
8042 (cvs-insert-strings): New function.
8043
8044 2000-11-06 Miles Bader <miles@lsi.nec.co.jp>
8045
8046 * mwheel.el (mouse-wheel-scroll-amount): Renamed from
8047 `mwheel-scroll-amount'.
8048 (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
8049 (mouse-wheel-mode): Use (featurep 'xemacs) instead of
8050 string-matching against the version string.
8051
8052 2000-11-06 Kenichi Handa <handa@etl.go.jp>
8053
8054 * language/thai.el ("Thai"): Set a lisp form that produces
8055 composed string in `sample-text' language info.
8056
8057 * language/tibetan.el ("Tibetan"): Set a lisp form that produces
8058 composed string in `sample-text' language info.
8059
8060 * international/mule-cmds.el (describe-language-environment):
8061 Eval `sample-text' data and insert the result.
8062
8063 * international/mule-conf.el (compound-text): Define this coding
8064 system here. Make x-ctext and ctext aliases of it.
8065
8066 * language/european.el (compound-text, ctext): Moved to
8067 international/mule-conf.el.
8068
8069 2000-11-05 Andrew Innes <andrewi@gnu.org>
8070
8071 * w32-fns.el (w32-version): New function.
8072
8073 2000-11-05 Stefan Monnier <monnier@cs.yale.edu>
8074
8075 * progmodes/awk-mode.el: Update copyright.
8076 (awk-mode-abbrev-table): Remove.
8077 (awk-font-lock-keywords): Use regexp-opt.
8078 (awk-mode): Use define-derived-mode.
8079
8080 * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
8081 when extracting a suffix.
8082
8083 2000-11-04 Andre Spiegel <spiegel@gnu.org>
8084
8085 * vc-hooks.el (vc-insert-file): Rewritten. Don't bother about
8086 auto-save-mode.
8087
8088 2000-11-04 Jason Rumney <jasonr@gnu.org>
8089
8090 * language/european.el (decode-mac-roman): Test against r1 not r0.
8091
8092 2000-11-03 Stefan Monnier <monnier@cs.yale.edu>
8093
8094 * progmodes/icon.el (icon-mode-map): Don't rebind \t.
8095 (icon-mode): Define indent-line-function.
8096 (icon-comment-indent): Simplify.
8097 (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
8098
8099 * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
8100
8101 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
8102 Bind change-log-default-mode to defeat the caching done on it.
8103 Don't bother saving excursion any more.
8104
8105 * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
8106
8107 * frame.el (after-setting-font-hook): Rename hooks -> hook.
8108 (set-frame-font): Use the new name (and the old for compatibility).
8109
8110 * toolbar/tool-bar.el (tool-bar-mode):
8111 * time.el (display-time-mode):
8112 * recentf.el (recentf-mode):
8113 * paren.el (show-paren-mode):
8114 * mwheel.el (mouse-wheel-mode):
8115 * msb.el (msb-mode):
8116 * jka-compr.el (auto-compression-mode):
8117 * image-file.el (auto-image-file-mode):
8118 * hl-line.el (hl-line-mode):
8119 * delsel.el (delete-selection-mode):
8120 * autoinsert.el (auto-insert-mode):
8121 * complete.el (partial-completion-mode): Drop unneeded positional args.
8122
8123 * info.el (Info-mode):
8124 * comint.el (comint-mode): Don't bother with make-local-hook.
8125
8126 * log-edit.el (log-edit-menu): New menu.
8127
8128 2000-11-03 Miles Bader <miles@gnu.org>
8129
8130 * wid-edit.el (widget-end-of-line): Reinstate, with a new
8131 definition, so that trailing spaces are handled properly.
8132 (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
8133
8134 2000-11-03 Gerd Moellmann <gerd@gnu.org>
8135
8136 * startup.el (fancy-splash-text, fancy-splash-text): Use a single
8137 tab character.
8138 (fancy-splash-screens): Set tab-width to 20.
8139
8140 2000-11-03 Dave Love <fx@gnu.org>
8141
8142 * comint.el (comint-completion-addsuffix): Fix custom type.
8143
8144 2000-11-02 Stefan Monnier <monnier@cs.yale.edu>
8145
8146 * font-lock.el (font-lock-buffers): Remove.
8147 (font-lock-global-modes): Define with easy-mmode-define-global-mode.
8148 (font-lock-change-major-mode): Remove.
8149 (turn-on-font-lock-if-enabled): Only apply to the current buffer.
8150 (font-lock-default-fontify-region): Extend the multiline
8151 fontification to whole lines.
8152 (font-lock-fontify-anchored-keywords)
8153 (font-lock-fontify-keywords-region): If matching just one
8154 line (with \n) only mark the \n as multiline.
8155
8156 * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
8157 Correctly handle the case where several :group args are supplied.
8158 Allow :extra-args.
8159 (easy-mmode-define-global-mode): Allow :extra-args.
8160 Correctly handle the case where several :group args are supplied.
8161
8162 2000-11-02 Miles Bader <miles@gnu.org>
8163
8164 * calendar/calendar.el (diary-face, calendar-today-face)
8165 (holiday-face): Remove dependency on `window-system'.
8166
8167 2000-11-02 Ken Raeburn <raeburn@gnu.org>
8168
8169 * Makefile.in (emacs): Set EMACSLOADPATH always.
8170 (update-authors, .el.elc, compile-files): Don't do it explicitly here.
8171 (compile-files): Bomb out if compilation of a file fails.
8172
8173 2000-11-02 Dave Love <fx@gnu.org>
8174
8175 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
8176
8177 2000-11-02 Eli Zaretskii <eliz@is.elta.co.il>
8178
8179 * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
8180 punctuation in the warning inserted into the *mail* buffer.
8181
8182 2000-11-02 Gerd Moellmann <gerd@gnu.org>
8183
8184 * emacs-lisp/authors.el (authors-public-domain-files): New variable.
8185 (authors-public-domain-p): New function.
8186 (authors-print): Use it.
8187
8188 * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
8189
8190 * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
8191
8192 2000-11-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8193
8194 * ps-print.el: Extension for even/odd printing. Doc fix.
8195 (ps-print-version): New version number (6.3.1).
8196 (ps-even-or-odd-pages): Customization fix.
8197 (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
8198 (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
8199 (ps-page-count): Var replaced by `ps-page-column'.
8200 (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
8201 (ps-print-sheet-p): New fun.
8202
8203 2000-11-02 Miles Bader <miles@lsi.nec.co.jp>
8204
8205 * tooltip.el (tooltip-gud-tips-setup): New function.
8206 (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
8207 (tooltip-mode): Call tooltip-gud-tips-setup.
8208 (tooltip-gud-tips): Use `gud-basic-call' instead of
8209 process-send-string, so the prompt gets frobbed appropriately.
8210 Handle nil return value from `tooltip-gud-print-command'.
8211
8212 2000-11-01 Eric M. Ludlam <zappo@ultranet.com>
8213
8214 * comint.el (comint-add-to-input-history): New function.
8215 (comint-send-input): Use `comint-add-to-input-history'.
8216
8217 2000-11-02 Miles Bader <miles@lsi.nec.co.jp>
8218
8219 * info.el (info-menu-header): New face.
8220 (Info-fontify-menu-headers): New function.
8221 (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
8222
8223 * info.el (Info-insert-dir): Don't include blank lines at
8224 beginning of additional dir files (one is added automatically).
8225
8226 2000-11-01 Stefan Monnier <monnier@cs.yale.edu>
8227
8228 * emacs-lisp/easy-mmode.el (define-minor-mode):
8229 Revert the latest changes.
8230 Allow the three positional arguments to be skipped and replaced
8231 by keyword arguments.
8232 Add a :toggle argument to determine whether a nil arg means toggle
8233 or means turn-on. The default is unchanged.
8234 Add a call to force-mode-line-update.
8235
8236 2000-11-01 Dave Love <fx@gnu.org>
8237
8238 * emacs-lisp/elp.el (elp-restore-function): Remove autoload cookie.
8239
8240 2000-11-01 Miles Bader <miles@lsi.nec.co.jp>
8241
8242 * calendar/calendar.el (diary-face, holiday-face):
8243 Add dark-background variants.
8244
8245 2000-10-31 Sam Steingold <sds@gnu.org>
8246
8247 * textmodes/tex-mode.el (tex-file): Use `default-directory' when
8248 `tex-main-file' does not have directory in it.
8249
8250 2000-10-31 Stefan Monnier <monnier@cs.yale.edu>
8251
8252 * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
8253
8254 2000-10-31 Thien-Thi Nguyen <ttn@gnu.org>
8255
8256 * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
8257 functional change.
8258
8259 2000-10-31 Gerd Moellmann <gerd@gnu.org>
8260
8261 * files.el (find-file-noselect): When we expand a wildcard, return
8262 a list of buffers, as we should do according to the doc string.
8263
8264 2000-10-31 Ken Raeburn <raeburn@gnu.org>
8265
8266 * loadup.el (top level): Adjust load path if program name is
8267 "../src/bootstrap-emacs", in case it's not dumped and thus the
8268 load path adjustment hasn't already been done.
8269
8270 2000-10-31 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8271
8272 * ps-print.el: Fix bug on selected pages for printing.
8273 Use `color-values' for Emacs 21. Ensure fontification when jit-lock
8274 is on. Try to avoid warning messages when compiling. Doc Fix.
8275 (ps-print-version): New version number (6.3).
8276 (ps-color-device): Use `color-values' to determine if device
8277 supports color.
8278 (ps-color-values): Try to use `x-color-values' when using XEmacs.
8279 (ps-print-page-p): Changed from defsubst to defun.
8280 (ps-page-number): Changed from defmacro to defun.
8281 (ps-header-sheet, ps-header-page): Fix bug on selected pages for
8282 printing.
8283 (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
8284 (ps-end-file, ps-dummy-page): Funs eliminated.
8285 (ps-print-color-scale): Changed default value.
8286 (ps-page-n-up, ps-print-page-p): New internal vars.
8287 (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
8288 (ps-plot-region, ps-generate, ps-end-job): Code fix.
8289
8290 * delim-col.el: Little programming improvement.
8291 (delimit-columns-str): New macro.
8292 (delimit-columns-region, delimit-columns-rectangle): Code fix.
8293
8294 2000-10-31 Kenichi Handa <handa@etl.go.jp>
8295
8296 * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
8297 Moved to european.el.
8298 (ccl-encode-mac-roman-font, fontset-mac): Modified for
8299 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
8300 (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
8301 (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
8302
8303 2000-10-30 Dave Love <fx@gnu.org>
8304
8305 * progmodes/cc-menus.el (imenu-generic-expression)
8306 (imenu-progress-message): Only defvar when compiling.
8307
8308 * emacs-lisp/elp.el (elp-unload-hook): New function.
8309
8310 * loadhist.el (unload-feature): Call elp-restore-function,
8311 checking for symbols; don't use elp-restore-all.
8312 (loadhist-hook-functions): Doc fix.
8313
8314 2000-10-30 Stefan Monnier <monnier@cs.yale.edu>
8315
8316 * log-edit.el (log-edit-confirm): Fix the default.
8317
8318 2000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8319
8320 * delim-col.el: Little fix: replace delimit-columns-align-columns by
8321 delimit-columns-format.
8322 (delimit-columns-region, delimit-columns-rectangle): Code fix.
8323
8324 2000-10-30 Miles Bader <miles@lsi.nec.co.jp>
8325
8326 * comint.el (comint-replace-by-expanded-history): Don't use
8327 comint-get-old-input (we're not looking at *old* input).
8328 (comint-get-old-input-default): If using fields, signal an error
8329 when the point is not in an input field.
8330
8331 2000-10-30 Kenichi Handa <handa@etl.go.jp>
8332
8333 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
8334 and mule-unicode-e000-ffff.
8335
8336 * international/mule.el (decode-char, encode-char): New functions.
8337 (make-coding-system): Accept a symbol of translation table as a
8338 value of property `safe-chars'.
8339
8340 * international/mule-cmds.el (encode-coding-char): Check property
8341 safe-chars instead of safe-charsets.
8342
8343 * international/fontset.el (fontset-default): Modified for
8344 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
8345 (x-font-name-charset-alist): Likewise.
8346 (ccl-encode-unicode-font): New CCL program. Record it in
8347 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
8348
8349 * language/european.el (mac-roman-decoder, mac-roman-encoder):
8350 New translation tables.
8351 (decode-mac-roman, encode-mac-roman): Definition of these CCL
8352 programs are modified and moved from mac-win.el.
8353 (mac-roman): Definition of this coding system is modified and
8354 moved from mac-win.el.
8355
8356 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
8357
8358 * ediff-wind.el (ediff-setup-control-frame): Enclose
8359 face-attribute in condition-case to avoid errors in older emacsen.
8360
8361 2000-10-29 Miles Bader <miles@gnu.org>
8362
8363 * custom.el (custom-add-to-group): Allow multiple entries for a
8364 given value OPTION, as long as their widget types are different.
8365 * cus-edit.el (custom-face-value-create): If face name doesn't end
8366 with "face", add such here (similar to custom group widgets).
8367
8368 * comint.el (comint-highlight-prompt): Add :type.
8369
8370 2000-10-28 John Wiegley <johnw@gnu.org>
8371
8372 * calendar/timeclock.el (timeclock-log): Doc fix.
8373 (timeclock-last-event): Doc fix.
8374 (timeclock-log): Kill the timelog buffer after appending a new event.
8375 (timeclock-find-discrep): Use a temp buffer to read in the
8376 timelog, instead of visiting the file.
8377 (timeclock-log-data): A new function, along with a host of helper
8378 functions, for the purpose of making timelog data accessible to
8379 programmers.
8380
8381 * eshell/esh-mode.el (window-height test): Make certain that
8382 `eshell-stringify-t' is non-nil.
8383 (eshell-password-prompt-regexp): Changed to a much simpler
8384 password regexp.
8385 (eshell-send-input): If `eshell-invoke-directly' returns t,
8386 directly invoke the parsed command using `eval'. This improves
8387 turn-around time on simple commands by a factor of three or
8388 greater, such as cd, ls, pwd, etc. -- which get used very often.
8389 It also conserves thousands of cons cells per call (since
8390 `eshell-do-eval' consumes memory like a Cookie Monster set loose
8391 in the Pacific Cookie Company).
8392
8393 * eshell/esh-test.el (eshell-test): Whitespace fix.
8394
8395 * eshell/em-ls.el (eshell-ls-insert-directory):
8396 Make `eshell-ls-initial-args' nil when inserting directory contents.
8397
8398 * eshell/em-script.el (eshell-script-initialize): Add names to
8399 `eshell-complex-commands, since `source' and `.' are complex.
8400
8401 * eshell/esh-cmd.el (eshell-rewrite-for-command)
8402 (eshell-rewrite-while-command): Use `eshell-protect' instead of
8403 `eshell-copy-handles'.
8404 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
8405 bodies.
8406 (eshell-separate-commands): Whitespace fix.
8407 (eshell-complex-commands): Added a new list of names, for
8408 determining whether a given command is as simple as it looks.
8409 (eshell-invoke-directly): New function. Returns t if a command
8410 should be invoked directly (using `eval'), rather than indirectly
8411 using `eshell-do-eval'.
8412 (eshell-do-eval): Whitespace fix.
8413
8414 * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
8415 which provides an emulation of the DOS shell behavior of assuming
8416 that cp/mv/ln should copy/move/link to the current directory.
8417 (eshell-remove-entries): Added a doc string.
8418 (eshell-shuffle-files): Removed the check for `target' being null.
8419 (eshell-mvcp-template, eshell-mvcpln-template): Renamed
8420 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
8421 it to do a smarter check of whether a destination was provided.
8422 (eshell/mv, eshell/cp): Enable `:preserve-args'.
8423 (eshell/ln): Enable `:preserve-args', and use
8424 `eshell-mvcpln-template' to implement the body of the function.
8425 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
8426 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
8427 list after flattening it. This makes it possible to cat files
8428 with numerical names.
8429 (eshell-unix-initialize): Added several names to
8430 `eshell-complex-commands.
8431 (eshell-unix-command-complex-p): Return t if a given command name
8432 may result in external processes being invoked.
8433
8434 * eshell/em-glob.el (eshell-glob-show-progress): Make this
8435 variable nil by default, since it slows down glob processing by a
8436 factor of two or more, and increases memory consumption.
8437
8438 * eshell/em-smart.el: Added a note about how memory consumptive
8439 smart display mode can be (at least this is true in Emacs 21).
8440 (eshell-smart-initialize): Whitespace fix.
8441 (eshell-refresh-windows): Use `if' instead of `when'.
8442 (eshell-smart-scroll-window): Calling `save-current-buffer' was
8443 not necessary.
8444 (eshell-currently-handling-window): Added a missing global variable.
8445
8446 * eshell/em-ls.el (eshell-do-ls): Code simplification.
8447 (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
8448 Whitespace fix.
8449 (eshell-ls-exclude-hidden): Added this variable in addition to
8450 `eshell-ls-exclude-regexp'. This one prevents files beginning
8451 with . from even being read, which can improve memory consumption
8452 quite a bit.
8453 (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
8454 read file entries beginning with a dot. In home directories with
8455 lots of hidden files, fully two-thirds of the time spent in ls is
8456 used to read directory entries that are immediately thrown away.
8457 (eshell-ls-initial-args): Added back this configuration variable,
8458 for specifying default initial arguments to every call to ls.
8459 Much faster than using an alias to do the same thing.
8460 (eshell-do-ls): Use `eshell-ls-initial-args', if set.
8461 (eshell-ls-dir): Whitespace change.
8462
8463 * eshell/em-dirs.el (eshell/pwd): Small code simplification.
8464
8465 * eshell/esh-util.el: Don't require `ange-ftp' if it's not available.
8466 (eshell-stringify-t): Added a customization variable, to indicate
8467 whether `t' should be rendered as a string at all. If not, one
8468 can still determine if the result of an expression is true using
8469 "file-exists-p FILE && echo true".
8470 (eshell-stringify): If `eshell-stringify-t' is nil, don't
8471 stringify t!
8472
8473 * eshell/esh-module.el: Whitespace fix.
8474
8475 * eshell/em-alias.el (eshell-alias-initialize):
8476 Added `eshell-command-aliased-p' to `eshell-complex-commands'.
8477 (eshell-command-aliased-p): New function that returns t if a
8478 command name names an aliased.
8479
8480 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
8481
8482 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
8483 redrawing the screen when changing cursor color.
8484 (viper-insert-state-pre-command-sentinel)
8485 (viper-replace-state-pre-command-sentinel)
8486 (viper-replace-state-post-command-sentinel):
8487 Use viper-preserve-cursor-color.
8488 Many functions changed to use viper= instead of = when comparing
8489 characters.
8490 * viper-util.el (viper-memq-char,viper=): New functions for
8491 working with characters.
8492 (viper-change-cursor-color): Fixed buglet.
8493 Many functions changed to use viper= instead of = when comparing
8494 characters.
8495 * viper.el (viper-insert-state-mode-list): Added eshell.
8496
8497 * ediff-init.el (ediff-before-setup-hook): New hook.
8498 Several typos fixed in various docstrings.
8499 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
8500 * ediff-nult.el (ediff-before-session-group-setup-hooks): New hook.
8501 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
8502 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
8503 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
8504 (ediff-get-selected-buffers): New function.
8505 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
8506 (ediff-vc-merge-internal,ediff-rcs-merge-internal):
8507 Use save-window-excursion.
8508 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
8509 termination check in while loop.
8510 * ediff.el (ediff-get-default-file-name): Better defaults when in
8511 dired buffer.
8512 (ediff-files,ediff-merge-files,ediff-files3)
8513 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
8514
8515 2000-10-28 Dave Love <fx@gnu.org>
8516
8517 * info.el (Info-fontify-node): Add help-echo for menu items.
8518
8519 2000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
8520
8521 * startup.el (normal-top-level): If the value of $TERM indicates
8522 we are running from xterm or one of its work-alikes, default to a
8523 light background mode.
8524
8525 Support for -fg, -bg, and -rv command-line arguments for TTYs:
8526 * faces.el (tty-handle-reverse-video): New function.
8527 (tty-create-frame-with-faces): Call it.
8528
8529 * frame.el (frame-notice-user-settings): Don't apply
8530 default-frame-alist and initial-frame-alist to MS-DOS frames.
8531 Call tty-handle-reverse-video, frame-set-background-mode, and
8532 face-set-after-frame-default for non-MS-DOS frames.
8533
8534 * startup.el (tty-long-option-alist): New variable.
8535 (tty-handle-args): New function.
8536 (command-line): Call tty-handle-args.
8537
8538 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
8539 startup.el now does that for all character-terminal frames.
8540
8541 2000-10-28 Miles Bader <miles@gnu.org>
8542
8543 * emacs-lisp/easy-mmode.el (define-minor-mode):
8544 Generate `turn-on-MODE' and `turn-off-MODE' functions unless the mode
8545 is global. If :global is followed by a non-nil but non-t value,
8546 make the mode buffer-local, but also generate a `global-MODE'
8547 version using `easy-mmode-define-global-mode'.
8548 Add :conditional-turn-on keyword argument.
8549
8550 2000-10-28 Dave Love <fx@gnu.org>
8551
8552 * international/latin1-disp.el (latin1-char-displayable-p):
8553 Don't use window-system.
8554
8555 2000-10-27 Eli Zaretskii <eliz@is.elta.co.il>
8556
8557 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
8558 Don't call find-buffer-file-type-coding-system. Instead, just
8559 set eol-type to -unix if inhibit-eol-conversion is in effect, or
8560 if the file is on an untranslated filesystem.
8561 (add-untranslated-filesystem): Use "D" instead of "f" inside
8562 interactive.
8563
8564 2000-10-27 Dave Love <fx@gnu.org>
8565
8566 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
8567 (refill-mode): Use it.
8568
8569 2000-10-27 Stefan Monnier <monnier@cs.yale.edu>
8570
8571 * international/quail.el (quail-activate): Don't make-local-hook.
8572
8573 2000-10-27 Andre Spiegel <spiegel@gnu.org>
8574
8575 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
8576 manual backups and file.~<rev>.~ for automatic ones.
8577 (vc-make-version-backup): Don't do it on MS-DOS without long file
8578 names.
8579
8580 * vc.el (vc-version-other-window): If an automatic backup of the
8581 desired version exists, rename it instead of copying it.
8582
8583 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
8584 after command. If there's an unexpected error, signal it instead
8585 of being silent.
8586 (vc-cvs-merge-news): Be prepared for no news at all.
8587
8588 2000-10-27 Miles Bader <miles@lsi.nec.co.jp>
8589
8590 * shell.el (shell): Add BUFFER argument.
8591 * comint.el (make-comint-in-buffer): New function.
8592 (make-comint): Use it.
8593
8594 * faces.el (face-spec-choose): Change syntax so that the list of
8595 attribute-value pairs is now the cdr of each clause, not the cadr.
8596 Detect old-style entries, and handle them. Use pop.
8597
8598 2000-10-26 Stefan Monnier <monnier@cs.yale.edu>
8599
8600 * cus-edit.el (custom-mode-map): Use a sparse map.
8601 (custom-mode): Don't bother with make-local-hook.
8602
8603 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
8604
8605 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
8606
8607 2000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8608
8609 * ps-print.el: Avoid compilation gripes.
8610 (ps-print-version): New version number (6.2.1).
8611
8612 2000-10-26 Dave Love <fx@gnu.org>
8613
8614 * menu-bar.el: Modify some menu item help strings.
8615 (menu-bar-help-menu): Add link to MORE.STUFF.
8616
8617 * cus-edit.el (custom-mode): Add `special' mode-class property.
8618
8619 * wid-browse.el (widget-browse-mode): Likewise.
8620
8621 * wid-edit.el (widget-specify-field): Revert to using local-map
8622 property, not keymap.
8623
8624 2000-10-26 Miles Bader <miles@lsi.nec.co.jp>
8625
8626 * wid-edit.el (widget-field-end): When checking for a `boundary'
8627 field, do so in the correct buffer.
8628
8629 * simple.el (undo): Correctly distinguish between numeric and
8630 non-numeric prefix args in non-transient-mark-mode, as per the doc
8631 string. When in transient-mark-mode, treat all prefix-args as
8632 numeric.
8633
8634 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
8635 Position point on match. Handle N == 0 correctly.
8636
8637 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
8638 (comint-mode-map): Reverse order of `comint-write-output' and
8639 `comint-append-output-to-file'.
8640 (comint-append-output-to-file): Reinstate this function, for the
8641 benefit of the menu.
8642
8643 2000-10-25 Stefan Monnier <monnier@cs.yale.edu>
8644
8645 * vc.el (vc-version-other-window): Bind `file'.
8646
8647 2000-10-25 Gerd Moellmann <gerd@gnu.org>
8648
8649 * Makefile.in (update-authors): New target for maintenance purposes.
8650
8651 * emacs-lisp/authors.el (batch-update-authors): New function.
8652 (authors-fixed-entries): New defconst.
8653 (authors-add-fixed-entries): New function.
8654 (authors): Call it.: Don't process lispref/.
8655
8656 2000-10-25 Jason Rumney <jasonr@gnu.org>
8657
8658 * cus-edit.el (custom-button-face, custom-button-pressed-face):
8659 Merge x w32 and mac definitions.
8660
8661 2000-10-25 Gerd Moellmann <gerd@gnu.org>
8662
8663 * menu-bar.el (menu-bar-options-menu): Add a help string for
8664 `uniquify'.
8665
8666 2000-10-25 Stephen Gildea <gildea@stop.mail-abuse.org>
8667
8668 * time-stamp.el (time-stamp-string-preprocess):
8669 Fix a wrong type argument error.
8670
8671 2000-10-25 Miles Bader <miles@gnu.org>
8672
8673 * recentf.el (recentf-mode): Variable removed.
8674 (recentf-mode): Use `define-minor-mode'.
8675
8676 * mwheel.el (mouse-wheel-mode): New global minor mode.
8677 (mwheel-install): Use `mouse-wheel-mode'.
8678
8679 2000-10-25 Dave Love <fx@gnu.org>
8680
8681 * progmodes/cperl-mode.el (cperl-mode):
8682 Set normal-auto-fill-function correctly.
8683
8684 * wid-edit.el (widget-field-keymap, widget-text-keymap):
8685 Don't inherit from global-map and don't nullify menu-bar and tool-bar
8686 bindings.
8687
8688 2000-10-25 Miles Bader <miles@lsi.nec.co.jp>
8689
8690 * wid-edit.el (widget-field-at): New function.
8691 (widget-at, widget-field-activate): Use it.
8692 (widget-tabable-at): Use `widget-at'.
8693 (widget-specify-field): If the terminating character of the widget
8694 field (which is read-only) is a newline, put it into a special
8695 `boundary' field so that C-n/C-p act more naturally.
8696 (widget-field-end): Also don't subtract one if a special
8697 `boundary' field has been added after the widget field.
8698
8699 * comint.el (comint-output-filter, comint-send-input):
8700 Don't bother adding stickiness fields to overlays to fool the field
8701 code, since it should notice the overlay insertion-types now.
8702
8703 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
8704 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
8705 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
8706
8707 2000-10-24 Gerd Moellmann <gerd@gnu.org>
8708
8709 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
8710 (authors): Set file coding system to iso-2022-7bit.
8711 Add file-local variables to output buffer.
8712
8713 * files.el (after-find-file): Don't print any warnings if
8714 WARN is nil.
8715
8716 2000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8717
8718 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
8719
8720 * delim-col.el: Now there is a column formatting mechanism.
8721 Modified to customization mechanisms convention. Doc fix.
8722 (columns): New group for delim-col.
8723 (delimit-columns-before, delimit-columns-after)
8724 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
8725 (delimit-columns-end): New vars.
8726 (delimit-columns-customize, delimit-columns-format): New funs.
8727 (delimit-columns-region, delimit-columns-rectangle)
8728 (delimit-columns-rectangle-line): Modified to support column
8729 formatting.
8730
8731 2000-10-24 Dave Love <fx@gnu.org>
8732
8733 * log-edit.el (log-edit): Add :version and a :group for vc.
8734
8735 2000-10-24 Gerd Moellmann <gerd@gnu.org>
8736
8737 * files.el (after-find-file): Don't print a message ``New file''
8738 if WARN is nil.
8739
8740 * wid-edit.el (widget-field-keymap, widget-text-keymap):
8741 Define the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
8742 get duplicate tool-bar entries because we'll see the global ones
8743 on more than one path through keymaps.
8744
8745 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
8746
8747 * progmodes/cmacexp.el: Change Francesco's email address.
8748
8749 2000-10-24 Kenichi Handa <handa@etl.go.jp>
8750
8751 * window.el (fit-window-to-buffer): Adjust point of the window
8752 buffer, not that of the current buffer.
8753
8754 2000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
8755
8756 * progmodes/cmacexp.el: Update the euthor's email address.
8757
8758 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
8759
8760 * faces.el (face-spec-set-match-display): Add `graphic' display
8761 type (the inverse of `tty'). Use `display-graphic-p' instead of
8762 the window-system variable.
8763
8764 2000-10-24 Kenichi Handa <handa@etl.go.jp>
8765
8766 * international/isearch-x.el (isearch-with-input-method):
8767 Call input-method-function with the first event in
8768 unread-command-events.
8769
8770 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
8771
8772 * faces.el (face-default-spec, face-user-default-spec): Make defsubsts.
8773
8774 2000-10-24 Andrew Choi <akochoi@i-cable.com>
8775
8776 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
8777 New charsets.
8778
8779 * term/mac-win.el: Remove definitions of mac-roman-lower and
8780 mac-roman-upper, require dired, and define instead of set
8781 mac-ready-for-drag-n-drop to avoid compilation error.
8782
8783 2000-10-23 Andrew Innes <andrewi@gnu.org>
8784
8785 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]:
8786 Remove superfluous calls to subst-char-in-string; instead apply
8787 expand-file-name after convert-standard-filename to ensure
8788 expected directory separators are used.
8789
8790 2000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
8791
8792 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
8793
8794 2000-10-23 Dave Love <fx@gnu.org>
8795
8796 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
8797 (tool-bar-add-item): Set foreground and background for XBM icons.
8798
8799 * international/latin1-disp.el (latin1-char-displayable-p):
8800 New function (from Handa).
8801 (latin1-display-check-font): Use it.
8802
8803 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
8804 using :key-sequence, making it much more usable.
8805 Use nconc, not append.
8806 (imenu--create-keymap-1): Avoid append.
8807
8808 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
8809
8810 2000-10-23 Miles Bader <miles@lsi.nec.co.jp>
8811
8812 [the following changes fix a bug where `define-minor-mode' didn't
8813 correctly generate :require clauses for defcustoms in compiled files]
8814 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
8815 (byte-compile-log-file, byte-compile-log-1): Don't set
8816 `byte-compile-current-file' to nil. Instead set
8817 `byte-compile-last-logged-file' to it. Test whether
8818 byte-compile-current-file equals byte-compile-last-logged-file
8819 instead of whether its nil.
8820 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
8821
8822 2000-10-23 Stefan Monnier <monnier@cs.yale.edu>
8823
8824 * textmodes/refill.el: Fix var names in doc.
8825 (refill-mode): Don't bother with make-local-hook anymore.
8826
8827 2000-10-23 Miles Bader <miles@lsi.nec.co.jp>
8828
8829 * faces.el (face-user-default-spec, face-default-spec): New functions.
8830 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
8831 (frame-set-background-mode, face-set-after-frame-default):
8832 Use `face-user-default-spec'. Simplify code slightly.
8833
8834 * woman.el (woman-italic-face, woman-bold-face)
8835 (woman-unknown-face): Add dark-background variants.
8836 (woman-default-faces): Renamed from `woman-colour-faces'.
8837 Set using the stored defaults, rather than using hard-wired colors.
8838 (woman-monochrome-faces): Renamed from `woman-black-faces'.
8839 Just make the foreground `unspecified' rather than "black".
8840 (woman-menu): Rename menu entries accordingly.
8841
8842 * faces.el (header-line): Make more reasonable on mono/grayscale
8843 displays.
8844
8845 2000-10-23 Andrew Choi <akochoi@i-cable.com>
8846
8847 * cus-edit.el (custom-button-face): Use 3D look for mac.
8848 (custom-button-pressed-face): Likewise.
8849
8850 * faces.el (set-face-attributes-from-resources): Handle mac frames
8851 in the same way as x and w32 frames.
8852 (face-valid-attribute-values): Likewise.
8853 (read-face-attribute): Likewise.
8854 (defined-colors): Likewise.
8855 (color-defined-p): Likewise.
8856 (color-values): Likewise.
8857 (display-grayscale-p): Likewise.
8858 (face-set-after-frame-default): Likewise.
8859 (mode-line): Same default face as for x and w32.
8860 (tool-bar): Likewise.
8861
8862 * frame.el: Remove call to frame-notice-user-settings at end of
8863 the file.
8864
8865 * info.el (Info-fontify-node): Make underlines invisible for mac
8866 as for x, pc, and w32 frame types.
8867
8868 * term/mac-win.el: New file.
8869
8870 2000-10-22 Dave Love <fx@gnu.org>
8871
8872 * textmodes/refill.el: New file.
8873
8874 2000-10-22 Andre Spiegel <spiegel@gnu.org>
8875
8876 * vc-hooks.el (vc-version-backup-file-name): New optional args
8877 MANUAL and REGEXP.
8878 (vc-delete-automatic-version-backups, vc-make-version-backup):
8879 New functions.
8880 (vc-before-save): Use the latter.
8881 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
8882 confusion.
8883
8884 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
8885 expected by vc[-hooks].el.
8886
8887 * vc.el (vc-checkout): Added `-p' suffix in call to
8888 vc-make-version-backups-p; use vc-make-version-backup to actually
8889 make the backup.
8890 (vc-version-other-window, vc-version-backup-file): Handle both
8891 automatic and manual backups.
8892 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
8893 of all of them.
8894
8895 2000-10-22 Miles Bader <miles@gnu.org>
8896
8897 * comint.el (comint-highlight-input, comint-highlight-prompt):
8898 Renamed, `-face' at end removed.
8899 (comint-send-input, comint-output-filter): Use renamed faces.
8900
8901 * window.el (fit-window-to-buffer): Change defaulting of
8902 MAX-HEIGHT slightly.
8903
8904 * faces.el (color-values, color-defined-p): Use `member', not
8905 `memq', because it works correctly for strings.
8906 (frame-set-background-mode): Actually, "unspecified-fg" and
8907 "unspecified-bg" *are* strings. Use `member', not `memq', and
8908 `equal', not `eq', when a string value is possible.
8909
8910 2000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
8911
8912 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
8913
8914 2000-10-21 Stefan Monnier <monnier@cs.yale.edu>
8915
8916 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
8917 sh-electric-rparen, sh-electric-less and sh-electric-hash.
8918 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
8919 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
8920 (sh-font-lock-syntactic-keywords): Use them.
8921 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
8922 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
8923 (sh-mode): Don't override font-lock-unfontify-region-function.
8924 Use a copy of sh-font-lock-syntactic-keywords.
8925 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
8926 Don't call sh-scan-buffer since font-lock does it on the fly.
8927 (sh-get-indent-info): Use `face' rather than `syntax-table'
8928 text-property to detect here-documents.
8929 Replace sh-special-syntax with sh-st-punc.
8930 (sh-prev-line): Use `face' rather than `syntax-table'
8931 text-property to skip over here-documents.
8932 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
8933 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
8934 (sh-electric-less, sh-set-here-doc-region)
8935 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
8936 (sh-scan-buffer, sh-rescan-buffer): Remove.
8937
8938 2000-10-21 Andrew Innes <andrewi@gnu.org>
8939
8940 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
8941 remote (ange-ftp) file names.
8942
8943 2000-10-21 Miles Bader <miles@gnu.org>
8944
8945 * window.el (fit-window-to-buffer): New function.
8946 (shrink-window-if-larger-than-buffer): Use it.
8947 (window-text-height): Don't expect minibuffers to have mode-lines.
8948
8949 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
8950 * international/quail.el (quail-update-guidance):
8951 Use `fit-window-to-buffer' instead of `set-window-text-height'.
8952
8953 * international/quail.el (quail-show-guidance-buf): Make sure
8954 guidance window really has enough room.
8955 (quail-update-guidance): If quail-guidance-win is already shown,
8956 make sure its height is OK.
8957
8958 * window.el (window-text-height, set-window-text-height):
8959 New functions.
8960 (shrink-window-if-larger-than-buffer): Use `window-text-height'
8961 instead of `window-height' & `mode-line-window-height-fudge'.
8962 (mode-line-window-height-fudge): Add FACE parameter.
8963 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
8964 instead of `enlarge-window' & `mode-line-window-height-fudge'.
8965
8966 2000-10-20 Miles Bader <miles@gnu.org>
8967
8968 * window.el (height-affecting-face-attributes): Use `defconst'.
8969
8970 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
8971 New function, conditionally aliased to `mode-line-window-height-fudge'.
8972 (ispell-help): Use it.
8973 (ispell-choices-win-default-height): Don't include mode-line fudge.
8974 (ispell-choices-win-default-height): New function.
8975 (ispell-show-choices, ispell-command-loop): Use function
8976 `ispell-choices-win-default-height' instead of variable.
8977
8978 2000-10-20 Miles Bader <miles@lsi.nec.co.jp>
8979
8980 * window.el (mode-line-window-height-fudge): New variable.
8981 (height-affecting-face-attributes): New variable.
8982 (mode-line-window-height-fudge): New function.
8983 (shrink-window-if-larger-than-buffer): Use it.
8984 * help.el (resize-temp-buffer-window): Likewise.
8985
8986 * info.el (Info-fontify-node): Add support for @subsubsection
8987 titles, which use `Info-title-4-face'.
8988 (Info-title-4-face): New face.
8989 (Info-title-3-face): Inherit from Info-title-4-face instead of
8990 variable-pitch.
8991
8992 2000-10-19 Jason Rumney <jasonr@gnu.org>
8993
8994 * dired.el (dired-insert-directory): Do not let errors signalled by
8995 attempt to run dired-free-space-program prevent dired from working.
8996
8997 2000-10-19 Stefan Monnier <monnier@cs.yale.edu>
8998
8999 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
9000
9001 2000-10-19 Gerd Moellmann <gerd@gnu.org>
9002
9003 * dirtrack.el (dirtrack): Fix call to run-hooks.
9004
9005 * cmuscheme.el (cmuscheme-program-name): Renamed from
9006 scheme-program-name because xscheme.el contains a defcustom with
9007 the same name. As a consequence, customizing group `cmuscheme'
9008 loaded `xscheme' which redefined run-scheme.
9009 (run-scheme): Use cmuscheme-program-name.
9010
9011 * ps-print.el (ps-print-emacs-type): Move into the eval-and-compile.
9012
9013 * play/doctor.el (doctor-death): Update the Samaritans'
9014 anonymous address, and add a website for Befrienders International.
9015
9016 2000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9017
9018 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
9019 Avoid compilation gripes. Doc fix.
9020 (ps-print-version): New version number (6.2).
9021 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
9022 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
9023 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
9024 (ps-x-extent-priority, ps-x-extent-start-position)
9025 (ps-x-face-font-instance, ps-x-find-coding-system)
9026 (ps-x-font-instance-properties, ps-x-make-color-instance)
9027 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
9028 avoid compilation gripes without defining functions.
9029 (ps-e-find-composition): Alias for function find-composition, to have a
9030 suitable function depending on Emacs version.
9031 (ps-color-device, ps-color-values, ps-face-foreground-name)
9032 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
9033 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
9034 (ps-print-ensure-fontified): Function definitions surrounded by
9035 `eval-and-compile' to avoid compilation gripes.
9036 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
9037 by symbol-value to avoid compilation gripes.
9038 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
9039 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
9040
9041 2000-10-19 Miles Bader <miles@lsi.nec.co.jp>
9042
9043 * startup.el (normal-top-level): Call `frame-set-background-mode'
9044 after `frame-notice-user-settings' because the latter doesn't call
9045 the former on a tty.
9046
9047 * faces.el (frame-set-background-mode): `unspecified' &c are
9048 symbols, not strings.
9049
9050 2000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
9051
9052 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
9053 why some "light*" colors are deliberately absent from the alist.
9054
9055 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
9056 Change colors for tty's, as suggested by Miles Bader.
9057
9058 2000-10-19 Kenichi Handa <handa@etl.go.jp>
9059
9060 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
9061 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
9062 for ISO10646-1 fonts.
9063 (x-font-name-charset-alist): Add an entry for "iso10646-1".
9064
9065 2000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
9066
9067 * faces.el (frame-set-background-mode): If a tty frame defines a
9068 background color, use that to compute the background mode, instead
9069 of always defaulting to "dark".
9070
9071 2000-10-19 Miles Bader <miles@lsi.nec.co.jp>
9072
9073 * comint.el (comint-write-output): New function.
9074 (comint-mode-map): Add it to the menu.
9075 Bind `C-c C-s' to comint-write-output.
9076
9077 2000-10-18 Gerd Moellmann <gerd@gnu.org>
9078
9079 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
9080 Use fancy-splash-delay.
9081
9082 2000-10-18 Alex Schroeder <alex@gnu.org>
9083
9084 * progmodes/sql.el (sql-sybase-options): New option.
9085 (sql-sybase): Use it. Add sql-database to the list of parameters
9086 provided for login. The options -w 2048 -n are not used any more.
9087
9088 * comint.el (comint-read-input-ring): Bugfix such that the first
9089 and the last entry of the input ring file are not lost.
9090
9091 2000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9092
9093 * ps-print.el: Internal variable changes to defcustom,
9094 make-local-hook changes to defvar. Doc fix.
9095 (ps-print-version): New version number (6.1).
9096 (ps-setup, ps-do-despool): Code fix.
9097 (ps-printer-name): Customization fix.
9098 (ps-printer-name-option): Now is a defcustom instead of an
9099 internal variable.
9100 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
9101 (ps-print-begin-column-hook): Now are defvar instead of
9102 make-local-hook.
9103
9104 2000-10-18 Miles Bader <miles@gnu.org>
9105
9106 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
9107 (comint-kill-output): Changed into an alias for `comint-delete-output',
9108 and made obsolete.
9109 (comint-mode-map): Rename references to comint-kill-output.
9110
9111 2000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
9112
9113 * diff-mode.el (diff-header-face, diff-file-header-face)
9114 (diff-changed-face): Add bold and italic attributes to tty faces.
9115 (diff-function-face): New face.
9116 (diff-font-lock-keywords): Use it.
9117
9118 2000-10-18 Miles Bader <miles@lsi.nec.co.jp>
9119
9120 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
9121 Remove commented-out call to force-mode-line-update.
9122 (comint-kill-output): Use `forward-line 0' instead of
9123 beginning-of-line to make sure we get past the prompt.
9124
9125 2000-10-17 Stefan Monnier <monnier@cs.yale.edu>
9126
9127 * diff-mode.el (diff-header-face, diff-file-header-face):
9128 Add specific setting for dark background.
9129 (diff-context-face): Renamed from diff-comment-face.
9130 Set explicitly rather than inheriting from font-lock-comment-face.
9131
9132 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
9133
9134 * startup.el (command-line): Move the code which sets the default
9135 TTY colors to before before-init-hook.
9136
9137 2000-10-17 Gerd Moellmann <gerd@gnu.org>
9138
9139 * jit-lock.el (jit-lock-stealth-time): Doc fix.
9140
9141 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
9142
9143 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
9144 extensions, for MS-DOS.
9145
9146 * diff-mode.el (diff-header-face, diff-file-header-face)
9147 (diff-changed-face): Define tty-specific colors.
9148
9149 2000-10-17 Gerd Moellmann <gerd@gnu.org>
9150
9151 * startup.el (fancy-splash-text): Realign the text.
9152
9153 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
9154
9155 * font-lock.el (font-lock-comment-face): Define a separate default
9156 for dark-background tty's.
9157
9158 2000-10-17 Miles Bader <miles@gnu.org>
9159
9160 * help.el (resize-temp-buffer-window): Add hack to avoid last line
9161 being obscured by whizzy mode-lines on graphics displays.
9162
9163 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
9164
9165 * info.el (Info-title-1-face, Info-title-2-face)
9166 (Info-title-3-face): Define colors for tty's.
9167 (info-header-node): Remove unneeded tty-specific definition.
9168
9169 2000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
9170
9171 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
9172 reverse from the frame parameters, and don't invert foreground and
9173 background colors.
9174
9175 2000-10-16 Miles Bader <miles@gnu.org>
9176
9177 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
9178 string "*Info*". Call propertized-buffer-identification to spruce
9179 up the result.
9180
9181 2000-10-16 Gerd Moellmann <gerd@gnu.org>
9182
9183 * help.el: Provide `help' for the sake of define-minor-mode
9184 which generates defcustoms with requires.
9185
9186 * jit-lock.el (jit-lock-after-change): If we're in text that
9187 matches a multi-line font-lock pattern, make sure the whole text
9188 will be redisplayed.
9189
9190 * emacs-lisp/authors.el (authors-add): Don't add an entry if
9191 author's name is unknown.
9192
9193 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
9194 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
9195 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
9196 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
9197 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
9198 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
9199 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
9200 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
9201 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
9202 Add author information.
9203
9204 2000-10-16 Miles Bader <miles@lsi.nec.co.jp>
9205
9206 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
9207 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
9208 full-color version (using the Gimp) to eliminate dithering artifacts.
9209
9210 2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
9211
9212 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
9213
9214 * simple.el (syntax-flag-table, string-to-syntax): Remove.
9215
9216 2000-10-15 Dave Love <fx@gnu.org>
9217
9218 * progmodes/sh-script.el: Require skeleton and comint when compiling.
9219
9220 * pcomplete.el (pcomplete) <defgroup>: Add :version.
9221
9222 * whitespace.el: Doc fixes.
9223 (top-level): Don't add hooks here.
9224 (whitespace-running-emacs): Deleted.
9225 (timer): Don't require.
9226 (whitespace): Add back :version conditional on xemacs test.
9227 (whitespace-spacetab-regexp, whitespace-indent-regexp)
9228 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
9229 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
9230 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
9231 Avoid specific xemacs test.
9232 (whitespace-global-mode): New option.
9233 (whitespace-global-mode): New command.
9234 (whitespace-unload-hook): New function.
9235
9236 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
9237 (Info-fontify-node, Info-goto-node, Info-mode-menu)
9238 (Info-fontify-node): `Goto' goes to `Go to'.
9239 (Info-fontify-node): Add help-echo to xref links.
9240
9241 2000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
9242
9243 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
9244
9245 2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
9246
9247 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
9248 Use plist-get and allow :inherit.
9249
9250 * emacs-lisp/cl-macs.el (cl-do-arglist):
9251 Use plist-get and plist-member instead of memq.
9252
9253 * emacs-lisp/ewoc.el (ewoc-location): New function.
9254 (ewoc-enter-after, ewoc-enter-before): Document return value.
9255 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
9256 Don't need make-local-hook any more.
9257 (cvs-addto-collection): Return the new tin.
9258 (cvs-mode-insert): Jump to the new line.
9259
9260 * jit-lock.el (jit-lock-fontify-buffer): Remove.
9261
9262 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
9263
9264 * font-lock.el (font-lock-syntactically-fontified): New var.
9265 (font-lock-fontify-syntactic-keywords-region): Use it.
9266 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
9267
9268 * diff-mode.el (diff-find-file-name): Fix regexp.
9269
9270 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
9271 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
9272
9273 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
9274 (sh-mode-syntax-table): Add punctuation syntax for < and >.
9275 (sh-mode): Don't make all vars local here.
9276 (sh-kw): Reformat.
9277 (sh-set-shell): Use dolist. Don't set indent-region-function.
9278 (sh-mode-syntax-table): Use pop.
9279 (sh-remember-variable): Use push.
9280 (sh-help-string-for-variable): Use memq.
9281 (sh-safe-backward-sexp): Remove.
9282 (sh-safe-forward-sexp): Add ARG.
9283 (sh-get-indent-info, sh-prev-stmt): Use it.
9284 (sh-prev-line): Simplify by using forward-comment.
9285 (sh-this-is-a-continuation): Simplify.
9286 (sh-learn-buffer-indent): Use dolist.
9287 (sh-do-nothing): Remove.
9288 (sh-set-char-syntax, sh-set-here-doc-region):
9289 Use inhibit-modification-hooks.
9290 (sh-name-style): Use mapcar and push.
9291 (sh-load-style): Use dolist.
9292 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
9293 (sh-case, sh-while-getopts): Use propertize directly rather
9294 than sh-electric-rparen.
9295
9296 2000-10-14 Stefan Monnier <monnier@cs.yale.edu>
9297
9298 * textmodes/tex-mode.el: Require CL when compiling.
9299 (tex-mode-syntax-table): Init immediately.
9300 (tex-mode-map): Bind M-RET to latex-insert-item.
9301 (latex-mode): Set indent-line-function to latex-indent.
9302 (tex-common-initialization): Don't setup the syntax-table any more.
9303 (latex-insert-item): New skeleton.
9304 (tex-next-unmatched-end): Fix copy/paste braino.
9305 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
9306 (latex-indent, latex-find-indent): New functions.
9307 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
9308 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
9309 (tex-compilation-parse-errors): Use with-syntax-table.
9310
9311 2000-10-15 Miles Bader <miles@gnu.org>
9312
9313 * font-lock.el (font-lock-comment-face): Change dark-background,
9314 color, non-tty, default to `chocolate1'.
9315
9316 2000-10-13 John Wiegley <johnw@gnu.org>
9317
9318 * eshell/esh-util.el (require): Added a missing `require' form,
9319 needed when compiling (for an ange-ftp macro definition).
9320
9321 2000-10-13 Dave Love <fx@gnu.org>
9322
9323 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
9324
9325 2000-10-13 Gerd Moellmann <gerd@gnu.org>
9326
9327 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc fix.
9328
9329 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
9330 transparent -colors 8).
9331
9332 2000-10-13 Stephen Gildea <gildea@stop.mail-abuse.org>
9333
9334 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
9335 that breaks with old list format timestamps.
9336 (time-stamp-warn-inactive, time-stamp-old-format-warn)
9337 (time-stamp-count, time-stamp-conversion-warn): Improved doc strings.
9338
9339 2000-10-13 John Wiegley <johnw@gnu.org>
9340
9341 * align.el, pcomplete.el, calendar/timeclock.el,
9342 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
9343
9344 * calendar/timeclock.el (timeclock-find-discrep): A fix to some
9345 faulty math, where holiday hours were being computing as seconds.
9346
9347 2000-10-13 John Wiegley <johnw@gnu.org>
9348
9349 * desktop.el (desktop-buffer-modes-to-save): Added a global for
9350 specifying what "other" kinds of buffers should be saved.
9351 This used to be hard-coded.
9352 (desktop-buffer-misc-functions): A global for specifying how
9353 auxiliary data should be determined for special buffer types.
9354 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
9355 instead of hard-coding the special buffer types.
9356 (desktop-save): Run `desktop-buffer-misc-functions' to gather
9357 auxiliary data, instead of hard-coding for Info buffers and dired.
9358 (desktop-buffer-info-misc-data): Aux function for determining Info
9359 buffer auxiliary info.
9360 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
9361 (desktop-buffer-info): Changed this function to use the info
9362 gathered above.
9363 (desktop-create-buffer): Be a little more careful about what
9364 `minor-mode' means before calling it. This is important for some
9365 buffer types.
9366
9367 2000-10-13 John Wiegley <johnw@gnu.org>
9368
9369 * eshell/esh-util.el: Added a global form which declares an
9370 autoload for `parse-time-string', if that function is not already
9371 defined, and if parse-time.el is available on the user's system.
9372
9373 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
9374 to be aware of ange-ftp user info.
9375 (eshell-do-ls): Bind `ange-cache'. Also, use `eshell-file-attributes'.
9376 (eshell-ls-annotate): Use `eshell-file-attributes'.
9377 (eshell-ls-file): Made the user-id printing code a bit smarter.
9378
9379 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
9380 allow identification of alias user ids in remote directories.
9381 It's manual, but there's no other way to know when the current user
9382 on the local machine, is also the owning user on the remote machine.
9383 (fboundp): Bind `ange-cache'.
9384 (eshell-directory-files-and-attributes): Re-organized the logic a
9385 bit to use `eshell-file-attributes' instead of `file-attributes'.
9386 The former is more sensitive to directories that are read via FTP,
9387 and knows how to use ange-ftp to determine full attribute
9388 information, instead of just the name and last modtime.
9389 (eshell-current-ange-uids): Return the current user id when in a
9390 remote directory.
9391 (eshell-parse-ange-ls): Parse a full directory listing that has
9392 been returned by ange-ftp.
9393 (eshell-file-attributes): This beefed up version of
9394 `file-attributes' is only special if the user is currently in a
9395 remote directory, in which case it does a lot of work to find out
9396 what the real attributes of a file are, as they appear on the
9397 remote machine. This makes usage of remote directories (i.e.,
9398 ange-ftp pathnames) much more useful. You can now use Eshell as a
9399 full-fledged FTP client, with much more manipulation ability than
9400 most other clients.
9401
9402 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
9403 variable, which means that Eshell's du should always be preferred
9404 in remote directories.
9405 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
9406 just `file-attributes'.
9407 (eshell-mvcp-template): Bind `ange-cache', to improve performance
9408 when reading remote directories. This is an Eshell-specific
9409 variable (not part of ange-ftp).
9410 (eshell/ln): Bind `ange-cache'.
9411 (eshell/du): Added some extra logic for determining when to use
9412 Eshell's du (which is slow), and when to use the external version
9413 (which may or may not exist).
9414
9415 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
9416 Call `eshell-interactive-process', rather than using
9417 `get-buffer-process', since backgrounded processes don't count in
9418 the context of this function's logic.
9419
9420 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
9421 `forward-char', so that null strings are parsed correctly.
9422
9423 2000-09-13 John Wiegley <johnw@gnu.org>
9424
9425 * eshell/em-pred.el (eshell-pred-file-type)
9426 (eshell-pred-file-links, eshell-pred-file-size):
9427 Use `eshell-file-attributes'. This is more correct over ange-ftp.
9428
9429 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
9430 that remote file globbing is more efficient.
9431
9432 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
9433 gathering the files and attributes within a directory.
9434
9435 * eshell/em-unix.el (eshell/cat): If any of the files passed on
9436 the command line is a special file (not a regular file, directory
9437 or symlink), always attempt to call the external version of cat.
9438
9439 2000-09-13 John Wiegley <johnw@gnu.org>
9440
9441 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
9442 Eshell-friendly version of find-tag.
9443
9444 2000-10-13 Miles Bader <miles@lsi.nec.co.jp>
9445
9446 * image-file.el (image-file-name-extensions)
9447 (image-file-name-regexps): Add autoload cookies.
9448
9449 2000-10-13 Kenichi Handa <handa@etl.go.jp>
9450
9451 * international/mule-cmds.el (select-safe-coding-system): If FROM
9452 is string, show it in *Warning* buffer.
9453
9454 2000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
9455
9456 * startup.el (normal-top-level): Use display-popup-menus-p instead
9457 of window-system.
9458 (command-line): Use display-graphic-p instead of window-system.
9459 (command-line-1): Use display-popup-menus-p and display-mouse-p
9460 instead of window-system.
9461
9462 2000-10-12 Sam Steingold <sds@gnu.org>
9463
9464 * tooltip.el (tooltip-use-echo-area): New user variable.
9465 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
9466
9467 2000-10-12 Dave Love <fx@gnu.org>
9468
9469 * recentf.el: Maintainer's checkdoc fixes.
9470
9471 * startup.el (normal-top-level-add-subdirs-to-load-path):
9472 Use character class, not ASCII when matching file names.
9473 (fancy-splash-head): Add trailing slash to URL.
9474 (command-line): Don't require XPM support for toolbar.
9475
9476 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
9477 (cperl-invalid-face): Revert last change.
9478 (cperl-init-faces): Quote cperl-invalid-face.
9479
9480 2000-10-12 Kenichi Handa <handa@etl.go.jp>
9481
9482 * startup.el (fancy-splash-text): Remove superfluous quote.
9483
9484 2000-10-12 Gerd Moellmann <gerd@gnu.org>
9485
9486 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
9487 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
9488 (command-line-1): Don't use fancy-splash-pending-command.
9489 (fancy-splash-screens-1): Goto point-min after inserting text.
9490
9491 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
9492
9493 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
9494 instead of shared-lisp-mode-map.
9495
9496 2000-10-12 Miles Bader <miles@lsi.nec.co.jp>
9497
9498 * faces.el (header-line): Change tty-variant to use underlining.
9499
9500 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
9501 (isearch-highlight): Restore lazy-isearch face properties at old
9502 position, and suppress them at new position.
9503 (isearch-dehighlight): Restore lazy-isearch face properties.
9504 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
9505 over the real isearch overlay, but in that case, don't give it a
9506 face property. Use `push'.
9507
9508 2000-10-12 Kenichi Handa <handa@etl.go.jp>
9509
9510 * man.el (Man-getpage-in-background): Fix previous change.
9511 Decode the process output only when we are in multibyte mode.
9512
9513 2000-10-11 Dave Love <fx@gnu.org>
9514
9515 * info.el (Info-mode-menu): Fix some help.
9516 (info-tool-bar-map): Add entry for Info-last.
9517
9518 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
9519 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
9520 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
9521 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
9522 * toolbar/search-replace.xpm, toolbar/exit.xpm:
9523 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
9524 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
9525 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
9526 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
9527 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
9528 Reduce colour requirements to 25 overall. (Probably wants
9529 revisiting from the originals to reduce further.)
9530
9531 2000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
9532
9533 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
9534 buffer-file-coding-system, instead of raw-text.
9535 (dehexlify-buffer): Bind coding-system-for-read to
9536 buffer-file-coding-system, instead of raw-text.
9537
9538 2000-10-11 Sam Steingold <sds@gnu.org>
9539
9540 * progmodes/cperl-mode.el (cperl-invalid-face): Double-quote
9541 `underline' - fixes the bug introduced on 2000-09-21.
9542
9543 2000-10-11 Dave Love <fx@gnu.org>
9544
9545 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
9546 Avoid compiler warnings.
9547 (scheme-mode): Doc fix.
9548 (scheme-font-lock-keywords-1): Match `define-syntax'.
9549
9550 2000-10-11 Miles Bader <miles@lsi.nec.co.jp>
9551
9552 * faces.el (frame-set-background-mode): Pay attention to saved
9553 face specs as well as default ones. Only do anything if the
9554 bg-mode or display-type has actually changed. Use `dolist'.
9555 (region): Make dark-background `region' face less in-your-face.
9556
9557 2000-10-10 Sam Steingold <sds@gnu.org>
9558
9559 * chistory.el, ielm.el, ledit.el:
9560 * progmodes/inf-lisp.el, progmodes/scheme.el:
9561 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
9562
9563 2000-10-10 Stefan Monnier <monnier@cs.yale.edu>
9564
9565 * textmodes/texinfo.el: Update copyright and fix typo.
9566
9567 * desktop.el (desktop-modes-not-to-save): New var.
9568 (desktop-save-buffer-p): Use it.
9569 Also, obey desktop-buffers-not-to-save even for non-file buffers.
9570 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
9571
9572 2000-10-10 Dave Love <fx@gnu.org>
9573
9574 * toolbar/tool-bar.el (tool-bar-add-item)
9575 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono display.
9576
9577 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
9578 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
9579 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
9580 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
9581 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
9582 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
9583 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
9584 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
9585 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
9586 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
9587 the .xpms; probably need retouching.
9588
9589 2000-10-10 Miles Bader <miles@lsi.nec.co.jp>
9590
9591 * subr.el (add-to-list): Add optional argument APPEND.
9592 * battery.el (display-battery): Use `add-to-list'.
9593
9594 2000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
9595
9596 * play/zone.el (zone-timer, zone-wc-tbl): Rework these vars as symbol
9597 properties.
9598 (zone, zone-when-idle, zone-leave-me-alone)
9599 (zone-pgm-whack-chars): Use new symbol properties.
9600
9601 * battery.el (display-battery): Doc spelling fix.
9602
9603 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
9604 property.
9605
9606 2000-10-09 Dave Love <fx@gnu.org>
9607
9608 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
9609 has been initialized before calling tool-bar-setup.
9610 (tool-bar-add-item-from-menu): Add autoload cookie.
9611
9612 2000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
9613
9614 * menu-bar.el (send-mail-item-name): New function.
9615 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
9616 of mail-user-agent in the menu. Don't display the "Send Mail"
9617 item if mail-user-agent is nil or its value is ignore.
9618 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
9619 if read-mail-command is nil or its value is ignore.
9620
9621 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
9622
9623 2000-10-09 Miles Bader <miles@gnu.org>
9624
9625 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
9626 Correct image size.
9627 * toolbar/left_arrow.xpm: Correct image size.
9628
9629 * jka-compr.el: Don't call `jka-compr-install' when loading (it
9630 will be done by the definition of `auto-compression-mode' if
9631 necessary. Move code to uninstall existing file-name handler
9632 before definition of `auto-compression-mode'.
9633
9634 * image-file.el (auto-image-file-mode): Move to the end of the
9635 file, because `define-minor-mode' actually calls the mode-function
9636 if the associated variable is non-nil, which requires that all
9637 needed functions be already defined.
9638
9639 * mouse.el (popup-menu): Balance parens.
9640
9641 2000-10-08 Stefan Monnier <monnier@cs.yale.edu>
9642
9643 * mouse.el (popup-menu): Move the command call outside the loop
9644 so that popup-menu returns whatever the command returns.
9645
9646 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
9647 (initialize-new-tags-table): Use run-hook-with-args-until-success.
9648 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
9649 (tags-table-format-functions): Renamed from tags-table-format-hooks.
9650
9651 * vc.el (vc-version-diff): diff-switches can be a list.
9652 Use relative filenames for prettier output.
9653
9654 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
9655 (vc-post-command-functions): Remove old-VC compatibility code.
9656
9657 * newcomment.el (comment-indent-default): Autoload.
9658
9659 * font-lock.el (font-lock-defaults): Make buffer-local.
9660 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
9661 (font-lock-choose-keywords):
9662 Ignore LEVEL unless KEYWORDS is a list of syms.
9663 (c-keywords, c++-keywords, objc-keywords, java-keywords):
9664 Don't wrap regexp-opt things in \(...\) unnecessarily.
9665
9666 * jit-lock.el: Don't require font-lock any more.
9667 (jit-lock-functions): Make buffer-local.
9668 (jit-lock-saved-fontify-buffer-function): Remove.
9669 (jit-lock-mode): Remove autoload cookie.
9670 Remove font-lock specific code.
9671 (jit-lock-unregister): Don't bother handling complex hooks any more.
9672 (jit-lock-refontify): New function.
9673 (jit-lock-fontify-buffer): Use it.
9674 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
9675 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
9676 Add optional args START and END.
9677 Never call font-lock-fontify-region directly.
9678 (jit-lock-function, jit-lock-stealth-fontify): Use it.
9679
9680 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
9681
9682 2000-10-08 Dave Love <fx@gnu.org>
9683
9684 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
9685
9686 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
9687
9688 * play/studly.el (studlify-region, studlify-word): Add autoload
9689 cookie.
9690
9691 * play/morse.el (morse-region, unmorse-region): Add autoload
9692 cookie.
9693
9694 * play/spook.el (spook-phrases-file): Use expand-file-name, not
9695 concat.
9696
9697 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
9698 insist on symbols starting with word syntax.
9699 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
9700 (eval-defun-1): Doc fix.
9701 (indent-sexp): Use nconc to build up indent-stack.
9702
9703 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
9704 Gnus with little use.
9705 (mail-setup-hook): Add mail-abbrevs-setup to options.
9706
9707 * recentf.el: Doc fixes.
9708
9709 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
9710 Clean up remainder.
9711
9712 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
9713 without timezone and (8) with timezone to enforce some whitespace.
9714 Simplify code somewhat.
9715
9716 * options.el (list-options): Doc that you should use customize.
9717
9718 * iswitchb.el (iswitchb-mode): Add :require.
9719
9720 * info.el (Info-goto-node, Info-menu): Doc fix.
9721 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
9722 (info-tool-bar-map): New variable.
9723 (Info-mode): Use it.
9724 (Info-edit-map): Define all in defvar.
9725 (speedbar-attached-frame): Avoid compiler warning.
9726
9727 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
9728 (global-map): Bind [tool-bar] to a filtered map.
9729 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
9730 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
9731 Allow PBM icons.
9732 (tool-bar-setup): Adjust calls of tool-bar-add-item.
9733
9734 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
9735 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
9736 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
9737 icons, except up_arrow, which is left-arrow rotated.
9738
9739 * imenu.el (imenu-add-to-menubar): Fix last change.
9740
9741 2000-10-08 Peter Breton <pbreton@ne.mediaone.net>
9742
9743 * generic-x.el (rul-generic-mode): Remove eval-when-compile
9744 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
9745
9746 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
9747
9748 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
9749 typos in doc strings.
9750
9751 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
9752 the doc strings how to customize Font Lock faces.
9753
9754 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
9755 computing growth when dragging the header line.
9756
9757 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
9758
9759 * simple.el (kill-line): Doc fix.
9760
9761 2000-10-08 Miles Bader <miles@gnu.org>
9762
9763 * faces.el (secondary-selection): Make foreground visible on tty.
9764
9765 * jka-compr.el (auto-compression-mode): Move to the end of the
9766 file, because `define-minor-mode' actually calls the mode-function
9767 if the associated variable is non-nil, which requires that all
9768 needed functions be already defined.
9769 (with-auto-compression-mode): Add autoload cookie.
9770
9771 2000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
9772
9773 * files.el (find-backup-file-name) [ms-dos]: If support for long
9774 file names is not available, behave as if version-control were set
9775 to never.
9776
9777 2000-10-07 Dave Love <fx@gnu.org>
9778
9779 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
9780 (browse-url-gnome-moz): New function.
9781 (browse-url-browser-function): Use it.
9782 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
9783
9784 2000-10-07 Stefan Monnier <monnier@cs.yale.edu>
9785
9786 * indent.el (tab-always-indent): New var.
9787 (indent-for-tab-command): Use it.
9788
9789 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
9790 raise an error. This way it can still default to a sane value.
9791
9792 2000-10-06 Stefan Monnier <monnier@cs.yale.edu>
9793
9794 * startup.el (fancy-splash-screens): Use local rather than global map.
9795 Don't use `update-menu-bindings' any more.
9796 Get rid of assumptions about keymap representation.
9797
9798 2000-10-06 Dave Love <fx@gnu.org>
9799
9800 * textmodes/fill.el (sentence-end-double-space)
9801 (sentence-end-without-period): Doc fix.
9802 (adaptive-fill-regexp): Purecopy.
9803 (unjustify-current-line): Use line-end-position.
9804 (fill-individual-paragraphs-prefix): Use line-beginning-position.
9805
9806 * net/eudc-vars.el (eudc): Add :version, :link.
9807
9808 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
9809
9810 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
9811 Fix for define-minor-mode.
9812 (function-at-point): Alias to function-called-at-point.
9813
9814 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
9815
9816 * simple.el (backward-word): Doc fix.
9817
9818 * image-file.el (image-file-name-regexp): image-file-regexps ->
9819 image-file-name-regexps.
9820 (image-file-name-extensions): Add pbm.
9821
9822 2000-10-06 Stefan Monnier <monnier@cs.yale.edu>
9823
9824 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
9825 and add filename to the names so that diff-mode can jump to source.
9826
9827 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
9828 (tex-font-lock-keywords, tex-font-lock-keywords-2)
9829 (tex-font-lock-keywords-1): Remove.
9830 (font-lock-turn-on-thing-lock): Use jit-lock-register.
9831 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
9832 (font-lock-default-fontify-region):
9833 Expand beg..end correctly when just following a multiline region.
9834 (font-lock-fontify-anchored-keywords):
9835 Include the anchor text as part of the multiline.
9836
9837 2000-10-06 Gerd Moellmann <gerd@gnu.org>
9838
9839 * loadup.el (toplevel): Load `loaddefs' before `help' because the
9840 latter needs the autoloaded define-minor-mode macro during the
9841 bootstrap.
9842
9843 * startup.el (command-line): For now, activate tool-bar-mode only
9844 if XPM images are supported.
9845
9846 * mouse.el (mouse-drag-header-line): Don't allow resizing a
9847 window by dragging a header-line at the top of the frame; that's
9848 confusing because the header-line doesn't move.
9849 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
9850 of treating the event as a list. Some cleanup.
9851
9852 2000-10-06 Miles Bader <miles@gnu.org>
9853
9854 * simple.el (display-message-or-buffer): New function.
9855 (shell-command-on-region): Use `display-message-or-buffer'.
9856
9857 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
9858 docstring parts.
9859
9860 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
9861 (smbclient-prompt-regexp): Add usage note to doc string.
9862 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
9863 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
9864 Use add-hook for adding the comint filter function, and only do so
9865 if it's not already in the global hook list.
9866 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
9867 to `make-local-variable'.
9868 (nslookup-font-lock-keywords): Remove prompt entry.
9869 (nslookup): Don't set the process-filter.
9870 (finger): Exit the loop correctly when the regexps list runs out.
9871 (ftp, smbclient, smbclient-list-shares):
9872 Set the real major mode immediately, not after execing.
9873 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
9874
9875 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
9876
9877 2000-10-05 Stefan Monnier <monnier@cs.yale.edu>
9878
9879 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
9880
9881 * which-func.el (which-func-format): Remove spurious space.
9882 (which-func-mode): Don't make it permanent-local.
9883 (which-func-ff-hook): Allow which-func-maxout to be nil.
9884 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
9885 (which-func-mode): Simplify.
9886 Use post-command-idle-hook rather than post-command-hook.
9887 Go through all buffers and update their state.
9888 (which-function): Also try add-log-current-defun-function.
9889
9890 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
9891 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
9892 Update call to with-vc-properties accordingly.
9893 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
9894 (vc-revert-buffer): More careful about window selection and deletion.
9895 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
9896
9897 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
9898 (cvs-retrieve-revision): Reuse a pre-existing buffer.
9899 (cvs-dired-action): Change the default to quickdir.
9900
9901 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
9902 if comment-indent-function returns nil.
9903 (comment-indent-default): New function.
9904 (comment-indent-function): Use it and document the new semantics.
9905
9906 * image-file.el: Docstring fixes.
9907
9908 * help.el (help-xref-on-pp): Use match-string.
9909 (describe-variable): New arg BUFFER.
9910 Store the current buffer in the help-xref-stack.
9911 (temp-buffer-resize-mode): Use define-minor-mode.
9912
9913 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
9914 consistently with its docstring.
9915 Set jit-lock-first-unfontify-pos in an idempotent way.
9916 (jit-lock-register): Autoload and add arg CONTEXTUAL.
9917
9918 2000-10-05 Alex Schroeder <alex@gnu.org>
9919
9920 * sql.el (sql-mysql-options): New variable.
9921 (sql-mysql): Use it.
9922
9923 2000-10-05 Miles Bader <miles@lsi.nec.co.jp>
9924
9925 * image.el (image): New group.
9926
9927 * smerge-mode.el (smerge-mine-face, smerge-other-face)
9928 (smerge-base-face, smerge-markers-face): Add dark-background variants.
9929
9930 2000-10-04 Peter Breton <pbreton@ne.mediaone.net>
9931
9932 * net/net-utils.el (nslookup-font-lock-keywords)
9933 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
9934 Ignore the value of wqindow-system; always define keywords
9935
9936 2000-10-05 Kenichi Handa <handa@etl.go.jp>
9937
9938 * startup.el (fancy-splash-screens): Remove the code for
9939 debugging; `(trace-to-stderr "EXITTT\n")'.
9940
9941 2000-10-05 Miles Bader <miles@gnu.org>
9942
9943 * diff-mode.el (diff-goto-source): Update call to
9944 `diff-hunk-status-msg' to reflect new REV variable.
9945
9946 2000-10-04 Stefan Monnier <monnier@cs.yale.edu>
9947
9948 * progmodes/icon.el (icon-mode):
9949 Don't gratuitously override the default for comment-column.
9950
9951 * vc-hooks.el (vc-mode-line): Fix interactive spec.
9952
9953 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
9954 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
9955 (jit-lock-functions): New var.
9956 (jit-lock-function-1): Use it if non-nil.
9957 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
9958 Set the `fontified' property before doing the fontification to avoid
9959 repeatedly going through the same error.
9960 Don't turn errors into messages.
9961 (jit-lock-register, jit-lock-unregister): New functions.
9962
9963 * dired.el (dired-mark-pop-up): Turn comment into docstring.
9964 Use with-current-buffer.
9965
9966 * dired-aux.el (dired-do-create-files, dired-kill-tree):
9967 Turn comment into docstring.
9968
9969 * apropos.el (apropos-mode): Use define-derived-mode.
9970
9971 2000-10-04 Gerd Moellmann <gerd@gnu.org>
9972
9973 * startup.el (fancy-splash-pending-command): New variable.
9974 (fancy-splash-pre-command): New function.
9975 (fancy-splash-screens): Rewritten.
9976 (command-line-1): If fancy-splash-pending-command is set, call it
9977 interactively.
9978
9979 2000-10-04 Dave Love <fx@gnu.org>
9980
9981 * toolbar/tool-bar.el (tool-bar-setup): New function.
9982 (tool-bar-mode): Use it.
9983
9984 * subr.el (substitute-key-definition): Doc fix.
9985 (play-sound-file): New command.
9986
9987 2000-10-04 Andre Spiegel <spiegel@gnu.org>
9988
9989 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
9990 vc-version-backup-file-name): New functions.
9991
9992 * files.el (basic-save-buffer): Call vc-before-save before saving.
9993
9994 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
9995 vc-cvs-stay-local-p.
9996
9997 * vc.el (vc-revert-buffer): Handle empty diff properly.
9998 (vc-version-backup-file): New function.
9999 (vc-checkout): Create a version backup if necessary.
10000 (vc-checkin): If a version backup file exists, delete it.
10001 (vc-version-diff): Diff locally using version backups, if available.
10002 (vc-revert-file): If there's a version backup, revert locally.
10003 (vc-transfer-file): Use version backup for base version, if
10004 available. If not, ask for confirmation whether to get it from the
10005 server. Update mode line before check-in.
10006
10007 2000-10-04 Dave Love <fx@gnu.org>
10008
10009 * toolbar/tool-bar.el (tool-bar-setup): New function.
10010 (tool-bar-mode): Use it.
10011
10012 2000-10-04 Peter Breton <pbreton@ne.mediaone.net>
10013
10014 * net/net-utils.el (nslookup-font-lock-keywords)
10015 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
10016 Only set if window-system is non-nil
10017 (net-utils-run-program): Returns buffer.
10018 (network-connection-reconnect): Added this function.
10019
10020 * generic.el:
10021 Incorporates extensive cleanup and docfixes by
10022 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
10023 Uses cl compile-time macros.
10024 (generic-mode-name, generic-comment-list)
10025 (generic-keywords-list, generic-font-lock-expressions)
10026 (generic-mode-function-list, generic-mode-syntax-table):
10027 Removed variables.
10028 (generic-mode-alist): Renamed to generic-mode-list.
10029 (generic-find-file-regexp): Default changed to "^#".
10030 (generic-read-type): Uses completing read on generic-mode-list.
10031 (generic-mode-sanity-check): removed this function.
10032 (generic-add-to-auto-mode): Removed this function
10033 (generic-mode-internal): Bind mode-specific definitions
10034 into function instead of putting them in alist.
10035 (generic-mode-set-comments): Reworked extensively.
10036 (generic-mode-find-file-hook): Simplified regexp searching
10037 (generic-make-keywords-list): Omit extra pair of parens
10038
10039 * find-lisp.el (find-lisp-find-files-internal):
10040 Make sure directory name ends with "/".
10041
10042 * generic-x.el (apache-conf-generic-mode):
10043 Regexp now allows leading whitespace.
10044 (rc-generic-mode): Added eval-when-compile
10045 around generic-make-keywords-list.
10046 Deleted duplicate regexp
10047 (rul-generic-mode): Added eval-when-compile
10048 around generic-make-keywords-list.
10049 (etc-fstab-generic-mode): New generic mode.
10050 (rul-generic-mode): Removed one eval-when-compile
10051 which caused a max-specpdl-size exceeded error.
10052
10053 2000-10-04 Miles Bader <miles@gnu.org>
10054
10055 * simple.el (minibuffer-temporary-goal-position): New variable.
10056 (next-history-element): Try to keep the position of point in the
10057 input string constant.
10058
10059 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
10060 (dired-do-create-files): If there's only one file, pass it in as
10061 the DEFAULT arg to dired-mark-read-file-name.
10062
10063 2000-10-03 Stefan Monnier <monnier@cs.yale.edu>
10064
10065 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
10066 (diff-goto-source): Be smarter when choosing REVERSE or not.
10067
10068 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
10069 (texinfo-mode-menu): Add an explicit shortcut for update all.
10070
10071 2000-10-03 Andre Spiegel <spiegel@gnu.org>
10072
10073 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
10074 factorize backend-specific code cleanly (this was essentially
10075 conceived by Stefan Monnier).
10076 (vc-unregister): Function removed.
10077 (vc-revert-file): New function.
10078 (vc-revert-buffer): Delegate some of the work to it.
10079
10080 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
10081 default branch unconditionally.
10082 (vc-rcs-set-default-branch): New function.
10083 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
10084 (vc-rcs-checkin): If an appropriate default branch has been set,
10085 force creation of that branch.
10086 (vc-rcs-receive-file): Rewritten to contain only backend-specific
10087 code (as suggested by Stefan Monnier).
10088
10089 2000-10-02 Gerd Moellmann <gerd@gnu.org>
10090
10091 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
10092 highlighting overlay with a different face over the overlay
10093 isearch uses to highlight the current match because that can lead
10094 to bad face combinations.
10095
10096 * loadup.el (toplevel): Load faces before isearch.
10097
10098 * isearch.el (isearch-faces): New custom group.
10099 (isearch): New defface; was already tested for in the code.
10100 (isearch-lazy-highlight-face): Changed to defface from defcustom.
10101 (isearch-highlight): Always use face `isearch'.
10102
10103 2000-10-02 Dave Love <fx@gnu.org>
10104
10105 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
10106 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
10107 comparison of opcode with operand.
10108
10109 2000-10-03 Miles Bader <miles@gnu.org>
10110
10111 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
10112 buffer, since the echo area will now grow to accommodate them.
10113
10114 2000-10-02 Andre Spiegel <spiegel@gnu.org>
10115
10116 * vc-hooks.el (vc-registered): If FILE used to be registered under
10117 a certain backend, try that one first.
10118
10119 * vc.el (vc-responsible-backend): Undo the previous change in the
10120 argument list. Handle multiple backends correctly.
10121 (vc-find-new-backend): Function removed.
10122 (vc-register): Use vc-responsible-backend, as before.
10123 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
10124
10125 2000-10-02 Gerd Moellmann <gerd@gnu.org>
10126
10127 * startup.el (fancy-splash-head): Change message below the
10128 logo.
10129
10130 2000-10-02 Miles Bader <miles@lsi.nec.co.jp>
10131
10132 * diff-mode.el (diff-goto-source): Emit a status message.
10133 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
10134 (diff-test-hunk): Fix doc string.
10135 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
10136 (diff-advance-after-apply-hunk): New variable.
10137 (diff-apply-hunk): Don't return a value.
10138
10139 2000-10-01 Stefan Monnier <monnier@cs.yale.edu>
10140
10141 * vc.el (vc-editable-p): Minor optimization.
10142 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
10143 (vc-find-new-backend): New function split from vc-responsible-backend.
10144 (vc-register): Use it.
10145 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
10146 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
10147 (vc-default-unregister, vc-revert-buffer): Docstring fix.
10148 (vc-clear-headers): Don't use find-file.
10149 (vc-revert-buffer): Use `and' again (must have been a braino).
10150 (vc-switch-backend): Only prompt if requested.
10151 Short circuit if nothing is to be done.
10152 Don't use vc-resynch-buffer which could lose unsaved editing.
10153 (vc-default-receive-file): Update call to vc-unregister.
10154 (with-vc-file, vc-next-action-on-file):
10155 Use vc-backend rather than vc-registered.
10156 (vc-next-action-on-file): Use intern-soft.
10157 Deal with read-only *vc-diff* buffer.
10158 (vc-transfer-file): Docstring fix.
10159
10160 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
10161 (vc-rcs-receive-file): Avoid with-vc-properties.
10162 Update call to vc-unregister.
10163 Use constant `RCS' rather than (dynamically bound) var `backend'.
10164
10165 2000-10-01 Andre Spiegel <spiegel@gnu.org>
10166
10167 * vc.el (vc-next-action-on-file): Update mode line only if file
10168 is visited.
10169 (vc-start-entry): New argument initial-contents. Don't visit the file
10170 if it isn't already visited. Brought documentation up-to-date.
10171 (vc-next-action, vc-register): Updated calls to vc-start-entry.
10172 (vc-checkin): New optional arg initial-contents, which is passed to
10173 vc-start-entry.
10174 (vc-finish-logentry): Make sure to bury log buffer only if there
10175 really is one. Call `vc-resynch-buffer' on log-file, not
10176 buffer-file-name.
10177 (vc-default-comment-history, vc-default-wash-log): New functions.
10178 (vc-index-of): Removed.
10179 (vc-transfer-file): Make do without the above.
10180 (vc-default-receive-file): Call comment-history unconditionally. Pass
10181 the resulting string to vc-checkin, instead of inserting it into the
10182 comment ring.
10183
10184 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
10185 unconditionally. Use the comments as initial contents of the log
10186 entry buffer. Document the trick to force branch creation with no
10187 changes.
10188
10189 2000-10-01 Miles Bader <miles@gnu.org>
10190
10191 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
10192 `recenter' with an arg to prevent redrawing the display.
10193
10194 2000-09-30 Stefan Monnier <monnier@cs.yale.edu>
10195
10196 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
10197
10198 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
10199
10200 * progmodes/c-mode.el (c-mode):
10201 Don't gratuitously override the default for comment-column.
10202
10203 * textmodes/tex-mode.el (latex-metasection-list): New var.
10204 (latex-imenu-create-index): Use it.
10205 Move the regexp construction outside loops (and use push).
10206 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
10207 (tex-font-lock-keywords): Moved from font-lock.el.
10208 (tex-comment-indent): Remove.
10209 (tex-common-initialization): Don't set comment-indent-function.
10210 (latex-block-default): New var.
10211 (tex-latex-block): Use it to provide a default choice.
10212 Add any unknown choice to latex-block-names.
10213 Insert [...] after {...}.
10214 (tex-last-unended-begin): Simplify regexp.
10215 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
10216 (latex-forward-sexp-1, latex-forward-sexp): New functions.
10217 (latex-mode): Set forward-sexp-function.
10218
10219 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
10220 Add regexp for @ignore ... @end ignore.
10221 (texinfo-heading-face): New face.
10222 (texinfo-font-lock-keywords): Use it.
10223 (texinfo-mode-menu): New menu.
10224 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
10225 New functions.
10226 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
10227 (texinfo-section-types-regexp, texinfo-section-level-regexp)
10228 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
10229 Remove declaration.
10230 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
10231
10232 * delsel.el (delete-selection-mode): Use define-minor-mode.
10233
10234 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
10235
10236 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
10237
10238 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
10239
10240 2000-09-30 Gerd Moellmann <gerd@gnu.org>
10241
10242 * replace.el (keep-lines-read-args): New function.
10243 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
10244 read arguments interactively. Add parameters RSTART and REND.
10245 Operate on the active region in Transient Mark mode.
10246
10247 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
10248
10249 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
10250 (authors-obsolete-files-regexps): New variable.
10251 (authors-add): Don't record changes in obsolete files.
10252
10253 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
10254
10255 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
10256
10257 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
10258 (comment-indent): Make sure there's a space between code and comment.
10259 Shift comments left to avoid going past fill-column.
10260
10261 2000-09-29 Gerd Moellmann <gerd@gnu.org>
10262
10263 * startup.el (startup-echo-area-message): New function.
10264 (display-startup-echo-area-message): Use it.
10265 (fancy-splash-screens): Rewritten to use keymaps and a timer.
10266 (fancy-splash-default-action): New function.
10267 (fancy-splash-screens-1): New function.
10268 (fancy-splash-head): Put a help-echo and a keymap under the image.
10269
10270 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
10271
10272 * diff-mode.el (diff-add-log-file-name): Remove.
10273 (diff-mode): Use add-log-buffer-file-name-function.
10274
10275 * add-log.el (find-change-log): New arg BUFFER-FILE.
10276 (add-log-file-name): Obey add-log-file-name-function.
10277 (add-log-buffer-file-name-function): New var.
10278 (add-change-log-entry): Use it.
10279
10280 2000-09-29 Miles Bader <miles@gnu.org>
10281
10282 * image-file.el (image-file-name-extensions): New variable.
10283 (image-file-name-regexps): Renamed from `image-file-regexps'.
10284 New default value is nil. Call `auto-image-file-mode'.
10285 (image-file-name-regexp): New function.
10286 (auto-image-file-mode): New minor mode.
10287 (insert-image-file): Don't make conditional on the image-file
10288 handler being enabled.
10289 (image-file-handler): Make the call here conditional instead.
10290 (set-image-file-handler-enabled, enable-image-file-handler)
10291 (disable-image-file-handler): Functions removed.
10292
10293 * emacs-lisp/authors.el (authors-print): Rephrase many-files
10294 string.
10295
10296 2000-09-29 Gerd Moellmann <gerd@gnu.org>
10297
10298 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
10299 it's a function from CL.
10300 (latex-imenu-create-index): Replace eval-when-compile with progn
10301 because latex-section-alist is not bound while compiling.
10302
10303 2000-09-28 Stefan Monnier <monnier@cs.yale.edu>
10304
10305 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
10306 (outline-mode): Use define-derived-mode.
10307
10308 * progmodes/perl-mode.el (perl-mode):
10309 * progmodes/awk-mode.el (awk-mode):
10310 * progmodes/asm-mode.el (asm-mode):
10311 Don't gratuitously override the default for comment-column.
10312
10313 * emacs-lisp/lisp.el (lisp-complete-symbol):
10314 Distinguish the let-binding case from the funcall case.
10315 (forward-sexp-function): New variable.
10316 (forward-sexp): Use it.
10317
10318 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
10319 (easy-mmode-defmap): Remove the now useless autoload.
10320
10321 * time.el (display-time-mode): Use define-minor-mode.
10322
10323 * subr.el (add-minor-mode): Don't eval NAME.
10324 Don't depend on the presence of TOGGLE-FUN for any special behavior.
10325 Use if rather than cond.
10326
10327 * simple.el (read-expression-map): Define more properly.
10328 (comment-indent-hook): Remove.
10329 (string-to-syntax): Bug fix.
10330
10331 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
10332 (cvs-ediff-diff): Fix typo.
10333 (cvs-revert-if-needed): Don't bother preserving read-only.
10334
10335 * paren.el (show-paren-mode): Use define-minor-mode.
10336
10337 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
10338 (toggle-auto-compression): Remove.
10339 (jka-compr-build-file-regexp): Remove useless grouping.
10340
10341 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
10342 Avoid user-reserved bindings.
10343 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
10344 (diff-header-face): Revert to grey85.
10345
10346 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
10347
10348 * complete.el (partial-completion-mode) <defcustom>: Remove.
10349 (partial-completion-mode): Use define-minor-mode.
10350 (PC-do-completion): Understand `completion-auto-help = delay'
10351 to mean to popup the completion buffer only the second time.
10352 (PC-include-file-all-completions, PC-include-file-all-completions)
10353 (PC-include-file-all-completions): Don't quote lambda.
10354
10355 * comint.el (comint-mode-hook): Docstring fix.
10356 (comint-mode): Use define-derived-mode.
10357 (comint-mode-map): Remove obsolete comment.
10358 (make-comint): Minor stylistic change.
10359 (comint-insert-clicked-input): Be more careful to find the overlay.
10360 Use this-command-keys rather than hardcoding mouse-2.
10361
10362 * font-lock.el: Replace confusing (,@ with ,
10363 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
10364 Don't use regexp-opt-depth. Spice up the regexp for args.
10365 Don't distinguish between cmds that can take an opt arg or not.
10366 Use `append' and `prepend' rather than `keep'.
10367
10368 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
10369 (latex-outline-regexp): New var.
10370 (latex-outline-level): New fun.
10371 (latex-section-alist): New var.
10372 (latex-imenu-create-index): Use it. Use `push' as well.
10373 (tex-shell-map): Initialize it properly.
10374 (tex-mode): Minor stylistic change.
10375 (plain-tex-mode): Use define-derived-mode.
10376 (latex-mode): Use define-derived-mode.
10377 Construct the paragraph regexps in a more readable way.
10378 Set the buffer-local outline-{level,regexp} vars.
10379 (slitex-mode): Derive from latex-mode.
10380 (tex-common-initialization): Don't kill-all-vars anymore.
10381 Add setting for comment-add and font-lock-defaults.
10382 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
10383 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
10384 (tex-start-tex): New arg DIR (and send a chdir command for it).
10385 Also display the shell buffer and save it in tex-last-buffer-texed.
10386 (tex-region): Use expand-file-name rather than concat.
10387 Remove code made useless by changes in tex-start-tex.
10388 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
10389
10390 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
10391
10392 2000-09-28 Dave Love <fx@gnu.org>
10393
10394 * eshell/eshell.el (eshell) <defgroup>: Add :version.
10395
10396 2000-09-28 Gerd Moellmann <gerd@gnu.org>
10397
10398 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
10399 `append'.
10400
10401 2000-09-28 Stefan Monnier <monnier@cs.yale.edu>
10402
10403 * info.el (Info-extract-pointer): Undo last change.
10404 Instead, fix the position of the `bound' arg to re-search-backward.
10405
10406 2000-09-27 Stefan Monnier <monnier@cs.yale.edu>
10407
10408 * info.el (Info-extract-pointer):
10409 Widen more carefully, to avoid finding pointers in other nodes.
10410 (Info-index): Use push.
10411
10412 2000-09-27 Gerd Moellmann <gerd@gnu.org>
10413
10414 * frame.el (set-frame-font): Remove call to obsolete function
10415 frame-update-faces.
10416 (set-foreground-color, set-background-color): Likewise for
10417 frame-update-face-colors.
10418
10419 2000-09-27 Miles Bader <miles@gnu.org>
10420
10421 * image-file.el: New file.
10422
10423 2000-09-27 Gerd Moellmann <gerd@gnu.org>
10424
10425 * frame.el (frame-notice-user-settings): Don't call
10426 frame-update-faces, which is a no-op now.
10427
10428 * ediff-wind.el (ediff-control-frame-parameters): Add zero
10429 tool-bar-lines.
10430
10431 2000-09-27 Dave Love <fx@gnu.org>
10432
10433 * mouse.el: Fix last change.
10434
10435 2000-09-27 Miles Bader <miles@lsi.nec.co.jp>
10436
10437 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
10438
10439 2000-09-22 Kenichi Handa <handa@etl.go.jp>
10440
10441 * international/quail.el (quail-help): The output message is
10442 improved.
10443
10444 2000-09-26 Dave Love <fx@gnu.org>
10445
10446 * mouse.el (popup-menu): If POSITION is nil, set it using
10447 mouse-position.
10448
10449 2000-09-25 Sam Steingold <sds@gnu.org>
10450
10451 * net/browse-url.el (browse-url-file-url): Check for null maps.
10452
10453 2000-09-26 Gerd Moellmann <gerd@gnu.org>
10454
10455 * frame.el (frame-notice-user-settings): Don't add a
10456 tool-bar-lines frame parameter to default-frame-alist in batch mode.
10457
10458 * frame.el (frame-notice-user-settings):
10459 Make tool-bar-mode and default-frame-alist consistent.
10460
10461 * toolbar/tool-bar.el (tool-bar-help): New function.
10462
10463 2000-09-25 Gerd Moellmann <gerd@gnu.org>
10464
10465 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
10466 current-load-list in top-level forms. Else this leaks a cons cell
10467 every time a defun is called.
10468
10469 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
10470
10471 2000-09-25 Dave Love <fx@gnu.org>
10472
10473 * startup.el (fancy-splash-head): Check XPM is available.
10474
10475 * autoinsert.el (auto-insert): Doc fix.
10476 (auto-insert-alist): Following GNU notices, don't say `copyright
10477 _by_'. Use line-beginning-position.
10478 (auto-insert): Check buffer-file-name is non-nil before use.
10479
10480 2000-09-25 Gerd Moellmann <gerd@gnu.org>
10481
10482 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
10483 starting with `@def' or `@multitable', in addition to ones
10484 specified by the user in auto-fill-inhibit-regexp.
10485
10486 2000-09-25 Markus Rost <rost@math.ohio-state.edu>
10487
10488 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
10489 rmail-dont-reply-to-names matches the empty string.
10490
10491 2000-09-25 Gerd Moellmann <gerd@gnu.org>
10492
10493 * startup.el (command-line-1, fancy-splash-text): Change the
10494 text to sound more friendly.
10495
10496 2000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
10497
10498 * progmodes/hideshow.el: Update author email address.
10499 Generally, sync w/ maintainer version 5.22.
10500 (hs-hide-all-non-comment-function): New var.
10501 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
10502 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
10503 (hs-show-region): Delete this command.
10504 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
10505
10506 2000-09-22 Dave Love <fx@gnu.org>
10507
10508 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
10509 (hl-line-highlight): Specify buffer when moving overlay.
10510
10511 * progmodes/fortran.el (fortran-mode): Locally set
10512 normal-auto-fill-function.
10513 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
10514 (fortran-mode-map): Adjust auto-fill menu entry.
10515
10516 2000-09-22 Gerd Moellmann <gerd@gnu.org>
10517
10518 * vc-rcs.el (toplevel): Require `vc' when compiling.
10519
10520 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
10521
10522 2000-09-22 Andre Spiegel <spiegel@gnu.org>
10523
10524 * vc.el (vc-switch-backend): Signal an error if the file is not
10525 registered under the new backend.
10526
10527 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
10528 without explicit revision number.
10529
10530 2000-09-21 Stefan Monnier <monnier@cs.yale.edu>
10531
10532 * diff-mode.el (diff-file-header-face): Reset to its previous value.
10533 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
10534 (diff-xor): New function.
10535 (diff-find-source-location): Use it. Fix a stupid name clash.
10536 (diff-hunk-status-msg): New function.
10537 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
10538 (diff-test-hunk): Use diff-find-source-location.
10539 (diff-goto-source): Favor the `reverse'.
10540 (diff-hunk-text): Properly handle one-sided context diffs.
10541 (diff-apply-hunk): When done, advance to the next hunk.
10542
10543 2000-09-21 Gerd Moellmann <gerd@gnu.org>
10544
10545 * startup.el (command-line): If frame was created with a non-zero
10546 tool-bar-lines parameter, switch tool-bar-mode on.
10547
10548 * add-log.el (change-log-date-face, change-log-name-face)
10549 (change-log-email-face, change-log-file-face)
10550 (change-log-list-face, change-log-conditionals-face)
10551 (change-log-function-face, change-log-acknowledgement-face):
10552 New faces, inheriting from font-lock faces.
10553 (change-log-font-lock-keywords): Use them.
10554
10555 2000-09-21 Dave Love <fx@gnu.org>
10556
10557 * progmodes/cperl-mode.el (top-level): Clean up
10558 `eval-when-compile's and assorted defvars.
10559 (cperl-invalid-face): Don't double-quote value. Change custom
10560 type.
10561 (cperl-mode): Set normal-auto-fill-function and don't zap
10562 auto-fill-function.
10563 (cperl-imenu--function-name-regexp-perl): Renamed from
10564 imenu-example--function-name-regexp-perl.
10565 (cperl-imenu--create-perl-index): Renamed from
10566 imenu-example--create-perl-index.
10567 (cperl-xsub-scan): Don't require cl.
10568
10569 * msb.el (msb-mode-map): Use substitute-key-definition.
10570 (msb-mode): Use msb-mode-map.
10571
10572 2000-09-21 Andre Spiegel <spiegel@gnu.org>
10573
10574 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
10575 New functions.
10576 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
10577 (vc-switch-backend): New function.
10578 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
10579 (vc-register): Fix prompt.
10580 (vc-unregister, vc-default-unregister): New functions.
10581 (vc-version-diff): Handle empty buffer in sentinel.
10582
10583 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
10584 (vc-rcs-state-heuristic): Use it to guess the state of files with
10585 non-strict locking.
10586 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
10587 been set with -b, but not created yet.
10588 (vc-rcs-fetch-master-state): With non-strict locking, compare file
10589 contents in order to find the state.
10590 (vc-rcs-checkin): Allow creation of branches with no changes.
10591 (vc-rcs-unregister, vc-rcs-receive-file)
10592 (vc-rcs-set-non-strict-locking): New functions.
10593
10594 * vc-hooks.el (vc-name): Force correct computation of the value
10595 in case it is missing.
10596
10597 2000-09-21 Gerd Moellmann <gerd@gnu.org>
10598
10599 * startup.el (fancy-splash-tail): Use a different foreground
10600 color on a dark frame background.
10601
10602 2000-09-21 Miles Bader <miles@lsi.nec.co.jp>
10603
10604 * info.el: Use the correct capitalization when making Info-mode
10605 and Info-edit-mode `special' modes.
10606
10607 2000-09-20 Stefan Monnier <monnier@cs.yale.edu>
10608
10609 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
10610 (diff-mode): Add support for add-log.el.
10611 (diff-hunk-text): Use char offsets rather than line offsets.
10612 (diff-find-source-location): Replace LINE with line-offset (nil
10613 if not found) and always set POS to a meaningful position.
10614 Adapt to the new char-offsets.
10615 (diff-apply-hunk): Drop support for the unused `select' POPUP.
10616 Adapt to the new diff-find-source-location.
10617 (diff-goto-source): Adapt to the new diff-find-source-location.
10618
10619 * add-log.el (add-log-file-name): New function (split out of
10620 add-change-log-entry).
10621 (add-change-log-entry): Use it.
10622 Call add-log-file-name-function with the changelog file name if
10623 the current buffer is not associated with any file.
10624 Avoid find-file if the selected window is dedicated.
10625
10626 * diff-mode.el (diff-find-source-location):
10627 Move code from diff-apply-hunk. Return buffer rather than file.
10628 (diff-apply-hunk): Use the new result from diff-find-source-location.
10629 (diff-goto-source): Use the new diff-find-source-location.
10630
10631 2000-09-20 Dave Love <fx@gnu.org>
10632
10633 * iswitchb.el: Some doc fixes.
10634 (iswitchb-mode-map): Define completely initially. Inherit
10635 minibuffer-local-map.
10636 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
10637 fundamental-mode.
10638 (iswitchb-global-map): New variable.
10639 (iswitchb-summaries-to-end): Amalgamate regexps.
10640 (iswitchb-mode): New.
10641 (iswitchb-mode-hook): New variable.
10642 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
10643 `extensions'.
10644
10645 2000-09-20 Gerd Moellmann <gerd@gnu.org>
10646
10647 * ehelp.el (electric-help): New defgroup.
10648 (electric-help-shrink-window): New user-option.
10649 (with-electric-help): Use it.
10650
10651 * window.el (shrink-window-if-larger-than-buffer): If face
10652 `mode-line' has a :box, and we're on a graphical frame, add 1
10653 to the needed window height.
10654
10655 * frame.el (frame-notice-user-settings): Add a last parameter nil
10656 to a call to `append', because the last list passed to `append' is
10657 not copied, and so subsequent calls to assq-delete-all will modify
10658 default-frame-alist.
10659
10660 * startup.el (fancy-splash-image): Change :type.
10661 (fancy-splash-head): Use an XBM image if appropriate.
10662 (command-line-1): Show splash screens in more cases.
10663
10664 * startup.el (fancy-splash-text): Don't quote faces.
10665
10666 * dired.el (dired-font-lock-keywords): Undo last change.
10667 (dired-readin): Bind indent-tabs-mode to nil.
10668
10669 * startup.el (fancy-splash-head): If frame's background mode
10670 is `dark', change the black background of the image to gray.
10671 (fancy-splash-screens): Display startup echo area message.
10672 (display-startup-echo-area-message): New function.
10673
10674 2000-09-20 Miles Bader <miles@lsi.nec.co.jp>
10675
10676 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
10677
10678 * info.el (info-header-node): Tweak for color ttys.
10679
10680 * faces.el (face-valid-attribute-values): Make sure directories we
10681 search for stipples both exist and are readable before trying to
10682 search them.
10683
10684 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
10685 in the dry-run case.
10686
10687 * jka-compr.el (with-auto-compression-mode): New macro.
10688
10689 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
10690 (custom-group-tag-face, custom-variable-tag-face): Use relative
10691 :height and inherit from `variable-pitch' face instead of
10692 hardwiring :family.
10693 * hi-lock.el (hi-black-hb): Likewise.
10694
10695 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
10696 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
10697 toolbar-add-item, if image doesn't have a mask add a `:mask
10698 heuristic'.
10699
10700 2000-09-19 Stefan Monnier <monnier@cs.yale.edu>
10701
10702 * diff-mode.el: Docstring fixes.
10703 (diff-header-face, diff-comment-face): New faces.
10704 (diff-font-lock-keywords): Highlight a bit differently.
10705 (diff-find-source-location): Don't return SPAN any more.
10706 (diff-hunk-text): Don't bother erasing the temp buffer.
10707 (diff-find-text): Drop argument LINE.
10708 (diff-apply-hunk): Update calls to diff-find-text.
10709 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
10710
10711 * calendar/calendar.el: Docstring fixes.
10712 (calendar-make-alist): Don't quote lambda.
10713 (calendar-star-date): Use make-local-variable.
10714
10715 2000-09-19 Dave Love <fx@gnu.org>
10716
10717 * toolbar/tool-bar.el: Renamed from toolbar.el.
10718 Change `toolbar' to `tool-bar' generally in symbols.
10719 Make some items invisible in `special' major modes.
10720 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
10721 Add arg PROPS.
10722
10723 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
10724 Add :version here.
10725 (fancy-splash-delay, fancy-splash-image): Remove :version here.
10726
10727 2000-09-19 Gerd Moellmann <gerd@gnu.org>
10728
10729 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
10730
10731 * files.el (find-file-suppress-same-file-warnings): New user-option.
10732 (find-file-noselect): Use it.
10733
10734 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
10735 (fancy-splash-screen): Defgroup.
10736
10737 * add-log.el (change-log-font-lock-keywords): Match names
10738 more exactly for the case that font-lock-constant-face is
10739 underlined.
10740
10741 2000-09-19 Richard M. Stallman <rms@gnu.org>
10742
10743 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
10744
10745 2000-09-19 Andre Spiegel <spiegel@gnu.org>
10746
10747 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
10748
10749 2000-09-19 Gerd Moellmann <gerd@gnu.org>
10750
10751 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
10752 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
10753 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
10754 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
10755 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
10756 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
10757 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
10758 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
10759 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
10760 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
10761 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
10762 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
10763
10764 * startup.el (fancy-splash-text): New variable.
10765 (fancy-splash-delay, fancy-splash-image): New user-options.
10766 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
10767 (fancy-splash-screens): New functions.
10768 (command-line-1): If display has a `display' frame parameter, has
10769 colors, and we have XPM support, show more fancy splash screens.
10770
10771 2000-09-19 Dave Love <fx@gnu.org>
10772
10773 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
10774 with null `help'. Use modern backquote syntax.
10775
10776 2000-09-19 Gerd Moellmann <gerd@gnu.org>
10777
10778 * font-lock.el (font-lock-mode): Change message telling the user
10779 that ``the buffer is too big''.
10780
10781 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
10782 for instance for the case that tab-width is 2.
10783
10784 2000-09-18 Gerd Moellmann <gerd@gnu.org>
10785
10786 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
10787 toolbar-add-item, if image doesn't have a mask add a `:mask
10788 heuristic'.
10789
10790 2000-09-18 Miles Bader <miles@lsi.nec.co.jp>
10791
10792 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
10793 and return a cons if it's non-nil.
10794 (diff-apply-hunk): Try to jump to the line in the source text
10795 corresponding to the position of point in the in the hunk.
10796
10797 * info.el (Info-title-3-face, Info-title-2-face)
10798 (Info-title-1-face): Use face inheritance and relative sizes
10799 instead of hard-wiring things.
10800
10801 * faces.el (secondary-selection): Make dark-background variant sane.
10802
10803 2000-09-16 Andrew Innes <andrewi@gnu.org>
10804
10805 * makefile.w32-in (compile-files-CMD): No need to make .elc files
10806 read-only, since they aren't under VC now.
10807
10808 2000-09-17 Dave Love <fx@gnu.org>
10809
10810 * tmm.el: Replace mapcar with mapc in several places.
10811
10812 * loadhist.el (unload-feature): Maybe call elp-restore-list and
10813 ad-unadvise.
10814
10815 * international/latin1-disp.el: New file.
10816
10817 * calendar/cal-move.el (scroll-calendar-left)
10818 (scroll-calendar-right): Make arg optional (for active mode line).
10819
10820 * calendar/calendar.el (calendar-mode-line-format): Make fields
10821 mouse-sensitive.
10822 (calendar-read-date, calendar-read-date, calendar-window-list):
10823 Unquote lambda.
10824 (calendar-month-name): Use aref, not sref.
10825
10826 * view.el (minor-mode-alist): Propertize the string.
10827
10828 * international/characters.el (standard-case-table): Add entries
10829 for Greek.
10830
10831 2000-09-18 Miles Bader <miles@gnu.org>
10832
10833 * info.el (info-node, info-xref): Add dark-background variants.
10834
10835 * faces.el (header-line): Change defaults to be less confusing
10836 when mixed with mode-lines.
10837
10838 * info.el (Info-fontify-node): Make a few cleanups.
10839 Add extra `help-echo' and `local-map' props to node xrefs.
10840 Use header-specific faces for node-names & xrefs.
10841 (Info-use-header-line): New variable.
10842 (info-header-xref, info-header-node): New faces.
10843 (Info-setup-header-line): New function.
10844 (Info-select-node): Call Info-setup-header-line when enabled.
10845 (Info-extract-pointer): Work even if the header line is hidden.
10846 (Info-header-line): New variable.
10847
10848 2000-09-16 Stefan Monnier <monnier@cs.yale.edu>
10849
10850 * vms-patch.el (print-region-function): Don't quote lambda.
10851
10852 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
10853
10854 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
10855 (lm-get-header-re): Allow spaces between the header and the colon.
10856 (lm-header): Allow $ in non-RCS headers.
10857 (lm-header-multiline): Put the strings back into order.
10858 Stop at an empty line. Don't require two space chars if the
10859 line is clearly not another header line.
10860
10861 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
10862 (popup-menu-popup): Remove.
10863
10864 2000-09-15 Gerd Moellmann <gerd@gnu.org>
10865
10866 * toolbar/toolbar.el (toolbar-add-item): Use the same image
10867 specification if or if not tool-bar item contains an `:enabled'
10868 property.
10869
10870 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
10871 current buffer has no file name.
10872
10873 2000-09-15 Dave Love <fx@gnu.org>
10874
10875 * strokes.el: Sync with maintainer's current version with changes
10876 for Emacs, but avoid runtime cl and levents.
10877 (toplevel): Change autoloads and compilation requires.
10878 (strokes-version, strokes-bug-address, strokes-lift): Values
10879 changed.
10880 (strokes-xpm-header, strokes-insinuated): New variable.
10881 (strokes): Add :link.
10882 (strokes-mode): Customized.
10883 (strokes-while-inhibiting-garbage-collector): New macro.
10884 (strokes-remassoc): Avoid remove-if.
10885 (strokes-fix-button2-command): Don't use ad-do-it.
10886 (strokes-insinuate): New function.
10887 (strokes-button-press-event-p, strokes-button-release-event-p):
10888 New functions, used instead of non-`strokes-' versions..
10889 (strokes-mouse-event-p): Rewritten.
10890 (strokes-event-closest-point): Avoid event-point.
10891 (strokes-get-grid-position): Avoid cdadr, caadr
10892 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
10893 functions.
10894 (strokes-help): Use with-output-to-temp-buffer.
10895 (strokes-window-configuration-changed-p): New function.
10896 (strokes-update-window-configuration): Use buffer-live-p,
10897 strokes-window-configuration-changed-p.
10898 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
10899 (strokes-char-face): New face.
10900 (strokes-char-table, strokes-base64-chars): New variable.
10901 (strokes-xpm-for-stroke, strokes-list-strokes)
10902 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
10903 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
10904 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
10905 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
10906 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
10907 functions.
10908
10909 2000-09-15 Gerd Moellmann <gerd@gnu.org>
10910
10911 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
10912
10913 * image.el (create-image): Doc fix.
10914
10915 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
10916 instead of `:heuristic-mask t'.
10917
10918 2000-09-14 Andrew Innes <andrewi@gnu.org>
10919
10920 * makefile.w32-in: Revert to Unix line endings.
10921
10922 2000-09-14 Andrew Innes <andrewi@gnu.org>
10923
10924 * makefile.w32-in: Add bootstrap support. Also copy lisp source
10925 when installing.
10926
10927 * makefile.nt (DONTCOMPILE): Fix typo.
10928
10929 * shell.el (shell-write-history-on-exit): New function.
10930 (shell-dumb-shell-regexp): New custom variable.
10931 (shell-mode): Make shell-write-history-on-exit the process
10932 sentinel if shell name matches shell-dumb-shell-regexp.
10933
10934 * w32-fns.el: Comment out before-init-hook function which resets
10935 source-directory based; this breaks bootstrap.
10936
10937 2000-09-14 Dave Love <fx@gnu.org>
10938
10939 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
10940 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
10941 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
10942 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
10943 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
10944 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
10945 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
10946 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
10947 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
10948
10949 * toolbar/toolbar.el: New.
10950
10951 * subdirs.el: Add toolbar.
10952
10953 2000-09-14 Gerd Moellmann <gerd@gnu.org>
10954
10955 * indent.el (indent-for-tab-command): Doc fix.
10956
10957 2000-09-14 Alex Schroeder <alex@gnu.org>
10958
10959 * ansi-color.el (ansi-colors): Doc change.
10960 (ansi-color-get-face): Simplified regexp.
10961 (ansi-color-faces-vector): Added more faces, doc change.
10962 (ansi-color-names-vector): Doc change.
10963 (ansi-color-regexp): Simplified regexp.
10964 (ansi-color-parameter-regexp): New regexp.
10965 (ansi-color-filter-apply): Doc change.
10966 (ansi-color-filter-region): Doc change.
10967 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
10968 deal with zero length parameters.
10969 (ansi-color-apply-on-region): Doc change.
10970 (ansi-color-map): Doc change.
10971 (ansi-color-map-update): Removed debugging message.
10972 (ansi-color-get-face-1): Added condition-case to trap
10973 args-out-of-range errors.
10974 (ansi-color-get-face): Doc change.
10975 (ansi-color-make-face): Removed.
10976 (ansi-color-for-shell-mode): New option.
10977
10978 2000-09-13 Kenichi Handa <handa@etl.go.jp>
10979
10980 * international/quail.el (quail-start-translation): Translate KEY
10981 if necessary even if it doesn't have any mapping in the current
10982 input method.
10983 (quail-start-conversion): Likewise.
10984 (quail-help): The output message is improved.
10985
10986 2000-09-13 Miles Bader <miles@gnu.org>
10987
10988 * comint.el (comint-output-filter): Revert to using
10989 `insert-before-markers'. Add bletcherous hack to undo damage
10990 caused by `insert-before-markers'. Put `front-sticky' property on
10991 overlays created here so that the field code understands how the
10992 overlay works. Use a let when making comint-last-prompt-overlay,
10993 so that the code is easier to read.
10994
10995 2000-09-13 Dave Love <fx@gnu.org>
10996
10997 * wid-edit.el (widget-default-format-handler): DTRT when
10998 doc-property is a function.
10999
11000 2000-09-12 Francesco Potorti` <pot@gnu.org>
11001
11002 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
11003 filed name if it's not there.
11004
11005 2000-09-12 Dave Love <fx@gnu.org>
11006
11007 * simple.el (read-mail-command): Doc fix.
11008 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
11009
11010 * vc.el (vc-dired-listing-switches): Fix :version.
11011
11012 * vc-hooks.el: Doc fixes.
11013
11014 * subr.el (add-minor-mode): Use toggle-fun arg.
11015
11016 * speedbar.el: Add :version to several defcustoms.
11017
11018 * imenu.el (imenu--truncate-items, imenu--cleanup)
11019 (imenu--generic-function): Avoid mapcar.
11020 (imenu--replace-spaces): Function removed.
11021 (imenu--completion-buffer): Use subst-char-in-string.
11022 (imenu-add-to-menubar): Use keymap inheritance.
11023
11024 2000-09-12 Miles Bader <miles@gnu.org>
11025
11026 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
11027 (diff-mode-map): Bind `diff-test-hunk'.
11028 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
11029
11030 2000-09-11 Gerd Moellmann <gerd@gnu.org>
11031
11032 * bytecomp.el (byte-compile-defvar): Undo last change
11033 because it breaks '(make-variable-buffer-local (defvar ...)'
11034 which is used at least in dired.
11035
11036 2000-09-12 Kenichi Handa <handa@etl.go.jp>
11037
11038 * international/quail.el (quail-define-package): Docstring
11039 modified.
11040
11041 2000-09-12 Kenichi Handa <handa@etl.go.jp>
11042
11043 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
11044 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
11045 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
11046 docstring of "chinese-py".
11047
11048 * international/quail.el (quail-translation-docstring): New
11049 variable.
11050 (quail-show-keyboard-layout): Docstring modified.
11051 (quail-select-current): Likewise.
11052 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
11053 infinite recursive call.
11054 (quail-help): Check quail-translation-docstring. Format of the
11055 output changed.
11056 (quail-help-insert-keymap-description): Adjusted for the above
11057 change.
11058
11059 2000-09-11 Gerd Moellmann <gerd@gnu.org>
11060
11061 * bytecomp.el (byte-compile-defvar): Only cons onto
11062 current-load-list in top-level forms. Else this leaks a cons cell
11063 every time a defun is called.
11064
11065 2000-09-11 Miles Bader <miles@lsi.nec.co.jp>
11066
11067 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
11068 Now understands non-unified diffs. Some functionality moved into
11069 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
11070 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
11071 modify anything. Only reposition point in the patched file if the
11072 patch succeeds. Only pop up another window if POPUP is true.
11073 Emit a message describing what happened if successful, and at what
11074 line-offset. Automatically detect reversed hunks and do something
11075 appropriate.
11076 (diff-hunk-text, diff-find-text): New functions.
11077 (diff-filter-lines): Function removed.
11078 (diff-test-hunk): New function.
11079 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
11080
11081 2000-09-10 Dave Love <fx@gnu.org>
11082
11083 * textmodes/tildify.el: Minor doc/commentary fixes.
11084 (tildify) <defgroup>: Add :version.
11085
11086 * faces.el (face-x-resources): Make custom type more specific.
11087 (frame-background-mode): Use mapc.
11088 (region) <defcustom>: Add :version.
11089
11090 2000-09-08 Stefan Monnier <monnier@cs.yale.edu>
11091
11092 * vc-sccs.el (vc-sccs-register):
11093 * vc-rcs.el (vc-rcs-register):
11094 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
11095 * vc.el (vc-register): Clear file's properties.
11096
11097 2000-09-08 Gerd Moellmann <gerd@gnu.org>
11098
11099 * faces.el (face-spec-set): Only face-spec-reset-face when
11100 ATTRS is non-nil.
11101
11102 2000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
11103
11104 * help.el (help-insert-xref-button): Fix a typo in doc string.
11105
11106 2000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
11107
11108 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
11109 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
11110 methods.
11111
11112 * menu-bar.el (read-mail-item-name): New function.
11113 (menu-bar-tools-menu): Use it to compute and display the package
11114 used to read email.
11115 (menu-bar-tools-menu): Fix typo in GUD's help string.
11116
11117 2000-09-07 Dave Love <fx@gnu.org>
11118
11119 * diff-mode.el (diff-mouse-goto-source): New function.
11120
11121 * vc-sccs.el: Doc fixes.
11122 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
11123
11124 * vc-rcs.el: Doc fixes.
11125 (vc-rcs-register-switches, vc-rcs-checkin-switches)
11126 (vc-rcs-checkout-switches, vc-rcs-header)
11127 (vc-rcs-master-templates): Add or change :version.
11128
11129 * vc-cvs.el: Doc fixes.
11130 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
11131 (vc-cvs-stay-local): Add :version.
11132
11133 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
11134
11135 2000-09-07 Kenichi Handa <handa@etl.go.jp>
11136
11137 * international/quail.el (quail-help): Fix previous change.
11138
11139 2000-09-07 Gerd Moellmann <gerd@gnu.org>
11140
11141 * faces.el (color-values): Doc fix.
11142
11143 * faces.el (frame-set-background-mode): Use frame-parameter
11144 instead of frame-parameters.
11145
11146 * frame.el (filtered-frame-list): Reduce consing.
11147 (frames-on-display-list): Call frame-parameter instead of
11148 frame-parameters.
11149
11150 2000-09-07 Kenichi Handa <handa@etl.go.jp>
11151
11152 * language/devan-util.el (devanagari-to-indian-region): In the
11153 loop, change the following char, not preceding char.
11154
11155 2000-09-07 Gerd Moellmann <gerd@gnu.org>
11156
11157 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
11158 instead of frame-parameters.
11159
11160 * faces.el (set-face-attribute): Simplify by calling
11161 internal-set-lisp-face-attribute with FRAME being 0.
11162
11163 * vc.el: Remove `Id' version control keyword.
11164
11165 2000-09-07 Kenichi Handa <handa@etl.go.jp>
11166
11167 * help.el (help-make-xrefs): Adjusted for the change of
11168 help-xref-mule-regexp.
11169 (help-insert-xref-button): New function.
11170
11171 * international/mule-cmds.el (help-xref-mule-regexp-template):
11172 Include the pattern for character set.
11173 (leim): New group.
11174
11175 * international/quail.el: Don't require face.
11176 (quail): New group.
11177 (quail-other-command): Dummy command to make quail-help work better.
11178 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
11179 (quail-keyboard-layout-substitution): New variable.
11180 (quail-update-keyboard-layout): New function.
11181 (quail-keyboard-layout-type): New customizable variable.
11182 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
11183 (quail-keyboard-translate): Pay attention to
11184 quail-keyboard-layout-substitution.
11185 (quail-insert-kbd-layout): New function.
11186 (quail-show-keyboard-layout): New function.
11187 (quail-get-translation): If the definition is a vector of length
11188 1, and the element is a string of length 1, return the character
11189 in that string.
11190 (quail-update-current-translations): Fix the case of
11191 relative-index out of range.
11192 (quail-build-decode-map, quail-insert-decode-map): New Functions.
11193 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
11194 Show key sequences for all available characters.
11195 (quail-help-insert-keymap-description): Don't show such verbose
11196 key bindings as quail-self-insert-command.
11197
11198 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
11199 Format changed, and each element now have extra documentations.
11200 (tit-process-header): Delete invalid characters from TIT-PROMPT.
11201 Adjusted for the change of quail-cxterm-package-ext-info.
11202
11203 2000-09-06 Gerd Moellmann <gerd@gnu.org>
11204
11205 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
11206 requiring it leads to a recursive loading of vc.el and vc-hooks.el
11207 during bootstrap.
11208
11209 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
11210
11211 * vc.el: (toplevel): Don't require `dired' at run-time.
11212 (vc-dired-resynch-file): Remove autoload cookie.
11213
11214 2000-09-05 Andre Spiegel <spiegel@gnu.org>
11215
11216 * vc.el: Made several backend functions optional.
11217 (vc-default-responsible-p): New function.
11218 (vc-merge): Use RET for first version to trigger merge-news, not
11219 prefix arg.
11220 (vc-annotate): Handle backends that do not support annotation.
11221 (vc-default-merge-news): Removed. The existence of a merge-news
11222 implementation is now checked on caller sites.
11223
11224 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
11225 case.
11226
11227 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
11228 special case that has been removed from the default in vc-hooks.el.
11229
11230 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
11231
11232 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
11233
11234 2000-09-05 Andre Spiegel <spiegel@gnu.org>
11235
11236 * vc-hooks.el: Require vc during compilation.
11237 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
11238 macro `with-vc-properties' in vc.el.
11239 (vc-file-getprop): Doc fix.
11240 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
11241
11242 * vc.el: Require dired-aux during compilation.
11243 (vc-name-assoc-file): Moved to vc-sccs.el.
11244 (with-vc-properties): New macro.
11245 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
11246 vc-finish-steal): Use it.
11247 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
11248 to the backend-specific function is now supposed to do the checkout,
11249 too.
11250 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
11251
11252 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
11253 set file properties; that gets done in the generic code now.
11254
11255 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
11256 Changed parameter list, added code from vc.el that does the
11257 checkout, possibly with a double-take.
11258
11259 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
11260 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
11261 the above under the new name.
11262 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
11263 parameter list, added checkout command.
11264 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
11265 properties; that gets done in the generic code now.
11266
11267 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
11268
11269 * vc.el: Docstring fixes (courtesy of checkdoc).
11270
11271 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
11272
11273 * vc.el (vc-checkout-writable-buffer-hook)
11274 (vc-checkout-writable-buffer): Remove.
11275 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
11276 (vc-log-mode): Make it into a clean derived major mode.
11277 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
11278 vc-log-mode if log-edit is not available.
11279 (vc-dired-mode-map): Don't set-keymap-parent yet.
11280 (vc-dired-mode): Do set-keymap-parent here.
11281 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
11282
11283 2000-09-05 Gerd Moellmann <gerd@gnu.org>
11284
11285 * faces.el (set-face-attribute, face-spec-reset-face)
11286 (face-spec-set): Avoid consing by removing calls to `apply'.
11287
11288 * frame.el (frame-parameter): Move to C code.
11289
11290 2000-09-05 Dave Love <fx@gnu.org>
11291
11292 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
11293 insert-before-markers-and-inherit. Now checked systematically!
11294
11295 2000-09-05 Alex Schroeder <alex@gnu.org>
11296
11297 * sql.el (sql-postgres): Use sql-postgres-options.
11298 (sql-postgres-options): New variable.
11299
11300 2000-09-05 Alex Schroeder <alex@gnu.org>
11301
11302 * sql.el (sql-mode-menu): Work around missing variable mark-active
11303 in XEmacs.
11304 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
11305 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
11306 compatibility.
11307
11308 2000-09-04 Gerd Moellmann <gerd@gnu.org>
11309
11310 * vc.el (vc-dired-resynch-file): Add autoload cookie.
11311
11312 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
11313
11314 * Makefile.in (DONTCOMPILE): Fix typo in file name.
11315
11316 2000-09-04 Andre Spiegel <spiegel@gnu.org>
11317
11318 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
11319 don't support anything else under SCCS yet.
11320
11321 * vc-hooks.el: Minor doc fixes.
11322
11323 2000-09-04 Andre Spiegel <spiegel@gnu.org>
11324
11325 * vc.el (vc-next-action-on-file): Do not visit the file if it's
11326 not necessary. If verbose in state `needs-patch', do the same as
11327 under `up-to-date'. When NOT verbose and `needs-patch', check out
11328 latest version instead of `merge-news'.
11329 (vc-next-action-dired): Don't mess with default-directory here; it
11330 breaks other parts of dired. It is the job of the
11331 backend-specific functions to adjust it temporarily if they need it.
11332 (vc-next-action): Remove a special CVS case.
11333 (vc-clear-headers): New optional arg FILE.
11334 (vc-checkin, vc-checkout): Set properties vc-state and
11335 vc-checkout-time properly.
11336 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
11337 (vc-print-log): Use new backend function `show-log-entry'.
11338 (vc-cancel-version): Do the checks in a different order. Added a
11339 FIXME concerning RCS-only code.
11340
11341 * vc-rcs.el (vc-rcs-show-log-entry): New function.
11342 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
11343
11344 * vc-cvs.el (vc-cvs-show-log-entry): New function.
11345
11346 * vc-hooks.el (vc-default-mode-line-string): Show state
11347 `needs-patch' as a `-' too.
11348
11349 2000-09-04 Andre Spiegel <spiegel@gnu.org>
11350
11351 * vc.el (vc-responsible-backend): New optional arg REGISTER.
11352 (vc-default-could-register): New function.
11353 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
11354 (vc-resynch-buffer): Call vc-dired-resynch-file.
11355 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
11356 vc-resynch-buffer instead of vc-resynch-window.
11357 (vc-next-action-dired): Don't redisplay here, that gets done as a
11358 result of the individual file operations.
11359 (vc-retrieve-snapshot): Corrected prompt order.
11360
11361 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
11362
11363 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
11364 as well.
11365 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
11366 hostname regexps. Updated all callers.
11367 (vc-cvs-responsible-p): Handle directories as well.
11368 (vc-cvs-could-register): New function.
11369 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
11370 properties up-to-date.
11371
11372 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
11373 user whether to create one.
11374
11375 2000-09-04 Andre Spiegel <spiegel@gnu.org>
11376
11377 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
11378 check out a non-existing file.
11379
11380 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
11381 workfile does not exist.
11382
11383 * vc.el (vc-version-diff): Use `require' to check for existence of
11384 diff-mode.
11385
11386 2000-09-04 Andre Spiegel <spiegel@gnu.org>
11387
11388 * vc-cvs.el (vc-cvs-registered): Use new function
11389 vc-cvs-parse-entry to do the actual work.
11390
11391 2000-09-04 Andre Spiegel <spiegel@gnu.org>
11392
11393 * vc-hooks.el (vc-find-backend-function): If function doesn't
11394 exist, return nil instead of error.
11395 (vc-call-backend): Doc fix.
11396
11397 * vc.el (vc-do-command): Doc fix.
11398 (vc-finish-logentry): When checking in from vc-dired, choose the
11399 right backend for logentry check.
11400 (vc-dired-mode-map): Inherit from dired-mode-map.
11401 (vc-dired-mode): Local value of dired-move-to-filename-regexp
11402 simplified.
11403 (vc-dired-state-info): Removed, updated caller.
11404 (vc-default-dired-state-info): Use parentheses instead of hyphens.
11405 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
11406 (vc-dired-listing-switches): New variable.
11407 (vc-directory): Use it, instead of dired-listing-switches.
11408
11409 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
11410 (vc-cvs-dir-state): New function.
11411 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
11412 (vc-cvs-parse-entry): New function, also to be used in
11413 vc-cvs-registered.
11414
11415 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11416
11417 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
11418 *or* single-window-frames.
11419
11420 2000-09-04 Andre Spiegel <spiegel@gnu.org>
11421
11422 * vc.el (vc-update-changelog): Split into generic part and default
11423 implementation. Doc string adapted.
11424 (vc-default-update-changelog): New function. Call the `rcs2log'
11425 script in exec-directory, to fix a long-standing nuisance.
11426
11427 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
11428 simply signals an error.
11429
11430 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11431
11432 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
11433 control-flow more clear and to avoid running `cvs' twice.
11434
11435 * vc.el (vc-next-action-on-file): Doc fix.
11436 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
11437 (vc-print-log): Eval `file' before constructing the continuation.
11438
11439 2000-09-04 Andre Spiegel <spiegel@gnu.org>
11440
11441 * vc.el (vc-next-action-on-file): Corrected several messages.
11442 (vc-merge): Add prefix arg `merge-news'; handle it.
11443
11444 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
11445 is not reached. It is.
11446 (vc-cvs-merge): Set state to 'edited after merge.
11447 (vc-cvs-merge-news): Set workfile version to nil if not known.
11448 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
11449
11450 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
11451 via stdout. (Merge from main line.)
11452
11453 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11454
11455 * vc.el (vc-finish-logentry): Thinko in the "same comment"
11456 detection.
11457
11458 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11459
11460 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
11461 against kill-all-local-variables.
11462 (vc-log-edit): Don't save vc-parent-buffer any more.
11463 (vc-last-comment-match): Initialize to an empty string.
11464 (vc-post-command-functions): New hook.
11465 (vc-do-command): Run it.
11466 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
11467 (vc-finish-logentry): Only add the comment to the ring if it's
11468 different from the last comment entered.
11469 (vc-new-comment-index): New function.
11470 (vc-previous-comment): Use it. Make the minibuffer message
11471 slightly less terse.
11472 (vc-comment-search-reverse): Make it work forward as well. Don't
11473 set vc-comment-ring-index if no match is found. Use
11474 vc-new-comment-index.
11475 (vc-comment-search-forward): Use vc-comment-search-reverse.
11476 (vc-dired-mode-map): Don't inherit from dired-mode-map since
11477 define-derived-mode will do it for us. Bind `v' to a keymap that
11478 inherits from vc-prefix-map so that we can bind `vt' without
11479 binding C-x v t.
11480 (vc-retrieve-snapshot): Parenthesis typo.
11481
11482 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
11483 to 1. Make sure to switch to *vc* before looking for an error
11484 message. Use vc-parse-buffer.
11485
11486 2000-09-04 Andre Spiegel <spiegel@gnu.org>
11487
11488 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
11489 and NAME.
11490 (vc-retrieve-snapshot): Split into two parts.
11491 (vc-default-retrieve-snapshot): New function.
11492
11493 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
11494 (vc-cvs-retrieve-snapshot): New function (untested).
11495 (vc-cvs-stay-local): Default to t.
11496 (vc-cvs-remote-p): New function and property.
11497 (vc-cvs-state): Stay local only if the above is t.
11498 (vc-handle-cvs): Removed.
11499 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
11500 done via vc-handled-backends now.
11501 (vc-cvs-header): Escape Id.
11502
11503 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11504
11505 * vc.el (vc-do-command): Remove unused commands.
11506 (vc-version-diff): Make sure default-directory ends with a slash.
11507 Move the window commands into a vc-exec-after.
11508 (vc-print-log): Move more of the code into the `vc-exec-after'.
11509
11510 2000-09-04 Andre Spiegel <spiegel@gnu.org>
11511
11512 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
11513 (vc-print-log): Search current revision from beginning of buffer.
11514 (vc-revert-buffer): Clear echo area after the diff is finished.
11515 (vc-prefix-map): Removed definition of "t" for terse display in vc
11516 dired.
11517 (vc-dired-mode-map): Inherit from dired-mode-map. Added
11518 definition of "vt" for terse display.
11519 (vc-dired-mode): Fix dired-move-to-filename-regexp.
11520
11521 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11522
11523 * vc.el (vc-exec-after): Avoid caddr.
11524
11525 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11526
11527 * vc.el (vc-exec-after): New function.
11528 (vc-do-command): Use it to add a termination message for async
11529 procs.
11530 (vc-checkout): Try to handle a missing-backend situation.
11531 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
11532 of a directory with a backend using async diffs.
11533 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
11534 present.
11535
11536 * vc-sccs.el (vc-sccs-state-heuristic): Use
11537 file-ownership-preserved-p.
11538
11539 * vc-rcs.el (vc-rcs-state-heuristic): Use
11540 file-ownership-preserved-p.
11541 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
11542
11543 2000-09-04 Andre Spiegel <spiegel@gnu.org>
11544
11545 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
11546 vc-do-command.
11547
11548 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
11549 when there are no changes.
11550
11551 2000-09-04 Andre Spiegel <spiegel@gnu.org>
11552
11553 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
11554
11555 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
11556
11557 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11558
11559 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
11560
11561 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
11562 the `fset' outside of the defvar so that it works even if
11563 vc-prefix-map was already defined.
11564 (vc-setup-buffer): New function, split out of vc-do-command.
11565 (vc-do-command): Allow BUFFER to be t to mean `just use the
11566 current buffer without any fuss'.
11567 (vc-version-diff): Change the `diff' backend operation to just put
11568 the diff in the current buffer without erasing it. Always use
11569 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
11570 shrink-window-if-larger-than-buffer.
11571 (vc-print-log): Change the `print-log' backend operation to just
11572 put the log in the current buffer without erasing it. Protect
11573 shrink-window-if-larger-than-buffer.
11574 (vc-update-change-log): Fix setd typo.
11575
11576 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
11577 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
11578
11579 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
11580 (vc-rcs-diff): Insert in the current buffer and remove unused arg
11581 CMP.
11582
11583 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
11584 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
11585 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
11586
11587 2000-09-04 Andre Spiegel <spiegel@gnu.org>
11588
11589 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
11590 not possible, use vc-BACKEND-workfile-unchanged-p.
11591 (vc-default-workfile-unchanged-p): New function. Delegates to a
11592 full vc-BACKEND-diff.
11593
11594 * vc-hooks.el (vc-simple-command): Removed.
11595
11596 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
11597 instead of vc-simple-command.
11598 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
11599 avoid doing a diff when opening a file.
11600 (vc-rcs-state): Added check for unlocked-changes.
11601 (vc-rcs-header): Escape Id.
11602 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
11603 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
11604 version.
11605
11606 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
11607 (vc-sccs-diff): Remove optional arg CMP.
11608 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
11609 SCCS-specific function.
11610
11611 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
11612 vc-simple-command.
11613
11614 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11615
11616 * vc.el (vc-editable-p): Renamed from vc-writable-p.
11617 (with-vc-file, vc-merge): Use vc-editable-p.
11618 (vc-do-command): Remove unused var vc-file and fix the
11619 doubly-defined `status' var. Add a user message when starting an
11620 async command.
11621 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
11622 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
11623 Use with-current-buffer.
11624 (vc-buffer-sync): Use unless.
11625 (vc-next-action-on-file): If the file is 'edited by read-only,
11626 make it read-write instead of trying to commit.
11627 (vc-version-diff, vc-update-change-log): Use `setq
11628 default-directory' rather than `cd'.
11629 (vc-log-edit): Don't forget to set default-directory in the
11630 buffer.
11631
11632 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
11633 (vc-sccs-state-heuristic): Use file-writable-p instead of
11634 comparing userids.
11635 (vc-sccs-checkout): Use `unless'.
11636
11637 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
11638 of comparing userids.
11639 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
11640 Simplify the logic by eliminating unreachable code.
11641 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
11642 just do a recursive call if we need to retry.
11643 (vc-rcs-checkout): Handle the case where rcs is missing by making
11644 the buffer read-write if requested and re-signalling the error.
11645
11646 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
11647
11648 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11649
11650 * vc-hooks.el (vc-handled-backends): Docstring change.
11651 (vc-ignore-vc-files): Mark obsolete.
11652 (vc-registered): Check vc-ignore-vc-files.
11653 (vc-find-file-hook, vc-file-not-found-hook): Don't check
11654 vc-ignore-vc-files.
11655
11656 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
11657
11658 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11659
11660 * vc.el (vc-checkout): Don't do anything special for ange-ftp
11661 files since ange-ftp already has vc-registered return nil.
11662
11663 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
11664 (vc-sccs-workfile-version): Use with-temp-buffer and new
11665 vc-parse-buffer and don't bother setting the property.
11666 (vc-sccs-add-triple): Use with-current-buffer and
11667 find-file-noselect.
11668 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
11669
11670 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
11671 derives from the old vc-parse-buffer but uses the revision number
11672 rather than the date (much easier to compare robustly).
11673 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
11674 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
11675 locking-user more directly. Check strict locking and set
11676 checkout-model appropriately.
11677 (vc-rcs-parse-locks): Remove.
11678 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
11679 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
11680 (vc-rcs-system-release): Use with-current-buffer and
11681 vc-parse-buffer.
11682 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
11683
11684 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
11685 (vc-simple-command): Docstring fix.
11686 (vc-registered): Align the way the file-handler is called with the
11687 way the function itself works.
11688 (vc-file-owner): Remove.
11689
11690 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
11691 extraction of fields and call to file-attributes because of a
11692 temporary bug in rcp.el.
11693 (vc-cvs-fetch-status): Use with-current-buffer.
11694
11695 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11696
11697 * vc.el (vc-do-command): Use file-relative-name.
11698 (vc-responsible-backend): Use vc-backend if possible.
11699 (vc-create-snapshot): Improve the `interactive' spec. Add support
11700 for branches and dispatch to backend-specific `create-snapshot'.
11701 (vc-default-create-snapshot): New function, containing the bulk of
11702 the old vc-create-snapshot.
11703 (vc-retrieve-snapshot): Improve the interactive spec.
11704
11705 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
11706 (vc-backend-hook-functions): Remove.
11707 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
11708 (vc-backend): Reintroduce the test for `file = nil' now that I
11709 know why it was there (and added a comment to better remember).
11710
11711 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
11712 code from vc-sccs-hooks.el.
11713 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
11714 'vc anymore.
11715 (vc-sccs-responsible-p): Use expand-file-name instead of concat
11716 and file-directory-p instead of file-exists-p.
11717 (vc-sccs-check-headers): Simplify the regexp.
11718
11719 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
11720 from vc-rcs-hooks.el. Don't require 'vc anymore.
11721 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
11722 file-directory-p instead of file-exists-p.
11723
11724 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
11725 from vc-cvs-hooks.el.
11726 (proto vc-cvs-registered): Require 'vc-cvs instead of
11727 'vc-cvs-hooks. Don't require 'vc anymore.
11728 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
11729 file-directory-p instead of file-exists-p.
11730 (vc-cvs-create-snapshot): New function, replacing
11731 vc-cvs-assign-name.
11732 (vc-cvs-assign-name): Remove.
11733
11734 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11735
11736 * vc-cvs.el (vc-cvs-header): New var.
11737
11738 * vc-rcs.el (vc-rcs-exists): Remove.
11739 (vc-rcs-header): New var.
11740
11741 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
11742 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
11743 (vc-sccs-header): New var.
11744
11745 * vc.el (vc-do-command): Get rid of the `last' argument.
11746 (vc-header-alist): Remove, replaced by vc-X-header.
11747 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
11748 (vc-dired-hook): Use expand-file-name instead of concat.
11749 (vc-directory): Use file-name-as-directory.
11750 (vc-snapshot-precondition, vc-create-snapshot)
11751 (vc-retrieve-snapshot): Allow the command to operate on any
11752 directory.
11753
11754 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
11755 just removing the 'WORKFILE argument or by removing the 'MASTER
11756 argument and replacing `file' with (vc-name file).
11757
11758 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11759
11760 * vc.el: Update Copyright and add a crude list of backend funs.
11761 (vc-writable-p): New function.
11762 (with-vc-file): Use vc-writable-p.
11763 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
11764 (vc-register): Avoid vc-name.
11765 (vc-locking-user): Remove.
11766 (vc-steal-lock): Make the `owner' arg non-optional.
11767 (vc-merge): Use vc-writable-p instead of vc-locking-user and
11768 vc-checkout-model.
11769 (vc-default-dired-state-info): Use vc-state instead of
11770 vc-locking-user and return special strings for special states.
11771 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
11772 and get rid of one of the special CVS cases.
11773 (vc-cancel-version): prettify error message with \\[...].
11774 (vc-rename-master): New function.
11775 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
11776 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
11777 the CVS special case generic.
11778 (vc-default-record-rename): Remove.
11779 (vc-file-tree-walk-internal): Only call FUNC for files that are
11780 under control of some VC backend and replace `concat' with
11781 expand-file-name.
11782 (vc-file-tree-walk): Update docstring.
11783 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
11784 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
11785
11786 * vc-sccs.el (vc-sccs-rename-file): Renamed from
11787 vc-sccs-record-rename. Use `find-file-noselect' rather than
11788 `find-file' and call `vc-rename-master' to do the actual move.
11789 (vc-sccs-diff): Remove unused `backend' variable.
11790
11791 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
11792 to delay loading of vc-sccs until it is really used.
11793 (vc-sccs-master-templates): Preload.
11794 (vc-sccs-state): Update call to vc-sccs-parse-locks.
11795 (vc-sccs-project-dir): Remove (merged into
11796 vc-sccs-search-project-dir).
11797 (vc-sccs-search-project-dir): Rewrite using file name handling ops
11798 rather than `concat', make sure it is preloaded and don't bother
11799 to check that the file actually exists.
11800 (vc-sccs-parse-locks): Remove unused `file' argument, remove
11801 `locks' argument (use buffer's content instead) and eliminate n^2
11802 behavior.
11803
11804 * vc-rcs.el: Update Copyright.
11805 (vc-rcs-rename-file): New function.
11806 (vc-rcs-diff): Remove unused `backend' variable.
11807
11808 * vc-hooks.el: Update Copyright.
11809 (vc-backend): Don't accept a nil argument any more.
11810 (vc-up-to-date-p): Turn into a defsubst.
11811 (vc-possible-master): New function.
11812 (vc-check-master-templates): Use `vc-possible-master' and allow
11813 funs in vc-X-master-templates to return a non-existent file.
11814
11815 * vc-cvs.el: Update Copyright.
11816 (vc-cvs-diff): Remove unused `backend' variable.
11817 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
11818
11819 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
11820
11821 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11822
11823 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
11824 since it can be called from vc-rcs.el.
11825 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
11826
11827 2000-09-04 Andre Spiegel <spiegel@gnu.org>
11828
11829 * vc.el (vc-version-diff): Expand file name read from the
11830 minibuffer. Handle the case when a previous version number can't
11831 be guessed. Give suitable messages when there were no differences
11832 found.
11833 (vc-clear-headers): Call backend-specific implementation, if one
11834 exists.
11835 (vc-cancel-version): Made error checks generic. When done, clear
11836 headers generically, too.
11837
11838 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
11839 from vc-clear-headers in vc.el.
11840
11841 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
11842 correctly.
11843 (vc-rcs-latest-on-branch-p): Made second argument VERSION
11844 optional. Handle the case when it's not there.
11845
11846 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11847
11848 * vc.el (vc-locking-user): Moved from vc-hooks.el.
11849
11850 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11851
11852 * vc-hooks.el (vc-loadup): Remove.
11853 (vc-find-backend-function): Use `require'. Also, handle the case
11854 where vc-BACKEND-hooks.el doesn't exist.
11855 (vc-call-backend): Cleanup.
11856
11857 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11858
11859 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
11860 vc-rcs-grab-templates)
11861 (vc-rcs-registered): Remove. The default function works as well.
11862 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
11863 vc-sccs-grab-templates)
11864 (vc-sccs-registered): Remove. The default function works as well.
11865
11866 * vc.el (vc-version-diff): Left out a vc- in call to
11867 vc-call-backend.
11868 (vc-default-dired-state-info, vc-default-record-rename)
11869 (vc-default-merge-news): Update for the new backend argument.
11870
11871 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
11872 using the default function.
11873 (vc-call-backend): If calling the default function, pass it the
11874 backend as first argument. Update the docstring accordingly.
11875 (vc-default-state-heuristic, vc-default-mode-line-string): Update
11876 for the new backend argument.
11877 (vc-make-backend-sym): Renamed from vc-make-backend-function.
11878 (vc-find-backend-function): Use the new name.
11879 (vc-default-registered): New function.
11880
11881 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11882
11883 * vc.el (vc-merge): Use vc-find-backend-function.
11884
11885 * vc-hooks.el (vc-backend-functions): Remove.
11886 (vc-loadup): Don't setup 'vc-functions.
11887 (vc-find-backend-function): New function.
11888 (vc-call-backend): Use above fun and populate 'vc-functions
11889 lazily.
11890 (vc-backend-defines): Remove.
11891
11892 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11893
11894 * vc.el (vc-register): Put a FIXME note for a newly found bug.
11895 Call vc-call-backend without the leading vc-.
11896 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
11897 (vc-check-headers): Call vc-call-backend without the leading vc-.
11898 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
11899 (vc-annotate-display): Replace confusing use of `cond' with `or'.
11900 Call vc-call-backend without the leading vc-.
11901
11902 * vc-cvs.el (tail): Provide vc-cvs.
11903 * vc-sccs.el (tail): Provide vc-sccs.
11904 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
11905
11906 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
11907 (vc-make-backend-function, vc-call): Pass names without leading
11908 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
11909 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
11910 (vc-call-backend): Always try to load vc-X-hooks.
11911 (vc-registered): Remove vc- in call to vc-call-backend.
11912
11913 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11914
11915 * vc.el (vc-process-filter): New function.
11916 (vc-do-command): Setup `vc-process-filter' for the async process.
11917 (vc-maybe-resolve-conflicts): New function to reduce
11918 code-duplication. Additionally, it puts the buffer in
11919 `smerge-mode' if applicable.
11920 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
11921 calling `merge-news'.
11922 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
11923 (vc-log-edit): New function. Replacement for `vc-log-mode' by
11924 interfacing to log-edit.el.
11925 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
11926 log-edit is available.
11927 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
11928
11929 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11930
11931 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
11932 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
11933 defvar and the initialization.
11934 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
11935
11936 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
11937 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
11938
11939 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
11940
11941 2000-09-04 Andre Spiegel <spiegel@gnu.org>
11942
11943 * vc.el (vc-file-clear-masterprops): Removed.
11944 (vc-checkin, vc-revert-buffer): Removed calls to the above.
11945 (vc-version-diff): Use buffer-size without argument.
11946 (vc-register): Heed vc-initial-comment.
11947
11948 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
11949 default branch.
11950
11951 * vc-rcs.el (vc-rcs-register): Parse command output to find master
11952 file name and workfile version.
11953 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
11954
11955 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
11956 vc-file-clear-masterprops.
11957
11958 * vc-sccs.el (vc-sccs-checkout): Removed call to
11959 vc-file-clear-masterprops. If writable, set vc-state to 'edited
11960 rather than user login name.
11961
11962
11963 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11964
11965 * vc.el (vc-workfile-unchanged-p): Remove unused argument
11966 `want-differences-if-changed' and simplify.
11967 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
11968 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
11969 output (which is invalid for async vc-diff) to decide whether to
11970 do the revert silently or not.
11971
11972 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11973
11974 * vc-hooks.el (vc-loadup): Load files quietly.
11975 (vc-call-backend): Oops, brain fart.
11976
11977 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11978
11979 * vc-cvs.el (vc-cvs-state): Typo.
11980 (vc-cvs-merge-news): Return the status code rather than the error msg.
11981
11982 2000-09-04 Andre Spiegel <spiegel@gnu.org>
11983
11984 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
11985 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
11986 vc-state or vc-up-to-date-p.
11987 (vc-merge): Use vc-backend-defines to check whether merging is
11988 possible. Set state to 'edited after successful merge.
11989
11990 * vc-hooks.el (vc-locking-user): If locked by the calling user,
11991 return that name. Redocumented.
11992
11993 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11994
11995 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
11996 new `vc-state' semantics.
11997 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
11998 'vc-locking-user to the current user.
11999 (vc-merge): Inline vc-backend-merge. Comment out code that I
12000 don't understand and hence can't adapt to the new `vc-state' and
12001 `vc-locking-user' semantics.
12002 (vc-backend-merge): Remove.
12003
12004 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
12005 rather than 'vc-locking-user.
12006
12007 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
12008
12009 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
12010 (vc-state): Don't use 'reserved any more. Just use the same
12011 convention as the one used for vc-<backend>-state where the
12012 locking user (as a string) is returned.
12013 (vc-locking-user): Update, based on the above convention. The
12014 'vc-locking-user property has disappeared.
12015 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
12016
12017 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
12018 with a heuristic one.
12019 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
12020 (vc-cvs-checkin): Do a trivial parse to set the state in case of
12021 error. That allows us to get to 'needs-merge even in the
12022 stay-local case. There's still no way to detect 'needs-patch in
12023 such a setup (or to force an update for that matter).
12024 (vc-cvs-logentry-check): Remove, the default works as well.
12025
12026 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12027
12028 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
12029
12030 * vc.el (vc-do-command): kill-all-local-variables, to reset any
12031 major-mode in which the buffer might have been put earlier. Use
12032 `remove' and `when'. Allow `okstatus' to be `async' and use
12033 `start-process' in this case.
12034 (vc-version-diff): Handle the case where the diff looks empty
12035 because of the use of an async process.
12036
12037 2000-09-04 Andre Spiegel <spiegel@gnu.org>
12038
12039 * vc.el (vc-next-action-on-file): Removed optional parameter
12040 `simple'. Recompute state unconditionally.
12041 (vc-default-toggle-read-only): Removed.
12042
12043 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
12044 (vc-toggle-read-only): Undid prev change.
12045
12046 * vc-cvs.el (vc-cvs-stay-local): Renamed from
12047 vc-cvs-simple-toggle. Redocumented.
12048 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
12049 (vc-cvs-toggle-read-only): Removed.
12050
12051 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12052
12053 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
12054 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
12055 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
12056 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
12057 still is. So maybe it should be removed.
12058 (vc-head-version, vc-find-binary): Remove.
12059 (vc-recompute-state): Move from vc-hooks.el.
12060 (vc-next-action-on-file): Add a `simple' argument to allow
12061 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
12062 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
12063 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
12064 (vc-dired-mode-map): Properly defvar it.
12065 (vc-print-log): Call log-view-mode if available.
12066 (small-temporary-file-directory): defvar instead of use boundp.
12067 (vc-merge-news): Moved to vc-cvs.el.
12068 (vc-default-merge-news): New function.
12069
12070 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
12071 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
12072 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
12073 unknown `vc-latest-version' function. It should probably refer to
12074 vc-workfile-version or somesuch, but it's very unclear to me and I
12075 don't have SCCS to test things.
12076
12077 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
12078 (vc-sccs-state-heuristic): Fix typo.
12079 (vc-sccs-workfile-unchanged-p): Add missing argument.
12080
12081 * vc-rcs.el: Require vc and vc-rcs-hooks.
12082 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
12083 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
12084 (vc-release-greater-or-equal-p): Move from vc.
12085 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
12086 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
12087 (vc-rcs-checkout): Add a missing `new-version' argument in the
12088 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
12089
12090 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
12091 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
12092 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
12093 than the apparently unbound `workfile-version'.
12094
12095 * vc-hooks.el (vc-master-templates): Def the obsolete var.
12096 (vc-file-prop-obarray): Use `make-vector'.
12097 (vc-backend-functions): Add new hookable functions
12098 vc-toggle-read-only, vc-record-rename and vc-merge-news.
12099 (vc-loadup): If neither backend nor default functions exist, use
12100 the backend function rather than nil.
12101 (vc-call-backend): If the function if not bound yet, try to load
12102 the non-hook file to see if it provides it.
12103 (vc-call): New macro plus use it wherever possible.
12104 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
12105 nor `vc-find-binary' since it's only called from
12106 vc-mistrust-permission which is only used once the backend is known.
12107 (vc-checkout-model): Fix parenthesis.
12108 (vc-recompute-state, vc-prefix-map): Move to vc.el.
12109
12110 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
12111 (vc-cvs-release, vc-cvs-system-release): Remove.
12112 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
12113 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
12114 status symbols.
12115 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
12116 (vc-cvs-toggle-read-only): First cut at a function to allow a
12117 cvs-status-free vc-toggle-read-only.
12118 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
12119 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
12120 vc-cvs-status. Also set vc-state rather than vc-locking-user.
12121 (vc-cvs-checkout): Modify access rights directly if the user
12122 requested not to use `cvs edit'. And refresh the mode line.
12123
12124 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
12125 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
12126
12127 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12128
12129 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
12130 workfile' that got lost when the code was extracted from vc.el.
12131 And merged the tail with the rest of the code (not possible in the
12132 old vc.el where the tail was shared among all backends). And
12133 explicitly set the state to 'edited if `writable' is set.
12134
12135 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
12136 (vc-cvs-state): Be careful to return the value from
12137 vc-cvs-parse-state.
12138 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
12139 property but return it instead. Also be careful to handle a nil
12140 or "" `rev' when workfile is non-nil (it was handled properly when
12141 workfile was nil).
12142
12143 * vc.el: Removed those pesky unnecessary `(function' quotes.
12144 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
12145 directly in the defvar.
12146 (vc-do-command): Bind inhibit-read-only so as to properly handle
12147 the case where the destination buffer has been made read-only.
12148 (vc-diff): Delegate to vc-version-diff in all cases.
12149 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
12150 (vc-annotate-mode-variables): Removed (code moved partly to
12151 defvars and partly to vc-annotate-add-menu).
12152 (vc-annotate-mode): Turned into a derived-mode.
12153 (vc-annotate-add-menu): Moved in code in
12154 vc-annotate-mode-variables.
12155 (vc-update-change-log): Use make-temp-file if available.
12156
12157 2000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
12158
12159 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
12160 `vc-checkout-model' updated to `vc-cvs-update-model'.
12161
12162 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12163
12164 * vc.el (vc-next-action-on-file): Added handling of state
12165 `unlocked-changes'.
12166 (vc-checkout-carefully): Is now practically obsolete, unless the
12167 above is too slow to be enabled unconditionally.
12168 (vc-update-change-log): Fixed typo.
12169
12170 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
12171
12172 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
12173 Now handles state `unlocked-changes'.
12174 (vc-sccs-workfile-unchanged-p): New function, to support the above.
12175
12176 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
12177
12178 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
12179 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
12180 `unlocked-changes'.
12181 (vc-rcs-workfile-unchanged-p): Renamed from
12182 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
12183 function yet, but supposed to become one soon.
12184
12185 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
12186 `vc-steal-lock'.
12187 (vc-call-backend): Changed error message.
12188 (vc-state): Added description of state `unlocked-changes'.
12189
12190 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12191
12192 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
12193 always return t in CVS-controlled directories.
12194
12195 * vc.el (vc-responsible-backend): New function.
12196 (vc-register): Largely rewritten.
12197 (vc-admin): Removed (implementation moved into vc-register).
12198 (vc-checkin): Redocumented.
12199 (vc-finish-logentry): If no backend defined yet (because we are in
12200 the process of registering), use the responsible backend.
12201
12202 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
12203 Updated function lists.
12204 (vc-call-backend): Fixed typo.
12205
12206 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
12207 New functions.
12208 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
12209 Removed query option. Redocumented.
12210
12211 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12212
12213 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
12214
12215 * vc.el: Updated callers of `vc-checkout-required' to use
12216 `vc-checkout-model'.
12217
12218 2000-09-04 Martin Lorentzson <martinl@gnu.org>
12219
12220 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
12221 stuff updated to reference this function instead of the old
12222 `vc-backend-release-p'.
12223
12224 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12225
12226 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
12227 vc-checkout-model. Return appropriate values. Updated callers.
12228
12229 2000-09-04 Martin Lorentzson <martinl@gnu.org>
12230
12231 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
12232 (vc-backend-revert): Function moved into `vc-revert';
12233 `vc-next-action' must be updated to accomodate this change.
12234 (vc-backend-steal): Function moved into `vc-finish-steal'.
12235 (vc-backend-logentry-check): Function moved into
12236 `vc-finish-logentry'.
12237 (vc-backend-printlog): Function moved into `vc-print-log'.
12238 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
12239 (vc-backend-assign-name): Function moved into
12240 `vc-create-snapshot'.
12241
12242 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12243
12244 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
12245 Rename to vc-checkout-model. Return appropriate values.
12246 Update callers.
12247
12248 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
12249 to vc-checkout-model.
12250 (vc-checkout-required): Rename to vc-checkout-model.
12251 Re-implement and re-comment.
12252 (vc-after-save): Use vc-checkout-model.
12253
12254 2000-09-04 Martin Lorentzson <martinl@gnu.org>
12255
12256 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
12257 Update to use the vc-BACKEND-diff functions instead.
12258 `vc-diff' is now working.
12259
12260 * vc-rcs.el (vc-rcs-logentry-check): New function.
12261
12262 * vc-cvs.el (vc-cvs-logentry-check): New function.
12263
12264 * vc-sccs.el (vc-sccs-diff): Function changed name from
12265 `vc-backend-diff'. This makes `vc-diff' work.
12266
12267 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
12268 of functions possibly implemented in a vc-BACKEND library.
12269 (vc-checkout-required): Fix bug that caused an error to be
12270 signaled during `vc-after-save'.
12271
12272 * vc.el: Fix typo.
12273 This checkin is made with our new VC code base for the very first time.
12274 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
12275
12276 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
12277 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
12278
12279 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
12280 updated to `vc-uses-locking'.
12281 (vc-checkout-required): Call to backend function.
12282 `vc-checkout-required' updated to `vc-uses-locking' instead.
12283
12284 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
12285 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
12286
12287 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
12288 to match the split into various backends.
12289 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
12290 (vc-retrieve-snapshot): Bug fix.
12291
12292 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12293
12294 * vc-sccs.el (vc-sccs-release): Doc fix.
12295
12296 2000-09-04 Martin Lorentzson <martinl@gnu.org>
12297
12298 * vc.el (vc-next-action-on-file): Bug found and fixed.
12299 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
12300 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
12301
12302 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
12303 (vc-rcs-checkout): Name space cleaned up. No more revision number
12304 crunching function names that are not prefixed with vc-rcs.
12305 (vc-rcs-checkout-model): Function added. References to
12306 `vc-checkout-model' replaced.
12307
12308 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12309
12310 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
12311 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
12312 still need to be split, and implemented for RCS).
12313
12314 2000-09-04 Martin Lorentzson <martinl@gnu.org>
12315
12316 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
12317
12318 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
12319 required by the vc.el file.
12320
12321 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
12322 required by the vc.el file.
12323 (vc-rcs-exists): Function added.
12324
12325 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
12326 required by the vc.el file.
12327
12328 * vc.el (vc-admin): Updated to handle selection of appropriate
12329 backend. Current implementation is crufty and need re-thinking.
12330
12331 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
12332
12333 2000-09-04 Martin Lorentzson <martinl@gnu.org>
12334
12335 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
12336 beginning of annotate buffers correctly.
12337
12338 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
12339 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
12340 functionality updated quite a lot to support multiple backends.
12341 Variables `vc-annotate-mode', `vc-annotate-buffers',
12342 `vc-annotate-backend' added.
12343
12344 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
12345 `vc-annotate-difference' added to supported backend functions.
12346
12347 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12348
12349 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
12350 Use with-temp-file instead of /bin/sh. Merged from mainline
12351
12352 2000-09-04 Martin Lorentzson <martinl@gnu.org>
12353
12354 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
12355
12356 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
12357
12358 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
12359
12360 2000-09-04 Martin Lorentzson <martinl@gnu.org>
12361
12362 * vc-hooks.el: vc-state-heuristic added to
12363 vc-backend-hook-functions.
12364
12365 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
12366
12367 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
12368
12369 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
12370 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
12371 state to `reserved'.
12372
12373 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
12374 `vc-checkout-required'. Rename the `locked' state to `reserved'.
12375
12376 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12377
12378 * vc-rcs-hooks.el: Implement new state model. Hardly anything
12379 untouched.
12380
12381 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
12382
12383 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
12384 if defined. (Merged from main line, slightly adapted.)
12385
12386 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
12387 millenium problem (merged from mainline).
12388
12389 2000-09-04 Martin Lorentzson <martinl@gnu.org>
12390
12391 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
12392 part and moved the non-BACKEND stuff to vc.el.
12393
12394 * vc.el: Split the annotate feature into a BACKEND specific part
12395 and moved it from the vc-cvs.el file to this one.
12396
12397 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12398
12399 * vc-hooks.el: Implement new state model.
12400 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
12401 (vc-locking-user): Simplify. Now only needed if the file is
12402 locked by somebody else.
12403 (vc-lock-from-permissions): Remove. Functionality is in
12404 vc-sccs-hooks.el and vc-rcs-hooks.el now.
12405 (vc-mode-line-string): New name for former vc-status. Adapted.
12406 (vc-mode-line): Adapt to use the above. Remove optional parameter.
12407
12408 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
12409 Various simplifications and adaptations all over the place.
12410
12411 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
12412 Simplify and adapt the rest.
12413
12414 * vc.el (vc-resynch-window): Add TODO comment: check for
12415 interaction with view mode according to recent RCS change.
12416 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
12417
12418 2000-09-04 Martin Lorentzson <martinl@gnu.org>
12419
12420 * vc.el: Convert the remaining function comments to docstrings.
12421
12422 2000-09-04 Martin Lorentzson <martinl@gnu.org>
12423
12424 * vc.el (vc-backend-release, vc-release-greater-or-equal)
12425 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
12426 (vc-minor-part, vc-previous-version): Functions that operate and
12427 compare revision numbers got proper documentation. Comments added
12428 about their possible removal.
12429
12430 2000-09-04 Martin Lorentzson <martinl@gnu.org>
12431
12432 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
12433 the vc-backend.el files.
12434
12435 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
12436
12437 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
12438 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
12439 (vc-rcs-previous-version): Functions added.
12440
12441 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
12442
12443 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
12444
12445 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12446
12447 * vc-hooks.el (vc-master-templates): Is really obsolete.
12448 Comment out the definition for now. What is the right procedure
12449 to get rid of it?
12450 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
12451 rewritten.
12452 (vc-default-registered): Remove.
12453 (vc-check-master-templates): New function; does mostly what the
12454 above did before.
12455 (vc-locking-user): Don't rely on the backend to set the property.
12456
12457 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
12458 Rewrite documentation.
12459 (vc-rcs-templates-grabbed): New variable.
12460 (vc-rcs-grab-templates): New function.
12461 (vc-rcs-registered): Rewrite to use above mechanism.
12462
12463 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
12464 Rewrite documentation.
12465 (vc-sccs-templates-grabbed): New variable.
12466 (vc-sccs-grab-templates): New function.
12467 (vc-sccs-registered): Rewrite to use above mechanism.
12468 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
12469 Don't throw the result, simply return it.
12470
12471 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
12472 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
12473 (vc-cvs-registered): Does the check itself now. Simplify.
12474
12475 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
12476 from main line.
12477
12478 2000-09-04 Martin Lorentzson <martinl@gnu.org>
12479
12480 * vc-cvs.el (vc-cvs-diff): New function.
12481
12482 * vc-sccs.el (vc-sccs-diff): New function.
12483
12484 * vc-rcs.el (vc-rcs-diff): New function.
12485 (vc-rcs-checkout): Bug (typo) found and fixed.
12486 (vc-rcs-register-switches): New variable.
12487
12488 * vc.el (vc-backend-diff): Function removed and placed in the
12489 backend files.
12490
12491 2000-09-04 Martin Lorentzson <martinl@gnu.org>
12492
12493 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
12494
12495 * vc.el (vc-backend-checkout): Function removed and replaced in
12496 the vc-backend.el files.
12497
12498 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
12499
12500 * vc.el (vc-backend-admin): Removed and replaced in the
12501 vc-backend.el files.
12502
12503 * vc.el (Martin): Removed all the annotate functionality since it
12504 is CVS backend specific.
12505
12506 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12507
12508 * spec.txt: Added specification of vc-state.
12509
12510 * vc-sccs-hooks.el (vc-sccs-master-properties):
12511 Remove handling of vc-latest-version and
12512 vc-your-latest-version. What used to be vc-latest-version, is now
12513 returned as vc-workfile-version.
12514 (vc-sccs-workfile-version): Adapt.
12515
12516 2000-09-04 Dave Love <fx@gnu.org>
12517
12518 * vc.el: [Merged from mainline.]
12519 (vc-dired-mode): Make the dired-move-to-filename-regexp
12520 regexp match the date, to avoid treating date as file size.
12521 Add YYYY S option to WESTERN/
12522
12523 2000-09-04 Dave Love <fx@gnu.org>
12524
12525 * vc.el: Require `compile' when compiling.
12526 (vc-logentry-check-hook): New option.
12527 (vc-steal-lock): Use compose-mail.
12528 (vc-dired-mode-map): Defvar when compiling.
12529 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
12530 vc-sccs.el and renamed. Callers changed.
12531 (vc-backend-checkout, vc-backend-logentry-check)
12532 (vc-backend-merge-news): Doc fix.
12533 (vc-default-logentry-check): New function.
12534 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
12535 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
12536 (vc-backend-merge): Doc fix. Use backend functions.
12537 (vc-check-headers): Use backend functions.
12538
12539 * vc-cvs.el: Require vc when compiling.
12540 (vc-cvs-register-switches): Doc fix.
12541 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
12542 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
12543 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
12544 New functions (code from vc.el).
12545 (vc-annotate-display-default): Fix interactive spec.
12546 (vc-annotate-time-span): Doc fix.
12547
12548 * vc-rcs.el: Require vc when compiling.
12549 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
12550 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
12551 (vc-rcs-checkin): New functions (code from vc.el).
12552 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
12553 Doc fix.
12554 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
12555
12556 * vc-sccs.el: Require vc when compiling.
12557 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
12558 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
12559 (vc-sccs-revert)
12560 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
12561 from vc.el).
12562 (vc-sccs-add-triple, vc-sccs-record-rename)
12563 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
12564 (vc-sccs-admin): Doc fix.
12565
12566 2000-09-04 Martin Lorentzson <martinl@gnu.org>
12567
12568 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
12569 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
12570 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
12571 from vc.el.
12572
12573 * vc-sccs.el (vc-admin-sccs): Added from vc.el
12574
12575 * vc-cvs.el: Moved the annotate functionality from vc.el.
12576 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
12577
12578 2000-09-04 Dave Love <fx@gnu.org>
12579
12580 * vc.el (vc-backend-release): Call vc-system-release.
12581
12582 * vc-sccs.el (vc-sccs-system-release):
12583 Renamed from vc-sccs-backend-release.
12584
12585 * vc-rcs.el (vc-rcs-system-release):
12586 Renamed from vc-rcs-backend-release.
12587
12588 * vc-cvs.el (vc-cvs-system-release):
12589 Renamed from vc-cvs-backend-release.
12590
12591 2000-09-04 Dave Love <fx@gnu.org>
12592
12593 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
12594 backend files.
12595 (vc-backend-release): Dispatch to backend functions.
12596 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
12597 probably needs attention.]
12598
12599 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
12600 (vc-sccs-backend-release): New function.
12601
12602 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
12603 (vc-cvs-backend-release): New function.
12604
12605 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
12606 Doc fix.
12607 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
12608 (vc-default-dired-state-info): New function.
12609 (vc-dired-state-info): Dispatch to backends.
12610 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
12611
12612 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
12613 from vc.el and renamed.
12614
12615 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12616
12617 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
12618 (vc-version-other-window, vc-backend-assign-name): Removed
12619 references to vc-latest-version; sometimes changed into
12620 vc-workfile-version.
12621
12622 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
12623 vc-rcs-master-workfile-version.
12624 (vc-rcs-workfile-version): Use the above. Don't call
12625 vc-latest-version (that was unreachable code, anyway).
12626 (vc-rcs-fetch-master-properties): Doc fix.
12627
12628 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
12629 (vc-backend-hook-functions): Removed them from this list, too.
12630 (vc-fetch-properties): Removed.
12631 (vc-workfile-version): Doc fix.
12632
12633 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
12634 (vc-rcs-workfile-version, vc-rcs-locking-user)
12635 (vc-rcs-uses-locking): Use it.
12636
12637 * vc-hooks.el (vc-consult-rcs-headers):
12638 Moved into vc-rcs-hooks.el, under the name
12639 vc-rcs-consult-headers.
12640
12641 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
12642 headers.
12643 (vc-cvs-find-master): Use this name only; correct different
12644 versions of the name.
12645
12646 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
12647 New functions.
12648 (vc-sccs-locking-user): Use the latter.
12649
12650 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
12651 New functions.
12652
12653 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
12654 Moved into both
12655 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
12656 functions are implementation details of those two backends.
12657
12658 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12659
12660 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
12661 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
12662
12663 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
12664 (vc-sccs-parse-locks): SCCS-specific code moved here from
12665 vc-hooks.
12666
12667 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
12668 code moved here from vc-hooks.
12669
12670 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
12671 into back-end specific parts and removed. Callers not updated
12672 yet; because I guess these callers will disappear into back-end
12673 specific files anyway.
12674
12675 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12676
12677 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
12678 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
12679 `vc-uses-locking'.
12680
12681 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
12682 Store yes/no in the property, and return t/nil. Updated all
12683 callers.
12684
12685 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
12686 vc-sccs-uses-locking. Don't set property.
12687 (vc-sccs-locking-user): Don't set property.
12688
12689 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
12690 vc-cvs-uses-locking. Don't set property here; leave that to
12691 vc-hooks.
12692 (vc-cvs-locking-user): Reflect above change. Streamlined.
12693
12694 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
12695 vc-rcs-uses-locking.
12696 (vc-rcs-locking-user): Reflect above change.
12697
12698 2000-09-04 Dave Love <fx@gnu.org>
12699
12700 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
12701
12702 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
12703
12704 * vc-hooks.el (vc-checkout-model): Punt to backends.
12705
12706 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
12707
12708 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
12709
12710 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
12711 New functions.
12712
12713 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
12714 New functions.
12715
12716 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
12717 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
12718
12719 * vc-hooks.el (vc-default-locking-user): New function.
12720 (vc-locking-user, vc-workfile-version): Punt to backends.
12721
12722 2000-09-04 Dave Love <fx@gnu.org>
12723
12724 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
12725 (vc-master-workfile-version): Moved from vc-hooks.
12726
12727 * vc-rcs-hooks.el: Fix duplicate code in last change.
12728
12729 * vc-rcs-hooks.el: Require vc-hooks when compiling.
12730 (vc-rcs-master-templates): Improve :type.
12731 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
12732 vc-master-workfile-version): Moved from vc-hooks.
12733
12734 * vc-sccs-hooks.el: Require vc-hooks when compiling.
12735 (vc-sccs-master-templates): Improve :type.
12736 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
12737
12738 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
12739
12740 * vc-cvs-hooks.el: Require vc-hooks when compiling.
12741 (vc-cvs-master-templates): Improve :type. Use
12742 vc-cvs-find-cvs-master.
12743 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
12744 from vc-hooks.
12745 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
12746
12747 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
12748 Moved to vc-cvs-hooks.
12749
12750 * vc-hooks.el: Add doc strings in various places. Simplify the
12751 minor mode setup.
12752 (vc-handled-backends): New user variable.
12753 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
12754 simplification.
12755
12756 2000-09-04 Dave Love <fx@gnu.org>
12757
12758 * vc.el: Some doc fixes for autoloaded and interactive functions.
12759 Fix compilation warnings from ediff stuff.
12760 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
12761
12762 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
12763
12764 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
12765
12766 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
12767
12768 2000-09-04 Dave Love <fx@gnu.org>
12769
12770 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
12771 New variable.
12772 (vc-make-backend-function, vc-loadup, vc-call-backend)
12773 (vc-backend-defines): New functions.
12774
12775 * vc-hooks.el: Various doc fixes.
12776 (vc-default-back-end, vc-follow-symlinks): Custom fix.
12777 (vc-match-substring): Function removed. Callers changed to use
12778 match-string.
12779 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
12780 Simplify.
12781
12782 2000-09-04 Dave Love <fx@gnu.org>
12783
12784 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
12785 type.
12786 (vc-sccs-project-dir, vc-search-sccs-project-dir)
12787 (vc-sccs-registered): Doc fix.
12788
12789 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
12790 (vc-cvs-registered): Doc fix.
12791
12792 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
12793 (vc-rcs-registered): Doc fix.
12794
12795 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12796
12797 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
12798
12799 * vc-hooks.el: vc-registered has been renamed
12800 vc-default-registered. Some functions have been moved to the
12801 backend specific files. they all support the
12802 vc-BACKEND-registered functions.
12803
12804 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12805
12806 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
12807
12808 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
12809
12810 2000-09-04 Dave Love <fx@gnu.org>
12811
12812 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
12813 menu-bar-update-hook.
12814
12815 * help.el (help-manyarg-func-alist): Add
12816 find-operation-coding-system.
12817
12818 * wid-edit.el (widget-sexp-validate): Fix garbled code.
12819
12820 * custom.el (custom-set-variables): Print message about errors in
12821 setting.
12822
12823 2000-09-03 Andrew Innes <andrewi@gnu.org>
12824
12825 * makefile.w32-in: Change to DOS line endings.
12826
12827 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
12828
12829 * mouse.el (mouse-popup-menubar): Supply the prompt string for
12830 minor-mode keymaps, if they don't have one.
12831
12832 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
12833
12834 * eshell/esh-module.el (eval-when-compile): Don't lose if
12835 esh-module.el's file name is truncated to DOS 8+3 limits.
12836
12837 2000-09-01 John Wiegley <johnw@gnu.org>
12838
12839 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
12840 predicate, which caused entries in the completion list to be
12841 doubled.
12842
12843 2000-08-30 John Wiegley <johnw@gnu.org>
12844
12845 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
12846 sending to subprocesses. Also, hook pre-command-hook if
12847 `eshell-send-direct-to-subprocesses' is non-nil.
12848 (eshell-send-direct-to-subprocesses): New config variable. If t,
12849 subprocess input is send immediately.
12850 (eshell-toggle-direct-send): New function.
12851 (eshell-self-insert-command): New function.
12852 (eshell-intercept-commands): New function.
12853 (eshell-send-input): If direct subprocess sending is enabled,
12854 don't echo any input to the Eshell buffer. Let the subprocess
12855 handle that. This requires "stty echo" in bash, for example.
12856
12857 2000-08-28 John Wiegley <johnw@gnu.org>
12858
12859 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
12860 completion function for Eshell's implementation of `unset'.
12861
12862 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
12863
12864 * info.el (Info-directory-list): Doc fix.
12865
12866 2000-08-31 Peter Breton <pbreton@ne.mediaone.net>
12867
12868 * filecache.el (file-cache-add-directory-using-find): Don't quote
12869 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
12870
12871 2000-08-31 Kenichi Handa <handa@etl.go.jp>
12872
12873 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
12874 coding systems.
12875
12876 2000-08-30 Andrew Innes <andrewi@gnu.org>
12877
12878 * timer.el (run-with-idle-timer): Undo last change, so that timer
12879 is not activated immediately if Emacs is already idle. Some
12880 existing code relies on this behaviour.
12881
12882 2000-08-30 Miles Bader <miles@gnu.org>
12883
12884 * frame.el (set-frame-font): Do completion of font-name for
12885 interactive use.
12886
12887 2000-08-30 Kenichi Handa <handa@etl.go.jp>
12888
12889 * international/quail.el (quail-start-translation): Bind locally
12890 last-command-event, last-command, and this-command.
12891 (quail-start-conversion): Likewise.
12892 (quail-self-insert-command): Fix docstring.
12893
12894 2000-08-29 Gerd Moellmann <gerd@gnu.org>
12895
12896 * progmodes/executable.el
12897 (executable-make-buffer-file-executable-if-script-p): Check that
12898 buffer contains at least 2 characters.
12899
12900 2000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
12901
12902 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
12903
12904 2000-08-29 Dave Love <fx@gnu.org>
12905
12906 * diff-mode.el (diff-mode) <defgroup>: Add :version.
12907 (diff-mode-shared-map): Bind mouse-2.
12908 (diff-imenu-generic-expression): New variable.
12909 (diff-mode): Use it.
12910
12911 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
12912 (mouse-popup-menubar): Add minor mode menus.
12913 (popup-menu): Check for lookup-key returning number.
12914
12915 2000-08-29 Miles Bader <miles@gnu.org>
12916
12917 * comint.el (comint-send-input): Create overlays using the proper
12918 front/read-advance arguments.
12919
12920 2000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12921
12922 * ps-print.el: Even/odd pages printing. Doc fix.
12923 (ps-print-version): New version number (6.0).
12924 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
12925 (ps-background, ps-begin-file, ps-begin-job): Code fix.
12926 (ps-print-duplex-feature): Variable eliminated.
12927 (ps-even-or-odd-pages): New variable.
12928
12929 * progmodes/ebnf2ps.el: Doc fix.
12930 (ebnf-version): New version (3.3).
12931 (ebnf-user-arrow): Change variable customization to sexp.
12932 (ebnf-user-arrow): Function eliminated.
12933 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
12934
12935 2000-08-29 Kenichi Handa <handa@etl.go.jp>
12936
12937 * help.el (help-xref-mule-regexp): New variable.
12938 (help-make-xrefs): Handle help-xref-mule-regexp.
12939
12940 * international/mule-cmds.el (help-xref-mule-regexp-template): New
12941 variable.
12942 (describe-input-method): Temporarily activate the specfied input
12943 method to display the information.
12944 (describe-language-environment): Hyperlinks to mule related items.
12945
12946 * international/mule-diag.el (charset-multibyte-form-string): New
12947 function.
12948 (list-character-sets-1): Use charset-multibyte-form-string.
12949 (describe-character-set): New function.
12950 (describe-coding-system): Hyperlinks to safe character sets.
12951
12952 * international/quail.el (quail-help): New arg PACKAGE.
12953 Hyperlinks to mule related items.
12954 (quail-help-insert-keymap-description): Use
12955 substitute-command-keys instead of describe-bindings.
12956 (quail-translation-help): Hyperlinks to mule related items.
12957
12958 2000-08-28 John Wiegley <johnw@gnu.org>
12959
12960 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
12961 have a defsubst call itself. Made `eshell-flatten-list' back into
12962 a function again.
12963
12964 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
12965 catch, in case re-centering point at bottom messes up the display.
12966 This happens frequently in Emacs 21, due I believe to variable
12967 line heights.
12968
12969 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
12970 to call `find-tag-interactive'.
12971
12972 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
12973 the list of remember directories.
12974
12975 2000-08-28 John Wiegley <johnw@gnu.org>
12976
12977 * align.el: Test align-region-separate to see if it's a symbol.
12978
12979 2000-08-28 John Wiegley <johnw@gnu.org>
12980
12981 * eshell/esh-util.el (eshell-flatten-list): Made this function
12982 into a defsubst form. It gets used very frequently, although
12983 calls don't occur all that often.
12984
12985 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
12986 examining it.
12987
12988 * eshell/esh-cmd.el (eshell-rewrite-while-command):
12989 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
12990 `eshell-protect'.
12991 (eshell-copy-handles): Created a new macro for duplicating the
12992 current set of open handles. This is needed by the looping
12993 functions.
12994 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
12995 is not incorrectly stomped on.
12996
12997 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
12998 declaration for pcomplete-use-paring.
12999 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
13000 value of eshell-cmpl-use-paring.
13001 * pcomplete.el (pcomplete-use-paring): New config variable, to
13002 indicate whether paring should be used.
13003 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
13004 completion alternatives that have already been used.
13005
13006 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
13007 bound to C-c C-y, which will repeat the previous N arguments
13008 (based on prefix argument).
13009 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
13010
13011 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
13012 if there is no *Help* buffer. This is for XEmacs, which renames
13013 its help buffers uniquely. TODO: Find out what the current buffer
13014 name to delete is.
13015
13016 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
13017 first entry that correlates to a passwd/group number. Later
13018 entries (used for group/user name aliasing to multiple IDs) are
13019 ignored.
13020
13021 * eshell/em-xtra.el (eshell/expr):
13022 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
13023 (eshell-grep, eshell/diff, eshell/locate):
13024 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
13025 argument list, before passing it to the system command.
13026
13027 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
13028 `find-tag' for use at final position in Eshell buffers (which
13029 otherwise triggers an error on Emacs 21).
13030 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
13031 buffer, if it is currently bound to `find-tag'.
13032
13033 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
13034 in the list of matched Makefile names.
13035 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
13036 directory, prefer its contents to Makefile.
13037
13038 * eshell/em-dirs.el (eshell/cd): cd commands that look up
13039 directory parts (like "cd old new", or "cd =regexp"), are now case
13040 sensitive on non-Windows/DOS platforms.
13041
13042 * eshell/esh-mode.el (eshell-parse-command-input): When a user
13043 types RET after an open delimiter (like "), display a message
13044 indicating that Eshell is waiting for the closing delimiter.
13045
13046 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
13047 environment variables.
13048
13049 * eshell/em-unix.el (eshell/diff): Added logic to fail more
13050 gracefully if the user enters incorrect arguments.
13051
13052 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
13053 Eshell buffers.
13054
13055 * eshell/esh-var.el (eshell-interpolate-variable):
13056 * eshell/esh-mode.el (eshell-move-argument):
13057 * eshell/em-unix.el (eshell-du-sum-directory):
13058 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
13059 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
13060 (not (= ...)).
13061
13062 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
13063 to ensure the `preserve' flag gets propagated when doing recursive
13064 directory copies.
13065
13066 2000-08-28 Stefan Monnier <monnier@cs.yale.edu>
13067
13068 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
13069 Don't convert \n into \0177 in memory.
13070 (eshell-read-history, eshell-write-history): Convert \n to \0177,
13071 and back again, when reading and writing.
13072
13073 2000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
13074
13075 * eshell/esh-util.el (eshell-processp): Added to relieve constant
13076 testing of `fboundp' on `processp'.
13077
13078 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
13079 (eshell/jobs): Don't call process-list if it is not bound.
13080 (eshell-gather-process-output): Support systems where async
13081 subprocesses aren't supported.
13082 (eshell-scratch-buffer, eshell-last-sync-output-start): New
13083 variables.
13084
13085 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
13086 eshell-do-eval returns t.
13087 (eshell-do-pipelines-synchronously): New defmacro.
13088 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
13089 when async subprocesses aren't supported.
13090 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
13091 if async subprocesses aren't supported.
13092 (eshell-resume-command): Don't assume STATUS is a string.
13093
13094 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
13095
13096 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
13097 (eshell-close-target, eshell-get-target): Use eshell-processp.
13098 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
13099 fix.
13100 (eshell-get-target, eshell-create-handles): Doc fix.
13101
13102 2000-08-28 Miles Bader <miles@lsi.nec.co.jp>
13103
13104 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
13105 criterion to include commands that output something, as long as it
13106 leaves both the command and the end-of-buffer visible when the
13107 command has exited.
13108 (eshell-review-quick-commands): Adjust the help doc string
13109 accordingly.
13110
13111 2000-08-28 Peter Breton <pbreton@ne.mediaone.net>
13112
13113 * locate.el (locate): Cleaned up locate command's interactive prompting
13114 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
13115
13116 * filecache.el (file-cache-case-fold-search): New variable
13117 (file-cache-assoc-function): New variable
13118 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
13119 Use file-cache-case-fold-search variable
13120 (file-cache-add-file): Use file-cache-assoc-function
13121 (file-cache-delete-file): likewise
13122 (file-cache-directory-name): likewise
13123 (file-cache-debug-read-from-minibuffer): likewise
13124
13125 2000-08-28 Gerd Moellmann <gerd@gnu.org>
13126
13127 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
13128 (abbrev-table-name): New function.
13129 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
13130 If non-nil list local abbrev, only.
13131
13132 2000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
13133
13134 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
13135 from Gnus support code, and use special article copy buffer
13136 `(gnus-original-article-buffer)' instead. This allows to get rid
13137 of article-hide-headers usage (which breaks in the latest Gnus
13138 version). Thanks to Detlev Zundel.
13139
13140 2000-08-28 Kenichi Handa <handa@etl.go.jp>
13141
13142 * international/quail.el (quail-use-package): Hide "... loaded"
13143 message.
13144 (quail-start-translation, quail-start-conversion): Likewise.
13145
13146 * international/kkc.el (kkc-region): Hide "... loaded" message.
13147
13148 2000-08-27 Dave Love <fx@gnu.org>
13149
13150 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
13151
13152 2000-08-27 Miles Bader <miles@gnu.org>
13153
13154 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
13155
13156 2000-08-27 Kenichi Handa <handa@etl.go.jp>
13157
13158 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
13159 'ja-dic-cnv), not (require 'skkdic-cnv).
13160
13161 2000-08-26 Miles Bader <miles@gnu.org>
13162
13163 * faces.el (face-x-resources): Add entry for :inherit.
13164 * cus-face.el (custom-face-attributes): Add support for :inherit
13165 attribute. Add support for relative face heights.
13166 (custom-face-attributes-get): Treat `nil' as being a default value
13167 for :inherit (as well as `unspecified').
13168
13169 * faces.el (set-face-attribute): Update doc string.
13170 (face-attribute-name-alist): Add :inherit.
13171 (face-valid-attribute-values): Handle :inherit.
13172 (face-read-string): Rephrase prompt to be less confusing.
13173 Assume that DEFAULT is a string, since we must return a string.
13174 (face-read-integer): Use `format' to turn DEFAULT into an
13175 acceptable default for face-read-string. Match NEW-VALUE against
13176 the string "unspecified", not the symbol `unspecified', since
13177 that's what face-read-string returns.
13178 (read-face-attribute): Lookup a name for old-value in valid, and
13179 use it as a default if we find one. Treat all values from
13180 face-read-string as strings. If the default is used, don't do any
13181 more processing on the value, just use the old value directly.
13182 (read-face-and-attribute, modify-face): Tweak prompt.
13183 (read-face-name): Don't assume prompt ends with a space.
13184
13185 * faces.el (describe-face): Add support for :inherit attribute.
13186
13187 2000-08-25 Kenichi Handa <handa@etl.go.jp>
13188
13189 * terminal.el (terminal-emulator): Fix args to `concat'. Now
13190 concat doesn't accept interger.
13191
13192 * international/kkc.el: Remove SKK from Keywords. Require
13193 ja-dic-utl instead of skkdic-utl.
13194
13195 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
13196 Provide ja-dic-cnv instead of skkdic-cnv.
13197 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
13198 (iso-2022-7bit-short): Add safe-charsets property.
13199 (skkdic-convert-postfix): Search Japanese chou-on character in
13200 addition to Hiragana character.
13201 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
13202 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
13203 (batch-skkdic-convert): Likewise.
13204
13205 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
13206 Provide ja-dic-utl instead of skkdic-utl.
13207 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
13208
13209 2000-08-24 Dave Love <fx@gnu.org>
13210
13211 * disp-table.el (standard-display-default): Make the test of `l'
13212 useful.
13213
13214 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
13215 mod sample text.
13216
13217 * international/iso-ascii.el: Make pilcrow convenient string
13218 consistent with section.
13219 (iso-ascii-display): Set up multibyte characters as well as
13220 unibyte.
13221
13222 2000-08-24 Kenichi Handa <handa@etl.go.jp>
13223
13224 * international/mule-cmds.el (reset-language-environment): Set
13225 default-process-coding-system to '(undecided . iso-latin-1), which
13226 makes process I/O almost consistent with file I/O. Call this
13227 function when mule-cmds.el[c] is loaded.
13228
13229 2000-08-22 Andrew Innes <andrewi@gnu.org>
13230
13231 * makefile.w32-in: New file.
13232
13233 2000-08-22 Miles Bader <miles@lsi.nec.co.jp>
13234
13235 * comint.el (comint-output-filter): Compare end of
13236 comint-last-output-overlay with the start of the newly inserted
13237 text, not the end, when deciding whether to extend it.
13238 Set saved-point's insertion type to advance after insertion.
13239
13240 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
13241 since this is now done independently of font-lock mode.
13242
13243 2000-08-21 Gerd Moellmann <gerd@gnu.org>
13244
13245 * server.el (server-kill-new-buffers): New user option.
13246 (server-existing-buffer): New buffer-local variable.
13247 (server-visit-files): When using an existing buffer, set
13248 server-existing-buffer to t.
13249 (server-buffer-done): If server-kill-new-buffers is t, kill the
13250 buffer, unless it was already present before visiting it with
13251 Emacs server.
13252
13253 2000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
13254
13255 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
13256 even if the display doesn't support colors: some displays will
13257 support bold/underline faces.
13258
13259 2000-08-21 Gerd Moellmann <gerd@gnu.org>
13260
13261 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
13262
13263 * startup.el (command-line): If user's init file had an error,
13264 add explanatory text to *Messages*.
13265
13266 2000-08-21 Kenichi Handa <handa@etl.go.jp>
13267
13268 * man.el (Man-getpage-in-background): Decode the process output by
13269 the system locale coding system.
13270
13271 2000-08-20 Dave Love <fx@gnu.org>
13272
13273 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
13274 Don't test x-popup-menu.
13275 (function) <complete-function>: Complete only fbound symbols.
13276 <validate, value>: New.
13277 (variable) <complete-function>: Complete only bound symbols.
13278 (coding-system): Add :base-only, :complete-function, :validate,
13279 :value, :prompt-match.
13280 (widget-coding-system-prompt-value): Use read-coding-system and
13281 act on :base-only.
13282 (editable-field): Add :help-echo.
13283 (widget-push-button-gui, widget-push-button-cache)
13284 (widget-gui-action, widget-editable-list-gui): COmment out, along
13285 with uses.
13286 (widget-at): Make arg optional.
13287 (widget-echo-help): Adjust for current help-echo calling sequence.
13288 (widget-specify-field, widget-specify-button)
13289 (widget-specify-insert, widget-get-sibling, widget-image-find)
13290 (widget-convert, widget-insert, widget-leave-text)
13291 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
13292 (widget-setup, widget-field-find, widget-before-change)
13293 (widget-after-change, widget-default-complete)
13294 (widget-default-create, widget-default-delete)
13295 (widget-push-button-value-create, editable-field)
13296 (widget-field-prompt-value, widget-field-validate)
13297 (widget-choice-value-create, widget-choice-action)
13298 (widget-choice-validate, widget-checklist-add-item)
13299 (widget-radio-add-item, widget-radio-chosen)
13300 (widget-radio-value-inline, widget-editable-list-value-create)
13301 (widget-editable-list-entry-create)
13302 (widget-documentation-link-add)
13303 (widget-documentation-string-value-create)
13304 (widget-regexp-validate, widget-file-complete)
13305 (widget-sexp-validate, widget-plist-convert-widget)
13306 (widget-plist-convert-widget, widget-alist-convert-widget)
13307 (widget-alist-convert-widget, widget-color-complete): Simplify,
13308 particularly to avoid bindings which aren't optimized out.
13309
13310 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
13311 Doc fix.
13312 (down-list, backward-up-list, up-list, kill-sexp)
13313 (backward-kill-sexp, mark-sexp): Make arg optional.
13314 (lisp-complete-symbol): Add optional arg PREDICATE.
13315
13316 * cus-start.el: Add display-buffer-reuse-frames,
13317 file-coding-system-alist.
13318
13319 2000-08-20 Gerd Moellmann <gerd@gnu.org>
13320
13321 * startup.el (command-line): Clear realized faces after
13322 modifying TTY color mappings.
13323
13324 2000-08-20 Miles Bader <miles@gnu.org>
13325
13326 * faces.el (face-attr-match-p): Don't return true if ATTRS are
13327 merely a subset of FACE's attributes.
13328
13329 2000-08-19 Miles Bader <miles@gnu.org>
13330
13331 * comint.el (comint-output-filter): Save the point with a marker,
13332 not just a buffer position.
13333
13334 * international/mule.el (set-buffer-process-coding-system): Make
13335 interactive prompt less confusing.
13336
13337 2000-08-19 Gerd Moellmann <gerd@gnu.org>
13338
13339 * hilit-chg.el: General cleanup of doc strings, comments and
13340 code formatting.
13341
13342 2000-08-19 Miles Bader <miles@gnu.org>
13343
13344 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
13345 Compiler macro removed; beginning-of-line is no longer always
13346 equivalent to forward-line, in the presence of fields.
13347
13348 * comint.el (comint-output-filter): Remove ad-hoc saving of
13349 restriction, and just use save-restriction, now that it works
13350 correctly. Don't adjust comint-last-input-start to account for
13351 our insertion; it shouldn't have moved because we don't use
13352 insert-before-markers anymore. Comment out call to
13353 `force-mode-line-update'; why is it here?
13354
13355 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
13356 while checking for prompt to delete. Use `forward-line 0'
13357 instead of beginning-of-line.
13358 (gud-filter): Temporarily widen gud comint buffer while
13359 examining output.
13360
13361 2000-08-18 Stefan Monnier <monnier@cs.yale.edu>
13362
13363 * progmodes/sh-script.el: Big bag of typos.
13364
13365 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
13366 check since ispell-process is not bound when ispell is not yet loaded.
13367
13368 2000-08-18 Dave Love <fx@gnu.org>
13369
13370 * image.el (find-image): Copy `spec' before using plist-put.
13371
13372 2000-08-18 Gerd Moellmann <gerd@gnu.org>
13373
13374 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
13375 `portugues'.
13376
13377 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
13378 backward-kill-sexp, analogous to kill-sexp.
13379
13380 * progmodes/icon.el (icon-indent-line)
13381 (icon-is-continuation-line): Handle comments specially.
13382
13383 2000-08-17 Ken Stevens <k.stevens@ieee.org>
13384
13385 * ispell.el: Set to standard author/maintainer/keyword fields.
13386 Fine tuning to menu map appearance and operation, and added help.
13387 Remove `start' and `end' error messages when compiling.
13388 (ispell-choices-win-default-height): Fixed comment string.
13389 (ispell-dictionary-alist-1): Fixed regexp in castellano and
13390 castellano8 dictionaries.
13391 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
13392 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
13393 dictionary, added italiano dictionary.
13394 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
13395 word character
13396 (ispell-tex-skip-alists): Added psfig support.
13397 (ispell-skip-html): Renamed from ispell-skip-sgml.
13398 (ispell-begin-skip-region-regexp, ispell-skip-region)
13399 (ispell-minor-check): Improved html skipping support to skip across
13400 code, and recognize `&' commands without propper `;' syntax;
13401 (ispell-process-line): Fix alignment error when manually
13402 correcting spelling.
13403 (ispell): Fix comment string.
13404 (ispell-add-per-file-word-list): Always put word list on new line.
13405
13406 2000-08-17 Gerd Moellmann <gerd@gnu.org>
13407
13408 * format.el (format-encode-run-method): Fix error message to say
13409 `encode' instead of `decode'. Use save-window-excursion around
13410 shell-command-on-region as in format-decode-run-method because
13411 shell-command-on-region can display a buffer with error output.
13412 (format-decode): Don't record undo information for the decoding.
13413 (format-annotate-function): Add parameter FORMAT-COUNT. Make
13414 that number part of the temporary buffer name so that more than
13415 one decoding using a temporary buffer can happen safely.
13416
13417 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
13418 of `A-z' in the regexp.
13419
13420 * hilit-chg.el: Fix typos in commentary.
13421
13422 * help.el (view-emacs-news): Rewritten for new naming scheme
13423 for old NEWS files.
13424
13425 * startup.el (command-line): Pop to *Messages* in case an error
13426 is signaled while loading user-init-file.
13427
13428 2000-08-17 Andreas Schwab <schwab@suse.de>
13429
13430 * files.el (insert-directory): Don't lose original file name,
13431 undoing an undocumented change.
13432
13433 2000-08-17 Alex Schroeder <alex@gnu.org>
13434
13435 * sql.el (sql-magic-go): Use comint-bol.
13436 (sql-copy-column): Use comint-line-beginning-position.
13437 (comint-line-beginning-position): Define a replacement for
13438 comint-line-beginning-position if it is not fboundp.
13439
13440 2000-08-17 Alex Schroeder <alex@gnu.org>
13441
13442 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
13443 it didn't have any effect anyway.
13444
13445 2000-08-17 Alex Schroeder <alex@gnu.org>
13446
13447 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
13448 --pset and pager=off instead of sending \\o|cat at the beginning
13449 of the session.
13450
13451 2000-08-17 Miles Bader <miles@gnu.org>
13452
13453 * progmodes/octave-inf.el: Add compatibility definition of
13454 comint-line-beginning-position.
13455
13456 2000-08-17 Kenichi Handa <handa@etl.go.jp>
13457
13458 * startup.el (normal-top-level): Look in each dir in load-path for
13459 a leim-list.el file too. This assures of loading leim-list.el
13460 that is created at Emacs installation time even if a user have his
13461 own leim-list.el.
13462
13463 2000-08-17 Miles Bader <miles@gnu.org>
13464
13465 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
13466 foreground color to black if the background is dark.
13467
13468 2000-08-16 Stefan Monnier <monnier@cs.yale.edu>
13469
13470 * loadhist.el (unload-feature): Typo.
13471
13472 * finder.el (finder-compile-keywords):
13473 * cus-dep.el (custom-make-dependencies): Add local-variable settings
13474 to the generated file.
13475
13476 * mail/mh-e.el (mh-make-local-vars):
13477 Replace make-variable-buffer-local with make-local-variable.
13478
13479 * play/landmark.el:
13480 * options.el (Edit-options-{set,toggle,t,nil}):
13481 * mail/mailabbrev.el (mail-abbrevs-mode):
13482 * textmodes/tex-mode.el (tex-expand-files):
13483 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
13484
13485 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
13486
13487 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
13488 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
13489 Allow going past the last element.
13490 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
13491 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
13492 (cvs-mouse-toggle-mark): Don't move point.
13493 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
13494
13495 * progmodes/compile.el (grep): Provide a default set of files.
13496 (next-error): Docstring fix.
13497 (compilation-find-file): Avoid find-file (fails in a dedicated window).
13498
13499 * emacs-lisp/easy-mmode.el (define-minor-mode):
13500 Use `symbol-value' to keep the byte-compiler quiet.
13501
13502 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
13503 (diff-find-source-location): New fun, extracted from diff-goto-source.
13504 (diff-goto-source): Use it.
13505 (diff-next-complex-hunk, diff-filter-lines): New function.
13506 (diff-apply-hunk): New command.
13507
13508 * smerge-mode.el (smerge-mode-menu): Doc fix.
13509
13510 * msb.el (msb-mode): Define it in terms of define-minor-mode.
13511
13512 2000-08-16 Dave Love <fx@gnu.org>
13513
13514 * windmove.el (windmove) <defgroup>: Add :version.
13515
13516 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
13517 (goto-address-fontify-p, goto-address-highlight-p)
13518 (goto-address-url-face, goto-address-url-mouse-face)
13519 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
13520 (goto-address-url-regexp): Use thing-at-point-url-regexp.
13521 (goto-address-fontify, goto-address-at-mouse): Simplify,
13522 (goto-address-at-point): browse-url-url-at-point,
13523 goto-address-find-address-at-point can return nil.
13524 (goto-address-find-address-at-point): Return nil on failure.
13525
13526 * align.el (align) <defgroup>: Add :version.
13527
13528 * calculator.el (calculator): Add :version.
13529 (calculator): Use two lines for calculator window if `modeline'
13530 face is boxed.
13531
13532 * play/5x5.el: Doc fixes.
13533 (5x5) <defgroup>: Add :version.
13534
13535 * play/fortune.el (fortune) <defgroup>: Add :version.
13536 (fortune-append): Fix error message.
13537 (fortune-from-region): Doc fix.
13538
13539 * play/pong.el (pong): Doc fix.
13540
13541 * play/morse.el: Keywords, commentary, autoloads.
13542
13543 2000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
13544
13545 * desktop.el (desktop-save): Don't look at symbol-value of a
13546 member of minor-mode-alist, unless it is boundp.
13547
13548 2000-08-16 Sam Steingold <sds@gnu.org>
13549
13550 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
13551 `while'; use `with-current-buffer' instead of `save-excursion'.
13552 Removed unnecessary kludges now that "*Buffer List*" is excluded.
13553
13554 2000-08-16 Kenichi Handa <handa@etl.go.jp>
13555
13556 * international/ccl.el (declare-ccl-program): Docstring modified.
13557 (ccl-execute-with-args): Likewise.
13558
13559 2000-08-16 Miles Bader <miles@gnu.org>
13560
13561 * progmodes/sql.el: Add compatibility definition of
13562 comint-line-beginning-position.
13563
13564 2000-08-15 Gerd Moellmann <gerd@gnu.org>
13565
13566 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
13567 'buffer-menu' property.
13568 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
13569 fails.
13570 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
13571 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
13572 wasn't killed.
13573
13574 * buff-menu.el (list-buffers-noselect): Don't display the
13575 *Buffer List* buffer.
13576
13577 * font-lock.el: Require jit-lock to prevent a very late
13578 `Loading jit-lock' message.
13579
13580 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
13581 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
13582 mail address.
13583
13584 2000-08-15 Miles Bader <miles@gnu.org>
13585
13586 * textmodes/ispell.el (ispell-graphic-p): New constant.
13587 (ispell-choices-win-default-height, ispell-help): Use
13588 `ispell-graphic-p' instead of `xemacsp'.
13589
13590 2000-08-15 Dave Love <fx@gnu.org>
13591
13592 * simple.el: Autoload widget-convert when compiling.
13593 (mail-user-agent): Doc fix.
13594
13595 * help.el (function-called-at-point, variable-at-point): Use
13596 with-syntax-table.
13597 (help-manyarg-func-alist): Add insert-and-inherit.
13598
13599 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
13600
13601 * delsel.el (delsel-unload-hook): New function.
13602
13603 * find-file.el: Doc fixes. Move provide to end.
13604 (ff) <defgroup>: Add :link.
13605 (ff-goto-click): Deleted.
13606 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
13607 Use mouse-set-point.
13608
13609 * textmodes/tildify.el: Doc fixes.
13610 (tildify) <defgroup>: Add:version.
13611
13612 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
13613 (glasses-custom-set): Use set-default, not set.
13614 (minor-mode-alist): Propertize the lighter.
13615 (glasses-mode): Provide optional arg.
13616
13617 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
13618 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
13619 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
13620 option. Provide :type.
13621 (cwarn-configuration): Provide :type.
13622 (cwarn-mode): Doc fix.
13623
13624 * add-log.el (change-log-merge): Doc fix.
13625 (change-log-redate): New command.
13626
13627 * net/browse-url.el (browse-url-filename-alist): Add a clause for
13628 Doze and Dog.
13629 (browse-url): Use dolist, not mapcar.
13630 (browse-url-at-point): Check for null url.
13631 (browse-url-event-buffer, browse-url-event-point): Functions
13632 deleted.
13633 (browse-url-at-mouse, browse-url-netscape): Simplify.
13634
13635 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
13636 modes.
13637 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
13638 Fix previous change to mapcan.
13639 (msb--init-file-alist, msb--add-separators)
13640 (msb--make-keymap-menu): Simplify.
13641 (msb--choose-file-menu): Use copy-sequence.
13642 (msb-mode-map): Add title to keymap.
13643 (msb-unload-hook): New function.
13644
13645 * bs.el: Fix indentation.
13646 (bs) <defgroup>: Add :links.
13647 (bs-show): Doc fix.
13648 (bs-apply-sort-faces): Don't use window-system.
13649 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
13650
13651 2000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
13652
13653 * calendar/timeclock.el (timeclock-file): Run .timelog through
13654 convert-standard-filename.
13655
13656 2000-08-14 Gerd Moellmann <gerd@gnu.org>
13657
13658 * emacs-lisp/authors.el: New file.
13659
13660 * paren.el (show-paren-priority): New user option.
13661 (show-paren-function): Set overlay priorities to
13662 show-paren-priority.
13663
13664 2000-08-14 Miles Bader <miles@gnu.org>
13665
13666 * comint.el (comint-bol): Use `forward-line 0' instead of calling
13667 beginning-of-line with inhibit-field-text-motion bound.
13668
13669 2000-08-14 Gerd Moellmann <gerd@gnu.org>
13670
13671 * calendar/timeclock.el: New file.
13672
13673 2000-08-14 David Ponce <david@dponce.com>
13674
13675 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
13676 `widget-button-click'. so that one can use left mouse button to
13677 click on dialog buttons.
13678
13679 2000-08-14 Emmanuel Briot <briot@gnat.com>
13680
13681 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
13682 identifiers, since XML is case sensitive
13683
13684 2000-08-12 Miles Bader <miles@gnu.org>
13685
13686 * comint.el (comint-output-filter): Don't bother frobbing
13687 window-start, it doesn't seem to be necessary.
13688
13689 * comint.el (comint-send-string, comint-send-region): Make into
13690 real functions. Snapshot the prompt before sending.
13691
13692 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
13693
13694 * info.el (Info-find-emacs-command-nodes): Rewrite to use
13695 technique similar to Info-index, instead of relying on specific
13696 names of relevant Index nodes.
13697 (Info-goto-emacs-command-node): Bind Info-history to nil when
13698 going to the first node found by Info-find-emacs-command-nodes.
13699
13700 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
13701
13702 * menu-bar.el (menu-bar-help-menu): Add a :help string.
13703
13704 2000-08-10 Miles Bader <miles@gnu.org>
13705
13706 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
13707
13708 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
13709
13710 * info.el (Info-file-list-for-emacs): More elements for the
13711 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
13712 and woman manuals.
13713
13714 2000-08-10 Miles Bader <miles@lsi.nec.co.jp>
13715
13716 * comint.el (comint-send-input): Make the newline boundary overlay
13717 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
13718 (comint-output-filter): Use `insert' instead of
13719 `insert-before-markers'. Extend comint-last-output-overlay when
13720 necessary since we can't rely on insert-before-markers to do it.
13721 * gud.el (gud-filter): Use `with-current-buffer' instead of
13722 save-excursion when inserting the output, so that point gets
13723 updated correctly; the old method relied on a rather dodgy
13724 side-effect of comint-output-filter to avoid the effect of
13725 save-excursion.
13726
13727 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
13728
13729 * files.el (recover-file): Call insert-directory instead of
13730 invoking `ls' directly.
13731
13732 2000-08-10 Miles Bader <miles@gnu.org>
13733
13734 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
13735 (comint-last-prompt-overlay): New variables.
13736 (comint-output-filter): Implement prompt highlighting.
13737 (comint-snapshot-last-prompt): New function.
13738 (comint-send-input): Snapshot the last prompt.
13739 Use comint-highlight-input-face.
13740 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
13741 Use defface instead of defcustom.
13742 (send-invisible, comint-send-eof): Snapshot the last prompt.
13743 (comint-delchar-or-maybe-eof): Use comint-send-eof.
13744 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
13745
13746 2000-08-09 Stefan Monnier <monnier@cs.yale.edu>
13747
13748 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
13749 (regexp-opt-group): Use a list of chars for `letters'.
13750 (regexp-opt-charset): `chars' is now a list of chars.
13751 Use a char-table rather than a vector so it works for multibyte chars.
13752
13753 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
13754 Set cvs-minor-current-files to the selected fileinfo.
13755 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
13756 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
13757
13758 2000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
13759
13760 * files.el (insert-directory): Don't call access-file on
13761 directories on DOS and Windows.
13762
13763 2000-08-09 Kenichi Handa <handa@etl.go.jp>
13764
13765 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
13766 longer if necessary.
13767 (ccl-embed-code): Call ccl-embed-data to store CODE in
13768 ccl-program-vector.
13769
13770 2000-08-09 Miles Bader <miles@gnu.org>
13771
13772 * comint.el (comint-output-filter): Properly handle the case where
13773 the text surrounded by comint-last-output-overlay was deleted.
13774
13775 2000-08-08 Gerd Moellmann <gerd@gnu.org>
13776
13777 * info.el (Info-insert-dir): Use Info-additional-directory-list if
13778 non-nil.
13779 (Info-file-list-for-emacs): Remove "info" from the list because
13780 that leads to trying to use the documentation from file `info'
13781 in various situations where it isn't appropriate, for instance
13782 C-h C-k C-h i.
13783
13784 * ffap.el (ffap-read-file-or-url-internal): Handle case that
13785 DIR and/or STRING are nil.
13786
13787 * progmodes/compile.el (compilation-setup): Make variable
13788 compilation-error-screen-columns buffer-local, as some comment
13789 in the code suggests it should be.
13790
13791 * files.el (auto-mode-interpreter-regexp): New variable.
13792 (set-auto-mode): Use it.
13793
13794 * indent.el (indent-for-tab-command): Doc fix.
13795
13796 * mouse-sel.el (mouse-sel-mode): Doc fix.
13797
13798 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
13799 labels.
13800
13801 * help.el (print-help-return-message): When
13802 display-buffer-reuse-frames is set, let the help window been quit,
13803 instead of deleting it, which might delete a reused frame.
13804
13805 2000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
13806
13807 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
13808 rename a directory to a name that differs only by its letter case.
13809
13810 2000-08-08 Kenichi Handa <handa@etl.go.jp>
13811
13812 * international/quail.el (quail-define-rules): Handle Quail decode
13813 map correctly. Add code for supporting annotations.
13814 (quail-install-decode-map): New function.
13815 (quail-defrule-internal): New optional arguments decode-map and
13816 props.
13817 (quail-advice): New function.
13818
13819 2000-08-07 Sam Steingold <sds@gnu.org>
13820
13821 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
13822 `defconst', `define-condition', `with-slots'.
13823 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
13824
13825 2000-08-03 Miles Bader <miles@gnu.org>
13826
13827 * comint.el (comint-use-prompt-regexp-instead-of-fields):
13828 New variable.
13829 (comint-prompt-regexp, comint-get-old-input): Document dependence on
13830 comint-use-prompt-regexp-instead-of-fields.
13831 (comint-send-input): Add `input' field property to stuff we send to
13832 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
13833 (comint-output-filter): Add `output' field property to process
13834 output, if comint-use-prompt-regexp-instead-of-fields is nil.
13835 (comint-replace-by-expanded-history)
13836 (comint-get-old-input-default, comint-show-output)
13837 (comint-backward-matching-input, comint-forward-matching-input)
13838 (comint-next-prompt, comint-previous-prompt): Use field
13839 properties if comint-use-prompt-regexp-instead-of-fields is nil.
13840 (comint-line-beginning-position): New function.
13841 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
13842 (comint-replace-by-expanded-history-before-point): Use
13843 comint-line-beginning-position and line-end-position.
13844 (comint-last-output-overlay): New variable.
13845 (comint-mode): Make `comint-last-output-overlay' buffer-local.
13846
13847 * shell.el (shell-prompt-pattern): Doc change.
13848 (shell-backward-command): Use line-beginning-position.
13849
13850 * gud.el (gud-gdb-complete-command): Use
13851 comint-line-beginning-position.
13852
13853 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
13854 comint-bol doesn't actually go to the beginning of the line.
13855
13856 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
13857 if comint-use-prompt-regexp-instead-of-fields is non-nil.
13858 (try-expand-line-all-buffers): Likewise.
13859
13860 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
13861 explicitly matching comint-prompt-regexp.
13862 (sql-copy-column): Use comint-line-beginning-position instead of
13863 explicitly matching comint-prompt-regexp.
13864
13865 * progmodes/octave-inf.el (inferior-octave-complete): Use
13866 comint-line-beginning-position.
13867
13868 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
13869
13870 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
13871 looking for a prompt, use `forward-line 0' instead of
13872 `beginning-of-line', to avoid getting caught by an input field.
13873
13874 2000-08-07 Gerd Moellmann <gerd@gnu.org>
13875
13876 * files.el (shell-quote-wildcard-pattern): Make sure to return
13877 PATTERN, in the Unix case.
13878
13879 2000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
13880
13881 * play/zone.el (zone): Discard any pending input before running
13882 the randomly-chosen pgm.
13883
13884 2000-08-07 Kenichi Handa <handa@etl.go.jp>
13885
13886 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
13887 checking the existence of any multibyte characters.
13888
13889 2000-08-06 Gerd Moellmann <gerd@gnu.org>
13890
13891 * help.el (describe-mode): Test minor-mode symbol for being
13892 bound before testing its value for being nil.
13893
13894 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
13895 `first', `second', and `third'.
13896
13897 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
13898 (second): Make it an alias for `cadr'.
13899
13900 2000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
13901
13902 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
13903 types of display support faces now.
13904
13905 2000-08-05 Gerd Moellmann <gerd@gnu.org>
13906
13907 * pcvs.el (require): Require `cl' during compilation, only.
13908
13909 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
13910 (toplevel): Remove `remq' and `remove' from autoloads.
13911 (cl-fake-autoloads): New variable. If set, arrange for an error
13912 when CL functions etc. are autoloaded.
13913
13914 2000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
13915
13916 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
13917
13918 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
13919 popped up, but the user clicks outside the menu, return an empty
13920 regexp (that causes unhighlight-regexp to have no effect).
13921
13922 * menu-bar.el (menu-bar-games-menu): Add Zone.
13923
13924 * hi-lock.el (toplevel): Require font-lock.
13925
13926 2000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13927
13928 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
13929 (ebnf-8-bit-chars): New var for bug fix.
13930 (ebnf-string): Bug fix.
13931
13932 2000-08-03 Sam Steingold <sds@gnu.org>
13933
13934 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
13935 instead of `buffer-string'.
13936 (require 'cl): Always, not just when compiling.
13937 `ignore-errors' in `interactive', `list*', `defun*' &c make this
13938 necessary.
13939
13940 2000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
13941
13942 * international/mule-cmds.el (select-safe-coding-system): Make
13943 the message text about selecting a safe coding system more clear.
13944
13945 2000-08-02 Gerd Moellmann <gerd@gnu.org>
13946
13947 * hi-lock.el: New file.
13948
13949 * play/zone.el: New file.
13950
13951 * replace.el (occur): Set tab-width in the *Occur* buffer to the
13952 value of tab-width in the original buffer. Choose a line number
13953 format that's a multiple of the original buffer's tab width, so
13954 that lines appear right.
13955
13956 * textmodes/ispell.el (ispell): New function, replacing an alias.
13957 Spell-check active region if in transient-mark-mode and mark
13958 is active; otherwise spell-check buffer.
13959
13960 2000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13961
13962 * ps-mule.el: Fix a customization problem on
13963 ps-mule-font-info-database-default.
13964
13965 2000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
13966
13967 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
13968 display-mouse-p instead of window-system.
13969 (ebrowse-member-mode-map): Ditto.
13970
13971 2000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13972
13973 * progmodes/ebnf2ps.el: Update ps-print functions call.
13974 Indentation fix. Doc fix.
13975 (ebnf-version): New version number (3.2).
13976 (ebnf-format-color, ebnf-begin-job): Code fix.
13977
13978 2000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
13979
13980 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
13981 font lock support on window-system.
13982 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
13983
13984 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
13985 display-color-p, if fboundp, instead of window-system.
13986
13987 2000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
13988
13989 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
13990 instead of window-system.
13991
13992 * wid-edit.el (widget-choose): Use display-mouse-p instead of
13993 window-system.
13994 (widget-choice-mouse-down-action): Use display-popup-menus-p
13995 instead of window-system.
13996
13997 * strokes.el (strokes-file): Run the file name through
13998 convert-standard-filename.
13999 (strokes-mode): Call display-mouse-p instead of looking at
14000 window-system. Change the error message accordingly.
14001
14002 * progmodes/cpp.el (toplevel): Support faces on tty's.
14003
14004 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
14005 (lm-plot-square, lm-init-display): Don't use window-system.
14006
14007 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
14008 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
14009
14010 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
14011 instead of looking at window-system.
14012
14013 2000-07-30 Gerd Moellmann <gerd@gnu.org>
14014
14015 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
14016 of testing if iswitchb-prepost-hooks is bound, because the
14017 latter will always be true when invoking a recursive minibuffer
14018 from an active Iswitchb buffer.
14019
14020 2000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
14021
14022 * files.el (shell-quote-wildcard-pattern): New function.
14023 (insert-directory): Call it. Only prepend "\" to command on Unix
14024 and GNU/Linux systems.
14025
14026 2000-07-30 Gerd Moellmann <gerd@gnu.org>
14027
14028 * eshell/esh-groups.el: Change custom :link file names
14029 from `eshell.info' to `eshell'.
14030
14031 2000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
14032
14033 * dired.el (dired-build-subdir-alist): Expand subdirectory names
14034 correctly in recursive ange-ftp listings.
14035
14036 2000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14037
14038 * ps-print.el: Fix bug 1: if ps-font-size-internal,
14039 ps-header-font-size-internal and
14040 ps-header-title-font-size-internal variables are not set,
14041 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
14042 face text property is (foreground-color . COLOR) or
14043 `(background-color . COLOR)', ps-print crashes. Doc fix.
14044 (ps-print-version): New version number (5.2.4).
14045 (ps-plot-region): Code fix.
14046 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
14047 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
14048 Bug fix 2.
14049
14050 2000-07-30 Milan Zamazal <pdm@freesoft.cz>
14051
14052 * glasses.el (glasses-make-readable): Fix uncapitalization of
14053 identifiers like `myXMLDocument'.
14054
14055 2000-07-28 Karl Fogel <kfogel@red-bean.com>
14056
14057 * mail/mail-hist.el (mail-hist-previous-input)
14058 (mail-hist-next-input): Do the obvious code factorization.
14059 (mail-hist-retrieve-and-insert): New func, contains common
14060 code of above two.
14061 If inserting a message body, leave point at top.
14062
14063 2000-07-28 Sam Steingold <sds@gnu.org>
14064
14065 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
14066 Use `<=', not `<' to compare times!
14067 (ange-ftp-ls): Remove.
14068
14069 2000-07-27 Gerd Moellmann <gerd@gnu.org>
14070
14071 * play/cookie1.el: Add explanation of how to make cookie.el
14072 compatible with strfile(1) to comment.
14073
14074 * subr.el (remove, remq): New functions.
14075
14076 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
14077 escape `*' in regexps.
14078 (midnight-find): Reverse order of arguments in the funcall of
14079 TEST.
14080
14081 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
14082 and `.class'.
14083
14084 * play/meese.el: Add Commentary section.
14085
14086 2000-07-27 Alex Schroeder <alex@gnu.org>
14087
14088 * sql.el (sql-ms): Added autoload cookie.
14089 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
14090 (sql-oracle): Ditto.
14091 (sql-help): Doc change.
14092
14093 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
14094 types and exceptions.
14095
14096 2000-07-27 Alex Schroeder <alex@gnu.org>
14097
14098 * sql.el (sql-placeholder-history): New variable.
14099 (sql-query-placeholders-and-send): New function that will query
14100 the user and replace placeholders with user input.
14101 (sql-oracle): If running on NT, set comint-input-sender to
14102 sql-query-placeholders-and-send.
14103
14104 (sql-stop): If in the SQLi buffer, insert stop notification, else
14105 present it as a message.
14106
14107 2000-07-27 Alex Schroeder <alex@gnu.org>
14108
14109 * sql.el (sql-input-ring-separator): Doc change.
14110 (sql-input-ring-file-name): Doc change.
14111 (sql-interactive-mode): Use `sql-input-ring-separator' and
14112 `sql-input-ring-file-name' to set the comint-mode equivalents
14113 without making them local variables.
14114 (sql-stop): Don't bind `sql-input-ring-separator' and
14115 `sql-input-ring-file-name' dynamically to their comint-mode
14116 equivalents.
14117
14118 2000-07-27 Kenichi Handa <handa@etl.go.jp>
14119
14120 * international/mule.el (register-char-codings): New function.
14121 (make-coding-system): Handle `safe-chars' specification in the arg
14122 PROPERTY.
14123
14124 * international/mule-cmds.el
14125 (find-coding-systems-region-subset-p): This function deleted.
14126 (sort-coding-systems-predicate): New variable.
14127 (sort-coding-systems): New function.
14128 (find-coding-systems-region): Use
14129 find-coding-systems-region-internal.
14130 (find-coding-systems-string): Use find-coding-systems-region.
14131 (find-coding-systems-for-charsets): Check
14132 char-coding-system-table.
14133 (select-safe-coding-system-accept-default-p): New variable.
14134 (select-safe-coding-system): Mostly rewritten. New argument
14135 ACCEPT-DEFAULT-P.
14136 (select-message-coding-system): Call select-safe-coding-system
14137 with ACCEPT-DEFAULT-P arg.
14138 (reset-language-environment): Reset default-sendmail-coding-system
14139 to the default value iso-latin-1.
14140 (set-language-environment): Don't set the obsolete variable
14141 charset-origin-alist.
14142
14143 * international/codepage.el (cp-coding-system-for-codepage-1):
14144 Give `safe-chars' property to make-coding-system.
14145
14146 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
14147 calling select-message-coding-system twice.
14148
14149 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
14150 instead of `safe-charsets'.
14151 (cyrillic-alternativnyj): Likewise.
14152 (ccl-encode-alternativnyj): Don't check the charset
14153 cyrillic-iso8859-5.
14154
14155 2000-07-27 Kenichi Handa <handa@etl.go.jp>
14156
14157 * composite.el (compose-chars-after): Preserve match data.
14158
14159 2000-07-26 Sam Steingold <sds@gnu.org>
14160
14161 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
14162 (ange-ftp-real-file-newer-than-file-p): New function.
14163 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
14164 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
14165
14166 * tooltip.el (tooltip-float-time): Removed (use `float-time').
14167 * midnight.el (midnight-float-time): Ditto.
14168
14169 2000-07-26 Andreas Schwab <schwab@suse.de>
14170
14171 * files.el (normal-backup-enable-predicate): Correct
14172 interpretation of the return value of compare-strings.
14173
14174 2000-07-26 Gerd Moellmann <gerd@gnu.org>
14175
14176 * isearch.el (isearch-resume): New function.
14177 (isearch-done): Add something to command-history to resume
14178 the search.
14179 (isearch-yank-line, isearch-yank-word): Use
14180 buffer-substring-no-properties instead of buffer-substring.
14181
14182 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
14183 of flyspell-mouse-map.
14184
14185 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
14186 duplicate definition.
14187 (makefile-mode): Remove duplicate setting of local-abbrev-table.
14188
14189 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
14190 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
14191
14192 2000-07-25 Sam Steingold <sds@gnu.org>
14193
14194 * net/ange-ftp.el: Get modtime over the net.
14195 (ange-ftp-file-modtime): New function.
14196 (ange-ftp-write-region, ange-ftp-insert-file-contents)
14197 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
14198 Use it.
14199 (ange-ftp-dot-to-slash): New function.
14200 (ange-ftp-fix-name-for-vms): Use it.
14201
14202 * midnight.el (midnight-buffer-display-time): Use
14203 `with-current-buffer'.
14204
14205 2000-07-25 Gerd Moellmann <gerd@gnu.org>
14206
14207 * find-dired.el: Update copyright notice.
14208 (find-dired): Offer to kill a running `find'.
14209
14210 * enriched.el (enriched-face-ans): For a `foreground-color'
14211 property, return '(("x-color" COLOR))' so that COLOR will be
14212 output as a parameter of the x-color annotation. Likewise for the
14213 `background-color' property. In the case of normal face
14214 properties, don't return annotations for unspecified foreground
14215 and background face attributes.
14216
14217 2000-07-25 Kenichi Handa <handa@etl.go.jp>
14218
14219 * language/japan-util.el (japanese-katakana-region): Fix handling
14220 HANKAKU argument.
14221
14222 2000-07-25 Miles Bader <miles@gnu.org>
14223
14224 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
14225 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
14226 constrain-to-field.
14227
14228 2000-07-24 Andrew Innes <andrewi@gnu.org>
14229
14230 * timer.el (timer-activate-when-idle): Add optional parameter
14231 DONT-WAIT. Update docstring.
14232 (run-with-idle-timer): Specify extra parameter to
14233 timer-activate-when-idle, so that timer will be activated
14234 immediately if Emacs is already idle.
14235
14236 * w32-fns.el (w32-using-nt): Fix docstring.
14237
14238 2000-07-24 Dave Love <fx@gnu.org>
14239
14240 * mouse.el (popup-menu): Set last-command-event.
14241 (mouse-major-mode-menu-prefix): Declare.
14242
14243 2000-07-24 Gerd Moellmann <gerd@gnu.org>
14244
14245 * textmodes/flyspell.el: Update to author's version 1.5d.
14246
14247 * progmodes/hideshow.el: Update copyright notice.
14248
14249 * vcursor.el: Set maintainer to FSF, since author cannot
14250 be reached.
14251
14252 2000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
14253
14254 * info.el (Info-goto-emacs-key-command-node): Leave a space after
14255 the prompt.
14256
14257 * mouse.el (popup-menu): Run the keymap through indirect-function,
14258 in case it was defined with define-prefix-key. If the menu is a
14259 list of keymaps, look up the binding of user's choice in each one
14260 of the keymaps.
14261 (mouse-popup-menubar): If the global and local menu-bar keymaps
14262 don't have a prompt string, create one and insert it into the
14263 keymap. Don't barf if current-local-map returns nil.
14264
14265 2000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
14266
14267 * dired.el (dired-sort-R-check): Added to allow recursive listing
14268 to be undone.
14269 (dired-sort-other): Use it.
14270
14271 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14272
14273 * Release of cc-mode 5.27
14274
14275 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14276
14277 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
14278 c-beginning-of-statement-1 that caused a bad case of recursion
14279 which could consume a lot of CPU in large classes in languages
14280 that have in-expression classes (i.e. Java and Pike).
14281
14282 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
14283 statements before top level constructs (i.e. case 6 is moved
14284 before case 5 and is now case 4) to catch in-expression
14285 classes in top level expressions correctly.
14286
14287 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14288
14289 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
14290 objc-method-intro. Case 4 removed and case 5I added.
14291
14292 * cc-langs.el (c-append-paragraph-start): New variable used by
14293 c-common-init to get paragraph-start correct.
14294 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
14295 initialize paragraph-start to make it correct both with and
14296 without the javadoc special case.
14297
14298 * cc-mode.el (java-mode): Use c-append-paragraph-start to
14299 initialize paragraph-start for javadoc markup.
14300
14301 * cc-vars.el (c-style-variables-are-local-p): Incompatible
14302 change by defaulting this to t. It's motivated by the
14303 confusing behavior that otherwise arise from the style system
14304 when editing both java and non-java files at the same time
14305 (see the comments about style setting in c-common-init).
14306
14307 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14308
14309 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
14310 similar to the one in c-fill-paragraph to check the fill
14311 prefix from the adaptive fill function for sanity.
14312
14313 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14314
14315 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
14316 defun block.
14317
14318 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14319
14320 * cc-align.el (c-lineup-multi-inher): Handle lines with
14321 leading comma nicely. Extended to handle member initializers
14322 too.
14323
14324 * cc-engine.el: (c-beginning-of-inheritance-list,
14325 c-guess-basic-syntax): Fixed recognition of inheritance lists
14326 when the lines begins with a comma.
14327
14328 * cc-vars.el (c-offsets-alist): Changed default for
14329 member-init-cont to c-lineup-multi-inher since it now handles
14330 member initializers and indents better for leading commas.
14331
14332 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14333
14334 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
14335 handling that caused class open lines to be recognized as
14336 statement-conts in some cases.
14337
14338 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
14339 guessed by the adaptive fill function unless point is on the
14340 first line of a block comment.
14341
14342 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
14343 when the buffer ends with a macro continuation char.
14344
14345 * cc-engine.el (c-guess-basic-syntax): Added support for
14346 function definitions as statements in Pike. The first
14347 statement in a lambda block is now labeled defun-block-intro
14348 instead of statement-block-intro.
14349
14350 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
14351 so that the class surrounding point is selected, not the one
14352 innermost in the state.
14353
14354 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
14355 recognition of switch labels having hanging multiline
14356 statements.
14357
14358 * cc-engine.el (c-beginning-of-member-init-list): Broke out
14359 some code in c-guess-basic-syntax to a separate function.
14360 * cc-engine.el (c-just-after-func-arglist-p): Fixed
14361 recognition of member inits with multiple line arglists.
14362 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
14363 member-init-cont when the commas are in funny places.
14364
14365 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14366
14367 * cc-defs.el (c-auto-newline): Removed this macro since it's
14368 not used anymore.
14369
14370 * cc-engine.el (c-looking-at-bos): New helper function.
14371 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
14372 inexpr and toplevel classes apart in Pike.
14373
14374 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
14375 of case 9A.
14376
14377 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
14378 constant, since "class" can introduce an in-expression class
14379 in Pike nowadays.
14380
14381 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14382
14383 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
14384 indentation on cpp-macro lines.
14385
14386 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
14387 a syntax modifier like comment-intro, to make it possible to
14388 get syntactic indentation for preprocessor directives. It's
14389 incompatible wrt to lineup functions on cpp-macro, but it has
14390 no observable effect in the 99.9% common case where cpp-macro
14391 is set to -1000.
14392
14393 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14394
14395 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
14396 member-init-cont when the preceding arglist is several lines.
14397
14398 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14399
14400 * cc-styles.el (c-style-alist): The basic offset for the BSD
14401 style corrected to 8.
14402
14403 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14404
14405 * cc-styles.el (c-style-alist): Adjusted the indentation of
14406 brace list openers in the gnu style.
14407
14408 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14409
14410 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
14411
14412 * cc-cmds.el (c-electric-brace, c-electric-slash,
14413 c-electric-star, c-electric-semi&comma, c-electric-colon,
14414 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
14415 when c-syntactic-indentation is nil.
14416
14417 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
14418 we were left at comments preceding the first statement when
14419 reaching the beginning of the buffer.
14420
14421 * cc-vars.el (c-syntactic-indentation): New variable to turn
14422 off all syntactic indentation.
14423
14424 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14425
14426 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
14427 between the text and the block comment ender when it hangs,
14428 depending on how many there are before the fill.
14429
14430 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14431
14432 * cc-engine.el (c-beginning-of-closest-statement): New helper
14433 function to go back to the closest preceding statement start,
14434 which could be inside a conditional statement.
14435 * cc-engine.el (c-guess-basic-syntax): Use
14436 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
14437
14438 * cc-engine.el (c-guess-basic-syntax): Better handling of
14439 arglist-intro, arglist-cont-nonempty and arglist-close when
14440 the arglist is nested inside parens. Cases 7A, 7C and 7F
14441 changed.
14442
14443 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
14444 up-to-date with javadoc 1.2.
14445
14446 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14447
14448 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
14449 multiline Pike type decls.
14450
14451 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14452
14453 * cc-cmds.el (c-indent-new-comment-line): Always break
14454 multiline comments in multiline mode, regardless of
14455 comment-multi-line.
14456
14457 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14458
14459 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
14460 fully::qualified::names in C++ member init lists. Preamble in
14461 case 5D changed.
14462
14463 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14464
14465 * cc-langs.el (c-common-init): Handling of obsolete variables
14466 moved to c-initialize-cc-mode. More compatible style override
14467 when using global style variables.
14468 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
14469 variables moved here.
14470
14471 * cc-styles.el (c-make-styles-buffer-local): Flag style
14472 variable localness in c-style-variables-are-local-p to make
14473 the compatibility measure in c-common-init work well.
14474
14475 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
14476 longer contain set-from-style.
14477 * cc-styles.el (c-initialize-builtin-style): Don't check for
14478 set-from-style on c-special-indent-hook.
14479 * cc-styles.el (c-copy-tree): Obsolete. The standard function
14480 copy-alist is sufficient now.
14481
14482 * cc-styles.el (c-set-style, c-set-style-1,
14483 c-get-style-variables): Fixes to variable initialization so
14484 that duplicate entries in styles have the same effect
14485 regardless of DONT-OVERRIDE.
14486
14487 * cc-styles.el (c-set-style-2): Fixed bug where the
14488 initialization of inheriting styles failed when the
14489 dont-override flag is set.
14490
14491 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
14492 on this.
14493
14494 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14495
14496 * cc-defs.el (c-forward-comment): Removed the workaround
14497 introduced in 5.38 since it had worse side-effects. If a line
14498 contains the string "//\"", it regarded the // as a comment
14499 start since the \ temporarily doesn't have escape syntax.
14500
14501 2000-07-17 Emmanuel Briot <briot@act-europe.fr>
14502
14503 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
14504 ada-xref.el before ada-prj.el, so that the Project menu is created
14505 when ada-prj tries to add to it.
14506 (ada-activate-keys-for-case): Suppress the characters that are not
14507 part of the Ada syntax. Better compatibility with else-mode
14508 (ada-adjust-case-interactive): When auto-casing is not active,
14509 correctly insert newlines (used to insert only ^M). Prevent the
14510 syntax table from being changed in case of an error
14511 (or '_' becomes part of a word and some commands are confused).
14512 Do nothing if ada-auto-case is nil.
14513 (ada-after-keyword-p): Ignore keywords that are also attributes
14514 (ada-batch-reformat): Update usage comment
14515 (ada-call-from-contextual-menu): New function
14516 (ada-case-read-exceptions): Reinitialize the casing exception list
14517 first to nil first, so that the casing exception file can be
14518 shared.
14519 (ada-check-defun-name): Handles "configure" keyword for gnatdist
14520 files.
14521 (ada-compile-goto-error): Fix regexp used to detect a file:line
14522 anywhere in the error message
14523 (ada-contextual-menu-last-point): New variable
14524 (ada-create-keymap): If the variable delete-key-deletes-forward is
14525 t on XEmacs, it means that DEL should delete one character
14526 forward.
14527 (ada-create-menu): Use :included instead of :visible for XEmacs.
14528 New submenu "Options".
14529 (ada-end-stmt-re): Correctly indent "select ... then abort"
14530 statements.
14531 (ada-fill-comment-paragraph): Correctly delete all leading '--'
14532 even if they don't match ada-fill-comment-prefix Fix handling of
14533 paragraphs on the first or last line of a file.
14534 (ada-format-paramlist): Fix handling of default parameter values.
14535 (ada-get-body-name): New function.
14536 (ada-get-current-indent): Optimized by searchling directly for an
14537 existing generic part or a statement outside of it. Handle
14538 ada-indent-align-comments when indenting comments Replaced some
14539 regexps by testing directly the next character. This results in a
14540 huge speedup on some files. New indentation scheme for renames
14541 statements. Stop looking for the 'while' or 'for' associated with
14542 a 'loop' at the first semicolon encountered. A "return" can also
14543 match an anonymous access subprogram declaration.
14544 (ada-get-indent-noindent): Ignore strings and comments when
14545 looking for the keywords "record" and "private".
14546 (ada-goto-matching-decl-start): When matching "if", make sure we
14547 are not in fact seeing "end if". Ignore "when" statements except
14548 when initial keyword was "begin". Fix handling of nested
14549 procedures. Add a recursive call to this function to skip over
14550 other 'end' statmts. Fix indentation for "when .. => begin"
14551 (ada-in-open-paren-p): Fix indentation for complex boolean
14552 expressions, where 'and then', 'or else' and parenthesis
14553 statements are mixed up.
14554 (ada-in-paramlist-p): Skip comments while searching for the
14555 beginning Fix handling of operator declarations.
14556 (ada-indent-align-comments): New variable
14557 (ada-indent-current): Change the syntax table only in the
14558 protected section, so that we are sure it is restored correctly.
14559 (ada-indent-on-previous-lines): Use ada-use-indent and
14560 ada-with-indent Correctly indent "select ... then"
14561 (ada-indent-region): Slight speedup.
14562 (ada-indent-renames): New variable.
14563 (ada-last-which-function-subprog, ada-last-which-function-line):
14564 New variables
14565 (ada-looking-at-semi-private): Correctly indent the 'private'
14566 keyword when it is the first word in a package declaration.
14567 (ada-loose-case-word): Stop searching if at the end of the buffer.
14568 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
14569 even if point is not initially at the end of the word.
14570 (ada-matching-decl-start-re): Add "when".
14571 (ada-mode): Add support for abbrev-mode, outline-mode and
14572 which-func-mode Override the old find-file.el entry in
14573 ff-special-constructs since it is using the obsolete
14574 ada-spec-suffix variable
14575 (ada-no-auto-case): New function
14576 (ada-scan-paramlist): When parsing the argument type, accept
14577 spaces (as in "X 'Class", generated by Rational Rose).
14578 (ada-other-file-name): No longer loads the other file.
14579 (ada-popup-menu): Save and restore the current buffer and cursor
14580 position before and after displaying the menu.
14581 (ada-search-ignore-complex-boolean): New function.
14582 (ada-uncomment-region): Emacs21 already knows how to delete
14583 comments not starting in the first column.
14584 (ada-use-indent): New variable
14585 (ada-which-function): New function.
14586 (ada-with-indent): New variable
14587 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
14588 can be batch-compiled from the command line.
14589
14590 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
14591 Add to the menu when the file is loaded, not in ada-mode-hook.
14592 Add -toolbar to the default ddd command Switches moved from
14593 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
14594 ada-prj-default-comp-opt
14595 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
14596 Reference Manual to the menu
14597 (ada-check-current): rewritten as a call to ada-compile-current
14598 (ada-compile): Removed.
14599 (ada-compile-application, ada-compile-current, ada-check-current):
14600 Set the compilation-search-path so that compile.el automatically
14601 finds the sources in src_dir. Automatic scrollong of the
14602 compilation buffer. C-uC-cC-c asks for confirmation before
14603 compiling
14604 (ada-compile-current): New parameter, prj-field
14605 (ada-complete-identifier): Load the .ali file before doing
14606 processing
14607 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
14608 conform to gnatmake's behavior.
14609 (ada-find-file-in-dir): New function
14610 (ada-find-references): Set the environment variables for gnatfind
14611 (ada-find-src-file-in-dir): New function.
14612 (ada-first-non-nil): Removed
14613 (ada-gdb-application): Add support for jdb, the java debugger.
14614 (ada-get-ada-file-name): Load the original-file first if not done
14615 yet.
14616 (ada-get-all-references): Handles the new ali syntax (parent types
14617 are found between <>).
14618 (ada-initialize-runtime-library): New function
14619 (ada-mode-hook): Always load a project file when a file is opened,
14620 so that the casing exceptions are correctly read.
14621 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
14622 (ada-parse-prj-file): Use find-file-noselect instead of find-file
14623 to open the project file, since the latter does not work with
14624 speedbar Get default values before loading the prj file, or the
14625 default executable file name is wrong. Use the absolute value of
14626 src_dir to initialize ada-search-directories and
14627 compilation-search-path,... Add the standard runtime library to
14628 the search path for find-file.
14629 (ada-prj-default-debugger): Was missing an opening '{'
14630 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
14631 variables.
14632 (ada-prj-default-gnatmake-opt): New variable
14633 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
14634 buffers, the project file is the default one Save the windows
14635 configuration before displaying the menu.
14636 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
14637 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
14638 ...) regexp-quote identifiers names to support operators +,
14639 -,... in regexps.
14640 (ada-remote): New function.
14641 (ada-run-application): Erase the output buffer before starting the
14642 run Support remote execution of the application. Use
14643 call-process, or the arguments are incorrectly parsed
14644 (ada-set-default-project-file): Reread the content of the active
14645 project file, not the one from the current buffer When a project
14646 file is set as the default project, all directories are
14647 automatically associated with it.
14648 (ada-set-environment): New function
14649 (ada-treat-cmd-string): New special variable ${current}
14650 (ada-treat-cmd-string): Revised. The substitution is now done for
14651 any ${...} substring
14652 (ada-xref-current): If no body was found, compiles the spec
14653 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
14654 compiler to get rid of command line length limitations.
14655 (ada-xref-get-project-field): New function
14656 (ada-xref-project-files): New variable
14657 (ada-xref-runtime-library-specs-path)
14658 (ada-xref-runtime-library-ali-path): New variables
14659 (ada-xref-set-default-prj-values): Default run command now does a
14660 cd to the build directory. New field: main_unit Provide a default
14661 file name even if the current buffer has no prj file.
14662
14663 * ada-prj.el:
14664 Rewritten to show a tabbed-dialog.
14665 (ada-prj-add-ada-menu): Remove the map and name parameters.
14666 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
14667 New function
14668 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
14669 (ada-prj-load-from-file): New function
14670 (ada-prj-save): Always save fields that depend on the current buffer
14671 (ada-prj-show-value): New function
14672
14673 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
14674 Ada mode. This will allow us to display the Ada menu in any buffer
14675 we want (for project items).
14676 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
14677 number of spaces in the header.
14678
14679 2000-07-24 Dave Love <fx@gnu.org>
14680
14681 * ediff-init.el (ediff-region-help-echo): Bind face-help.
14682
14683 2000-07-23 Noah Friedman <friedman@splode.com>
14684
14685 * type-break.el (type-break): perform autosave.
14686 Suggested by Stephen Gildea <gildea@stop.mail-abuse.org>.
14687 (type-break-do-query): Cancel query schedule while performing
14688 actual query, to avoid possibility of a second query being made
14689 while first one is already in progress.
14690 (type-break-time-stamp-format): New variable.
14691 (type-break-time-stamp): New function.
14692 (type-break-time-warning): Use it.
14693 (type-break-keystroke-warning): Use it.
14694 (type-break-noninteractive-query): Use it.
14695
14696 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
14697 cookie.
14698 Use add-minor-mode to set minor-mode-alist, if available.
14699 (eldoc-echo-area-use-multiline-p): New user option.
14700 (eldoc-echo-area-multiline-supported-p): New variable.
14701 (eldoc-docstring-format-sym-doc): Use them.
14702 (eldoc-mode): If not using idle timers, append to local post and
14703 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
14704 (eldoc-display-message-no-interference-p): Don't interfere with
14705 edebug.
14706 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
14707 (eldoc-function-arglist): New function.
14708 (eldoc-function-argstring): Use it.
14709
14710 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
14711 auto save directory exists before calling directory-files.
14712
14713 2000-07-23 Dave Love <fx@gnu.org>
14714
14715 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
14716 ^o, ^u.
14717
14718 2000-07-21 Dave Love <fx@gnu.org>
14719
14720 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
14721 now passed to the function. It now works properly.
14722
14723 * smerge-mode.el (smerge-mode-menu): Fill it out.
14724
14725 2000-07-20 Gerd Moellmann <gerd@gnu.org>
14726
14727 * info-look.el (info-lookup): If *info* is shown in another frame
14728 on the same display, select that frame, instead of switching to
14729 the Info buffer in another window of the selected frame.
14730
14731 * simple.el (universal-argument-map): Bind numeric keypad keys
14732 kp-0 to kp-9 and kp-subtract.
14733 (digit-argument): Handle these keys.
14734
14735 2000-07-20 Dave Love <fx@gnu.org>
14736
14737 * net/goto-addr.el (goto-address-fontify): Don't bother with
14738 buffer-modified and read-only stuff -- irrelevant with overlays.
14739 Put an extra property on the overlays and use it to clean up in
14740 case goto-address is re-run.
14741
14742 2000-07-19 Richard M. Stallman <rms@gnu.org>
14743
14744 * timer.el (run-with-idle-timer): Doc fix.
14745
14746 * mail/mail-utils.el (mail-strip-quoted-names):
14747 Handle case where <...> appears inside "...".
14748 Use replace-match to edit the string more simply.
14749 (rmail-dont-reply-to): Cope with an unmatched ".
14750
14751 2000-07-19 Dave Love <fx@gnu.org>
14752
14753 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
14754 implementation.
14755
14756 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
14757 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
14758 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
14759
14760 2000-07-19 Gerd Moellmann <gerd@gnu.org>
14761
14762 * textmodes/refer.el: Correct maintainer's email address.
14763
14764 * progmodes/hideif.el: Correct author's email address.
14765 Fix typo in comment.
14766
14767 * xml.el: New file.
14768
14769 * mail/mailheader.el: Correct author's mail address.
14770
14771 * gnus/parse-time.el: Correct author's mail address.
14772
14773 2000-07-19 Colin Walters <walters@cis.ohio-state.edu>
14774
14775 * comint.el (comint-highlight-input, comint-highlight-face):
14776 New user options.
14777 (comint-input-ring-file-name): Change custom type.
14778 (comint-mode-map): Bind mouse-2.
14779 (comint-insert-clicked-input): New function.
14780 (comint-send-input): Handle input highlighting.
14781
14782 2000-07-18 Stefan Monnier <monnier@cs.yale.edu>
14783
14784 * mouse.el (popup-menu): New function.
14785 (mouse-major-mode-menu): Use it.
14786
14787 2000-07-18 Dave Love <fx@gnu.org>
14788
14789 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
14790 improvements.
14791
14792 2000-07-18 Gerd Moellmann <gerd@gnu.org>
14793
14794 * faces.el (face-font-selection-order)
14795 (face-font-family-alternatives): Add custom type.
14796
14797 2000-07-18 Dave Love <fx@gnu.org>
14798
14799 * cus-edit.el (custom-variable-reset-saved)
14800 (custom-variable-reset-standard): Remove unused bindings.
14801
14802 * rect.el (open-rectangle-line): Remove unused let.
14803
14804 * hl-line.el (hl-line-highlight): Check hl-line-mode.
14805
14806 2000-07-18 Gerd Moellmann <gerd@gnu.org>
14807
14808 * cdl.el: Fix `Maintainer' keyword.
14809
14810 * play/pong.el: Add author's email address.
14811
14812 2000-07-17 Sam Steingold <sds@gnu.org>
14813
14814 * files.el (insert-directory): Call `split-string' instead of
14815 re-implementing it.
14816
14817 2000-07-18 Gerd Moellmann <gerd@gnu.org>
14818
14819 * mail/vms-pmail.el: Change maintainer to FSF.
14820
14821 * net/goto-addr.el: Change maintainer to FSF.
14822
14823 * info.el (Info-title-face-alist): Removed.
14824
14825 2000-07-18 David Ponce <david@dponce.com>
14826
14827 * recentf.el (recentf-open-files): New command that works like
14828 `recentf-open-more-files', but shows the whole list of files (not just
14829 those omitted from the menu). Useful if you don't use a menu-bar!
14830 (recentf-open-more-files) Modified to use `recentf-open-files'.
14831
14832 (recentf-open-files, recentf-open-more-files)
14833 (recentf-edit-list): Dialogs use `recentf-dialog-mode'
14834
14835 (recentf-dialog-mode): New mode for dialogs. You can now just type
14836 "q" to cancel the dialogs.
14837
14838 2000-07-18 David Ponce <david@dponce.com>
14839
14840 * recentf.el: This is a major update of recentf.el. It adds new
14841 features to better organize the recentf menu and "More..." buffer.
14842
14843 Using new provided menu filtering functions you can now organize the
14844 recent files list:
14845
14846 - by major modes
14847 - by directories
14848 - by user defined rules
14849
14850 Finally, with the new `recentf-filter-changer' customizable filter you
14851 can define a ring of filters and dynamically (via the menu) cycle on
14852 each menu organization in the ring (a la msb).
14853
14854 2000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
14855
14856 * eshell/eshell.el (eshell): Replace links to eshell.info with
14857 links to eshell, to avoid problems on systems where the manual is
14858 installed as `eshell'.
14859 * eshell/esh-cmd.el (eshell-cmd): Ditto.
14860 * eshell/em-smart.el (eshell-smart): Ditto.
14861 * eshell/em-banner.el (eshell-banner): Ditto.
14862 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
14863
14864 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
14865 same-file check in the MS-DOS version (it does support inodes).
14866
14867 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
14868
14869 * eshell/eshell.el (eshell-directory-name):
14870 Run default directory name through convert-standard-filename.
14871
14872 2000-07-18 Kenichi Handa <handa@etl.go.jp>
14873
14874 * international/mule-cmds.el (select-safe-coding-system):
14875 Fix typo in the comment.
14876
14877 * language/european.el (compound-text):
14878 Force katakana-jisx0201 to be designated to G1.
14879
14880 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
14881 Don't translate some national variant characters of latin-jisx0201.
14882 (x-ctext): Force katakana-jisx0201 to be designated to G1.
14883
14884 * international/kkc.el (kkc-after-update-conversion-functions):
14885 New variable.
14886 (kkc-update-conversion): Run functions in it at the tail.
14887
14888 2000-07-16 John Wiegley <johnw@gnu.org>
14889
14890 * lisp/align.el (align-newline-and-indent):
14891 Adding new function. for auto-aligning blocks of code on RET.
14892 (align-region): Fixed badly formatted minibuffer message.
14893
14894 2000-07-17 Kenichi Handa <handa@etl.go.jp>
14895
14896 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
14897 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
14898 the conversion list at first if appropriate.
14899 (kkc-next): Don't update kkc-next-count here.
14900 (kkc-prev): Don't update kkc-prev-count here.
14901 (kkc-show-conversion-list-update): Fix setting up of conversion
14902 list message.
14903
14904 2000-07-16 Stefan Monnier <monnier@cs.yale.edu>
14905
14906 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
14907
14908 2000-07-16 Dave Love <fx@gnu.org>
14909
14910 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
14911 function to be more specific.
14912
14913 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
14914 non-string help-echo.
14915 (widget-types-convert-widget): Defsubst it.
14916 (widget-echo-help): Try to cope with a help-echo function of two
14917 possible sorts.
14918
14919 2000-07-15 Jason Rumney <jasonr@gnu.org>
14920
14921 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
14922 Declare as obsolete.
14923
14924 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
14925
14926 2000-07-14 Gerd Moellmann <gerd@gnu.org>
14927
14928 * hilit-chg.el: Fix typo.
14929
14930 2000-07-14 Dave Love <fx@gnu.org>
14931
14932 * info.el (Info-mode-menu): Fix use of :help, :enable.
14933
14934 2000-07-14 Stefan Monnier <monnier@cs.yale.edu>
14935
14936 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
14937
14938 2000-07-13 Dave Love <fx@gnu.org>
14939
14940 * emacs-lisp/easymenu.el: Doc fixes.
14941 (easy-menu-remove): Defalias to ignore.
14942
14943 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
14944 Call throw correctly.
14945
14946 2000-07-13 Gerd Moellmann <gerd@gnu.org>
14947
14948 * faces.el (frame-background-mode): Doc fix.
14949
14950 * simple.el (eval-expression-print-length): Change custom type to
14951 allow entering nil as value.
14952
14953 2000-07-13 Dave Love <fx@gnu.org>
14954
14955 * progmodes/fortran.el (fortran-imenu-generic-expression):
14956 Change definition layout.
14957 (fortran-mode-menu): Reinstate customize entries.
14958
14959 * cus-edit.el (custom-group-menu-create, customize-menu-create):
14960 Use :filter, per old XEmacs code.
14961
14962 2000-07-12 Gerd Moellmann <gerd@gnu.org>
14963
14964 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
14965 event when deciding what to send to the terminal.
14966
14967 2000-07-12 Dave Love <fx@gnu.org>
14968
14969 * cus-start.el: Add optional version as 4th element of specs and
14970 use it for several things new in v21. Remove load-path. Fix type
14971 of line-number-display-limit.
14972
14973 2000-07-11 Dave Love <fx@gnu.org>
14974
14975 * progmodes/fortran.el: Don't require easymenu.
14976 Use repeat counts in various regexps.
14977 (fortran-mode-syntax-table): Defvar directly.
14978 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
14979 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
14980 Use defvar, not defconst.
14981 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
14982 (fortran-mode): Set fortran-comment-line-start-skip,
14983 fortran-comment-line-start-skip, dabbrev-case-fold-search.
14984 (fortran-comment-indent): Use defsubst.
14985 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
14986 Use fortran-comment-indent, not fortran-comment-indent-function.
14987 (fortran-comment-region, fortran-electric-line-number): Simplify.
14988 (fortran-auto-fill): New function.
14989 (fortran-do-auto-fill): Deleted.
14990 (fortran-find-comment-start-skip):
14991 Check for non-null comment-start-skip.
14992 (fortran-auto-fill-mode, fortran-fill-statement):
14993 Use fortran-auto-fill.
14994 (fortran-fill): Use fortran-auto-fill. Check for null
14995 comment-start-skip. Simplify final clause and use end-of-line finally.
14996
14997 * widget.el (widget-plist-member): New alias.
14998
14999 2000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
15000
15001 * eshell/esh-module.el (toplevel): Reference
15002 byte-compile-current-file only if it is bound.
15003
15004 2000-07-10 Gerd Moellmann <gerd@gnu.org>
15005
15006 * dired.el: Don't require `dired-aux'.
15007
15008 2000-07-10 Miles Bader <miles@lsi.nec.co.jp>
15009
15010 * dired-aux.el (dired-show-file-type): New function.
15011 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
15012 (dired-show-file-type): Add autoload.
15013
15014 2000-07-10 Kenichi Handa <handa@etl.go.jp>
15015
15016 * international/mule-diag.el (describe-font): Adjusted for the
15017 change of fontset-info.
15018 (print-fontset): Likewise.
15019
15020 2000-07-09 Stefan Monnier <monnier@cs.yale.edu>
15021
15022 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
15023
15024 2000-07-07 Gerd Moellmann <gerd@gnu.org>
15025
15026 * bindings.el: Bind `[delete]' to delete-char.
15027
15028 * dired.el (dired-find-alternate-file): New function.
15029 (dired-mode-map): Bind `a' to dired-find-alternate-file.
15030 (toplevel): Require dired-aux when compiling.
15031 (dired-buffers): Move defvar within file to avoid compiler warning.
15032
15033 * info.el (Info-last-search): Variable removed.
15034 (Info-search-history): New variable.
15035 (Info-search): New Info-search-history.
15036
15037 * battery.el, info-look.el: Change author's mail address.
15038
15039 2000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
15040
15041 * mail/rmail.el (rmail-clear-headers): Don't throw an error
15042 if rmail-ignored-headers is nil.
15043 (rmail-retry-failure): Bind rmail-ignored-headers and
15044 rmail-displayed-headers to nil.
15045
15046 2000-07-06 Gerd Moellmann <gerd@gnu.org>
15047
15048 * lpr.el (lpr-page-header-switches): Add `-h' switch.
15049 (print-region-1): Don't hard code `-h' here.
15050
15051 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
15052
15053 2000-07-01 Francesco Potorti` <pot@gnu.org>
15054
15055 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
15056 exim can use "your message" instead of "the message".
15057
15058 2000-07-06 Stefan Monnier <monnier@cs.yale.edu>
15059
15060 * facemenu.el: Docstrings fixes.
15061 (facemenu-get-face): Don't use internal-find-face.
15062 (facemenu-iterate): Rename arg to match the docstring.
15063
15064 * newcomment.el (uncomment-region): Be more careful when skipping
15065 backwards over `=' not to bump into BOBP.
15066
15067 2000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
15068
15069 * ediff-diff.el (ediff-wordify): Use syntax table.
15070 * ediff-init.el (ediff-has-face-support-p): Use
15071 ediff-color-display-p.
15072 (ediff-color-display-p): Use display-color-p, changed to defun
15073 from defsubst.
15074 Got rid of special cases for NeXT and OS/2.
15075 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
15076 face.
15077
15078 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
15079
15080 * emacs-lisp/lucid.el: Require CL.
15081 (copy-tree, remprop): Remove, it's provided by CL.
15082 (map-keymap): Define in terms of cl-map-keymap.
15083 (extent-property, set-extent-end-glyph): New functions.
15084
15085 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
15086
15087 2000-07-05 Gerd Moellmann <gerd@gnu.org>
15088
15089 * Makefile.in (DONTCOMPILE): Add comment that the name may
15090 not be changed without changing the make-dist script.
15091
15092 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
15093 (cl-mapc): Use mapc instead of cl-old-mapc.
15094
15095 2000-07-05 Andrew Innes <andrewi@gnu.org>
15096
15097 * makefile.nt: Add support for `bootstrap' and related targets.
15098
15099 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
15100
15101 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
15102 (easy-menu-do-define): Use `menu-item' format.
15103 Handle case where easy-menu-create-menu returns a symbol.
15104 Manually call the potential top-level filter in the function binding.
15105 (easy-menu-filter-return): New arg NAME.
15106 Convert to a keymap if MENU is an XEmacs menu.
15107 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
15108 (easy-menu-converted-items-table, easy-menu-convert-item):
15109 New var and fun to memoize easy-menu-convert-item-1.
15110 (easy-menu-do-add-item): Use it.
15111 (easy-menu-create-menu): Use easy-menu-convert-item.
15112 Wrap easy-menu-filter-return around any :filter specification.
15113 Don't convert the menu if a filter was specified.
15114 Tell easy-menu-make-symbol not to check for MENU being an expression.
15115 (easy-menu-make-symbol): New arg NOEXP.
15116
15117 2000-07-05 Gerd Moellmann <gerd@gnu.org>
15118
15119 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
15120 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
15121 (eval-defun): If called with prefix arg, instrument code for
15122 Edebug.
15123
15124 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
15125 similar to that of eval-defun.
15126
15127 2000-07-04 Dave Love <fx@gnu.org>
15128
15129 * hl-line.el (hl-line-overlay): Make it permanent-local.
15130
15131 * calendar/todo-mode.el: Replaced with a working version, based on
15132 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
15133
15134 2000-07-03 Miles Bader <miles@lsi.nec.co.jp>
15135
15136 * paths.el (prune-directory-list): New function.
15137 (Info-default-directory-list): Rewritten to more methodically
15138 enumerate a big list of possible info directories (based on the
15139 list used by the standalone info reader).
15140
15141 * info.el (info-initialize): Use prune-directory-list to remove
15142 non-existent directories from Info-directory-list.
15143
15144 * paths.el (Info-default-directory-list): Try a list of possible
15145 info-directories instead of a single one. Add the possible
15146 info directory "/usr/share/info".
15147
15148 * woman.el (woman-man.conf-path): Explicitly include the debian
15149 man-db config file "/etc/manpath.config".
15150 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
15151 are present in `manpath.config'.
15152 (woman-manpath): Include "/usr/share/man".
15153
15154 2000-07-03 Gerd Moellmann <gerd@gnu.org>
15155
15156 * frame.el (blink-cursor-mode): Don't hide cursor initially.
15157
15158 * startup.el (command-line): Initialize blink-cursor based
15159 on window-system.
15160
15161 * frame.el (blink-cursor): Default to nil if not running under
15162 a window-system.
15163
15164 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
15165 (face-x-resources): Remove duplicate entry for :font.
15166
15167 * textmodes/refer.el (refer-find-entry-internal): Use some-window
15168 instead of cycling through windows with next-window.
15169
15170 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
15171 of cycling through windows with next-window.
15172
15173 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
15174 of cycling through windows with next-window.
15175
15176 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
15177 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
15178 instead of cycling through windows with next-window.
15179
15180 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
15181 instead of cycling through windows with next-window.
15182
15183 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
15184 of cycling through windows with next-window.
15185
15186 * terminal.el (te-process-output): Use walk-windows instead of
15187 cycling through windows with next-window.
15188
15189 * server.el (server-switch-buffer): Use some-window instead of
15190 cycling through windows with next-window.
15191
15192 * window.el (some-window): New function.
15193 (walk-windows): Remove reference to walk-windows-start.
15194
15195 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
15196
15197 2000-07-03 Richard Stallman <rms@gnu.org>
15198
15199 * window.el (walk-windows): Guarantee termination by keeping a list
15200 of all the windows already handled.
15201
15202 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
15203
15204 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
15205 window-system.
15206
15207 * man.el (Man-notify-when-ready): Don't use window-system. If
15208 Man-notify-method is newframe, and the display is not
15209 multi-frame, select the frame created for the man page.
15210 (Man-init-defvars): Doc fix.
15211
15212 2000-06-28 Gerd Moellmann <gerd@gnu.org>
15213
15214 * faces.el (region): Change background color for light background.
15215
15216 * ediff-wind.el (ediff-setup-control-frame): Remove :box
15217 attribute from mode-line face of Ediff control frame.
15218
15219 * replace.el (query-replace-map): Bind `e' like `E'.
15220
15221 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
15222
15223 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
15224 Change name to "Select All".
15225
15226 * dos-fns.el (convert-standard-filename): Fix last change.
15227
15228 2000-06-27 Gerd Moellmann <gerd@gnu.org>
15229
15230 * help.el (describe-variable): Don't insert a second `'s' in front
15231 of the string `value is shown below'. Since the syntax-table is
15232 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
15233 an existing `'s', so that this won't be deleted.
15234
15235 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
15236 * pcmpl-unix.el: New files.
15237
15238 2000-06-26 Stefan Monnier <monnier@cs.yale.edu>
15239
15240 * wid-edit.el (widget-member): Use the new plist-member.
15241
15242 2000-06-26 Gerd Moellmann <gerd@gnu.org>
15243
15244 * replace.el (perform-replace): Undo change of 2000-04-04.
15245 Instead, move backward 1 character at the end of the loop when
15246 necessary.
15247
15248 * faces.el (fringe): Change face for different backgrounds.
15249
15250 * eshell/esh-module.el (toplevel): Load defgroup's differently;
15251 patch from John.
15252
15253 * eshell/*.el: Change spelling of the Free Software Foundation.
15254
15255 * eshell/esh-toggle.el: Removed.
15256
15257 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
15258
15259 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
15260 interactively.
15261
15262 2000-06-26 Alex Schroeder <alex@gnu.org>
15263
15264 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
15265 `define-key'; instead of checking `(emacs-version)' check for
15266 `set-keymap-parent' and `set-keymap-name' directly. Add entries
15267 for `;' and `o' which might be electric.
15268
15269 (sql-electric-stuff): New user option.
15270 (sql-magic-go): New function which uses `sql-electric-stuff'.
15271 (sql-magic-semicolon): New function which uses
15272 `sql-electric-stuff'.
15273
15274 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
15275 is not fboundp.
15276
15277 (sql-oracle-options): New variable.
15278 (sql-oracle): Use it.
15279
15280 (sql-imenu-generic-expression): Doc change.
15281 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
15282 is used.
15283
15284 (sql-informix): Added command line parameter "-" to force
15285 sql-informix-program to use stdout.
15286
15287 2000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
15288
15289 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
15290 (cp864-decode-table): Doc fix.
15291 (cp720-decode-table): New variable, supports the Arabic OEM
15292 codepage used by Windows.
15293 (cp737-decode-table): New, Greek OEM codepage used by Windows.
15294
15295 2000-06-23 Dave Love <fx@gnu.org>
15296
15297 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
15298 (font-lock-fontify-anchored-keywords): Use
15299 line-beginning-position.
15300 (global-font-lock-mode): Use mapc.
15301
15302 2000-06-23 Stefan Monnier <monnier@cs.yale.edu>
15303
15304 * eshell/esh-module.el: Require CL when compiling.
15305
15306 2000-06-23 Gerd Moellmann <gerd@gnu.org>
15307
15308 * comint.el (comint-substitute-in-file-name): Call replace-match
15309 with second and third arg t.
15310
15311 * cus-edit.el (custom-button-face, custom-button-pressed-face):
15312 Specify foreground color.
15313
15314 * faces.el (tool-bar, mode-line, header-line): Specify foreground
15315 color.
15316
15317 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
15318
15319 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
15320 cddr instead of cdddr.
15321
15322 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
15323 instead of copy-list.
15324
15325 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
15326 of copy-list.
15327
15328 * subdirs.el: Add eshell subdirectory.
15329
15330 * eshell: New subdirectory containing the Eshell package.
15331
15332 * pcomplete.el: New file.
15333
15334 2000-06-23 Paul Eggert <eggert@twinsun.com>
15335
15336 * mail/mailpost.el (post-mail-send-it): Make sure file has
15337 proper permissions from birth.
15338
15339 * files.el (basic-save-buffer-2): When temporarily setting
15340 file modes, set them to current modes plus 0200, not to 0777.
15341
15342 * emerge.el (emerge-make-temp-file): Make sure file has proper
15343 permissions from birth.
15344
15345 2000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
15346
15347 * files.el (make-backup-file-name-1): On DOS/Windows, run the
15348 backup file name through convert-standard-filename.
15349
15350 * dos-fns.el (convert-standard-filename): Convert leading
15351 directories as well. When long file names are supported, convert
15352 characters that are invalid in Windows file names.
15353
15354 2000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15355
15356 * ps-print.el: Fix bug: if ^L is the very first buffer character,
15357 ps-print crashes. New feature: page selection for printing. Create
15358 raw-text-unix coding system for XEmacs. Doc fix.
15359 (ps-print-version): New version number (5.2.3).
15360 (ps-plot-region): Bug fix.
15361 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
15362 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
15363 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
15364 funs.
15365 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
15366 (ps-last-page): New vars.
15367
15368 2000-06-21 Gerd Moellmann <gerd@gnu.org>
15369
15370 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
15371 empty option string.
15372
15373 2000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
15374
15375 * man.el (man): Doc fix.
15376
15377 2000-06-21 Kenichi Handa <handa@etl.go.jp>
15378
15379 * international/mule-cmds.el (set-language-info-alist): Docstring
15380 fixed.
15381
15382 2000-06-20 Gerd Moellmann <gerd@gnu.org>
15383
15384 * version.el (emacs-version): Use ISO date format.
15385
15386 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
15387 instead of `M-backspace'.
15388
15389 * simple.el (turn-off-auto-fill): New function.
15390
15391 2000-06-20 Stefan Monnier <monnier@cs.yale.edu>
15392
15393 * jit-lock.el (with-buffer-prepared-for-jit-lock):
15394 Renamed from with-buffer-prepared-for-font-lock and use
15395 inhibit-modification-hooks rather than setting *-change-functions.
15396 Update all functions to use the new name.
15397 (jit-lock-first-unfontify-pos): New semantics (and doc).
15398 (jit-lock-mode): Make non-interactive.
15399 Don't automatically turn on font-lock.
15400 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
15401 Always use jit-lock-after-change.
15402 Remove and restore font-lock-after-change-function.
15403 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
15404 (jit-lock-after-unfontify-buffer): Remove.
15405 (jit-lock-stealth-fontify):
15406 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
15407 (jit-lock-after-change): Set the `fontified' text-prop to nil.
15408
15409 2000-06-20 Sam Steingold <sds@gnu.org>
15410
15411 * emacs-lisp/cl-indent.el (toplevel): Indent
15412 `print-unreadable-object' properly. Untabify.
15413
15414 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
15415
15416 * textmodes/reftex.el (reftex-find-citation-regexp-format):
15417 Support for bibentry.
15418 (reftex-compile-variables): Fixed problem with end of section-re.
15419
15420 * texmodes/reftex-dcr.el (reftex-view-crossref,
15421 reftex-view-crossref-from-bibtex):
15422 Deal with changed `reftex-find-citation-regexp-format'.
15423 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
15424 Replaced `remprop' with `put'.
15425 (reftex-view-crossref, reftex-view-crossref-when-idle):
15426 Support for bibentry.
15427
15428 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
15429 New entry for bibentry package.
15430
15431 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
15432 Regexp also matches "\nobibliography".
15433
15434 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
15435 Call `reftex-ensure-write-access' before doing anything.
15436 (reftex-ensure-write-access): New function.
15437
15438 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
15439
15440 * progmodes/idlwave.el: File re-installed (update to version 4.2)
15441
15442 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
15443
15444 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
15445
15446 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
15447
15448
15449 2000-06-20 Dave Love <fx@gnu.org>
15450
15451 * faces.el (frame-background-mode): Use set-default, not set, in
15452 setter.
15453 (frame-update-faces, frame-update-face-colors): Define with
15454 defalias.
15455
15456 * enriched.el (enriched-decode-foreground)
15457 (enriched-decode-background): Don't use internal-find-face.
15458
15459 * apropos.el: Doc fixes.
15460
15461 * cus-edit.el (customize-changed-options): Check arg.
15462 (customize-version-lessp): Don't require decimal point.
15463
15464 * custom.el (defcustom, defgroup): Doc fix.
15465
15466 * newcomment.el (comment) <defgroup>: Add :version.
15467 (comment-multi-line): Doc fix.
15468
15469 * emulation/mlsupport.el (define-hooked-local-abbrev,
15470 define-hooked-global-abbrev): Fix, using define-abbrev.
15471
15472 2000-06-19 Gerd Moellmann <gerd@gnu.org>
15473
15474 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
15475 the whole buffer.
15476
15477 2000-06-19 Dave Love <fx@gnu.org>
15478
15479 * menu-bar.el (menu-bar-options-save): New function.
15480 (menu-bar-options-menu): Use it.
15481 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
15482 Simplify.
15483
15484 2000-06-19 Andreas Schwab <schwab@suse.de>
15485
15486 * progmodes/etags.el (tags-query-replace): Put new parameters
15487 START and END at the end, for backward compatibility.
15488
15489 2000-06-19 Kenichi Handa <handa@etl.go.jp>
15490
15491 * international/codepage.el:
15492 (cp-coding-system-for-codepage-1): Delete special codes for
15493 generating xxx-dos coding system because now a CCL based coding
15494 system can handle EOL conversion by default.
15495
15496 * international/mule.el (make-coding-system): Generate subsidiary
15497 coding systems for EOL handling variants even for a CCL based
15498 coding system.
15499
15500 2000-06-19 Kenichi Handa <handa@etl.go.jp>
15501
15502 * international/isearch-x.el (isearch-minibuffer-input-method)
15503 (isearch-minibuffer-input-method-function): These variables
15504 deleted.
15505 (isearch-with-input-method): Don't use the above variables.
15506 (isearch-process-search-multibyte-characters): Likewise. Call
15507 read-string with the arg INHERIT-INPUT-METHOD t.
15508
15509 2000-06-17 Stefan Monnier <monnier@cs.yale.edu>
15510
15511 * font-lock.el (font-lock-after-fontify-buffer)
15512 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
15513
15514 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
15515 Use consistent make-local-variable style for font-lock-fontified.
15516 (jit-lock-fontify-buffer):
15517 Don't bother checking for font-lock-mode and jit-lock-mode.
15518
15519 * time.el: Remove trailing ^M that prevent CVS-merging.
15520
15521 2000-06-16 Gerd Moellmann <gerd@gnu.org>
15522
15523 * Makefile.in (distclean): New target.
15524
15525 2000-06-16 Stefan Monnier <monnier@cs.yale.edu>
15526
15527 * Makefile.in (srcdir): Define for update-subdirs.
15528
15529 2000-06-16 Gerd Moellmann <gerd@gnu.org>
15530
15531 * find-lisp.el: New file.
15532
15533 2000-06-16 Andrew Innes <andrewi@gnu.org>
15534
15535 * time.el (display-time-mail-function): New variable, to allow
15536 external packages to indicate when new mail is available.
15537 (display-time-update): Use it.
15538
15539 2000-06-16 Kenichi Handa <handa@etl.go.jp>
15540
15541 * international/mule.el (mule-version): Change version name to
15542 SAKAKI. AOI has already been used by Meadow.
15543
15544 * international/quail.el (quail-show-guidance-buf): To find the
15545 bottom window (but minibuffer), pay attention to the height of
15546 minibuffer.
15547
15548 2000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
15549
15550 * arc-mode.el (archive-mode-map): Use the new menu-item format for
15551 menu-bar menus. Add help strings. Don't remove the Edit menu
15552 from the menu bar, as the menu bar has enough space now.
15553
15554 * Makefile.in (SHELL): Make sure /bin/sh is used.
15555
15556 * woman.el (woman-man-buffer): Fix bold and underlined CJK
15557 characters, which use series of two ^H characters instead of one.
15558
15559 2000-06-15 Gerd Moellmann <gerd@gnu.org>
15560
15561 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
15562 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
15563 functions.
15564 (Info-find-node-2): Try a case-sensitive search first, then
15565 do a case-insensitive search.
15566
15567 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
15568 tutorials.
15569
15570 * complete.el (PC-env-vars-alist): New variable.
15571 (PC-complete-as-file-name): New function.
15572 (partial-completion-mode): Initialize PC-env-vars-alist from
15573 process-environment.
15574 (PC-do-completion): Handle completion of env vars.
15575
15576 * info.el (Info-set-mode-line): Show file name in mode line,
15577 use `*Info*' instead of `Info:'.
15578
15579 * startup.el (command-line-1): Change copyright messages to year
15580 2000.
15581
15582 2000-06-15 Dave Love <fx@gnu.org>
15583
15584 * net/goto-addr.el (goto-address-fontify): Use keymap property,
15585 not local-map.
15586
15587 2000-06-15 Kenichi Handa <handa@etl.go.jp>
15588
15589 * international/mule.el (set-buffer-file-coding-system): Almost
15590 rewritten to handle `undecided' as no-op.
15591
15592 2000-06-14 Gerd Moellmann <gerd@gnu.org>
15593
15594 * Makefile.in: New file.
15595
15596 * Makefile: Removed.
15597
15598 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
15599 (goto-address-highlight-keymap): Bind C-c RET.
15600
15601 2000-06-14 Kenichi Handa <handa@etl.go.jp>
15602
15603 * mail/sendmail.el (sendmail-send-it): The temporary buffer
15604 inherits buffer-file-coding-system of the current buffer.
15605
15606 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
15607 0. Give correct argument to set-auto-coding-function.
15608 (tar-expunge): For goto-char, use (point-min), not 0.
15609 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
15610 (tar-subfile-save-buffer): Likewize.
15611
15612 * international/mule.el
15613 (after-insert-file-set-buffer-file-coding-system): Call
15614 set-buffer-file-coding-system with the arg FORCE t.
15615
15616 2000-06-13 Gerd Moellmann <gerd@gnu.org>
15617
15618 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
15619 nil. Contemporary sendmails issue an X-Authentication-Warning if
15620 the sender is set with `-f'.
15621
15622 2000-06-13 Dave Love <fx@gnu.org>
15623
15624 * help.el (describe-function-1): Kluge around cases of functions
15625 fset to subrs whose doc doesn't match their symbol-name.
15626
15627 * image.el (insert-image): Default STRING to a space.
15628
15629 * info.el Doc fixes.
15630 (Info-build-node-completions): Match Ref tags.
15631
15632 2000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
15633
15634 * frame.el (display-multi-frame-p, display-multi-font-p): New
15635 defaliases for display-graphic-p.
15636
15637 * hl-line.el: Fixed a typo in commentary.
15638
15639 2000-06-13 Kenichi Handa <handa@etl.go.jp>
15640
15641 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
15642 fixed.
15643
15644 2000-06-12 Dave Love <fx@gnu.org>
15645
15646 * image.el (insert-image): Save a little consing.
15647
15648 2000-06-12 Kenichi Handa <handa@etl.go.jp>
15649
15650 * language/tibet-util.el: Convert all tibetan-1-column characters
15651 to the corresponding tibetan characters.
15652 (tibetan-add-components): Delete code for the special treatment of
15653 'a chung.
15654
15655 * language/tibetan.el (tibetan-composable-pattern): Fix previous
15656 change.
15657 (tibetan-vowel-transcription-alist): More rules added.
15658 (tibetan-composite-vowel-alist): New variable.
15659 (tibetan-precomposition-rule-alist): More rules added.
15660
15661 2000-06-12 Stefan Monnier <monnier@cs.yale.edu>
15662
15663 * startup.el (command-line): Only call menu-bar-mode if interactive.
15664
15665 * thingatpt.el (toplevel symbol-properties):
15666 * textmodes/makeinfo.el (makeinfo-compile):
15667 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
15668 * progmodes/hideif.el (hif-compress-define-list)
15669 (hide-ifdef-use-define-alist):
15670 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
15671 (ange-ftp-vms-add-file-entry):
15672 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
15673 * man.el (Man-build-man-command):
15674 * mail/rnewspost.el (news-reply-header-hook):
15675 * info.el (Info-insert-dir):
15676 * emulation/mlconvert.el (backward-word, forward-word, setq):
15677 * emacs-lisp/gulp.el (gulp-send-requests):
15678 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
15679 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
15680 (byte-optimize-apply, end of file):
15681 * emacs-lisp/advice.el (ad-advice-class-completion-table)
15682 (ad-make-freeze-definition):
15683 * startup.el (command-line, command-line-1): Don't quote lambdas.
15684
15685 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
15686 (cvs-cleanup-removed): New function.
15687 (cvs-cleanup-functions): New var.
15688 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
15689 some flexibility in specifying additional entries to auto-cleanup.
15690 (cvs-quickdir): New function.
15691 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
15692 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
15693 (cvs-mode-find-file): Check that we are on a filename or dirname
15694 when invoked through a mouse-click.
15695 (cvs-full-path): Remove.
15696 (cvs-dired-action): Re-introduced.
15697 (cvs-dired-noselect): Use it.
15698 (vc-post-command-functions): use this new hook if available.
15699
15700 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
15701 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
15702 (cvs-filename-map, cvs-dirname-map): Remove.
15703 (cvs-default-action): Remove.
15704 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
15705 if the arg is really a keymap.
15706 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
15707 Don't hardcode the mapping from state (aka type) to face, but check
15708 the var cvs-fi-<type>-face instead.
15709 (cvs-fileinfo-from-entries): New function.
15710
15711 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
15712 Docstring fix.
15713 (cvs-find-file-and-jump): Change default to be safer.
15714 (cvs-mode-diff-map): Define it as a function as well.
15715 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
15716 Bind mouse-2 in this global map rather than with text-properties.
15717
15718 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
15719 file to resolve the ambiguity between C(conflict) and C(need-merge).
15720
15721 2000-06-12 Kenichi Handa <handa@etl.go.jp>
15722
15723 * international/mule.el (set-buffer-file-coding-system): If
15724 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
15725 unconditionally.
15726
15727 2000-06-12 Dave Love <fx@gnu.org>
15728
15729 * wid-edit.el (widget-specify-button): Really suppress the face if
15730 required.
15731
15732 2000-06-11 Gerd Moellmann <gerd@gnu.org>
15733
15734 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
15735
15736 2000-06-11 Stefan Monnier <monnier@cs.yale.edu>
15737
15738 * imenu.el (imenu-generic-expression): Docstring fix.
15739
15740 * composite.el (composition-function-table): Move the `put'
15741 below the autoload cookie so we can load the file before loaddefs.
15742
15743 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
15744
15745 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
15746 Handle easy-mmode-define-global-mode.
15747 For complex macros like define-minor-mode that can generate
15748 several autoload entries, try to autoload entries in the
15749 macroexpanded code.
15750
15751 * emacs-lisp/easy-mmode.el (define-minor-mode):
15752 If KEYMAP is a symbol, just use it.
15753 Use byte-compile-current-file and load-file-name to infer the
15754 proper :require to pass to defcustom.
15755 Wrap the hook var into `progn' so as not to autoload it.
15756 Add a :autoload-end cookie.
15757 Be more careful about the evaluation of KEYMAP.
15758 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
15759 (define-derived-mode): Move define-abbrev-table outside of defvar.
15760
15761 2000-06-10 Stefan Monnier <monnier@cs.yale.edu>
15762
15763 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
15764 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
15765 (backup-compiled-files): Ignore errors during `tar'.
15766 (bootstrap): Make autoloads before elc files.
15767
15768 2000-06-10 Kenichi Handa <handa@etl.go.jp>
15769
15770 * international/mule.el (set-buffer-file-coding-system): If one of
15771 undecided-XXX is specified, change only EOL conversion.
15772
15773 * international/mule-conf.el (unix): New alias for the coding
15774 system undecided-unix.
15775
15776 2000-06-09 Dave Love <fx@gnu.org>
15777
15778 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
15779
15780 * progmodes/executable.el: Byte compile dynamic.
15781 (executable-insert): Change custom type.
15782 (executable-find): Add autoload cookie.
15783 (executable-make-buffer-file-executable-if-script-p): New
15784 function. After Noah Friedman.
15785
15786 * files.el (after-save-hook): Customize, with
15787 executable-make-buffer-file-executable-if-script-p as an option.
15788
15789 2000-06-09 Kenichi Handa <handa@etl.go.jp>
15790
15791 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
15792 "tib24p-mule.bdf" for Tibetan.
15793
15794 * composite.el (decompose-composite-char): Declare it as obsolete.
15795
15796 * man.el (Man-fontify-manpage): Pay attention to underline and
15797 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
15798
15799 2000-06-08 Gerd Moellmann <gerd@gnu.org>
15800
15801 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
15802 Set maintainer to FSF since author isn't reachable.
15803
15804 2000-06-08 Dave Love <fx@gnu.org>
15805
15806 * international/mule-cmds.el (select-safe-coding-system): If
15807 DEFAULT-CODING-SYSTEM is not specified, also check the most
15808 preferred coding-system if buffer-file-coding-system is
15809 `undecided'. From Handa.
15810
15811 2000-06-08 Kenichi Handa <handa@etl.go.jp>
15812
15813 * international/mule.el
15814 (after-insert-file-set-buffer-file-coding-system): If the buffer
15815 size is greater than INSERTED, judget that we are not visiting.
15816
15817 2000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
15818
15819 * whitespace.el (defgroup whitespace): Comment out `:version'.
15820 XEmacs 20.4 has problems defining the group with this present.
15821 We'll have this commented out till get resolve the problem.
15822
15823 2000-06-07 John Wiegley <johnw@gnu.org>
15824
15825 * align.el (align-dq-string-modes, align-sq-string-modes)
15826 (align-open-comment-modes): Add pyhton-mode.
15827 (align-rules-list): Use get-text-property instead of
15828 text-properties-at.
15829 (align-rules-list): Add python-assignment.
15830 (align-rules-list): Change perl-comma-delimiter to
15831 basic-comma-delimiter. Use if for Perl modes and python-mode.
15832 (align-rules-list): Add python-chain-logic and
15833 basic-line-continuation.
15834
15835 2000-06-07 Jari Aalto <jari.aalto@poboxes.com>
15836
15837 * apropos.el (apropos-mode-hook): New user variable.
15838 (apropos-mode): Run apropos-mode-hook.
15839
15840 2000-06-07 David Ponce <david@dponce.com>
15841
15842 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
15843 commands. Require `wid-edit' at run-time.
15844
15845 2000-06-07 David Ponce <david@dponce.com>
15846
15847 * recentf.el: Added some "Commentary".
15848 (recentf-open-more-files, recentf-edit-list): Minor changes to
15849 move the point at the top of the file list. This behaviour is
15850 consistent with the menu one when the list contains a lot of
15851 files.
15852 (recentf-cleanup): Now displays the number of items removed from
15853 the list.
15854 (recentf-relative-filter) New menu filter to show filenames
15855 relative to `default-directory'.
15856
15857 2000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15858
15859 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
15860 with/without giving an error if PostScript printer doesn't have this
15861 kind of page size. Zebra Stripe continues or restarts on next page.
15862 Manual/automatic paper feeding. Switch or not the header.
15863 (ps-print-version): New version number (5.2.2).
15864 (ps-windows-system): Include emx as a Windows system.
15865 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
15866 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
15867 (ps-background-text): Code fix.
15868 (ps-error-handler-message, ps-user-defined-prologue)
15869 (ps-print-prologue-header, ps-printer-name)
15870 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
15871 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
15872 (ps-use-face-background): Customization fix.
15873 (ps-n-up-database): Data fix.
15874 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
15875 (ps-switch-header): New vars.
15876 (ps-xemacs-color-name, ps-face-foreground-name)
15877 (ps-face-background-name, ps-boolean-constant): New funs.
15878
15879 2000-06-07 Dave Love <fx@gnu.org>
15880
15881 * allout.el: New version from Manheimer.
15882
15883 2000-06-07 Kenichi Handa <handa@etl.go.jp>
15884
15885 * textmodes/fill.el (fill-find-break-point): Check the validity of
15886 charset.
15887
15888 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
15889
15890 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
15891 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
15892 Call display-color-p and display-mouse-p instead of looking at
15893 window-system.
15894
15895 2000-06-06 Dave Love <fx@gnu.org>
15896
15897 * image.el (find-image): Doc fix. Return nil if image not found.
15898 (put-image, insert-image): Make STRING arg optional.
15899
15900 2000-06-06 Kenichi Handa <handa@etl.go.jp>
15901
15902 * language/vietnamese.el: Remove eval-when-compile.
15903 (viet-viscii-nonascii-translation-table): Define it as a
15904 translation table made from viet-viscii-decode-table.
15905 (viet-viscii-encode-table): Define it as a translation table made
15906 from the reverse map of above.
15907 (viet-vscii-nonascii-translation-table): Define it as a
15908 translation table made from viet-vscii-decode-table.
15909 (viet-vscii-encode-table): Define it as a translation table made
15910 from the reverse map of above.
15911 (ccl-decode-viscii): Use translate-character.
15912 (ccl-encode-viscii, ccl-encode-viscii-font)
15913 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
15914 Likewize.
15915
15916 * language/cyrillic.el: Remove eval-when-compile.
15917 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
15918 translation table made from cyrillic-koi8-r-decode-table.
15919 (cyrillic-koi8-r-encode-table): Define it as a translation table
15920 made from the reverse map of above.
15921 (ccl-decode-koi8): Use translate-character.
15922 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
15923 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
15924 a translation table made from cyrillic-alternativnyj-decode-table.
15925 (cyrillic-alternativnyj-encode-table): Define it as a translation
15926 table made from the reverse map of above.
15927 (ccl-decode-alternativnyj): Use translate-character.
15928 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
15929 Likewize
15930
15931 * international/mule-diag.el (non-iso-charset-alist): Specify
15932 translation table symbol instead of translation table itself.
15933 (list-block-of-chars): CHARSET may be a translation table symbol.
15934
15935 * international/mule.el (make-coding-system): If CODING-SYSTEM
15936 already exists, override it.
15937
15938 * international/fontset.el: Use family `proportional' for Tibetan
15939 fonts.
15940
15941 * international/ccl.el (ccl-compile-translate-character): Don't
15942 check if Rrr has property translation-table.
15943 (ccl-compile-map-multiple): Modified to avoid compiler warning.
15944
15945 2000-06-05 Gerd Moellmann <gerd@gnu.org>
15946
15947 * info.el: Bind case-fold-search to t when searching in case
15948 a user sets it to nil in a hook.
15949
15950 2000-06-05 Stefan Monnier <monnier@cs.yale.edu>
15951
15952 * autoarg.el (autoarg-mode, autoarg-kp-mode):
15953 * hl-line.el (hl-line-mode): Use the new :global key argument.
15954
15955 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
15956 (tar-clip-time-string): Prepend a space.
15957 (tar-grind-file-mode): Construct a string rather than modifying one.
15958 (tar-header-block-summarize): Fix docstring.
15959 Use `format' rather than an error-prone set of copy-loops.
15960
15961 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
15962 (diff-goto-source, diff-unified->context, diff-context->unified)
15963 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
15964 understand the format output by the `-p' argument to diff.
15965
15966 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
15967 (sh-re-done): Use defconst.
15968 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
15969 (sh-help-string-for-variable, sh-guess-basic-offset):
15970 Don't quote lambdas.
15971 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
15972 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
15973
15974 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
15975 (mh-letter-mode): Derive from text-mode.
15976 This implicitly means that it now calls kill-all-local-variables.
15977 Also remove the Emacs-18 compatibility code.
15978
15979 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
15980 Make use of symbol-property doc-string-elt.
15981 Use memq rather than a sequence of eq.
15982 (doc-string-elt): Fix the wrong or missing previously unused values.
15983 (autoload-print-form): New function extracted from
15984 generate-file-autoloads to allow recursion when handling progn
15985 so that defvar's and defun's docstrings are properly printed.
15986 (generate-file-autoloads): Use it.
15987
15988 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
15989 Use find-file-hooks in the minor-mode function.
15990 Be careful not to loop indefinitely in the post-command-hook function.
15991
15992 2000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
15993
15994 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
15995 tty's.
15996 * ediff-diff.el (ediff-exec-process): Use --binary for fine
15997 differences whenever appropriate.
15998 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
15999 * viper.el (find-file, find-file-other-window): Get viper to do
16000 wildcards.
16001
16002 2000-06-04 Stefan Monnier <monnier@cs.yale.edu>
16003
16004 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
16005 (jit-lock-fontify-buffer): New function for JIT refontification.
16006 (jit-lock-mode): Fix docstring.
16007 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
16008 Remove jit-lock-after-change from the _local_ hook.
16009 (jit-lock-function-1): Fix docstring.
16010
16011 * info.el (Info-on-current-buffer): Initialize info.
16012
16013 * newcomment.el (comment-indent): Ignore comment-indent-hook.
16014
16015 * progmodes/tcl.el (tcl-indent-for-comment):
16016 Ignore comment-indent-hook.
16017
16018 * emacs-lisp/easy-mmode.el: Require CL during compilation.
16019 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
16020 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
16021 and improve to use the lighter to guess the capitalization.
16022 (define-minor-mode): Inline code from easy-mmode-define-toggle.
16023 Add keyword arguments to specify global-ness or the custom group.
16024 Add local-map and help-echo properties to the lighter.
16025 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
16026 (easy-mmode-define-global-mode): New macro.
16027
16028 2000-06-02 Dave Love <fx@gnu.org>
16029
16030 * wid-edit.el: byte-compile-dynamic since we typically don't use
16031 all the widgets. Don't require cl or widget. Remove
16032 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
16033 (widget-read-event): Removed. Callers changed to use read-event.
16034 (widget-button-release-event-p): Renamed from
16035 button-release-event-p.
16036 (widget-field-add-space, widget-field-use-before-change):
16037 Uncustomize.
16038 (widget-specify-field): Use keymap property, not local-map.
16039 (widget-specify-button): Obey :suppress-face.
16040 (widget-specify-insert): Use modern backquote syntax.
16041 (widget-image-directory): Renamed from widget-glyph-directory.
16042 (widget-image-enable): Renamed from widget-glyph-enable.
16043 (widget-image-find): Replaces widget-glyph-find.
16044 (widget-button-pressed-face): Move defvar.
16045 (widget-image-insert): Replaces widget-glyph-insert.
16046 (widget-convert): Use keywordp.
16047 (widget-leave-text, widget-children-value-delete): Use mapc.
16048 (widget-keymap): Remove XEmacs stuff.
16049 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
16050 (widget-button-click): Don't set point at the click, but re-centre
16051 if we scroll out of window. Rewritten for images v. glyphs &c.
16052 (widget-tabable-at): Use POS arg, not point.
16053 (widget-beginning-of-line, widget-end-of-line)
16054 (widget-item-value-create, widget-sublist, widget-princ-to-string)
16055 (widget-sexp-prompt-value, widget-echo-help): Simplify.
16056 (widget-default-create): Use widget-image-insert; some rewriting.
16057 (widget-visibility-value-create)
16058 (widget-push-button-value-create, widget-toggle-value-create): Use
16059 widget-image-insert.
16060 (checkbox): Create on and off images dynamically.
16061 (documentation-link): Change :help-echo.
16062 (widget-documentation-link-echo-help): Remove.
16063
16064 2000-06-02 Stefan Monnier <monnier@cs.yale.edu>
16065
16066 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
16067
16068 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
16069 (easy-mmode-define-toggle, define-minor-mode): Use it.
16070 (easy-mmode-define-keymap): Docstring fix.
16071 (define-derived-mode): Default PARENT to fundamental-mode.
16072 Add the derived-mode-parent symbol-property.
16073 (easy-mmode-derived-mode-p): New function.
16074
16075 2000-06-02 Dave Love <fx@gnu.org>
16076
16077 * files.el (convert-standard-filename): Doc fix.
16078 (normal-backup-enable-predicate): New function.
16079 (backup-enable-predicate): Use it to replace the lambda form.
16080
16081 * calendar/todo-mode.el: [This needs more work on the outline
16082 stuff.] Doc fixes.
16083 (todo) <defgroup>: Add :version.
16084 (todo-add-category): Don't use pushnew.
16085 (todo-cmd-raise): Fix typo.
16086 (todo-top-priorities): Change temp buffer name.
16087 (todo-category-alist): Avoid redundant lambda.
16088 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
16089 Use outline-next-heading.
16090
16091 * autoarg.el: Rewritten to use define-minor-mode.
16092 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
16093 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
16094
16095 2000-06-02 Kenichi Handa <handa@etl.go.jp>
16096
16097 * isearch.el (isearch-other-meta-char): Fix previous change.
16098
16099 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
16100
16101 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
16102 (log-edit-done): Only add the comment to the ring if it's different
16103 from the last comment entered.
16104
16105 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
16106
16107 2000-06-01 Dave Love <fx@gnu.org>
16108
16109 * hl-line.el: Rewritten using define-minor-mode.
16110
16111 * help.el (describe-function-1): Distinguish special form from
16112 builtin function. Sanity-check presence of arglist for builtins.
16113
16114 2000-06-01 Kenichi Handa <handa@etl.go.jp>
16115
16116 * international/characters.el: Fix syntax/category setting of
16117 Tibetan characters.
16118
16119 * language/tibet-util.el (tibetan-add-components): Fixes for new
16120 encoding of Tibetan characters.
16121 (tibetan-decompose-precomposition-alist): New variable.
16122 (tibetan-decompose-region): Convert precomposed characters to
16123 non-precomposed characters.
16124 (tibetan-decompose-string): Likewise.
16125 (tibetan-composition-function): Fix args to
16126 thibetan-compose-string.
16127
16128 * language/tibetan.el (tibetan-composable-pattern): More
16129 characters included.
16130 (tibetan-consonant-transcription-alist): Rule for "R" added.
16131 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
16132 "+R" added.
16133 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
16134
16135 * language/lao-util.el (lao-composition-function): Fix args to
16136 compose-string.
16137
16138 * language/thai-util.el (thai-composition-function): Fix args to
16139 compose-string.
16140
16141 * isearch.el (isearch-update): Set disable-point-adjustment to t
16142 to prevent the point moving to the end of a composition when a
16143 part of a composition is searched.
16144 (isearch-other-meta-char): If the key invoking this command can be
16145 mapped by function-key-map to a printing char, call
16146 isearch-process-search-char directly.
16147
16148 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
16149
16150 * emacs-lisp/bytecomp.el:
16151 * frame.el:
16152 * international/mule-cmds.el:
16153 * international/mule-util.el:
16154 * international/mule.el:
16155 * mouse.el:
16156 * subr.el:
16157 * faces.el: Update calls to make-obsolete with a WHEN argument.
16158
16159 * byte-run.el (make-obsolete, make-obsolete-variable):
16160 Add an optional WHEN argument and change the format of the
16161 symbol-property information.
16162 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
16163 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
16164 new obsolete-symbol-property format and print WHEN if it is provided.
16165
16166 2000-05-31 Dave Love <fx@gnu.org>
16167
16168 * loadhist.el (loadhist-hook-functions): Remove
16169 before-change-function, after-change-function.
16170 (unload-feature): Deal with symbols which are both bound and
16171 fbound.
16172
16173 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
16174 before-change-function, after-change-function.
16175
16176 * simple.el (newline): Don't bind before-change-function,
16177 after-change-function.
16178
16179 2000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
16180
16181 * whitespace.el (whitespace-rescan-timer-time): Update interval
16182 set to 600 seconds (10 minutes) instead of 60 seconds since
16183 a large number of whitespace buffers causes emacs to `freeze'
16184 for a considerable amount of time.
16185
16186 * whitespace.el: Updated email address
16187
16188 2000-05-31 Dave Love <fx@gnu.org>
16189
16190 * add-log.el (change-log-font-lock-keywords) <function>: Add
16191 pattern for function of change.
16192 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
16193 acknowledgements patterns.
16194
16195 2000-05-31 Kenichi Handa <handa@etl.go.jp>
16196
16197 * isearch.el (isearch-printing-char): If keyboard coding system is
16198 being used, call isearch-process-search-multibyte-characters.
16199
16200 * international/isearch-x.el: Mostly rewritten.
16201
16202 * international/quail.el (quail-start-conversion): Don't include
16203 unhandled events in the returned events, but set them in
16204 unread-command-events. Exit if all inputs are deleted.
16205
16206 2000-05-30 Jason Rumney <jasonr@gnu.org>
16207
16208 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
16209
16210 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
16211 Reenable code to create initial fontsets.
16212 Use set-fontset-font in place of put-charset-property.
16213
16214 2000-05-30 Gerd Moellmann <gerd@gnu.org>
16215
16216 * progmodes/perl-mode.el (perl-indent-line): When looking for a
16217 label, ensure that the first colon isn't followed by another.
16218
16219 * paths.el (Info-default-directory-list): Doc fix.
16220
16221 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
16222 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
16223 send a query containing USER only, not USER@HOST.
16224
16225 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
16226 and rmail-msgend to compute the restriction at the end, instead of
16227 computing it.
16228
16229 2000-05-29 Gerd Moellmann <gerd@gnu.org>
16230
16231 * dabbrev.el (dabbrev-expand): Don't display messages in the
16232 echo area if the minibuffer window is active.
16233
16234 * jit-lock.el (jit-lock-mode): Add after change function to
16235 local hook.
16236
16237 2000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
16238
16239 * antlr-mode.el: New commands: hide/unhide actions,
16240 upcase/downcase literals.
16241 (antlr-tiny-action-length): New user option.
16242 (antlr-hide-actions): New command. Suggested by
16243 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
16244 (antlr-mode-map): New binding [C-c C-v].
16245 (antlr-mode-menu): New entries.
16246 (antlr-downcase-literals): New command.
16247 (antlr-upcase-literals): Ditto.
16248
16249 * antlr-mode.el: Minor changes: indendation, mode-name.
16250 (antlr-indent-line): Indent cpp directive at column 0.
16251 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
16252
16253 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
16254 (antlr-font-lock-additional-keywords): Workaround for intentional
16255 bug in XEmacs version of font-lock.
16256 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
16257 be used by a smarter version of `buffers-menu-grouping-function'.
16258
16259 2000-05-29 Gerd Moellmann <gerd@gnu.org>
16260
16261 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
16262 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
16263
16264 2000-05-29 Kenichi Handa <handa@etl.go.jp>
16265
16266 * international/encoded-kb.el
16267 (encoded-kbd-iso2022-designation-map): Pay attention to that
16268 charset-iso-final-char return -1 for eight-bit-control and
16269 eight-bit-graphic.
16270
16271 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
16272
16273 * speedbar.el (speedbar-use-images, speedbar-update-flag)
16274 (speedbar-easymenu-definition-base): Use display-graphic-p where
16275 available, instead of window-system.
16276
16277 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
16278
16279 * international/codepage.el (cp-coding-system-for-codepage-1): Add
16280 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
16281 coding systems.
16282
16283 2000-05-26 Dave Love <fx@gnu.org>
16284
16285 * disp-table.el (standard-display-underline): Don't use
16286 internal-find-face.
16287
16288 * mail/reporter.el: Maintainer change. Doc fixes.
16289 (reporter-version): Deleted.
16290
16291 * emacs-lisp/elp.el: Maintainer change.
16292 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
16293
16294 2000-05-26 Stefan Monnier <monnier@cs.yale.edu>
16295
16296 * add-log.el (add-change-log-entry): Merge the current entry with the
16297 previous one if the previous one is empty.
16298
16299 2000-05-26 Dave Love <fx@gnu.org>
16300
16301 * loadhist.el (unload-feature): Fix interactive spec [from
16302 lijnzaad@ebi.ac.uk].
16303
16304 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
16305 subr-arity to check primitives.
16306 (byte-compile-flush-pending, byte-compile-file-form-progn)
16307 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
16308 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
16309 mapcar.
16310
16311 2000-05-26 Kenichi Handa <handa@etl.go.jp>
16312
16313 * international/fontset.el: Set family names of non-latin charsets
16314 in default fontset to "*".
16315
16316 * international/mule-diag.el (print-fontset): Combine family part
16317 and registry part of the fontname by "-*-" instead of "-".
16318
16319 * international/mule-cmds.el (encode-coding-char): Make strings
16320 multibyte before calling encode-coding-string.
16321
16322 2000-05-25 Stefan Monnier <monnier@cs.yale.edu>
16323
16324 * derived.el: Fix keywords.
16325 (define-derived-mode): Only define if needed.
16326
16327 * simple.el (fill-comment, comment-column, comment-start)
16328 (comment-start-skip, comment-end, comment-indent-function)
16329 (block-comment-start, block-comment-end, indent-for-comment)
16330 (set-comment-column, kill-comment, comment-padding, comment-region)
16331 (comment-multi-line, indent-new-comment-line): Remove.
16332
16333 * bindings.el (esc-map): Change ; to comment-dwim and use the new
16334 function names for comment operations.
16335
16336 * newcomment.el: Add abundant autoload cookies.
16337 (comment-style): Don't depend on runtime data at compile-time.
16338 (comment-indent-hook): Remove.
16339 (comment-indent): Check if comment-indent-hook is bound.
16340 (comment-region): Docstring fix.
16341
16342 2000-05-25 Dave Love <fx@gnu.org>
16343
16344 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
16345 byte-code-function-p.
16346
16347 * mail/rmailsum.el: Add provide.
16348
16349 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
16350
16351 * smerge-mode.el (smerge-diff-switches): Don't use list* in
16352 defcustom.
16353
16354 2000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
16355
16356 * ediff-diff.el (ediff-exec-process): delete --binary option from
16357 non-buffer ediff jobs.
16358
16359 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
16360
16361 * hilit-chg.el (highlight-changes-mode): Ask about color or
16362 grayscale support, not about window-system.
16363
16364 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
16365 window-system.
16366 (ffap-highlight): Always default to t.
16367
16368 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
16369 display-popup-menus-p instead of looking at window-system.
16370
16371 * disp-table.el (standard-display-g1, standard-display-graphic):
16372 Only refuse to use string glyphs on X and MS-Windows.
16373
16374 * avoid.el: Remove window-system from commentary, suggest to use
16375 display-*-p instead.
16376
16377 * apropos.el (apropos-print): Use display-mouse-p instead of
16378 window-system.
16379
16380 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
16381
16382 * international/codepage.el (cp-decoding-vector-for-codepage):
16383 Fill up unsupported characters with their own codes. From Kenichi
16384 Handa.
16385
16386 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
16387
16388 * international/mule-diag.el (describe-char-after): Use
16389 display-graphic-p instead of window-system, so that this function
16390 works on MS-DOS.
16391
16392 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
16393
16394 * international/codepage.el (cp-make-coding-systems-for-codepage):
16395 Remove the eight-bit-graphic and eight-bit-control charsets from
16396 the list of charsets which we convert into `?'.
16397
16398 2000-05-25 Kenichi Handa <handa@etl.go.jp>
16399
16400 * international/mule-conf.el: Specify CHARSET-ID explicitely for
16401 private charsets.
16402 (mule-unicode-0100-24ff, japanese-jisx0213-1,
16403 japanese-jisx0213-2): New charsets.
16404
16405 * international/fontset.el: Setup default fontset for new charsets.
16406
16407 2000-05-24 Dave Love <fx@gnu.org>
16408
16409 * info.el (Info-find-node-2): Restructure [following "Vadim
16410 S. Solomin" <sovs@uic.nnov.ru>].
16411
16412 * icomplete.el: Fix header for Finder.
16413
16414 2000-05-24 Eric M. Ludlam <zappo@ultranet.com>
16415
16416 * rmailout.el (rmail-output-to-rmail-file): Added optional param
16417 STAY.
16418
16419 * rmail.el (rmail-automatic-folder-directives): New user variable.
16420 (rmail-show-message): Add call to `rmail-auto-file' during
16421 display.
16422 (rmail-auto-file): New function.
16423
16424 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
16425
16426 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
16427 account.
16428 (ediff-test-utility,ediff-diff-mandatory-option)
16429 (ediff-reset-diff-options): Utilities for proper initialization of
16430 ediff-diff-options and ediff-diff3-options on Windows.
16431
16432 * ediff-init.el (ediff-merge-filename-prefix): New customizable
16433 variable.
16434
16435 * ediff-mult.el (ediff-filegroup-action): Use
16436 ediff-merge-filename-prefix.
16437
16438 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
16439
16440 * viper-ex.el (ex-write): Set selective display to nil.
16441
16442 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
16443
16444 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
16445 aliases for hebrew-iso-8bit.
16446
16447 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
16448
16449 * woman.el: New version from Francis J. Wright
16450 <F.J.Wright@Maths.QMW.ac.uk>.
16451 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
16452 names in environment variables regardless of the path separator.
16453 (woman-topic-all-completions-1): Don't call file-name-directory-p
16454 on all files, since woman-file-regexp already filters out any
16455 directories.
16456
16457 2000-05-24 Kenichi Handa <handa@etl.go.jp>
16458
16459 * international/quail.el (quail-start-translation): Don't change
16460 modified-p of the current buffer.
16461 (quail-start-conversion): Likewise.
16462
16463 * international/kkc.el (kkc-region): Don't change modified-p of
16464 the current buffer.
16465
16466 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
16467 conform to RFC1468.
16468 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
16469
16470 2000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
16471
16472 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
16473 (speedbar-insert-button): Invisible text property fix.
16474 (speedbar-directory-plus): Renamed from speedbar-directory-+
16475 (speedbar-directory-minus): Renamed from speedbar-directory--
16476 (speedbar-page-plus): Renamed from speedbar-file-+
16477 (speedbar-page-minus): Renamed from speedbar-file--
16478 (speedbar-page): Renamed from speedbar-file-
16479 (speedbar-tag): Renamed from speedbar-tag-
16480 (speedbar-tag-plus): Renamed from speedbar-tag-+
16481 (speedbar-tag-minus): Renamed from speedbar-tag--
16482 (speedbar-expand-image-button-alist): Use above renames.
16483
16484 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
16485 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
16486 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
16487 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
16488 * sb-pg.xpm: Renamed from sb-file.xpm
16489 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
16490 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
16491
16492 2000-05-24 Kenichi Handa <handa@etl.go.jp>
16493
16494 * international/quail.el (quail-show-guidance-buf): Set
16495 current-input-method of the guidance buffer to the name of the
16496 curren input method.
16497
16498 2000-05-23 Stefan Monnier <monnier@cs.yale.edu>
16499
16500 * progmodes/compile.el (compile-internal): Style typo.
16501
16502 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
16503 quote vars and functions in the docstring.
16504
16505 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
16506
16507 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
16508 Don't quote lambdas.
16509
16510 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
16511
16512 2000-05-23 Gerd Moellmann <gerd@gnu.org>
16513
16514 * startup.el (command-line): Determine source file of compiled
16515 user init file differently. Warn if compiled user init file
16516 is older than its source file.
16517
16518 * ffap.el (ffap-url-regexp): Add `https'.
16519
16520 2000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
16521
16522 * files.el (make-backup-file-name-1): Replace slashes with `!'
16523 rather than `|' (which is not allowed on Windows). Replace the
16524 drive letters with a string "drive_X".
16525
16526 2000-05-23 Gerd Moellmann <gerd@gnu.org>
16527
16528 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
16529
16530 * files.el (interpreter-mode-alist): Add `bash2'.
16531
16532 2000-05-22 Dave Love <fx@gnu.org>
16533
16534 * loadhist.el (feature-symbols, file-provides, file-requires): Use
16535 mapc.
16536 (feature-file): Avoid calling symbol-name. Doc fix.
16537 (file-set-intersect, file-dependents): Use dolist, not mapcar.
16538 (loadhist-hook-functions): Add mouse-position-function.
16539 (unload-feature): Change uses of mapcar.
16540
16541 * files.el (parse-colon-path): Doc fix.
16542 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
16543 (set-auto-mode): Use mapc.
16544
16545 * complete.el (PC-look-for-include-file): Use :alnum: character
16546 class.
16547 (partial-completion-mode): Add autoload cookie.
16548
16549 2000-05-22 Sam Steingold <sds@gnu.org>
16550
16551 * info.el (Info-fontify-node): Fixed the call to
16552 `add-text-properties' (bug introduced on 2000-05-18).
16553
16554 2000-05-22 Dave Love <fx@gnu.org>
16555
16556 * bindings.el: Remove debug-ignored-errors set in other files.
16557
16558 * progmodes/etags.el: Add to debug-ignored-errors.
16559 (visit-tags-table-buffer): Clear out buffers holding old tables
16560 when making a new list.
16561 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
16562 mapc.
16563
16564 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
16565 quote keywords.
16566 (cmpl-string-case-type): Use character classes.
16567
16568 * comint.el:
16569 * textmodes/ispell.el:
16570 * imenu.el:
16571 * mail/mh-e.el:
16572 * progmodes/compile.el: Add to debug-ignored-errors.
16573
16574 * dabbrev.el: Add to debug-ignored-errors.
16575 (dabbrev-completion): Use mapc.
16576
16577 2000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
16578
16579 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
16580 (woman-mapcan, woman-parse-man.conf)
16581 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
16582 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
16583 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
16584 path syntax better.
16585 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
16586 (woman-manpath): Call woman-parse-man.conf.
16587 (woman-emulation): New defcustom, defaults to nroff.
16588 (woman-font-support): New defconst.
16589 (woman-use-symbol-font): New defcustom.
16590 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
16591 "Emulation".
16592 Many functions: Doc fix.
16593
16594 2000-05-22 Kenichi Handa <handa@etl.go.jp>
16595
16596 * international/quail.el (quail-simple-translation-keymap): Map
16597 128..255 to quail-self-insert-command.
16598 (quail-keyboard-layout-alist): Add definition for "pc102-de".
16599
16600 2000-05-22 Stefan Monnier <monnier@cs.yale.edu>
16601
16602 * help.el (help-manyarg-func-alist): Typo.
16603
16604 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
16605 intervals which makes it heaps simpler.
16606
16607 * newcomment.el (comment-region-internal): Go back to BEG after quoting
16608 the nested comment markers.
16609
16610 * subr.el (remove-hook): Don't turn the hook's value into a list.
16611
16612 2000-05-21 Dave Love <fx@gnu.org>
16613
16614 * edmacro.el (edmacro-parse-keys): Return vector if any elements
16615 are invalid characters.
16616
16617 * international/mule-util.el (detect-coding-with-priority): Use
16618 mapc. Remove redundant lambda.
16619
16620 * international/mule-diag.el (list-non-iso-charset-chars)
16621 (describe-fontset): Remove redundant lambda.
16622
16623 * emulation/crisp.el (brief-mode): New alias.
16624
16625 * emacs-lisp/ring.el (ring-elements): New function.
16626
16627 * emacs-lisp/easymenu.el (easy-menu-create-menu)
16628 (easy-menu-do-add-item): Use keywordp.
16629
16630 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
16631
16632 * replace.el: Doc and error message fixes.
16633 (replace-highlight): Use facep, not internal-find-face.
16634
16635 2000-05-20 Stefan Monnier <monnier@cs.yale.edu>
16636
16637 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
16638
16639 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
16640 (log-edit-insert-changelog): Drop `:' as well.
16641
16642 * log-view.el: Fix file description.
16643 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
16644 available.
16645 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
16646 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
16647
16648 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
16649 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
16650 Print a status message if the toggle is called interactively.
16651 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
16652 for global minor modes and use `defcustom' for them.
16653 Use add-minor-mode.
16654 (easy-mmode-define-derived-mode): Remove.
16655 (define-derived-mode): Fancier default docstring.
16656 (easy-mmode-define-navigation): Signal an error rather than (ding).
16657
16658 * newcomment.el (comment-styles): New `box-multi'.
16659 (comment-normalize-vars): Better default for comment-continue to
16660 avoid whitespace-only continuations.
16661 (comment-search-forward): Always move even in the no-syntax case.
16662 (comment-padright): Only obey N if it's only obeyed for padleft.
16663 (comment-make-extra-lines): Better handling of empty continuations.
16664 Use `=' for the filler if comment-start has only one character.
16665 (uncomment-region): Try handling the special `=' filler.
16666 (comment-region): Allow LINES even if MULTI is nil.
16667 (comment-box): Choose box style based on comment-style.
16668
16669 2000-05-20 Kenichi Handa <handa@etl.go.jp>
16670
16671 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
16672 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
16673
16674 2000-05-20 Kenichi HANDA <handa@etl.go.jp>
16675
16676 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
16677 and insert, not subst-char-in-region.
16678
16679 * international/mule-diag.el (list-character-sets-1): Handle
16680 charsets eight-bit-control and eight-bit-graphic.
16681 (list-iso-charset-chars): Likewise.
16682 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
16683 charactes as is. Use indent-to to align characters.
16684
16685 * international/mule-cmds.el (find-multibyte-characters): Never
16686 exclude charsets eight-bit-control and eight-bit-graphic.
16687
16688 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
16689
16690 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
16691 Don't quote lambdas.
16692
16693 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
16694
16695 2000-05-19 Gerd Moellmann <gerd@gnu.org>
16696
16697 * gud.el (gud-jdb-directories): Doc fix.
16698
16699 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
16700
16701 * newcomment.el: New file.
16702
16703 2000-05-19 Gerd Moellmann <gerd@gnu.org>
16704
16705 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
16706
16707 2000-05-18 Andreas Schwab <schwab@suse.de>
16708
16709 * dired.el (dired-between-files): Also skip lines beginning with
16710 `used'.
16711
16712 2000-05-18 Gerd Moellmann <gerd@gnu.org>
16713
16714 * msb.el (msb-menu-cond): Add choice `user'.
16715
16716 2000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16717
16718 * ps-print.el: Compatibility, customization and doc fix.
16719 (ps-printer-name-option): Replace defconst by defvar.
16720 (ps-postscript-code-directory): XEmacs compatibility.
16721 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
16722 fix.
16723 (ps-user-defined-prologue, ps-print-prologue-header)
16724 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
16725 compatibility and code fix.
16726 (ps-print-background-image, ps-print-background-text):
16727 Customization fix.
16728 (ps-line-number-start, ps-n-up-on): New vars.
16729
16730 2000-05-18 Espen Skoglund <esk@ira.uka.de>
16731
16732 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
16733 the indent-comment function to just return the appropriate indent.
16734
16735 2000-05-18 Eric M. Ludlam <zappo@ultranet.com>
16736
16737 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
16738 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
16739 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
16740
16741 2000-05-18 Dave Love <fx@gnu.org>
16742
16743 * info.el (Info-fontify-node): Add intangible property as well as
16744 invisible.
16745
16746 * calendar/appt.el (appt-make-list): Match all lines of entry.
16747 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
16748
16749 2000-05-18 Kenichi Handa <handa@etl.go.jp>
16750
16751 * international/mule-diag.el (describe-char-after): Call
16752 internal-char-font, not char-font. If internal-char-font returns
16753 nil, display "-- none --".
16754
16755 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
16756
16757 * image.el (image-type-available-p): Don't reference image-types
16758 if it isn't bound.
16759
16760 2000-05-17 Stefan Monnier <monnier@cs.yale.edu>
16761
16762 * autoarg.el (autoarg-mode): Typo in the :set argument.
16763
16764 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
16765
16766 * startup.el (command-line-1): Don't signal an error if the
16767 directory for auto-save-list files does not yet exist.
16768
16769 2000-05-17 Kenichi Handa <handa@etl.go.jp>
16770
16771 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
16772
16773 2000-05-16 Stefan Monnier <monnier@cs.yale.edu>
16774
16775 * subr.el (remove-hook): `setq' hook-value, not `set'.
16776
16777 2000-05-16 Sam Steingold <sds@gnu.org>
16778
16779 * info.el (debug-ignored-errors): More errors to ignore.
16780
16781 2000-05-16 Dave Love <fx@gnu.org>
16782
16783 * cus-edit.el: Don't require cl or easymenu.
16784 (custom-variable-prompt): Test standard-value property, not
16785 user-variable-p.
16786
16787 2000-05-16 Sam Steingold <sds@gnu.org>
16788
16789 * subr.el (add-hook): `setq' hook-value, not `set'.
16790
16791 2000-05-16 Gerd Moellmann <gerd@gnu.org>
16792
16793 * startup.el (command-line-1): Mention the FAQ in the startup
16794 message.
16795
16796 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
16797
16798 * progmodes/compile.el (compilation-parse-errors): Collect
16799 `nomessage' regexps last.
16800
16801 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
16802
16803 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
16804 to the function name.
16805
16806 2000-05-15 Dave Love <fx@gnu.org>
16807
16808 * speedbar.el (speedbar-recenter): Typo.
16809 (speedbar-expand-line): Make arg optional.
16810 (speedbar-mode): Avoid a compiler warning.
16811
16812 2000-05-15 Gerd Moellmann <gerd@gnu.org>
16813
16814 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
16815 user-specified option string is empty.
16816
16817 * mouse.el (mouse-yank-at-click): Doc fix.
16818
16819 2000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
16820
16821 * term/internal.el (IT-character-translations): More updates of
16822 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
16823 documents.
16824
16825 2000-05-15 Gerd Moellmann <gerd@gnu.org>
16826
16827 * env.el (getenv): New function, interactively callable.
16828 (setenv, getenv): Remove autoload cookies.
16829
16830 * loadup.el: Load `env'.
16831
16832 * progmodes/f90.el: Change author's mail address.
16833
16834 2000-05-14 Dave Love <fx@gnu.org>
16835
16836 * mail/rmail.el (rmail-show-message-hook): Customize and offer
16837 goto-addr as an option.
16838
16839 * help.el (help-xref-stack): Doc fix.
16840 (help-xref-following): New variable.
16841 (help-make-xrefs): Use it.
16842 (help-xref-go-back): Use position information from stack element.
16843 (help-follow): Make position in stack element a pair. Use
16844 help-xref-following.
16845
16846 * autoarg.el: New file.
16847
16848 * faces.el: Declare more functions obsolete.
16849
16850 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
16851 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
16852 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
16853 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
16854 Remove all the setup-...-environment functions.
16855
16856 2000-05-13 Eric M. Ludlam <zappo@ultranet.com>
16857
16858 * speedbar.el: Updated the commentary section. xemacs20p now uses
16859 >= when detecting. Require `defimage' safely.
16860 (speedbar-easymenu-definition-base): Add toggle for images.
16861 (speedbar-easymenu-definition-special): Add flush cache & expand.
16862 (speedbar-visiting-tag-hook): Set new defaults. Added options.
16863 (speedbar-reconfigure-keymaps-hook): New variable.
16864 (speedbar-frame-parameters): Updated documentation.
16865 (speedbar-use-imenu-flag): Updated custom tag
16866 (speedbar-dynamic-tags-function-list): New variable.
16867 (speedbar-tag-hierarchy-method): Updated doc & custom.
16868 (speedbar-indentation-width, speedbar-indentation-width) New
16869 variables.
16870 (speedbar-hide-button-brackets-flag): Customizable.
16871 (speedbar-vc-indicator): Doc update.
16872 (speedbar-ignored-path-expressions): Updated default value.
16873 (speedbar-supported-extension-expressions): Updated default value.
16874 (speedbar-syntax-table): Remove {} paren status.
16875 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
16876 as "+". Added overlay aliases.
16877 (speedbar-mode): Use `speedbar-mode-line-update' instead of
16878 `force-mode-line-update'.
16879 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
16880 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
16881 `mouse-set-point'
16882 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
16883 (speedbar-item-info-tag-helper): Revamped to handle a wider range
16884 of arbitrary text, and new helper functions.
16885 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
16886 filename finder.
16887 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
16888 (speedbar-directory-buttons): Update path search/expansion.
16889 (speedbar-make-tag-line): Pay attention to
16890 `speedbar-indentation-width'. Use more care w/ invisible
16891 properties.
16892 (speedbar-change-expand-button-char): Call
16893 `speedbar-insert-image-button-maybe'.
16894 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
16895 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
16896 (speedbar-trim-words-tag-hierarchy)
16897 (speedbar-simple-group-tag-hierarchy): New functions
16898 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
16899 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
16900 functions.
16901 (speedbar-mouse-set-point): New function
16902 (speedbar-power-click): Updated documentation.
16903 (speedbar-line-token, speedbar-goto-this-file): Handle more types
16904 of tag prefix text.
16905 (speedbar-expand-line, speedbar-contract-line): Make more robust
16906 to strange text.
16907 (speedbar-expand-line): Takes universal argument to flush the
16908 cache.
16909 (speedbar-flush-expand-line): New function.
16910 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
16911 Use new generator insertion method.
16912 (speedbar-fetch-dynamic-tags): New function.
16913 (speedbar-fetch-dynamic-imenu): Removed code now handled in
16914 `speedbar-fetch-dynamic-imenu'.
16915 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
16916 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
16917 "Revert Buffer" menu items.
16918 (speedbar-buffer-buttons-engine): Be smarter when creating a
16919 filename tag (for expansion purposes.).
16920 (speedbar-highlight-one-tag-line,
16921 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
16922 (speedbar-recenter): New functions.
16923 (defimage-speedbar): Image loading abstraction.
16924 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
16925 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
16926 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
16927 (speedbar-tag-type, speedbar-tag-mail): New images.
16928 (speedbar-expand-image-button-alist): New variable.
16929 (speedbar-insert-image-button-maybe): Insert an image over some
16930 buttons.
16931
16932 2000-05-13 Kenichi Handa <handa@etl.go.jp>
16933
16934 * international/mule-cmds.el (encode-coding-char): An ASCII
16935 character is always encodable.
16936
16937 * international/mule-conf.el: Add more information in descriptions
16938 of character sets.
16939
16940 * international/mule-diag.el (describe-char-after): New function.
16941 (describe-font-internal): Adjusted for the change of font-info.
16942 (describe-font): Likewise.
16943 (print-fontset): Rewritten for the new fontset implementation.
16944 (describe-fontset): Include fontset alias names in completion.
16945 (list-fontsets): Adjusted for the change of print-fontset.
16946
16947 * simple.el (what-cursor-position): If DETAIL is non-nil, call
16948 describe-char-after instead of displaying the detail in the echo
16949 area.
16950 (syntax-code-table): Format changed.
16951 (string-to-syntax): Adjusted for the above change.
16952
16953 2000-05-12 Stefan Monnier <monnier@cs.yale.edu>
16954
16955 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
16956
16957 2000-05-12 Dave Love <fx@gnu.org>
16958
16959 * calendar/todo-mode.el: Remove some compatibility stuff and CL
16960 dependence. Use line-{beginning,end}-position, not
16961 point-at{b,e}ol. Some doc fixes.
16962 (todo-position): New function. Fix callers of position to use it.
16963 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
16964
16965 2000-05-12 Gerd Moellmann <gerd@gnu.org>
16966
16967 * time.el (display-time-mail-icon): Use `:ascent center'.
16968
16969 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
16970 handling FTP security extensions.
16971
16972 2000-05-11 Dave Love <fx@gnu.org>
16973
16974 * calendar/todo-mode.el: New file.
16975
16976 2000-05-11 Gerd Moellmann <gerd@gnu.org>
16977
16978 * comint.el (comint-read-input-ring): Move reference to
16979 comint-input-ring-size outside of the save-excursion. It was
16980 causing the default value to be the only one ever seen.
16981
16982 * font-lock.el: Update copyright. Remove Simon Marshall's email
16983 address on request from him.
16984
16985 * subr.el (substitute-key-definition): Add comment describing
16986 the meaning of PREFIX.
16987
16988 2000-05-10 Stefan Monnier <monnier@cs.yale.edu>
16989
16990 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
16991
16992 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
16993 (add-minor-mode): Don't make the variable buffer-local and add a
16994 reference to define-minor-mode in the docstring.
16995
16996 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
16997 HEADER/FOOTER and fix bug with trailing empty directory.
16998 (cvs-append-to-ignore): Use vc-editable-p if available.
16999 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
17000 (vc-do-command): Tweak advice to handle the new VC.
17001
17002 * log-view.el (log-view-goto-rev): New function for the new VC.
17003 (log-view-minor-wrap): Use mark-active.
17004
17005 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
17006 (log-edit-changelog-full-paragraphs): New var.
17007 (log-edit-insert-changelog): Remove a lonely leading `* file'.
17008 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
17009 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
17010 (log-edit-changelog-ours-p, log-edit-changelog-entries)
17011 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
17012 Replace the `cvs' prefix with `log-edit'.
17013
17014 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
17015
17016 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
17017 (diff-font-lock-defaults): Explicitly turn off multiline.
17018 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
17019 (diff-ediff-patch): Fix call to ediff-patch-file.
17020 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
17021 Handle comments.
17022
17023 * frame.el (automatic-hscrolling): Typo.
17024
17025 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
17026
17027 2000-05-09 Sam Steingold <sds@goems.com>
17028
17029 * apropos.el (apropos-print): use `describe-face' instead of
17030 `customize-face-other-window'.
17031
17032 2000-05-09 Dave Love <fx@gnu.org>
17033
17034 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
17035
17036 * help.el (describe-variable): Have customize button pop the
17037 help-xref stack when invoked.
17038 (help-xref-symbol-regexp): Add `face'.
17039 (help-make-xrefs): Check for quoted face names and adapt regexp
17040 submatch numbers to cope.
17041 (help-xref-interned): Maybe insert face doc too. Separate
17042 sections with a line of hyphens.
17043
17044 * faces.el: Some doc fixes. Declare some functions obsolete.
17045 (describe-face): Add customize button. Return the help
17046 text. Fix prompt.
17047
17048 2000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
17049
17050 * term/internal.el (IT-character-translations): Fix last change.
17051
17052 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
17053
17054 * woman.el: New file
17055 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
17056
17057 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
17058
17059 * term/internal.el (IT-character-translations): Update ASCII
17060 simulations for greek-iso8859-7, add latin-iso8859-14 and
17061 latin-iso8859-15.
17062
17063 * international/mule-cmds.el (set-language-info-alist): Call
17064 define-prefix-command with 3 arguments, to make the map suitable
17065 for a menu.
17066
17067 2000-05-07 Dave Love <fx@gnu.org>
17068
17069 * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
17070
17071 2000-05-05 Dave Love <fx@gnu.org>
17072
17073 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
17074 list in doc string. Don't quote keyword symbols.
17075 * emacs-lisp/cl.el: Likewise
17076 * emacs-lisp/cl-seq.el: Likewise
17077
17078 2000-05-05 Gerd Moellmann <gerd@gnu.org>
17079
17080 * abbrev.el (abbrev-mode): Make ARG optional.
17081
17082 2000-05-04 Gerd Moellmann <gerd@gnu.org>
17083
17084 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
17085
17086 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
17087
17088 * subr.el (substitute-key-definition): Clarify documentation.
17089
17090 2000-05-04 Milan Zamazal <pdm@freesoft.cz>
17091
17092 * glasses.el (glasses-convert-to-unreadable): Use
17093 `glasses-separator' instead of the hard-wired "_".
17094 (glasses-mode): Call `glasses-make-unreadable' only in a single
17095 place.
17096
17097 2000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
17098
17099 * term/internal.el (cjk-codepages-alist): Add associations for
17100 Chinese and Korean codepages. Remove FIXME comment.
17101
17102 2000-05-03 Dave Love <fx@gnu.org>
17103
17104 * time.el (display-time-mail-face, display-time-use-mail-icon):
17105 New option.
17106 (display-time-mail-icon): New variable.
17107 (display-time-string-forms): Use the above. Fix the local-map.
17108
17109 2000-05-03 Gerd Moellmann <gerd@gnu.org>
17110
17111 * replace.el (query-replace-map): Add binding for `E'.
17112 (query-replace-help): Extend help text.
17113 (perform-replace): Allow editing the replacement string.
17114
17115 * make-mode.el (makefile-mode-abbrev-table): New variable.
17116 (makefile-mode): Set local abbrev table to
17117 makefile-mode-abbrev-table.
17118 (makefile-font-lock-keywords): Fontify includes and conditionals.
17119
17120 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
17121 set TOGGLE's value.
17122
17123 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
17124 mail-interactive-insert-alias.
17125 (mail-abbrev-complete-alias): New command.
17126 (mail-mode-map): Bind it to `M-TAB'.
17127
17128 2000-05-03 Kenichi Handa <handa@etl.go.jp>
17129
17130 * language/lao-util.el (lao-compose-region): New function.
17131
17132 2000-05-02 Gerd Moellmann <gerd@gnu.org>
17133
17134 * files.el (recover-session): Make directories as necessary
17135 if they don't exist yet.
17136
17137 * calendar/cal-french.el
17138 (french-calendar-multibyte-special-days-array)
17139 (french-calendar-special-days-array): Change French text.
17140 (calendar-french-date-string): Change output.
17141 (calendar-goto-french-date): Likewise.
17142
17143 2000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
17144
17145 * wid-edit.el (widget-default-active): Obey `:always-active'.
17146 (widget-documentation-string-value-create): Set `:always-active'.
17147
17148 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
17149
17150 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
17151 default prefix to `~/_emacs.d/auto-save.list/_s'.
17152 (normal-top-level): Create the directory for auto-save files, if
17153 it doesn't already exist (in the ms-dos case only).
17154
17155 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
17156
17157 * international/mule-cmds.el (set-language-environment): Don't
17158 concat an integer (dos-codepage), use format instead.
17159
17160 2000-05-02 Dave Love <fx@gnu.org>
17161
17162 * help.el (help-xref-on-pp): Check for constant symbols.
17163
17164 2000-04-29 Gerd Moellmann <gerd@gnu.org>
17165
17166 * startup.el (normal-top-level): Put a condition-case around
17167 the code loading subdirs.el.
17168
17169 2000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17170
17171 * ps-print.el: Upside-down and face background color printing,
17172 line number step, doc fix.
17173 (ps-print-version): New version number (5.2).
17174 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
17175 (ps-face-attribute-list, ps-plot-with-face): Code fix.
17176 (ps-spool-config): Var fix.
17177 (ps-printer-name-option): Const fix.
17178 (ps-print-upside-down, ps-use-face-background)
17179 (ps-line-number-step): New vars.
17180 (ps-window-system, ps-lp-system): New consts.
17181 (ps-face-background): New fun.
17182
17183 2000-04-28 Richard Stallman <rms@gnu.org>
17184
17185 * files.el (make-auto-save-file-name):
17186 Apply auto-save-file-name-transforms to visited file name
17187 before generating auto save file name.
17188 (auto-save-file-name-transforms): New variable.
17189
17190 * files.el (backup-enable-predicate):
17191 Correctly test for a file under a temporary directory.
17192
17193 2000-04-28 Gerd Moellmann <gerd@gnu.org>
17194
17195 * subr.el (add-minor-mode): Rewritten.
17196
17197 2000-04-28 Kenichi Handa <handa@etl.go.jp>
17198
17199 * mail/sendmail.el (sendmail-send-it): Set
17200 buffer-file-coding-system to the selected coding system for MIME
17201 header.
17202
17203 2000-04-27 Gerd Moellmann <gerd@gnu.org>
17204
17205 * dired.el (dired-move-to-filename-regexp): Allow format where
17206 YYYY is followed by two spaces.
17207
17208 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
17209 in the second character class of the regexp.
17210
17211 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
17212 mh-etc, too.
17213
17214 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
17215 nil.
17216
17217 * subr.el (add-minor-mode): Use `set' instead of `setq'.
17218
17219 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
17220 argument.
17221
17222 2000-04-27 Sen Nagata <sen@eccosys.com>
17223
17224 * emacs-lisp/crm.el (crm-completion-table): New variable.
17225 (crm-collection-fn, crm-test-completion)
17226 (completing-read-multiple): Use it.
17227
17228 2000-04-27 Dave Love <fx@gnu.org>
17229
17230 * help.el (locate-library): Use mapc.
17231 (help-manyarg-func-alist): Add call-process-region.
17232
17233 2000-04-26 Gerd Moellmann <gerd@gnu.org>
17234
17235 * subr.el (add-minor-mode): Make argument MAP optional.
17236
17237 * desktop.el (desktop-save): Save list of minor modes.
17238 (desktop-create-buffer): Restore minor modes.
17239 (desktop-minor-mode-table): New user-option.
17240
17241 * subr.el (add-minor-mode): New function.
17242
17243 * image.el (find-image): New function.
17244 (defimage): Rewritten to find image at load time.
17245
17246 * startup.el (normal-top-level-add-to-load-path): Handle
17247 case that the default directory is not in load-path.
17248
17249 * help.el: Old patch from Stefan Monnier.
17250 (help-xref-on-pp): New function.
17251 (describe-variable): Use it to display xrefs in a symbol's value.
17252
17253 2000-04-26 Stefan Monnier <monnier@cs.yale.edu>
17254
17255 * cus-edit.el (custom-face): Fix parenthesis.
17256
17257 2000-04-26 Kenichi Handa <handa@etl.go.jp>
17258
17259 * mail/rmail.el (rmail-expunge): When there are no deleted
17260 messages, do nothing.
17261
17262 2000-04-26 Dave Love <fx@gnu.org>
17263
17264 * international/mule-cmds.el (locale-translation-file-name):
17265 Defvar to nil.
17266 (set-locale-environment): Set it here (at runtime).
17267
17268 2000-04-25 Gerd Moellmann <gerd@gnu.org>
17269
17270 * replace.el (perform-replace): Add parameters START and END. Use
17271 them instead of the check for a region in Transient Mark mode.
17272 (query-replace-read-args): Return two more list elements for the
17273 start and end of the region in Transient Mark mode.
17274 (query-replace, query-replace-regexp, query-replace-regexp-eval)
17275 (map-query-replace-regexp, replace-string, replace-regexp): Add
17276 optional last arguments START and END and pass them to
17277 perform-replace.
17278
17279 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
17280 form with additional arguments for perform-replace.
17281
17282 * progmodes/etags.el (tags-query-replace): Add parameters START
17283 and END. Construct a form with additional arguments for
17284 perform-replace.
17285
17286 * simple.el (shell-command): Set default directory for "*Shell
17287 Command Output" buffer.
17288
17289 * language/european.el (iso-latin-4): Fix typo.
17290
17291 * emacs-lisp/crm.el: New file.
17292
17293 2000-04-24 Dave Love <fx@gnu.org>
17294
17295 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
17296 (Custom-reset-saved, Custom-reset-standard)
17297 (custom-group-value-create, custom-group-set, custom-group-save)
17298 (custom-group-reset-current, custom-group-reset-saved)
17299 (custom-group-reset-standard): Use mapc.
17300 (custom-buffer-create-internal): Disable undo when creating items.
17301 Use mapc.
17302 (custom-face): Avoid redundant lambda.
17303
17304 2000-04-24 Gerd Moellmann <gerd@gnu.org>
17305
17306 * startup.el (auto-save-list-file-prefix): Set default to
17307 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
17308
17309 2000-04-24 Sam Steingold <sds@gnu.org>
17310
17311 * time-stamp.el (time-stamp-string-preprocess): Always convert
17312 `field-result' to a string.
17313
17314 2000-04-24 Gerd Moellmann <gerd@gnu.org>
17315
17316 * frame.el (scrolling): New group.
17317 (automatic-hscrolling): New user-option.
17318
17319 * startup.el (command-line-x-option-alist): Add `-lsp' and
17320 `--line-spacing'.
17321
17322 2000-04-19 Dave Love <fx@gnu.org>
17323
17324 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
17325 (cl-mapc): Rename from mapc. Fix the funcall.
17326
17327 2000-04-19 Gerd Moellmann <gerd@gnu.org>
17328
17329 * simple.el (clone-indirect-buffer-other-window): New command.
17330 (clone-indirect-buffer): Add optional arg NORECROD.
17331 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
17332
17333 * help.el (resize-temp-buffer-window): Use count-screen-lines.
17334
17335 * window.el (count-screen-lines): New function.
17336 (shrink-window-if-larger-than-buffer): Use count-screen-lines
17337 instead of window-buffer-height.
17338
17339 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
17340 non-existing variable comint-input-sentinel.
17341 (inferior-lisp-args-to-list): Removed.
17342 (inferior-lisp): Use split-string instead of
17343 inferior-lisp-args-to-list.
17344
17345 * hexl.el (hexl-insert-hex-string): New command.
17346
17347 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
17348 instead of concat.
17349
17350 2000-04-18 Gerd Moellmann <gerd@gnu.org>
17351
17352 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
17353 at the start of an existing but empty folder.
17354
17355 2000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17356
17357 * ps-mule.el: Customization fix, doc fix.
17358 (ps-multibyte-buffer): Customization fix.
17359
17360 2000-04-17 Richard M. Stallman <rms@gnu.org>
17361
17362 * subr.el (read-passwd): Use read-char-exclusive.
17363
17364 2000-04-17 Gerd Moellmann <gerd@gnu.org>
17365
17366 * textmodes/texinfo.el (texinfo-insert-@email)
17367 (texinfo-insert-@emph, texinfo-insert-@quotation)
17368 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
17369 (texinfo-mode-map): Add key bindings for them.
17370
17371 * files.el (basic-save-buffer-2): Use a template with `$'
17372 instead of `#' for VMS.
17373
17374 * simple.el (clone-indirect-buffer): New function.
17375
17376 2000-04-16 Stephen Eglen <stephen@gnu.org>
17377
17378 * iswitchb.el (iswitchb-case): New function. If the user input
17379 contains any upper-case characters, the search is made
17380 case-sensitive.
17381
17382 2000-04-17 Stefan Monnier <monnier@cs.yale.edu>
17383
17384 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
17385 comment-end.
17386 (texinfo-font-lock-syntactic-keywords): New var.
17387 (texinfo-font-lock-keywords): Remove comment regexp.
17388 (texinfo-insert-block): New function.
17389 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
17390 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
17391 and font-lock-defaults. Use regexp-opt for outline-regexp.
17392 (texinfo-environments): New var.
17393 (texinfo-environment-regexp): Use regexp-opt and
17394 texinfo-environments.
17395
17396 * textmodes/ispell.el (ispell-menu-map-needed): Check that
17397 ispell-process is bound since this might be eval'd before ispell
17398 is loaded.
17399 (ispell-message): Use a tiny bit less magic and a bit more hard
17400 data to figure out what kind of sc-cite-regexp to use.
17401
17402 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
17403
17404 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
17405 (insert-cyclic-diary-entry): Unquote the lambda.
17406
17407 * gud.el (gud-jdb-build-source-files-list): Fix typo.
17408
17409 * files.el (backup-enable-predicate): Unquote the lambda.
17410
17411 * cus-edit.el (custom-face, face): Unquote the lambda.
17412
17413 2000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17414
17415 * ps-print.el: Check for line-beginning-position definition.
17416
17417 * ps-print.el: Fix counting lines in a region.
17418 (ps-print-version): New version number (5.1.5).
17419 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
17420 (ps-printing-region): Fun code fix.
17421
17422 2000-04-15 Gerd Moellmann <gerd@gnu.org>
17423
17424 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
17425 to file-directory-p.
17426
17427 2000-04-14 Gerd Moellmann <gerd@gnu.org>
17428
17429 * gud.el (gud-jdb-build-source-files-list): Check that directory
17430 exists before calling directory-files.
17431
17432 2000-04-13 Dave Love <fx@gnu.org>
17433
17434 * emacs-lisp/trace.el: Change maintainer. Use new backquote
17435 syntax.
17436
17437 * emacs-lisp/cl-specs.el: Remove when, unless.
17438
17439 * emacs-lisp/cl-extra.el: Don't quote keywords.
17440 (cl-old-mapc): New variable.
17441 (mapc): Use it.
17442 (cl-map-intervals): Use with-current-buffer. Don't check for
17443 next-property-change.
17444 (cl-map-overlays): Use with-current-buffer.
17445 (cl-expt): Remove.
17446 (copy-tree, remprop): Define unconditionally.
17447
17448 * emacs-lisp/cl-compat.el (keywordp): Remove.
17449
17450 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
17451 to use keywordp.
17452 (edebug-spec): Enable keywordp.
17453
17454 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
17455 string-lessp.
17456
17457 * cus-start.el: Use keywordp.
17458
17459 2000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
17460
17461 * diary-lib.el (include-other-diary-files): Fix the fix of
17462 2000-02-18 by doing a save-excursion.
17463
17464 2000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17465
17466 * ps-print.el: Customization fix, doc fix.
17467 (ps-print-version): New version number (5.1.4).
17468 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
17469 (ps-print-preprint): Adjust code.
17470 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
17471 (ps-print-prologue-header, ps-print-control-characters)
17472 (ps-spool-config): Customization fix.
17473
17474 2000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
17475
17476 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
17477 converted to the new menu-item format, names silightly changed,
17478 help strings added.
17479
17480 Support for spelling without async subprocesses:
17481
17482 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
17483 (ispell-session-buffer): New variables.
17484 (ispell-start-process, ispell-process-status,
17485 ispell-accept-output, ispell-send-string): New functions, for
17486 Ispell invocation when async subprocesses aren't supported.
17487 (ispell-word, ispell-pdict-save, ispell-command-loop,
17488 ispell-process-line, ispell-buffer-local-parsing): Replace calls
17489 to process-send-string with calls to ispell-send-string, and
17490 accept-process-output with ispell-accept-output.
17491 (ispell-init-process): Call ispell-process-status instead of
17492 process-status with.
17493 (ispell-init-process): Call ispell-start-process. Call
17494 ispell-accept-output and ispell-send-string. Don't call
17495 process-kill-without-query and kill-process if they are unbound.
17496 (ispell-async-processp): New function.
17497
17498 2000-04-12 Dave Love <fx@gnu.org>
17499
17500 * info.el: Add debug-ignored-errors.
17501 (Info-mode-menu): Add some items.
17502 (Info-directory): Add autoload cookie.
17503
17504 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
17505 Modify `truncate-lines'. Make `describe-language-environment'
17506 always visible and add help. Modify `describe-key' help. Invoke
17507 Info-directory from `info'. New entry `emacs-manual'.
17508
17509 2000-04-10 Gerd Moellmann <gerd@gnu.org>
17510
17511 * progmodes/ebrowse.el (ebrowse-tree-mode):
17512 Use propertized-buffer-identification.
17513 (ebrowse-update-member-buffer-mode-line): Likewise.
17514 (ebrowse--mode-strings): Removed.
17515 (ebrowse--mode-line-props): Removed.
17516
17517 * files.el (auto-mode-alist): Add `EBROWSE'.
17518
17519 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
17520 space before testing for end of buffer.
17521 (ebrowse-load): Removed.
17522 (ebrowse-revert-tree-buffer-from-file): Rewritten.
17523 (ebrowse-create-tree-buffer): Rewritten.
17524 (ebrowse-tree-mode): Read tree from buffer.
17525
17526 * progmodes/ebrowse-ffh.el: Removed.
17527
17528 2000-04-10 Kenichi Handa <handa@etl.go.jp>
17529
17530 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
17531
17532 2000-04-10 Gerd Moellmann <gerd@gnu.org>
17533
17534 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
17535 at the wrong place.
17536
17537 2000-04-09 Dave Love <fx@gnu.org>
17538
17539 * files.el (backup-enable-predicate):
17540 Use temporary-file-directory, small-temporary-file-directory.
17541 (make-backup-file-name-function, backup-directory-alist): New vars.
17542 (make-backup-file-name-1): New function.
17543 (make-backup-file-name): Use it.
17544 (find-backup-file-name): Likewise. Use format for clarity, not concat.
17545 (file-newest-backup): Use make-backup-file-name.
17546
17547 2000-04-09 Gerd Moellmann <gerd@gnu.org>
17548
17549 * progmodes/ebrowse-ffh.el: New file.
17550
17551 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn):
17552 Moved to ebrowse-ffh.el.
17553 (ebrowse-load): Add autoload.
17554
17555 * finder.el (finder-commentary): Add autoload cookie.
17556
17557 * mail/rfc2368.el: Correct author's email address.
17558
17559 * progmodes/ebrowse.el: New file.
17560
17561 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
17562 item help string.
17563 (easy-menu-do-add-item): Ditto.
17564 (easy-menu-define): Extend doc string.
17565
17566 * jit-lock.el (with-buffer-unmodified): Use restore-buffer-modified-p.
17567 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
17568 (jit-lock-function, jit-lock-stealth-fontify): Don't use
17569 with-buffer-unmodified.
17570
17571 2000-04-08 Dave Love <fx@gnu.org>
17572
17573 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
17574 unless, when.
17575
17576 2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
17577
17578 * viper-util.el (viper-put-on-search-overlay): New subroutine.
17579 (viper-flash-search-pattern): No operation when using Emacs
17580 doesn't support face.
17581 Use `viper-put-on-search-overlay'.
17582
17583 2000-04-04 Gerd Moellmann <gerd@gnu.org>
17584
17585 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
17586 like C-r.
17587
17588 * progmodes/make-mode.el: Some doc fixes.
17589 (makefile-mode-abbrev-table): New variable.
17590 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
17591 (makefile-font-lock-keywords): Fontify includes and conditionals.
17592 (toplevel): Require `dabbrev' and `add-log' when compiling.
17593
17594 * replace.el (perform-replace): Don't move forward one char
17595 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
17596 to do that because it leaves point 1 position after the last
17597 replacement, after everything has been replaced.
17598
17599 * jit-lock.el (with-buffer-unmodified): New macro.
17600 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
17601 modified state.
17602 (jit-lock-function-1): Extracted from jit-lock-function; not
17603 preserving buffer's modified state.
17604 (jit-lock-function, jit-lock-stealth-fontify):
17605 Call jit-lock-function-1.
17606
17607 * mail/rfc2368.el: Remove supernumerary copyright line.
17608
17609 2000-04-04 Milan Zamazal <pdm@freesoft.cz>
17610
17611 * glasses.el: Provide facilities for inserting space before left
17612 parentheses and uncapitalization of identifiers.
17613 (glasses-mode): Try to remove old overlays in all cases.
17614
17615 2000-04-03 Gerd Moellmann <gerd@gnu.org>
17616
17617 * progmodes/compile.el (compile-internal): Display the compilation
17618 buffer in a different frame, if it's already displayed there.
17619
17620 * mail/rfc2368.el: New file.
17621
17622 * simple.el (sendmail-user-agent-compose): Recognize a `body'
17623 header and insert its value as mail body.
17624
17625 * subr.el (member-ignore-case): New function.
17626
17627 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
17628 (dabbrev--find-expansion): Ignore buffers matching a regexp
17629 from dabbrev-ignored-regexps.
17630
17631 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
17632 to extensions handled by gzip.
17633
17634 2000-04-03 Richard M. Stallman <rms@gnu.org>
17635
17636 * files.el (insert-directory): List the total free space
17637 along with the used space.
17638
17639 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
17640 line is followed by one that matches CITATION-REGEXP, end the
17641 paragraph.
17642
17643 2000-04-03 Markus Rost <rost@delysid.gnu.org>
17644
17645 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
17646 (rmail-make-basic-summary-line): Use that option.
17647
17648 2000-04-03 Kenichi Handa <handa@etl.go.jp>
17649
17650 * international/mule-cmds.el (encoded-string-description):
17651 Rewritten. Try pretty description for ISO 2022 escape sequences
17652 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
17653 for hexadecimal format.
17654
17655 2000-04-01 Dave Love <fx@gnu.org>
17656
17657 * cpp.el: Change customization group to `c' from `C'.
17658
17659 * vcursor.el (vcursor-move): Use display-color-p.
17660
17661 * international/mule-util.el: Provide mule-utils.
17662 (string-to-sequence): Simplify and speed up.
17663
17664 * international/mule.el (make-coding-system): Purecopy doc-string.
17665
17666 * international/mule-cmds.el: Various menu changes.
17667 (describe-specified-language-support): Handle `Default'.
17668 (set-language-info): Purecopy `info'.
17669
17670 2000-03-31 Andrew Innes <andrewi@gnu.org>
17671
17672 * vc.el (vc-backend-diff): Return the correct status if we had to
17673 retry the rcsdiff command without the --brief option.
17674
17675 2000-03-31 Dave Love <fx@gnu.org>
17676
17677 * help.el (help-manyarg-func-alist): Correct several omissions.
17678
17679 * add-log.el: Don't require cl, fortran.
17680 (add-log-current-defun-function): Doc fix.
17681 (change-log-version-number-regexp-list): Remove SCCS part. Doc fix.
17682 (change-log-version-rcs): Function deleted.
17683 (change-log-version-number-search): Doc fix.
17684 Use vc-workfile-version. Avoid CL dolist.
17685 (add-change-log-entry): Just call add-log-current-defun to get
17686 defun. Simplify somewhat.
17687 (change-log-get-method-definition-1): Likewise.
17688 (add-log-current-defun): Return nil if calling
17689 add-log-current-defun-function does so. Move Fortran stuff to
17690 fortran.el. Return string without properties.
17691
17692 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
17693 and :alpha: char classes.
17694
17695 * mail/supercite.el: Defvar curline when compiling.
17696 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
17697 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
17698 rather than a-zA-Z0-9 to allow non-ASCII characters.
17699
17700 2000-03-31 Gerd Moellmann <gerd@gnu.org>
17701
17702 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
17703
17704 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
17705 Re-enable new code.
17706
17707 * lpr.el (print-region-1): Use -d to specify printer name for
17708 systems `usg-unix-v*, `dgux', `hpux', `irix'.
17709
17710 2000-03-31 Dave Love <fx@gnu.org>
17711
17712 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
17713 Look for function definition in symbol's function value slot first
17714 instead of first consulting byte-compile-function-environment.
17715
17716 2000-03-31 Kenichi Handa <handa@etl.go.jp>
17717
17718 * language/european.el ("Polish"): New language environment.
17719 (setup-polish-environment): New function.
17720
17721 2000-03-30 Gerd Moellmann <gerd@gnu.org>
17722
17723 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
17724 Disable new code.
17725
17726 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
17727 trying to `load' the symbol of an autoload instead of the file
17728 recorded in the autoload. Fix error messages.
17729
17730 2000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17731
17732 * ps-print.el: PostScript programming fix for ghostview, doc fix.
17733 (ps-print-version): New version number (5.1.3).
17734 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
17735 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
17736 (ps-generate-postscript-with-faces): Code fix.
17737 (ps-color-values): XEmacs compatibility.
17738 (ps-print-background-image, ps-print-background-text, ps-printer-name)
17739 (ps-default-fg, ps-default-bg): Adjust customization.
17740 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
17741 (ps-color-scale): Renaming old ps-color-value fun.
17742 (ps-print-headers): Replace ps-print-header group to avoid conflict
17743 with ps-print-header variable.
17744 (ps-print-miscellany): New group.
17745 (ps-format-color, ps-rgb-color): New funs.
17746 (ps-default-foreground): New var.
17747 (ps-printer-name-option): New const.
17748
17749 2000-03-30 Peter Breton <pbreton@ne.mediaone.net>
17750
17751 * net/net-utils.el:
17752 (network-connection-host, network-connection-service): New variables
17753 (network-connection-mode): New mode, derived from comint-mode
17754 (network-connection-mode-setup): New function, saves host and
17755 service information in local variables.
17756
17757 * lisp/locate.el:
17758 (locate-word-at-point): Added this function
17759 (locate): Default to using locate-word-at-point as input
17760 Run dired-mode-hook
17761
17762 2000-03-29 Dave Love <fx@gnu.org>
17763
17764 * calendar/appt.el: Doc fixes.
17765 (appt-check): Convert min-to-app to a string before passing to
17766 appt-disp-window-function or concat.
17767 (appt-delete-window): Remove test for frame-root-window.
17768 (appt-select-lowest-window, appt-convert-time): Simplify.
17769
17770 * emacs-lisp/bytecomp.el: Doc fixes.
17771 (byte-compile-file-form-autoload):
17772 Update byte-compile-function-environment.
17773
17774 2000-03-29 Andreas Schwab <schwab@suse.de>
17775
17776 * emacs-lisp/autoload.el: Also print defsubst doc string specially.
17777
17778 * dired.el (dired-insert-directory): If dired-free-space-program
17779 failed just delete its output.
17780
17781 2000-03-29 Dave Love <fx@gnu.org>
17782
17783 * international/iso-cvt.el: Move provide to end. Doc fixes.
17784 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
17785 (iso-iso2sgml, iso-sgml2iso): New functions.
17786 (iso-cvt-define-menu): Fix some entries and use backquote for
17787 clarity.
17788
17789 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
17790
17791 2000-03-28 Gerd Moellmann <gerd@gnu.org>
17792
17793 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
17794 ISO-DATE. If non-nil, return date in ISO 8601 format.
17795
17796 2000-03-26 Stefan Monnier <monnier@cs.yale.edu>
17797
17798 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
17799 if it ever becomes used.
17800 (log-edit-mode-hook): Default to vc-log-mode-hook.
17801 (log-edit-mode): Fix the docstring.
17802
17803 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
17804 the code.
17805
17806 2000-03-26 Dave Love <fx@gnu.org>
17807
17808 * net/browse-url.el (browse-url): Re-fix case of
17809 browse-url-browser-function being an alist.
17810 (browse-url): Add :link to defgroup.
17811
17812 * files.el: Doc fixes.
17813 (file-truename): Include `[' in wildcard characters.
17814 (automount-dir-prefix): Customize.
17815 (find-file-wildcards): Add :version.
17816 (find-file-noselect): Simplify a mapcar call.
17817
17818 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
17819 compatible with inf-lisp version.
17820 (eval-defun-1): Fix custom-declare-variable case.
17821
17822 2000-03-25 Stefan Monnier <monnier@cs.yale.edu>
17823
17824 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
17825
17826 2000-03-24 Gerd Moellmann <gerd@gnu.org>
17827
17828 * Makefile (COMPILE_FIRST): New macro.
17829 (compile-files): Compile files from COMPILE_FIRST first.
17830
17831 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new code.
17832
17833 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
17834 matching open parenthesis in column 0 to defun-prompt-regexp
17835 only if open-paren-in-column-0-is-defun-start is set.
17836
17837 * sun-curs.el: Require CL at compile-time only.
17838
17839 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
17840 instead of copy-list which is a function from CL.
17841 (msb--choose-menu, msb--mode-menu-cond)
17842 (msb--create-buffer-menu-2): Use dolist instead of mapc.
17843 (msb--init-file-alist): Use mapcar instead of mapcan.
17844 (msb--aggregate-alist): Use mapcar instead of mapcan.
17845 Fix `(' in column 0 in doc string.
17846 (msb--add-separators): Use mapcar instead of mapcan.
17847
17848 * cus-dep.el: Require CL at compile-time only.
17849
17850 2000-03-24 Stefan Monnier <monnier@cs.yale.edu>
17851
17852 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
17853 (byte-compile-warnings): New warning `noruntime'.
17854 (byte-compile-constants, byte-compile-variables): Fix docstring.
17855 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
17856 execute `eval-whenc-compile's body.
17857 (byte-compile-unresolved-functions): Fix docstring.
17858 (byte-compile-eval): New function.
17859 (byte-compile-callargs-warn): Check if the function will be available
17860 at runtime (via property `byte-compile-noruntime').
17861 (byte-compile-print-syms): New function.
17862 (byte-compile-warn-about-unresolved-functions): Also warn about
17863 `noruntime' functions (and use `byte-compile-print-syms').
17864 (byte-compile-file): Capitalize the message.
17865
17866 2000-03-24 Gerd Moellmann <gerd@gnu.org>
17867
17868 * mail/rmail.el (rmail-confirm-expunge): New user-option.
17869 (rmail-expunge): Ask for confirmation depending on the setting
17870 of rmail-confirm-expunge.
17871
17872 2000-03-23 Gerd Moellmann <gerd@gnu.org>
17873
17874 * Makefile (bootstrap-clean): If $(emacs) exists, build
17875 loaddefs.el first. A loaddefs.el that's not up-to-date might
17876 cause a bootstrap failure because things don't autoload as expected.
17877
17878 2000-03-23 Dave Love <fx@gnu.org>
17879
17880 * net/browse-url.el: Restore previous use of
17881 browse-url-maybe-new-window.
17882
17883 2000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17884
17885 * ps-print.el: Skip banner page fix.
17886 (ps-print-version): New version number (5.1.2).
17887 (ps-begin-file, ps-end-file, ps-generate): Code fix.
17888
17889 2000-03-23 Dave Pearson <davep@davep.org>
17890
17891 * net/quickurl.el Changed the type of parameter passed to the
17892 function defined by `quickurl-format-function'. Before only the
17893 text of the URL was passed. Now the whole URL structure is passed
17894 and the function is responsible for extracting the parts it requires.
17895 Changed the default of `quickurl-format-function' accordingly.
17896 (quickurl-insert): Changed the `funcall' of
17897 `quickurl-format-function' to match the above change.
17898 (quickurl-list-insert): Changed the `url' case so that it makes
17899 use of `quickurl-format-function', previous to this the format was
17900 hard wired.
17901
17902 2000-03-22 Gerd Moellmann <gerd@gnu.org>
17903
17904 * startup.el: Change some spellings for the X Window System.
17905
17906 2000-03-22 Stefan Monnier <monnier@cs.yale.edu>
17907
17908 * progmodes/make-mode.el (makefile-warn-suspicious-lines):
17909 Clean up the code and the regexp and make sure the cursor is
17910 temporarily moved to the suspicious line while querying the user.
17911
17912 2000-03-22 Jason Rumney <jasonr@gnu.org>
17913
17914 * w32-fns.el (w32-charset-info-alist): Initialize.
17915
17916 2000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17917
17918 * ps-print.el: N-up last page fix.
17919 (ps-print-version): New version number (5.1.1).
17920 (ps-end-file, ps-end-job, ps-generate): Code fix.
17921
17922 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
17923
17924 * files.el (find-file-run-dired): Update docstring.
17925 (find-directory-functions): New hook.
17926 (find-file-noselect): Run find-directory-functions rather than
17927 calling dired directly.
17928
17929 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
17930
17931 * pcvs.el: Add a minimal leading commentary.
17932 (cvs-make-cvs-buffer): Change the header part by removing the startup
17933 message and adding a `Module' entry. Also replace the FOOTER and
17934 HEADER special fileinfos with the new support in ewoc for updating
17935 its own footer and header.
17936 (cvs-update-header): Update to use the header/footer of the ewoc.
17937 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
17938 (cvs-is-within-p): New function.
17939 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
17940 to only examine some subset of the buffers.
17941
17942 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
17943 `format' instead of our own ad-hoc functions.
17944 Remove HEADER and FOOTER cases, now handled in the EWOC.
17945 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
17946
17947 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
17948 output to avoid scaring the user.
17949 (cvs-parse-table): Catch message for non-up-to-date commits.
17950
17951 * pcvs-defs.el (cvs-startup-message): Remove.
17952 (cvs-global-menu): New autoloaded menu.
17953
17954 * pcvs-util.el (cvs-string-fill): Remove.
17955
17956 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
17957 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
17958 PP part of it and also make it work for footers and headers.
17959 (ewoc-create): Drop POS and BUFFER arguments.
17960 Use the DLL's dummy node to store the end-of-footer position.
17961 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
17962 (ewoc-refresh): Remove unused `header' variable.
17963 (ewoc-(get|set)-hf): New functions.
17964
17965 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
17966 log-view-*-(message|file) and use easy-mmode-define-navigation.
17967 (log-view-message-re): Match SCCS format as well.
17968 And match the revision line rather than the dashed separator line.
17969 (log-view-mode): Use the new define-derived-mode.
17970 (log-view-current-tag): Fill in with an actual implementation.
17971
17972 * cvs-status.el (cvs-status-(prev|next)): Rename from
17973 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
17974 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
17975 to let the output "breathe" a little more (more readable).
17976 (cvs-status-mode): Use the new define-derived-mode.
17977
17978 * smerge-mode.el (smerge-auto-leave): New function and variable.
17979 (smerge-basic-map): Rename from smerge-basic-keymap.
17980 Change the bindings for smerge-diff-*.
17981 (smerge-*-map): Use easy-mmode-defmap.
17982 (smerge-(next|prev)): Use easy-mmode-define-navigation.
17983 (smerge-keep-*): Use smerge-auto-leave.
17984
17985 2000-03-21 Jason Rumney <jasonr@gnu.org>
17986
17987 * cus-edit.el (custom-button-face): Use 3D look for w32.
17988 (custom-button-pressed-face): Likewise.
17989
17990 2000-03-21 Gerd Moellmann <gerd@gnu.org>
17991
17992 * progmodes/etags.el (tags-case-fold-search): New user-option.
17993 (tags-loop-eval): New function. Bind case-fold-search around eval
17994 depending on the value of tags-case-fold-search.
17995 (tags-loop-continue): Use tags-loop-eval.
17996 (find-tag-in-order): Bind case-fold-search depending on the value
17997 of tags-case-fold-search.
17998
17999 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
18000
18001 * diff-mode.el (diff-mode-*-map): Use `easy-mmode-defmap'.
18002 (diff-end-of-hunk): Return the end position for use in
18003 `easy-mmode-define-navigation'.
18004 (diff-recenter): Remove.
18005 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
18006 of `easy-mmode-define-navigation'.
18007 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
18008 previous renaming) and fix to use new names.
18009 (diff-merge-strings): Use \n as separator: simpler, faster.
18010 (diff-mode): Use `define-derived-mode'.
18011
18012 * derived.el (define-derived-mode): Don't autoload anymore.
18013 Prefer the macro-only version provided by easy-mmode.el.
18014
18015 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
18016 `easy-mmode-define-derived-mode'. Use `combine-run-hooks'.
18017 (easy-mmode-define-navigation): New macro.
18018
18019 * subr.el (combine-run-hooks): New function.
18020
18021 2000-03-21 Kenichi HANDA <handa@etl.go.jp>
18022
18023 * term/x-win.el: Fontsets related initialization is simplified.
18024
18025 * international/mule-diag.el (describe-font): Don't refer to
18026 global-fontset-alist, instead call font-list.
18027 (describe-fontset, list-fontsets, mule-diag): Likewise.
18028 (print-fontset): Adjusted for the change of fontset implementation.
18029
18030 * international/fontset.el (x-charset-registries): Variable removed,
18031 instead the corresponding data is stored in the default fontset.
18032 (register-alternate-fontnames): Function removed.
18033 (resolved-ascii-font): Variable removed.
18034 (x-compose-font-name): Ignore the second argument REDOCE.
18035 (x-complement-fontset-spec): Complement only an ASCII font and
18036 element for those charsets than can use that ASCII font.
18037 (generate-fontset-menu): Don't refer to global-fontset-alist,
18038 instead call fontset-list.
18039 (uninstantiated-fontset-alist): Variable removed.
18040 (x-style-funcs-alist): Likewise.
18041 (fontset-default-styles): Likewise.
18042 (x-modify-font-name): Function removed.
18043 (create-fontset-from-fontset-spec): Ignore the argument STYLE-VARIANT.
18044 (create-fontset-from-ascii-font): Docsting adjusted for the above
18045 change.
18046 (instantiate-fontset, resolve-fontset-name): Functions removed.
18047 (fontset-list): Now implemented by C code.
18048
18049 * faces.el (read-face-font): Fix TABLE arg to completing-read.
18050 (describe-face): Include `font' attribute in the description.
18051
18052 2000-03-21 Kenichi Handa <handa@etl.go.jp>
18053
18054 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
18055
18056 2000-03-20 Gerd Moellmann <gerd@gnu.org>
18057
18058 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
18059 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
18060 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
18061
18062 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
18063 about behavior of set-buffer-modified-p wrt redisplay.
18064
18065 2000-03-19 Richard M. Stallman <rms@gnu.org>
18066
18067 * view.el (view-mode-disable): Kill local binding of view-read-only.
18068
18069 2000-03-18 Gerd Moellmann <gerd@gnu.org>
18070
18071 * font-lock.el (font-lock-apply-syntactic-highlight): If VALUE
18072 is a string, convert it to a syntax cell using string-to-syntax.
18073
18074 * simple.el (syntax-code-table, syntax-flag-table): New variables.
18075 (string-to-syntax): New function.
18076
18077 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
18078 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
18079 try to use passive ftp mode.
18080
18081 2000-03-17 Gerd Moellmann <gerd@gnu.org>
18082
18083 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
18084
18085 * simple.el (append-to-buffer): Update point of windows after
18086 insertion.
18087
18088 * abbrev.el (inverse-add-abbrev): Identify word by first moving
18089 forward then moving backward. Reindent.
18090
18091 * frame.el (other-frame): Call x-focus-frame only if
18092 focus-follows-mouse is off.
18093
18094 2000-03-17 Dave Love <fx@gnu.org>
18095
18096 * pcvs-util.el (cvs-strings->string): Rename replace-regexps-in-string.
18097
18098 2000-03-17 Stefan Monnier <monnier@cs.yale.edu>
18099
18100 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
18101 regexp for labels cannot span several lines.
18102
18103 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
18104 `(setq :<key> ':<key>)' to the macro expansion.
18105
18106 2000-03-16 Dave Love <fx@gnu.org>
18107
18108 * progmodes/f90.el (f90): Put custom group under `languages', not
18109 `fortran'.
18110 (f90-mode-hook): Customize.
18111 (f90-mode): Set add-log-current-defun-function.
18112 (f90-current-defun): New function.
18113
18114 2000-03-16 Gerd Moellmann <gerd@gnu.org>
18115
18116 * cus-edit.el (custom-variable-tag-face): Handle case that
18117 default face's height is not a number.
18118 (custom-face-tag-face, custom-group-tag-face-1)
18119 (custom-group-tag-face): Ditto.
18120 (custom-group-tag-face-1): Add :group.
18121
18122 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
18123
18124 2000-03-15 Gerd Moellmann <gerd@gnu.org>
18125
18126 * pcvs-defs.el (toplevel): Remove autoload cookie for form
18127 requiring easymenu.
18128
18129 2000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18130
18131 * ps-print.el: PostScript user-defined prologue, PostScript error
18132 handler, doc fix.
18133 (ps-print-version): New version number (5.1).
18134 (ps-user-defined-prologue, ps-error-handler-message)
18135 (ps-print-prologue-0, ps-error-handler-alist): New vars.
18136 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
18137 (ps-insert-string): New function.
18138
18139 2000-03-15 Kenichi Handa <handa@etl.go.jp>
18140
18141 * international/ccl.el (ccl-compile-expression): Don't generate
18142 invalid self-assignment code.
18143
18144 2000-03-14 Dave Love <fx@gnu.org>
18145
18146 * subr.el (replace-regexp-in-string): Renamed from
18147 replace-regexps-in-string. Doc fix.
18148
18149 2000-03-12 Dave Love <fx@gnu.org>
18150
18151 * cus-edit.el: Doc fixes.
18152 (customize-set-variable, customize-save-variable): Rename args for doc.
18153 (custom-variable-tag-face, custom-face-tag-face)
18154 (custom-group-tag-face-1, custom-group-tag-face): Modify from
18155 style which user identify as hyperlink.
18156 (hook): Don't add undefined functions to the hook.
18157 (debug-ignored-errors): Transfer message from bindings.el.
18158
18159 2000-03-12 Gerd Moellmann <gerd@gnu.org>
18160
18161 * recentf.el (recentf-keep-non-readable-files-p):
18162 Remove double/nested definition.
18163
18164 2000-03-12 Dave Love <fx@gnu.org>
18165
18166 * facemenu.el (facemenu-get-face): Use display-color-p.
18167 * enriched.el (enriched-decode-foreground): Likewise.
18168 (enriched-decode-background): Likewise.
18169 * isearch.el (isearch-highlight): Likewise.
18170 * info-look.el (info-lookup): Likewise.
18171 * simple.el (completion-setup-function): Likewise.
18172
18173 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
18174 :options.
18175
18176 * bindings.el (mode-line-format): Fix line-number and
18177 column-number items. Add help-echo for the background.
18178 (mode-line-mule-info): Modify help-echo.
18179
18180 * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
18181
18182 * files.el (load-file): Allow completion to .elc.
18183
18184 * man.el: Doc fixes.
18185 (Man-init-defvars): Use display-color-p to set fontification.
18186
18187 * play/hanoi.el (hanoi-internal): Don't use oddp.
18188
18189 2000-03-12 Gerd Moellmann <gerd@gnu.org>
18190
18191 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
18192
18193 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
18194
18195 2000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
18196
18197 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
18198 Fix comment.
18199
18200 2000-03-10 Stefan Monnier <monnier@cs.yale.edu>
18201
18202 * font-lock.el (font-lock-keywords): Fix the doc now that
18203 regexp-opt-depth is unnecessary.
18204 (save-buffer-state): Set an edebug spec.
18205 (font-lock-fontify-anchored-keywords): Properly handle the case when
18206 the matcher goes past the limit.
18207
18208 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
18209 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
18210
18211 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
18212 dll.el and cookie.el (from Elib) with heavy renaming and other
18213 massaging.
18214
18215 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
18216 Autoload the functions used.
18217 (easy-mmode-define-syntax): Fix CL typo.
18218 (easy-mmode-define-derived-mode): Improve the docstring generation.
18219
18220 2000-03-10 Gerd Moellmann <gerd@gnu.org>
18221
18222 * textmodes/texinfo.el (texinfo-version): Variable and function
18223 removed.
18224
18225 2000-03-09 Stefan Monnier <monnier@cs.yale.edu>
18226
18227 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
18228 allow more flexibility.
18229 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New fns.
18230 (easy-mmode-defmap, easy-mmode-defsyntax)
18231 (easy-mmode-define-derived-mode): New macros.
18232
18233 2000-03-09 Didier Verna <didier@xemacs.org>
18234
18235 * rect.el (replace-rectangle): New function.
18236
18237 2000-03-09 Dave Love <fx@gnu.org>
18238
18239 * progmodes/fortran.el (fortran-comment-line-start): Define as "C".
18240 (fortran-comment-line-start-skip): Don't match cpp stuff.
18241 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
18242 (fortran-mode-map): Remove over-eager custom-menu-create for now.
18243 (fortran-mode): Don't set fortran-comment-line-start-skip,
18244 fortran-comment-line-start here. Set comment-start,
18245 add-log-current-defun.
18246 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
18247 (fortran-current-defun): New function.
18248
18249 2000-03-09 Gerd Moellmann <gerd@gnu.org>
18250
18251 * emacs-lisp/re-builder.el: New file.
18252
18253 * mouse.el (mouse-drag-region): Don't run up-event handler
18254 if hscroll has changed.
18255
18256 * octave-mod.el (octave-font-lock-keywords): To font-lock the
18257 builtin operators, use `font-lock-builtin-face' for Emacs and
18258 `font-lock-preprocessor-face' otherwise.
18259
18260 * font-lock.el (lisp-font-lock-keywords-1): Highlight
18261 `(defun (setf foo)' differently.
18262
18263 2000-03-08 Stefan Monnier <monnier@cs.yale.edu>
18264
18265 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
18266 (regexp-opt): Update comment and adapt the code the new meaning of
18267 the `paren' argument of regex-opt-group for shy-groups.
18268 (regexp-opt-depth): Handle shy groups as well as backslashed
18269 backslashes.
18270 (regexp-opt-group): Turn the leading comment into a docstring.
18271 Allow `paren' to be a string (the string to use to open a group).
18272 Remove open-presuf and close-presuf. Instead of checking for `all
18273 one-char' and then later on check for `several one-char', handle
18274 both cases close together. Also apply a more generic algorithm
18275 for suffixes (the mirror image of the algorithm used for
18276 prefixes). Use shy-groups. Use nreverse rather than reverse.
18277 (regexp-opt-try-suffix): Removed.
18278
18279 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
18280 from comint-mode-map, so we can just inherit from it. Also, move
18281 the initialization into the `defvar' since there's no docstring
18282 anyway and it's fairly short.
18283 (inferior-scheme-mode): Define it as derived-mode: the code is
18284 shorter and this way we inherit from comint-mode-map rather than
18285 copying it.
18286
18287 * subr.el (replace-regexps-in-string): Properly handle the case
18288 where we match an empty string.
18289
18290 * comint.el (comint-exec-1): Add the current-dir to the exec-path
18291 when the command has a directory component (such as "./testml").
18292 Also fix a typo in the comment.
18293
18294 2000-03-08 Gerd Moellmann <gerd@gnu.org>
18295
18296 * Makefile (compile-files): Compile files one by one because
18297 that's the only way to ensure a clean compilation environment for
18298 each individual file.
18299
18300 * frame.el (other-frame): Call x-focus-frame.
18301
18302 2000-03-07 Dave Love <fx@gnu.org>
18303
18304 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
18305 :require to defcustom.
18306
18307 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads lists.
18308
18309 * files.el (auto-mode-alist): Add configure.in.
18310
18311 * progmodes/autoconf.el: New file.
18312
18313 2000-03-07 Gerd Moellmann <gerd@gnu.org>
18314
18315 * mail/mh-e.el: Change maintainer to `none'.
18316
18317 * recentf.el (recentf-keep-non-readable-files-p): Quote args
18318 to remove-hook and add-hook.
18319
18320 2000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
18321
18322 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
18323 it as the default.
18324 (mail-send): Test mail-send-nonascii also for the new `mime' value.
18325 (sendmail-send-it): Conditionally add MIME headers specifying the
18326 used character set.
18327
18328 2000-03-07 Dave Love <fx@gnu.org>
18329
18330 * winner.el: Fix keywords, autoload cookies.
18331 Split eval-when-compile form to avoid compilation failure.
18332
18333 2000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
18334
18335 * international/mule.el: Modify comment about coding system
18336 property `coding-category'.
18337 (make-coding-system): New argument EOL-TYPE. Pay attention to
18338 coding-category property of PROPERTIES.
18339
18340 * international/mule-conf.el (coding-category-utf-8)
18341 (coding-category-utf-16-be, coding-category-utf-16-le): New coding
18342 categories. Include them in the argument for set-coding-priority.
18343
18344 * international/mule-cmds.el (reset-language-environment):
18345 Include coding-category-utf-8, coding-category-utf-16-be, and
18346 coding-category-utf-16-le in the argument for set-coding-priority.
18347 (reset-language-environment): Initialize coding-category-utf-8,
18348 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
18349
18350 2000-03-06 Karl Fogel <kfogel@red-bean.com>
18351
18352 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
18353 code abstracted out of `bookmark-jump-noselect'. Now tries info
18354 extensions as well as compression extensions.
18355 (bookmark-jump-noselect): Use above new func.
18356
18357 2000-03-03 Gerd Moellmann <gerd@gnu.org>
18358
18359 * strokes.el: Change maintainer's mail address.
18360
18361 2000-03-03 Kenichi Handa <handa@etl.go.jp>
18362
18363 * international/mule-diag.el (list-character-sets): Make help-echo
18364 string by substitute-command-keys.
18365 (list-character-sets): Likewise.
18366 (sort-listed-character-sets): Call help-setup-xref.
18367
18368 2000-03-02 Gerd Moellmann <gerd@gnu.org>
18369
18370 * time.el (display-time-mail-file): Add `none' to the list of choices.
18371
18372 2000-03-01 Dave Love <fx@gnu.org>
18373
18374 * help.el (help-xref-go-back): Don't try to set position.
18375
18376 * international/mule-diag.el (list-character-sets):
18377 Call help-setup-xref. Add help-echo to xrefs.
18378 (list-character-sets-1): Add help-echo to xrefs.
18379
18380 2000-03-02 Gerd Moellmann <gerd@gnu.org>
18381
18382 * frame.el (blink-cursor-mode): Switch cursor on when turning
18383 the mode off.
18384
18385 * add-log.el (add-log-current-defun): Add support for
18386 Autoconf mode.
18387
18388 * mail/rmail.el (rmail-quit-hook): New variable.
18389
18390 2000-03-01 Dave Love <fx@gnu.org>
18391
18392 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
18393
18394 * help.el (help-xref-button): Add help-echo arg.
18395 (describe-function-1, describe-variable, help-make-xrefs): Use it.
18396
18397 * faces.el (list-faces-display): Supply help-echo with help-make-xrefs.
18398
18399 * facemenu.el (list-text-properties-at): Set help-xref-stack to nil.
18400
18401 2000-03-01 Gerd Moellmann <gerd@gnu.org>
18402
18403 * image.el (defimage): Look for image files in load-path.
18404
18405 * frame.el (busy-cursor-delay-seconds): Change type to `number'.
18406
18407 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
18408
18409 * recentf.el (recentf): Added version tag to the defgroup of recentf.
18410
18411 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
18412
18413 * recentf.el (recentf-cleanup): Changed to remove excluded file too.
18414 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
18415 action to select/unselect a file.
18416 (recentf-edit-list): Code cleanup and improvement.
18417 (recentf-open-more-files-action): `recentf-open-more-files' button
18418 widget action to open a file.
18419 (recentf-open-more-files): No more use standard completion but widgets.
18420 (recentf-more-collection): Deleted.
18421 (recentf-more-history): Deleted.
18422 (recentf-setup-more-completion): Deleted.
18423
18424 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
18425
18426 * recentf.el (recentf-mode): No more needs that Emacs is running
18427 under a window-system.
18428
18429 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
18430
18431 * recentf.el (recentf-edit-list): New command to edit the recent
18432 list which allow the user to remove files.
18433 (recentf-edit-selected-items): New global variable, used by
18434 `recentf-edit-list' to hold the list of files to be removed from
18435 the recent list.
18436 (recentf-make-menu-items): Updated to display a "Edit list..."
18437 menu item. Minor code cleanup.
18438
18439 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
18440
18441 * recentf.el (recentf-open-more-files): New command to open files
18442 that are not displayed in the menu.
18443 (recentf-more-collection): New global variable holding the set of
18444 permissible completions used by `recentf-open-more-files'.
18445 (recentf-more-history): New global variable holding the history list
18446 used by `recentf-open-more-files' completion.
18447 (recentf-setup-more-completion): New function to setup completion for
18448 `recentf-open-more-files'.
18449 (recentf-make-menu-items): Updated to display a "More..." menu item.
18450
18451 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
18452
18453 * recentf.el (recentf-menu-action): Doc fixed.
18454
18455 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
18456
18457 * recentf.el (recentf-menu-filter): Doc updated.
18458 (recentf-update-menu-hook): Allow menu filters to force menu update.
18459 (recentf-make-menu-items): New menu filter handling.
18460 (recentf-make-menu-item): New helper function.
18461 (recentf-menu-elements): New menu handling function.
18462 (recentf-sort-ascending): Updated to new menu filter handling.
18463 (recentf-sort-descending): Updated to new menu filter handling.
18464 (recentf-sort-basenames-ascending): New menu filter function.
18465 (recentf-sort-basenames-descending): New menu filter function.
18466 (recentf-show-basenames): New menu filter function.
18467 (recentf-show-basenames-ascending): New menu filter function.
18468 (recentf-show-basenames-descending): New menu filter function.
18469
18470 2000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
18471
18472 * diary-lib.el (list-diary-entries): Don't try to go forward at
18473 the end of the buffer.
18474
18475 2000-02-29 Kenichi Handa <handa@etl.go.jp>
18476
18477 * international/mule-diag.el (list-character-sets):
18478 Completely rewritten.
18479 (sort-listed-character-sets): New function.
18480 (list-character-sets-1): Completely rewritten.
18481 (list-character-sets-2): New function.
18482 (non-iso-charset-alist): New variable.
18483 (decode-codepage-char): New function.
18484 (charset-history): New variable.
18485 (read-charset) (list-block-of-chars)
18486 (list-iso-charset-chars)
18487 (list-non-iso-charset-chars)
18488 (list-charset-chars): New functions.
18489 (mule-diag): Call list-character-sets-2, not list-character-sets-2.
18490 (dump-charsets): Likewise.
18491
18492 2000-02-29 Gerd Moellmann <gerd@gnu.org>
18493
18494 * dired-x.el (dired-filename-at-point): Add `@' to valid
18495 file name characters.
18496 (dired-filename-at-point): Handle ange-ftp file names.
18497
18498 * frame.el (frame-notice-user-settings): Use assq-delete-all
18499 instead of assoc-delete-all.
18500 (frame-notice-user-settings): Ditto.
18501
18502 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
18503 Don't copy alist.
18504
18505 2000-02-28 Eli Barzilay <eli@cs.cornell.edu>
18506
18507 * calculator.el (calculator-use-menu): New option.
18508 (calculator-initial-bindings): Changed some bindings to work as macros.
18509 (calculator-forced-input): Removed.
18510 (calculator-restart-other-mode): New variable.
18511 (calculator-mode-map): Set up menu.
18512
18513 2000-02-28 Jari Aalto <jari.aalto@poboxes.com>
18514
18515 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc tags.
18516
18517 2000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
18518
18519 * viper-cmd.el (viper-envelop-ESC-key): Add the option to
18520 translate all ESC key sequences.
18521 (viper-goto-mark-subr): Restore markers for files for which
18522 they were saved.
18523 * viper-init.el (viper-translate-all-ESC-keysequences): New variable.
18524 * viper-util.el (viper-set-replace-overlay-glyphs)
18525 (viper-set-replace-overlay): Always check if the replacement
18526 overlay is live.
18527 * viper.el (viper-vi-state-mode-list): Add major modes.
18528 * ediff-wind.el: Minor comment changes.
18529 * ediff.el: Copyright notice date fix.
18530
18531 2000-02-27 Jason Rumney <jasonr@gnu.org>
18532
18533 * faces.el (face-font-family-alternatives): Add arial to helv.
18534 (mode-line, header-line, tool-bar): Same default as x for w32.
18535 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
18536 face-font-family-alternatives from working.
18537 * term/w32-win.el (mouse-set-font): Do not build fontset from
18538 chosen font.
18539
18540 2000-02-25 Sam Steingold <sds@goems.com>
18541
18542 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
18543 properly.
18544
18545 2000-02-25 Richard M. Stallman <rms@gnu.org>
18546
18547 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
18548
18549 2000-02-25 Gerd Moellmann <gerd@gnu.org>
18550
18551 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer writable.
18552
18553 * frame.el (busy-cursor-delay-seconds): New option.
18554
18555 2000-02-24 Gerd Moellmann <gerd@gnu.org>
18556
18557 * frame.el (show-cursor-in-non-selected-windows): New option.
18558
18559 2000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
18560
18561 * diary-lib.el (include-other-diary-files): Undo the selective
18562 display in any included file and don't kill it.
18563
18564 2000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
18565
18566 * dired.el (dired-mode-map): Don't remove "Edit" from the menu bar.
18567 Menu items converted to (menu-item format, help strings added.
18568 [downcase, upcase]: Don't enable on MS-DOS.
18569 [symlink, symlinks]: Don't show if make-symbolic-link is not bound.
18570 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
18571
18572 2000-02-23 Dave Love <fx@gnu.org>
18573
18574 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
18575 (backward-kill-word): Revert addition of * to interactive spec --
18576 it's a feature.
18577
18578 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
18579 (backward-kill-sentence, kill-sentence): Likewise.
18580
18581 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
18582 scratch buffer name.
18583 (gud-format-command): Use int-to-string in ?l case. Simplify slightly.
18584
18585 * term/w32-win.el (internal-face-interactive): Update prompt for
18586 new read-face-name.
18587
18588 * mail/footnote.el (footnote): Add :version to defgroup.
18589 (footnote-section-tag-regexp): Customize.
18590 (footnote-start-tag, footnote-end-tag): New option.
18591 (footnote-latin-regexp): New variable.
18592 (Footnote-latin): New function.
18593 (footnote-style-alist): Add element for latin style.
18594 (footnote-style): Moved.
18595 (Footnote-goto-footnote): Use eq to test arg.
18596
18597 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
18598
18599 * emacs-lisp/byte-opt.el: Change old backquote syntax.
18600 (byte-compile-trueconstp): Include keywords.
18601 (byte-optimize-quote, byte-optimize-lapcode):
18602 Use byte-compile-const-symbol-p.
18603 (byte-optimize-char-before): New optimization.
18604
18605 * emacs-lisp/bytecomp.el: Change old backquote syntax.
18606 (byte-compile-const-symbol-p): New function.
18607 (byte-compile-constp, byte-compile-out-toplevel)
18608 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
18609 Use it.
18610
18611 * subr.el (define-key-after): Default AFTER to t. Doc fix.
18612
18613 2000-02-23 Kenichi Handa <handa@etl.go.jp>
18614
18615 * international/encoded-kb.el: Be sure to update minor-mode-alist
18616 and minor-mode-map-alist.
18617 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
18618 codes SS2 and SS3 correctly.
18619 (encoded-kbd-self-insert-ccl): New function.
18620 (encoded-kbd-setup-keymap): New function.
18621 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
18622 by calling encoded-kbd-setup-keymap.
18623
18624 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte characters.
18625 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t locally.
18626
18627 2000-02-22 Dave Love <fx@gnu.org>
18628
18629 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
18630 (lisp-mode-map, lisp-interaction-mode-map): Define all inside defvar.
18631 (lisp-mode-syntax-table): Set up for #|...|# comments.
18632 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
18633 classes. Match `defface'.
18634 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
18635 (eval-defun-1): Fix for defcustom.
18636 (lisp-indent-region): Doc fix.
18637
18638 * subr.el (when, unless, split-string): Doc fix.
18639 (read-passwd): Move call of clear-this-command-keys to the right place.
18640 (replace-regexps-in-string): New function.
18641
18642 2000-02-22 Gerd Moellmann <gerd@gnu.org>
18643
18644 * help.el (describe-variable): Set syntax table to
18645 emacs-lisp-mode-syntax-table when moving forward over the
18646 symbol's name.
18647
18648 2000-02-22 Dave Love <fx@gnu.org>
18649
18650 * xt-mouse.el: Doc fixes.
18651 (xterm-mouse-position-function): New function, replacing advice of
18652 mouse-position.
18653 (xterm-mouse-mode): Use it. Don't turn on under a window system.
18654
18655 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
18656
18657 2000-02-21 Gerd Moellmann <gerd@gnu.org>
18658
18659 * format.el (format-annotate-single-property-change):
18660 Handle properties.with dotted-list values.
18661 (format-proper-list-p): New function.
18662
18663 * enriched.el (enriched-face-ans): Handle '(foreground-color
18664 . COLOR) and (background-color . COLOR).
18665
18666 2000-02-20 Dave Love <fx@gnu.org>
18667
18668 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
18669 and assignments to it.
18670 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
18671 current local map.
18672 (make-flyspell-overlay): Use it.
18673 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
18674
18675 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
18676 (lm-get-header-re): Defun, not defsubst.
18677 (lm-get-package-name): Defun, not defsubst. Simplify.
18678 (lm-version): Doc fix. Simplify.
18679 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
18680 (lm-crack-address, lm-last-modified-date, lm-commentary)
18681 (lm-verify, lm-synopsis): Simplify.
18682 (lm-report-bug): Require emacsbug. Use compose-mail.
18683
18684 2000-02-20 Gerd Moellmann <gerd@gnu.org>
18685
18686 * dired.el (dired-mode): Call propertized-buffer-identification
18687 to set mode-line-buffer-identification to something having
18688 the right text properties.
18689
18690 * bindings.el (propertized-buffer-identification): New function.
18691
18692 2000-02-20 Dave Love <fx@gnu.org>
18693
18694 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
18695 check for t-mouse too.
18696
18697 * cus-start.el: Make echo-keystrokes `number'.
18698
18699 2000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
18700
18701 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
18702 Don't call ring-empty-p unless tags-location-ring is bound.
18703 From Noah Friedman <friedman@splode.com>.
18704
18705 2000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
18706
18707 * progmodes/hideshow.el (hs-flag-region): No longer use
18708 `intangible' overlay property.
18709
18710 (hs-toggle-hiding): New command.
18711 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
18712
18713 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
18714 Fix omission bug: Run `hs-minor-mode-hook' for both activation
18715 and deactivation.
18716
18717 2000-02-18 Gerd Moellmann <gerd@gnu.org>
18718
18719 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
18720
18721 2000-02-17 Gerd Moellmann <gerd@gnu.org>
18722
18723 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
18724
18725 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
18726 of `*' to handle `(* ... *)' comments.
18727
18728 2000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
18729
18730 * faces.el (list-faces-display): Use display-mouse-p instead of
18731 window-system.
18732
18733 * menu-bar.el (global-map): Menu-bar items converted to the new
18734 format (menu-item..., rearranged for better CUA compliance, and
18735 their names changed for better clarity. Help strings added.
18736
18737 * international/mule-cmds.el (mule-menu-keymap)
18738 (describe-language-environment-map, set-coding-system-map)
18739 (setup-language-environment-map): Convert to new (menu-item...
18740 form, add help strings. Change names of menu items for better clarity.
18741 "Mule" menu-bar item removed (it's now in the "Options" submenu).
18742
18743 2000-02-17 Gerd Moellmann <gerd@gnu.org>
18744
18745 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
18746 within the code.
18747
18748 2000-02-16 Dave Love <fx@gnu.org>
18749
18750 * faces.el: Don't require custom. Add more specific :groups to
18751 various deffaces.
18752 (set-face-attribute): Purecopy args.
18753 (read-face-name): Default to name at point and use it in prompt.
18754 Remove colon from arg in all callers.
18755 (list-faces-display): Hyperlink to face descriptions and customize
18756 buffers.
18757
18758 2000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
18759
18760 * wid-edit.el (widget-match-inline): An atom never matches a list.
18761
18762 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
18763
18764 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
18765 at ':' characters by call to split-string.
18766
18767 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
18768
18769 * textmodes/bibtex.el: Added RCS version identification.
18770
18771 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
18772
18773 * textmodes/bibtex.el: Some temporary comments removed.
18774 (bibtex-field-name, bibtex-entry-type): Made the relationship explicit.
18775 (bibtex-field-const): Allow capital letters.
18776 (bibtex-start-of-string): Deleted because unused.
18777
18778 * textmodes/bibtex.el: Unified some nomenclature. We no longer
18779 use the term 'reference' to describe a bibtex entry as a whole.
18780 Further, reference keys are no longer called 'labels'.
18781 (bibtex-keys): Renamed to bibtex-reference-keys.
18782 (bibtex-reformat-previous-labels): Renamed to
18783 bibtex-reformat-previous-reference-keys.
18784 (bibtex-reference-type): Renamed to bibtex-entry-type.
18785 (bibtex-reference-head): Renamed to bibtex-entry-head.
18786 (bibtex-reference-maybe-empty-head): Renamed to
18787 bibtex-entry-maybe-empty-head.
18788 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
18789 (bibtex-search-reference): Renamed to bibtex-search-entry.
18790 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
18791 bibtex-enclosing-entry-maybe-empty-head.
18792 (bibtex-entry-field-alist, bibtex-entry-head)
18793 (bibtex-font-lock-keywords, bibtex-skip-to-valid-entry)
18794 (bibtex-map-entries, bibtex-search-entry)
18795 (bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry)
18796 (bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode)
18797 (bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message)
18798 (bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer)
18799 (bibtex-find-entry-location, bibtex-validate, bibtex-find-text)
18800 (bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat)
18801 (bibtex-complete-key, bibtex-String) : Use the new nomenclature.
18802
18803 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
18804
18805 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
18806 comment.
18807 (bibtex-format-field-delimiters): New function, functionality
18808 extracted from bibtex-format-entry.
18809 (bibtex-autokey-get-yearfield-digits): New function, functionality
18810 extracted from bibtex-autokey-get-yearfield.
18811
18812 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
18813 entries in order to avoid stack overflow in the regexp matcher if
18814 field contents become large.
18815 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield)
18816 (bibtex-field-string-part-not-braced)
18817 (bibtex-field-string-part-no-inner-braces)
18818 (bibtex-field-string-part-1-inner-brace)
18819 (bibtex-field-string-part-2-inner-braces)
18820 (bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced)
18821 (bibtex-field-string-quoted, bibtex-field-string)
18822 (bibtex-field-string-or-const, bibtex-field-text, bibtex-field)
18823 (bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix)
18824 (bibtex-string, bibtex-key-in-string, bibtex-text-in-string):
18825 Deleted as parsing is now performed by the following functions.
18826 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced)
18827 (bibtex-parse-quoted-string, bibtex-parse-field-string-quoted)
18828 (bibtex-parse-field-string, bibtex-search-forward-field-string)
18829 (bibtex-parse-association, bibtex-field-name-for-parsing)
18830 (bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field)
18831 (bibtex-search-forward-field, bibtex-search-backward-field)
18832 (bibtex-start-of-field, bibtex-end-of-field)
18833 (bibtex-start-of-name-in-field, bibtex-end-of-name-in-field)
18834 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
18835 (bibtex-parse-string-prefix, bibtex-parse-string-postfix)
18836 (bibtex-parse-string, bibtex-search-forward-string)
18837 (bibtex-search-backward-string, bibtex-start-of-string)
18838 (bibtex-end-of-string, bibtex-start-of-reference-key-in-string)
18839 (bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string)
18840 (bibtex-end-of-text-in-string): New functions for the parsing of bibtex
18841 entries. Instead of reporting the results of the parsing by
18842 match-beginning or match-end, these functions return data structures
18843 that hold the corresponding positions.
18844 (bibtex-enclosing-field): Changed to also report field boundaries by
18845 return values rather than by match-beginning or match-end.
18846 The following functions have been adapted to use the new
18847 parsing functions.
18848 (bibtex-skip-to-valid-entry, bibtex-search-reference)
18849 (bibtex-enclosing-field, bibtex-format-entry)
18850 (bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring)
18851 (bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode)
18852 (bibtex-print-help-message, bibtex-end-of-entry)
18853 (bibtex-ispell-abstract, bibtex-validate, bibtex-next-field)
18854 (bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
18855 (bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry):
18856 Use the new method for parsing.
18857 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry)
18858 (bibtex-map-entries, bibtex-flash-head)
18859 (bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry)
18860 (bibtex-autokey-change, bibtex-autokey-get-namefield)
18861 (bibtex-autokey-get-names, bibtex-autokey-get-titlestring)
18862 (bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode)
18863 (bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer)
18864 (bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
18865 (bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
18866 order to make the new binding of case-fold-search immediately visible.
18867
18868 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
18869
18870 * textmodes/bibtex.el: Copyright notice is up to date.
18871 Added constant 'bibtex-maintainer-salutation.
18872
18873 * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather
18874 than make-temp-name, use match-string-no-properties and eliminate
18875 a quadratic behavior when building bibtex-strings.
18876
18877 * bibtex.el (bibtex-reference-key): Accept string entries whose
18878 reference key contains upper case letters.
18879
18880 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
18881
18882 * bibtex.el (bibtex-reference-head): Allow entries to start with
18883 a new line.
18884
18885 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
18886
18887 * bibtex.el: Hiding of entry bodies is not longer provided by
18888 bibtex.el directly. Instead the hideshow package can be used.
18889 Added a special bibtex entry to hs-special-modes-alist.
18890 (bibtex-hs-forward-sexp): Added for hideshow.el.
18891
18892 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
18893
18894 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
18895 proceedings entry type (for cross referencing). Thanks to Wagner
18896 Toledo Correa for the suggestion.
18897
18898 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
18899
18900 2000-02-14 Kenichi Handa <handa@etl.go.jp>
18901
18902 * international/characters.el: Setup case table for Vietnamese.
18903
18904 2000-02-12 Gerd Moellmann <gerd@gnu.org>
18905
18906 * uniquify.el (toplevel): Require CL at compile time.
18907 (uniquify-push): Removed.
18908
18909 * shadowfile.el (shadow-when): Removed.
18910
18911 * tempo.el (tempo-dolist, tempo-mapc): Removed.
18912 (tempo-process-and-insert-string): Use dolist instead of tempo-dolist.
18913
18914 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
18915 regexp for paragraph-start.
18916
18917 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
18918 commas as well.
18919
18920 2000-02-10 Dave Love <fx@gnu.org>
18921
18922 * wid-edit.el: (widgets) [defgroup]: Remove url link.
18923 (widget-color-choice-list, widget-color-history, widget-mouse-help):
18924 Deleted.
18925 (widget-specify-field, widget-specify-button): Don't use
18926 widget-mouse-help as help-echo property.
18927 (default): Use #'ignore for :validate and :mouse-down-action.
18928 (checkbox): Add help-echo.
18929 (widget-sexp-validate): Rewritten to clarify error messages.
18930 (character): Use char-valid-p in :match function.
18931 (widget-color-complete): Use facemenu-color-alist.
18932 (widget-color-action): Use facemenu-read-color.
18933
18934 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
18935 set up `caar' &c that we now have.
18936
18937 2000-02-09 Ray Blaak <blaak@gnu.org>
18938
18939 * delphi.el: Make resourcestring a declaration region, like const
18940 and var.
18941
18942 2000-02-09 Dave Love <fx@gnu.org>
18943
18944 * bindings.el (mode-line-input-method-map): New variable.
18945 (mode-line-mule-info): Use it; fix last change.
18946 (mode-line-mode-menu): Move definition.
18947 (mode-line-mouse-sensitive-p): Deleted.
18948 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
18949 (make-mode-line-mouse-sensitive): Deleted. Body moved to top level.
18950
18951 * startup.el (command-line-1): Don't call
18952 make-mode-line-mouse-sensitive.
18953
18954 2000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
18955
18956 * mail/rmail.el (rmail-retry-failure): Use rmail-beginning-of-message
18957 before rmail-toggle-header, because the former toggles headers.
18958
18959 2000-02-06 Stefan Monnier <monnier@cs.yale.edu>
18960
18961 * diff-mode.el (diff-kill-junk): New interactive function.
18962 (diff-reverse-direction): Use delete-and-extract-region.
18963 (diff-post-command-hook): Restrict the area so that the hook also works
18964 outside of any diff hunk. This is necessary for the minor-mode.
18965 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
18966 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
18967
18968 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
18969 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
18970 so that it can be used more easily in <foo>-mode-hook. Also make sure
18971 to avoid duplicate entries.
18972 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
18973 (font-lock-remove-keywords): Just as was done for `add', allow it to
18974 work even if font-lock-mode is nil. Also make sure we don't modify
18975 any pre-existing list by forcing a copy-sequence. Finally rename
18976 `major-mode' to `mode'.
18977 (font-lock-fontify-syntactic-anchored-keywords)
18978 (font-lock-fontify-anchored-keywords)
18979 (font-lock-fontify-keywords-region): Use line-end-position.
18980 Don't make `font-lock-multiline' local (it's now done in
18981 font-lock-set-defaults).
18982 (font-lock-set-defaults): Make `font-lock-multiline' local.
18983 Move the `font-lock-fontified' creation to inside the `unless'.
18984
18985 2000-02-06 Andrew Innes <andrewi@gnu.org>
18986
18987 * term/w32-win.el (x-handle-args): Comment out call to message,
18988 which occurs before window system is initialized.
18989
18990 * makefile.nt: Add support for recompiling lisp code.
18991
18992 2000-02-04 Dave Love <fx@gnu.org>
18993
18994 * bindings.el (mode-line-mule-info): Fix/extend last change.
18995
18996 * completion.el: Replace completion-dolist with dolist.
18997
18998 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist, dotimes.
18999
19000 2000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
19001
19002 * textmodes/reftex.el (reftex-compile-variables): Regexp-quote the
19003 environment names before they go into the section regexp.
19004
19005 * textmodes/reftex-global.el (reftex-change-label): Add `A-Z' to
19006 char class in regexp.
19007
19008 * textmodes/reftex-parse.el (reftex-with-special-syntax):
19009 Bind `case-fold-search' to nil.
19010
19011 * progmodes/idlwave.el (idlwave-template):
19012 Respect `idlwave-abbrev-change-case'.
19013 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for)
19014 (idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat)
19015 (idlwave-while): Respect `idlwave-reserved-word-upcase'.
19016 (idlwave-rw-case): New function.
19017 (idlwave-statement-match): Fixed problem with assignment regexp.
19018 (idlwave-font-lock-keywords): Improved regexp for keyword parameters.
19019 (idlwave-surround): New argument LENGTH to support padding of
19020 operators longer than 1 char.
19021
19022 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
19023 idlwave-shell-expression-overlay. Implemented printing of
19024 expressions on higher levels of the calling stack.
19025 (idlwave-shell-display-level-in-calling-stack): Restore stack level.
19026 (idlwave-retrieve-expression-from-level): New function.
19027 (idlwave-shell-last-calling-stack): Variable removed.
19028 (idlwave-shell-reset): Argument action reversed (`visible' to
19029 `hidden'). Also remove stop-line overlay.
19030 (idlwave-shell-calling-stack-routine): New variable.
19031 (idlwave-shell-parse-stack-and-display): Messages now display
19032 negative level numbers.
19033 (idlwave-shell-mode): Set `modeline-format'.
19034 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
19035 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs 21.
19036 (idlwave-shell-print-expression-function): New option.
19037
19038 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere)
19039 (idlwave-toolbar-remove-everywhere): Keybindings prefix is now
19040 `tool-bar' instead of `toolbar'.
19041
19042 2000-02-02 Dave Love <fx@gnu.org>
19043
19044 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
19045 emacs-lisp-mode-hook. Don't check for defalias being defined.
19046
19047 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
19048 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions.
19049 Use the new builtins directly.
19050
19051 * whitespace.el (whitespace): Add :version to defgroup.
19052
19053 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
19054 Doc fix.
19055
19056 * thingatpt.el (sexp-at-point, symbol-at-point)
19057 (number-at-point, list-at-point): Add autoload cookie.
19058
19059 * recentf.el (recentf): Add :version to defgroup.
19060
19061 * quickurl.el (quickurl): Add :version to defgroup.
19062
19063 * elide-head.el (elide-head): Use point-marker more.
19064
19065 * bs.el (bs): Add :version to defgroup.
19066
19067 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
19068
19069 * progmodes/delphi.el (delphi): Add :version to defgroup.
19070
19071 2000-02-02 Gerd Moellmann <gerd@gnu.org>
19072
19073 * ange-ftp.el (ange-ftp-write-region): Handle case that
19074 succeeding process operation sets a different coding system.
19075
19076 * calculator.el: New file.
19077
19078 2000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
19079
19080 * frame.el (frames-on-display-list, framep-on-display): New functions.
19081 (display-mouse-p, display-popup-menus-p, display-graphic-p)
19082 (display-selections-p, display-screens, display-pixel-width)
19083 (display-pixel-height, display-mm-width, display-mm-height)
19084 (display-backing-store, display-save-under, display-planes)
19085 (display-color-cells, display-visual-class): New functions.
19086
19087 * term/tty-colors.el (tty-color-gray-shades): New function.
19088
19089 * faces.el (display-color-p): Use framep-on-display.
19090 (display-grayscale-p): New function.
19091
19092 2000-01-31 Dave Love <fx@gnu.org>
19093
19094 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
19095 (create-fontset-from-x-resource): Don't concat integers.
19096
19097 2000-01-31 Inge Frick <inge@nada.kth.se>
19098
19099 * view.el: Some changes in documentation. Removed some trailing
19100 whitespace. Changed some parameter names to agree with documentation.
19101 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
19102 window is not deleted. Modifies change 1998-04-26.
19103
19104 2000-01-31 Gerd Moellmann <gerd@gnu.org>
19105
19106 * windmove.el: New file.
19107
19108 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
19109 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
19110 progmodes/ebnf-yac.el: Update copyright and license info.
19111
19112 * jit-lock.el (jit-lock-function): Widen before calculating
19113 end position.
19114 (jit-lock-stealth-chunk-start): Rewritten.
19115
19116 * info.el (Info-title-face-alist): Removed.
19117 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New faces.
19118 (Info-fontify-node): Use these faces.
19119
19120 2000-01-30 Gerd Moellmann <gerd@gnu.org>
19121
19122 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
19123 (cl-macro-list1): Recognize `&allow-other-keys' instead of
19124 `&allow-other-keywords'.
19125
19126 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
19127 the list of directories scanned heuristically.
19128
19129 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to exist.
19130
19131 2000-01-30 Jason Rumney <jasonr@gnu.org>
19132
19133 * w32-fns.el: Define w32-tty-standard-colors.
19134
19135 * startup.el (command-line): Use w32-tty-standard-colors when in
19136 w32 console mode.
19137
19138 2000-01-30 Dave Love <fx@gnu.org>
19139
19140 * jka-compr.el (jka-compr-load): Fix up load-history.
19141
19142 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
19143
19144 * emacs-lisp/cl-macs.el: Revert previous change.
19145
19146 2000-01-29 Dave Love <fx@gnu.org>
19147
19148 * facemenu.el: Purecopy various strings.
19149
19150 * timezone.el (timezone-fix-time): Window against 69 for two-digit
19151 years. Deal with three-digit years.
19152
19153 * help.el (help-xref-symbol-regexp, help-xref-info-regexp):
19154 Use defconst, purecopy.
19155 (help-back-label): Purecopy it.
19156
19157 2000-01-18 Gerd Moellmann <gerd@gnu.org>
19158
19159 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
19160 variable. If non-nil, order the buffer list according to the
19161 currently selected frame.
19162 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
19163 non-nil, pass the selected frame to function buffer-list.
19164
19165 2000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
19166
19167 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
19168
19169 2000-01-28 Dave Love <fx@gnu.org>
19170
19171 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
19172
19173 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
19174 Don't use lisp-indent-hook property.
19175 (cl-abs): Remove.
19176
19177 * subr.el: Move out indent and edebug specs for when and unless.
19178
19179 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
19180 when, unless.
19181
19182 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
19183 unless, when.
19184
19185 2000-01-28 Gerd Moellmann <gerd@gnu.org>
19186
19187 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
19188 `collecting' as synonym for `collect'.
19189
19190 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
19191 for the case it contains spaces.
19192
19193 * simple.el (what-cursor-position): Change formatting of messages.
19194
19195 * frame.el (delete-other-frames): New function.
19196 (toplevel): Bind it to C-x 5 1.
19197
19198 * sort.el (sort-numeric-base): New option.
19199 (sort-numeric-fields): If number starts with `0' or `0[xX[',
19200 interpret it as octal or hexadecimal. Use sort-numeric-base
19201 as default base.
19202
19203 * progmodes/glasses.el: New file.
19204
19205 2000-01-27 Gerd Moellmann <gerd@gnu.org>
19206
19207 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
19208 userids differently.
19209
19210 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
19211 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
19212 progmodes/ebnf-yac.el: New files.
19213
19214 2000-01-26 Dave Love <fx@gnu.org>
19215
19216 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
19217 on a function with an empty body. [From Eric Ludlam.]
19218
19219 2000-01-25 Andre Spiegel <spiegel@gnu.org>
19220
19221 * vc.el (vc-version-diff): Make sure file name is expanded.
19222
19223 2000-01-25 Gerd Moellmann <gerd@gnu.org>
19224
19225 * scroll-bar.el (scroll-bar-timer): Variable removed.
19226 (scroll-bar-toolkit-scroll): Don't use a timer.
19227
19228 2000-01-25 Kenichi Handa <handa@etl.go.jp>
19229
19230 * language/thai-util.el (thai-composition-function):
19231 Delete superfluous `a'.
19232
19233 2000-01-24 Dave Love <fx@gnu.org>
19234
19235 * fortran.el (fortran-mode): Use beginning-of-defun-function,
19236 end-of-defun-function.
19237
19238 * font-lock.el (turn-on-font-lock): Don't depend on window-system &c.
19239
19240 2000-01-22 Jason Rumney <jasonr@gnu.org>
19241
19242 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
19243 conflicts with new face support.
19244
19245 2000-01-22 Richard M. Stallman <rms@gnu.org>
19246
19247 * replace.el (query-replace): Rename last arg to DELIMITED.
19248 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
19249 (query-replace-regexp): Likewise.
19250
19251 2000-01-20 Richard M. Stallman <rms@gnu.org>
19252
19253 * subr.el (with-syntax-table): Use make-symbol, not gensym.
19254
19255 * emacs-lisp/lisp.el (beginning-of-defun-function):
19256 Variable renamed from beginning-of-defun.
19257 Do not call make-variable-buffer-local.
19258 (beginning-of-defun-raw): Use new variable name; doc fix.
19259 (beginning-of-defun): Doc fix.
19260 (end-of-defun-function): Variable renamed from end-of-defun.
19261 Do not call make-variable-buffer-local.
19262 (end-of-defun): Use new variable name; doc fix.
19263
19264 * subr.el (dolist, dotimes): Copied from cl-macs.el
19265 and made to work.
19266
19267 * mail/undigest.el (rmail-digest-end-regexps):
19268 Variable replaces rmail-digest-end-regexp.
19269 Allows multiple regexps for detecting the end line.
19270 (undigestify-rmail-message): Corresponding changes.
19271
19272 2000-01-19 Dave Love <fx@gnu.org>
19273
19274 * files.el (user-init-file): Don't declare here -- is primitive.
19275
19276 * startup.el (command-line): Check for compiled user-init-file and
19277 set to uncompiled version if necessary.
19278
19279 2000-01-18 Gerd Moellmann <gerd@gnu.org>
19280
19281 * mail/undigest.el (rmail-digest-end-regexp): New user option.
19282 (undigestify-rmail-message): Use it.
19283
19284 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
19285
19286 2000-01-17 Gerd Moellmann <gerd@gnu.org>
19287
19288 * tmm.el (tmm-goto-completions): Adapt to prompt being part
19289 of mini-buffer.
19290
19291 2000-01-14 Gerd Moellmann <gerd@gnu.org>
19292
19293 * emacs-lisp/copyright.el (copyright-update): Removed the
19294 requirement for a trailing space from `copyright-regexp', to
19295 support copyrights with owner specified on a separate line..
19296
19297 * align.el: New file.
19298
19299 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
19300
19301 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
19302
19303 2000-01-13 Dave Love <fx@gnu.org>
19304
19305 * ph.el: Removed. (Obsoleted by EUDC.)
19306
19307 2000-01-13 Gerd Moellmann <gerd@gnu.org>
19308
19309 * net/eudc.el (toplevel): Remove autoloaded code installing
19310 menu with easymenu, because that causes build problems.
19311
19312 * frame.el (frame-notice-user-settings): New variable.
19313 (frame-notice-user-settings): Don't modify frame parameters
19314 if called a second time.
19315
19316 2000-01-13 Richard M. Stallman <rms@gnu.org>
19317
19318 * frame.el (frame-notice-user-settings):
19319 Notice default-frame-parameters even for non-window frames.
19320
19321 2000-01-13 Gerd Moellmann <gerd@gnu.org>
19322
19323 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
19324 for Emacs.
19325 (eudc-bob-can-display-inline-images): Extend for Emacs.
19326 (eudc-bob-toggle-inline-display): Ditto.
19327 (eudc-bob-display-jpeg): Ditto.
19328
19329 2000-01-12 Gerd Moellmann <gerd@gnu.org>
19330
19331 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
19332 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
19333 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
19334
19335 * add-log.el (add-change-log-entry): Fix error trying an
19336 `(insert nil)'.
19337
19338 * subdirs.el: Add `net' directory.
19339
19340 * net: New directory.
19341
19342 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
19343 eval-last-sexp. Don't bind debug-on-error here.
19344 (eval-last-sexp): New function. Bind debug-on-error if
19345 eval-expression-debug-on-error is non-nil.
19346 (eval-defun-2, eval-defun): Likewise.
19347
19348 * simple.el (eval-expression): Don't bind debug-on-error if
19349 eval-expression-debug-on-error is nil. Detect changed
19350 debug-on-error, and propagate new value to global binding, if
19351 eval-expression-debug-on-error is non-nil,
19352 (eval-expression-debug-on-error): Change doc string.
19353
19354 2000-01-11 Richard M. Stallman <rms@gnu.org>
19355
19356 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
19357
19358 * emacs-lisp/lisp-mode.el (with-syntax-table):
19359 Set up lisp-indent-function property.
19360
19361 * subr.el (with-syntax-table): Moved from simple.el.
19362
19363 * simple.el (with-syntax-table): Moved to subr.el.
19364
19365 2000-01-11 Gerd Moellmann <gerd@gnu.org>
19366
19367 * tmm.el (tmm-shortcut): Delete region after prompt instead
19368 of erasing buffer.
19369
19370 * textmodes/fill.el (fill-common-string-prefix): New function.
19371 (fill-context-prefix): Use the longest common prefix of first
19372 and second line fill prefix, if there is one.
19373
19374 2000-01-11 Richard M. Stallman <rms@gnu.org>
19375
19376 * array.el (array-mode): Don't use make-variable-buffer-local.
19377 Use make-local-variable for `truncate-lines'.
19378
19379 2000-01-11 Jari Aalto <jari.aalto@poboxes.com>
19380
19381 * add-log.el (add-log-current-defun): Handle user-defined
19382 add-log-current-function returning nil,
19383
19384 * add-log.el (add-change-log-entry): Insert version number
19385 if having found a current function
19386
19387 * add-log.el (add-log-current-defun):
19388 Call `add-log-current-defun-function'. Try matches at level 0 and
19389 level 1. Strip whitespace from defun found.
19390
19391 2000-01-10 John Wiegley <johnw@gnu.org>
19392
19393 * allout.el (isearch-done/outline-provisions): Added `edit'
19394 argument to correspond with the current definition of `isearch-done'.
19395
19396 2000-01-10 Dave Love <fx@gnu.org>
19397
19398 * elide-head.el (elide-head): Use point-marker, not point.
19399
19400 2000-01-10 Gerd Moellmann <gerd@gnu.org>
19401
19402 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
19403 before and after the year 2000.
19404
19405 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
19406 Add ispell- prefix.
19407
19408 2000-01-10 Ken Stevens <k.stevens@ieee.org>
19409
19410 * ispell.el: Only define dictionaries in menus when they exist.
19411 (version18p): New variable.
19412 (version20p): New variable.
19413 (xemacsp): New variable.
19414 (ispell-choices-win-default-height): Fix for XEmacs visibility.
19415 (ispell-dictionary-alist1): Added Brasileiro dictionary.
19416 (ispell-dictionary-alist6): Russian command lines no longer accept
19417 run-together words.
19418 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
19419 (ispell-dictionary-alist): Add koi8-r to customize definition.
19420 (check-ispell-version): Added documentation string. Return library
19421 path when called non-interactively.
19422 (ispell-menu-map-needed): Uses new variables.
19423 (ispell-library-path): New variable.
19424 (ispell-decode-string): XEmacs fix for bogus variable bindings.
19425 (ispell-word): Improved documentation string. Test for valid
19426 character mappings. Correctly check typed in word changes that can
19427 result in single words split into multiple words.
19428 Return replacement word.
19429 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
19430 replace in recursive query replace mode. Help message for
19431 recursive edit mode.
19432 (ispell-show-choices): Protect against bad framepop bindings.
19433 (ispell-help): Fix to work with XEmacs.
19434 (ispell-highlight-spelling-error): Use new variables.
19435 (ispell-overlay-window): Fix to work with XEmacs.
19436 (ispell-parse-output): Passed and returns location information
19437 tracking spelling corrections. Doesn't recheck same word on
19438 current line.
19439 (ispell-init-process): Protect against bogus XEmacs variable binding.
19440 Fix call to single argument in sleep-for. Use new variables.
19441 (ispell-region): Passed and returns location information tracking
19442 spelling corrections. Doesn't check same word on current line.
19443 Improved documentation string. Doesn't resend a line already
19444 checked to the ispell process - fixes bug in LaTeX parsing.
19445 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
19446 (ispell-skip-region): No longer skips <TT> in SGML.
19447 (ispell-process-line): Tracks location information with spelling
19448 corrections. Added documentation string. Accounts for words
19449 already accepted on this line. Don't allow query-replace on line
19450 starting with math characters. Doesn't resend a line already sent
19451 to ispell process. Fixes alignment error bug.
19452
19453 2000-01-10 Richard M. Stallman <rms@gnu.org>
19454
19455 * dired-x.el (dired-guess-shell-alist-default):
19456 Suggest xloadimage, which is free, not xv, which isn't.
19457
19458 * ange-ftp.el (ange-ftp-file-name-nondirectory):
19459 Don't ever include the host name or user name in the value.
19460
19461 2000-01-09 Gerd Moellmann <gerd@gnu.org>
19462
19463 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
19464 of a real newline.
19465
19466 2000-01-09 Stephen Eglen <stephen@gnu.org>
19467
19468 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
19469 for .png files.
19470
19471 2000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
19472
19473 * cus-edit.el (custom-hook-convert-widget): Fix comment.
19474
19475 2000-01-09 Gerd Moellmann <gerd@gnu.org>
19476
19477 * progmodes/cperl-mode.el: Replace ^F with ^L.
19478
19479 * sendmail.el (toplevel): Provide `sendmail' when compiling before
19480 `require'ing rmail and mailalias to prevent infinite recursion.
19481
19482 2000-01-08 Dave Love <fx@gnu.org>
19483
19484 * emacs-lisp/backquote.el: Remove inappropriate customization
19485 (allowing custom.el to use backquote).
19486
19487 2000-01-07 Dave Love <fx@gnu.org>
19488
19489 * add-log.el (add-log-debugging): Deleted.
19490 (add-change-log-entry): Treat a backup FILE-NAME as its parent
19491 file. Remove debugging code.
19492 (change-log-get-method-definition, change-log-name): Add doc.
19493 (change-log-sortable-date-at): New function.
19494 (change-log-merge): New command.
19495
19496 * time.el (display-time-string-forms): Make the Mail string active.
19497 (display-time-update): Provide help-echo for load average.
19498
19499 * bindings.el (make-mode-line-mouse2-map): New function.
19500 (mode-line-modified): Use it and simplify.
19501 (mode-line-mule-info): Provide help-echo info.
19502 (minor-mode-alist): Activate the strings.
19503 (make-mode-line-mouse-sensitive): Simplify for
19504 mode-line-buffer-identification.
19505
19506 2000-01-07 Gerd Moellmann <gerd@gnu.org>
19507
19508 * play/pong.el: New file.
19509
19510 2000-01-06 Dave Love <fx@gnu.org>
19511
19512 * array.el: Assorted cleanups for compiler warnings, doc strings,
19513 `array-' prefix for symbols.
19514
19515 2000-01-05 Dave Love <fx@gnu.org>
19516
19517 * textmodes/outline.el (outline-mode-menu-bar-map):
19518 Add outline-headers-as-kill.
19519 (outline-mode): Define imenu-generic-expression.
19520 (outline-headers-as-kill): New command.
19521
19522 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
19523 from paragraph-start.
19524 (paragraph-indent-minor-mode): New command.
19525
19526 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
19527 M-C-e, M-C-h, C-j, C-xnd, TAB.
19528 (fortran-mode): Set beginning-of-defun, end-of-defun.
19529 (fortran-column-ruler): Simplify.
19530 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
19531 (fortran-with-subprogram-narrowing): Likewise.
19532 (fortran-indent-subprogram): Call mark-defun.
19533 (fortran-check-for-matching-do): Change narrowing.
19534
19535 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
19536 (cl-lucid-hash-tag): Delete.
19537 (cl-hash-table-p): Correct test for native table.
19538 (cl-hash-table-count): Use hash-table-count.
19539
19540 * browse-url.el (browse-url): Fix case of
19541 browse-url-browser-function being an alist.
19542
19543 2000-01-05 Carsten Dominik <cd@gnu.org>
19544
19545 * textmodes/reftex-vars.el (reftex-parse-file-extension)
19546 (reftex-index-phrase-file-extension): New options.
19547
19548 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
19549 Use new option `reftex-index-phrase-file-extension'.
19550
19551 * textmodes/reftex.el (reftex-access-parse-file): Use new option
19552 `reftex-parse-file-extension'.
19553
19554 2000-01-05 Dave Love <fx@gnu.org>
19555
19556 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
19557 (beginning-of-defun-raw): Use it.
19558 (end-of-defun): New variable.
19559 (end-of-defun): Use it.
19560 (check-parens): New command.
19561
19562 2000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
19563
19564 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
19565 (hs-show-block): Don't use `mapcar' when not accumulating.
19566
19567 Fix buglet in local variables initialization.
19568
19569 2000-01-05 Andreas Schwab <schwab@suse.de>
19570
19571 * hscroll.el (hscroll): Doc fix.
19572
19573 2000-01-05 Carsten Dominik <cd@gnu.org>
19574
19575 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar):
19576 Require idlw-toolbar.
19577
19578 * progmodes/idlwave.el (idlwave-load-system-rinfo): Load must read
19579 file idlw-rinfo.el.
19580 (idlwave-customize): Load must read file idlw-shell.el.
19581 (idlwave-create-customize-menu): Load must read file idlw-shell.el.
19582
19583 2000-01-05 Carsten Dominik <dominik@astro.uva.nl>
19584
19585 * progmodes/idlw-shell.el: Also provide idlwave-shell
19586 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
19587 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
19588
19589 * textmodes/reftex-dcr.el: Rename from reftex-vcr.el, provide
19590 both reftex-dcr and reftex-vcr.
19591
19592 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
19593
19594 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
19595
19596 * ps-print.el: PostScript code now is in separate files, doc fix.
19597 (ps-print-version): New version number (5.0.3).
19598 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
19599 local.
19600 (ps-spool-config): Initialization fix.
19601 (ps-print-prologue-1, ps-print-prologue-2)
19602 (ps-print-duplex-feature): PostScript code moved to separated file.
19603 (ps-background-image): Little code reformating.
19604 (ps-begin-file, ps-begin-job): Fix code.
19605 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
19606 (ps-prologue-file): New fun.
19607
19608 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
19609
19610 * ps-vars.el: Eliminated.
19611
19612 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
19613 `;;;###autoload'.
19614
19615 * ps-print.el: ps-vars eliminated, doc fix.
19616 (ps-print-version): New version number (5.0.2).
19617 (ps-spool-config): Initialization fix.
19618 (ps-print-customize): New fun.
19619
19620 2000-01-04 Gerd Moellmann <gerd@gnu.org>
19621
19622 * autorevert.el (auto-revert-mode): Return value of auto-revert-mode.
19623
19624 2000-01-04 Dave Love <fx@gnu.org>
19625
19626 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
19627 menu items.
19628
19629 2000-01-03 Dave Love <fx@gnu.org>
19630
19631 * elide-head.el (elide-head) [defgroup]: Add :version.
19632
19633 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
19634 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count):
19635 Use `cl-hash-table-p', not `hash-table-p'.
19636 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
19637
19638 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
19639
19640 * faces.el (face-read-integer, read-face-attribute)
19641 (color-defined-p, color-values): Unspecified-{f,b}g are now strings.
19642
19643 2000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
19644
19645 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
19646 at comment end, and re-insert them after filling.
19647
19648 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
19649
19650 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
19651 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
19652 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
19653
19654 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
19655
19656 * term/x-win.el (xw-defined-colors): Call color-supported-p,
19657 the new name of face-color-supported-p.
19658
19659 * term/w32-win.el (xw-defined-colors): Likewise.
19660
19661 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
19662
19663 * simple.el (completion-setup-function): Count completion-size
19664 from minibuffer-prompt-end, not from point-min.
19665
19666 2000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
19667
19668 * faces.el (read-face-attribute, defined-colors, color-defined-p):
19669 Pass the frame to tty-color-* functions.
19670 (display-color-p, frame-set-background-mode): Pass the frame to
19671 tty-display-color-p.
19672
19673 * term/tty-colors.el (tty-defined-color-alist): Renamed from
19674 tty-color-alist.
19675 (tty-color-alist, tty-modify-color-alist): New functions.
19676 (tty-color-define, tty-color-clear, tty-color-approximate)
19677 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept an
19678 optional parameter FRAME.
19679
19680 2000-01-01 Gerd Moellmann <gerd@gnu.org>
19681
19682 * image.el (create-image, defimage): Don't assume image data is
19683 a string.
19684
19685 * image.el (defimage): Handle specifications containing :data
19686 instead of :file.
19687 (image-type-from-data): New function.
19688 (image-type-from-file-header): Use it.
19689 (create-image): Add parameter DATA-P.
19690
19691 See ChangeLog.8 for earlier changes.
19692
19693 ;; Local Variables:
19694 ;; coding: iso-2022-7bit
19695 ;; End: