]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
(rmail-message-regexp-p): Use rfc822-goto-eoh
[gnu-emacs] / lisp / ChangeLog
1 2001-04-26 Gerd Moellmann <gerd@gnu.org>
2
3 * mail/rmail.el (rmail-message-regexp-p): Use rfc822-goto-eoh
4 if necessary, like in rmail-show-message.
5
6 2001-04-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7
8 * ps-print.el: Color specified by number is forced to be float number.
9 (ps-print-version): New version number (6.5.1.1).
10 (ps-header-frame-alist, ps-footer-frame-alist): Adjust color
11 initialization.
12 (ps-prefix-quote): New internal var.
13 (ps-print-quote): New fun.
14 (ps-setup, ps-output-frame-properties, ps-float-format)
15 (ps-format-color): Code fix.
16 (ps-plot-region): Eliminate redundant foreground color text
17 setting.
18
19 2001-04-26 Eli Zaretskii <eliz@is.elta.co.il>
20
21 * dabbrev.el (dabbrev--select-buffers): Add a doc string.
22
23 2001-04-25 Gerd Moellmann <gerd@gnu.org>
24
25 * faces.el (tty-handle-reverse-video): Don't set inverse-video.
26
27 2001-04-25 Eli Zaretskii <eliz@is.elta.co.il>
28
29 * info.el (Info-additional-directory-list): Doc fix.
30
31 * find-lisp.el (find-lisp-find-dired-filter)
32 (find-lisp-find-dired-subdirectories, find-lisp-find-dired): Add
33 autoload cookies. From Richard Y. Kim <ryk@dspwiz.com>.
34
35 2001-04-25 Stefan Monnier <monnier@cs.yale.edu>
36
37 * progmodes/make-mode.el (makefile-font-lock-keywords):
38 Rationalize the rules for includes and conditionals and use the
39 keyword face for them.
40
41 * faces.el (modify-face): Add compatibility for non-interactive use.
42
43 2001-04-24 John Wiegley <johnw@gnu.org>
44
45 * eshell/esh-cmd.el (eshell-find-alias-function): Corrected the
46 fix from last night, since it wasn't finding eshell/cd.
47
48 2001-04-24 Gerd Moellmann <gerd@gnu.org>
49
50 * rect.el (string-rectangle): Revert to 20.x behaviour.
51 (replace-rectangle): Make it an alias for string-rectangle.
52 (string-insert-rectangle): New function.
53
54 2001-04-23 John Wiegley <johnw@gnu.org>
55
56 * eshell/em-unix.el (eshell/diff): Fixed problems that were
57 occurring with Emacs 21's diff.el/compile.el interaction layer.
58
59 2001-04-23 Colin Walters <walters@cis.ohio-state.edu>
60
61 * eshell/esh-cmd.el (eshell-find-alias-function): Return t in the
62 case where the function was defined in a file, but not part of an
63 eshell module.
64
65 2001-04-23 John Wiegley <johnw@gnu.org>
66
67 * eshell/em-smart.el (eshell-smart-redisplay): Added some safety
68 code to work around a redisplay problem I've been having.
69
70 2001-04-23 John Wiegley <johnw@gnu.org>
71
72 * calendar/timeclock.el (timeclock-day-required): If the time
73 required for a particular day is not set, use `timeclock-workday'.
74 (timeclock-find-discrep): Added some sample code in a comment.
75
76 * eshell/eshell.el (eshell-command): Made a few changes so that
77 `eshell-command' could be called programmatically.
78
79 * eshell/esh-mode.el (eshell-non-interactive-p): Moved to eshell.el.
80
81 * eshell/eshell.el (eshell-non-interactive-p): Moved from esh-mode.el.
82
83 2001-04-23 John Wiegley <johnw@gnu.org>
84
85 * calendar/timeclock.el: Updated copyright.
86 (timeclock-generate-report): Don't report the daily or two-week
87 total, if no time has been worked in that period.
88 (timeclock-find-discrep): Moved call to `file-readable-p'; removed
89 final computational form, which was unnecessary; corrected a
90 parsing problem when timeclock-relative was nil.
91
92 2001-04-23 Kahlil Hodgson <kahlil@discus.anu.edu.au>
93
94 * calendar/timeclock.el (timeclock-modeline-display): Check if
95 `list-entry' is null.
96 (timeclock-use-display-time): The first argument to `set-variable'
97 must be a symbol.
98
99 2001-04-23 Eli Zaretskii <eliz@is.elta.co.il>
100
101 * calendar/calendar.el (diary-entry-marker)
102 (calendar-today-marker, calendar-holiday-marker):
103 Use display-color-p instead of window-system.
104 (calendar-mode-map, calendar-mode): Use display-popup-menus-p
105 instead of window-system.
106 (calendar-hide-window): Use display-multi-frame-p instead of
107 window-system.
108
109 * calendar/cal-x.el (calendar-two-frame-setup)
110 (calendar-only-one-frame-setup, calendar-one-frame-setup):
111 Use display-multi-frame-p instead of window-system.
112
113 2001-04-23 Gerd Moellmann <gerd@gnu.org>
114
115 * play/fortune.el (fortune-from-region): Use `eq' instead of `eql'.
116
117 * textmodes/ispell.el, emacs-lisp/checkdoc.el,
118 * progmodes/ebrowse.el, play/fortune.el: Fix autoload cookies.
119
120 2001-04-23 Alex Schroeder <alex@gnu.org>
121
122 * goto-addr.el: Instead of defining line-beginning-position and
123 line-end-position a defalias is used for point-at-bol and point-at-eol.
124
125 2001-04-23 Alex Schroeder <alex@gnu.org>
126
127 * goto-addr.el: Added XEmacs compatibility code.
128 (goto-address-highlight-keymap): Made keybindings XEmacs compatible.
129
130 2001-04-22 Eli Zaretskii <eliz@is.elta.co.il>
131
132 * textmodes/paragraphs.el (sentence-end): Doc fix.
133
134 2001-04-20 Alex Schroeder <alex@gnu.org>
135
136 * sql.el (sql-escape-newlines-and-send): New function.
137 (sql-db2): Set comint-input-sender to sql-escape-newlines-and-send.
138
139 2001-04-20 Alex Schroeder <alex@gnu.org>
140
141 * sql.el (sql-db2-program): New option.
142 (sql-db2-options): New option.
143 (sql-db2): New function.
144
145 2001-04-20 Alex Schroeder <alex@gnu.org>
146
147 * sql.el (sql-mode-menu): Added highlighting entries.
148 (sql-highlight-oracle-keywords): New function.
149 (sql-highlight-postgres-keywords): New function.
150 (sql-highlight-ansi-keywords): New function.
151
152 2001-04-20 Alex Schroeder <alex@gnu.org>
153
154 * sql.el (sql-help): Doc change.
155
156 2001-04-19 Stefan Monnier <monnier@cs.yale.edu>
157
158 * emacs-lisp/easy-mmode.el (easy-mmode-defsyntax): Unquote `doc'.
159
160 2001-04-18 Gerd Moellmann <gerd@gnu.org>
161
162 * emacs-lisp/cl-indent.el (toplevel): Comment out the spec
163 for defmethod.
164
165 * comint.el (comint-cr-magic): New function.
166 (toplevel): Add it to comint-preoutput-filter-functions.
167
168 2001-04-18 Andrew Innes <andrewi@gnu.org>
169
170 * makefile.w32-in (EMACSLOADPATH): Define.
171 (custom-deps, autoloads, .el.elc, compile-files-CMD, compile-files-SH)
172 (recompile): Remove stuff to set EMACSLOADPATH.
173
174 2001-04-18 Gerd Moellmann <gerd@gnu.org>
175
176 * language/slovak.el ("Slovak"): Add tutorial entry.
177
178 * net/browse-url.el (browse-url-new-window-flag): Renamed from
179 browse-url-new-window-p.
180
181 2001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
182
183 * info.el (Info-menu-update): When there are no menus and/or no
184 cross references in the node, make the respective items of the
185 Info menu-bar menu inactive.
186
187 2001-04-17 Gerd Moellmann <gerd@gnu.org>
188
189 * indent.el (indent-for-tab-command): Call indent-line-function
190 with no argument if PREFIX-ARG is non-nil.
191
192 * frame.el (delete-other-frames): Handle minibuffer-only frames.
193
194 2001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
195
196 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Don't invoke CVS as
197 an async subprocess if start-process is unavailable. Suggested by
198 Tim Van Holder <tim.van.holder@pandora.be>.
199
200 2001-04-15 Eli Zaretskii <eliz@is.elta.co.il>
201
202 * info.el (Info-additional-directory-list): Doc fix. Suggested by
203 Kai Grossjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
204
205 2001-04-14 Eli Zaretskii <eliz@is.elta.co.il>
206
207 * info.el (Info-file-list-for-emacs): Add an entry for the "info"
208 manual.
209
210 2001-04-13 Stefan Monnier <monnier@cs.yale.edu>
211
212 * pcvs-defs.el (cvs-mode-map): Bind C-o like in dired.
213 (cvs-menu): Add a few entries.
214
215 * pcvs.el (cvs-addto-collection): Don't merge MESSAGE fileinfos.
216 (cvs-update-filter): Only advertise `cvs-mode-delete-lock' if the
217 lock file appears to be reachable from Emacs.
218 (cvs-mode-mark-on-state, cvs-mode-display-file): New functions.
219 (cvs-mode-find-file): Look for cvs-header-face rather than
220 cvs-dirname-face (which doesn't exist).
221 (cvs-mode-find-file): Allow `other' to be set to `dont-select'.
222
223 * pcvs-parse.el (cvs-parse-run-table): Remove misleading text.
224
225 2001-04-13 Eli Zaretskii <eliz@is.elta.co.il>
226
227 * emulation/pc-select.el (pc-selection-mode): Don't turn on
228 normal-erase-is-backspace on a tty. Instead, bind some keys such
229 as [delete] directly, like pc-select.el did before
230 normal-erase-is-backspace was invented.
231
232 2001-04-12 Eli Zaretskii <eliz@is.elta.co.il>
233
234 * ls-lisp.el (ls-lisp-format): Leave a blank before "root".
235
236 2001-04-11 John Wiegley <johnw@gnu.org>
237
238 * eshell/em-ls.el (eshell-ls-insert-directory):
239 Set font-lock-defaults to nil, to prevent fontification in dired
240 buffers, if Eshell's ls is being used.
241
242 2001-04-11 John Wiegley <johnw@gnu.org>
243
244 * calendar/timeclock.el (timeclock-completing-read): New function.
245 (timeclock-ask-for-project, timeclock-ask-for-reason):
246 Call `timeclock-completing-read'.
247
248 * eshell/em-alias.el (eshell-command-aliased-p): `assoc' was
249 required where `member' was being used.
250
251 2001-04-11 Colin Walters <walters@cis.ohio-state.edu>
252
253 * eshell/em-hist.el (eshell-previous-matching-input):
254 Don't display "History item" if the the minibuffer is active.
255
256 2001-04-11 Gerd Moellmann <gerd@gnu.org>
257
258 * startup.el (command-line): Output a newline after printing
259 an error from loading the window system's init file.
260
261 2001-04-11 Eli Zaretskii <eliz@is.elta.co.il>
262
263 * textmodes/texinfo.el (texinfo-font-lock-keywords):
264 Add fontification for @value, @dfn, @dmn, @acronym, @anchor, and
265 @inforef. Add an OVERRIDE of `keep' to highlight specs of
266 keywords whose arguments routinely include @@.
267
268 2001-04-10 Gerd Moellmann <gerd@gnu.org>
269
270 * emacs-lisp/advice.el (ad-make-advised-definition):
271 Construct advice for subrs differently.
272
273 * textmodes/paragraphs.el (forward-sentence): Put the sentence-end
274 regexp in parentheses when building the regexp for searching backwards.
275
276 * simple.el (completion-list-mode-finish): New function.
277 (toplevel): Add completion-list-mode-finish to temp-buffer-show-hook.
278
279 * language/european.el ("Polish"): Change sample text.
280 From jsbien@mimuw.edu.pl (Janusz S. Bie\e,Bq\e(B).
281
282 * progmodes/sh-script.el (sh-indent-line): Add optional PREFIX-ARG
283 parameter.
284
285 * faces.el (menu): Doc fix.
286
287 2001-04-10 Vinicius Jose Latorre <vinicius@cpqd.com.br>
288
289 * ps-print.el: Footer implementation. Doc fix.
290 (ps-print-version): New version number (6.5.1).
291 (ps-header-frame-alist): New customization var for header frame
292 properties.
293 (ps-line-number-color): New customization var for line number color.
294 (ps-footer-offset, ps-footer-line-pad, ps-print-footer)
295 (ps-print-footer-frame, ps-footer-frame-alist, ps-footer-lines)
296 (ps-footer-font-family, ps-footer-font-size, ps-left-footer)
297 (ps-right-footer): New customization vars for footers.
298 (ps-footer-pad, ps-footer-font-size-internal): New internal vars for
299 footers.
300 (ps-setup, ps-get-page-dimensions, ps-generate-header-line)
301 (ps-generate-header, ps-begin-file, ps-begin-job, ps-begin-page):
302 Code fix.
303 (ps-prologue-file): Indentation fix.
304 (ps-print-quote): Fun eliminated.
305 (ps-value, ps-get, ps-put, ps-del): New funs for alist handling.
306 (ps-output-frame-properties): New fun.
307 (ps-fonts, ps-font-number, ps-rgb-color, ps-end-page, ps-next-page)
308 (ps-skip-newline): Replace defun by defsubst.
309
310 2001-04-10 Colin Walters <walters@cis.ohio-state.edu>
311
312 * eshell/eshell.el (eshell-command): Needed a "%s" format
313 specifier, in case the buffer contains percent characters.
314
315 2001-04-10 John Wiegley <johnw@gnu.org>
316
317 * calendar/timeclock.el (timeclock-generate-report): Added a
318 missing insert of the project name.
319
320 2001-04-09 Gerd Moellmann <gerd@gnu.org>
321
322 * obsolete/profile.el: Moved from emacs-lisp/.
323
324 * Makefile.in (nonobsolete_setwins): New macro.
325 (finder-data): Use it instead of `setwins'.
326 From: Dave Love <fx@gnu.org>.
327
328 * server.el (server-visit-files): Set server-existing-buffer correctly.
329 (server-visit-files): Run server-visit-hook after going to
330 line 1 so that the hook can set point as it sees fit.
331
332 * bindings.el (mode-line-modified): Unify help messages.
333
334 2001-04-07 Eli Zaretskii <eliz@is.elta.co.il>
335
336 * dos-fns.el (dos-8+3-filename): Rename from dos-truncate-to-8+3.
337 All callers changed.
338
339 2001-04-06 Eli Zaretskii <eliz@is.elta.co.il>
340
341 * international/titdic-cnv.el (miscdic-convert): For MS-DOS, if
342 long file names aren't supported, truncate the file names in
343 quail-misc-package-ext-info to 8+3 before matching them against
344 FILENAME.
345
346 * dos-fns.el (dos-truncate-to-8+3): New function.
347
348 * progmodes/compile.el (grep-compute-defaults): Use null-device
349 instead of literal /dev/null. Reported by Jens Schmidt
350 <schmidt@mathematik.uni-kl.de>.
351
352 * simple.el (normal-erase-is-backspace-mode): Doc fix.
353
354 2001-04-06 Stefan Monnier <monnier@cs.yale.edu>
355
356 * textmodes/sgml-mode.el: Add unknown maintainer.
357 (sgml-tag): Pass `str' explicitly through skeleton-transformation.
358 (html-mode-map): Use set-keymap-parent.
359
360 2001-04-06 Dave Love <fx@gnu.org>
361
362 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
363 Remove redundant string-to-list.
364
365 2001-04-05 Stefan Monnier <monnier@cs.yale.edu>
366
367 * composite.el (reference-point-alist): Doc fix.
368
369 2001-04-05 Sam Steingold <sds@gnu.org>
370
371 * font-lock.el (font-lock-keywords-case-fold-search):
372 Make buffer-local. This fixes a very annoying bug when loading a Lisp
373 file made font-lock case-insensitive.
374
375 2001-04-05 Gerd Moellmann <gerd@gnu.org>
376
377 * faces.el (defface menu): Doc fix.
378
379 * wid-edit.el (widget-color-sample-face-get): Don't make
380 faces for undefined colors.
381
382 * version.el (emacs-version): Include LessTif/Motif version info.
383
384 2001-04-04 Vinicius Jose Latorre <vinicius@cpqd.com.br>
385
386 * ps-mule.el: Eliminate cl package dependence.
387 (char-valid-p, multibyte-string-p, string-make-multibyte): Define funs
388 if they aren't defined yet.
389 (ps-mule-encode-header-string, ps-mule-header-string-charsets):
390 Eliminate cl package dependence.
391
392 2001-04-04 Stefan Monnier <monnier@cs.yale.edu>
393
394 * progmodes/cc-cmds.el (c-outline-level):
395 Bind buffer-invisibility-spec. Originally from Dave Love, but
396 got lost when incorporating version 5.26.
397
398 2001-04-04 Eli Zaretskii <eliz@is.elta.co.il>
399
400 * emulation/pc-select.el (pc-selection-mode):
401 Call normal-erase-is-backspace-mode instead of binding
402 keys individually.
403
404 * cus-load.el (normal-erase-is-backspace): Use it instead of
405 delete-key-deletes-forward.
406
407 * startup.el (command-line): Use normal-erase-is-backspace and
408 normal-erase-is-backspace-mode.
409
410 * simple.el (normal-erase-is-backspace): Rename from
411 delete-key-deletes-forward. Doc fix.
412 (normal-erase-is-backspace-mode): Rename from
413 delete-key-deletes-forward-mode. Doc fix.
414 Run normal-erase-is-backspace-hook.
415
416 * dired.el (dired-move-to-filename-regexp): Support file sizes in
417 ``human-readable'' format produced by GNU `ls'.
418 (dired-move-to-filename-regexp): Recognize ISO format dates.
419 From Paul Eggert <eggert@twinsun.com>.
420
421 2001-04-04 Gerd Moellmann <gerd@gnu.org>
422
423 * emacs-lisp/lisp-mnt.el (lm-keywords-list, lm-keywords-finder-p):
424 New functions.
425 (lm-verify): Check keywords.
426 From Eric M. Ludlam <eric@siege-engine.com>.
427
428 2001-04-03 Eric M. Ludlam <eric@siege-engine.com>
429
430 * speedbar.el (speedbar-insert-image-button-maybe): Check for
431 `xemacs' feature instead of for the function `set-extent-property'.
432
433 2001-04-03 Stefan Monnier <monnier@cs.yale.edu>
434
435 * mail/mh-utils.el (mh-folder-hist): New var.
436 (mh-prompt-for-folder): Use it and pass `default' to completing-read.
437
438 2001-04-03 Eli Zaretskii <eliz@is.elta.co.il>
439
440 * hexl.el (hexl-scroll-up): If scrolling gets outside the hexl
441 region, position point on the first or last 16-byte group.
442 (hexl-mode-map): Bind C-Home and C-End to hexl-beginning-of-buffer
443 and hexl-end-of-buffer. Bind End and Home to hexl-end-of-line and
444 hexl-beginning-of-line.
445
446 2001-04-03 Gerd Moellmann <gerd@gnu.org>
447
448 * icomplete.el (icomplete-mode): Treat an argument like other
449 modes do.
450
451 * startup.el (fancy-splash-head): Use splash8.xpm for color
452 depth 8.
453
454 * emacs-lisp/checkdoc.el (checkdoc-common-verbs-wrong-voice):
455 Add an antry for ``converts''.
456
457 * language/slovak.el ("Slovak"): Add documentation string.
458 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk ml.).
459
460 * language/czech.el ("Czech"): Add documentation string.
461 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk ml.).
462
463 * ps-mule.el (ps-mule-font-info-database-bdf): Change `isci24-etl.bdf'
464 to `isci24-mule.bdf'. From: Kenichi Handa <handa@etl.go.jp>.
465
466 2001-04-02 Stefan Monnier <monnier@cs.yale.edu>
467
468 * mail/mail-extr.el (mail-extr-delete-char, mail-extr-safe-move-sexp)
469 (mail-extr-skip-whitespace-forward, mail-extr-nuke-char-at)
470 (mail-extr-skip-whitespace-backward, mail-extr-undo-backslash-quoting):
471 Use `defsubst' rather than a macro to ease debugging.
472 (mail-extr-last): Remove (use `last' instead).
473 (mail-extract-address-components): Properly reset the syntax-table
474 after parsing an address. Use `last' rather than mail-extr-last.
475 Make sure the end marker stays at the very end.
476
477 2001-04-02 Eli Zaretskii <eliz@is.elta.co.il>
478
479 * international/titdic-cnv.el (miscdic-convert): Fix a typo in the
480 last change.
481
482 2001-04-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
483
484 * ps-print.el: Line and paragraph spacing feature. Region to cut
485 out when printing. Doc fix.
486 (ps-print-version): New version number (6.5).
487 (ps-line-spacing, ps-paragraph-spacing, ps-paragraph-regexp):
488 New vars. Line and paragraph spacing feature.
489 (ps-begin-cut-regexp, ps-end-cut-regexp): New vars. Region to cut
490 out when printing.
491 (ps-setup, ps-nb-pages, ps-get-page-dimensions, ps-begin-file)
492 (ps-get-font-size, ps-begin-job, ps-continue-line)
493 (ps-plot-region): Code fix.
494 (ps-print-prologue-2): Var eliminated.
495 (ps-line-spacing-internal, ps-paragraph-spacing-internal):
496 New internal vars.
497 (ps-get-size): New fun.
498 (ps-output-string-prim, ps-init-output-queue, ps-print-page-p)
499 (ps-next-line): Replace defun by defsubst.
500 (ps-mule-plot-string): Autoload doc fix.
501
502 * ps-bdf.el: XEmacs compatibility. Doc fix.
503 (installation-directory, coding-system-for-read): Declare vars if
504 it's not declared yet.
505 (bdf-read-font-info, bdf-read-bitmap, bdf-get-bitmaps): Code fix.
506
507 * ps-mule.el: XEmacs compatibility. Doc fix.
508 (leading-code-private-22): Declare var if it's not declared yet.
509 (charset-bytes, charset-dimension, charset-id, charset-width)
510 (find-charset-region, split-char, char-width, chars-in-region)
511 (forward-point, decompose-composite-char, encode-coding-string)
512 (coding-system-p, ccl-execute-on-string, define-ccl-program):
513 Define funs if not defined yet.
514 (encode-composition-rule, find-composition): Define funs if not
515 loaded yet.
516 (ps-mule-prologue): PostScript code fix.
517
518 2001-04-02 Kenichi Handa <handa@etl.go.jp>
519
520 * ps-mule.el (ps-mule-generate-font): New arg HEADER-P. If it is
521 non-nil, generate font for the header strings.
522 (ps-mule-prepare-font): Likewise.
523 (ps-mule-generate-glyphs): Likewise.
524 (ps-mule-string-encoding): Likewise.
525 (ps-mule-header-charsets): New variable.
526 (ps-mule-encode-header-string): New function.
527 (ps-mule-header-string-charsets): New function.
528 (ps-mule-begin-job): Check charsets in the header strings. If there
529 are non-ASCII and non-Latin1 charsets, prepare fonts for them.
530
531 * ps-print.el (ps-generate-header-line): Encode the header string by
532 ps-mule-encode-header-string.
533 (ps-mule-encode-header-string): Declare autoload.
534
535 2001-04-02 Gerd Moellmann <gerd@gnu.org>
536
537 * frame.el (cursor-in-non-selected-windows):
538 Replaces show-cursor-in-non-selected-windows.
539
540 2001-03-31 Kenichi Handa <handa@etl.go.jp>
541
542 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
543 Delete entries for "chinese-py" and "chinese-ziranma".
544 (quail-misc-package-ext-info): New variable.
545 (tsang-quick-converter): New function.
546 (tsang-b5-converter, quick-b5-converter, tsang-cns-converter)
547 (quick-cns-converter, py-converter, ziranma-converter)
548 (miscdic-convert, batch-miscdic-convert): New functions.
549
550 2001-03-30 Kenichi Handa <handa@etl.go.jp>
551
552 * international/utf-8.el (ccl-encode-mule-utf-8): Fix handling of
553 eight-bit-control chars.
554
555 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
556 Reduce making temporary vector (suggested by Dave Love).
557
558 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
559
560 * simple.el (transient-mark-mode): Mention ESC ESC ESC in the doc
561 string as well.
562
563 2001-03-30 Andreas Schwab <schwab@suse.de>
564
565 * files.el (backup-directory-alist): Fix typo.
566
567 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
568
569 * time-stamp.el (time-stamp-format): Doc fix. From Paul Eggert
570 <eggert@twinsun.com>.
571
572 2001-03-30 Dave Love <fx@gnu.org>
573
574 * progmodes/fortran.el (fortran-comment-region): Fix typo.
575
576 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
577
578 * simple.el (transient-mark-mode): Mention C-g in the doc string.
579
580 2001-03-30 Miles Bader <miles@gnu.org>
581
582 * subr.el (interactive-form): Fix paren typo.
583
584 2001-03-29 Eli Zaretskii <eliz@is.elta.co.il>
585
586 * emacs-lisp/profile.el: Say that it's obsolete in the header
587 line, so that finder.el puts that into its data-base.
588 Suggested by Alex Schroeder <alex@gnu.org>.
589
590 2001-03-29 Paul Eggert <eggert@twinsun.com>
591
592 * mail/emacsbug.el (report-emacs-bug): Report LC_COLLATE,
593 LC_MESSAGES, LC_MONETARY, LC_NUMERIC, and LC_TIME as well.
594
595 2001-03-29 Stefan Monnier <monnier@cs.yale.edu>
596
597 * generic.el (generic-mode-set-comments): Use "" rather than nil
598 for comment-end.
599
600 2001-03-29 Gerd Moellmann <gerd@gnu.org>
601
602 * emacs-lisp/advice.el (ad-make-advised-definition):
603 Call interactive-form to obtain the interactive spec of subrs.
604
605 * subr.el (interactive-form): New function.
606
607 2001-03-29 Andre Spiegel <spiegel@gnu.org>
608
609 * vc-sccs.el (vc-sccs-register): Use relative file names.
610
611 2001-03-28 Gerd Moellmann <gerd@gnu.org>
612
613 * bookmark.el (bookmark-get-bookmark): Handle case that
614 BOOKMARK is not a string.
615
616 * image.el (image-type-regexps): Change type for PS files
617 to `postscript'.
618
619 * subr.el (read-passwd): Clear command history after each
620 character entered. From: Stephen Gildea <gildea@alum.mit.edu>.
621
622 2001-03-27 Kenichi Handa <handa@etl.go.jp>
623
624 * international/kkc.el (kkc-save-init-file): Locally bind
625 print-length to nil.
626
627 2001-03-26 Gerd Moellmann <gerd@gnu.org>
628
629 * textmodes/flyspell.el: Some doc fixes.
630 (flyspell-maybe-correct-transposition)
631 (flyspell-maybe-correct-doubling): Use a temporary buffer
632
633 * textmodes/ispell.el (ispell-parse-output): Doc fix.
634
635 * emacs-lisp/byte-opt.el (byte-optimize-while)
636 (byte-optimize-form-code-walker): Diagnose too few arguments
637 for `if' and `while'.
638
639 2001-03-26 Kenichi Handa <handa@etl.go.jp>
640
641 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
642 Prepend `\' to "\<quail-translation-docstring>".
643
644 2001-03-26 Gerd Moellmann <gerd@gnu.org>
645
646 * autorevert.el (global-auto-revert-non-file-buffers):
647 Remove duplicate defcustom.
648
649 2001-03-26 Miles Bader <miles@gnu.org>
650
651 * international/latin1-disp.el (latin1-char-displayable-p):
652 Add leading "-" for X font pattern.
653
654 2001-03-26 Kenichi Handa <handa@etl.go.jp>
655
656 * international/mule-diag.el (describe-coding-system):
657 For raw-text and emacs-mule, don't add anymore text about what
658 charsets they can encode.
659
660 2001-03-25 Eli Zaretskii <eliz@is.elta.co.il>
661
662 * help.el (view-lossage): Mention open-dribble-file in the doc
663 string. Suggested by Riku Saikkonen <rjs@lloke.dna.fi>.
664
665 2001-03-23 Stefan Monnier <monnier@cs.yale.edu>
666
667 * skeleton.el (skeleton-internal-list): Fix bogus logic.
668 (skeleton-pair-insert-maybe): Don't pair after a backslash.
669
670 2001-03-23 Kenichi Handa <handa@etl.go.jp>
671
672 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
673 Call ccl-execute-on-string directly so that CCL program handling
674 multibyte sequence can work correctly.
675 (encoded-kbd-setup-keymap): Fix the default value of `valid-codes'
676 property of the coding system.
677
678 2001-03-23 Stefan Monnier <monnier@cs.yale.edu>
679
680 * textmodes/fill.el (fill-individual-paragraphs-prefix):
681 Fix transcription typo.
682
683 2001-03-22 Rajesh Vaidheeswarran <rv@gnu.org>
684
685 * whitespace.el: Add buffer local variables to toggle testing of
686 whitespaces in buffers without affecting the default values.
687 Bump version to 3.0 to account for a few other changes.
688 (whitespace-toggle-ateol-check, whitespace-toggle-leading-check)
689 (whitespace-toggle-trailing-check, whitespace-toggle-indent-check)
690 (whitespace-toggle-spacetab-check): New functions.
691
692 2001-03-21 Stefan Monnier <monnier@cs.yale.edu>
693
694 * obsolete/cplus-md.el: Moved from progmodes/cplus-md.el.
695
696 2001-03-21 Gerd Moellmann <gerd@gnu.org>
697
698 * bs.el (bs-cycle-next, bs-cycle-previous): Fix handling of
699 bs-cycle-configuration-name. From Juanma Barranquero
700 <lektu@uol.com.br>.
701
702 * Makefile.in, makefile.w32-in (COMPILE_FIRST): Add cc-mode.el
703 and cc-vars.el.
704
705 * mail/sendmail.el (sendmail-send-it): Don't parse Resent-*
706 headers. Always invoke sendmail with option -t.
707
708 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
709
710 * Release of cc-mode 5.28.
711
712 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
713
714 * cc-mode.el, cc-vars.el (c-common-init, c-default-style):
715 Removed the hardcoded switch to "java" style in Java mode.
716 It's instead taken care of by the default value for c-default-style.
717
718 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
719
720 * cc-align.el (c-lineup-math): Fix bug where lineup was
721 triggered by equal signs in string literals.
722
723 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
724
725 * cc-cmds.el (c-fill-paragraph): Fixed bug in the paragraph
726 limit detection when at the ends of the buffer.
727
728 * cc-engine.el (c-guess-basic-syntax): Removed bogus check for
729 "for" statement clause in case 7F; a better one is done
730 earlier in case 7D anyway.
731
732 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
733
734 * cc-cmds.el (c-guess-fill-prefix): Improved the heuristics
735 somewhat more and did a small optimization.
736
737 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
738
739 * cc-cmds.el (c-beginning-of-statement, c-end-of-statement):
740 Use the limit argument only to limit the syntactic context
741 search, not to limit the actual movement.
742
743 * cc-cmds.el (c-beginning-of-statement): Move by sentence
744 inside multiline strings, just like in comments. Also various
745 fixes to the paragraph and comment prefix recognition, block
746 comment ender handling etc.
747
748 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
749
750 * cc-cmds.el (c-fill-paragraph): Take more care to preserve
751 the relative position of the point.
752
753 * cc-cmds.el (c-electric-continued-statement): New function to
754 use as abbrev hook to reindent for keywords such as "else"
755 that continues an earlier statement.
756
757 * cc-menus.el (cc-imenu-c++-generic-expression): Treat structs
758 like classes.
759
760 * cc-mode.el (c-mode, c++-mode, java-mode, objc-mode)
761 (pike-mode): Populate the default abbrev tables to reindent for
762 keywords such as "else" that can continue earlier statements.
763 Abbrev mode is therefore turned on by default now. (Note that
764 this doesn't apply to idl-mode, since IDL afaik doesn't have
765 statements at all.)
766
767 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
768
769 * cc-engine.el (c-inside-bracelist-p): Fix for handling
770 bracelists where the declaration contains template arguments.
771
772 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
773
774 * cc-cmds.el (c-comment-indent):
775 Use `c-get-syntactic-indentation' to correctly calculate the
776 syntactic indentation. Fixes bug with lineup functions that
777 return vectors.
778
779 * cc-engine.el (c-get-syntactic-indentation): Split the
780 indentation sum calculation from `c-indent-line' to a separate
781 function.
782
783 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
784
785 * cc-cmds.el (c-beginning-of-statement, c-comment-indent):
786 Fixed places where it was assumed that preprocessor directives
787 have to start in column zero.
788
789 * cc-engine.el (c-beginning-of-member-init-list): Handle C++
790 template arguments after a class identifier properly.
791
792 * cc-engine.el (c-guess-basic-syntax): Treat initializer brace
793 lists for `new Foo[]' constructs in Java as expressions and
794 not top level definition brace lists on the top level, so that
795 they'll get indented consistently with the same type of
796 expression in a normal block.
797
798 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
799
800 * cc-cmds.el (c-fill-paragraph): The kludge that checks
801 whether the adaptive filling package fails to keep the comment
802 prefix is now kludged further to check for filladapt-mode
803 which doesn't have that problem. This is really icky, but it's
804 the only way that works with the current misfeatures/bugs in
805 both adaptive-fill-mode and filladapt-mode.
806
807 * cc-cmds.el (c-fill-paragraph): Made the way the paragraph
808 around point is recognized more robust.
809
810 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
811
812 * cc-cmds.el, cc-engine.el, cc-lobotomy.el (c-state-cache)
813 (c-in-literal-cache, c-auto-fill-prefix, c-lit-limits)
814 (c-lit-type): Fixed all internal variables used dynamically so
815 that they are always bound.
816
817 * cc-cmds.el, cc-engine.el: Improved recovery of syntactic
818 errors:
819
820 (c-indent-region): Fixed reporting of syntactic errors so that
821 the region is fully reindented even when an error occurs.
822 The last syntactic error is printed afterwards. Also cleanup up a
823 whole lot of code that tried to optimize indentation of whole
824 sexps but in reality accomplishes nothing.
825
826 (c-indent-sexp): Use c-indent-region.
827
828 (c-parsing-error): Changed this variable to hold the message
829 for any syntactic error that is discovered.
830
831 (c-parse-state): Search backward from point instead of the bod
832 position when the latter is invalid. This makes CC Mode
833 recover faster when there are unbalanced close braces.
834
835 (c-backward-to-start-of-if): Use c-parsing-error to report
836 dangling "else" clauses instead of throwing an error, and fall
837 back to a reasonable position.
838
839 (c-indent-line): Added argument to avoid reporting syntactic errors.
840
841 (c-show-syntactic-information): Don't report any syntactic errors.
842
843 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
844
845 * cc-cmds.el (c-beginning-of-statement): Fixed bugs with
846 paragraph recognition when moving by sentence in literals.
847
848 * cc-langs.el (c-Java-javadoc-paragraph-start): Modified paragraph
849 start regexp for javadoc to recognize javadoc markup in general instead
850 of a specific set of keywords, to be more future-safe.
851
852 (c-Pike-pikedoc-paragraph-start)
853 (c-Pike-pikedoc-paragraph-separate): New regexps to recognize
854 pikedoc markup.
855
856 * cc-mode.el: Fixed initialization and use of c-current-comment-prefix.
857
858 (pike-mode): Initialize paragraph settings pikedoc recognition.
859
860 * cc-vars.el (c-default-style): Made a nicer Customize widget.
861
862 (c-comment-prefix-regexp): Made it possible to use an
863 association list on this to specify mode specific regexps.
864 The default value now use a special regexp in Pike mode to
865 recognize pikedoc markup.
866
867 (c-current-comment-prefix): New variable containing the actual
868 regexp from c-comment-prefix-regexp for the current buffer.
869
870 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
871
872 * cc-cmds.el (c-electric-brace): Fixed check for special brace
873 lists: We can't look at the syntax, since a brace list can get
874 recognized as a plain statement-cont.
875
876 * cc-engine.el (c-guess-basic-syntax): Fixed bug where a
877 special brace list opener broken over two lines got recognized
878 as a statement on the second line. Case 9A changed.
879
880 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
881
882 * cc-cmds.el (c-electric-brace): Fixed bug in c-state-cache
883 adjustment after line is reindented.
884
885 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
886
887 * cc-defs.el (c-point): Added optional argument for position
888 to use instead of the current point.
889
890 * cc-defs.el, cc-engine.el (c-add-class-syntax): Do not add
891 the in-expression block symbols when the construct starts at
892 boi, to avoid the extra level of indentation in that case.
893 Cases 4, 16A and 17E affected.
894
895 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
896
897 * cc-cmds.el: Use `indent-according-to-mode' instead of direct
898 calls to `c-indent-line', to adhere better to Emacs conventions.
899
900 * cc-engine.el (c-indent-line): Use the syntax already bound
901 to `c-syntactic-context', if there is any.
902
903 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
904
905 * cc-engine.el (c-get-offset): Fixed bug where the indentation
906 wasn't added up correctly when a lineup function returned nil.
907
908 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
909
910 * cc-engine.el (c-collect-line-comments): Fixed bug where
911 empty lines were ignored when collecting line comments backwards.
912
913 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
914
915 * cc-align.el (c-lineup-dont-change): Return an absolute
916 indentation column to work correctly in the case when several
917 syntactic elements are processed for the same line.
918
919 * cc-engine.el, cc-styles.el, cc-vars.el (c-evaluate-offset)
920 (c-get-offset, c-indent-line, c-valid-offset, c-read-offset)
921 (c-set-offset): Added absolute indentation column settings by
922 using the vector type.
923
924 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
925
926 * cc-cmds.el, cc-vars.el (c-electric-paren, c-cleanup-list):
927 Implemented two new cleanups `space-before-funcall' and
928 `compact-empty-funcall'.
929
930 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
931
932 * cc-defs.el (c-paren-re, c-identifier-re): Two new macros for
933 helping building regexps.
934
935 * cc-engine.el (c-on-identifier): New function for detecting
936 identifiers. It takes keywords into account.
937
938 * cc-langs.el, cc-mode.el: Added regexps for complete keyword
939 lists. `c-keywords' is set to a regexp matching all keywords
940 in the current language.
941
942 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
943
944 * cc-engine.el (c-beginning-of-statement-1): Added '#' to the
945 list of characters to skip backwards over at the beginning of
946 a statement, since it can precede string literals in Pike.
947
948 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
949
950 * cc-cmds.el (c-guess-fill-prefix): Fixed bug with prefix
951 recognition when standing on the last line in a C++ comment
952 with nothing but whitespace after the prefix.
953
954 * cc-engine.el (c-backward-to-start-of-if): Fixed bug when
955 given no limit argument.
956
957 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
958
959 * cc-engine.el (c-inside-bracelist-p): Fixed brace list
960 recognition for the `[]= operator symbol in Pike.
961
962 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
963
964 * cc-bytecomp.el (cc-eval-when-compile): New macro that works
965 around a bug in `eval-when-compile' in the byte compiler.
966
967 * cc-engine.el (c-forward-token-1): Fixed bug with return
968 value when count is zero and there's no token start within the limit.
969
970 (c-guess-basic-syntax): Don't add 'comment-intro to lines with
971 "prefix comments", i.e. comments which are followed by code on
972 the same line.
973
974 * cc-mode-19.el: Fixes so that checks that must be done at
975 compile time also are done then.
976
977 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
978
979 * cc-defs.el: Make sure cc-mode-19 is loaded both at compile
980 time and at runtime, and only when it's needed.
981
982 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
983
984 Major cleanup for less error prone and more warning free
985 compilation, including some fixes for bugs due to different
986 compilation orders. Thanks to Martin Buchholz for providing
987 the basis for all this.
988
989 * cc-bytecomp.el: New file that provides some byte compilation
990 features: It ensures that files always are loaded from the
991 current source directory during compilation, and it provides a
992 set of macros to turn off specific compiler warnings for
993 specific symbols. (It's not CC Mode specific in any way.)
994
995 Fixed a nearly acyclic dependency tree (both runtime and
996 compile-time) between all files.
997
998 * cc-defs.el: Separated all macros before the inline functions,
999 to ensure correct compilation.
1000
1001 * cc-defs.el, cc-engine.el: Moved c-beginning-of-macro to from
1002 cc-defs.el to cc-engine.el and made it a function instead.
1003
1004 * cc-mode-19.el: Patch the byte compiler in Emacs 19 not to warn
1005 about char-after.
1006
1007 * cc-vars.el: Cope even when there isn't a custom package
1008 containing defcustom available.
1009
1010 * cc-make.el: Removed since it's no longer necessary.
1011
1012 README: Updated installation instructions.
1013
1014 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1015
1016 * cc-cmds.el, cc-langs.el, cc-mode.el: Moved around things to
1017 improve the modularity: Moved all mode init stuff from
1018 cc-langs.el to cc-mode.el, including the keymap
1019 initialization; cc-langs now only contains the various
1020 variables for configuring the language syntax.
1021
1022 * cc-engine.el, cc-styles.el (c-evaluate-offset)
1023 (c-get-offset): Moved from cc-styles to cc-engine since file
1024 dependency analysis suggests they belong there (which also
1025 makes more sense). Thanks to Martin Buchholz for doing the analysis.
1026
1027 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1028
1029 * cc-cmds.el (c-fn-region-is-active-p): New function that
1030 wraps the corresponding macro, for use in places that aren't
1031 compiled. Thanks to Martin Buchholz for pointing out this.
1032
1033 * cc-langs.el (c-mode-menu): Use c-fn-region-is-active-p.
1034
1035 * cc-mode.el (c-prepare-bug-report-hooks): Hook variable to
1036 add things to the bug report.
1037
1038 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1039
1040 * cc-cmds.el (c-guess-fill-prefix): Fixed bug where the
1041 returned prefix could contain a newline when the search for a
1042 good prefix line failed.
1043
1044 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1045
1046 * cc-cmds.el (c-toggle-auto-state, c-toggle-hungry-state)
1047 (c-toggle-auto-hungry-state): Made the argument optional, as
1048 the documentation says it is.
1049
1050 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1051
1052 * cc-engine.el (c-guess-basic-syntax): Don't treat the Pike
1053 multiline string syntax, #"...", as a cpp macro.
1054
1055 2001-03-21 Paul Eggert <eggert@twinsun.com>
1056
1057 * international/mule-cmds.el (set-locale-environment):
1058 Set system-messages-locale and system-time-locale, but only if the
1059 caller specifies a non-nil locale name.
1060
1061 2001-03-20 Gerd Moellmann <gerd@gnu.org>
1062
1063 * pcvs-util.el (cvs-bury-buffer): Bodiless `if' statements cause
1064 problems for the interpreter. From: John Wiegley <johnw@gnu.org>
1065
1066 2001-03-20 Gerd Moellmann <gerd@gnu.org>
1067
1068 * follow.el (follow-avoid-tail-recenter): Doc fix.
1069
1070 * custom.el (custom-set-variables): Avoid reversing the list
1071 of args needlessly.
1072
1073 * startup.el (fancy-splash-head): Don't change the colors of the
1074 XPM image on a dark background.
1075
1076 * comint.el (comint-exec-1): Set columns of the terminal to
1077 window-width instead of frame-width.
1078
1079 * info.el (Info-scroll-down): Add missing WINDOW arg for
1080 pos-visible-in-window-p.
1081
1082 * ehelp.el (electric-help-mode-hook): Add defcustom.
1083
1084 * mail/sendmail.el (mail-mode): Activate case-folding in
1085 font-lock-defaults.
1086
1087 2001-03-19 Stefan Monnier <monnier@cs.yale.edu>
1088
1089 * bindings.el (mode-line-mode-menu): `glasses-mode' might be unbound.
1090 (completion-ignored-extensions): Remove duplicate ".class".
1091
1092 2001-03-19 Andreas Schwab <schwab@suse.de>
1093
1094 * textmodes/reftex-dcr.el (reftex-view-crossref): Doc fix.
1095 From Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
1096
1097 2001-03-19 Gerd Moellmann <gerd@gnu.org>
1098
1099 * language/european.el ("Latin-5", "Latin-4"): Use postfix input
1100 methods since there are not prefix input methods.
1101
1102 2001-03-19 Kenichi Handa <handa@etl.go.jp>
1103
1104 * international/mule-cmds.el (read-input-method-name):
1105 Locally bind enable-recursive-minibuffers to t.
1106
1107 2001-03-18 Stefan Monnier <monnier@cs.yale.edu>
1108
1109 * emacs-lisp/lmenu.el (add-menu): Re-added (was erroneously removed).
1110
1111 2001-03-17 Michael Kifer <kifer@cs.sunysb.edu>
1112
1113 * ediff-util.el: Copyright years.
1114 (ediff-choose-syntax-table): New function.
1115 (ediff-setup): Use ediff-choose-syntax-table.
1116
1117 * ediff-init.el (ediff-with-syntax-table): New macro, uses
1118 with-syntax-table.
1119
1120 * ediff.el: Date of last update, copyright years.
1121
1122 * ediff-wind (ediff-setup-control-frame): Nill->nil.
1123
1124 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
1125 of Scott Bronson.
1126 (ex-cmd-assoc,ex-cmd-one-letr): New functions.
1127 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
1128 Deleted functions.
1129 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
1130 ex-token-list.
1131
1132 * viper-util.el: Spaces, indentation.
1133
1134 * viper.el: Changed version, modification time.
1135
1136 2001-03-16 John Wiegley <johnw@gnu.org>
1137
1138 * calendar/timeclock.el (timeclock-workday-remaining):
1139 Check whether `discrep' is non-null before using it.
1140
1141 2001-03-16 John Wiegley <johnw@gnu.org>
1142
1143 * calendar/timeclock.el (timeclock-reread-log): Fixed problem with
1144 first-time checkins.
1145 (timeclock-log-data): Fixed problem with reading timelog log file.
1146 Resulting data in the "day list" was incorrect.
1147 (timeclock-find-discrep): Check if `timeclock-file' is readable
1148 before opening it.
1149 (timeclock-time-less-p): New function.
1150 (timeclock-day-base): New function.
1151 (timeclock-geometric-mean): New function.
1152 (timeclock-generate-report): Generate a summary report based on
1153 the contents of the log file. This uses `timeclock-log-data', and
1154 is an example of writing a timelog manipulation function.
1155 (timeclock-visit-timelog): A quick command for opening the timelog
1156 file.
1157 (timeclock-log-data): Bound the variable event.
1158
1159 2001-03-16 Kenichi Handa <handa@etl.go.jp>
1160
1161 * international/mule-cmds.el (select-safe-coding-system):
1162 Fix typo: symbol-name -> symbol-value.
1163
1164 * mail/rmail.el (rmail-insert-inbox-text): Call expand-file-name
1165 before substitute-in-file-name to handle double slashes in FILE
1166 correctly.
1167
1168 2001-03-15 Gerd Moellmann <gerd@gnu.org>
1169
1170 * textmodes/ispell.el (ispell-dictionary-alist-6): Add support
1171 for Slovak. From Pavel.Janik@suse.cz (Pavel Jan\e,Bm\e(Bk ml.).
1172
1173 2001-03-14 Gerd Moellmann <gerd@gnu.org>
1174
1175 * bindings.el (features): Add `md5' and `overlay' to the list.
1176
1177 * scroll-bar.el (toplevel): Test if `x-toolkit-scroll-bars' is
1178 bound before using it. It's not bound when configured without X,
1179 for instance.
1180
1181 2001-03-13 Thien-Thi Nguyen <ttn@gnu.org>
1182
1183 * progmodes/hideshow.el: Update copyright.
1184 (hs-minor-mode-map): Change bindings to use `C-c @' prefix.
1185 (hs-minor-mode-hook): Include `:version' in defcustom form.
1186
1187 2001-03-13 Gerd Moellmann <gerd@gnu.org>
1188
1189 * help.el (string-key-binding): Don't call event-start on
1190 a non-list.
1191
1192 2001-03-13 Eli Zaretskii <eliz@is.elta.co.il>
1193
1194 * startup.el (fancy-splash-tail, command-line-1): Fix the
1195 copyright year.
1196
1197 2001-03-13 Kenichi Handa <handa@etl.go.jp>
1198
1199 * term.el: These changes are based on a patch sent from Yong Lu
1200 <lyongu@yahoo.com>.
1201 (term-set-escape-char): Bind M-x to execute-extended-command in
1202 term-raw-escape-map.
1203 (term-move-columns): Don't try to move to negagive column.
1204 (term-emulate-terminal): Insert a string before deleting a text to
1205 overwrite.
1206
1207 2001-03-12 Gerd Moellmann <gerd@gnu.org>
1208
1209 * play/life.el (life): Rearrange code so that all calls to
1210 life-display-generation are in a catch-form.
1211
1212 * progmodes/etags.el (tags-loop-continue): Don't change point in a
1213 file that isn't interesting. In an interesting file, push the old
1214 value of point on the mark ring.
1215
1216 * mail/rmailsum.el (rmail-summary-override-mail-send-and-exit):
1217 New function.
1218 (rmail-summary-mail, rmail-summary-reply, rmail-summary-forward):
1219 Use it.
1220
1221 * emacs-lisp/autoload.el (generate-file-autoloads):
1222 Remove warning about line lengths.
1223
1224 2001-03-12 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
1225
1226 * progmodes/etags.el (tags-compression-info-list): New variable.
1227 (find-tag-in-order): Use it to deal with compressed source files.
1228 (tag-file-name-match-p): New function.
1229 (etags-recognize-tags-table): Use it for better match of file names.
1230
1231 2001-03-12 Kenichi Handa <handa@etl.go.jp>
1232
1233 * international/mule-cmds.el (register-input-method): Doc fix.
1234
1235 * international/quail.el (quail-translate-key): Fix condition to
1236 check if there's another breaking point in the current key.
1237
1238 2001-03-11 Eli Zaretskii <eliz@is.elta.co.il>
1239
1240 * mail/rmailout.el (rmail-output-to-rmail-file): When writing the
1241 Babyl header to the newly-created output file, bind
1242 coding-system-for-write to either rmail-file-coding-system or
1243 emacs-mule-unix.
1244
1245 2001-03-11 Stefan Monnier <monnier@cs.yale.edu>
1246
1247 * textmodes/texnfo-upd.el (texinfo-update-menu-lower-regexps):
1248 Fix the name and regexp used for subsubsections.
1249
1250 2001-03-10 Dave Love <fx@gnu.org>
1251
1252 * toolbar/tool-bar.el (tool-bar-setup): Don't suppress write-file
1253 and save-buffer if buffer-file-name non-nil. From rms.
1254
1255 2001-03-10 Andre Spiegel <spiegel@gnu.org>
1256
1257 * vc.el (vc-do-command): If the destination buffer is already
1258 current, don't set it up and don't erase it. Updated doc string
1259 to reflect that.
1260 (vc-version-diff): When doing a single file diff, don't switch to the
1261 *vc-diff* buffer before the command. This is to preserve local
1262 variable bindings that might affect the diff command.
1263 (vc-print-log): Don't switch to the *vc* buffer before the
1264 command, so that local variable bindings are preserved.
1265
1266 * vc-{cvs,rcs,sccs}.el (vc-*-print-log): Output to buffer *vc*,
1267 not the current buffer.
1268 (vc-*-diff): Output to buffer *vc-diff*, not the current buffer.
1269
1270 * vc-cvs.el (vc-cvs-checkin): When removing the sticky tag,
1271 make output go to buffer *vc*, not the current buffer.
1272
1273 2001-03-09 Stefan Monnier <monnier@cs.yale.edu>
1274
1275 * hi-lock.el (hi-lock-line-face-buffer): Wrap the regexp in a group
1276 so ^, $, *, ? and + are interpreted correctly.
1277
1278 2001-03-09 Gerd Moellmann <gerd@gnu.org>
1279
1280 * help.el (string-key-binding): Renamed from
1281 mode-line-key-binding. Handle any event on a string.
1282 Check for `keymap' properties as well as `local-map' properties.
1283
1284 * comint.el (comint-insert-clicked-input): Use the last key
1285 from this-command-keys to lookup the global key definition.
1286
1287 2001-03-09 Kenichi Handa <handa@etl.go.jp>
1288
1289 * international/characters.el: Add category `j' for
1290 katakana-jisx0201. Fix syntaxes of katakana-jisx0201.
1291
1292 * international/mule-conf.el (no-conversion): Fix docstring.
1293 (raw-text): Fix docstring.
1294
1295 2001-03-08 Gerd Moellmann <gerd@gnu.org>
1296
1297 * simple.el (choose-completion-string): When not leaving the
1298 minibuffer, raise the minibuffer frame when minibuffer-auto-raise
1299 is set.
1300
1301 * window.el (shrink-window-if-larger-than-buffer): Handle frame
1302 parameter `(minibuffer . t)'.
1303
1304 2001-03-07 Stefan Monnier <monnier@cs.yale.edu>
1305
1306 * progmodes/sh-script.el (sh-st-symbol): New symbol.
1307 (sh-font-lock-syntactic-keywords): Use it and fix bogus comment regexp.
1308 (sh-mode): Remove `make-local-variable' for unused var
1309 `font-lock-unfontify-region-function'.
1310
1311 2001-03-07 Richard M. Stallman <rms@gnu.org>
1312
1313 * info.el (Info-scroll-down): Fix previous change.
1314
1315 * mail/rmail.el (rmail-toggle-header): Use a window which
1316 is showing the Rmail buffer, rather than the selected window.
1317
1318 2001-03-07 Dave Love <fx@gnu.org>
1319
1320 * imenu.el (imenu--create-keymap-2): Revert use of menu-item for
1321 now, to avoid problems with binding imenu directly to a mouse event.
1322
1323 2001-03-07 Gerd Moellmann <gerd@gnu.org>
1324
1325 * info.el (Info-scroll-down): Call pos-visible-in-window-p with
1326 second arg t.
1327
1328 2001-03-07 Stefan Monnier <monnier@cs.yale.edu>
1329
1330 * log-edit.el (log-edit-common-indent): New var.
1331 (log-edit-set-common-indentation): Renamed from
1332 log-edit-delete-common-indentation. Use the new var.
1333 (log-edit-insert-changelog, log-edit-done-hook): Use the new name.
1334
1335 * pcvs.el (cvs-ignore-marks-modif): Use `rassoc' rather than `member*'.
1336 (cvs-mode-add-change-log-entry-other-window):
1337 Don't presume change-log-default-name is defined.
1338
1339 * pcvs-util.el (cvs-bury-buffer): In doubt, don't delete window.
1340
1341 * pcvs-defs.el (cvs-buffer-name-alist): Use *cvs-info* for
1342 the "tree" operation as well.
1343
1344 * pcvs-parse.el (cvs-parse-table): Add another ignored message.
1345
1346 * textmodes/fill.el (fill-context-prefix): Allow first-line-prefix
1347 to match paragraph-start.
1348
1349 * textmodes/sgml-mode.el (sgml-mode-common): Correct value of
1350 comment-start-skip and set comment-end-skip as well.
1351 (sgml-comment-indent): Fix for new value of comment-start-skip.
1352 (html-autoview-mode): Don't bother using make-local-hook.
1353
1354 2001-03-07 Gerd Moellmann <gerd@gnu.org>
1355
1356 * cus-edit.el (custom-save-delete): Move in front of local
1357 variables, otherwise long Custom entries would make them ineffective.
1358
1359 * uniquify.el: Set maintainer to FSF.
1360
1361 2001-03-07 Eli Zaretskii <eliz@is.elta.co.il>
1362
1363 * dired-aux.el (dired-do-shell-command): Doc fix.
1364
1365 2001-03-06 Stefan Monnier <monnier@cs.yale.edu>
1366
1367 * emulation/viper.el (viper-vi-state-mode-list): Add cperl-mode.
1368
1369 * which-func.el (which-func-modes): Add cperl-mode.
1370 (which-func-mode-global): Use define-minor-mode.
1371
1372 * info-look.el: Docstring fixes and dead code eliminated.
1373 (cperl-mode): Add support.
1374 (emacs-lisp-mode): List all entries from elisp manual, whether
1375 or not they are currently (f)bound or not. Update regexp.
1376
1377 * add-log.el (add-log-current-defun): Accept `cperl-mode' as well.
1378
1379 * progmodes/cperl-mode.el (cperl-mode): Set major-mode to cperl-mode
1380 so that C-h m shows the correct information.
1381 Use make-local-variable rather than make-variable-buffer-local.
1382 (cperl-info-buffer, cperl-setup-tmp-buf):
1383 Use make-local-variable rather than make-variable-buffer-local.
1384 (cperl-msb-fix, cperl-get-help-defer):
1385 Check major-mode for `cperl-mode' as well.
1386
1387 * progmodes/cperl-mode.el: Updated to author version 4.23.
1388 (cperl-electric-pod): SYNOPSIS was misspelled.
1389 (cperl-find-pods-heres): @if ? a : b was considered a REx.
1390 (cperl-after-expr-p): Make true after __END__.
1391
1392 2001-03-06 Gerd Moellmann <gerd@gnu.org>
1393
1394 * bookmark.el (bookmark-get-bookmark): Use assoc-ignore-case if
1395 bookmark-completion-ignore-case is t.
1396
1397 * term/x-win.el (x-handle-xrm-switch): Accept more than one -xrm
1398 switch, like xterm, and concat resource strings, with a newline
1399 between them.
1400
1401 2001-03-06 Eli Zaretskii <eliz@is.elta.co.il>
1402
1403 * international/codepage.el (cp770-decode-table)
1404 (cp773-decode-table, cp774-decode-table): New variables.
1405
1406 * man.el (Man-hyphenated-reference-regexp): New variable.
1407 (Man-build-references-alist): Use it to search for referenced
1408 manpages. If hyphenated is non-nil, record a concatenated word in
1409 Man-refpages-alist only if it matches Man-reference-regexp.
1410 Update word's length when it is concatenated. Reverse the list,
1411 to get the first manpage at the head.
1412 (Man-possibly-hyphenated-word): New function.
1413 (Man-follow-manual-reference): Use it instead of current-word to
1414 find a manpage at point, in a way that accounts for hyphenated
1415 references.
1416
1417 2001-03-06 Alex Schroeder <alex@gnu.org>
1418
1419 * sql.el (sql-interbase): New function.
1420 (sql-interbase-program): New option.
1421 (sql-interbase-options): New option.
1422 And some typos fixed: "customise" to "customize".
1423
1424 2001-03-06 Dave Love <fx@gnu.org>
1425
1426 * textmodes/flyspell.el (flyspell-region):
1427 Set up flyspell-local-mouse-map.
1428
1429 2001-03-05 Richard M. Stallman <rms@gnu.org>
1430
1431 * mail/rmail.el (rmail-retry-failure):
1432 Don't call rmail-beginning-of-message.
1433 Don't discard From: field. Do discard Received: field.
1434 Use unwind-protect to re-prune.
1435 (rmail-retry-ignored-headers): Discard X-Authentication-Warning field.
1436
1437 2001-03-06 Kenichi Handa <handa@etl.go.jp>
1438
1439 * international/quail.el (quail-title): Add autoload cookie.
1440
1441 2001-03-05 Dave Love <fx@gnu.org>
1442
1443 * emacs-lisp/cl.el (dotimes, dolist): Undef prior to autoloading
1444 new defs.
1445
1446 2001-03-05 Kenichi Handa <handa@etl.go.jp>
1447
1448 * language/ethio-util.el (ethio-toggle-space):
1449 Update current-input-method-title if necessary.
1450 (ethio-toggle-punctuation): Likewise.
1451
1452 * international/quail.el (quail-title): Fix for the case that a
1453 title of an input method is specified by a list of the same form
1454 as used in mode-line-format.
1455
1456 * international/mule-cmds.el (activate-input-method):
1457 If current-input-method-title is set by activating INPUT-METHOD,
1458 respect that value.
1459
1460 2001-03-05 Gerd Moellmann <gerd@gnu.org>
1461
1462 * play/dunnet.el (dun-mode): Set major-mode to `dun-mode'.
1463
1464 2001-03-05 Alex Schroeder <alex@gnu.org>
1465
1466 * sql.el (sql-sybase): Fix typo (was: query user about server two
1467 times instead of server and database).
1468
1469 * sql.el (sql-sybase): Doc change.
1470 (sql-mysql): Doc change.
1471 (sql-postgres): Doc change.
1472
1473 2001-03-05 Kenichi Handa <handa@etl.go.jp>
1474
1475 * international/mule-conf.el (emacs-mule, raw-text):
1476 Docstring modified.
1477
1478 2001-03-04 Eli Zaretskii <eliz@is.elta.co.il>
1479
1480 * term/internal.el: Update copyright notice.
1481
1482 * term/pc-win.el: Update copyright notice.
1483
1484 2001-03-02 Dave Love <fx@gnu.org>
1485
1486 * files.el (insert-file-contents-literally):
1487 Bind inhibit-file-name-handlers and inhibit-file-name-operation,
1488 not jka-compr-compression-info-list.
1489
1490 2001-03-02 Stefan Monnier <monnier@cs.yale.edu>
1491
1492 * newcomment.el (comment-normalize-vars): Use [ \t] for the trailing
1493 spaces in default comment-start-skip settings rather than \s-.
1494
1495 2001-03-02 Eli Zaretskii <eliz@is.elta.co.il>
1496
1497 * term/pc-win.el (msdos-handle-reverse-video): Look for reverse in
1498 default-frame-alist as well.
1499
1500 2001-03-01 Dave Love <fx@gnu.org>
1501
1502 * textmodes/reftex.el (defvar): Wrap some defvars in
1503 eval-when-compile. From Markus Rost <rost@math.ohio-state.edu>.
1504
1505 * subr.el (event-basic-type): Doc fix.
1506
1507 * international/quail.el: Doc fixes.
1508
1509 * international/utf-8.el: Doc fixes.
1510
1511 * international/mule-cmds.el: Doc fixes.
1512 (leim-list-header): Fix header text.
1513
1514 * international/mule.el (coding-system-category): Doc fix.
1515
1516 * international/ccl.el (ccl-compile): Doc fix.
1517
1518 2001-03-01 Stefan Monnier <monnier@cs.yale.edu>
1519
1520 * font-lock.el (save-buffer-state): Use inhibit-modification-hooks
1521 rather than (before|after)-change-functions.
1522
1523 2001-03-01 Gerd Moellmann <gerd@gnu.org>
1524
1525 * ediff-util.el (ediff-scroll-horizontally): Arrange for
1526 scroll-left and scroll-right being called interactively so that
1527 they set the window's min_hscroll.
1528
1529 2001-03-01 Eli Zaretskii <eliz@is.elta.co.il>
1530
1531 * info.el (info-insert-file-contents-1): Accept an additional
1532 argument `lfn': if it is non-nil, concatenate `filename' and
1533 `suffix'; otherwise use the complicated MS-DOS code.
1534 All callers changed.
1535 (info-insert-file-contents, Info-find-node): If the MS-DOS port
1536 can access long file names, try the long file-name version of
1537 `info-insert-file-contents-1', then the short file-name version.
1538
1539 2001-02-28 TAKAHASHI Naoto <ntakahas@m17n.org>
1540
1541 * language/ethio-util.el (setup-ethiopic-environment-internal):
1542 Change bindings of functions keys to conform to "Emacs Lisp Coding
1543 Convention".
1544
1545 * language/ethiopic.el ("Ethiopic"): Add documentation.
1546
1547 2001-02-28 Kenichi Handa <handa@etl.go.jp>
1548
1549 * international/utf-8.el (mule-utf-8): Set coding-category
1550 property to coding-category-utf-8.
1551
1552 2001-02-27 Richard M. Stallman <rms@gnu.org>
1553
1554 * lpr.el (lpr-page-header-switches, print-region-1):
1555 Undo 2000-07-06 change.
1556 (lpr-add-switches): Default to t on gnu/linux.
1557
1558 2001-02-27 Gerd Moellmann <gerd@gnu.org>
1559
1560 * bs.el (bs-attributes-list): Doc fix.
1561
1562 2001-02-26 Gerd Moellmann <gerd@gnu.org>
1563
1564 * help.el (describe-project): Display the file THE-GNU-PROJECT.
1565
1566 * help.el (view-order-manuals): Use goto-address.
1567
1568 * startup.el (command-line-1): Add info about ordering manuals
1569 to the not so fancy splash screens.
1570
1571 2001-02-26 Andre Spiegel <spiegel@gnu.org>
1572
1573 * vc.el (vc-default-workfile-unchanged-p)
1574 (vc-default-latest-on-branch-p): Add missing BACKEND argument.
1575
1576 2001-02-26 Gerd Moellmann <gerd@gnu.org>
1577
1578 * lazy-lock.el (lazy-lock-fontify-after-idle): Make sure to
1579 fontify in the right buffer.
1580
1581 * allout.el (outline-flag-region): Move macro in front of first
1582 use to avoid a run-time error.
1583
1584 2001-02-24 Andrew Innes <andrewi@gnu.org>
1585
1586 * makefile.w32-in: Fix copyright notice.
1587
1588 2001-02-24 Kenichi Handa <handa@etl.go.jp>
1589
1590 * international/utf-8.el (mule-utf-8): Set correct value for
1591 valid-codes property.
1592
1593 * international/fontset.el (x-complement-fontset-spec): In the
1594 case that we use ASCII font for the other charsets, use only
1595 family and registry part of it.
1596
1597 2001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
1598
1599 * window.el (fit-window-to-buffer, window-safely-shrinkable-p)
1600 (shrink-window-if-larger-than-buffer): Doc fix.
1601
1602 2001-02-23 Stefan Monnier <monnier@cs.yale.edu>
1603
1604 * hi-lock.el (hi-lock-unface-buffer): Use nil rather than t for
1605 predicate passed to completing-read.
1606
1607 2001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
1608
1609 * startup.el (command-line): Fix last change.
1610
1611 2001-02-23 Jason Rumney <jasonr@gnu.org>
1612
1613 * startup.el (tool-bar-originally-present): New variable.
1614 (command-line): Set it if the tool-bar is switched on at startup.
1615
1616 * frame.el (frame-notice-user-settings): Only adjust frame height
1617 for no tool-bar case if tool-bar was originally switched on.
1618 From E. Jay Berkenbilt.
1619
1620 2001-02-22 Stefan Monnier <monnier@cs.yale.edu>
1621
1622 * server.el (server-switch-buffer): Only switch window if the
1623 current one is dedicated.
1624
1625 * textmodes/fill.el (fill-region-as-paragraph): Skip spaces backward
1626 rather than using (match-beginning 0) when searching for break point.
1627
1628 2001-02-22 Eli Zaretskii <eliz@is.elta.co.il>
1629
1630 * textmodes/texinfmt.el (texinfo-format-scan): Signal an error if
1631 @ follows an accent command such as @'. Support optional braces
1632 in commands that insert accents, like makeinfo does.
1633
1634 2001-02-22 Gerd Moellmann <gerd@gnu.org>
1635
1636 * startup.el (fancy-splash-text): Add a line for ordering
1637 manuals. Reverse order of splash screens shown.
1638 (use-fancy-splash-screens-p): Adapt to the text line added.
1639
1640 * menu-bar.el (menu-bar-help-menu): Add an item for ordering
1641 manuals from the FSF.
1642
1643 * help.el (view-order-manuals): New function.
1644 (toplevel): Bind C-h C-m to this function.
1645
1646 2001-02-21 Stefan Monnier <monnier@cs.yale.edu>
1647
1648 * newcomment.el (comment-forward): Skip the comment-start before
1649 searching for the comment-end.
1650
1651 2001-02-21 Dave Love <fx@gnu.org>
1652
1653 * custom.el (custom-initialize-changed, defcustom): Doc fix.
1654
1655 * international/mule-cmds.el, international/mule.el: Doc fixes.
1656
1657 * play/fortune.el: Fix autoload cookies. Add types to defcustoms.
1658 (fortune) <defgroup>: Add :link.
1659 (fortune-from-region): Use eq, not eql.
1660
1661 2001-02-21 Gerd Moellmann <gerd@gnu.org>
1662
1663 * startup.el (fancy-splash-screens): Use display-hourglass
1664 instead of display-busy-cursor.
1665
1666 * frame.el (display-hourglass): Renamed from busy-cursor.
1667 (hourglass-delay): Renamed from busy-cursor-delay-seconds.
1668 (show-cursor-in-non-selected-windows): Doc fix.
1669
1670 2001-02-20 Dave Love <fx@gnu.org>
1671
1672 * international/utf-8.el: Doc and commentary fixes.
1673
1674 2001-02-20 Eli Zaretskii <eliz@is.elta.co.il>
1675
1676 * ehelp.el (with-electric-help): Doc fix.
1677
1678 2001-02-20 Gerd Moellmann <gerd@gnu.org>
1679
1680 * msb.el (msb-mode): Call the update-buffers function explicitly
1681 with a FORCE argument.
1682
1683 * menu-bar.el (menu-bar-update-buffers): Add optional parameter
1684 FORCE. If set, update the menu even if frame-or-buffer-changed-p
1685 returns nil.
1686
1687 2001-02-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1688
1689 * ps-print.el: Timestamp package replacement. Some enhancements.
1690 Some XEmacs compatibility. Doc fix.
1691 (ps-print-version): New version number (6.4).
1692 (ps-printer-name): Initialization fix.
1693 (ps-zebra-stripe-follow): Funcionality enhancement.
1694 (ps-prologue-file): Code enhancement.
1695 (ps-right-header): Timestamp package replacement.
1696 (ps-setup, ps-face-bold-p, ps-face-italic-p)
1697 (ps-get-page-dimensions)
1698 (ps-generate-header, ps-begin-file, ps-begin-job)
1699 (ps-generate-postscript-with-faces, ps-do-despool): Code fix.
1700 (ps-time-stamp-mon-dd-yyyy, ps-time-stamp-hh:mm:ss): New funs.
1701 (ps-zebra-stripe-full-p, ps-zebra-stripe-alist): New vars.
1702 (coding-system-for-write): Var declaration (XEmacs compatibility).
1703
1704 2001-02-20 Miles Bader <miles@gnu.org>
1705
1706 * image-file.el (image-file-name-extensions): Add "tif".
1707
1708 2001-02-19 Gerd Moellmann <gerd@gnu.org>
1709
1710 * wid-edit.el (widget-button-click): Save the selected window
1711 around the code handling clicks on buttons.
1712
1713 2001-02-18 Dave Love <fx@gnu.org>
1714
1715 * imenu.el (imenu--generic-function): Use mapc to iterate over
1716 syntax characters.
1717
1718 2001-02-17 Richard M. Stallman <rms@gnu.org>
1719
1720 * progmodes/fortran.el (fortran-strip-sqeuence-nos): Doc fix.
1721
1722 * uniquify.el (uniquify-buffer-name-style): Doc fix.
1723
1724 2001-02-16 Gerd Moellmann <gerd@gnu.org>
1725
1726 * mouse.el (mouse-save-then-kill): If the distance from the new
1727 point to the mark is equal to the distance of point from the new
1728 point, move point instead of the mark.
1729
1730 2001-02-16 Dave Love <fx@gnu.org>
1731
1732 * textmodes/flyspell.el (flyspell-get-word): Return string without
1733 properties.
1734
1735 2001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
1736
1737 * generic.el (generic-find-file-regexp): Doc fix.
1738 (generic-ignore-files-regexp): New defcustom.
1739 (generic-mode-find-file-hook): If the file's name matches the
1740 regexp in `generic-ignore-files-regexp', don't enter
1741 default-generic-mode. Doc fix.
1742
1743 2001-02-16 Gerd Moellmann <gerd@gnu.org>
1744
1745 * textmodes/flyspell.el (flyspell-region, flyspell-buffer):
1746 Add autoload cookies.
1747
1748 * calendar/cal-tex.el (cal-tex-weekly4-box): Respect setting
1749 of cal-tex-24.
1750
1751 2001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
1752
1753 * simple.el (kill-region, kill-line, kill-ring-save): Doc fix.
1754
1755 * progmodes/compile.el (grep-regexp-alist): Remove the blank from
1756 the character class after the (optional) drive, to support file
1757 names with embedded blanks.
1758
1759 2001-02-15 Sam Steingold <sds@gnu.org>
1760
1761 * textmodes/tex-mode.el (tex-shell-running):
1762 Check the process buffer too.
1763
1764 2001-02-15 Dave Love <fx@gnu.org>
1765
1766 * battery.el (battery-status-function): Fix doc, :type.
1767
1768 * calendar/timeclock.el (timeclock-get-workday-function): Fix :type.
1769
1770 2001-02-15 Gerd Moellmann <gerd@gnu.org>
1771
1772 * subr.el (read-passwd): Clear Lisp memory holding password.
1773
1774 2001-02-15 Miles Bader <miles@gnu.org>
1775
1776 * info.el (Info-copy-current-node-name): New function.
1777 (Info-mode-menu): Add it to the menu.
1778
1779 2001-02-14 Richard M. Stallman <rms@theobromine.ai.mit.edu>
1780
1781 * international/mule-cmds.el (toggle-input-method): Doc fix.
1782
1783 2001-02-13 Stefan Monnier <monnier@cs.yale.edu>
1784
1785 * replace.el (occur): Stop at end of buffer.
1786
1787 2001-02-13 Eli Zaretskii <eliz@is.elta.co.il>
1788
1789 * international/mule-cmds.el (set-input-method): Another doc fix.
1790
1791 2001-02-13 David M. Koppelman <koppel@ee.lsu.edu>
1792
1793 * hi-lock.el (hi-lock-find-patterns): Don't activate font-lock-mode.
1794
1795 2001-02-13 Miles Bader <miles@gnu.org>
1796
1797 * faces.el (set-face-background, set-face-foreground)
1798 (set-face-stipple): Treat a value of nil as being `unspecified'.
1799
1800 2001-02-12 Dave Love <d.love@dl.ac.uk>
1801
1802 * international/latin1-disp.el: Doc fixes.
1803 (latin1-display) <defgroup>: Add :link.
1804 (latin1-display) <function>: Set variable latin1-display.
1805
1806 2001-02-12 Eli Zaretskii <eliz@is.elta.co.il>
1807
1808 * international/mule-cmds.el (set-input-method): Doc fix.
1809
1810 2001-02-12 Eric M. Ludlam <zappo@choochoo.ultranet.com>
1811
1812 * speedbar.el (speedbar-frame-parameters): No toolbar lines.
1813 (speedbar-line-file): Return nil if not a file.
1814 (speedbar-buffers-line-path): Return file for tags, and dir for files.
1815
1816 2001-02-12 Michael Kifer <kifer@cs.sunysb.edu>
1817
1818 * ediff-diff.el (ediff-make-diff2-buffer): Removed bogus checks
1819 for remote files.
1820 (ediff-coding-system-for-read): Replaced the no-conversion default
1821 with raw-text.
1822
1823 * ediff-init.el: Removed :version from defcustom vars.
1824
1825 * ediff-util.el (ediff-compute-custom-diffs-maybe):
1826 Better handling of the diff mode.
1827
1828 * ediff.texi: Added ediff-coding-system-for-read.
1829
1830 * viper.texi: Fix typos.
1831
1832 2001-02-11 Dave Love <fx@gnu.org>
1833
1834 * shadowfile.el: Doc fixes.
1835 (shadow) <defgroup>: Add :link.
1836 (shadowfile-unload-hook): New function.
1837 (shadow-initialize): Use defalias, not fset.
1838 (shadow-define-cluster, shadow-define-literal-group)
1839 (shadow-define-regexp-group, shadow-initialize): Add autoload cookie.
1840
1841 * international/mule.el: Doc and message fixes.
1842
1843 * international/ccl.el (define-ccl-program): Doc fix.
1844
1845 2001-02-11 Kenichi Handa <handa@etl.go.jp>
1846
1847 * faces.el (mode-line): Set :line-width property to -1.
1848
1849 2001-02-10 Richard M. Stallman <rms@gnu.org>
1850
1851 * complete.el (partial-completion-mode): Doc fix.
1852
1853 * simple.el (delete-key-deletes-forward-mode):
1854 Change `let' to `let*' to fix gross bug in last change.
1855
1856 * repeat.el (repeat): Don't let execute-kbd-macro alter
1857 real-last-command.
1858
1859 2001-02-10 Eli Zaretskii <eliz@is.elta.co.il>
1860
1861 * simple.el (eval-expression): Doc fix.
1862
1863 2001-02-09 Dave Love <fx@gnu.org>
1864
1865 * imenu.el (imenu-generic-expression): Doc fix.
1866
1867 * emacs-lisp/re-builder.el (reb-mode): Quote the hook name.
1868 From Juanma Barranquero.
1869
1870 * emacs-lisp/authors.el (authors): Expand `root' before running find.
1871
1872 2001-02-09 Kenichi Handa <handa@etl.go.jp>
1873
1874 * faces.el (set-face-attribute): Describe the case of a negative
1875 value specified for :line-width.
1876
1877 2001-02-08 Stefan Monnier <monnier@cs.yale.edu>
1878
1879 * which-func.el (which-func-mode): Invert which-func-mode-global.
1880 From Juanma Barranquero <lektu@uol.com.br>.
1881
1882 2001-02-08 Dave Love <fx@gnu.org>
1883
1884 * wid-edit.el (widget-plist-convert-widget): Replace binding of
1885 widget-plist-value-type.
1886 (widget-alist-convert-widget): Replace binding of
1887 widget-alist-value-type.
1888
1889 * textmodes/paragraphs.el (sentence-end): Doc fix.
1890
1891 * eshell/em-rebind.el (eshell-cannot-leave-input-list):
1892 Remove `backward-line'.
1893
1894 * play/pong.el (pong-blank-color, pong-bat-color)
1895 (pong-ball-color, pong-border-color, pong-left-key)
1896 (pong-right-key, pong-up-key, pong-down-key, pong-quit-key)
1897 (pong-pause-key, pong-resume-key, pong-timer-delay):
1898 * mail/mh-comp.el (mh-compose-letter-function):
1899 * eshell/esh-mode.el (eshell-skip-prompt-function):
1900 * emulation/viper-ex.el (ex-unix-type-shell-options):
1901 * recentf.el (recentf-menu-filter):
1902 * ps-print.el (ps-print-region-function):
1903 * lpr.el (print-region-function):
1904 * forms.el (forms-mode-hooks):
1905 * dirtrack.el (dirtrack-directory-change-hook):
1906 * cus-start.el (temp-buffer-show-function, display-buffer-function):
1907 * textmodes/spell.el (spell-filter):
1908 * textmodes/fill.el (adaptive-fill-function):
1909 * textmodes/bibtex.el (bibtex-autokey-before-presentation-function):
1910 * progmodes/etags.el (find-tag-default-function):
1911 * progmodes/dcl-mode.el (dcl-calc-command-indent-function):
1912 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
1913
1914 2001-02-07 Eli Zaretskii <eliz@is.elta.co.il>
1915
1916 * emulation/viper-init.el (viper-fast-keyseq-timeout)
1917 (viper-translate-all-ESC-keysequences): Doc fix. From Jim
1918 Meyering <jim@meyering.net>.
1919
1920 * loadup.el: Revert last change.
1921
1922 2001-02-07 Kenichi Handa <handa@etl.go.jp>
1923
1924 * international/mule.el (transform-make-coding-system-args):
1925 Make it work also for coding systems not using CCL.
1926
1927 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
1928
1929 * simple.el (previous-matching-history-element)
1930 (next-matching-history-element): Doc fix.
1931
1932 * loadup.el: Load ccl before utf-8; don't load ccl in the ms-dos
1933 specific part.
1934
1935 2001-02-06 Dave Love <fx@gnu.org>
1936
1937 * add-log.el (add-log-current-defun-function)
1938 (add-log-buffer-file-name-function, add-log-file-name-function):
1939 Fix :type.
1940 (change-log-mode) <font-lock-defaults>: Set SYNTAX-BEGIN.
1941
1942 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
1943
1944 * info.el (info-initialize): Remove the test for system-type when
1945 invocation-directory is non-nil.
1946
1947 * progmodes/make-mode.el (makefile-mode): Set SYNTAX-BEGIN member
1948 of `font-lock-defaults' to `backward-paragraph' rather than nil.
1949
1950 2001-02-06 Andrew Innes <andrewi@gnu.org>
1951
1952 * makefile.w32-in (EMACS): Use $(THISDIR) to make emacs.exe path
1953 absolute.
1954
1955 2001-02-06 David M. Koppelman <koppel@ee.lsu.edu>
1956
1957 * hi-lock.el (hi-lock-mode): Toggling hi-lock-mode now affects all
1958 buffers. When hi-lock turned on rather than only checking current
1959 buffer for regexps, all buffers are checked. Moved activation of
1960 font-lock to hi-lock-refontify. When font-lock turned off rather
1961 than removing added highlighting just in current buffer, remove it
1962 in all buffers. Changed edit menu text from "Automatic
1963 Highlighting" to "Regexp Highlighting" Documentation for
1964 highlighting phrases, minor documentation changes.
1965 (hi-lock-set-file-patterns): Execute only if there are new or
1966 existing file patterns.
1967 (hi-lock-refontify): Assume font-lock-fontify-buffer will first
1968 unfontify and, if a support mode is active, will not refontify the
1969 whole buffer. If necessary, turn on font lock. (Removed
1970 font-lock-unfontify and font-lock support-mode-specific calls,
1971 such as lazy-lock-fontify-window.)
1972 (hi-lock-find-patterns): Do not turn on hi-lock-mode even if
1973 patterns are found. Not useful now since find-file-hook is removed
1974 if hi-lock is off, but may be needed for per-buffer hi-lock activation.
1975 (hi-lock-face-phrase-buffer): New function. Also added related
1976 menu item and keybinding.
1977 (highlight-phrase): New alias, to hi-lock-face-phrase-buffer.
1978 (hi-lock-process-phrase): New function.
1979 (hi-lock-line-face-buffer): Doc fixes.
1980 (hi-lock-face-buffer): Doc fixes.
1981 (hi-lock-unface-buffer): Doc fixes.
1982
1983 2001-02-06 Gerd Moellmann <gerd@gnu.org>
1984
1985 * dabbrev.el (dabbrev-ignored-buffer-regexps): Renamed from
1986 dabbrev-ignored-regexps.
1987
1988 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
1989
1990 * simple.el (kill-line): Doc fix.
1991
1992 2001-02-05 Dave Love <fx@gnu.org>
1993
1994 * loadup.el: Revert last two changes -- bootstrapping works with
1995 regenerated loaddefs.
1996
1997 2001-02-05 Eli Zaretskii <eliz@is.elta.co.il>
1998
1999 * isearch.el (isearch-forward): Doc fix.
2000
2001 * textmodes/nroff-mode.el (nroff-mode): Set the SYNTAX-BEGIN part
2002 of font-lock-defaults to backward-paragraph.
2003
2004 2001-02-05 Gerd Moellmann <gerd@gnu.org>
2005
2006 * mail/rmail.el (rmail-ignored-headers): Add X-Trace,
2007 X-Complaints-To, NNTP-Posting-Date, and User-Agent.
2008
2009 2001-02-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2010
2011 * ebnf2ps.el: Eliminate time-stamp functions.
2012 (ebnf-version): New version (3.5).
2013 (ebnf-eps-finish-and-write): Replace time-stamp functions by
2014 format-time-string.
2015
2016 2001-02-05 Gerd Moellmann <gerd@gnu.org>
2017
2018 * simple.el (next-line): Goto end-of-line before inserting a newline.
2019
2020 2001-02-05 Miles Bader <miles@gnu.org>
2021
2022 * image-file.el (insert-image-file): When visiting an image, also
2023 set `truncate-lines' to t so that any fringe arrow looks correct.
2024
2025 2001-02-05 Kenichi Handa <handa@etl.go.jp>
2026
2027 * isearch.el (isearch-forward): Add description about input method
2028 in the docsting.
2029
2030 2001-02-04 Stefan Monnier <monnier@cs.yale.edu>
2031
2032 * skeleton.el (skeleton-internal-1): Always push the mark for @.
2033
2034 2001-02-02 Eli Zaretskii <eliz@is.elta.co.il>
2035
2036 * info.el (info-initialize): If installation-directory is nil, for
2037 DOS/Windows systems try looking in a sibling of invocation-directory.
2038
2039 2001-02-02 Gerd Moellmann <gerd@gnu.org>
2040
2041 * wid-edit.el (widget-button-click): Fix last change.
2042
2043 * frame.el (frame-notice-user-settings): When resizing the initial
2044 frame because the tool bar is off, also change the frame's top
2045 position if a negative top position was specified.
2046
2047 2001-02-02 Miles Bader <miles@gnu.org>
2048
2049 * image-file.el (insert-image-file): When visiting an image,
2050 suppress the cursor in the image buffer.
2051
2052 2001-02-01 Dave Love <fx@gnu.org>
2053
2054 * progmodes/f90.el (f90-mode): Remove startup message.
2055
2056 * vc-cvs.el: Remove autoloads. Require vc when compiling.
2057
2058 2001-02-01 Gerd Moellmann <gerd@gnu.org>
2059
2060 * startup.el (command-line): Fix code determining whether or not
2061 to use delete-key-deletes-forward-mode.
2062
2063 2001-02-01 Andre Spiegel <spiegel@gnu.org>
2064
2065 * vc.el (vc-diff-switches): New user option.
2066 (vc-version-diff): Use it.
2067 (vc-diff-switches-list): New macro.
2068
2069 * vc-{rcs,cvs,sccs}.el: (vc-BACKEND-diff-switches):
2070 New customization options.
2071 (vc-BACKEND-diff): Use new options via vc-diff-switches-list.
2072
2073 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Return correct status.
2074
2075 2001-02-01 Gerd Moellmann <gerd@gnu.org>
2076
2077 * msb.el (toplevel): Quote hook symbols.
2078
2079 2001-02-01 Kenichi Handa <handa@etl.go.jp>
2080
2081 * international/mule.el (make-coding-system): Add description
2082 about recognized properties in the docstring.
2083
2084 * international/mule-conf.el: Remove unused charsets
2085 mac-roman-lower and mac-roman-upper.
2086
2087 2001-01-31 Gerd Moellmann <gerd@gnu.org>
2088
2089 * textmodes/fill.el (set-fill-prefix): Cancel fill prefix if point
2090 is in front of the left-margin, if any.
2091
2092 * simple.el (delete-key-deletes-forward-mode): Treat `kp-delete'
2093 like `delete'.
2094
2095 * bindings.el: Define `kp-delete' like `delete' in function-key-map.
2096
2097 * term/w32-win.el (mouse-set-font): Doc fix.
2098
2099 2001-01-31 Stefan Monnier <monnier@cs.yale.edu>
2100
2101 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer): Doc fix.
2102 (hi-lock-find-patterns): Turn on font-lock-mode, if it is not
2103 on already.
2104
2105 2001-01-31 Markus Rost <rost@math.ohio-state.edu>
2106
2107 * files.el (save-buffer): Don't give message if (buffer-file-name)
2108 returns nil.
2109
2110 2001-01-31 Eli Zaretskii <eliz@is.elta.co.il>
2111
2112 * toolbar/tool-bar.el (tool-bar-add-item): Doc fix.
2113
2114 * emacs-lisp/re-builder.el (reb-update-modestring): Don't use
2115 concat for integers. From Juanma Barranquero <lektu@uol.com.br>.
2116
2117 * term/w32-win.el (redisplay-dont-pause): Set to t to alleviate
2118 display problems.
2119
2120 2001-01-31 Kenichi Handa <handa@etl.go.jp>
2121
2122 * international/mule.el (charset-info): Fix docstring.
2123
2124 * international/mule-diag.el (describe-character-set): Check final
2125 char valid before printing it.
2126
2127 2001-01-30 Gerd Moellmann <gerd@gnu.org>
2128
2129 * lpr.el (lpr-windows-system, lpr-lp-system): Add autoload cookies.
2130
2131 * frame.el (frame-notice-user-settings): Do the tool-bar
2132 stuff only for graphical displays. Fix a braino.
2133
2134 * frame.el (frame-initialize): Create initial frame visible.
2135 (frame-notice-user-settings): When tool-bar has been switched off,
2136 correct the frame size and sync tool-bar-mode.
2137
2138 * startup.el (command-line): Remove manipulation of frame
2139 height for tool bars.
2140
2141 2001-01-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2142
2143 * lpr.el: Compatibility with XEmacs and doc fixes.
2144 (lpr-windows-system, lpr-lp-system): New vars.
2145 (lpr-printer-switch): New defcustom.
2146 (printer-name, lpr-command): Customization fix.
2147 (print-region-1): Code fix.
2148 (print-region-new-buffer, printify-region): Indentation fix.
2149 (lpr-eval-switch, lpr-flatten-list, lpr-flatten-list-1):
2150 New functions.
2151
2152 2001-01-29 Gerd Moellmann <gerd@gnu.org>
2153
2154 * msb.el (toplevel): Fix the eval-after-load.
2155
2156 2001-01-29 Dave Love <fx@gnu.org>
2157
2158 * eshell/esh-ext.el (eshell-windows-shell-file): Fix :type.
2159
2160 * eshell/em-ls.el (eshell-ls-exclude-regexp): Fix :type.
2161
2162 * progmodes/tcl.el (outline, dabbrev, add-log): Require when compiling.
2163 (tcl-using-emacs-19-23): Consider Emacs 21+.
2164 (tcl-help-directory-list, tcl-command-switches): Fix :type.
2165 (tcl-add-emacs-menu): Supply menu name.
2166 (tcl-beginning-of-defun, tcl-end-of-defun): Defalias, don't fset.
2167
2168 2001-01-29 Gerd Moellmann <gerd@gnu.org>
2169
2170 * simple.el (delete-trailing-whitespace): Don't delete formfeeds.
2171
2172 2001-01-29 Stefan Monnier <monnier@cs.yale.edu>
2173
2174 * pcvs.el (cvs-mark-fis-dead): New function.
2175 (cvs-mode-add): Use it.
2176 (cvs-mode-add-change-log-entry-other-window):
2177 Rebind change-log-default-name to itself rather than to nil.
2178
2179 2001-01-29 Sam Steingold <sds@gnu.org>
2180
2181 * vc-cvs.el: Replaced (require 'vc) with a bunch of
2182 `autoload' statements.
2183
2184 2001-01-29 Eli Zaretskii <eliz@is.elta.co.il>
2185
2186 * files.el (confirm-kill-emacs): Doc fix.
2187
2188 * frame.el (frame-initialize): Doc fix.
2189
2190 * time-stamp.el (time-stamp-string): Doc fix.
2191
2192 * woman.el (WoMan-log-1): Make the log buffer writable.
2193 From Markus Rost <rost@math.ohio-state.edu>.
2194
2195 2001-01-29 Gerd Moellmann <gerd@gnu.org>
2196
2197 * imenu.el (imenu-syntax-alist): Add autoload cookie for
2198 the `make-variable-buffer-local'.
2199
2200 2001-01-29 Dave Love <fx@gnu.org>
2201
2202 * ansi-color.el (ansi-color-for-comint-mode): Add :version.
2203 (ansi-color-for-comint-mode-on, ansi-color-process-output):
2204 Add autoload cookie.
2205 (ansi-color-apply-sequence): Fix typo.
2206
2207 2001-01-29 Gerd Moellmann <gerd@gnu.org>
2208
2209 * menu-bar.el (menu-bar-files-menu): Add menu items for
2210 Postscript printing in black and white.
2211
2212 * mail/rmail.el (rmail-ignored-headers): Add X-Sign, X-BeenThere,
2213 X-Mailman-Version, Precedence, List-Help, List-Post,
2214 List-Subscribe, List-Id, List-Unsubscribe, List-Archive,
2215 Content-Type, Content-Length.
2216
2217 2001-01-29 Dave Love <fx@gnu.org>
2218
2219 * elide-head.el (elide-head): Make overlay evaporate.
2220
2221 * international/mule-conf.el (chinese-big5-1, chinese-big5-2): Doc fix.
2222
2223 2001-01-28 Eli Zaretskii <eliz@is.elta.co.il>
2224
2225 * isearch.el (isearch-highlight): Don't punt if the display
2226 doesn't support colors, since isearch faces are defined for
2227 monochrome displays as well.
2228
2229 2001-01-27 Sam Steingold <sds@gnu.org>
2230
2231 * shell.el (shell-write-history-on-exit): Make sure that we are in
2232 the shell buffer (M-x tex-file RET inserted the error message into
2233 the TeX buffer).
2234
2235 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
2236
2237 * simple.el (transient-mark-mode): Doc fix.
2238
2239 2001-01-27 Gerd Moellmann <gerd@gnu.org>
2240
2241 * progmodes/etags.el (find-tag-noselect): Don't bind tags-file-name.
2242
2243 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
2244
2245 * shell.el (shell-unquote-argument): If the shell is one of the
2246 mentioned in shell-dumb-shell-regexp, don't treat a backslash as a
2247 quote character.
2248 (shell-dumb-shell-regexp): Document that the shells which match
2249 this regexp are supposed to not treat a backslash as a quote character.
2250
2251 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Undo the change
2252 from 2001-01-12. It is not needed, since backspace is mapped into DEL.
2253
2254 2001-01-27 Richard M. Stallman <rms@gnu.org>
2255
2256 * dabbrev.el (dabbrev--substitute-expansion):
2257 Treat a one-capital-letter abbrev as "not all upper case",
2258 so as to force preservation of the expansion's pattern
2259 if the expansion starts with a capital letter.
2260
2261 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
2262
2263 * facemenu.el (facemenu-set-face, facemenu-set-face-from-menu):
2264 Doc fix.
2265
2266 * simple.el (transient-mark-mode): Document the fact that many
2267 commands act on the region when mark is active.
2268
2269 2001-01-27 Kenichi Handa <handa@etl.go.jp>
2270
2271 * international/quail.el (quail-setup-completion-buf): Make the
2272 multibyteness of current buffer inherited to Quail completion buffer.
2273 (quail-show-guidance-buf): Make the multibyteness of current
2274 buffer inherited to Quail guidance buffer.
2275 (quail-help): Make the multibyteness of current buffer inherited
2276 to Quail help buffer.
2277
2278 2001-01-26 Dave Love <fx@gnu.org>
2279
2280 * time-stamp.el: Doc fixes.
2281
2282 * progmodes/delphi.el (delphi-comment-face, delphi-string-face)
2283 (delphi-keyword-face, delphi-other-face): Fix :type.
2284
2285 * textmodes/flyspell.el: Doc fixes. Add :version to new options.
2286
2287 * mail/feedmail.el (feedmail): Add :link.
2288 (feedmail-send-it): Doc fix.
2289
2290 * mail/sendmail.el: Doc fixes.
2291 (sendmail-send-it): Fix the non-ASCII regexp and use
2292 rfc2047-encode-string.
2293
2294 * dired.el, dired-aux.el: Revert last change.
2295
2296 2001-01-26 Gerd Moellmann <gerd@gnu.org>
2297
2298 * makefile.w32-in (DONTCOMPILE): Add various term files.
2299
2300 2001-01-26 Dave Love <fx@gnu.org>
2301
2302 * Makefile.in (DONTCOMPILE): Add various term files.
2303
2304 2001-01-26 Gerd Moellmann <gerd@gnu.org>
2305
2306 * man.el (Man-default-man-entry, Man-mode): Doc fix.
2307
2308 * startup.el (display-startup-echo-area-message): Make sure
2309 the echo area is resized to fit the size of the startup message.
2310
2311 * gud.el (gud-perldb-massage-args): Avoid nreverse'ing a list
2312 part of which is a constant.
2313
2314 2001-01-26 Eli Zaretskii <eliz@is.elta.co.il>
2315
2316 * loadup.el (Top-level) [ms-dos]: Don't load international/ccl twice.
2317
2318 2001-01-26 Richard M. Stallman <rms@gnu.org>
2319
2320 * simple.el (next-line): Don't let `newline' expand abbrevs.
2321 Simplify slightly.
2322 (open-line): Don't let `newline' expand abbrevs.
2323
2324 2001-01-25 John Wiegley <johnw@gnu.org>
2325
2326 * eshell/esh-util.el (eshell-ange-ls-uids): Changed use of `alist'
2327 to `repeat' in the :type field.
2328
2329 * pcomplete.el (pcomplete-file-ignore): Changed a :type field to
2330 allow a choice of regexp or nil.
2331 (pcomplete-dir-ignore): Same.
2332
2333 * eshell/em-unix.el (eshell/occur): Fixed bug causing `occur' (as
2334 a command) to always fail.
2335
2336 2001-01-25 Gerd Moellmann <gerd@gnu.org>
2337
2338 * iswitchb.el (iswitchb-make-buflist): When nconc'ing lists, don't
2339 discard the result.
2340 (iswitchb-to-end): Likewise.
2341
2342 2001-01-25 Sam Steingold <sds@gnu.org>
2343
2344 * vc-cvs.el (vc-cvs-mode-line-string): Doc & comment fix.
2345 Require vc.
2346
2347 2001-01-25 Stefan Monnier <monnier@cs.yale.edu>
2348
2349 * smerge-mode.el (smerge-font-lock-keywords): Relax submatch 1.
2350
2351 * emacs-lisp/easy-mmode.el (define-minor-mode): Docstring fix.
2352
2353 2001-01-25 Dave Love <fx@gnu.org>
2354
2355 * lisp/international/mule-diag.el (describe-char-after): Doc fix.
2356 (describe-coding-system): Tweak the English text.
2357
2358 * loadup.el: Preload international/ccl for utf-8.
2359
2360 2001-01-25 Eli Zaretskii <eliz@is.elta.co.il>
2361
2362 * mail/rmail.el (rmail-redecode-body): Doc fix.
2363
2364 2001-01-25 Kenichi Handa <handa@etl.go.jp>
2365
2366 * international/mule-cmds.el (reset-language-environment):
2367 Reset coding-category-utf-8 to mule-utf-8.
2368
2369 * international/mule-conf.el (coding-category-utf-8):
2370 Initialize to mule-utf-8.
2371
2372 * loadup.el: Preload international/utf-8.
2373
2374 * international/utf-8.el: New file.
2375
2376 2001-01-24 Stefan Monnier <monnier@cs.yale.edu>
2377
2378 * diff-mode.el (diff-mode): Disable preliminary support for `compile'.
2379
2380 2001-01-24 Sam Steingold <sds@gnu.org>
2381
2382 * dired.el (dired-replace-in-string): Removed.
2383 (dired-sort-toggle): Use `replace-regexps-in-string'
2384 instead of `dired-replace-in-string'.
2385
2386 * dired-aux.el (dired-shell-stuff-it, dired-rename-subdir)
2387 (dired-rename-subdir-2, dired-insert-subdir-doinsert): Ditto.
2388
2389 * gs.el (gs-replace-in-string): Removed.
2390 (gs-options): Use `replace-regexps-in-string'
2391 instead of `gs-replace-in-string'.
2392
2393 2001-01-24 Eli Zaretskii <eliz@is.elta.co.il>
2394
2395 * mail/emacsbug.el (report-emacs-bug): Mention the fact that the
2396 bug report is mailed to an email list and posted to a news group.
2397
2398 2001-01-24 Gerd Moellmann <gerd@gnu.org>
2399
2400 * comint.el (comint-replace-by-expanded-history-before-point):
2401 Fix change of 2000-08-03 to move point to the start of the line again.
2402
2403 * startup.el (tool-bar-images-pixel-height): New variable.
2404 (command-line): After loading the user's init file, when
2405 tool-bar-mode is on, increase the frame's size by some lines for
2406 the tool-bar.
2407
2408 * frame.el (frame-initialize): Create the initial frame invisible.
2409
2410 2001-01-24 ShengHuo ZHU <zsh@cs.rochester.edu>
2411
2412 * language/chinese.el (chinese-iso-8bit): MIME:GB2312.
2413 (chinese-big5): MIME:Big5.
2414
2415 2001-01-24 Gerd Moellmann <gerd@gnu.org>
2416
2417 * international/mule-cmds.el (universal-coding-system-argument):
2418 Handle commands with prefix args.
2419
2420 2001-01-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
2421
2422 * calendar/diary-lib.el (diary-float): Fix case of MONTH
2423 being a list of numbers.
2424 (diary-mail-entries): Rewritten.
2425
2426 2001-01-23 Dave Love <fx@gnu.org>
2427
2428 * international/mule.el (make-coding-system): Fix typo.
2429
2430 * textmodes/outline.el (outline-mode) <font-lock-defaults>:
2431 Add backward-paragraph as font-lock-beginning-of-syntax-function.
2432
2433 2001-01-23 Eli Zaretskii <eliz@is.elta.co.il>
2434
2435 * font-lock.el (font-lock-mode): Doc fix.
2436
2437 2001-01-23 Kenichi Handa <handa@etl.go.jp>
2438
2439 * international/mule.el (make-translation-table): Fix docstring.
2440
2441 2001-01-22 Eli Zaretskii <eliz@is.elta.co.il>
2442
2443 * mail/rmail.el (rmail-redecode-body): New function.
2444
2445 * icomplete.el (icomplete-minibuffer-setup-hook): Doc fix.
2446
2447 2001-01-22 Gerd Moellmann <gerd@gnu.org>
2448
2449 * isearch.el (isearch-lazy-highlight-case-fold-search)
2450 (isearch-lazy-highlight-regexp): New variables.
2451 (isearch-lazy-highlight-cleanup): Update lazy highlight if
2452 case-fold search or regexp search has been toggled.
2453
2454 * wid-edit.el (widget-button-click): Avoid a save-excursion
2455 around running a global binding.
2456
2457 * isearch.el (isearch-lazy-highlight-initial-delay): Set default
2458 to 0.25.
2459
2460 2001-01-20 Miles Bader <miles@gnu.org>
2461
2462 * cus-edit.el (custom-face-save): Do post-processing on the face's
2463 new value like `custom-face-set' does.
2464
2465 2001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
2466
2467 * mail/emacsbug.el (report-emacs-bug): Report the value of
2468 LC_CTYPE, not LC_TYPE.
2469
2470 * isearch.el (isearch-forward): Add isearch-toggle-case-fold,
2471 isearch-toggle-regexp and isearch-edit-string to doc string.
2472
2473 2001-01-19 Gerd Moellmann <gerd@gnu.org>
2474
2475 * textmodes/texinfo.el (texinfo-mode): Use backward-paragraph
2476 as font-lock-beginning-of-syntax-function in font-lock-defaults.
2477
2478 * jit-lock.el (jit-lock-fontify-now): Don't bind
2479 font-lock-beginning-of-syntax-function to nil.
2480
2481 2001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
2482
2483 * mail/emacsbug.el (report-emacs-bug): Report values of
2484 locale-coding-system, default-enable-multibyte-characters, and the
2485 environment variables LC_ALL, LC_TYPE, and LANG.
2486
2487 2001-01-19 Gerd Moellmann <gerd@gnu.org>
2488
2489 * font-lock.el (font-lock-default-fontify-region): Fix last change.
2490
2491 * font-lock.el (font-lock-multiline): Default to nil.
2492 (font-lock-default-fontify-region): If font-lock-multiline is
2493 nil, don't check the property `font-lock-multiline'.
2494
2495 * jit-lock.el (jit-lock-after-change): If font-lock-multiline
2496 is nil, don't check the `font-lock-multiline' text property.
2497
2498 2001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
2499
2500 * viper.el: Call initial-major-mode on startup.
2501
2502 * ediff.el (ediff-patch-file): Use better defaults.
2503
2504 * ediff-vers.el: Fix for 8+3 DOS file systems.
2505
2506 2001-01-19 Colin Walters <walters@cis.ohio-state.edu>
2507
2508 * ediff-util.el (ediff-compare-custom-diffs-maybe): Put diff in
2509 diff mode, if available.
2510
2511 2001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
2512
2513 * ediff-hook.el (ediff-xemacs-init-menus): Fixed add-menu-button.
2514
2515 * ediff-init.el (subst-char-in-string): Define and use it, unless
2516 it's already defined.
2517
2518 2001-01-18 Gerd Moellmann <gerd@gnu.org>
2519
2520 * tooltip.el (tooltip-hide-delay): New user-option.
2521 (tooltip-show): Use tooltip-hide-delay instead of the default.
2522
2523 2001-01-18 Kenichi Handa <handa@etl.go.jp>
2524
2525 * mail/sendmail.el (mail-setup): Call set-buffer-multibyte because
2526 kill-local-variable doesn't work for enable-multibyte-characters.
2527
2528 2001-01-17 Dave Love <fx@gnu.org>
2529
2530 * ediff-init.el (ediff-before-setup-hook)
2531 (ediff-merge-filename-prefix): Add :version.
2532
2533 * international/latin1-disp.el: Require disp-table.
2534 (latin1-display): Fix :set.
2535
2536 * net/eudc-vars.el (eudc-server, eudc-protocol): Fix :type.
2537
2538 2001-01-17 Gerd Moellmann <gerd@gnu.org>
2539
2540 * isearch.el (isearch-lazy-highlight-initial-delay)
2541 (isearch-lazy-highlight-interval): Default to 0.
2542
2543 2001-01-17 Bob Glickstein <bobg@zanshin.com>
2544
2545 * isearch.el (isearch-highlight): Set isearch-overlay priority to
2546 1 here rather than each time through
2547 isearch-lazy-highlight-new-loop.
2548 (isearch-lazy-highlight-max): Variable deleted.
2549 (isearch-lazy-highlight-max-at-a-time): New user variable, like
2550 isearch-lazy-highlight-max but controls a single invocation of
2551 isearch-lazy-highlight-update.
2552 (isearch-lazy-highlight-wrapped): Variable recreated.
2553 (isearch-lazy-highlight-window-start): New variable.
2554 (isearch-lazy-highlight-cleanup): Restored to behavior of
2555 before 2-Jan.
2556 (isearch-lazy-highlight-remove-overlays): Function deleted;
2557 behavior folded into isearch-lazy-highlight-cleanup. "Keep"
2558 behavior removed.
2559 (isearch-lazy-highlight-new-loop): Restore old behavior of calling
2560 isearch-lazy-highlight-update in a loop rather than just once.
2561 Test isearch-invalid-regexp here and decide not to start a new
2562 loop, rather than testing it each time through
2563 isearch-lazy-highlight-update.
2564 (isearch-lazy-highlight-search): Function restored.
2565 (isearch-lazy-highlight-update): Get called in a timer loop again,
2566 but this time highlight more than one match each time through.
2567 Only highlight matches in the visible part of the window.
2568 Start at point, move in the direction of the search, and wrap around at
2569 the edge of the window. Use sit-for to force redisplay and ensure
2570 window-start is credible. "Face suppressing" behavior removed;
2571 overlay priorities should make it unnecessary, right?
2572 (isearch-highlight): Face suppressing behavior removed.
2573 (isearch-dehighlight): Face suppressing behavior removed.
2574 (isearch-set-lazy-highlight-faces-at): Removed.
2575
2576 2001-01-17 Kenichi Handa <handa@etl.go.jp>
2577
2578 * language/european.el ("Latin-1"): Make the format of description
2579 about additional language environments same as that of Latin-2.
2580
2581 2001-01-16 Dave Love <fx@gnu.org>
2582
2583 * isearch.el (isearch-lazy-highlight): Add :version.
2584
2585 * simple.el (backward-delete-char-untabify-method)
2586 (next-line-add-newlines): Add :version.
2587
2588 2001-01-16 Gerd Moellmann <gerd@gnu.org>
2589
2590 * bindings.el: Bind <backspace> and <delete> via function-key-map.
2591 Don't bind <delete> otherwise.
2592
2593 * simple.el (delete-key-deletes-forward-mode): Bind <backspace>
2594 and <delete> via function-key-map.
2595
2596 * textmodes/flyspell.el (mail-mode-flyspell-verify): Check in
2597 Subject line only if point is after the `Subject:'.
2598
2599 2001-01-16 Kenichi Handa <handa@etl.go.jp>
2600
2601 * language/japanese.el ("Japanese"): Add japanese-jisx0213-1 and
2602 japanese-jisx0213-2 in `charset' property of this lang. env.
2603
2604 * language/european.el ("Latin-1"): Add description for Dutch and
2605 Spanish lang. env.
2606
2607 * international/mule.el (decode-char): Fix conditions.
2608 (encode-char): Handle eight-bit-control too.
2609 (transform-make-coding-system-args): New function.
2610 (make-coding-system): Accept XEmacs style arguments for CCL base
2611 coding system.
2612
2613 2001-01-15 Gerd Moellmann <gerd@gnu.org>
2614
2615 * progmodes/etags.el (find-tag-noselect): Save the value of
2616 tags-file-name before switching buffers, for the case it has a
2617 buffer-local value.
2618
2619 2001-01-15 Alex Schroeder <alex@gnu.org>
2620
2621 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
2622 From Dave Love <fx@gnu.org>.
2623 (ansi-color-for-comint-mode): Fix :version.
2624
2625 2001-01-15 Alex Schroeder <alex@gnu.org>
2626
2627 * ansi-color.el (ansi-color-unfontify-region): Doc change.
2628
2629 2001-01-14 Eli Zaretskii <eliz@is.elta.co.il>
2630
2631 * dired.el (dired-insert-directory): If file-system-info fails,
2632 remove the " free " part, but don't signal an error.
2633
2634 2001-01-12 Sam Steingold <sds@gnu.org>
2635
2636 * bookmark.el (bookmark-maybe-historicize-string):
2637 Use new backquote syntax.
2638
2639 2001-01-12 Richard M. Stallman <rms@gnu.org>
2640
2641 * subr.el (last): Handle a list that doesn't end in nil.
2642
2643 2001-01-12 Sam Steingold <sds@gnu.org>
2644
2645 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind `backspace'
2646 to `backward-delete-char-untabify'.
2647
2648 2001-01-12 Dave Love <fx@gnu.org>
2649
2650 * cus-edit.el (customize-menu-create): Fix the :filter following
2651 easymenu change.
2652
2653 * wid-edit.el (function): Add :match-alternatives.
2654 (widget-color-action): Doc fix.
2655
2656 2001-01-12 Gerd Moellmann <gerd@gnu.org>
2657
2658 * calendar/calendar.el (calendar-basic-setup): Doc fix.
2659
2660 2001-01-12 Kenichi Handa <handa@etl.go.jp>
2661
2662 * international/mule-cmds.el (prefer-coding-system): Fix docstring.
2663
2664 * international/ccl.el (define-ccl-program): Fix docstring.
2665
2666 2001-01-11 Dave Love <fx@gnu.org>
2667
2668 * international/mule-cmds.el (standard-display-european-internal):
2669 Set display table for 2208 as for 160.
2670
2671 * progmodes/ada-mode.el (ada-popup-key): Fix last change.
2672
2673 * progmodes/fortran.el (fortran-mode-map): Modify Customization
2674 entry for custom-menu-create change.
2675 (fortran-strip-sqeuence-nos): Make arg optional. Fix regexp and
2676 don't cons it in the search loop.
2677
2678 * imenu.el (imenu--truncate-items): Revert last change.
2679
2680 2001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
2681
2682 * info.el (Info-setup-header-line): If the node header includes
2683 either Next: or Prev: links, don't show the File: and Node: parts
2684 in the header line.
2685
2686 2001-01-11 Gerd Moellmann <gerd@gnu.org>
2687
2688 * comint.el (comint-goto-process-mark): Don't print a message
2689 when running in batch mode.
2690
2691 * isearch.el (isearch-search): In the condition-case handler for
2692 `error', set isearch-invalid-regexp to the whole error message.
2693
2694 * subr.el (eval-after-load): Call load-symbol-file-load-history to
2695 ensure that eval-after-load works for files dumped with Emacs.
2696
2697 * help.el (load-symbol-file-load-history): New function extracted
2698 from function symbol-file.
2699 (symbol-file): Use it.
2700
2701 * toolbar/save.xpm, toolbar/undo.xpm: Use the same colors as exit.xpm.
2702
2703 2001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
2704
2705 * progmodes/etags.el (find-tag-interactive): If last-tag is nil,
2706 behave as if there were no prefix argument.
2707 (find-tag-noselect): If last-tag is nil, behave as if the NEXT-P
2708 argument were nil.
2709
2710 2001-01-11 Richard M. Stallman <rms@gnu.org>
2711
2712 * isearch.el (isearch-lazy-highlight-update):
2713 Don't look for more potential matches once maximum is exceeded.
2714 Use overlays-in to check correctly for overlap with current match.
2715 Ignore empty matches.
2716
2717 2001-01-11 Miles Bader <miles@gnu.org>
2718
2719 * textmodes/ispell.el (ispell-adjusted-window-height): New function.
2720 (ispell-overlay-window, ispell-help, ispell-show-choices)
2721 (ispell-command-loop): Use it instead of `window-height'.
2722
2723 2001-01-10 Gerd Moellmann <gerd@gnu.org>
2724
2725 * files.el (confirm-kill-emacs): New user-option.
2726 (save-buffers-kill-emacs): Ask for final confirmation before
2727 killing Emacs.
2728
2729 * isearch.el (isearch-done): Set isearch-lazy-highlight-start
2730 to nil.
2731
2732 2001-01-10 Dave Love <fx@gnu.org>
2733
2734 * progmodes/etags.el (tags-apropos-additional-actions): Fix :type.
2735
2736 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix doc, :type.
2737
2738 * hi-lock.el (hi-lock-exclude-modes): Fix :type.
2739
2740 * calculator.el (calculator-number-digits): Fix :type.
2741
2742 * vc-cvs.el (vc-cvs-header): Fix :type.
2743 * vc-rcs.el (vc-rcs-header): Fix :type.
2744 * vc-sccs.el (vc-sccs-header): Fix :type.
2745
2746 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
2747
2748 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
2749
2750 * eshell/esh-util.el (eshell-ange-ls-uids): Fix :type.
2751
2752 2001-01-10 Gerd Moellmann <gerd@gnu.org>
2753
2754 * simple.el (set-variable): Force a thorough redisplay for the
2755 case that the variable has an effect on the display, like
2756 `tab-width' has.
2757
2758 2001-01-10 Andre Spiegel <spiegel@gnu.org>
2759
2760 * vc.el: Add documentation for backend interface.
2761
2762 2001-01-10 Kenichi Handa <handa@etl.go.jp>
2763
2764 * font-lock.el (c-font-lock-extra-types): Add "Lisp_Object".
2765
2766 * international/mule-conf.el (latin-extra-code-table): Set to t
2767 for \223 and \224.
2768
2769 2001-01-09 Kenichi Handa <handa@etl.go.jp>
2770
2771 * international/mule-cmds.el (locale-language-names): Map "es" to
2772 "Spanish" and "nl" to "Dutch".
2773
2774 2001-01-09 Gerd Moellmann <gerd@gnu.org>
2775
2776 * bindings.el (global-map): Bind <home> to beginning-of-line,
2777 <end> to end-of-line, C-<home> to beginning-of-buffer, and
2778 C-<end> to end-of-buffer.
2779
2780 * language/european.el: Add Dutch and Spanish language info
2781 to be able to use the appropriate tutorials.
2782
2783 2001-01-09 Alex Schroeder <alex@gnu.org>
2784
2785 * ansi-color.el (ansi-color-process-output): Use markers instead
2786 of positions for start and end of region.
2787 (ansi-color-apply-on-region): Rewrote code to make it more robust.
2788 Previously, occasional mistakes happend when fontifying many
2789 chunks of output (eg. ls --color=yes /dev). This happened
2790 whenever an overlay was created up to the end of the region, which
2791 coincided with the process-mark. New text would then be added
2792 within that overlay instead of after it.
2793 (ansi-color-make-extent): Overlays are created with the property
2794 `modification-hooks' set to '(ansi-color-freeze-overlay).
2795 (ansi-color-freeze-overlay): New function. When inserting text at
2796 the end of the overlay, the overlay will resize.
2797
2798 2000-01-09 Alex Schroeder <alex@gnu.org>
2799
2800 * ansi-color.el (ansi-color-process-output): Doc change.
2801 (ansi-color-unfontify-region): Doc change. No longer installed
2802 automatically in font-lock-unfontify-region-function.
2803 (ansi-color-apply): Doc change.
2804 (ansi-color-apply-on-region): Use extents or overlays instead of
2805 text-properties.
2806 (ansi-color-make-extent): New function.
2807 (ansi-color-set-extent-face): New function.
2808
2809 2000-01-09 Alex Schroeder <alex@gnu.org>
2810
2811 * ansi-color.el (ansi-color-process): Removed, Emacs and XEmacs
2812 both use ansi-color-process-output, now.
2813 (ansi-color-process-output): Doesn't return string anymore. It is
2814 installed in comint-output-filter-functions for both Emacs and
2815 XEmacs, now.
2816 (ansi-color-unfontify-region): Simplified code removing variables
2817 pos and start-ansi.
2818 (ansi-color-apply): Put text-property ansi-color before putting
2819 text-property face because ansi-color-unfontify-region is called
2820 immediately after the call to put-text-property.
2821 (ansi-color-context-region): Doc change.
2822 (ansi-color-filter-region): Simplified code.
2823 (ansi-color-apply-on-region): Changed start to start-marker, using
2824 a marker explicitly. Put text-property ansi-color before putting
2825 text-property face because ansi-color-unfontify-region is called
2826 immediately after the call to put-text-property.
2827
2828 2000-01-09 Alex Schroeder <alex@gnu.org>
2829
2830 * ansi-color.el (ansi-color-faces-vector): Doc change.
2831 (ansi-color-for-comint-mode): Changed :type property to choice.
2832 (ansi-color-last-context): Removed.
2833 (ansi-color-process-output): Don't use ansi-color-last-context, as
2834 the main functions will store their context now.
2835 (ansi-color-context): Doc change.
2836 (ansi-color-filter-apply): Rewrote it based on ansi-color-apply.
2837 Uses ansi-color-context such that repeated calls will strip
2838 partial escape sequences, too.
2839 (ansi-color-apply): Simplified code. Colorize end of string if
2840 face is not null. Store context in new (FACE STRING) format, such
2841 that repeated calls will strip partial escape sequences, too.
2842 Append faces to face property using ansi-color-apply-sequence such
2843 that cumulative mode actually works.
2844 (ansi-color-context-region): New variable.
2845 (ansi-color-filter-region): Rewrote it based on
2846 ansi-color-apply-on-region. Uses ansi-color-context-region such
2847 that repeated calls will strip partial escape sequences, too.
2848 (ansi-color-apply-on-region): Simplified code. Colorize end of
2849 region if face is not null. Store context in new (FACE POS)
2850 format, such that repeated calls will strip partial escape
2851 sequences, too. Append faces to face property using
2852 ansi-color-apply-sequence such that cumulative mode actually works.
2853 (ansi-color-apply-sequence): New function.
2854 (ansi-color-get-face): When the default face is added to the list
2855 of faces, all previous settings are discarded and the list of
2856 faces is set to '(default).
2857
2858 2000-01-09 Alex Schroeder <alex@gnu.org>
2859
2860 * ansi-color.el (ansi-color-faces-vector): Use nil for the default
2861 face, such that ansi-color-apply and ansi-color-apply-on-region
2862 will do the right thing.
2863 (ansi-color-apply): Do the right thing, ie. if ansi-color-get-face
2864 returns nil, set the list of faces back to nil instead of
2865 appending the result of ansi-color-get-face to the front of the list.
2866
2867 2000-01-09 Alex Schroeder <alex@gnu.org>
2868
2869 * ansi-color.el (ansi-color-for-comint-mode): Doc change.
2870 (ansi-color-process): Doc change.
2871 (ansi-color-last-context): New buffer-local variable.
2872 (ansi-color-process-output): New function. It is automatically
2873 added to comint-output-filter-functions if this is XEmacs.
2874 (ansi-color-unfontify-region): New optional parameter for XEmacs
2875 compatibility. Check wether font-lock-syntactic-keywords is
2876 boundp before removing the syntax table text property, as XEmacs
2877 doesn't have it.
2878 (ansi-color-filter-region): Doc change.
2879 (ansi-color-apply-on-region): Doc change.
2880 (ansi-color-make-face): New function. Compatibility layer for
2881 XEmacs. Return temporary faces instead of cons cells for XEmacs.
2882 (ansi-color-make-color-map): Use ansi-color-make-face.
2883 (ansi-color-get-face): Avoid face text property '(nil) as results
2884 in an errow for XEmacs.
2885
2886 2000-01-09 Alex Schroeder <alex@gnu.org>
2887
2888 * ansi-color.el (ansi-color-unfontify-region): New function.
2889 Uses text-property ansi-color in order to preserve fontification by
2890 ansi-color. When the package is loaded, a lambda expression is
2891 put onto font-lock-mode-hook. This lambda expression will check
2892 font-lock-unfontify-region-function and replace
2893 font-lock-default-unfontify-region with ansi-color-unfontify-region.
2894 (ansi-color-apply): Add text-property ansi-color in addition to
2895 text-property face.
2896 (ansi-color-apply-on-region): Add text-property ansi-color in
2897 addition to text-property face.
2898 (save-buffer-state): Copy of the macro that is also used by
2899 lazy-lock and font-lock.
2900
2901 (ansi-color-for-comint-mode): New option.
2902 (ansi-color-for-comint-mode-on): Set ansi-color-for-comint-mode.
2903 (ansi-color-for-comint-mode-off): Ditto.
2904 (ansi-color-for-comint-mode-filter): Ditto.
2905 (ansi-color-process): New function. Uses ansi-color-for-comint-mode to
2906 decide what to do. This function is added to
2907 comint-preoutput-filter-functions when the package is loaded.
2908
2909 (ansi-color-for-shell-mode-set): Removed.
2910 (ansi-color-for-shell-mode): Removed.
2911
2912 2000-01-09 Alex Schroeder <alex@gnu.org>
2913
2914 * ansi-color.el (ansi-color-for-shell-mode-set): New function with
2915 the lambda expression from the ansi-color-for-shell-mode :set
2916 property. Additionally, modify shell-mode-hook to enable or
2917 disable font-lock-mode for future shell buffers.
2918 (ansi-color-for-shell-mode): The :set property calls
2919 ansi-color-for-shell-mode-set instead of a lambda expression.
2920
2921 2000-01-09 Alex Schroeder <alex@gnu.org>
2922
2923 * ansi-color.el (ansi-color-for-shell-mode): Doc change.
2924 (ansi-color-context): New variable.
2925 (ansi-color-apply): Save context between calls.
2926
2927 2001-01-09 Eli Zaretskii <eliz@is.elta.co.il>
2928
2929 * isearch.el (isearch, isearch-lazy-highlight-face):
2930 New definitions for face colors and attributes.
2931
2932 * wid-edit.el (widget-choose): Call display-popup-menus-p instead
2933 of display-mouse-p.
2934
2935 2001-01-09 Kenichi Handa <handa@etl.go.jp>
2936
2937 * international/mule.el (make-coding-system): If the coding system
2938 accepts extra latin codes, register such codes as safe for the
2939 coding system.
2940
2941 2001-01-08 Richard M. Stallman <rms@gnu.org>
2942
2943 * emacs-lisp/bytecomp.el (byte-compile-log-1): In non-batch case,
2944 don't mention the file name or the date here, because they are
2945 logged at the start of the file.
2946
2947 2001-01-08 Richard M. Stallman <rms@gnu.org>
2948
2949 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
2950 Change screen-width to frame-width.
2951
2952 2001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
2953
2954 * info.el (Info-search): Print the default as part of the prompt.
2955
2956 2001-01-08 Andre Spiegel <spiegel@gnu.org>
2957
2958 * vc.el (vc-default-latest-on-branch-p): New function, replaces
2959 constant implementations in backends.
2960
2961 * vc-cvs.el (vc-cvs-latest-on-branch-p): Removed.
2962 (vc-cvs-checkout): Renamed arg WRITABLE to EDITABLE.
2963
2964 * vc-rcs.el (vc-rcs-checkout, vc-rcs-cancel-version): Renamed arg
2965 WRITABLE to EDITABLE.
2966
2967 * vc-sccs.el (vc-sccs-latest-on-branch-p): Removed.
2968 (vc-sccs-checkout, vc-sccs-cancel-version): Renamed arg WRITABLE
2969 to EDITABLE.
2970
2971 2001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
2972
2973 * emacs-lisp/copyright.el (copyright-current-year): Now a defvar.
2974 (copyright, copyright-update): Compute the current year at run time.
2975
2976 2001-01-08 Gerd Moellmann <gerd@gnu.org>
2977
2978 * isearch.el (isearch-old-signal-hook): Removed.
2979 (isearch-mode): Add isearch-done to kbd-macro-termination-hook
2980 instead of setting signal-hook-function.
2981 (isearch-done): Remove isearch-done from kbd-macro-termination-hook.
2982
2983 2001-01-08 Kevin Gallagher <kevingal@onramp.net>
2984
2985 * emulation/edt.el: Update to version 4.0. Provide support for
2986 EDT scroll margins at top and bottom of the window. Provide an
2987 emulation of the EDT SUBS command (bound to GOLD-Enter, by
2988 default). Enhance edt-quit, bound to GOLD-q by default, to warn
2989 user when file-related buffer modifications exist.
2990 Provide support for running EDT Emulation in XEmacs.
2991 Provide customize access to some user updatable variables.
2992 Add Commentary section to file header.
2993 Fixed a few minor bugs and cleaned up some code.
2994
2995 * emulation/edt-mapper.el: Update to version 4.0. Provide support
2996 for detecting a keypress that generates an ASCII key sequence.
2997 (Previously, only a keypress that generates a vector was
2998 recognized.) Embed Window Manager name into name of the generated
2999 EDT Emulation initialization file since the initialization file is
3000 Window Manager specific. Add Commentary section to file header.
3001
3002 2001-01-07 Eli Zaretskii <eliz@is.elta.co.il>
3003
3004 * mail/sendmail.el (mail-mode): Doc fix.
3005
3006 * info.el (Info-goto-emacs-command-node): Doc fix.
3007 (Info-goto-emacs-key-command-node): Doc fix.
3008
3009 2001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
3010
3011 * ediff-vers.el (noninteractive): Don't load generic-sc on MS-DOS
3012 systems without long file-name support.
3013
3014 2001-01-06 Andrew Innes <andrewi@gnu.org>
3015
3016 * makefile.w32-in (custom-deps): Set EMACSLOADPATH explicitly.
3017
3018 2001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
3019
3020 * isearch.el (isearch-lazy-highlight-remove-overlays): Doc fix.
3021 (isearch-lazy-highlight-update): Doc fix.
3022
3023 * ffap.el (ffap-bindings): Doc fix.
3024
3025 * dired-x.el (dired-virtual-guess-dir): Doc fix.
3026
3027 2001-01-05 Dave Love <fx@gnu.org>
3028
3029 * emacs-lisp/cl-seq.el (remove, remq): Remove.
3030
3031 2001-01-05 Gerd Moellmann <gerd@gnu.org>
3032
3033 * mouse-drag.el (mouse-drag-safe-scroll):
3034 Bind scroll-preserve-screen-position to nil.
3035
3036 * isearch.el (isearch-old-signal-hook): New variable.
3037 (isearch-mode): Set signal-hook-function to isearch-done.
3038 (isearch-done): Restore old signal-hook-function.
3039
3040 * info.el (Info-fontify-node): Mark one more char as intangible.
3041
3042 2000-01-05 Kenichi Handa <handa@etl.go.jp>
3043
3044 * composite.el (compose-last-chars): New argument COMPONENTS.
3045 If it is non-nil, compose preceding characters by compose-region with
3046 COMPONENTS.
3047
3048 * international/quail.el (quail-input-string-to-events): New function.
3049 (quail-input-method): Convert input string to events here.
3050 (quail-start-translation): Return input string, not event list.
3051 (quail-start-conversion): Likewise.
3052
3053 2001-01-04 Gerd Moellmann <gerd@gnu.org>
3054
3055 * tooltip.el (tooltip-cancel-delayed-tip)
3056 (tooltip-start-delayed-tip): Renamed from tooltip-disable-timeout
3057 and tooltip-add-timeout.
3058 (tooltip-show): Set border color from faces's foreground.
3059 (tooltip-show-help-function): If called with the same help string
3060 as last time, do nothing.
3061 (tooltip-help-tips): Don't set tooltip-help-message to nil.
3062
3063 * startup.el (fancy-splash-screens): Don't bind show-help-function
3064 to nil.
3065
3066 * tooltip.el (tooltip-frame-parameters): Remove colors.
3067 (tooltip): New face
3068 (tooltip-set-param): New function.
3069 (tooltip-show): Set up color frame parameters from face `tooltip'.
3070 Display the tooltip text in face `tooltip'.
3071
3072 2001-01-04 Dave Love <fx@gnu.org>
3073
3074 * whitespace.el (whitespace-global-mode): Fix typo.
3075
3076 * hilit19.el, mail/rnewspost.el, mail/rnews.el: Moved to obsolete.
3077
3078 2001-01-04 Eli Zaretskii <eliz@is.elta.co.il>
3079
3080 * help.el (help-for-help): Fix a typo in a doc string.
3081 From kwzh@gnu.org (Karl Heuer).
3082
3083 2001-01-03 Dave Love <fx@gnu.org>
3084
3085 * dired-x.el: Doc fixes. Maintainer change.
3086 (dired-guess-shell-gnutar, dired-guess-shell-znew-switches): Fix :type.
3087 (dired-guess-shell-alist-default): Don't use xloadimage for PNG.
3088 (dired-guess-shell-alist-user): Customize.
3089 (dired-x-help-address): Set to bug-gnu-emacs.
3090 (dired-x-maintainer, dired-x-file, dired-x-version): Deleted.
3091 (dired-default-directory): Renamed from default-directory.
3092
3093 * hl-line.el (hl-line): Doc fix.
3094
3095 2001-01-03 Karl Fogel <kfogel@red-bean.com>
3096
3097 * mail/mail-hist.el (mail-hist-text-too-long-p): Doc fix.
3098
3099 2001-01-02 Richard M. Stallman <rms@gnu.org>
3100
3101 * isearch.el (isearch-lazy-highlight-cleanup): Arg now says
3102 to remove all the current alternative-match highlighting.
3103 If nil, remove only what's outside the current window.
3104 (isearch-lazy-highlight-remove-overlays): Take optional
3105 region within which NOT to remove them.
3106 (isearch-lazy-highlight-new-loop): Greatly simplified.
3107 (isearch-lazy-highlight-update): Find all the other occurrences
3108 visible in the window, in just one call.
3109 (isearch-lazy-highlight-start): Now holds start of region to scan.
3110 (isearch-lazy-highlight-end): Now holds end of region to scan.
3111 (isearch-lazy-highlight-wrapped): Variable deleted.
3112 (isearch-lazy-highlight-search): Function deleted.
3113
3114 2000-01-02 Andrew Innes <andrewi@gnu.org>
3115
3116 * w32-fns.el (convert-standard-filename): Do length check on name
3117 before aref.
3118
3119 2001-01-02 Dave Love <fx@gnu.org>
3120
3121 * progmodes/cperl-mode.el (cperl-invalid-face): Don't double-quote
3122 value.
3123 (cperl-init-faces): Allow cperl-invalid-face to be a normal face.
3124
3125 * ls-lisp.el (ls-lisp) <defgroup>: Add :version.
3126
3127 * net/browse-url.el (browse-url-filename-alist): Avoid backquote
3128 read syntax.
3129
3130 * calendar/todo-mode.el (todo): Add :link, :version.
3131 (todo-save-top-priorities): Remove autoload cookie.
3132 (todo-add-category, todo-add-item-non-interactively)
3133 (todo-insert-item, todo-mode, todo-cp, todo-show): Fix autoload cookie.
3134
3135 2001-01-02 Gerd Moellmann <gerd@gnu.org>
3136
3137 * comint.el (comint-input-history-ignore): New variable.
3138 (comint-read-input-ring): Ignore entries matching
3139 comint-input-history-ignore.
3140
3141 2001-01-02 Eric M. Ludlam <zappo@gnu.org>
3142
3143 * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): New Variable.
3144 (lm-copyright-mark): New function.
3145 (lm-crack-copyright): New function.
3146 (lm-verify): Check that the file has a copyright.
3147 Check that the file is copyright Free Software Foundation.
3148
3149 2000-12-30 Kenichi Handa <handa@etl.go.jp>
3150
3151 * international/mule-diag.el (print-fontset): Indent font name by
3152 24 columns, not 25.
3153
3154 2000-12-29 Gerd Moellmann <gerd@gnu.org>
3155
3156 * textmodes/flyspell.el (mail-mode-flyspell-verify): Spell-check
3157 in Subject line.
3158
3159 * mail/mailabbrev.el (mail-abbrevs-enable, mail-abbrevs-disable):
3160 Use mail-mode-hook instead of mail-setup-hook.
3161 Otherwise continuing an interrupted message with C-u C-x m for
3162 instance, winds up in Mail mode without abbrevs.
3163
3164 2000-12-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3165
3166 * ps-print.el: Handle form feed better when ps-zebra-stripe-follow is
3167 non-nil. Adding almost all customization variables on ps-setup.
3168 Doc fix.
3169 (ps-print-version): New version number (6.3.3).
3170 (ps-end-with-control-d): Initialization fix.
3171 (ps-lines-printed): New var.
3172 (ps-skip-newline): New fun.
3173 (ps-setup, ps-prologue-file, ps-begin-job, ps-begin-page)
3174 (ps-next-line, ps-continue-line, ps-plot-region)
3175 (ps-generate-postscript-with-faces, ps-end-job): Code fix.
3176
3177 2000-12-29 Kenichi Handa <handa@etl.go.jp>
3178
3179 * international/fontset.el (x-complement-fontset-spec):
3180 Resolve ASCII font name so that the same family name is used for fonts
3181 registered in x-font-name-charset-alist.
3182 (create-fontset-from-fontset-spec): Adjusted for the above change.
3183 The name of fontset alias should be a unresolved ASCII font name.
3184
3185 2000-12-28 Gerd Moellmann <gerd@gnu.org>
3186
3187 * simple.el (delete-key-deletes-forward-mode): Bind backspace
3188 and delete in isearch-mode-map.
3189
3190 2000-12-28 Richard M. Stallman <rms@gnu.org>
3191
3192 * dired-x.el (dired-guess-shell-alist-default):
3193 Use xpdf instead of acroread.
3194
3195 2000-12-28 Kenichi Handa <handa@etl.go.jp>
3196
3197 * textmodes/artist.el (artist-butlast): Deleted.
3198 (artist-ellipse-mirror-quadrant): Use butlast instead of
3199 artist-butlast.
3200
3201 * subr.el (butlast, nbutlast): Moved from cl.el to here.
3202
3203 * emacs-lisp/cl.el (butlast, nbutlast): Moved to subr.el.
3204
3205 2000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
3206
3207 From Francis J. Wright <F.J.Wright@maths.qmw.ac.uk>:
3208
3209 * ls-lisp.el: Better support for the Mac and MS-Windows.
3210 (ls-lisp): New defgroup.
3211 (ls-lisp-emulation, ls-lisp-ignore-case, ls-lisp-dirs-first)
3212 (ls-lisp-verbosity, ls-lisp-use-insert-directory-program)
3213 (ls-lisp-support-shell-wildcards): New defcustoms.
3214 (ls-lisp-parse-symlink): New function.
3215 (insert-directory): Code to convert switches to a list and set up
3216 the wildcard argument copied from ls-lisp-insert-directory.
3217 (ls-lisp-insert-directory): New argument TIME-INDEX. Add support
3218 for -C and -R switches.
3219 (ls-lisp-column-format): New function.
3220 (ls-lisp-delete-matching, ls-lisp-handle-switches)
3221 (ls-lisp-format-time): Add doc strings.
3222 (ls-lisp-handle-switches): Handle -U, -S, -X, and -F switches.
3223 Support ls-lisp-dirs-first.
3224 (ls-lisp-classify, ls-lisp-extension): New functions.
3225 (ls-lisp-format): Optionally support emulation of symlinks.
3226 Support -i, -s, and -G switches.
3227
3228 2000-12-27 Gerd Moellmann <gerd@gnu.org>
3229
3230 * textmodes/texinfo.el (texinfo-mode): Set fill-column to 70.
3231
3232 * version.el (emacs-version): Print X scroll bar information.
3233
3234 * scroll-bar.el (toplevel): Check for x-toolkit-scroll-bars
3235 instead of x-toolkit-scroll-bars-p.
3236
3237 * loadup.el (toplevel): Check for x-toolkit-scroll-bars instead
3238 of x-toolkit-scroll-bars-p.
3239
3240 2000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
3241
3242 * ffap.el (ffap-bindings): Make interactive and add an autoload cookie.
3243 (ffap-bindings): Doc fix, to reflect the above change.
3244
3245 2000-12-27 Kenichi Handa <handa@etl.go.jp>
3246
3247 * term.el (term-char-mode): Define all non-ascii self-inserting
3248 characters to 'term-send-raw in term-raw-map.
3249
3250 2000-12-25 Michael Kifer <kifer@cs.sunysb.edu>
3251
3252 * viper-init (viper-restore-cursor-type): Added condition-case guard.
3253
3254 * ediff-init.el (ediff-quit-hook,ediff-suspend-hook):
3255 Changed initialization; use add-hook.
3256 (ediff-file-remote-p): Use file-local-copy.
3257
3258 * ediff-ptch.el (ediff-prompt-for-patch-buffer): Improved defaults.
3259
3260 * ediff.el (ediff-patch-buffer): Bug fix.
3261 (ediff-revision): Allow selection of the file at the prompt.
3262
3263 2000-12-23 Stefan Monnier <monnier@cs.yale.edu>
3264
3265 * subr.el (combine-run-hooks): Remove.
3266
3267 * emacs-lisp/edebug.el (define-minor-mode): Improve the spec
3268 and remove the rogue second spec.
3269
3270 2000-12-23 Gerd Moellmann <gerd@gnu.org>
3271
3272 * progmodes/compile.el (compilation-forget-errors): Fix indentation.
3273
3274 2000-12-22 Stefan Monnier <monnier@cs.yale.edu>
3275
3276 * smerge-mode.el (smerge-basic-map): Use `=' rather than `d'.
3277 Use minibuffer menu prompt for the `=' prefix.
3278 (smerge-command-prefix): Change default to C-^.
3279 (smerge-mode): Don't assume font-lock doesn't move point.
3280
3281 * skeleton.el (skeleton-internal-1): Make sure the first line of
3282 the region is also re-indented.
3283 (skeleton-end-newline): New var.
3284 (skeleton-end-hook): Use it.
3285
3286 2000-12-22 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
3287
3288 * comint.el (comint-password-prompt-regexp): Support CVS.
3289
3290 2000-12-22 Gerd Moellmann <gerd@gnu.org>
3291
3292 * simple.el (delete-key-deletes-forward-mode): Simplify.
3293 Also backspace key combinations, depending on
3294 delete-key-deletes-forward.
3295
3296 * bindings.el ([C-backspace]): Bind C-backspace to kill-word.
3297
3298 * simple.el (delete-key-deletes-forward): Doc fix.
3299
3300 2000-08-22 Emmanuel Briot <briot@gnat.com>
3301
3302 * xml.el (top level comment): Updated to reflect the fact that
3303 white spaces are relevant in the XML file.
3304 (xml-parse-file): Do not kill an existing Emacs buffer if the file
3305 to parse was already edited. This allows for on-the-fly analysis
3306 of XML files.
3307 (xml-parse-tag): Check that the casing is the same in the start
3308 tag and end tag, since XML is case-sensitive. Allows for spaces
3309 in the end tag, after the name of the tag.
3310 (xml-parse-attlist): Allow for the character '-' in the name of
3311 attributes, as in the standard http-equiv attribute Do not save
3312 the properties in the XML tree, since they are not relevant.
3313
3314 2000-12-21 Stefan Monnier <monnier@cs.yale.edu>
3315
3316 * generic.el (generic-read-type): Undo last change, inline into
3317 `generic-mode' and then remove.
3318 (generic-mode): Inline generic-read-type.
3319 (define-generic-mode): Push the symbol name rather than the symbol
3320 onto generic-mode-list.
3321
3322 2000-12-21 Gerd Moellmann <gerd@gnu.org>
3323
3324 * generic.el (generic-read-type): Build an alist for
3325 completing-read as in 20.7.
3326
3327 * play/landmark.el (lm): Use interactive spec `P'.
3328 (toplevel): Don't set debug-on-error.
3329
3330 * server.el (server-switch-buffer): Choose a window on a visible frame.
3331
3332 2000-12-21 Dave Pearson <davep@davep.org>
3333
3334 * quickurl.el: Commentry change, I've moved my web site.
3335
3336 2000-12-21 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3337
3338 * ebnf2ps.el: Fix a problem with skip-chars-forward: it doesn't accept
3339 ranges like \177-\237, but accepts the character sequence from \177 to
3340 \237. Doc fix.
3341 (ebnf-version): New version (3.4).
3342 (ebnf-setup): Code fix.
3343 (ebnf-range-regexp): New fun.
3344 (ebnf-8-bit-chars): Const fix.
3345
3346 * ebnf-bnf.el: Fix the same problem as described on ebnf2ps.el log
3347 entry. Doc fix.
3348 (ebnf-bnf-lex): Code fix.
3349 (ebnf-bnf-comment-chars): Const fix.
3350
3351 * ebnf-iso.el: Fix the same problem as described on ebnf2ps.el log
3352 entry. Doc fix.
3353 (ebnf-iso-comment-chars): Const fix.
3354
3355 * ebnf-otz.el: Doc fix.
3356
3357 * ebnf-yac.el: Fix the same problem as described on ebnf2ps.el log
3358 entry. Doc fix.
3359 (ebnf-yac-skip-code): Code fix.
3360 (ebnf-yac-comment-chars): Const fix.
3361
3362 2000-12-21 Eli Zaretskii <eliz@is.elta.co.il>
3363
3364 * files.el (insert-directory-safely): New function.
3365 (recover-file): Use it instead of insert-directory.
3366 From Markus Rost <markus.rost@mathematik.uni-regensburg.de>
3367
3368 2000-12-21 Kenichi Handa <handa@etl.go.jp>
3369
3370 * international/mule-cmds.el (select-safe-coding-system):
3371 Check coding-category-list more rigidly. Improve help message.
3372
3373 * dired.el (dired-move-to-filename-regexp): Fix previous change.
3374
3375 2000-12-21 Miles Bader <miles@gnu.org>
3376
3377 * mail/sendmail.el (mail-mode): Set `comment-start' to the yank prefix.
3378
3379 2000-12-21 Kenichi Handa <handa@etl.go.jp>
3380
3381 * international/mule-diag.el (describe-char-after): Make *Help*
3382 buffer inherit multibyteness of the current buffer.
3383
3384 * international/mule.el (make-char): Docstring adjusted for the
3385 change of make-char-internal.
3386
3387 2000-12-20 Stefan Monnier <monnier@cs.yale.edu>
3388
3389 * international/iso-cvt.el: Docstrings fix.
3390
3391 2000-12-20 Dave Love <fx@gnu.org>
3392
3393 * subr.el (eval-after-load): Doc fix.
3394
3395 2000-12-20 Kenichi Handa <handa@etl.go.jp>
3396
3397 * jka-compr.el (jka-compr-partial-uncompress): Don't use `concat'
3398 for numbers.
3399
3400 2000-12-20 Miles Bader <miles@gnu.org>
3401
3402 * international/quail.el (quail-help): Resize the help window
3403 again after it has all its contents. Remove unneeded progn.
3404
3405 2000-12-19 Gerd Moellmann <gerd@gnu.org>
3406
3407 * pcmpl-linux.el: Fix copy/paste error.
3408
3409 2000-12-19 Andrew Innes <andrewi@gnu.org>
3410
3411 * simple.el (delete-key-deletes-forward-mode): Fix typo in docstring.
3412
3413 2000-12-19 Carsten Dominik <dominik@strw.leidenuniv.nl>
3414
3415 * progmodes/idlw-rinfo.el: Fixed copyright notice.
3416
3417 * progmodes/idlw-toolbar.el: Fixed copyright notice.
3418
3419 * progmodes/idlw-shell.el: Fixed copyright notice.
3420
3421 * progmodes/idlwave.el: Fixed copyright notice.
3422
3423 * textmodes/reftex-dcr.el (reftex-view-crossref): Added SPACE and
3424 TAB as key separators.
3425
3426 2000-12-19 Alex Schroeder <alex@gnu.org>
3427
3428 * sql.el (sql-sybase-options): New option.
3429 (sql-sybase): Use it. Add sql-database to the list of parameters
3430 provided for login. The options -w 2048 -n are not used any more.
3431 (sql-postgres-options): Changed default from "--pset" to "-P".
3432 (sql-mysql-options): Doc change.
3433 (sql-stop): Doc change.
3434
3435 2000-12-19 Kenichi Handa <handa@etl.go.jp>
3436
3437 * international/quail.el (quail-input-method): Always hide
3438 the guidance buffer on exiting.
3439
3440 2000-12-18 Gerd Moellmann <gerd@gnu.org>
3441
3442 * tooltip.el (tooltip-mode): Signal an error if x-show-tip
3443 isn't fboundp.
3444
3445 * server.el (server-buffer-done): Bury the buffer before
3446 killing it.
3447
3448 * faces.el (face-spec-set): Interpret a nil in specs for
3449 foreground and background colors as `unspecified', for
3450 compatibility with 20.x.
3451
3452 2000-12-18 Dave Love <fx@gnu.org>
3453
3454 * simple.el (mail-user-agent): Doc fix.
3455 (input-mode-8-bit): Removed.
3456
3457 * international/mule.el (set-keyboard-coding-system): Doc fix.
3458 (keyboard-coding-system): New option.
3459
3460 * mail/sendmail.el (send-mail-function): Customize.
3461
3462 2000-12-18 Eli Zaretskii <eliz@is.elta.co.il>
3463
3464 * international/codepage.el (cp866-decode-table): New table.
3465
3466 2000-12-18 Gerd Moellmann <gerd@gnu.org>
3467
3468 * version.el (emacs-version): Remove `%a' from the time format
3469 because the weekday doesn't fit well into each locale.
3470
3471 2000-12-18 Miles Bader <miles@gnu.org>
3472
3473 * image-file.el (image-file-name-extensions): Add "pgm" and "ppm".
3474
3475 * textmodes/artist.el (artist-replace-chars, artist-replace-char):
3476 Check that emacs-major-version is `=' to 20, not `>='.
3477 (artist-replace-chars): Use `make-string' instead of a loop.
3478
3479 2000-12-17 Stefan Monnier <monnier@cs.yale.edu>
3480
3481 * pcvs.el (cvs-diff-backup-extractor): Return full-path for file.
3482 (cvs-execute-single-file): Don't change directory.
3483 Patch from Per Cederqvist.
3484
3485 2000-12-16 Eli Zaretskii <eliz@is.elta.co.il>
3486
3487 * textmodes/ispell.el (check-ispell-version):
3488 If `ispell-program-name' is "aspell", pass it the -v switch instead
3489 of -vv.
3490
3491 2000-12-16 Kenichi Handa <handa@etl.go.jp>
3492
3493 * international/mule-diag.el (mule-diag): Insert information about
3494 configure options, multibyte awareness, language env.
3495
3496 * international/ja-dic-cnv.el (skkdic-get-candidate-list): Fix the
3497 regexp to search for candidates.
3498
3499 2000-12-15 Eli Zaretskii <eliz@is.elta.co.il>
3500
3501 * info.el (Info-forward-node): If the node has an
3502 Info-header-line, widen the buffer before searching for "next:"
3503 and "up:" pointers, and set the search limit to stay in the
3504 current node.
3505
3506 2000-12-16 Miles Bader <miles@gnu.org>
3507
3508 * simple.el (delete-trailing-whitespace): Remove extraneous let.
3509
3510 2000-12-15 Miles Bader <miles@gnu.org>
3511
3512 * comint.el (comint-send-string, comint-send-region): Also accept
3513 a buffer, buffer-name, or nil for PROCESS, for compatibility with
3514 process-send-string/region.
3515
3516 2000-12-15 Gerd Moellmann <gerd@gnu.org>
3517
3518 * isearch.el (isearch-lazy-highlight-max): New user-option.
3519 (isearch-lazy-highlight-update): Don't highlight more than
3520 isearch-lazy-highlight-max matches.
3521
3522 * mail/mh-utils.el (mh-find-path): Set read-mail-command.
3523
3524 2000-12-15 Richard M. Stallman <rms@gnu.org>
3525
3526 * sort.el (sort-columns): Fix error message.
3527
3528 * dabbrev.el (dabbrev--last-case-pattern): Value is now
3529 `upcase' or `downcase' or nil.
3530 (dabbrev-expand): Don't do anything with dabbrev--last-case-pattern.
3531 Pass new record-case-pattern arg to dabbrev--substitute-expansion.
3532 (dabbrev--substitute-expansion): New arg record-case-pattern.
3533 If it is non-nil, set dabbrev--last-case-pattern.
3534 If ABBREV is " ", use dabbrev--last-case-pattern to change EXPANSION.
3535
3536 * dabbrev.el (dabbrev--find-expansion): Remove extra nreverse.
3537
3538 2000-12-15 Miles Bader <miles@gnu.org>
3539
3540 * paths.el (Info-default-directory-list): Don't delete
3541 configure-info-directory from the list of standard info
3542 directories when appending it to the end -- their order is important.
3543
3544 * faces.el (read-face-attribute): If there's no entry for the
3545 user's input in VALID, just use it as-is (this will often result
3546 in an error, but it may be OK for e.g. colors using hexadecimal
3547 notation, and at least will yield a better error message).
3548
3549 * window.el (mode-line-window-height-fudge): Function removed.
3550 (height-affecting-face-attributes, mode-line-window-height-fudge):
3551 Variables removed.
3552 * textmodes/ispell.el (ispell-overlay-window): Ensure that the new
3553 window is really the right size. Use vertical-motion
3554 rather than forward-line.
3555 (ispell-help): Don't use ispell-mode-line-window-height-fudge.
3556 (ispell-command-loop, ispell-show-choices): Use the variable
3557 ispell-choices-win-default-height, rather than the function.
3558 (ispell-choices-win-default-height): Function removed.
3559 (ispell-mode-line-window-height-fudge): Function removed.
3560
3561 2000-12-14 Stefan Monnier <monnier@cs.yale.edu>
3562
3563 * add-log.el (add-change-log-entry): Only expand-file-name if non-nil.
3564
3565 2000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
3566
3567 * paths.el (Info-default-directory-list):
3568 If configure-info-directory is not one of the standard directories,
3569 put it first in the list; otherwise put it last. Doc string
3570 changed accordingly.
3571
3572 * info.el (Info-directory-list): Change doc string to reflect the
3573 change in Info-default-directory-list.
3574
3575 * simple.el (delete-key-deletes-forward-mode): Treat ms-dos and
3576 windows-nt as windowed environments, even under -nw.
3577
3578 * startup.el (command-line): Don't call x-backspace-delete-keys-p
3579 if not fboundp. Switch delete-forward mode for the <delete> key
3580 on all PC platforms, even under -nw.
3581
3582 * term/internal.el ([M-delete]): Remap to M-d.
3583
3584 2000-12-14 Gerd Moellmann <gerd@gnu.org>
3585
3586 * emacs-lisp/lisp-mnt.el: Change maintainer to FSF.
3587
3588 2000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
3589
3590 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
3591
3592 2000-12-14 Gerd Moellmann <gerd@gnu.org>
3593
3594 * startup.el (command-line): Call delete-key-deletes-forward-mode,
3595 if appropriate.
3596
3597 * simple.el (delete-key-deletes-forward): New user-option.
3598 (delete-key-deletes-forward-mode): New function.
3599
3600 * bindings.el: Bind `delete' to backward-delete-char.
3601
3602 * emacs-lisp/easymenu.el (easy-menu-current-active-maps):
3603 Test if symbol is bound before getting its value.
3604
3605 * tooltip.el (tooltip-show): If an error is signaled in
3606 x-show-tip, display that error, and display the help in the
3607 echo area.
3608
3609 2000-12-14 Kenichi Handa <handa@etl.go.jp>
3610
3611 * international/ja-dic-cnv.el (skkdic-set-okuri-nasi):
3612 Show "... entries" messages for every 10000 entries, not 10.
3613
3614 2000-12-13 Karl Fogel <kfogel@red-bean.com>
3615
3616 * bookmark.el: Provide a generic exit hook, as suggested by
3617 Ovidiu Predescu <ovidiu@cup.hp.com>:
3618 (bookmark-exit-hook): New var.
3619 (bookmark-exit-hook-internal): New func, replaces
3620 old raw lambda form in `kill-emacs-hook', and runs new
3621 `bookmark-exit-hooks'. No longer tests for the bookmark feature,
3622 as logically that feature must have been provided if this function
3623 is running.
3624 Removed ;;;###autoload before the `add-hook' call.
3625
3626 2000-12-13 Stefan Monnier <monnier@cs.yale.edu>
3627
3628 * emacs-lisp/easymenu.el (easy-menu-define): Setup indentation.
3629 (easy-menu-current-active-maps): New function.
3630 (easy-menu-get-map): Use it.
3631 Make a proper menu entry when creating a new keymap.
3632
3633 2000-12-13 Kenichi Handa <handa@etl.go.jp>
3634
3635 * international/characters.el: Fix cases and syntaxes for
3636 mule-unicode-0100-24ff.
3637
3638 * dired.el (dired-move-to-filename-regexp): Fixed for the case
3639 that a Japanese character is not appended after day and year.
3640
3641 * info.el (Info-suffix-list): Change format for a command that
3642 requires arguments.
3643 (info-insert-file-contents): Adjusted for the above change.
3644
3645 2000-12-12 Andreas Schwab <schwab@suse.de>
3646
3647 * tar-mode.el (tar-extract): Base the name of the subfile buffer
3648 on the name of the tar buffer. Verify that the existing buffer is
3649 visiting the same subfile.
3650
3651 2000-12-12 Dave Love <fx@gnu.org>
3652
3653 * subdirs.el: Add obsolete.
3654
3655 2000-12-12 Gerd Moellmann <gerd@gnu.org>
3656
3657 * mail/rmailsum.el (rmail-summary-expunge)
3658 (rmail-summary-expunge-and-save): Use rmail-expunge-confirmed
3659 instead of rmail-confirm-expunge.
3660
3661 * replace.el (perform-replace): Don't use an empty match adjacent
3662 to a non-empty match when computing the next match before the
3663 replacement is performed.
3664
3665 2000-12-12 Milan Zamazal <pdm@freesoft.cz>
3666
3667 * progmodes/glasses.el: Use `define-minor-mode' for the minor mode
3668 definition (patch by Stefan Monnier).
3669 (glasses-mode): Use jit-lock instead of `after-change-functions'
3670 (patch by Stefan Monnier).
3671
3672 2000-12-12 Miles Bader <miles@gnu.org>
3673
3674 * info.el (Info-last-preorder): Don't barf on nodes without a prev.
3675 (Info-scroll-down): Respect `Info-scroll-prefer-subnodes'.
3676
3677 2000-12-12 Andrew Choi <akochoi@i-cable.com>
3678
3679 * term/mac-win.el: Remove load for ls-lisp.
3680
3681 * loadup.el: Load ls-lisp for system-type `macos'.
3682
3683 2000-12-12 Miles Bader <miles@gnu.org>
3684
3685 * simple.el (delete-horizontal-space): Add BACKWARD-ONLY parameter.
3686 Respect field end too.
3687 (just-one-space): Respect fields as `delete-horizontal-space'.
3688 (newline-and-indent, reindent-then-newline-and-indent):
3689 Use `delete-horizontal-space'.
3690
3691 2000-12-11 Stefan Monnier <monnier@cs.yale.edu>
3692
3693 * newcomment.el (comment-indent-new-line): Use delete-horizontal-space
3694 (so as to obey the field property in the minibuffer).
3695
3696 * obsolete/c-mode.el: Moved from lisp/progmodes.
3697 * obsolete/auto-show.el: Moved from lisp.
3698 * obsolete/ooutline.el: Moved from lisp/textmodes.
3699
3700 2000-12-11 Carsten Dominik <dominik@strw.leidenuniv.nl>
3701
3702 * progmodes/idlwave.el: Updated to IDLWAVE version 4.7. Too many
3703 changes to list them here.
3704
3705 * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.7.
3706 Too many changes to list them here.
3707
3708 * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.7.
3709 Too many changes to list them here.
3710
3711 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.7.
3712
3713 2000-12-11 Gerd Moellmann <gerd@gnu.org>
3714
3715 * simple.el (kill-new): Don't try to setcar kill-ring if it is nil.
3716
3717 * cus-edit.el (custom-save-variables, custom-save-faces):
3718 Comment fix.
3719
3720 * hscroll.el: Moved to `obsolete' subdir.
3721
3722 2000-12-11 Miles Bader <miles@gnu.org>
3723
3724 * window.el (window-text-height): Function removed (now in C).
3725
3726 2000-12-10 Stefan Monnier <monnier@cs.yale.edu>
3727
3728 * log-edit.el (log-edit-parent-buffer): New var.
3729 (log-edit): Set it. Add BUFFER argument.
3730 (log-edit-done): Use char-before.
3731 Don't bother checking validity of vc-comment-ring.
3732 Only bury the buffer if log-edit popped it up.
3733
3734 * pcvs.el: Update references to CVS-Edit (now Log-Edit).
3735 (cvs-mode-diff-help): Remove.
3736 (cvs-mode-commit): Use the new `log-edit' BUFFER argument.
3737 (cvs-mode-marked): Set up the default for CMD manually.
3738
3739 * pcvs-defs.el (cvs-mode-diff-map): Use minibuffer menu prompt.
3740 Remove binding for ? now made unnecessary.
3741
3742 2000-12-10 Carsten Dominik <dominik@strw.leidenuniv.nl>
3743
3744 * textmodes/reftex.el (reftex-scanning-info-available-p): New function.
3745 (reftex-TeX-master-file): Check for `tex-main-file' early enough.
3746
3747 * textmodes/reftex-global.el (reftex-create-tags-file): Fixed bug
3748 when master file is not open.
3749
3750 2000-12-09 Stefan Monnier <monnier@cs.yale.edu>
3751
3752 * progmodes/ada-stmt.el: Update `maintainer'.
3753
3754 2000-12-09 Stephen Gildea <gildea@alum.mit.edu>
3755
3756 * time-stamp.el (time-stamp-old-format-warn): Reorder custom
3757 choices to match documentation string.
3758
3759 2000-12-09 Miles Bader <miles@gnu.org>
3760
3761 * minibuf-eldef.el: New file.
3762
3763 * window.el (fit-window-to-buffer): Don't pass last argument to
3764 pos-visible-in-window-p, now that its meaning is inverted.
3765
3766 2000-12-08 Eli Zaretskii <eliz@is.elta.co.il>
3767
3768 * image.el (create-image): Doc fix; spotted by Per Cederqvist
3769 <ceder@lysator.liu.se>.
3770
3771 2000-12-08 Stefan Monnier <monnier@cs.yale.edu>
3772
3773 * autoinsert.el (auto-insert-alist): Add missing final \n.
3774
3775 * pcvs-defs.el (cvs-menu): Move. Make submenu for diff commands.
3776 (cvs-menu-map): Remove.
3777 * pcvs.el (cvs-menu): Use `cvs-menu' rather than `cvs-menu-map'.
3778 (cvs-mode-quit): Turn it back into a plain function.
3779
3780 * textmodes/texnfo-upd.el (texinfo-chapter-level-regexp)
3781 (texinfo-filter): Remove (move to texinfo.el).
3782
3783 * textmodes/texinfo.el: Move the (require 'cl) to the front of the
3784 file where it's more visible.
3785 (texinfo-filter, texinfo-chapter-level-regexp): New variables
3786 moved from texnfo-upd.el (for AUCTeX's compatibility, originally).
3787 (texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter.
3788 (texinfo-inside-macro-p): Only catch `scan-error's.
3789 (texinfo-inside-env-p): Make better use of the match info.
3790 (texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'.
3791 (texinfo-insert-@end): Slight re-organization.
3792 Also remove useless `looking-at' call.
3793
3794 2000-12-08 Andrew Innes <andrewi@gnu.org>
3795
3796 * w32-fns.el: Add clipboard support from term/w32-win.el, so it is
3797 accessible in -nw mode.
3798
3799 * term/w32-win.el: Remove stuff about selection timeout, which is
3800 irrelevant on Windows. Move clipboard support to w32-fns.el, so
3801 it is accessible in -nw mode.
3802
3803 2000-12-08 Dave Love <fx@gnu.org>
3804
3805 * emacs-lisp/lisp-mode.el (lisp-mode):
3806 Set font-lock-keywords-case-fold-search.
3807
3808 2000-12-08 Gerd Moellmann <gerd@gnu.org>
3809
3810 * textmodes/ispell.el (ispell): Doc fix.
3811
3812 2000-12-08 Kenichi Handa <handa@etl.go.jp>
3813
3814 * international/quail.el (quail-insert-decode-map): Check the
3815 frame width of a window displaying the current buffer, not that of
3816 the selected frame.
3817 (quail-help): Make sure that the help buffer has window before
3818 inserting text in it.
3819
3820 2000-12-07 Sam Steingold <sds@gnu.org>
3821
3822 * loadup.el: Load emacs-lisp/backquote instead of autoloading.
3823 Backquote is used in isearch.el, so autoloading saves nothing.
3824
3825 2000-12-07 Eli Zaretskii <eliz@is.elta.co.il>
3826
3827 * startup.el (normal-top-level-add-subdirs-to-load-path):
3828 Ignore the CVS and RCS subdirectories case-insensitively.
3829
3830 * dired.el (dired-insert-directory): If file-system-info is
3831 fboundp, call it instead of invoking dired-free-space-program.
3832
3833 2000-12-07 Gerd Moellmann <gerd@gnu.org>
3834
3835 * server.el (server-visit-files): Push files on file-name-history.
3836
3837 * progmodes/cc-langs.el: Update copyright.
3838
3839 * progmodes/idlw-shell.el, progmodes/idlwave.el: Update copyright.
3840
3841 * bindings.el (mode-line-mode-menu): Add glasses-mode.
3842
3843 * bindings.el (mode-line-mode-menu): Reverse the order
3844 of define-keys so that the menu appears in alphabetical order.
3845
3846 2000-12-07 Milan Zamazal <pdm@freesoft.cz>
3847
3848 * progmodes/glasses.el (glasses-mode): Update mode line at the end
3849 of the function.
3850
3851 2000-12-07 Dave Love <fx@gnu.org>
3852
3853 * jka-compr.el (jka-compr-compression-info-list): Fix :type.
3854
3855 * facemenu.el (facemenu-unlisted-faces): Fix value.
3856
3857 2000-12-07 Stefan Monnier <monnier@cs.yale.edu>
3858
3859 * font-lock.el (font-lock-default-fontify-region):
3860 Include the terminating \n (off-by-one error).
3861 (font-lock-set-defaults): Use dolist.
3862
3863 * derived.el (define-derived-mode): Don't use combine-run-hooks.
3864
3865 2000-12-07 Kenichi Handa <handa@etl.go.jp>
3866
3867 * international/mule-cmds.el (describe-language-environment):
3868 Fix for the case that an input method title is not string but a list.
3869
3870 * ps-bdf.el (bdf-read-font-info): Modify the kludgy code for fonts
3871 of wrong SIZE record.
3872
3873 2000-12-06 Dave Love <fx@gnu.org>
3874
3875 * newcomment.el (comment-region, comment-dwim): Doc fix.
3876
3877 * textmodes/texinfo.el: Require tex-mode when compiling.
3878 (texinfo-update-node): Doc fix.
3879 (texinfo-imenu-generic-expression): Add @anchor.
3880 (texinfo-font-lock-keywords): Add @uref.
3881 (texinfo-inside-macro-p): Don't use ignore-errors.
3882 (texinfo-insert-quote): Match more contexts.
3883
3884 * international/mule.el (decode-char, encode-char): Doc fix.
3885 (auto-coding-alist): Customize.
3886
3887 * files.el (load-file): Fix change of 2000-03-12.
3888
3889 * wid-edit.el (widget-text-keymap): Doc fix.
3890
3891 2000-12-06 Andrew Innes <andrewi@gnu.org>
3892
3893 * makefile.w32-in (lisp): Set to an absolute directory, namely
3894 $(CURDIR).
3895
3896 2000-12-06 Eli Zaretskii <eliz@is.elta.co.il>
3897
3898 * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
3899 read generated-autoload-file, and set buffer-file-coding-system to
3900 raw-text-unix after reading the file.
3901
3902 * international/mule-conf.el (file-coding-system-alist):
3903 Use raw-text for reading loaddefs.el and raw-text-unix for writing it.
3904
3905 2000-12-06 Gerd Moellmann <gerd@gnu.org>
3906
3907 * replace.el (occur): Make line-number-width 1 smaller for the
3908 colon following the line number.
3909
3910 * startup.el (fancy-splash-text, command-line-1):
3911 Use `File' for the menu name instead of `Files'.
3912
3913 * tmm.el: Update copyright.
3914
3915 * cus-start.el: Add entry for even-window-heights.
3916
3917 2000-12-06 Miles Bader <miles@gnu.org>
3918
3919 * faces.el (frame-set-background-mode): Avoid stomping on
3920 locally modified faces.
3921
3922 2000-12-06 Kenichi Handa <handa@etl.go.jp>
3923
3924 * international/fontset.el: Correct the font registries for
3925 japanese-jisx0213-1 and japanese-jisx0213-2.
3926
3927 2000-12-05 Gerd Moellmann <gerd@gnu.org>
3928
3929 * textmodes/reftex-toc.el (reftex-toc-menu): Fix typo.
3930
3931 * iswitchb.el: Update customization commentary.
3932
3933 2000-12-05 Rob Riepel <riepel@Stanford.EDU>
3934
3935 * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
3936 (tpu-search-highlight): Fixed comparison of overlay end positions.
3937 (tpu-trim-line-ends): Implemented trimming logic locally.
3938
3939 * emulation/tpu-extras.el (tpu-write-file-hook)
3940 (tpu-set-cursor-bound): Replaced picture-clean with tpu-trim-line-ends.
3941
3942 2000-12-05 Kenichi Handa <handa@etl.go.jp>
3943
3944 * language/chinese.el (chinese-iso-8bit): Change mime-charset name
3945 to cn-gb.
3946 (cn-gb, gb2312): New aliases for chinese-iso-8bit.
3947
3948 2000-12-04 Dave Love <fx@gnu.org>
3949
3950 * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case.
3951
3952 2000-12-04 Gerd Moellmann <gerd@gnu.org>
3953
3954 * mail/rmailsum.el (rmail-summary-expunge)
3955 (rmail-summary-expunge-and-save): Ask for confirmation with
3956 rmail-expunge-confirmed.
3957
3958 * mail/rmail.el (rmail-expunge-confirmed): New function.
3959 (rmail-expunge): Use it.
3960
3961 2000-12-04 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
3962
3963 * progmodes/etags.el (tag-partial-file-name-match-p): New function.
3964 (etags-recognize-tags-table, find-tag-in-order):
3965 New functionality: interpret file names as tags.
3966
3967 2000-12-04 Eli Zaretskii <eliz@is.elta.co.il>
3968
3969 * info.el (Info-scroll-prefer-subnodes): New defcustom.
3970 (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't visit
3971 the first subnode until the bottom of the current node is visible.
3972
3973 2000-12-04 Gerd Moellmann <gerd@gnu.org>
3974
3975 * format.el (format-decode): Don't change buffer's undo list.
3976
3977 2000-12-04 Kenichi Handa <handa@etl.go.jp>
3978
3979 * faces.el (face-font-registry-alternatives): Add entries for CJK
3980 fonts. Doc-string adjusted for the actual usage of this data.
3981
3982 * international/fontset.el: Change the font registries for CJK
3983 fonts in the default fontset. Don't append '*' to registries.
3984
3985 2000-12-03 Stefan Monnier <monnier@cs.yale.edu>
3986
3987 * emacs-lisp/easy-mmode.el (define-derived-mode)
3988 (easy-mmode-derived-mode-p): Remove (moved to derived.el).
3989
3990 * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
3991 (derived-mode-p): New function.
3992 (derived-mode-make-docstring): Add `docstring' argument.
3993 Use it if available and complete it if necessary.
3994
3995 2000-12-03 Andreas Schwab <schwab@suse.de>
3996
3997 * type-break.el (type-break): Don't make parent of itself.
3998
3999 2000-12-03 Miles Bader <miles@gnu.org>
4000
4001 * simple.el (delete-trailing-whitespace): Don't delete newlines too.
4002
4003 2000-12-02 Stefan Monnier <monnier@cs.yale.edu>
4004
4005 * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
4006 (tex-main-file, tex-file): Simplify.
4007 (tex-generate-zap-file-name): Use subst-char-in-string.
4008 (tex-strip-dots): Remove.
4009
4010 * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
4011
4012 * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
4013 to check if the match succeeded.
4014
4015 2000-12-02 Gerd Moellmann <gerd@gnu.org>
4016
4017 * startup.el (use-fancy-splash-screens-p): New function.
4018 (command-line-1): Use it to determine whether or not to use
4019 a fancy splash screen.
4020
4021 2000-12-02 Andreas Schwab <schwab@suse.de>
4022
4023 * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
4024
4025 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
4026
4027 * international/mule.el (make-char): Fix last change.
4028
4029 * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
4030 New defcustoms.
4031 (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
4032 autoloading tex-mode; instead, do the same manually.
4033 Use texinfo-open-quote and texinfo-close-quote. Insert literal quote
4034 with numeric argument. Docstring fix.
4035 (toplevel): Require cl when compiling.
4036
4037 * international/mule.el (make-char): Doc fix.
4038
4039 2000-12-02 Jason Rumney <jasonr@gnu.org>
4040
4041 * term/w32-win.el (x-select-enable-clipboard): Customize (as per
4042 the Emacs Lisp manual)
4043
4044 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
4045
4046 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
4047
4048 * term/pc-win.el (x-select-enable-clipboard): Customize (as per
4049 the Emacs Lisp manual).
4050
4051 2000-12-02 Gerd Moellmann <gerd@gnu.org>
4052
4053 * simple.el (next-line-add-newlines): Change default to nil.
4054
4055 2000-12-01 Eli Zaretskii <eliz@is.elta.co.il>
4056
4057 * files.el (revert-buffer, recover-file):
4058 Bind coding-system-for-read to emacs-mule-unix, not to no-conversion.
4059
4060 2000-12-01 Gerd Moellmann <gerd@gnu.org>
4061
4062 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
4063
4064 2000-12-01 Miles Bader <miles@gnu.org>
4065
4066 * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
4067
4068 2000-12-01 Kenichi Handa <handa@etl.go.jp>
4069
4070 * international/mule-diag.el (describe-char-after): Fix typo.
4071 (describe-character-set, non-iso-charset-alist): Fix typo.
4072
4073 2000-12-01 Miles Bader <miles@gnu.org>
4074
4075 * image-file.el (image-file-name-regexp): Automatically add
4076 upper-case variants of each filename extension in
4077 `image-file-name-extensions', since they seem to be common.
4078
4079 * simple.el (minibuffer-contents)
4080 (minibuffer-contents-no-properties, delete-minibuffer-contents):
4081 New functions.
4082 * filecache.el (file-cache-directory-name)
4083 (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
4084
4085 2000-12-01 Milan Zamazal <Milan.Zamazal@qbizm.com>
4086
4087 * filecache.el (file-cache-minibuffer-complete): Don't try to
4088 delete the minibuffer prompt.
4089
4090 2000-11-30 Dave Love <fx@gnu.org>
4091
4092 * cus-start.el: Fix read-buffer-function type.
4093
4094 2000-11-30 Gerd Moellmann <gerd@gnu.org>
4095
4096 * md5.el: Removed. There's a built-in function, now.
4097
4098 2000-11-30 Markus Rost <rost@math.ohio-state.edu>
4099
4100 * mail/rmail.el (rmail-set-message-counters): Don't use "D"
4101 as dummy 0-th char of rmail-deleted-vector.
4102
4103 2000-11-30 Eli Zaretskii <eliz@is.elta.co.il>
4104
4105 * ps-print.el (ps-end-job): Bind case-fold-search only after
4106 switching to ps-spool-buffer.
4107
4108 2000-11-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4109
4110 * ps-print.el: Line number font customization. PostScript: Lines and
4111 PageCount are initialized on each page. Doc Fix.
4112 (ps-print-version): New version number (6.3.2).
4113 (ps-lpr-switches, ps-font-info-database, ps-font-size)
4114 (ps-header-font-size, ps-header-title-font-size, ps-left-header)
4115 (ps-right-header): Customization fix.
4116 (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
4117 Fix code.
4118 (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
4119 New vars.
4120
4121 2000-11-30 Gerd Moellmann <gerd@gnu.org>
4122
4123 * bs.el: Fix typos and spelling errors.
4124 (bs-appearance) <defgroup>: Renamed from bs-appearence.
4125 (bs-configuration): Doc fix.
4126
4127 * bs.el: Undo mistaken change of 2000-11-28. Update copyright.
4128
4129 2000-11-30 Rob Riepel <riepel@Stanford.EDU>
4130
4131 * emulation/tpu-edt.el (tpu-version): New version.
4132 (tpu-search-overlay, tpu-replace-overlay): New initial range.
4133 (tpu-original-mode-line): Variable deleted.
4134 (tpu-mark-flag): New initial value.
4135 (tpu-set-mode-line): Don't redefine mode-line-format.
4136 Add tpu-mark-flag to minor-mode-alist.
4137 (tpu-update-mode-line): New mark flag logic.
4138 (tpu-get): Use find-file-wildcards.
4139 (tpu-search-highlight): Move overlay less, reset overlay properly.
4140 (tpu-unselect): Deactivate mark.
4141 (tpu-lm-replace): Reset overlay properly.
4142 (tpu-forward-line): Use forward-visible-line.
4143 (tpu-edt-on): Set transient mark mode. ispell autoloads deleted.
4144
4145 * emulation/tpu-extras.el (tpu-forward-line): Use forward-visible-line.
4146
4147 2000-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
4148
4149 * cus-edit.el (custom-face-value-create): Always emphasize tag.
4150
4151 2000-11-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
4152
4153 * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
4154 and skip whitespace and newlines.
4155
4156 2000-11-30 Stefan Monnier <monnier@cs.yale.edu>
4157
4158 * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
4159
4160 2000-11-29 Gerd Moellmann <gerd@gnu.org>
4161
4162 * help.el (describe-function-1): Regexp-quote function name
4163 when used as part of a regexp.
4164
4165 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
4166 Use face-attribute instead of face-foreground and face-background.
4167 (tool-bar-add-item): Likewise, and handle unspecified colors.
4168
4169 * enriched.el (enriched-face-ans): Use face-attribute instead
4170 of face-foreground and face-background.
4171
4172 * faces.el (face-foreground, face-background, face-stipple):
4173 Return nil if attribute is unspecified, for backward compatibility.
4174
4175 * files.el (auto-mode-alist): Add an entry for antlr-mode.
4176
4177 * play/5x5.el: Remove version info.
4178
4179 * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
4180
4181 * frame.el (blink-cursor-mode): Doc fix.
4182
4183 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
4184
4185 * antlr-mode.el: New commands to run ANTLR from within Emacs and
4186 to create Makefile rules.
4187 (antlr-tool-command): New user option.
4188 (antlr-ask-about-save): New user option.
4189 (antlr-makefile-specification): New user option.
4190 (antlr-file-formats-alist): New variable.
4191 (antlr-special-file-formats): New variable.
4192 (antlr-unknown-file-formats): New user option.
4193 (antlr-help-unknown-file-text): New variable.
4194 (antlr-help-rules-intro): New variable.
4195 (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
4196 (antlr-mode-menu): Add entries.
4197 (antlr-file-dependencies): New function.
4198 (antlr-directory-dependencies): New function.
4199 (antlr-superclasses-glibs): New function.
4200 (antlr-run-tool): New command.
4201 (antlr-makefile-insert-variable): New function.
4202 (antlr-insert-makefile-rules): New function.
4203 (antlr-show-makefile-rules): New command.
4204
4205 * antlr-mode.el: More Emacs/XEmacs stuff.
4206 (antlr-no-action-keywords): New constant with value nil.
4207 (antlr-font-lock-keywords-alist): Use it. Old value would break
4208 syntax highlighting in Emacs-21.0.
4209 (antlr-default-directory): Emacs/XEmacs dependend function.
4210 (antlr-read-shell-command): Ditto.
4211 (antlr-with-displaying-help-buffer): Ditto.
4212
4213 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
4214
4215 * antlr-mode.el: imenu, parsing and highlighting changes.
4216 (antlr-imenu-create-index-function): Don't create extra submenus
4217 for definitions in different grammar classes. It is not necessary
4218 for the menu and would make command `imenu' awkward to use.
4219 (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
4220 header actions and more than one.
4221 (antlr-font-lock-tokendef-face): Changed color.
4222 (antlr-font-lock-tokenref-face): Changed color.
4223 (antlr-font-lock-additional-keywords): Also highlight lowercase.
4224 (antlr-mode-syntax-table): New variable.
4225 (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
4226 (antlr-with-syntax-table): Don't copy syntax table.
4227
4228 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
4229
4230 * antlr-mode.el: Minor changes: language setting.
4231 (antlr-language-alist): The value for file option "language" can
4232 be both an identifier and a string.
4233 Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
4234 (antlr-language-limit-n-regexp): Change accordingly.
4235
4236 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
4237
4238 * antlr-mode.el: Minor changes: tabs, hiding.
4239 (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
4240 (antlr-action-visibility): Also allow value nil to also hide the
4241 braces. Renamed from `antlr-tiny-action-length'.
4242 Suggested by Jay@aol.com.
4243 (antlr-hide-actions): Change accordingly. Hide line if completely
4244 hidden action is on a line of its own.
4245
4246 2000-11-29 Stefan Monnier <monnier@cs.yale.edu>
4247
4248 * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
4249
4250 * sort.el (sort-columns): Don't concat strings with numbers.
4251
4252 2000-11-29 Dave Love <fx@gnu.org>
4253
4254 * cus-edit.el (face): Fix :format.
4255
4256 * mail/feedmail.el: Require smtpmail when compiling.
4257 (mail-do-fcc): Autoload.
4258 (feedmail) <defgroup>: Fix :link.
4259 (feedmail-nuke-body-in-fcc): Fix :type.
4260 (feedmail-send-it): Add autoload cookie.
4261
4262 2000-11-29 Stefan Monnier <monnier@cs.yale.edu>
4263
4264 * newcomment.el (comment-indent): Save excursion around call to
4265 comment-indent-function.
4266
4267 2000-11-29 Miles Bader <miles@gnu.org>
4268
4269 * subr.el (member-ignore-case): Return the tail of the list who's
4270 car matches, like `member', not the matching element itself.
4271
4272 2000-11-29 Kenichi Handa <handa@etl.go.jp>
4273
4274 * xml.el (xml-parse-tag): Fix finding opening tag. A tag name
4275 should not contain `\n'.
4276
4277 2000-11-28 Gerd Moellmann <gerd@gnu.org>
4278
4279 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
4280
4281 * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
4282
4283 * dired-aux.el (dired-do-create-files): Construct default file
4284 name for dired-mark-read-file-name so that when the user enters
4285 just RET, the target file will end up in the target directory.
4286
4287 * abbrev.el (prepare-abbrev-list-buffer): Get the value of
4288 local-abbrev-table before changing buffers because it might
4289 have a buffer-local binding.
4290
4291 2000-11-28 Miles Bader <miles@gnu.org>
4292
4293 * simple.el (delete-horizontal-space): Handle fields more generally.
4294
4295 2000-11-28 Gerd Moellmann <gerd@gnu.org>
4296
4297 * simple.el (delete-horizontal-space): Handle minibuffer prompt.
4298
4299 2000-11-28 Dave Love <fx@gnu.org>
4300
4301 * progmodes/ps-mode.el (ps-mode): Set comment-start and
4302 comment-start-skip locally.
4303
4304 * progmodes/fortran.el (fortran-mode): Don't set
4305 fortran-comment-line-start-skip. Set comment-start to
4306 fortran-comment-line-start.
4307 (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
4308 (fortran-comment-line-start-skip): Simplify slightly.
4309
4310 2000-11-28 Gerd Moellmann <gerd@gnu.org>
4311
4312 * play/5x5.el: Remove RCS keyword.
4313
4314 * bs.el: Mistaken commit, undone 2000-11-30.
4315
4316 2000-11-28 Milan Zamazal <pdm@freesoft.cz>
4317
4318 * textmodes/tildify.el (tildify-string-alist):
4319 Add `plain-tex-mode' here.
4320
4321 2000-11-28 Colin Walters <walters@cis.ohio-state.edu>
4322
4323 * chistory.el (Command-history-setup): Remove extraneous `keymap'
4324 reference.
4325
4326 2000-11-28 Miles Bader <miles@gnu.org>
4327
4328 * cus-face.el (custom-face-attributes): Add post-filter function
4329 for :box. Make pre-filter function for :box handle all cases.
4330
4331 * wid-edit.el (widget-choose): Make sure pop-up window is large
4332 enough to display all the choices, as there's no way to scroll it.
4333
4334 2000-11-28 Kenichi Handa <handa@etl.go.jp>
4335
4336 * international/mule-conf.el: Make the coding system no-conversion
4337 safe for all characters.
4338
4339 2000-11-27 Dave Love <fx@gnu.org>
4340
4341 * net/ldap.el (ldap) <defgroup>: Add :version.
4342
4343 * tooltip.el (tooltip-use-echo-area): Doc fix.
4344
4345 * cus-start.el <minibuffer-prompt-properties>: Add version.
4346 <read-buffer-function>: Add.
4347
4348 * apropos.el (apropos-print): Add help-echo to active text.
4349
4350 * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
4351
4352 2000-11-27 Gerd Moellmann <gerd@gnu.org>
4353
4354 * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
4355 type, group and version.
4356
4357 2000-11-27 Eli Zaretskii <eliz@is.elta.co.il>
4358
4359 * select.el (x-get-selection): Docstring fix.
4360
4361 2000-11-27 Dave Pearson <davep@hagbard.demon.co.uk>
4362
4363 * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
4364
4365 2000-11-27 Andrew Innes <andrewi@gnu.org>
4366
4367 * makefile.nt (.SUFFIXES): Add .SUFFIXES.
4368
4369 * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
4370
4371 2000-11-27 Miles Bader <miles@gnu.org>
4372
4373 * dired.el (dired-get-filename): Return filename verbatim if
4374 LOCALP is `verbatim'.
4375 * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
4376 `verbatim' so that we don't inadvertently delete a non-existant
4377 directory name.
4378
4379 2000-11-27 Kenichi Handa <handa@etl.go.jp>
4380
4381 * international/characters.el: Specify cases and syntaxes for
4382 mule-unicode-0100-24ff.
4383
4384 2000-11-27 Gerd Moellmann <gerd@gnu.org>
4385
4386 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
4387 that foreground and/or background colors of the face `tool-bar'
4388 are unspecified.
4389
4390 2000-11-27 Miles Bader <miles@gnu.org>
4391
4392 * wid-edit.el (widget-field-buffer, widget-field-start)
4393 (widget-field-end): Handle widget field `pseudo-overlays'.
4394 (widget-field-value-delete): Delete WIDGET from `widget-field-new'
4395 if it's there instead of in `widget-field-list'.
4396
4397 * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
4398 (help-make-xrefs): Delete extraneous newlines at the end of the
4399 docstring.
4400
4401 2000-11-25 Jason Rumney <jasonr@gnu.org>
4402
4403 * startup.el (command-line): Call set-locale-environment after
4404 Window System init file is read, as it can result in a call to
4405 redraw-frame.
4406
4407 2000-11-25 Eli Zaretskii <eliz@is.elta.co.il>
4408
4409 * simple.el (shell-command): Mention the effect of the prefix
4410 argument in the doc string.
4411
4412 2000-11-25 Miles Bader <miles@gnu.org>
4413
4414 * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
4415
4416 * wid-edit.el (widget-field-value-delete): Don't try to delete
4417 overlay when it's the `pseudo-overlay' that exists at some points.
4418
4419 2000-11-24 Jason Rumney <jasonr@gnu.org>
4420
4421 * international/mule-cmds.el (locale-language-names): Add "jp" as
4422 a non-standard alternative for Japanese.
4423
4424 2000-11-24 Andre Spiegel <spiegel@gnu.org>
4425
4426 * vc-hooks.el: Require 'cl during compilation.
4427
4428 2000-11-24 Gerd Moellmann <gerd@gnu.org>
4429
4430 * faces.el (face-set-after-frame-default): Let face attributes
4431 specified for new frames override frame parameters.
4432
4433 * startup.el (command-line): Fix computation of the source file
4434 for user-init-file when user-init-file is a compiled file.
4435
4436 2000-11-24 Miles Bader <miles@gnu.org>
4437
4438 * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
4439 (custom-post-filter-face-spec): New functions.
4440 (custom-face-set, custom-face-value-create): Filter the face spec
4441 before and after customization.
4442 (custom-face-set): If VALUE specifies a null face, pass a
4443 non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
4444 * cus-face.el (custom-face-attributes): Remove SET and GET
4445 functions. Add some IN-FILTER and OUT-FILTER functions in the few
4446 cases they're needed.
4447
4448 * wid-edit.el (checkbox): Add a small `X' to the the :on-glyph, so
4449 that it's distinguishable from the :off-glyph on dark-background
4450 displays. Set its background color too.
4451
4452 * cus-start.el (all): Restore entry for `mode-line-inverse-video',
4453 so that people can easily turn it off.
4454
4455 2000-11-24 Michael Kifer <kifer@cs.sunysb.edu>
4456
4457 * ediff-diff.el: Moved variables around to have it compile under NT.
4458
4459 * ediff-help.el (ediff-use-long-help-message): Made it customizable.
4460
4461 * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
4462
4463 * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
4464 redundant skip-small-frames test.
4465
4466 * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
4467 (viper-downgrade-to-insert): Protect against errors in hooks.
4468
4469 * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
4470 (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
4471 (viper-restore-cursor-type,viper-set-insert-cursor-type):
4472 New functions.
4473
4474 * viper-util.el (viper-memq-char): Bug fixes.
4475
4476 * viper.el (viper-mode): Fix cursor handling.
4477
4478 2000-11-24 Kenichi Handa <handa@etl.go.jp>
4479
4480 * international/mule-diag.el (list-iso-charset-chars):
4481 For two-byte charset, fix the `while' condition.
4482 (list-non-iso-charset-chars): Fix the `while' condition.
4483
4484 2000-11-23 Stefan Monnier <monnier@cs.yale.edu>
4485
4486 * subr.el (add-hook, remove-hook): Don't call make-local-hook
4487 if the variable is make-variable-buffer-local.
4488
4489 * progmodes/ada-stmt.el (ada-template-map):
4490 Initialize and bind it to C-c t in ada-mode-map.
4491 (ada-stmt-mode-hook): New function extracted from old code.
4492 Only change the buffer-local side of skeleton-*.
4493 (ada-mode-hook): Use it.
4494
4495 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
4496
4497 * iswitchb.el (iswitchb-minibuf-depth): New variable.
4498 (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
4499 we expect to be returned by minibuffer-depth once we prompt the
4500 user in the minibuffer.
4501 (iswitchb-entryfn-p): If minibuffer-depth returns the same value
4502 as recorded in iswitchb-minibuf-depth, return non-nil.
4503
4504 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
4505
4506 * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
4507 (hscroll-window-maybe): Docstring fix.
4508
4509 2000-11-23 Dave Love <fx@gnu.org>
4510
4511 * rect.el (string-rectangle): Don't test delete-selection-mode.
4512
4513 2000-11-23 Gerd Moellmann <gerd@gnu.org>
4514
4515 * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
4516 is in the tool bar.
4517
4518 * dired-aux.el (dired-add-entry): Don't call dired-get-filename
4519 with `no-dir'; we want the directory part to be able to remove it.
4520
4521 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
4522
4523 * textmodes/outline.el (outline-flag-region):
4524 Don't bind inhibit-read-only since we don't modify the buffer.
4525 (outline-isearch-open-invisible): Don't jump to overlay-start
4526 since we're trying to unhide text around point.
4527 (outline-discard-overlays): Use dolist.
4528
4529 * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
4530
4531 2000-11-22 Gerd Moellmann <gerd@gnu.org>
4532
4533 * mail/rmail.el (rmail-confirm-expunge): Default to y-or-n-p.
4534
4535 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
4536
4537 * textmodes/tex-mode.el (tex-font-lock-keywords-1):
4538 Fix ARG regexp to skip quoted braces.
4539 (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
4540 Remove `bf' and `it' from `bold' and `italic' (they were wrong and
4541 are (correctly) handled separately).
4542 Remove `caption' and `footnote' from `citations': they contain text.
4543 Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
4544 (latex-skeleton-end-hook): New function.
4545 (latex-mode): Use it.
4546 (tex-start-tex-marker): Remove.
4547 (tex-send-tex-command): Don't set tex-start-tex-marker.
4548 (tex-error-parse-syntax-table): New var.
4549 (tex-compilation-parse-errors): Use it.
4550 Ignore tex-start-tex-marker. Don't bother with marker-position.
4551 (tex-validate-buffer): Don't bother with marker-position.
4552
4553 * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
4554 (flyspell-generic-progmode-verify): Use it.
4555
4556 2000-11-22 Sam Steingold <sds@gnu.org>
4557
4558 * simple.el (delete-trailing-whitespace): New interactive function.
4559
4560 * progmodes/ada-mode.el (ada-mode): Use it instead of
4561 `ada-remove-trailing-spaces'.
4562 (ada-remove-trailing-spaces): Removed.
4563
4564 * textmodes/two-column.el (2C-merge): Recommend it in the doc.
4565
4566 * textmodes/picture.el (picture-clean): Removed.
4567 (picture-mode-exit): Call it instead of `picture-clean'.
4568
4569 2000-11-22 Gerd Moellmann <gerd@gnu.org>
4570
4571 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
4572
4573 * hi-lock.el (hi-lock-refontify): Don't call non-existent
4574 jit-lock-fontify-buffer; it should anyway be unneccessary to
4575 do anything special when jit-lock is active.
4576 (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
4577
4578 2000-11-22 Dave Love <fx@gnu.org>
4579
4580 * calendar/todo-mode.el (todo-top-priorities): Use
4581 todo-tmp-buffer-name. From Milan Zamazal <Milan.Zamazal@qbizm.com>.
4582
4583 * language/chinese.el, language/cyrillic.el:
4584 * language/devanagari.el, language/ethiopic.el, language/greek.el:
4585 * language/hebrew.el, language/indian.el, language/japanese.el:
4586 * language/korean.el, language/lao.el, language/misc-lang.el:
4587 * language/thai.el, language/tibetan.el, language/vietnamese.el:
4588 Use provide.
4589
4590 * cus-edit.el (custom-buffer-create-internal): Save some consing.
4591 (custom-variable-set): Improve validation error mesage.
4592
4593 * rect.el (string-rectangle): Revert last change.
4594 (string-rectangle-line): New arg DELETE.
4595 (string-rectangle): Check delete-selection-mode.
4596
4597 * emacs-lisp/edebug.el (edebug-version)
4598 (edebug-maintainer-address): Deleted.
4599 (edebug-submit-bug-report): Just alias to report-emacs-bug.
4600 (edebug-read-function): Account for other `'#' read forms.
4601 (edebug-mode-menus): Make some items toggles.
4602 (edebug-outside-unread-command-event, unread-command-event):
4603 Remove these to avoid warnings.
4604
4605 2000-11-22 David Ponce <david@dponce.com>
4606
4607 * recentf.el (recentf-menu-items-for-commands)
4608 (recentf-make-menu-items, recentf-make-menu-item)
4609 (recentf-filter-changer): Added :help and :active menu-item properties.
4610
4611 (recentf-build-dir-rules, recentf-dump-variable)
4612 (recentf-edit-list, recentf-open-files-item)
4613 (recentf-open-files): Replaced unnecessary `mapcar' with new
4614 built-in `mapc'.
4615
4616 2000-11-23 Miles Bader <miles@gnu.org>
4617
4618 * faces.el (menu): Make inverse-video on ttys too.
4619
4620 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
4621
4622 * simple.el (comment-line-break-function): Use the new name
4623 indent-new-comment-line -> comment-indent-new-line.
4624 (clone-indirect-buffer): Don't ignore NORECORD.
4625 (next-completion): Properly handle the case where items are adjacent.
4626
4627 * mouse.el (popup-menu): Stupid typo.
4628
4629 2000-11-22 Gerd Moellmann <gerd@gnu.org>
4630
4631 * emacs-lisp/authors.el: Remove autoload cookies, add author,
4632 maintainer, keywords tags.
4633
4634 * rect.el (replace-rectangle): Don't call string-rectangle-line
4635 with too many arguments.
4636
4637 2000-11-22 Andre Spiegel <spiegel@gnu.org>
4638
4639 * ediff-util.el (ediff-file-checked-out-p)
4640 (ediff-file-checked-in-p): Call vc-state instead of
4641 vc-locking-user, which no longer exists.
4642
4643 * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
4644
4645 2000-11-22 Dave Love <fx@gnu.org>
4646
4647 * md5.el (md5): Provide.
4648 (md5): Fix error call.
4649
4650 2000-11-22 Miles Bader <miles@gnu.org>
4651
4652 * textmodes/refill.el (refill-adjust-ignorable-overlay)
4653 (refill-fill-paragraph-at): Remove debugging code.
4654
4655 * calendar/calendar.el (generate-calendar-window): When we don't
4656 call `fit-window-to-buffer', make sure the top line is fully visible.
4657
4658 * image-file.el (insert-image-file): Don't make `read-only'
4659 property rear-nonsticky.
4660
4661 * isearch.el (isearch-original-minibuffer-message-timeout): New var.
4662 (isearch-mode): Set `minibuffer-message-timeout' to nil, after
4663 stashing away its original value.
4664 (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
4665 in the recursive edit.
4666 Bind `isearch-original-minibuffer-message-timeout' to protect it.
4667 (isearch-done): Restore `minibuffer-message-timeout'.
4668
4669 * cus-start.el: Remove entry for `mode-line-inverse-video'.
4670
4671 2000-11-21 Stefan Monnier <monnier@cs.yale.edu>
4672
4673 * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
4674
4675 * find-lisp.el (find-lisp-find-files-internal):
4676 Use dolist, when and file-name-as-directory.
4677
4678 * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
4679 (define-derived-mode, define-minor-mode): Add specs.
4680
4681 * window.el: General comment and spacing fixes.
4682 (save-selected-window): Use backquotes.
4683 (window-safely-shrinkable-p): New function.
4684 (shrink-window-if-larger-than-buffer): Use it.
4685
4686 * subr.el (make-local-hook): Docstring fix.
4687
4688 * shell.el (shell-mode): Use define-derived-mode.
4689
4690 * newcomment.el (comment-indent): Insert comment before calling
4691 comment-indent-function. Don't insert in column 0.
4692 (comment-dwim): Indent before inserting comment.
4693
4694 * isearch.el (isearch-mode-map): Fix docstring. Init in defvar.
4695 (minibuffer-local-isearch-map): Init in defvar. Use inheritance.
4696 (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
4697 Use mapc rather than map.
4698
4699 * files.el (find-buffer-visiting): Compare all attributes before
4700 declaring two files identical (rather than just their inode-no).
4701 (auto-mode-alist): Use \' rather than $.
4702
4703 * which-func.el: Update maintainer line.
4704
4705 * pcvs.el (uniquify-buffer-file-name): Remove advice.
4706 * uniquify.el (uniquify-list-buffers-directory-modes): New var.
4707 (uniquify-buffer-file-name): Use it.
4708
4709 2000-11-22 Miles Bader <miles@gnu.org>
4710
4711 * cus-start.el: Add entry for `minibuffer-prompt-properties'.
4712 * simple.el (minibuffer-avoid-prompt): New function.
4713
4714 2000-11-21 Gerd Moellmann <gerd@gnu.org>
4715
4716 * Makefile.in (.SUFFIXES): Add .SUFFIXES.
4717
4718 2000-11-21 Miles Bader <miles@gnu.org>
4719
4720 * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
4721 inclusion of `track-mouse'.
4722
4723 * textmodes/refill.el (refill-ignorable-overlay): New variable.
4724 (refill-adjust-ignorable-overlay): New function.
4725 (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
4726 only the paragraph's tail if possible.
4727 Update `refill-ignorable-overlay'.
4728 (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
4729
4730 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
4731 point inside the fill-prefix.
4732
4733 * textmodes/refill.el (refill-post-command-function): Don't reset
4734 refill-doit in the case where a self-insertion command doesn't
4735 case a refill. Use `refill-fill-paragraph-at', getting position
4736 from `refill-doit'.
4737 (refill-after-change-function): Set `refill-doit' to END.
4738 (refill-fill-paragraph-at): New function, mostly from old
4739 refill-fill-paragraph.
4740 (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
4741 (refill-pre-command-function): New function.
4742 (refill-mode): Add it to `pre-command-hook'.
4743
4744 2000-11-20 Gerd Moellmann <gerd@gnu.org>
4745
4746 * textmodes/artist.el (artist-mode): Fix autoload cookie.
4747
4748 * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
4749 javadoc tags.
4750
4751 2000-11-20 Andre Spiegel <spiegel@gnu.org>
4752
4753 * vc.el, vc-hooks.el: Undo prev change (moved functions back to
4754 vc.el).
4755
4756 * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
4757 require vc.
4758
4759 * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
4760 checkouts.
4761
4762 2000-11-20 Dave Love <fx@gnu.org>
4763
4764 * Makefile.in (DONTCOMPILE): Omit bindings.el.
4765
4766 2000-11-20 Eli Barzilay <eli@www.barzilay.org>
4767
4768 * calculator.el (calculator-paste): Use `if' instead of `and'
4769 and `or'.
4770 (calculator-help): Don't use electric-describe-mode for XEmacs.
4771
4772 2000-11-19 Gerd Moellmann <gerd@gnu.org>
4773
4774 * info.el (info-menu-5): Doc fix.
4775
4776 * textmodes/artist.el: New file.
4777
4778 2000-11-19 Andre Spiegel <spiegel@gnu.org>
4779
4780 * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
4781 and differentiate according to checkout model.
4782 (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
4783 since this function is only concerned with master state.
4784
4785 * vc-hooks.el (vc-workfile-unchanged-p)
4786 (vc-default-workfile-unchanged-p): Moved here from vc.el.
4787
4788 * vc.el (vc-workfile-unchanged-p)
4789 (vc-default-workfile-unchanged-p): See above.
4790
4791 2000-11-19 Miles Bader <miles@gnu.org>
4792
4793 * image-file.el (insert-image-file): Make `intangible' and
4794 `read-only' properties rear-nonsticky too.
4795
4796 2000-11-18 Gerd Moellmann <gerd@gnu.org>
4797
4798 * ps-print.el: Update copyright notice.
4799
4800 * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
4801 (tooltip-show): Use the offsets.
4802
4803 * bindings.el (mode-line-modified): Fix a typo.
4804 (mode-line-toggle-modified, mode-line-widen)
4805 (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
4806
4807 2000-11-17 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4808
4809 * ps-print.el (toplevel): Test for find-coding-system being
4810 fboundp before calling ps-x-find-coding-system.
4811
4812 2000-11-16 Stefan Monnier <monnier@cs.yale.edu>
4813
4814 * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
4815 (vc-version-backup-file): Docstring fix.
4816
4817 2000-11-16 Gerd Moellmann <gerd@gnu.org>
4818
4819 * files.el (basic-save-buffer): Don't add a newline if
4820 find-file-literally is non-nil.
4821 (find-file-literally): Extend doc string.
4822
4823 * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
4824 sort(1) with the `-f' argument.
4825
4826 2000-11-16 Andre Spiegel <spiegel@gnu.org>
4827
4828 * vc.el: Updated backend documentation.
4829 (vc-default-check-headers): New function.
4830
4831 * vc-{cvs,rcs,sccs}.el: Functions reordered.
4832
4833 * vc.el (vc-revert-buffer): Ask for confirmation if file seems
4834 up-to-date.
4835 (vc-do-command): In the asynchronous case, output messages only if
4836 the minibuffer is not active.
4837
4838 * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
4839 `vc-cvs-use-edit' is on.
4840 (vc-cvs-checkout): When this is used for reverting the workfile,
4841 make a backup of the original contents and revert to that in case
4842 of error.
4843 (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
4844 remote repositories.
4845
4846 * vc.el (vc-annotate): Changed handling of prefix arg; now asks
4847 for both version and ratio in the minibuffer.
4848
4849 * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
4850 Use vc-do-command to perform the annotation, not call-process.
4851
4852 2000-11-16 Kenichi Handa <handa@etl.go.jp>
4853
4854 * international/quail.el (quail-start-translation): Don't call
4855 `message' before reading key sequence.
4856
4857 2000-11-16 Miles Bader <miles@lsi.nec.co.jp>
4858
4859 * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
4860
4861 2000-11-16 Kenichi Handa <handa@etl.go.jp>
4862
4863 * window.el (fit-window-to-buffer): Be sure to acquire at least
4864 one text line even if the buffer is empty.
4865
4866 2000-11-16 Gerd Moellmann <gerd@gnu.org>
4867
4868 * net/ange-ftp.el (ange-ftp-file-writable-p)
4869 (ange-ftp-file-readable-p, ange-ftp-file-executable-p):
4870 Bind ange-ftp-process-verbose to nil.
4871
4872 2000-11-15 Dave Love <fx@gnu.org>
4873
4874 * wid-edit.el (widget-specify-field, widget-specify-button):
4875 If :help-echo is a function, set help-echo of overlay to
4876 widget-mouse-help.
4877 (widget-mouse-help): New function.
4878 (widget-echo-help): Rewritten for :help-echo functions only taking
4879 a widget arg.
4880
4881 * net/eudc-bob.el (eudc-bob-can-display-inline-images):
4882 Use display-graphic-p.
4883 (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
4884 and that JPEG is available.
4885 (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
4886
4887 * international/mule-cmds.el (locale-charset-language-names):
4888 Match @euro.
4889
4890 2000-11-15 Gerd Moellmann <gerd@gnu.org>
4891
4892 * faces.el (face-set-after-frame-default):
4893 If `inhibit-default-face-x-resources' is bound, don't intialize the
4894 default face from X resources.
4895
4896 2000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
4897
4898 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
4899 Don't set EMACSLOADPATH.
4900
4901 2000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
4902
4903 * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
4904 texinfo-insert-@url.
4905 (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
4906 (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
4907
4908 2000-11-14 Stefan Monnier <monnier@cs.yale.edu>
4909
4910 * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
4911 (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
4912 (checkdoc-minor-keymap): Backward compatibility.
4913 (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
4914 (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
4915 (checkdoc-this-string-valid-engine): Be a bit more strict
4916 to avoid matching substrings of `...' quoted vars/funs.
4917 (checkdoc-defun-info): Only look for `interactive' if alone.
4918 (debug-ignored-errors): Add "arg doesn't appear in docstring".
4919
4920 * progmodes/compile.el (grep): `tag-default' can be nil.
4921
4922 * newcomment.el (comment-indent): Paren typo.
4923
4924 2000-11-14 Dave Love <fx@gnu.org>
4925
4926 * calculator.el: New maintainer version.
4927
4928 * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
4929
4930 * cmuscheme.el: Doc fixes.
4931 (cmuscheme) <defgroup>: Use `scheme' as parent.
4932 (cmuscheme-program-name): Remove. Change uses to scheme-program-name.
4933
4934 * xscheme.el (scheme-program-name): Don't define here.
4935
4936 * progmodes/scheme.el (scheme-program-name): New variable
4937 (originally in cmuscheme).
4938
4939 2000-11-14 Miles Bader <miles@gnu.org>
4940
4941 * window.el (fit-window-to-buffer): Handle windows without mode-lines.
4942 Handle header-lines. Don't loop forever if we can't enlarge the
4943 window anymore. Simplify a bit.
4944
4945 2000-11-14 Kenichi Handa <handa@etl.go.jp>
4946
4947 * window.el (fit-window-to-buffer): Don't check
4948 window-text-height. Assure that the last line is fully visible.
4949
4950 * international/quail.el (quail-show-guidance-buf):
4951 Call fit-window-to-buffer to assure the enough height of the guidance
4952 buffer.
4953 (quail-update-guidance): Avoid making the guidance buffer shorter.
4954
4955 2000-11-14 Stefan Monnier <monnier@cs.yale.edu>
4956
4957 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
4958 rather than `prepend' and add an interesting comment.
4959 (tex-math-face, tex-font-lock-syntactic-face-function):
4960 New face and function to use it.
4961 (tex-define-common-keys, tex-mode-map): Use menu-item rather
4962 than `menu-enable' symbol property.
4963 (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
4964 (tex-mode): Add some latex-mode commands for auto-selection.
4965 Use tex-font-lock-syntactic-face-function.
4966 (tex-insert-quote): Simplify.
4967 (tex-shell): New mode.
4968 (tex-start-shell): Use it.
4969 (tex-shell-proc, tex-shell-buf): New functions.
4970 (tex-send-command): Use it.
4971 (tex-main-file): Fix the meaning of the new arg REALFILE.
4972 (tex-send-tex-command): New function split from `tex-start-tex'.
4973 Set compilation-last-buffer and compilation-parsing-end.
4974
4975 * newcomment.el (comment-indent-default): Stick \s<\s< to the left
4976 when it follows non-comment text on the line.
4977
4978 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
4979 Set font-lock-defaults.
4980 (lisp-mode-shared-map): Init inside the defvar.
4981 (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
4982 Use define-derived-mode.
4983
4984 2000-11-14 Miles Bader <miles@lsi.nec.co.jp>
4985
4986 * faces.el (header-line): Use `:box nil' for color/gs displays too.
4987
4988 2000-11-14 Gerd Moellmann <gerd@gnu.org>
4989
4990 * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda):
4991 Don't recursively optimize body because that can lead to infinite
4992 recursion; see comment there.
4993
4994 2000-11-13 Eli Zaretskii <eliz@is.elta.co.il>
4995
4996 * faces.el (face-spec-set-match-display): Revert the change from
4997 2000-10-24. Add a FIXME for after v21.1.
4998
4999 2000-11-13 Miles Bader <miles@gnu.org>
5000
5001 * textmodes/fill.el (skip-line-prefix): New function.
5002 (fill-region-as-paragraph, fill-region): Return the fill-prefix.
5003 (fill-paragraph): Don't leave point inside the fill-prefix.
5004 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
5005 point inside the fill-prefix.
5006
5007 2000-11-13 Miles Bader <miles@lsi.nec.co.jp>
5008
5009 * calendar/calendar.el (generate-calendar-window):
5010 Use `fit-window-to-buffer'.
5011
5012 2000-11-12 Stefan Monnier <monnier@cs.yale.edu>
5013
5014 * gud.el (gud-minor-mode): New var.
5015 (gud-symbol, gud-val): New functions.
5016 (gud-find-file): Copy gud-minor-mode to the new buffer.
5017 (gud-menu-map): Include entries for commands that are not always
5018 available, using :enable to (de)activate them.
5019 (gud-minor-mode-map): New map. Add it to minor-mode-map-alist.
5020 (gud-mode-map): New map.
5021 (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
5022 (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
5023 Don't set up gud's menu (it's done by the minor-mode).
5024 (gud-minibuffer-local-map): New.
5025 Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
5026 (gud-query-cmdline): New function.
5027 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it. Set gud-minor-mode.
5028 (gud-mode): Use define-derived-mode.
5029 Don't set up gud's menu (it's done by the minor-mode).
5030 (gud-chop-words): Remove.
5031 (gud-common-init): Use split-string instead.
5032 (gud-new-keymap, gud-make-debug-menu): Eradicate.
5033
5034 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
5035 Add keyword arg :name.
5036
5037 * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
5038 (diff-count-matches, diff-split-hunk): New functions.
5039 (diff-mode-map): Bind C-c C-s to diff-split-hunk.
5040
5041 * pcvs-info.el (cvs-fi-conflict-face): New var.
5042
5043 * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
5044 Make it into a simple syntax-table, shared among all submodes.
5045 (sh-heredoc-face): Re-introduce.
5046 (sh-font-lock-syntactic-face-function): New function.
5047 (sh-mode): Use it. Also use define-derived-mode.
5048 Remove old bogus setting of indent-region-function.
5049 (sh-set-shell): Don't set the syntax-table any more.
5050 (sh-mode-syntax-table) <defun>: Remove.
5051
5052 2000-11-12 Miles Bader <miles@gnu.org>
5053
5054 * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
5055 message if interactive.
5056
5057 2000-11-12 Dave Love <fx@gnu.org>
5058
5059 * mail/feedmail.el: Fix header,
5060 (feedmail) <defgroup>: Add :link.
5061
5062 * view.el: Use local-map property, not keymap on mode-line string.
5063
5064 * scroll-all.el (scroll-all-mode): Customize variable.
5065 Add autoload cookie to function.
5066
5067 * lazy-lock.el: Remove compatibility code.
5068
5069 * finder.el (finder-known-keywords): Add `files', remove `vms'.
5070 (finder-help-echo): New variable.
5071 (finder-mouse-face-on-line): Add help-echo stuff.
5072 (finder-list-keywords, finder-list-matches): Use mapc.
5073
5074 * faces.el (face-font-registry-alternatives): Add :version.
5075
5076 * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
5077 tags-table-list.
5078
5079 * net/browse-url.el (browse-url-browser-function): Update :version.
5080
5081 * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
5082 (mail-mode): Use [:alnum:] in some regexps.
5083
5084 2000-11-10 Dave Love <fx@gnu.org>
5085
5086 * ediff.el (ediff-regions-internal, ediff-documentation):
5087 * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
5088 fundamental mode.
5089
5090 * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
5091 buffer into fundamental mode.
5092 (ediff-set-difference): Use copy-sequence if available.
5093
5094 * ediff-ptch.el (ediff-dispatch-file-patching-job):
5095 Check ediff-patch-map non-nil.
5096 (ediff-fixup-patch-map, ediff-fixup-patch-map)
5097 (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
5098 buffer into fundamental mode.
5099
5100 * ediff-merg.el (state-or-merge): Defvar when compiling.
5101
5102 2000-11-10 Jason Rumney <jasonr@gnu.org>
5103
5104 * w32-fns.el (w32-add-charset-info): New function.
5105 (w32-charset-info-alist): Use it.
5106
5107 2000-11-10 Gerd Moellmann <gerd@gnu.org>
5108
5109 * faces.el (face-font-registry-alternatives): New user-option.
5110
5111 2000-11-10 Stefan Monnier <monnier@cs.yale.edu>
5112
5113 * textmodes/texinfo.el (texinfo-block-default): New var.
5114 (texinfo-insert-block): Use it. Insert a newline if needed.
5115
5116 * textmodes/fill.el (fill-indent-according-to-mode): New var.
5117 (fill-region-as-paragraph): Use it.
5118
5119 * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
5120 (latex-mode): Tweak tex-*-(head|trail)er regexps.
5121 Tweak paragraph regexps to allow a leading [ \t]*.
5122 (tex-latex-block): Insert a newline if necessary.
5123 (latex-insert-item): Only insert a newline if necessary.
5124 (tex-guess-main-file): New function.
5125 (tex-main-file): Use it. Add arg `realfile'. Trim `.tex'.
5126 Set tex-main-file if TeX-master is provided.
5127 (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
5128
5129 2000-11-10 Gerd Moellmann <gerd@gnu.org>
5130
5131 * startup.el (command-line): Set the default tooltip-mode
5132 to t for graphical displays which implement x-show-tip.
5133
5134 * tooltip.el (tooltip-mode): Add a comment about startup.el
5135 setting the default value of this user-option.
5136
5137 2000-11-09 Stefan Monnier <monnier@cs.yale.edu>
5138
5139 * font-lock.el (font-lock-*-face) <defvar>: Move.
5140 (font-lock-defaults-alist): Mark obsolete.
5141 (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
5142 (font-lock-mode): Use define-minor-mode.
5143 (font-lock-support-mode): Tweak type to default to jit-lock-mode.
5144 (font-lock-turn-off-thing-lock): Be more explicit.
5145 (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
5146 (font-lock-syntactic-face-function): New var.
5147 (font-lock-fontify-syntactically-region): Use it.
5148 (font-lock-doc-face): New.
5149
5150 * pcvs.el (cvs-enabledp): Ignore errors.
5151 (cvs-commit-filelist): Never query.
5152 (cvs-mode-insert): Always add a terminating / in the initial prompt.
5153 (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
5154 (cvs-do-removal): Use cvs-partition rather than delete-if.
5155 Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
5156 cvs-bury-buffer.
5157
5158 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
5159 Allow `next' to jump to after the end of the last match.
5160
5161 2000-11-09 Gerd Moellmann <gerd@gnu.org>
5162
5163 * simple.el (byte-compiling-files-p): New function.
5164
5165 * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
5166 if it is there.
5167
5168 * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
5169 nil again.
5170
5171 * textmodes/ispell.el (ispell-library-path): Don't call
5172 check-ispell-version when byte-compiling because that starts
5173 an ispell process, and ispell might not be installed.
5174 (toplevel): Don't set up a menu when byte-compiling.
5175
5176 * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
5177 it, so that a boundp test can be used to determine if we're
5178 currently byte-compiling.
5179
5180 2000-11-09 Dave Love <fx@gnu.org>
5181
5182 * pcvs.el (uniquify-buffer-file-name): Wrap advice in eval-after-load.
5183
5184 2000-11-09 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5185
5186 * ps-print.el: Patch for variable initialization when spooling.
5187 Doc fix.
5188 (ps-output-list): Fun eliminated.
5189 (ps-begin-file, ps-begin-job): Code fix.
5190
5191 2000-11-08 Dave Love <fx@gnu.org>
5192
5193 * ediff-wind.el (ediff-control-frame-parameters): Zero tool-bar-lines.
5194
5195 2000-11-08 Gerd Moellmann <gerd@gnu.org>
5196
5197 * simple.el (shell-command, display-message-or-buffer)
5198 (shell-command-on-region): Mention resize-mini-windows in the doc
5199 string.
5200 (display-message-or-buffer): Take the value of resize-mini-windows
5201 into account.
5202
5203 2000-11-07 Gerd Moellmann <gerd@gnu.org>
5204
5205 * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
5206
5207 * dired.el (dired-between-files): Add `^. find' as an alternative
5208 to the regular expression, for find-dired.
5209
5210 2000-11-06 Stefan Monnier <monnier@cs.yale.edu>
5211
5212 * textmodes/texnfo-upd.el: Require texinfo.
5213 (defmacro, defgroup): Remove.
5214 (texinfo-section-to-generic-alist): Remove.
5215 Use texinfo-section-list instead (i.e. level is changed string->int).
5216 (texinfo-filter): New function.
5217 (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
5218 (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
5219 Use it. And use regexp-opt.
5220 (texinfo-find-higher-level-node, texinfo-hierarchic-level)
5221 (texinfo-update-menu-region-beginning)
5222 (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
5223 (texinfo-update-the-node, texinfo-sequentially-update-the-node)
5224 (texinfo-update-menu-same-level-regexps): Update.
5225 (texinfo-update-node, texinfo-every-node-update)
5226 (texinfo-sequential-node-update): Remove autoload cookie.
5227
5228 * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
5229 (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
5230 (texinfo-chapter-level-regexp): Remove.
5231 (texinfo-mode): Hard code texinfo-chapter-level-regexp.
5232
5233 2000-11-06 Dave Love <fx@gnu.org>
5234
5235 * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
5236
5237 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
5238 Match defun*.
5239
5240 2000-11-06 Kenichi Handa <handa@etl.go.jp>
5241
5242 * composite.el (composition-function-table): Variable declaration
5243 moved to src/composite.c.
5244 (compose-chars-after): New optional arg object.
5245
5246 2000-11-06 Gerd Moellmann <gerd@gnu.org>
5247
5248 * bindings.el (mode-line-toggle-read-only)
5249 (mode-line-toggle-modified, mode-line-widen)
5250 (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
5251 (make-mode-line-mouse2-map): Rewritten.
5252 (mode-line-modified, mode-line-format, minor-mode-alist): Use new
5253 functions so that C-h k can show something with a doc string.
5254
5255 * startup.el (fancy-splash-delay): Set to 10 seconds.
5256 (fancy-splash-max-time): New user-option.
5257 (fancy-splash-stop-time): New variable.
5258 (fancy-splash-screens): Set it. Catch `stop-splashing'.
5259 (fancy-splash-screens-1): Throw `stop-splashing' when current
5260 time is greater than fancy-splash-stop-time.
5261
5262 2000-11-06 Stefan Monnier <monnier@cs.yale.edu>
5263
5264 * vc-hooks.el (vc-insert-file): Don't assume byte==char.
5265
5266 * pcvs.el (cvs-mode-marked): New arg `noquery'.
5267 Prompt user for a file rather than raising an error.
5268 (cvs-enabledp): Fix call to cvs-mode-marked.
5269 (cvs-insert-file): New function (extracted from cvs-mode-insert).
5270 (cvs-mode-insert): Use it. Change the init prompt' value.
5271 (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
5272
5273 * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
5274 Don't pass default arg to ewoc-locate.
5275 (ewoc-collect): Return result in the right order.
5276
5277 * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
5278
5279 * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
5280 (cvs-status-get-tags): Fix regexp.
5281 (cvs-status-trees, cvs-status-cvstrees):
5282 Combine after change hooks and don't sit-for.
5283 (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
5284 (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
5285 Use make-char rather than hard-coded cryptic data.
5286 (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
5287
5288 * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
5289
5290 * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
5291 (cvs-insert-strings): New function.
5292
5293 2000-11-06 Miles Bader <miles@lsi.nec.co.jp>
5294
5295 * mwheel.el (mouse-wheel-scroll-amount): Renamed from
5296 `mwheel-scroll-amount'.
5297 (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
5298 (mouse-wheel-mode): Use (featurep 'xemacs) instead of
5299 string-matching against the version string.
5300
5301 2000-11-06 Kenichi Handa <handa@etl.go.jp>
5302
5303 * language/thai.el ("Thai"): Set a lisp form that produces
5304 composed string in `sample-text' language info.
5305
5306 * language/tibetan.el ("Tibetan"): Set a lisp form that produces
5307 composed string in `sample-text' language info.
5308
5309 * international/mule-cmds.el (describe-language-environment):
5310 Eval `sample-text' data and insert the result.
5311
5312 * international/mule-conf.el (compound-text): Define this coding
5313 system here. Make x-ctext and ctext aliases of it.
5314
5315 * language/european.el (compound-text, ctext): Moved to
5316 international/mule-conf.el.
5317
5318 2000-11-05 Andrew Innes <andrewi@gnu.org>
5319
5320 * w32-fns.el (w32-version): New function.
5321
5322 2000-11-05 Stefan Monnier <monnier@cs.yale.edu>
5323
5324 * progmodes/awk-mode.el: Update copyright.
5325 (awk-mode-abbrev-table): Remove.
5326 (awk-font-lock-keywords): Use regexp-opt.
5327 (awk-mode): Use define-derived-mode.
5328
5329 * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
5330 when extracting a suffix.
5331
5332 2000-11-04 Andre Spiegel <spiegel@gnu.org>
5333
5334 * vc-hooks.el (vc-insert-file): Rewritten. Don't bother about
5335 auto-save-mode.
5336
5337 2000-11-04 Jason Rumney <jasonr@gnu.org>
5338
5339 * language/european.el (decode-mac-roman): Test against r1 not r0.
5340
5341 2000-11-03 Stefan Monnier <monnier@cs.yale.edu>
5342
5343 * progmodes/icon.el (icon-mode-map): Don't rebind \t.
5344 (icon-mode): Define indent-line-function.
5345 (icon-comment-indent): Simplify.
5346 (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
5347
5348 * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
5349
5350 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
5351 Bind change-log-default-mode to defeat the caching done on it.
5352 Don't bother saving excursion any more.
5353
5354 * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
5355
5356 * frame.el (after-setting-font-hook): Rename hooks -> hook.
5357 (set-frame-font): Use the new name (and the old for compatibility).
5358
5359 * toolbar/tool-bar.el (tool-bar-mode):
5360 * time.el (display-time-mode):
5361 * recentf.el (recentf-mode):
5362 * paren.el (show-paren-mode):
5363 * mwheel.el (mouse-wheel-mode):
5364 * msb.el (msb-mode):
5365 * jka-compr.el (auto-compression-mode):
5366 * image-file.el (auto-image-file-mode):
5367 * hl-line.el (hl-line-mode):
5368 * delsel.el (delete-selection-mode):
5369 * autoinsert.el (auto-insert-mode):
5370 * complete.el (partial-completion-mode): Drop unneeded positional args.
5371
5372 * info.el (Info-mode):
5373 * comint.el (comint-mode): Don't bother with make-local-hook.
5374
5375 * log-edit.el (log-edit-menu): New menu.
5376
5377 2000-11-03 Miles Bader <miles@gnu.org>
5378
5379 * wid-edit.el (widget-end-of-line): Reinstate, with a new
5380 definition, so that trailing spaces are handled properly.
5381 (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
5382
5383 2000-11-03 Gerd Moellmann <gerd@gnu.org>
5384
5385 * startup.el (fancy-splash-text, fancy-splash-text): Use a single
5386 tab character.
5387 (fancy-splash-screens): Set tab-width to 20.
5388
5389 2000-11-03 Dave Love <fx@gnu.org>
5390
5391 * comint.el (comint-completion-addsuffix): Fix custom type.
5392
5393 2000-11-02 Stefan Monnier <monnier@cs.yale.edu>
5394
5395 * font-lock.el (font-lock-buffers): Remove.
5396 (font-lock-global-modes): Define with easy-mmode-define-global-mode.
5397 (font-lock-change-major-mode): Remove.
5398 (turn-on-font-lock-if-enabled): Only apply to the current buffer.
5399 (font-lock-default-fontify-region): Extend the multiline
5400 fontification to whole lines.
5401 (font-lock-fontify-anchored-keywords)
5402 (font-lock-fontify-keywords-region): If matching just one
5403 line (with \n) only mark the \n as multiline.
5404
5405 * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
5406 Correctly handle the case where several :group args are supplied.
5407 Allow :extra-args.
5408 (easy-mmode-define-global-mode): Allow :extra-args.
5409 Correctly handle the case where several :group args are supplied.
5410
5411 2000-11-02 Miles Bader <miles@gnu.org>
5412
5413 * calendar/calendar.el (diary-face, calendar-today-face)
5414 (holiday-face): Remove dependency on `window-system'.
5415
5416 2000-11-02 Ken Raeburn <raeburn@gnu.org>
5417
5418 * Makefile.in (emacs): Set EMACSLOADPATH always.
5419 (update-authors, .el.elc, compile-files): Don't do it explicitly here.
5420 (compile-files): Bomb out if compilation of a file fails.
5421
5422 2000-11-02 Dave Love <fx@gnu.org>
5423
5424 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
5425
5426 2000-11-02 Eli Zaretskii <eliz@is.elta.co.il>
5427
5428 * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
5429 punctuation in the warning inserted into the *mail* buffer.
5430
5431 2000-11-02 Gerd Moellmann <gerd@gnu.org>
5432
5433 * emacs-lisp/authors.el (authors-public-domain-files): New variable.
5434 (authors-public-domain-p): New function.
5435 (authors-print): Use it.
5436
5437 * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
5438
5439 * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
5440
5441 2000-11-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5442
5443 * ps-print.el: Extension for even/odd printing. Doc fix.
5444 (ps-print-version): New version number (6.3.1).
5445 (ps-even-or-odd-pages): Customization fix.
5446 (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
5447 (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
5448 (ps-page-count): Var replaced by `ps-page-column'.
5449 (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
5450 (ps-print-sheet-p): New fun.
5451
5452 2000-11-02 Miles Bader <miles@lsi.nec.co.jp>
5453
5454 * tooltip.el (tooltip-gud-tips-setup): New function.
5455 (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
5456 (tooltip-mode): Call tooltip-gud-tips-setup.
5457 (tooltip-gud-tips): Use `gud-basic-call' instead of
5458 process-send-string, so the prompt gets frobbed appropriately.
5459 Handle nil return value from `tooltip-gud-print-command'.
5460
5461 2000-11-01 Eric M. Ludlam <zappo@ultranet.com>
5462
5463 * comint.el (comint-add-to-input-history): New function.
5464 (comint-send-input): Use `comint-add-to-input-history'.
5465
5466 2000-11-02 Miles Bader <miles@lsi.nec.co.jp>
5467
5468 * info.el (info-menu-header): New face.
5469 (Info-fontify-menu-headers): New function.
5470 (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
5471
5472 * info.el (Info-insert-dir): Don't include blank lines at
5473 beginning of additional dir files (one is added automatically).
5474
5475 2000-11-01 Stefan Monnier <monnier@cs.yale.edu>
5476
5477 * emacs-lisp/easy-mmode.el (define-minor-mode):
5478 Revert the latest changes.
5479 Allow the three positional arguments to be skipped and replaced
5480 by keyword arguments.
5481 Add a :toggle argument to determine whether a nil arg means toggle
5482 or means turn-on. The default is unchanged.
5483 Add a call to force-mode-line-update.
5484
5485 2000-11-01 Dave Love <fx@gnu.org>
5486
5487 * emacs-lisp/elp.el (elp-restore-function): Remove autoload cookie.
5488
5489 2000-11-01 Miles Bader <miles@lsi.nec.co.jp>
5490
5491 * calendar/calendar.el (diary-face, holiday-face):
5492 Add dark-background variants.
5493
5494 2000-10-31 Sam Steingold <sds@gnu.org>
5495
5496 * textmodes/tex-mode.el (tex-file): Use `default-directory' when
5497 `tex-main-file' does not have directory in it.
5498
5499 2000-10-31 Stefan Monnier <monnier@cs.yale.edu>
5500
5501 * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
5502
5503 2000-10-31 Thien-Thi Nguyen <ttn@gnu.org>
5504
5505 * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
5506 functional change.
5507
5508 2000-10-31 Gerd Moellmann <gerd@gnu.org>
5509
5510 * files.el (find-file-noselect): When we expand a wildcard, return
5511 a list of buffers, as we should do according to the doc string.
5512
5513 2000-10-31 Ken Raeburn <raeburn@gnu.org>
5514
5515 * loadup.el (top level): Adjust load path if program name is
5516 "../src/bootstrap-emacs", in case it's not dumped and thus the
5517 load path adjustment hasn't already been done.
5518
5519 2000-10-31 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5520
5521 * ps-print.el: Fix bug on selected pages for printing.
5522 Use `color-values' for Emacs 21. Ensure fontification when jit-lock
5523 is on. Try to avoid warning messages when compiling. Doc Fix.
5524 (ps-print-version): New version number (6.3).
5525 (ps-color-device): Use `color-values' to determine if device
5526 supports color.
5527 (ps-color-values): Try to use `x-color-values' when using XEmacs.
5528 (ps-print-page-p): Changed from defsubst to defun.
5529 (ps-page-number): Changed from defmacro to defun.
5530 (ps-header-sheet, ps-header-page): Fix bug on selected pages for
5531 printing.
5532 (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
5533 (ps-end-file, ps-dummy-page): Funs eliminated.
5534 (ps-print-color-scale): Changed default value.
5535 (ps-page-n-up, ps-print-page-p): New internal vars.
5536 (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
5537 (ps-plot-region, ps-generate, ps-end-job): Code fix.
5538
5539 * delim-col.el: Little programming improvement.
5540 (delimit-columns-str): New macro.
5541 (delimit-columns-region, delimit-columns-rectangle): Code fix.
5542
5543 2000-10-31 Kenichi Handa <handa@etl.go.jp>
5544
5545 * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
5546 Moved to european.el.
5547 (ccl-encode-mac-roman-font, fontset-mac): Modified for
5548 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
5549 (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
5550 (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
5551
5552 2000-10-30 Dave Love <fx@gnu.org>
5553
5554 * progmodes/cc-menus.el (imenu-generic-expression)
5555 (imenu-progress-message): Only defvar when compiling.
5556
5557 * emacs-lisp/elp.el (elp-unload-hook): New function.
5558
5559 * loadhist.el (unload-feature): Call elp-restore-function,
5560 checking for symbols; don't use elp-restore-all.
5561 (loadhist-hook-functions): Doc fix.
5562
5563 2000-10-30 Stefan Monnier <monnier@cs.yale.edu>
5564
5565 * log-edit.el (log-edit-confirm): Fix the default.
5566
5567 2000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5568
5569 * delim-col.el: Little fix: replace delimit-columns-align-columns by
5570 delimit-columns-format.
5571 (delimit-columns-region, delimit-columns-rectangle): Code fix.
5572
5573 2000-10-30 Miles Bader <miles@lsi.nec.co.jp>
5574
5575 * comint.el (comint-replace-by-expanded-history): Don't use
5576 comint-get-old-input (we're not looking at *old* input).
5577 (comint-get-old-input-default): If using fields, signal an error
5578 when the point is not in an input field.
5579
5580 2000-10-30 Kenichi Handa <handa@etl.go.jp>
5581
5582 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
5583 and mule-unicode-e000-ffff.
5584
5585 * international/mule.el (decode-char, encode-char): New functions.
5586 (make-coding-system): Accept a symbol of translation table as a
5587 value of property `safe-chars'.
5588
5589 * international/mule-cmds.el (encode-coding-char): Check property
5590 safe-chars instead of safe-charsets.
5591
5592 * international/fontset.el (fontset-default): Modified for
5593 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
5594 (x-font-name-charset-alist): Likewise.
5595 (ccl-encode-unicode-font): New CCL program. Record it in
5596 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
5597
5598 * language/european.el (mac-roman-decoder, mac-roman-encoder):
5599 New translation tables.
5600 (decode-mac-roman, encode-mac-roman): Definition of these CCL
5601 programs are modified and moved from mac-win.el.
5602 (mac-roman): Definition of this coding system is modified and
5603 moved from mac-win.el.
5604
5605 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
5606
5607 * ediff-wind.el (ediff-setup-control-frame): Enclose
5608 face-attribute in condition-case to avoid errors in older emacsen.
5609
5610 2000-10-29 Miles Bader <miles@gnu.org>
5611
5612 * custom.el (custom-add-to-group): Allow multiple entries for a
5613 given value OPTION, as long as their widget types are different.
5614 * cus-edit.el (custom-face-value-create): If face name doesn't end
5615 with "face", add such here (similar to custom group widgets).
5616
5617 * comint.el (comint-highlight-prompt): Add :type.
5618
5619 2000-10-28 John Wiegley <johnw@gnu.org>
5620
5621 * calendar/timeclock.el (timeclock-log): Doc fix.
5622 (timeclock-last-event): Doc fix.
5623 (timeclock-log): Kill the timelog buffer after appending a new event.
5624 (timeclock-find-discrep): Use a temp buffer to read in the
5625 timelog, instead of visiting the file.
5626 (timeclock-log-data): A new function, along with a host of helper
5627 functions, for the purpose of making timelog data accessible to
5628 programmers.
5629
5630 * eshell/esh-mode.el (window-height test): Make certain that
5631 `eshell-stringify-t' is non-nil.
5632 (eshell-password-prompt-regexp): Changed to a much simpler
5633 password regexp.
5634 (eshell-send-input): If `eshell-invoke-directly' returns t,
5635 directly invoke the parsed command using `eval'. This improves
5636 turn-around time on simple commands by a factor of three or
5637 greater, such as cd, ls, pwd, etc. -- which get used very often.
5638 It also conserves thousands of cons cells per call (since
5639 `eshell-do-eval' consumes memory like a Cookie Monster set loose
5640 in the Pacific Cookie Company).
5641
5642 * eshell/esh-test.el (eshell-test): Whitespace fix.
5643
5644 * eshell/em-ls.el (eshell-ls-insert-directory):
5645 Make `eshell-ls-initial-args' nil when inserting directory contents.
5646
5647 * eshell/em-script.el (eshell-script-initialize): Add names to
5648 `eshell-complex-commands, since `source' and `.' are complex.
5649
5650 * eshell/esh-cmd.el (eshell-rewrite-for-command)
5651 (eshell-rewrite-while-command): Use `eshell-protect' instead of
5652 `eshell-copy-handles'.
5653 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
5654 bodies.
5655 (eshell-separate-commands): Whitespace fix.
5656 (eshell-complex-commands): Added a new list of names, for
5657 determining whether a given command is as simple as it looks.
5658 (eshell-invoke-directly): New function. Returns t if a command
5659 should be invoked directly (using `eval'), rather than indirectly
5660 using `eshell-do-eval'.
5661 (eshell-do-eval): Whitespace fix.
5662
5663 * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
5664 which provides an emulation of the DOS shell behavior of assuming
5665 that cp/mv/ln should copy/move/link to the current directory.
5666 (eshell-remove-entries): Added a doc string.
5667 (eshell-shuffle-files): Removed the check for `target' being null.
5668 (eshell-mvcp-template, eshell-mvcpln-template): Renamed
5669 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
5670 it to do a smarter check of whether a destination was provided.
5671 (eshell/mv, eshell/cp): Enable `:preserve-args'.
5672 (eshell/ln): Enable `:preserve-args', and use
5673 `eshell-mvcpln-template' to implement the body of the function.
5674 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
5675 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
5676 list after flattening it. This makes it possible to cat files
5677 with numerical names.
5678 (eshell-unix-initialize): Added several names to
5679 `eshell-complex-commands.
5680 (eshell-unix-command-complex-p): Return t if a given command name
5681 may result in external processes being invoked.
5682
5683 * eshell/em-glob.el (eshell-glob-show-progress): Make this
5684 variable nil by default, since it slows down glob processing by a
5685 factor of two or more, and increases memory consumption.
5686
5687 * eshell/em-smart.el: Added a note about how memory consumptive
5688 smart display mode can be (at least this is true in Emacs 21).
5689 (eshell-smart-initialize): Whitespace fix.
5690 (eshell-refresh-windows): Use `if' instead of `when'.
5691 (eshell-smart-scroll-window): Calling `save-current-buffer' was
5692 not necessary.
5693 (eshell-currently-handling-window): Added a missing global variable.
5694
5695 * eshell/em-ls.el (eshell-do-ls): Code simplification.
5696 (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
5697 Whitespace fix.
5698 (eshell-ls-exclude-hidden): Added this variable in addition to
5699 `eshell-ls-exclude-regexp'. This one prevents files beginning
5700 with . from even being read, which can improve memory consumption
5701 quite a bit.
5702 (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
5703 read file entries beginning with a dot. In home directories with
5704 lots of hidden files, fully two-thirds of the time spent in ls is
5705 used to read directory entries that are immediately thrown away.
5706 (eshell-ls-initial-args): Added back this configuration variable,
5707 for specifying default initial arguments to every call to ls.
5708 Much faster than using an alias to do the same thing.
5709 (eshell-do-ls): Use `eshell-ls-initial-args', if set.
5710 (eshell-ls-dir): Whitespace change.
5711
5712 * eshell/em-dirs.el (eshell/pwd): Small code simplification.
5713
5714 * eshell/esh-util.el: Don't require `ange-ftp' if it's not available.
5715 (eshell-stringify-t): Added a customization variable, to indicate
5716 whether `t' should be rendered as a string at all. If not, one
5717 can still determine if the result of an expression is true using
5718 "file-exists-p FILE && echo true".
5719 (eshell-stringify): If `eshell-stringify-t' is nil, don't
5720 stringify t!
5721
5722 * eshell/esh-module.el: Whitespace fix.
5723
5724 * eshell/em-alias.el (eshell-alias-initialize):
5725 Added `eshell-command-aliased-p' to `eshell-complex-commands'.
5726 (eshell-command-aliased-p): New function that returns t if a
5727 command name names an aliased.
5728
5729 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
5730
5731 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
5732 redrawing the screen when changing cursor color.
5733 (viper-insert-state-pre-command-sentinel)
5734 (viper-replace-state-pre-command-sentinel)
5735 (viper-replace-state-post-command-sentinel):
5736 Use viper-preserve-cursor-color.
5737 Many functions changed to use viper= instead of = when comparing
5738 characters.
5739 * viper-util.el (viper-memq-char,viper=): New functions for
5740 working with characters.
5741 (viper-change-cursor-color): Fixed buglet.
5742 Many functions changed to use viper= instead of = when comparing
5743 characters.
5744 * viper.el (viper-insert-state-mode-list): Added eshell.
5745
5746 * ediff-init.el (ediff-before-setup-hook): New hook.
5747 Several typos fixed in various docstrings.
5748 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
5749 * ediff-nult.el (ediff-before-session-group-setup-hooks): New hook.
5750 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
5751 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
5752 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
5753 (ediff-get-selected-buffers): New function.
5754 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
5755 (ediff-vc-merge-internal,ediff-rcs-merge-internal):
5756 Use save-window-excursion.
5757 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
5758 termination check in while loop.
5759 * ediff.el (ediff-get-default-file-name): Better defaults when in
5760 dired buffer.
5761 (ediff-files,ediff-merge-files,ediff-files3)
5762 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
5763
5764 2000-10-28 Dave Love <fx@gnu.org>
5765
5766 * info.el (Info-fontify-node): Add help-echo for menu items.
5767
5768 2000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
5769
5770 * startup.el (normal-top-level): If the value of $TERM indicates
5771 we are running from xterm or one of its work-alikes, default to a
5772 light background mode.
5773
5774 Support for -fg, -bg, and -rv command-line arguments for TTYs:
5775 * faces.el (tty-handle-reverse-video): New function.
5776 (tty-create-frame-with-faces): Call it.
5777
5778 * frame.el (frame-notice-user-settings): Don't apply
5779 default-frame-alist and initial-frame-alist to MS-DOS frames.
5780 Call tty-handle-reverse-video, frame-set-background-mode, and
5781 face-set-after-frame-default for non-MS-DOS frames.
5782
5783 * startup.el (tty-long-option-alist): New variable.
5784 (tty-handle-args): New function.
5785 (command-line): Call tty-handle-args.
5786
5787 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
5788 startup.el now does that for all character-terminal frames.
5789
5790 2000-10-28 Miles Bader <miles@gnu.org>
5791
5792 * emacs-lisp/easy-mmode.el (define-minor-mode):
5793 Generate `turn-on-MODE' and `turn-off-MODE' functions unless the mode
5794 is global. If :global is followed by a non-nil but non-t value,
5795 make the mode buffer-local, but also generate a `global-MODE'
5796 version using `easy-mmode-define-global-mode'.
5797 Add :conditional-turn-on keyword argument.
5798
5799 2000-10-28 Dave Love <fx@gnu.org>
5800
5801 * international/latin1-disp.el (latin1-char-displayable-p):
5802 Don't use window-system.
5803
5804 2000-10-27 Eli Zaretskii <eliz@is.elta.co.il>
5805
5806 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
5807 Don't call find-buffer-file-type-coding-system. Instead, just
5808 set eol-type to -unix if inhibit-eol-conversion is in effect, or
5809 if the file is on an untranslated filesystem.
5810 (add-untranslated-filesystem): Use "D" instead of "f" inside
5811 interactive.
5812
5813 2000-10-27 Dave Love <fx@gnu.org>
5814
5815 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
5816 (refill-mode): Use it.
5817
5818 2000-10-27 Stefan Monnier <monnier@cs.yale.edu>
5819
5820 * international/quail.el (quail-activate): Don't make-local-hook.
5821
5822 2000-10-27 Andre Spiegel <spiegel@gnu.org>
5823
5824 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
5825 manual backups and file.~<rev>.~ for automatic ones.
5826 (vc-make-version-backup): Don't do it on MS-DOS without long file
5827 names.
5828
5829 * vc.el (vc-version-other-window): If an automatic backup of the
5830 desired version exists, rename it instead of copying it.
5831
5832 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
5833 after command. If there's an unexpected error, signal it instead
5834 of being silent.
5835 (vc-cvs-merge-news): Be prepared for no news at all.
5836
5837 2000-10-27 Miles Bader <miles@lsi.nec.co.jp>
5838
5839 * shell.el (shell): Add BUFFER argument.
5840 * comint.el (make-comint-in-buffer): New function.
5841 (make-comint): Use it.
5842
5843 * faces.el (face-spec-choose): Change syntax so that the list of
5844 attribute-value pairs is now the cdr of each clause, not the cadr.
5845 Detect old-style entries, and handle them. Use pop.
5846
5847 2000-10-26 Stefan Monnier <monnier@cs.yale.edu>
5848
5849 * cus-edit.el (custom-mode-map): Use a sparse map.
5850 (custom-mode): Don't bother with make-local-hook.
5851
5852 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
5853
5854 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
5855
5856 2000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5857
5858 * ps-print.el: Avoid compilation gripes.
5859 (ps-print-version): New version number (6.2.1).
5860
5861 2000-10-26 Dave Love <fx@gnu.org>
5862
5863 * menu-bar.el: Modify some menu item help strings.
5864 (menu-bar-help-menu): Add link to MORE.STUFF.
5865
5866 * cus-edit.el (custom-mode): Add `special' mode-class property.
5867
5868 * wid-browse.el (widget-browse-mode): Likewise.
5869
5870 * wid-edit.el (widget-specify-field): Revert to using local-map
5871 property, not keymap.
5872
5873 2000-10-26 Miles Bader <miles@lsi.nec.co.jp>
5874
5875 * wid-edit.el (widget-field-end): When checking for a `boundary'
5876 field, do so in the correct buffer.
5877
5878 * simple.el (undo): Correctly distinguish between numeric and
5879 non-numeric prefix args in non-transient-mark-mode, as per the doc
5880 string. When in transient-mark-mode, treat all prefix-args as
5881 numeric.
5882
5883 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
5884 Position point on match. Handle N == 0 correctly.
5885
5886 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
5887 (comint-mode-map): Reverse order of `comint-write-output' and
5888 `comint-append-output-to-file'.
5889 (comint-append-output-to-file): Reinstate this function, for the
5890 benefit of the menu.
5891
5892 2000-10-25 Stefan Monnier <monnier@cs.yale.edu>
5893
5894 * vc.el (vc-version-other-window): Bind `file'.
5895
5896 2000-10-25 Gerd Moellmann <gerd@gnu.org>
5897
5898 * Makefile.in (update-authors): New target for maintenance purposes.
5899
5900 * emacs-lisp/authors.el (batch-update-authors): New function.
5901 (authors-fixed-entries): New defconst.
5902 (authors-add-fixed-entries): New function.
5903 (authors): Call it.: Don't process lispref/.
5904
5905 2000-10-25 Jason Rumney <jasonr@gnu.org>
5906
5907 * cus-edit.el (custom-button-face, custom-button-pressed-face):
5908 Merge x w32 and mac definitions.
5909
5910 2000-10-25 Gerd Moellmann <gerd@gnu.org>
5911
5912 * menu-bar.el (menu-bar-options-menu): Add a help string for
5913 `uniquify'.
5914
5915 2000-10-25 Stephen Gildea <gildea@alum.mit.edu>
5916
5917 * time-stamp.el (time-stamp-string-preprocess):
5918 Fix a wrong type argument error.
5919
5920 2000-10-25 Miles Bader <miles@gnu.org>
5921
5922 * recentf.el (recentf-mode): Variable removed.
5923 (recentf-mode): Use `define-minor-mode'.
5924
5925 * mwheel.el (mouse-wheel-mode): New global minor mode.
5926 (mwheel-install): Use `mouse-wheel-mode'.
5927
5928 2000-10-25 Dave Love <fx@gnu.org>
5929
5930 * progmodes/cperl-mode.el (cperl-mode):
5931 Set normal-auto-fill-function correctly.
5932
5933 * wid-edit.el (widget-field-keymap, widget-text-keymap):
5934 Don't inherit from global-map and don't nullify menu-bar and tool-bar
5935 bindings.
5936
5937 2000-10-25 Miles Bader <miles@lsi.nec.co.jp>
5938
5939 * wid-edit.el (widget-field-at): New function.
5940 (widget-at, widget-field-activate): Use it.
5941 (widget-tabable-at): Use `widget-at'.
5942 (widget-specify-field): If the terminating character of the widget
5943 field (which is read-only) is a newline, put it into a special
5944 `boundary' field so that C-n/C-p act more naturally.
5945 (widget-field-end): Also don't subtract one if a special
5946 `boundary' field has been added after the widget field.
5947
5948 * comint.el (comint-output-filter, comint-send-input):
5949 Don't bother adding stickiness fields to overlays to fool the field
5950 code, since it should notice the overlay insertion-types now.
5951
5952 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
5953 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
5954 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
5955
5956 2000-10-24 Gerd Moellmann <gerd@gnu.org>
5957
5958 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
5959 (authors): Set file coding system to iso-2022-7bit.
5960 Add file-local variables to output buffer.
5961
5962 * files.el (after-find-file): Don't print any warnings if
5963 WARN is nil.
5964
5965 2000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5966
5967 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
5968
5969 * delim-col.el: Now there is a column formatting mechanism.
5970 Modified to customization mechanisms convention. Doc fix.
5971 (columns): New group for delim-col.
5972 (delimit-columns-before, delimit-columns-after)
5973 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
5974 (delimit-columns-end): New vars.
5975 (delimit-columns-customize, delimit-columns-format): New funs.
5976 (delimit-columns-region, delimit-columns-rectangle)
5977 (delimit-columns-rectangle-line): Modified to support column
5978 formatting.
5979
5980 2000-10-24 Dave Love <fx@gnu.org>
5981
5982 * log-edit.el (log-edit): Add :version and a :group for vc.
5983
5984 2000-10-24 Gerd Moellmann <gerd@gnu.org>
5985
5986 * files.el (after-find-file): Don't print a message ``New file''
5987 if WARN is nil.
5988
5989 * wid-edit.el (widget-field-keymap, widget-text-keymap):
5990 Define the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
5991 get duplicate tool-bar entries because we'll see the global ones
5992 on more than one path through keymaps.
5993
5994 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
5995
5996 * progmodes/cmacexp.el: Change Francesco's email address.
5997
5998 2000-10-24 Kenichi Handa <handa@etl.go.jp>
5999
6000 * window.el (fit-window-to-buffer): Adjust point of the window
6001 buffer, not that of the current buffer.
6002
6003 2000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
6004
6005 * progmodes/cmacexp.el: Update the euthor's email address.
6006
6007 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
6008
6009 * faces.el (face-spec-set-match-display): Add `graphic' display
6010 type (the inverse of `tty'). Use `display-graphic-p' instead of
6011 the window-system variable.
6012
6013 2000-10-24 Kenichi Handa <handa@etl.go.jp>
6014
6015 * international/isearch-x.el (isearch-with-input-method):
6016 Call input-method-function with the first event in
6017 unread-command-events.
6018
6019 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
6020
6021 * faces.el (face-default-spec, face-user-default-spec): Make defsubsts.
6022
6023 2000-10-24 Andrew Choi <akochoi@i-cable.com>
6024
6025 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
6026 New charsets.
6027
6028 * term/mac-win.el: Remove definitions of mac-roman-lower and
6029 mac-roman-upper, require dired, and define instead of set
6030 mac-ready-for-drag-n-drop to avoid compilation error.
6031
6032 2000-10-23 Andrew Innes <andrewi@gnu.org>
6033
6034 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]:
6035 Remove superfluous calls to subst-char-in-string; instead apply
6036 expand-file-name after convert-standard-filename to ensure
6037 expected directory separators are used.
6038
6039 2000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
6040
6041 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
6042
6043 2000-10-23 Dave Love <fx@gnu.org>
6044
6045 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
6046 (tool-bar-add-item): Set foreground and background for XBM icons.
6047
6048 * international/latin1-disp.el (latin1-char-displayable-p):
6049 New function (from Handa).
6050 (latin1-display-check-font): Use it.
6051
6052 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
6053 using :key-sequence, making it much more usable.
6054 Use nconc, not append.
6055 (imenu--create-keymap-1): Avoid append.
6056
6057 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
6058
6059 2000-10-23 Miles Bader <miles@lsi.nec.co.jp>
6060
6061 [the following changes fix a bug where `define-minor-mode' didn't
6062 correctly generate :require clauses for defcustoms in compiled files]
6063 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
6064 (byte-compile-log-file, byte-compile-log-1): Don't set
6065 `byte-compile-current-file' to nil. Instead set
6066 `byte-compile-last-logged-file' to it. Test whether
6067 byte-compile-current-file equals byte-compile-last-logged-file
6068 instead of whether its nil.
6069 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
6070
6071 2000-10-23 Stefan Monnier <monnier@cs.yale.edu>
6072
6073 * textmodes/refill.el: Fix var names in doc.
6074 (refill-mode): Don't bother with make-local-hook anymore.
6075
6076 2000-10-23 Miles Bader <miles@lsi.nec.co.jp>
6077
6078 * faces.el (face-user-default-spec, face-default-spec): New functions.
6079 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
6080 (frame-set-background-mode, face-set-after-frame-default):
6081 Use `face-user-default-spec'. Simplify code slightly.
6082
6083 * woman.el (woman-italic-face, woman-bold-face)
6084 (woman-unknown-face): Add dark-background variants.
6085 (woman-default-faces): Renamed from `woman-colour-faces'.
6086 Set using the stored defaults, rather than using hard-wired colors.
6087 (woman-monochrome-faces): Renamed from `woman-black-faces'.
6088 Just make the foreground `unspecified' rather than "black".
6089 (woman-menu): Rename menu entries accordingly.
6090
6091 * faces.el (header-line): Make more reasonable on mono/grayscale
6092 displays.
6093
6094 2000-10-23 Andrew Choi <akochoi@i-cable.com>
6095
6096 * cus-edit.el (custom-button-face): Use 3D look for mac.
6097 (custom-button-pressed-face): Likewise.
6098
6099 * faces.el (set-face-attributes-from-resources): Handle mac frames
6100 in the same way as x and w32 frames.
6101 (face-valid-attribute-values): Likewise.
6102 (read-face-attribute): Likewise.
6103 (defined-colors): Likewise.
6104 (color-defined-p): Likewise.
6105 (color-values): Likewise.
6106 (display-grayscale-p): Likewise.
6107 (face-set-after-frame-default): Likewise.
6108 (mode-line): Same default face as for x and w32.
6109 (tool-bar): Likewise.
6110
6111 * frame.el: Remove call to frame-notice-user-settings at end of
6112 the file.
6113
6114 * info.el (Info-fontify-node): Make underlines invisible for mac
6115 as for x, pc, and w32 frame types.
6116
6117 * term/mac-win.el: New file.
6118
6119 2000-10-22 Dave Love <fx@gnu.org>
6120
6121 * textmodes/refill.el: New file.
6122
6123 2000-10-22 Andre Spiegel <spiegel@gnu.org>
6124
6125 * vc-hooks.el (vc-version-backup-file-name): New optional args
6126 MANUAL and REGEXP.
6127 (vc-delete-automatic-version-backups, vc-make-version-backup):
6128 New functions.
6129 (vc-before-save): Use the latter.
6130 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
6131 confusion.
6132
6133 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
6134 expected by vc[-hooks].el.
6135
6136 * vc.el (vc-checkout): Added `-p' suffix in call to
6137 vc-make-version-backups-p; use vc-make-version-backup to actually
6138 make the backup.
6139 (vc-version-other-window, vc-version-backup-file): Handle both
6140 automatic and manual backups.
6141 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
6142 of all of them.
6143
6144 2000-10-22 Miles Bader <miles@gnu.org>
6145
6146 * comint.el (comint-highlight-input, comint-highlight-prompt):
6147 Renamed, `-face' at end removed.
6148 (comint-send-input, comint-output-filter): Use renamed faces.
6149
6150 * window.el (fit-window-to-buffer): Change defaulting of
6151 MAX-HEIGHT slightly.
6152
6153 * faces.el (color-values, color-defined-p): Use `member', not
6154 `memq', because it works correctly for strings.
6155 (frame-set-background-mode): Actually, "unspecified-fg" and
6156 "unspecified-bg" *are* strings. Use `member', not `memq', and
6157 `equal', not `eq', when a string value is possible.
6158
6159 2000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
6160
6161 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
6162
6163 2000-10-21 Stefan Monnier <monnier@cs.yale.edu>
6164
6165 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
6166 sh-electric-rparen, sh-electric-less and sh-electric-hash.
6167 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
6168 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
6169 (sh-font-lock-syntactic-keywords): Use them.
6170 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
6171 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
6172 (sh-mode): Don't override font-lock-unfontify-region-function.
6173 Use a copy of sh-font-lock-syntactic-keywords.
6174 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
6175 Don't call sh-scan-buffer since font-lock does it on the fly.
6176 (sh-get-indent-info): Use `face' rather than `syntax-table'
6177 text-property to detect here-documents.
6178 Replace sh-special-syntax with sh-st-punc.
6179 (sh-prev-line): Use `face' rather than `syntax-table'
6180 text-property to skip over here-documents.
6181 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
6182 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
6183 (sh-electric-less, sh-set-here-doc-region)
6184 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
6185 (sh-scan-buffer, sh-rescan-buffer): Remove.
6186
6187 2000-10-21 Andrew Innes <andrewi@gnu.org>
6188
6189 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
6190 remote (ange-ftp) file names.
6191
6192 2000-10-21 Miles Bader <miles@gnu.org>
6193
6194 * window.el (fit-window-to-buffer): New function.
6195 (shrink-window-if-larger-than-buffer): Use it.
6196 (window-text-height): Don't expect minibuffers to have mode-lines.
6197
6198 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
6199 * international/quail.el (quail-update-guidance):
6200 Use `fit-window-to-buffer' instead of `set-window-text-height'.
6201
6202 * international/quail.el (quail-show-guidance-buf): Make sure
6203 guidance window really has enough room.
6204 (quail-update-guidance): If quail-guidance-win is already shown,
6205 make sure its height is OK.
6206
6207 * window.el (window-text-height, set-window-text-height):
6208 New functions.
6209 (shrink-window-if-larger-than-buffer): Use `window-text-height'
6210 instead of `window-height' & `mode-line-window-height-fudge'.
6211 (mode-line-window-height-fudge): Add FACE parameter.
6212 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
6213 instead of `enlarge-window' & `mode-line-window-height-fudge'.
6214
6215 2000-10-20 Miles Bader <miles@gnu.org>
6216
6217 * window.el (height-affecting-face-attributes): Use `defconst'.
6218
6219 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
6220 New function, conditionally aliased to `mode-line-window-height-fudge'.
6221 (ispell-help): Use it.
6222 (ispell-choices-win-default-height): Don't include mode-line fudge.
6223 (ispell-choices-win-default-height): New function.
6224 (ispell-show-choices, ispell-command-loop): Use function
6225 `ispell-choices-win-default-height' instead of variable.
6226
6227 2000-10-20 Miles Bader <miles@lsi.nec.co.jp>
6228
6229 * window.el (mode-line-window-height-fudge): New variable.
6230 (height-affecting-face-attributes): New variable.
6231 (mode-line-window-height-fudge): New function.
6232 (shrink-window-if-larger-than-buffer): Use it.
6233 * help.el (resize-temp-buffer-window): Likewise.
6234
6235 * info.el (Info-fontify-node): Add support for @subsubsection
6236 titles, which use `Info-title-4-face'.
6237 (Info-title-4-face): New face.
6238 (Info-title-3-face): Inherit from Info-title-4-face instead of
6239 variable-pitch.
6240
6241 2000-10-19 Jason Rumney <jasonr@gnu.org>
6242
6243 * dired.el (dired-insert-directory): Do not let errors signalled by
6244 attempt to run dired-free-space-program prevent dired from working.
6245
6246 2000-10-19 Stefan Monnier <monnier@cs.yale.edu>
6247
6248 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
6249
6250 2000-10-19 Gerd Moellmann <gerd@gnu.org>
6251
6252 * dirtrack.el (dirtrack): Fix call to run-hooks.
6253
6254 * cmuscheme.el (cmuscheme-program-name): Renamed from
6255 scheme-program-name because xscheme.el contains a defcustom with
6256 the same name. As a consequence, customizing group `cmuscheme'
6257 loaded `xscheme' which redefined run-scheme.
6258 (run-scheme): Use cmuscheme-program-name.
6259
6260 * ps-print.el (ps-print-emacs-type): Move into the eval-and-compile.
6261
6262 * play/doctor.el (doctor-death): Update the Samaritans'
6263 anonymous address, and add a website for Befrienders International.
6264
6265 2000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6266
6267 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
6268 Avoid compilation gripes. Doc fix.
6269 (ps-print-version): New version number (6.2).
6270 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
6271 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
6272 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
6273 (ps-x-extent-priority, ps-x-extent-start-position)
6274 (ps-x-face-font-instance, ps-x-find-coding-system)
6275 (ps-x-font-instance-properties, ps-x-make-color-instance)
6276 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
6277 avoid compilation gripes without defining functions.
6278 (ps-e-find-composition): Alias for function find-composition, to have a
6279 suitable function depending on Emacs version.
6280 (ps-color-device, ps-color-values, ps-face-foreground-name)
6281 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
6282 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
6283 (ps-print-ensure-fontified): Function definitions surrounded by
6284 `eval-and-compile' to avoid compilation gripes.
6285 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
6286 by symbol-value to avoid compilation gripes.
6287 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
6288 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
6289
6290 2000-10-19 Miles Bader <miles@lsi.nec.co.jp>
6291
6292 * startup.el (normal-top-level): Call `frame-set-background-mode'
6293 after `frame-notice-user-settings' because the latter doesn't call
6294 the former on a tty.
6295
6296 * faces.el (frame-set-background-mode): `unspecified' &c are
6297 symbols, not strings.
6298
6299 2000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
6300
6301 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
6302 why some "light*" colors are deliberately absent from the alist.
6303
6304 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
6305 Change colors for tty's, as suggested by Miles Bader.
6306
6307 2000-10-19 Kenichi Handa <handa@etl.go.jp>
6308
6309 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
6310 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
6311 for ISO10646-1 fonts.
6312 (x-font-name-charset-alist): Add an entry for "iso10646-1".
6313
6314 2000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
6315
6316 * faces.el (frame-set-background-mode): If a tty frame defines a
6317 background color, use that to compute the background mode, instead
6318 of always defaulting to "dark".
6319
6320 2000-10-19 Miles Bader <miles@lsi.nec.co.jp>
6321
6322 * comint.el (comint-write-output): New function.
6323 (comint-mode-map): Add it to the menu.
6324 Bind `C-c C-s' to comint-write-output.
6325
6326 2000-10-18 Gerd Moellmann <gerd@gnu.org>
6327
6328 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
6329 Use fancy-splash-delay.
6330
6331 2000-10-18 Alex Schroeder <alex@gnu.org>
6332
6333 * progmodes/sql.el (sql-sybase-options): New option.
6334 (sql-sybase): Use it. Add sql-database to the list of parameters
6335 provided for login. The options -w 2048 -n are not used any more.
6336
6337 * comint.el (comint-read-input-ring): Bugfix such that the first
6338 and the last entry of the input ring file are not lost.
6339
6340 2000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6341
6342 * ps-print.el: Internal variable changes to defcustom,
6343 make-local-hook changes to defvar. Doc fix.
6344 (ps-print-version): New version number (6.1).
6345 (ps-setup, ps-do-despool): Code fix.
6346 (ps-printer-name): Customization fix.
6347 (ps-printer-name-option): Now is a defcustom instead of an
6348 internal variable.
6349 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
6350 (ps-print-begin-column-hook): Now are defvar instead of
6351 make-local-hook.
6352
6353 2000-10-18 Miles Bader <miles@gnu.org>
6354
6355 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
6356 (comint-kill-output): Changed into an alias for `comint-delete-output',
6357 and made obsolete.
6358 (comint-mode-map): Rename references to comint-kill-output.
6359
6360 2000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
6361
6362 * diff-mode.el (diff-header-face, diff-file-header-face)
6363 (diff-changed-face): Add bold and italic attributes to tty faces.
6364 (diff-function-face): New face.
6365 (diff-font-lock-keywords): Use it.
6366
6367 2000-10-18 Miles Bader <miles@lsi.nec.co.jp>
6368
6369 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
6370 Remove commented-out call to force-mode-line-update.
6371 (comint-kill-output): Use `forward-line 0' instead of
6372 beginning-of-line to make sure we get past the prompt.
6373
6374 2000-10-17 Stefan Monnier <monnier@cs.yale.edu>
6375
6376 * diff-mode.el (diff-header-face, diff-file-header-face):
6377 Add specific setting for dark background.
6378 (diff-context-face): Renamed from diff-comment-face.
6379 Set explicitly rather than inheriting from font-lock-comment-face.
6380
6381 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
6382
6383 * startup.el (command-line): Move the code which sets the default
6384 TTY colors to before before-init-hook.
6385
6386 2000-10-17 Gerd Moellmann <gerd@gnu.org>
6387
6388 * jit-lock.el (jit-lock-stealth-time): Doc fix.
6389
6390 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
6391
6392 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
6393 extensions, for MS-DOS.
6394
6395 * diff-mode.el (diff-header-face, diff-file-header-face)
6396 (diff-changed-face): Define tty-specific colors.
6397
6398 2000-10-17 Gerd Moellmann <gerd@gnu.org>
6399
6400 * startup.el (fancy-splash-text): Realign the text.
6401
6402 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
6403
6404 * font-lock.el (font-lock-comment-face): Define a separate default
6405 for dark-background tty's.
6406
6407 2000-10-17 Miles Bader <miles@gnu.org>
6408
6409 * help.el (resize-temp-buffer-window): Add hack to avoid last line
6410 being obscured by whizzy mode-lines on graphics displays.
6411
6412 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
6413
6414 * info.el (Info-title-1-face, Info-title-2-face)
6415 (Info-title-3-face): Define colors for tty's.
6416 (info-header-node): Remove unneeded tty-specific definition.
6417
6418 2000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
6419
6420 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
6421 reverse from the frame parameters, and don't invert foreground and
6422 background colors.
6423
6424 2000-10-16 Miles Bader <miles@gnu.org>
6425
6426 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
6427 string "*Info*". Call propertized-buffer-identification to spruce
6428 up the result.
6429
6430 2000-10-16 Gerd Moellmann <gerd@gnu.org>
6431
6432 * help.el: Provide `help' for the sake of define-minor-mode
6433 which generates defcustoms with requires.
6434
6435 * jit-lock.el (jit-lock-after-change): If we're in text that
6436 matches a multi-line font-lock pattern, make sure the whole text
6437 will be redisplayed.
6438
6439 * emacs-lisp/authors.el (authors-add): Don't add an entry if
6440 author's name is unknown.
6441
6442 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
6443 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
6444 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
6445 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
6446 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
6447 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
6448 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
6449 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
6450 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
6451 Add author information.
6452
6453 2000-10-16 Miles Bader <miles@lsi.nec.co.jp>
6454
6455 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
6456 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
6457 full-color version (using the Gimp) to eliminate dithering artifacts.
6458
6459 2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
6460
6461 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
6462
6463 * simple.el (syntax-flag-table, string-to-syntax): Remove.
6464
6465 2000-10-15 Dave Love <fx@gnu.org>
6466
6467 * progmodes/sh-script.el: Require skeleton and comint when compiling.
6468
6469 * pcomplete.el (pcomplete) <defgroup>: Add :version.
6470
6471 * whitespace.el: Doc fixes.
6472 (top-level): Don't add hooks here.
6473 (whitespace-running-emacs): Deleted.
6474 (timer): Don't require.
6475 (whitespace): Add back :version conditional on xemacs test.
6476 (whitespace-spacetab-regexp, whitespace-indent-regexp)
6477 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
6478 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
6479 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
6480 Avoid specific xemacs test.
6481 (whitespace-global-mode): New option.
6482 (whitespace-global-mode): New command.
6483 (whitespace-unload-hook): New function.
6484
6485 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
6486 (Info-fontify-node, Info-goto-node, Info-mode-menu)
6487 (Info-fontify-node): `Goto' goes to `Go to'.
6488 (Info-fontify-node): Add help-echo to xref links.
6489
6490 2000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
6491
6492 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
6493
6494 2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
6495
6496 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
6497 Use plist-get and allow :inherit.
6498
6499 * emacs-lisp/cl-macs.el (cl-do-arglist):
6500 Use plist-get and plist-member instead of memq.
6501
6502 * emacs-lisp/ewoc.el (ewoc-location): New function.
6503 (ewoc-enter-after, ewoc-enter-before): Document return value.
6504 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
6505 Don't need make-local-hook any more.
6506 (cvs-addto-collection): Return the new tin.
6507 (cvs-mode-insert): Jump to the new line.
6508
6509 * jit-lock.el (jit-lock-fontify-buffer): Remove.
6510
6511 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
6512
6513 * font-lock.el (font-lock-syntactically-fontified): New var.
6514 (font-lock-fontify-syntactic-keywords-region): Use it.
6515 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
6516
6517 * diff-mode.el (diff-find-file-name): Fix regexp.
6518
6519 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
6520 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
6521
6522 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
6523 (sh-mode-syntax-table): Add punctuation syntax for < and >.
6524 (sh-mode): Don't make all vars local here.
6525 (sh-kw): Reformat.
6526 (sh-set-shell): Use dolist. Don't set indent-region-function.
6527 (sh-mode-syntax-table): Use pop.
6528 (sh-remember-variable): Use push.
6529 (sh-help-string-for-variable): Use memq.
6530 (sh-safe-backward-sexp): Remove.
6531 (sh-safe-forward-sexp): Add ARG.
6532 (sh-get-indent-info, sh-prev-stmt): Use it.
6533 (sh-prev-line): Simplify by using forward-comment.
6534 (sh-this-is-a-continuation): Simplify.
6535 (sh-learn-buffer-indent): Use dolist.
6536 (sh-do-nothing): Remove.
6537 (sh-set-char-syntax, sh-set-here-doc-region):
6538 Use inhibit-modification-hooks.
6539 (sh-name-style): Use mapcar and push.
6540 (sh-load-style): Use dolist.
6541 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
6542 (sh-case, sh-while-getopts): Use propertize directly rather
6543 than sh-electric-rparen.
6544
6545 2000-10-14 Stefan Monnier <monnier@cs.yale.edu>
6546
6547 * textmodes/tex-mode.el: Require CL when compiling.
6548 (tex-mode-syntax-table): Init immediately.
6549 (tex-mode-map): Bind M-RET to latex-insert-item.
6550 (latex-mode): Set indent-line-function to latex-indent.
6551 (tex-common-initialization): Don't setup the syntax-table any more.
6552 (latex-insert-item): New skeleton.
6553 (tex-next-unmatched-end): Fix copy/paste braino.
6554 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
6555 (latex-indent, latex-find-indent): New functions.
6556 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
6557 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
6558 (tex-compilation-parse-errors): Use with-syntax-table.
6559
6560 2000-10-15 Miles Bader <miles@gnu.org>
6561
6562 * font-lock.el (font-lock-comment-face): Change dark-background,
6563 color, non-tty, default to `chocolate1'.
6564
6565 2000-10-13 John Wiegley <johnw@gnu.org>
6566
6567 * eshell/esh-util.el (require): Added a missing `require' form,
6568 needed when compiling (for an ange-ftp macro definition).
6569
6570 2000-10-13 Dave Love <fx@gnu.org>
6571
6572 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
6573
6574 2000-10-13 Gerd Moellmann <gerd@gnu.org>
6575
6576 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc fix.
6577
6578 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
6579 transparent -colors 8).
6580
6581 2000-10-13 Stephen Gildea <gildea@alum.mit.edu>
6582
6583 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
6584 that breaks with old list format timestamps.
6585 (time-stamp-warn-inactive, time-stamp-old-format-warn)
6586 (time-stamp-count, time-stamp-conversion-warn): Improved doc strings.
6587
6588 2000-10-13 John Wiegley <johnw@gnu.org>
6589
6590 * align.el, pcomplete.el, calendar/timeclock.el,
6591 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
6592
6593 * calendar/timeclock.el (timeclock-find-discrep): A fix to some
6594 faulty math, where holiday hours were being computing as seconds.
6595
6596 2000-10-13 John Wiegley <johnw@gnu.org>
6597
6598 * desktop.el (desktop-buffer-modes-to-save): Added a global for
6599 specifying what "other" kinds of buffers should be saved.
6600 This used to be hard-coded.
6601 (desktop-buffer-misc-functions): A global for specifying how
6602 auxiliary data should be determined for special buffer types.
6603 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
6604 instead of hard-coding the special buffer types.
6605 (desktop-save): Run `desktop-buffer-misc-functions' to gather
6606 auxiliary data, instead of hard-coding for Info buffers and dired.
6607 (desktop-buffer-info-misc-data): Aux function for determining Info
6608 buffer auxiliary info.
6609 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
6610 (desktop-buffer-info): Changed this function to use the info
6611 gathered above.
6612 (desktop-create-buffer): Be a little more careful about what
6613 `minor-mode' means before calling it. This is important for some
6614 buffer types.
6615
6616 2000-10-13 John Wiegley <johnw@gnu.org>
6617
6618 * eshell/esh-util.el: Added a global form which declares an
6619 autoload for `parse-time-string', if that function is not already
6620 defined, and if parse-time.el is available on the user's system.
6621
6622 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
6623 to be aware of ange-ftp user info.
6624 (eshell-do-ls): Bind `ange-cache'. Also, use `eshell-file-attributes'.
6625 (eshell-ls-annotate): Use `eshell-file-attributes'.
6626 (eshell-ls-file): Made the user-id printing code a bit smarter.
6627
6628 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
6629 allow identification of alias user ids in remote directories.
6630 It's manual, but there's no other way to know when the current user
6631 on the local machine, is also the owning user on the remote machine.
6632 (fboundp): Bind `ange-cache'.
6633 (eshell-directory-files-and-attributes): Re-organized the logic a
6634 bit to use `eshell-file-attributes' instead of `file-attributes'.
6635 The former is more sensitive to directories that are read via FTP,
6636 and knows how to use ange-ftp to determine full attribute
6637 information, instead of just the name and last modtime.
6638 (eshell-current-ange-uids): Return the current user id when in a
6639 remote directory.
6640 (eshell-parse-ange-ls): Parse a full directory listing that has
6641 been returned by ange-ftp.
6642 (eshell-file-attributes): This beefed up version of
6643 `file-attributes' is only special if the user is currently in a
6644 remote directory, in which case it does a lot of work to find out
6645 what the real attributes of a file are, as they appear on the
6646 remote machine. This makes usage of remote directories (i.e.,
6647 ange-ftp pathnames) much more useful. You can now use Eshell as a
6648 full-fledged FTP client, with much more manipulation ability than
6649 most other clients.
6650
6651 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
6652 variable, which means that Eshell's du should always be preferred
6653 in remote directories.
6654 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
6655 just `file-attributes'.
6656 (eshell-mvcp-template): Bind `ange-cache', to improve performance
6657 when reading remote directories. This is an Eshell-specific
6658 variable (not part of ange-ftp).
6659 (eshell/ln): Bind `ange-cache'.
6660 (eshell/du): Added some extra logic for determining when to use
6661 Eshell's du (which is slow), and when to use the external version
6662 (which may or may not exist).
6663
6664 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
6665 Call `eshell-interactive-process', rather than using
6666 `get-buffer-process', since backgrounded processes don't count in
6667 the context of this function's logic.
6668
6669 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
6670 `forward-char', so that null strings are parsed correctly.
6671
6672 2000-09-13 John Wiegley <johnw@gnu.org>
6673
6674 * eshell/em-pred.el (eshell-pred-file-type)
6675 (eshell-pred-file-links, eshell-pred-file-size):
6676 Use `eshell-file-attributes'. This is more correct over ange-ftp.
6677
6678 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
6679 that remote file globbing is more efficient.
6680
6681 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
6682 gathering the files and attributes within a directory.
6683
6684 * eshell/em-unix.el (eshell/cat): If any of the files passed on
6685 the command line is a special file (not a regular file, directory
6686 or symlink), always attempt to call the external version of cat.
6687
6688 2000-09-13 John Wiegley <johnw@gnu.org>
6689
6690 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
6691 Eshell-friendly version of find-tag.
6692
6693 2000-10-13 Miles Bader <miles@lsi.nec.co.jp>
6694
6695 * image-file.el (image-file-name-extensions)
6696 (image-file-name-regexps): Add autoload cookies.
6697
6698 2000-10-13 Kenichi Handa <handa@etl.go.jp>
6699
6700 * international/mule-cmds.el (select-safe-coding-system): If FROM
6701 is string, show it in *Warning* buffer.
6702
6703 2000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
6704
6705 * startup.el (normal-top-level): Use display-popup-menus-p instead
6706 of window-system.
6707 (command-line): Use display-graphic-p instead of window-system.
6708 (command-line-1): Use display-popup-menus-p and display-mouse-p
6709 instead of window-system.
6710
6711 2000-10-12 Sam Steingold <sds@gnu.org>
6712
6713 * tooltip.el (tooltip-use-echo-area): New user variable.
6714 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
6715
6716 2000-10-12 Dave Love <fx@gnu.org>
6717
6718 * recentf.el: Maintainer's checkdoc fixes.
6719
6720 * startup.el (normal-top-level-add-subdirs-to-load-path):
6721 Use character class, not ASCII when matching file names.
6722 (fancy-splash-head): Add trailing slash to URL.
6723 (command-line): Don't require XPM support for toolbar.
6724
6725 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
6726 (cperl-invalid-face): Revert last change.
6727 (cperl-init-faces): Quote cperl-invalid-face.
6728
6729 2000-10-12 Kenichi Handa <handa@etl.go.jp>
6730
6731 * startup.el (fancy-splash-text): Remove superfluous quote.
6732
6733 2000-10-12 Gerd Moellmann <gerd@gnu.org>
6734
6735 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
6736 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
6737 (command-line-1): Don't use fancy-splash-pending-command.
6738 (fancy-splash-screens-1): Goto point-min after inserting text.
6739
6740 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
6741
6742 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
6743 instead of shared-lisp-mode-map.
6744
6745 2000-10-12 Miles Bader <miles@lsi.nec.co.jp>
6746
6747 * faces.el (header-line): Change tty-variant to use underlining.
6748
6749 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
6750 (isearch-highlight): Restore lazy-isearch face properties at old
6751 position, and suppress them at new position.
6752 (isearch-dehighlight): Restore lazy-isearch face properties.
6753 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
6754 over the real isearch overlay, but in that case, don't give it a
6755 face property. Use `push'.
6756
6757 2000-10-12 Kenichi Handa <handa@etl.go.jp>
6758
6759 * man.el (Man-getpage-in-background): Fix previous change.
6760 Decode the process output only when we are in multibyte mode.
6761
6762 2000-10-11 Dave Love <fx@gnu.org>
6763
6764 * info.el (Info-mode-menu): Fix some help.
6765 (info-tool-bar-map): Add entry for Info-last.
6766
6767 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
6768 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
6769 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
6770 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
6771 * toolbar/search-replace.xpm, toolbar/exit.xpm:
6772 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
6773 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
6774 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
6775 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
6776 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
6777 Reduce colour requirements to 25 overall. (Probably wants
6778 revisiting from the originals to reduce further.)
6779
6780 2000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
6781
6782 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
6783 buffer-file-coding-system, instead of raw-text.
6784 (dehexlify-buffer): Bind coding-system-for-read to
6785 buffer-file-coding-system, instead of raw-text.
6786
6787 2000-10-11 Sam Steingold <sds@gnu.org>
6788
6789 * progmodes/cperl-mode.el (cperl-invalid-face): Double-quote
6790 `underline' - fixes the bug introduced on 2000-09-21.
6791
6792 2000-10-11 Dave Love <fx@gnu.org>
6793
6794 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
6795 Avoid compiler warnings.
6796 (scheme-mode): Doc fix.
6797 (scheme-font-lock-keywords-1): Match `define-syntax'.
6798
6799 2000-10-11 Miles Bader <miles@lsi.nec.co.jp>
6800
6801 * faces.el (frame-set-background-mode): Pay attention to saved
6802 face specs as well as default ones. Only do anything if the
6803 bg-mode or display-type has actually changed. Use `dolist'.
6804 (region): Make dark-background `region' face less in-your-face.
6805
6806 2000-10-10 Sam Steingold <sds@gnu.org>
6807
6808 * chistory.el, ielm.el, ledit.el:
6809 * progmodes/inf-lisp.el, progmodes/scheme.el:
6810 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
6811
6812 2000-10-10 Stefan Monnier <monnier@cs.yale.edu>
6813
6814 * textmodes/texinfo.el: Update copyright and fix typo.
6815
6816 * desktop.el (desktop-modes-not-to-save): New var.
6817 (desktop-save-buffer-p): Use it.
6818 Also, obey desktop-buffers-not-to-save even for non-file buffers.
6819 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
6820
6821 2000-10-10 Dave Love <fx@gnu.org>
6822
6823 * toolbar/tool-bar.el (tool-bar-add-item)
6824 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono display.
6825
6826 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
6827 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
6828 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
6829 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
6830 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
6831 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
6832 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
6833 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
6834 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
6835 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
6836 the .xpms; probably need retouching.
6837
6838 2000-10-10 Miles Bader <miles@lsi.nec.co.jp>
6839
6840 * subr.el (add-to-list): Add optional argument APPEND.
6841 * battery.el (display-battery): Use `add-to-list'.
6842
6843 2000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
6844
6845 * play/zone.el (zone-timer, zone-wc-tbl): Rework these vars as symbol
6846 properties.
6847 (zone, zone-when-idle, zone-leave-me-alone)
6848 (zone-pgm-whack-chars): Use new symbol properties.
6849
6850 * battery.el (display-battery): Doc spelling fix.
6851
6852 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
6853 property.
6854
6855 2000-10-09 Dave Love <fx@gnu.org>
6856
6857 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
6858 has been initialized before calling tool-bar-setup.
6859 (tool-bar-add-item-from-menu): Add autoload cookie.
6860
6861 2000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
6862
6863 * menu-bar.el (send-mail-item-name): New function.
6864 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
6865 of mail-user-agent in the menu. Don't display the "Send Mail"
6866 item if mail-user-agent is nil or its value is ignore.
6867 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
6868 if read-mail-command is nil or its value is ignore.
6869
6870 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
6871
6872 2000-10-09 Miles Bader <miles@gnu.org>
6873
6874 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
6875 Correct image size.
6876 * toolbar/left_arrow.xpm: Correct image size.
6877
6878 * jka-compr.el: Don't call `jka-compr-install' when loading (it
6879 will be done by the definition of `auto-compression-mode' if
6880 necessary. Move code to uninstall existing file-name handler
6881 before definition of `auto-compression-mode'.
6882
6883 * image-file.el (auto-image-file-mode): Move to the end of the
6884 file, because `define-minor-mode' actually calls the mode-function
6885 if the associated variable is non-nil, which requires that all
6886 needed functions be already defined.
6887
6888 * mouse.el (popup-menu): Balance parens.
6889
6890 2000-10-08 Stefan Monnier <monnier@cs.yale.edu>
6891
6892 * mouse.el (popup-menu): Move the command call outside the loop
6893 so that popup-menu returns whatever the command returns.
6894
6895 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
6896 (initialize-new-tags-table): Use run-hook-with-args-until-success.
6897 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
6898 (tags-table-format-functions): Renamed from tags-table-format-hooks.
6899
6900 * vc.el (vc-version-diff): diff-switches can be a list.
6901 Use relative filenames for prettier output.
6902
6903 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
6904 (vc-post-command-functions): Remove old-VC compatibility code.
6905
6906 * newcomment.el (comment-indent-default): Autoload.
6907
6908 * font-lock.el (font-lock-defaults): Make buffer-local.
6909 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
6910 (font-lock-choose-keywords):
6911 Ignore LEVEL unless KEYWORDS is a list of syms.
6912 (c-keywords, c++-keywords, objc-keywords, java-keywords):
6913 Don't wrap regexp-opt things in \(...\) unnecessarily.
6914
6915 * jit-lock.el: Don't require font-lock any more.
6916 (jit-lock-functions): Make buffer-local.
6917 (jit-lock-saved-fontify-buffer-function): Remove.
6918 (jit-lock-mode): Remove autoload cookie.
6919 Remove font-lock specific code.
6920 (jit-lock-unregister): Don't bother handling complex hooks any more.
6921 (jit-lock-refontify): New function.
6922 (jit-lock-fontify-buffer): Use it.
6923 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
6924 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
6925 Add optional args START and END.
6926 Never call font-lock-fontify-region directly.
6927 (jit-lock-function, jit-lock-stealth-fontify): Use it.
6928
6929 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
6930
6931 2000-10-08 Dave Love <fx@gnu.org>
6932
6933 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
6934
6935 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
6936
6937 * play/studly.el (studlify-region, studlify-word): Add autoload
6938 cookie.
6939
6940 * play/morse.el (morse-region, unmorse-region): Add autoload
6941 cookie.
6942
6943 * play/spook.el (spook-phrases-file): Use expand-file-name, not
6944 concat.
6945
6946 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
6947 insist on symbols starting with word syntax.
6948 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
6949 (eval-defun-1): Doc fix.
6950 (indent-sexp): Use nconc to build up indent-stack.
6951
6952 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
6953 Gnus with little use.
6954 (mail-setup-hook): Add mail-abbrevs-setup to options.
6955
6956 * recentf.el: Doc fixes.
6957
6958 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
6959 Clean up remainder.
6960
6961 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
6962 without timezone and (8) with timezone to enforce some whitespace.
6963 Simplify code somewhat.
6964
6965 * options.el (list-options): Doc that you should use customize.
6966
6967 * iswitchb.el (iswitchb-mode): Add :require.
6968
6969 * info.el (Info-goto-node, Info-menu): Doc fix.
6970 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
6971 (info-tool-bar-map): New variable.
6972 (Info-mode): Use it.
6973 (Info-edit-map): Define all in defvar.
6974 (speedbar-attached-frame): Avoid compiler warning.
6975
6976 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
6977 (global-map): Bind [tool-bar] to a filtered map.
6978 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
6979 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
6980 Allow PBM icons.
6981 (tool-bar-setup): Adjust calls of tool-bar-add-item.
6982
6983 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
6984 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
6985 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
6986 icons, except up_arrow, which is left-arrow rotated.
6987
6988 * imenu.el (imenu-add-to-menubar): Fix last change.
6989
6990 2000-10-08 Peter Breton <pbreton@ne.mediaone.net>
6991
6992 * generic-x.el (rul-generic-mode): Remove eval-when-compile
6993 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
6994
6995 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
6996
6997 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
6998 typos in doc strings.
6999
7000 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
7001 the doc strings how to customize Font Lock faces.
7002
7003 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
7004 computing growth when dragging the header line.
7005
7006 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
7007
7008 * simple.el (kill-line): Doc fix.
7009
7010 2000-10-08 Miles Bader <miles@gnu.org>
7011
7012 * faces.el (secondary-selection): Make foreground visible on tty.
7013
7014 * jka-compr.el (auto-compression-mode): Move to the end of the
7015 file, because `define-minor-mode' actually calls the mode-function
7016 if the associated variable is non-nil, which requires that all
7017 needed functions be already defined.
7018 (with-auto-compression-mode): Add autoload cookie.
7019
7020 2000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
7021
7022 * files.el (find-backup-file-name) [ms-dos]: If support for long
7023 file names is not available, behave as if version-control were set
7024 to never.
7025
7026 2000-10-07 Dave Love <fx@gnu.org>
7027
7028 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
7029 (browse-url-gnome-moz): New function.
7030 (browse-url-browser-function): Use it.
7031 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
7032
7033 2000-10-07 Stefan Monnier <monnier@cs.yale.edu>
7034
7035 * indent.el (tab-always-indent): New var.
7036 (indent-for-tab-command): Use it.
7037
7038 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
7039 raise an error. This way it can still default to a sane value.
7040
7041 2000-10-06 Stefan Monnier <monnier@cs.yale.edu>
7042
7043 * startup.el (fancy-splash-screens): Use local rather than global map.
7044 Don't use `update-menu-bindings' any more.
7045 Get rid of assumptions about keymap representation.
7046
7047 2000-10-06 Dave Love <fx@gnu.org>
7048
7049 * textmodes/fill.el (sentence-end-double-space)
7050 (sentence-end-without-period): Doc fix.
7051 (adaptive-fill-regexp): Purecopy.
7052 (unjustify-current-line): Use line-end-position.
7053 (fill-individual-paragraphs-prefix): Use line-beginning-position.
7054
7055 * net/eudc-vars.el (eudc): Add :version, :link.
7056
7057 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
7058
7059 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
7060 Fix for define-minor-mode.
7061 (function-at-point): Alias to function-called-at-point.
7062
7063 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
7064
7065 * simple.el (backward-word): Doc fix.
7066
7067 * image-file.el (image-file-name-regexp): image-file-regexps ->
7068 image-file-name-regexps.
7069 (image-file-name-extensions): Add pbm.
7070
7071 2000-10-06 Stefan Monnier <monnier@cs.yale.edu>
7072
7073 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
7074 and add filename to the names so that diff-mode can jump to source.
7075
7076 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
7077 (tex-font-lock-keywords, tex-font-lock-keywords-2)
7078 (tex-font-lock-keywords-1): Remove.
7079 (font-lock-turn-on-thing-lock): Use jit-lock-register.
7080 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
7081 (font-lock-default-fontify-region):
7082 Expand beg..end correctly when just following a multiline region.
7083 (font-lock-fontify-anchored-keywords):
7084 Include the anchor text as part of the multiline.
7085
7086 2000-10-06 Gerd Moellmann <gerd@gnu.org>
7087
7088 * loadup.el (toplevel): Load `loaddefs' before `help' because the
7089 latter needs the autoloaded define-minor-mode macro during the
7090 bootstrap.
7091
7092 * startup.el (command-line): For now, activate tool-bar-mode only
7093 if XPM images are supported.
7094
7095 * mouse.el (mouse-drag-header-line): Don't allow resizing a
7096 window by dragging a header-line at the top of the frame; that's
7097 confusing because the header-line doesn't move.
7098 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
7099 of treating the event as a list. Some cleanup.
7100
7101 2000-10-06 Miles Bader <miles@gnu.org>
7102
7103 * simple.el (display-message-or-buffer): New function.
7104 (shell-command-on-region): Use `display-message-or-buffer'.
7105
7106 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
7107 docstring parts.
7108
7109 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
7110 (smbclient-prompt-regexp): Add usage note to doc string.
7111 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
7112 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
7113 Use add-hook for adding the comint filter function, and only do so
7114 if it's not already in the global hook list.
7115 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
7116 to `make-local-variable'.
7117 (nslookup-font-lock-keywords): Remove prompt entry.
7118 (nslookup): Don't set the process-filter.
7119 (finger): Exit the loop correctly when the regexps list runs out.
7120 (ftp, smbclient, smbclient-list-shares):
7121 Set the real major mode immediately, not after execing.
7122 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
7123
7124 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
7125
7126 2000-10-05 Stefan Monnier <monnier@cs.yale.edu>
7127
7128 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
7129
7130 * which-func.el (which-func-format): Remove spurious space.
7131 (which-func-mode): Don't make it permanent-local.
7132 (which-func-ff-hook): Allow which-func-maxout to be nil.
7133 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
7134 (which-func-mode): Simplify.
7135 Use post-command-idle-hook rather than post-command-hook.
7136 Go through all buffers and update their state.
7137 (which-function): Also try add-log-current-defun-function.
7138
7139 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
7140 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
7141 Update call to with-vc-properties accordingly.
7142 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
7143 (vc-revert-buffer): More careful about window selection and deletion.
7144 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
7145
7146 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
7147 (cvs-retrieve-revision): Reuse a pre-existing buffer.
7148 (cvs-dired-action): Change the default to quickdir.
7149
7150 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
7151 if comment-indent-function returns nil.
7152 (comment-indent-default): New function.
7153 (comment-indent-function): Use it and document the new semantics.
7154
7155 * image-file.el: Docstring fixes.
7156
7157 * help.el (help-xref-on-pp): Use match-string.
7158 (describe-variable): New arg BUFFER.
7159 Store the current buffer in the help-xref-stack.
7160 (temp-buffer-resize-mode): Use define-minor-mode.
7161
7162 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
7163 consistently with its docstring.
7164 Set jit-lock-first-unfontify-pos in an idempotent way.
7165 (jit-lock-register): Autoload and add arg CONTEXTUAL.
7166
7167 2000-10-05 Alex Schroeder <alex@gnu.org>
7168
7169 * sql.el (sql-mysql-options): New variable.
7170 (sql-mysql): Use it.
7171
7172 2000-10-05 Miles Bader <miles@lsi.nec.co.jp>
7173
7174 * image.el (image): New group.
7175
7176 * smerge-mode.el (smerge-mine-face, smerge-other-face)
7177 (smerge-base-face, smerge-markers-face): Add dark-background variants.
7178
7179 2000-10-04 Peter Breton <pbreton@ne.mediaone.net>
7180
7181 * net/net-utils.el (nslookup-font-lock-keywords)
7182 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
7183 Ignore the value of wqindow-system; always define keywords
7184
7185 2000-10-05 Kenichi Handa <handa@etl.go.jp>
7186
7187 * startup.el (fancy-splash-screens): Remove the code for
7188 debugging; `(trace-to-stderr "EXITTT\n")'.
7189
7190 2000-10-05 Miles Bader <miles@gnu.org>
7191
7192 * diff-mode.el (diff-goto-source): Update call to
7193 `diff-hunk-status-msg' to reflect new REV variable.
7194
7195 2000-10-04 Stefan Monnier <monnier@cs.yale.edu>
7196
7197 * progmodes/icon.el (icon-mode):
7198 Don't gratuitously override the default for comment-column.
7199
7200 * vc-hooks.el (vc-mode-line): Fix interactive spec.
7201
7202 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
7203 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
7204 (jit-lock-functions): New var.
7205 (jit-lock-function-1): Use it if non-nil.
7206 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
7207 Set the `fontified' property before doing the fontification to avoid
7208 repeatedly going through the same error.
7209 Don't turn errors into messages.
7210 (jit-lock-register, jit-lock-unregister): New functions.
7211
7212 * dired.el (dired-mark-pop-up): Turn comment into docstring.
7213 Use with-current-buffer.
7214
7215 * dired-aux.el (dired-do-create-files, dired-kill-tree):
7216 Turn comment into docstring.
7217
7218 * apropos.el (apropos-mode): Use define-derived-mode.
7219
7220 2000-10-04 Gerd Moellmann <gerd@gnu.org>
7221
7222 * startup.el (fancy-splash-pending-command): New variable.
7223 (fancy-splash-pre-command): New function.
7224 (fancy-splash-screens): Rewritten.
7225 (command-line-1): If fancy-splash-pending-command is set, call it
7226 interactively.
7227
7228 2000-10-04 Dave Love <fx@gnu.org>
7229
7230 * toolbar/tool-bar.el (tool-bar-setup): New function.
7231 (tool-bar-mode): Use it.
7232
7233 * subr.el (substitute-key-definition): Doc fix.
7234 (play-sound-file): New command.
7235
7236 2000-10-04 Andre Spiegel <spiegel@gnu.org>
7237
7238 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
7239 vc-version-backup-file-name): New functions.
7240
7241 * files.el (basic-save-buffer): Call vc-before-save before saving.
7242
7243 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
7244 vc-cvs-stay-local-p.
7245
7246 * vc.el (vc-revert-buffer): Handle empty diff properly.
7247 (vc-version-backup-file): New function.
7248 (vc-checkout): Create a version backup if necessary.
7249 (vc-checkin): If a version backup file exists, delete it.
7250 (vc-version-diff): Diff locally using version backups, if available.
7251 (vc-revert-file): If there's a version backup, revert locally.
7252 (vc-transfer-file): Use version backup for base version, if
7253 available. If not, ask for confirmation whether to get it from the
7254 server. Update mode line before check-in.
7255
7256 2000-10-04 Dave Love <fx@gnu.org>
7257
7258 * toolbar/tool-bar.el (tool-bar-setup): New function.
7259 (tool-bar-mode): Use it.
7260
7261 2000-10-04 Peter Breton <pbreton@ne.mediaone.net>
7262
7263 * net/net-utils.el (nslookup-font-lock-keywords)
7264 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
7265 Only set if window-system is non-nil
7266 (net-utils-run-program): Returns buffer.
7267 (network-connection-reconnect): Added this function.
7268
7269 * generic.el:
7270 Incorporates extensive cleanup and docfixes by
7271 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
7272 Uses cl compile-time macros.
7273 (generic-mode-name, generic-comment-list)
7274 (generic-keywords-list, generic-font-lock-expressions)
7275 (generic-mode-function-list, generic-mode-syntax-table):
7276 Removed variables.
7277 (generic-mode-alist): Renamed to generic-mode-list.
7278 (generic-find-file-regexp): Default changed to "^#".
7279 (generic-read-type): Uses completing read on generic-mode-list.
7280 (generic-mode-sanity-check): removed this function.
7281 (generic-add-to-auto-mode): Removed this function
7282 (generic-mode-internal): Bind mode-specific definitions
7283 into function instead of putting them in alist.
7284 (generic-mode-set-comments): Reworked extensively.
7285 (generic-mode-find-file-hook): Simplified regexp searching
7286 (generic-make-keywords-list): Omit extra pair of parens
7287
7288 * find-lisp.el (find-lisp-find-files-internal):
7289 Make sure directory name ends with "/".
7290
7291 * generic-x.el (apache-conf-generic-mode):
7292 Regexp now allows leading whitespace.
7293 (rc-generic-mode): Added eval-when-compile
7294 around generic-make-keywords-list.
7295 Deleted duplicate regexp
7296 (rul-generic-mode): Added eval-when-compile
7297 around generic-make-keywords-list.
7298 (etc-fstab-generic-mode): New generic mode.
7299 (rul-generic-mode): Removed one eval-when-compile
7300 which caused a max-specpdl-size exceeded error.
7301
7302 2000-10-04 Miles Bader <miles@gnu.org>
7303
7304 * simple.el (minibuffer-temporary-goal-position): New variable.
7305 (next-history-element): Try to keep the position of point in the
7306 input string constant.
7307
7308 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
7309 (dired-do-create-files): If there's only one file, pass it in as
7310 the DEFAULT arg to dired-mark-read-file-name.
7311
7312 2000-10-03 Stefan Monnier <monnier@cs.yale.edu>
7313
7314 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
7315 (diff-goto-source): Be smarter when choosing REVERSE or not.
7316
7317 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
7318 (texinfo-mode-menu): Add an explicit shortcut for update all.
7319
7320 2000-10-03 Andre Spiegel <spiegel@gnu.org>
7321
7322 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
7323 factorize backend-specific code cleanly (this was essentially
7324 conceived by Stefan Monnier).
7325 (vc-unregister): Function removed.
7326 (vc-revert-file): New function.
7327 (vc-revert-buffer): Delegate some of the work to it.
7328
7329 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
7330 default branch unconditionally.
7331 (vc-rcs-set-default-branch): New function.
7332 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
7333 (vc-rcs-checkin): If an appropriate default branch has been set,
7334 force creation of that branch.
7335 (vc-rcs-receive-file): Rewritten to contain only backend-specific
7336 code (as suggested by Stefan Monnier).
7337
7338 2000-10-02 Gerd Moellmann <gerd@gnu.org>
7339
7340 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
7341 highlighting overlay with a different face over the overlay
7342 isearch uses to highlight the current match because that can lead
7343 to bad face combinations.
7344
7345 * loadup.el (toplevel): Load faces before isearch.
7346
7347 * isearch.el (isearch-faces): New custom group.
7348 (isearch): New defface; was already tested for in the code.
7349 (isearch-lazy-highlight-face): Changed to defface from defcustom.
7350 (isearch-highlight): Always use face `isearch'.
7351
7352 2000-10-02 Dave Love <fx@gnu.org>
7353
7354 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
7355 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
7356 comparison of opcode with operand.
7357
7358 2000-10-03 Miles Bader <miles@gnu.org>
7359
7360 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
7361 buffer, since the echo area will now grow to accommodate them.
7362
7363 2000-10-02 Andre Spiegel <spiegel@gnu.org>
7364
7365 * vc-hooks.el (vc-registered): If FILE used to be registered under
7366 a certain backend, try that one first.
7367
7368 * vc.el (vc-responsible-backend): Undo the previous change in the
7369 argument list. Handle multiple backends correctly.
7370 (vc-find-new-backend): Function removed.
7371 (vc-register): Use vc-responsible-backend, as before.
7372 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
7373
7374 2000-10-02 Gerd Moellmann <gerd@gnu.org>
7375
7376 * startup.el (fancy-splash-head): Change message below the
7377 logo.
7378
7379 2000-10-02 Miles Bader <miles@lsi.nec.co.jp>
7380
7381 * diff-mode.el (diff-goto-source): Emit a status message.
7382 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
7383 (diff-test-hunk): Fix doc string.
7384 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
7385 (diff-advance-after-apply-hunk): New variable.
7386 (diff-apply-hunk): Don't return a value.
7387
7388 2000-10-01 Stefan Monnier <monnier@cs.yale.edu>
7389
7390 * vc.el (vc-editable-p): Minor optimization.
7391 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
7392 (vc-find-new-backend): New function split from vc-responsible-backend.
7393 (vc-register): Use it.
7394 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
7395 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
7396 (vc-default-unregister, vc-revert-buffer): Docstring fix.
7397 (vc-clear-headers): Don't use find-file.
7398 (vc-revert-buffer): Use `and' again (must have been a braino).
7399 (vc-switch-backend): Only prompt if requested.
7400 Short circuit if nothing is to be done.
7401 Don't use vc-resynch-buffer which could lose unsaved editing.
7402 (vc-default-receive-file): Update call to vc-unregister.
7403 (with-vc-file, vc-next-action-on-file):
7404 Use vc-backend rather than vc-registered.
7405 (vc-next-action-on-file): Use intern-soft.
7406 Deal with read-only *vc-diff* buffer.
7407 (vc-transfer-file): Docstring fix.
7408
7409 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
7410 (vc-rcs-receive-file): Avoid with-vc-properties.
7411 Update call to vc-unregister.
7412 Use constant `RCS' rather than (dynamically bound) var `backend'.
7413
7414 2000-10-01 Andre Spiegel <spiegel@gnu.org>
7415
7416 * vc.el (vc-next-action-on-file): Update mode line only if file
7417 is visited.
7418 (vc-start-entry): New argument initial-contents. Don't visit the file
7419 if it isn't already visited. Brought documentation up-to-date.
7420 (vc-next-action, vc-register): Updated calls to vc-start-entry.
7421 (vc-checkin): New optional arg initial-contents, which is passed to
7422 vc-start-entry.
7423 (vc-finish-logentry): Make sure to bury log buffer only if there
7424 really is one. Call `vc-resynch-buffer' on log-file, not
7425 buffer-file-name.
7426 (vc-default-comment-history, vc-default-wash-log): New functions.
7427 (vc-index-of): Removed.
7428 (vc-transfer-file): Make do without the above.
7429 (vc-default-receive-file): Call comment-history unconditionally. Pass
7430 the resulting string to vc-checkin, instead of inserting it into the
7431 comment ring.
7432
7433 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
7434 unconditionally. Use the comments as initial contents of the log
7435 entry buffer. Document the trick to force branch creation with no
7436 changes.
7437
7438 2000-10-01 Miles Bader <miles@gnu.org>
7439
7440 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
7441 `recenter' with an arg to prevent redrawing the display.
7442
7443 2000-09-30 Stefan Monnier <monnier@cs.yale.edu>
7444
7445 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
7446
7447 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
7448
7449 * progmodes/c-mode.el (c-mode):
7450 Don't gratuitously override the default for comment-column.
7451
7452 * textmodes/tex-mode.el (latex-metasection-list): New var.
7453 (latex-imenu-create-index): Use it.
7454 Move the regexp construction outside loops (and use push).
7455 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
7456 (tex-font-lock-keywords): Moved from font-lock.el.
7457 (tex-comment-indent): Remove.
7458 (tex-common-initialization): Don't set comment-indent-function.
7459 (latex-block-default): New var.
7460 (tex-latex-block): Use it to provide a default choice.
7461 Add any unknown choice to latex-block-names.
7462 Insert [...] after {...}.
7463 (tex-last-unended-begin): Simplify regexp.
7464 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
7465 (latex-forward-sexp-1, latex-forward-sexp): New functions.
7466 (latex-mode): Set forward-sexp-function.
7467
7468 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
7469 Add regexp for @ignore ... @end ignore.
7470 (texinfo-heading-face): New face.
7471 (texinfo-font-lock-keywords): Use it.
7472 (texinfo-mode-menu): New menu.
7473 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
7474 New functions.
7475 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
7476 (texinfo-section-types-regexp, texinfo-section-level-regexp)
7477 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
7478 Remove declaration.
7479 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
7480
7481 * delsel.el (delete-selection-mode): Use define-minor-mode.
7482
7483 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
7484
7485 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
7486
7487 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
7488
7489 2000-09-30 Gerd Moellmann <gerd@gnu.org>
7490
7491 * replace.el (keep-lines-read-args): New function.
7492 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
7493 read arguments interactively. Add parameters RSTART and REND.
7494 Operate on the active region in Transient Mark mode.
7495
7496 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
7497
7498 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
7499 (authors-obsolete-files-regexps): New variable.
7500 (authors-add): Don't record changes in obsolete files.
7501
7502 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
7503
7504 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
7505
7506 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
7507 (comment-indent): Make sure there's a space between code and comment.
7508 Shift comments left to avoid going past fill-column.
7509
7510 2000-09-29 Gerd Moellmann <gerd@gnu.org>
7511
7512 * startup.el (startup-echo-area-message): New function.
7513 (display-startup-echo-area-message): Use it.
7514 (fancy-splash-screens): Rewritten to use keymaps and a timer.
7515 (fancy-splash-default-action): New function.
7516 (fancy-splash-screens-1): New function.
7517 (fancy-splash-head): Put a help-echo and a keymap under the image.
7518
7519 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
7520
7521 * diff-mode.el (diff-add-log-file-name): Remove.
7522 (diff-mode): Use add-log-buffer-file-name-function.
7523
7524 * add-log.el (find-change-log): New arg BUFFER-FILE.
7525 (add-log-file-name): Obey add-log-file-name-function.
7526 (add-log-buffer-file-name-function): New var.
7527 (add-change-log-entry): Use it.
7528
7529 2000-09-29 Miles Bader <miles@gnu.org>
7530
7531 * image-file.el (image-file-name-extensions): New variable.
7532 (image-file-name-regexps): Renamed from `image-file-regexps'.
7533 New default value is nil. Call `auto-image-file-mode'.
7534 (image-file-name-regexp): New function.
7535 (auto-image-file-mode): New minor mode.
7536 (insert-image-file): Don't make conditional on the image-file
7537 handler being enabled.
7538 (image-file-handler): Make the call here conditional instead.
7539 (set-image-file-handler-enabled, enable-image-file-handler)
7540 (disable-image-file-handler): Functions removed.
7541
7542 * emacs-lisp/authors.el (authors-print): Rephrase many-files
7543 string.
7544
7545 2000-09-29 Gerd Moellmann <gerd@gnu.org>
7546
7547 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
7548 it's a function from CL.
7549 (latex-imenu-create-index): Replace eval-when-compile with progn
7550 because latex-section-alist is not bound while compiling.
7551
7552 2000-09-28 Stefan Monnier <monnier@cs.yale.edu>
7553
7554 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
7555 (outline-mode): Use define-derived-mode.
7556
7557 * progmodes/perl-mode.el (perl-mode):
7558 * progmodes/awk-mode.el (awk-mode):
7559 * progmodes/asm-mode.el (asm-mode):
7560 Don't gratuitously override the default for comment-column.
7561
7562 * emacs-lisp/lisp.el (lisp-complete-symbol):
7563 Distinguish the let-binding case from the funcall case.
7564 (forward-sexp-function): New variable.
7565 (forward-sexp): Use it.
7566
7567 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
7568 (easy-mmode-defmap): Remove the now useless autoload.
7569
7570 * time.el (display-time-mode): Use define-minor-mode.
7571
7572 * subr.el (add-minor-mode): Don't eval NAME.
7573 Don't depend on the presence of TOGGLE-FUN for any special behavior.
7574 Use if rather than cond.
7575
7576 * simple.el (read-expression-map): Define more properly.
7577 (comment-indent-hook): Remove.
7578 (string-to-syntax): Bug fix.
7579
7580 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
7581 (cvs-ediff-diff): Fix typo.
7582 (cvs-revert-if-needed): Don't bother preserving read-only.
7583
7584 * paren.el (show-paren-mode): Use define-minor-mode.
7585
7586 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
7587 (toggle-auto-compression): Remove.
7588 (jka-compr-build-file-regexp): Remove useless grouping.
7589
7590 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
7591 Avoid user-reserved bindings.
7592 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
7593 (diff-header-face): Revert to grey85.
7594
7595 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
7596
7597 * complete.el (partial-completion-mode) <defcustom>: Remove.
7598 (partial-completion-mode): Use define-minor-mode.
7599 (PC-do-completion): Understand `completion-auto-help = delay'
7600 to mean to popup the completion buffer only the second time.
7601 (PC-include-file-all-completions, PC-include-file-all-completions)
7602 (PC-include-file-all-completions): Don't quote lambda.
7603
7604 * comint.el (comint-mode-hook): Docstring fix.
7605 (comint-mode): Use define-derived-mode.
7606 (comint-mode-map): Remove obsolete comment.
7607 (make-comint): Minor stylistic change.
7608 (comint-insert-clicked-input): Be more careful to find the overlay.
7609 Use this-command-keys rather than hardcoding mouse-2.
7610
7611 * font-lock.el: Replace confusing (,@ with ,
7612 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
7613 Don't use regexp-opt-depth. Spice up the regexp for args.
7614 Don't distinguish between cmds that can take an opt arg or not.
7615 Use `append' and `prepend' rather than `keep'.
7616
7617 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
7618 (latex-outline-regexp): New var.
7619 (latex-outline-level): New fun.
7620 (latex-section-alist): New var.
7621 (latex-imenu-create-index): Use it. Use `push' as well.
7622 (tex-shell-map): Initialize it properly.
7623 (tex-mode): Minor stylistic change.
7624 (plain-tex-mode): Use define-derived-mode.
7625 (latex-mode): Use define-derived-mode.
7626 Construct the paragraph regexps in a more readable way.
7627 Set the buffer-local outline-{level,regexp} vars.
7628 (slitex-mode): Derive from latex-mode.
7629 (tex-common-initialization): Don't kill-all-vars anymore.
7630 Add setting for comment-add and font-lock-defaults.
7631 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
7632 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
7633 (tex-start-tex): New arg DIR (and send a chdir command for it).
7634 Also display the shell buffer and save it in tex-last-buffer-texed.
7635 (tex-region): Use expand-file-name rather than concat.
7636 Remove code made useless by changes in tex-start-tex.
7637 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
7638
7639 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
7640
7641 2000-09-28 Dave Love <fx@gnu.org>
7642
7643 * eshell/eshell.el (eshell) <defgroup>: Add :version.
7644
7645 2000-09-28 Gerd Moellmann <gerd@gnu.org>
7646
7647 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
7648 `append'.
7649
7650 2000-09-28 Stefan Monnier <monnier@cs.yale.edu>
7651
7652 * info.el (Info-extract-pointer): Undo last change.
7653 Instead, fix the position of the `bound' arg to re-search-backward.
7654
7655 2000-09-27 Stefan Monnier <monnier@cs.yale.edu>
7656
7657 * info.el (Info-extract-pointer):
7658 Widen more carefully, to avoid finding pointers in other nodes.
7659 (Info-index): Use push.
7660
7661 2000-09-27 Gerd Moellmann <gerd@gnu.org>
7662
7663 * frame.el (set-frame-font): Remove call to obsolete function
7664 frame-update-faces.
7665 (set-foreground-color, set-background-color): Likewise for
7666 frame-update-face-colors.
7667
7668 2000-09-27 Miles Bader <miles@gnu.org>
7669
7670 * image-file.el: New file.
7671
7672 2000-09-27 Gerd Moellmann <gerd@gnu.org>
7673
7674 * frame.el (frame-notice-user-settings): Don't call
7675 frame-update-faces, which is a no-op now.
7676
7677 * ediff-wind.el (ediff-control-frame-parameters): Add zero
7678 tool-bar-lines.
7679
7680 2000-09-27 Dave Love <fx@gnu.org>
7681
7682 * mouse.el: Fix last change.
7683
7684 2000-09-27 Miles Bader <miles@lsi.nec.co.jp>
7685
7686 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
7687
7688 2000-09-22 Kenichi Handa <handa@etl.go.jp>
7689
7690 * international/quail.el (quail-help): The output message is
7691 improved.
7692
7693 2000-09-26 Dave Love <fx@gnu.org>
7694
7695 * mouse.el (popup-menu): If POSITION is nil, set it using
7696 mouse-position.
7697
7698 2000-09-25 Sam Steingold <sds@gnu.org>
7699
7700 * net/browse-url.el (browse-url-file-url): Check for null maps.
7701
7702 2000-09-26 Gerd Moellmann <gerd@gnu.org>
7703
7704 * frame.el (frame-notice-user-settings): Don't add a
7705 tool-bar-lines frame parameter to default-frame-alist in batch mode.
7706
7707 * frame.el (frame-notice-user-settings):
7708 Make tool-bar-mode and default-frame-alist consistent.
7709
7710 * toolbar/tool-bar.el (tool-bar-help): New function.
7711
7712 2000-09-25 Gerd Moellmann <gerd@gnu.org>
7713
7714 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
7715 current-load-list in top-level forms. Else this leaks a cons cell
7716 every time a defun is called.
7717
7718 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
7719
7720 2000-09-25 Dave Love <fx@gnu.org>
7721
7722 * startup.el (fancy-splash-head): Check XPM is available.
7723
7724 * autoinsert.el (auto-insert): Doc fix.
7725 (auto-insert-alist): Following GNU notices, don't say `copyright
7726 _by_'. Use line-beginning-position.
7727 (auto-insert): Check buffer-file-name is non-nil before use.
7728
7729 2000-09-25 Gerd Moellmann <gerd@gnu.org>
7730
7731 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
7732 starting with `@def' or `@multitable', in addition to ones
7733 specified by the user in auto-fill-inhibit-regexp.
7734
7735 2000-09-25 Markus Rost <rost@math.ohio-state.edu>
7736
7737 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
7738 rmail-dont-reply-to-names matches the empty string.
7739
7740 2000-09-25 Gerd Moellmann <gerd@gnu.org>
7741
7742 * startup.el (command-line-1, fancy-splash-text): Change the
7743 text to sound more friendly.
7744
7745 2000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
7746
7747 * progmodes/hideshow.el: Update author email address.
7748 Generally, sync w/ maintainer version 5.22.
7749 (hs-hide-all-non-comment-function): New var.
7750 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
7751 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
7752 (hs-show-region): Delete this command.
7753 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
7754
7755 2000-09-22 Dave Love <fx@gnu.org>
7756
7757 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
7758 (hl-line-highlight): Specify buffer when moving overlay.
7759
7760 * progmodes/fortran.el (fortran-mode): Locally set
7761 normal-auto-fill-function.
7762 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
7763 (fortran-mode-map): Adjust auto-fill menu entry.
7764
7765 2000-09-22 Gerd Moellmann <gerd@gnu.org>
7766
7767 * vc-rcs.el (toplevel): Require `vc' when compiling.
7768
7769 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
7770
7771 2000-09-22 Andre Spiegel <spiegel@gnu.org>
7772
7773 * vc.el (vc-switch-backend): Signal an error if the file is not
7774 registered under the new backend.
7775
7776 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
7777 without explicit revision number.
7778
7779 2000-09-21 Stefan Monnier <monnier@cs.yale.edu>
7780
7781 * diff-mode.el (diff-file-header-face): Reset to its previous value.
7782 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
7783 (diff-xor): New function.
7784 (diff-find-source-location): Use it. Fix a stupid name clash.
7785 (diff-hunk-status-msg): New function.
7786 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
7787 (diff-test-hunk): Use diff-find-source-location.
7788 (diff-goto-source): Favor the `reverse'.
7789 (diff-hunk-text): Properly handle one-sided context diffs.
7790 (diff-apply-hunk): When done, advance to the next hunk.
7791
7792 2000-09-21 Gerd Moellmann <gerd@gnu.org>
7793
7794 * startup.el (command-line): If frame was created with a non-zero
7795 tool-bar-lines parameter, switch tool-bar-mode on.
7796
7797 * add-log.el (change-log-date-face, change-log-name-face)
7798 (change-log-email-face, change-log-file-face)
7799 (change-log-list-face, change-log-conditionals-face)
7800 (change-log-function-face, change-log-acknowledgement-face):
7801 New faces, inheriting from font-lock faces.
7802 (change-log-font-lock-keywords): Use them.
7803
7804 2000-09-21 Dave Love <fx@gnu.org>
7805
7806 * progmodes/cperl-mode.el (top-level): Clean up
7807 `eval-when-compile's and assorted defvars.
7808 (cperl-invalid-face): Don't double-quote value. Change custom
7809 type.
7810 (cperl-mode): Set normal-auto-fill-function and don't zap
7811 auto-fill-function.
7812 (cperl-imenu--function-name-regexp-perl): Renamed from
7813 imenu-example--function-name-regexp-perl.
7814 (cperl-imenu--create-perl-index): Renamed from
7815 imenu-example--create-perl-index.
7816 (cperl-xsub-scan): Don't require cl.
7817
7818 * msb.el (msb-mode-map): Use substitute-key-definition.
7819 (msb-mode): Use msb-mode-map.
7820
7821 2000-09-21 Andre Spiegel <spiegel@gnu.org>
7822
7823 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
7824 New functions.
7825 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
7826 (vc-switch-backend): New function.
7827 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
7828 (vc-register): Fix prompt.
7829 (vc-unregister, vc-default-unregister): New functions.
7830 (vc-version-diff): Handle empty buffer in sentinel.
7831
7832 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
7833 (vc-rcs-state-heuristic): Use it to guess the state of files with
7834 non-strict locking.
7835 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
7836 been set with -b, but not created yet.
7837 (vc-rcs-fetch-master-state): With non-strict locking, compare file
7838 contents in order to find the state.
7839 (vc-rcs-checkin): Allow creation of branches with no changes.
7840 (vc-rcs-unregister, vc-rcs-receive-file)
7841 (vc-rcs-set-non-strict-locking): New functions.
7842
7843 * vc-hooks.el (vc-name): Force correct computation of the value
7844 in case it is missing.
7845
7846 2000-09-21 Gerd Moellmann <gerd@gnu.org>
7847
7848 * startup.el (fancy-splash-tail): Use a different foreground
7849 color on a dark frame background.
7850
7851 2000-09-21 Miles Bader <miles@lsi.nec.co.jp>
7852
7853 * info.el: Use the correct capitalization when making Info-mode
7854 and Info-edit-mode `special' modes.
7855
7856 2000-09-20 Stefan Monnier <monnier@cs.yale.edu>
7857
7858 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
7859 (diff-mode): Add support for add-log.el.
7860 (diff-hunk-text): Use char offsets rather than line offsets.
7861 (diff-find-source-location): Replace LINE with line-offset (nil
7862 if not found) and always set POS to a meaningful position.
7863 Adapt to the new char-offsets.
7864 (diff-apply-hunk): Drop support for the unused `select' POPUP.
7865 Adapt to the new diff-find-source-location.
7866 (diff-goto-source): Adapt to the new diff-find-source-location.
7867
7868 * add-log.el (add-log-file-name): New function (split out of
7869 add-change-log-entry).
7870 (add-change-log-entry): Use it.
7871 Call add-log-file-name-function with the changelog file name if
7872 the current buffer is not associated with any file.
7873 Avoid find-file if the selected window is dedicated.
7874
7875 * diff-mode.el (diff-find-source-location):
7876 Move code from diff-apply-hunk. Return buffer rather than file.
7877 (diff-apply-hunk): Use the new result from diff-find-source-location.
7878 (diff-goto-source): Use the new diff-find-source-location.
7879
7880 2000-09-20 Dave Love <fx@gnu.org>
7881
7882 * iswitchb.el: Some doc fixes.
7883 (iswitchb-mode-map): Define completely initially. Inherit
7884 minibuffer-local-map.
7885 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
7886 fundamental-mode.
7887 (iswitchb-global-map): New variable.
7888 (iswitchb-summaries-to-end): Amalgamate regexps.
7889 (iswitchb-mode): New.
7890 (iswitchb-mode-hook): New variable.
7891 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
7892 `extensions'.
7893
7894 2000-09-20 Gerd Moellmann <gerd@gnu.org>
7895
7896 * ehelp.el (electric-help): New defgroup.
7897 (electric-help-shrink-window): New user-option.
7898 (with-electric-help): Use it.
7899
7900 * window.el (shrink-window-if-larger-than-buffer): If face
7901 `mode-line' has a :box, and we're on a graphical frame, add 1
7902 to the needed window height.
7903
7904 * frame.el (frame-notice-user-settings): Add a last parameter nil
7905 to a call to `append', because the last list passed to `append' is
7906 not copied, and so subsequent calls to assq-delete-all will modify
7907 default-frame-alist.
7908
7909 * startup.el (fancy-splash-image): Change :type.
7910 (fancy-splash-head): Use an XBM image if appropriate.
7911 (command-line-1): Show splash screens in more cases.
7912
7913 * startup.el (fancy-splash-text): Don't quote faces.
7914
7915 * dired.el (dired-font-lock-keywords): Undo last change.
7916 (dired-readin): Bind indent-tabs-mode to nil.
7917
7918 * startup.el (fancy-splash-head): If frame's background mode
7919 is `dark', change the black background of the image to gray.
7920 (fancy-splash-screens): Display startup echo area message.
7921 (display-startup-echo-area-message): New function.
7922
7923 2000-09-20 Miles Bader <miles@lsi.nec.co.jp>
7924
7925 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
7926
7927 * info.el (info-header-node): Tweak for color ttys.
7928
7929 * faces.el (face-valid-attribute-values): Make sure directories we
7930 search for stipples both exist and are readable before trying to
7931 search them.
7932
7933 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
7934 in the dry-run case.
7935
7936 * jka-compr.el (with-auto-compression-mode): New macro.
7937
7938 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
7939 (custom-group-tag-face, custom-variable-tag-face): Use relative
7940 :height and inherit from `variable-pitch' face instead of
7941 hardwiring :family.
7942 * hi-lock.el (hi-black-hb): Likewise.
7943
7944 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
7945 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
7946 toolbar-add-item, if image doesn't have a mask add a `:mask
7947 heuristic'.
7948
7949 2000-09-19 Stefan Monnier <monnier@cs.yale.edu>
7950
7951 * diff-mode.el: Docstring fixes.
7952 (diff-header-face, diff-comment-face): New faces.
7953 (diff-font-lock-keywords): Highlight a bit differently.
7954 (diff-find-source-location): Don't return SPAN any more.
7955 (diff-hunk-text): Don't bother erasing the temp buffer.
7956 (diff-find-text): Drop argument LINE.
7957 (diff-apply-hunk): Update calls to diff-find-text.
7958 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
7959
7960 * calendar/calendar.el: Docstring fixes.
7961 (calendar-make-alist): Don't quote lambda.
7962 (calendar-star-date): Use make-local-variable.
7963
7964 2000-09-19 Dave Love <fx@gnu.org>
7965
7966 * toolbar/tool-bar.el: Renamed from toolbar.el.
7967 Change `toolbar' to `tool-bar' generally in symbols.
7968 Make some items invisible in `special' major modes.
7969 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
7970 Add arg PROPS.
7971
7972 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
7973 Add :version here.
7974 (fancy-splash-delay, fancy-splash-image): Remove :version here.
7975
7976 2000-09-19 Gerd Moellmann <gerd@gnu.org>
7977
7978 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
7979
7980 * files.el (find-file-suppress-same-file-warnings): New user-option.
7981 (find-file-noselect): Use it.
7982
7983 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
7984 (fancy-splash-screen): Defgroup.
7985
7986 * add-log.el (change-log-font-lock-keywords): Match names
7987 more exactly for the case that font-lock-constant-face is
7988 underlined.
7989
7990 2000-09-19 Richard M. Stallman <rms@gnu.org>
7991
7992 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
7993
7994 2000-09-19 Andre Spiegel <spiegel@gnu.org>
7995
7996 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
7997
7998 2000-09-19 Gerd Moellmann <gerd@gnu.org>
7999
8000 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
8001 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
8002 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
8003 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
8004 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
8005 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
8006 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
8007 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
8008 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
8009 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
8010 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
8011 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
8012
8013 * startup.el (fancy-splash-text): New variable.
8014 (fancy-splash-delay, fancy-splash-image): New user-options.
8015 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
8016 (fancy-splash-screens): New functions.
8017 (command-line-1): If display has a `display' frame parameter, has
8018 colors, and we have XPM support, show more fancy splash screens.
8019
8020 2000-09-19 Dave Love <fx@gnu.org>
8021
8022 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
8023 with null `help'. Use modern backquote syntax.
8024
8025 2000-09-19 Gerd Moellmann <gerd@gnu.org>
8026
8027 * font-lock.el (font-lock-mode): Change message telling the user
8028 that ``the buffer is too big''.
8029
8030 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
8031 for instance for the case that tab-width is 2.
8032
8033 2000-09-18 Gerd Moellmann <gerd@gnu.org>
8034
8035 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
8036 toolbar-add-item, if image doesn't have a mask add a `:mask
8037 heuristic'.
8038
8039 2000-09-18 Miles Bader <miles@lsi.nec.co.jp>
8040
8041 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
8042 and return a cons if it's non-nil.
8043 (diff-apply-hunk): Try to jump to the line in the source text
8044 corresponding to the position of point in the in the hunk.
8045
8046 * info.el (Info-title-3-face, Info-title-2-face)
8047 (Info-title-1-face): Use face inheritance and relative sizes
8048 instead of hard-wiring things.
8049
8050 * faces.el (secondary-selection): Make dark-background variant sane.
8051
8052 2000-09-16 Andrew Innes <andrewi@gnu.org>
8053
8054 * makefile.w32-in (compile-files-CMD): No need to make .elc files
8055 read-only, since they aren't under VC now.
8056
8057 2000-09-17 Dave Love <fx@gnu.org>
8058
8059 * tmm.el: Replace mapcar with mapc in several places.
8060
8061 * loadhist.el (unload-feature): Maybe call elp-restore-list and
8062 ad-unadvise.
8063
8064 * international/latin1-disp.el: New file.
8065
8066 * calendar/cal-move.el (scroll-calendar-left)
8067 (scroll-calendar-right): Make arg optional (for active mode line).
8068
8069 * calendar/calendar.el (calendar-mode-line-format): Make fields
8070 mouse-sensitive.
8071 (calendar-read-date, calendar-read-date, calendar-window-list):
8072 Unquote lambda.
8073 (calendar-month-name): Use aref, not sref.
8074
8075 * view.el (minor-mode-alist): Propertize the string.
8076
8077 * international/characters.el (standard-case-table): Add entries
8078 for Greek.
8079
8080 2000-09-18 Miles Bader <miles@gnu.org>
8081
8082 * info.el (info-node, info-xref): Add dark-background variants.
8083
8084 * faces.el (header-line): Change defaults to be less confusing
8085 when mixed with mode-lines.
8086
8087 * info.el (Info-fontify-node): Make a few cleanups.
8088 Add extra `help-echo' and `local-map' props to node xrefs.
8089 Use header-specific faces for node-names & xrefs.
8090 (Info-use-header-line): New variable.
8091 (info-header-xref, info-header-node): New faces.
8092 (Info-setup-header-line): New function.
8093 (Info-select-node): Call Info-setup-header-line when enabled.
8094 (Info-extract-pointer): Work even if the header line is hidden.
8095 (Info-header-line): New variable.
8096
8097 2000-09-16 Stefan Monnier <monnier@cs.yale.edu>
8098
8099 * vms-patch.el (print-region-function): Don't quote lambda.
8100
8101 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
8102
8103 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
8104 (lm-get-header-re): Allow spaces between the header and the colon.
8105 (lm-header): Allow $ in non-RCS headers.
8106 (lm-header-multiline): Put the strings back into order.
8107 Stop at an empty line. Don't require two space chars if the
8108 line is clearly not another header line.
8109
8110 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
8111 (popup-menu-popup): Remove.
8112
8113 2000-09-15 Gerd Moellmann <gerd@gnu.org>
8114
8115 * toolbar/toolbar.el (toolbar-add-item): Use the same image
8116 specification if or if not tool-bar item contains an `:enabled'
8117 property.
8118
8119 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
8120 current buffer has no file name.
8121
8122 2000-09-15 Dave Love <fx@gnu.org>
8123
8124 * strokes.el: Sync with maintainer's current version with changes
8125 for Emacs, but avoid runtime cl and levents.
8126 (toplevel): Change autoloads and compilation requires.
8127 (strokes-version, strokes-bug-address, strokes-lift): Values
8128 changed.
8129 (strokes-xpm-header, strokes-insinuated): New variable.
8130 (strokes): Add :link.
8131 (strokes-mode): Customized.
8132 (strokes-while-inhibiting-garbage-collector): New macro.
8133 (strokes-remassoc): Avoid remove-if.
8134 (strokes-fix-button2-command): Don't use ad-do-it.
8135 (strokes-insinuate): New function.
8136 (strokes-button-press-event-p, strokes-button-release-event-p):
8137 New functions, used instead of non-`strokes-' versions..
8138 (strokes-mouse-event-p): Rewritten.
8139 (strokes-event-closest-point): Avoid event-point.
8140 (strokes-get-grid-position): Avoid cdadr, caadr
8141 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
8142 functions.
8143 (strokes-help): Use with-output-to-temp-buffer.
8144 (strokes-window-configuration-changed-p): New function.
8145 (strokes-update-window-configuration): Use buffer-live-p,
8146 strokes-window-configuration-changed-p.
8147 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
8148 (strokes-char-face): New face.
8149 (strokes-char-table, strokes-base64-chars): New variable.
8150 (strokes-xpm-for-stroke, strokes-list-strokes)
8151 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
8152 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
8153 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
8154 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
8155 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
8156 functions.
8157
8158 2000-09-15 Gerd Moellmann <gerd@gnu.org>
8159
8160 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
8161
8162 * image.el (create-image): Doc fix.
8163
8164 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
8165 instead of `:heuristic-mask t'.
8166
8167 2000-09-14 Andrew Innes <andrewi@gnu.org>
8168
8169 * makefile.w32-in: Revert to Unix line endings.
8170
8171 2000-09-14 Andrew Innes <andrewi@gnu.org>
8172
8173 * makefile.w32-in: Add bootstrap support. Also copy lisp source
8174 when installing.
8175
8176 * makefile.nt (DONTCOMPILE): Fix typo.
8177
8178 * shell.el (shell-write-history-on-exit): New function.
8179 (shell-dumb-shell-regexp): New custom variable.
8180 (shell-mode): Make shell-write-history-on-exit the process
8181 sentinel if shell name matches shell-dumb-shell-regexp.
8182
8183 * w32-fns.el: Comment out before-init-hook function which resets
8184 source-directory based; this breaks bootstrap.
8185
8186 2000-09-14 Dave Love <fx@gnu.org>
8187
8188 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
8189 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
8190 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
8191 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
8192 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
8193 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
8194 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
8195 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
8196 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
8197
8198 * toolbar/toolbar.el: New.
8199
8200 * subdirs.el: Add toolbar.
8201
8202 2000-09-14 Gerd Moellmann <gerd@gnu.org>
8203
8204 * indent.el (indent-for-tab-command): Doc fix.
8205
8206 2000-09-14 Alex Schroeder <alex@gnu.org>
8207
8208 * ansi-color.el (ansi-colors): Doc change.
8209 (ansi-color-get-face): Simplified regexp.
8210 (ansi-color-faces-vector): Added more faces, doc change.
8211 (ansi-color-names-vector): Doc change.
8212 (ansi-color-regexp): Simplified regexp.
8213 (ansi-color-parameter-regexp): New regexp.
8214 (ansi-color-filter-apply): Doc change.
8215 (ansi-color-filter-region): Doc change.
8216 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
8217 deal with zero length parameters.
8218 (ansi-color-apply-on-region): Doc change.
8219 (ansi-color-map): Doc change.
8220 (ansi-color-map-update): Removed debugging message.
8221 (ansi-color-get-face-1): Added condition-case to trap
8222 args-out-of-range errors.
8223 (ansi-color-get-face): Doc change.
8224 (ansi-color-make-face): Removed.
8225 (ansi-color-for-shell-mode): New option.
8226
8227 2000-09-13 Kenichi Handa <handa@etl.go.jp>
8228
8229 * international/quail.el (quail-start-translation): Translate KEY
8230 if necessary even if it doesn't have any mapping in the current
8231 input method.
8232 (quail-start-conversion): Likewise.
8233 (quail-help): The output message is improved.
8234
8235 2000-09-13 Miles Bader <miles@gnu.org>
8236
8237 * comint.el (comint-output-filter): Revert to using
8238 `insert-before-markers'. Add bletcherous hack to undo damage
8239 caused by `insert-before-markers'. Put `front-sticky' property on
8240 overlays created here so that the field code understands how the
8241 overlay works. Use a let when making comint-last-prompt-overlay,
8242 so that the code is easier to read.
8243
8244 2000-09-13 Dave Love <fx@gnu.org>
8245
8246 * wid-edit.el (widget-default-format-handler): DTRT when
8247 doc-property is a function.
8248
8249 2000-09-12 Francesco Potorti` <pot@gnu.org>
8250
8251 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
8252 filed name if it's not there.
8253
8254 2000-09-12 Dave Love <fx@gnu.org>
8255
8256 * simple.el (read-mail-command): Doc fix.
8257 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
8258
8259 * vc.el (vc-dired-listing-switches): Fix :version.
8260
8261 * vc-hooks.el: Doc fixes.
8262
8263 * subr.el (add-minor-mode): Use toggle-fun arg.
8264
8265 * speedbar.el: Add :version to several defcustoms.
8266
8267 * imenu.el (imenu--truncate-items, imenu--cleanup)
8268 (imenu--generic-function): Avoid mapcar.
8269 (imenu--replace-spaces): Function removed.
8270 (imenu--completion-buffer): Use subst-char-in-string.
8271 (imenu-add-to-menubar): Use keymap inheritance.
8272
8273 2000-09-12 Miles Bader <miles@gnu.org>
8274
8275 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
8276 (diff-mode-map): Bind `diff-test-hunk'.
8277 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
8278
8279 2000-09-11 Gerd Moellmann <gerd@gnu.org>
8280
8281 * bytecomp.el (byte-compile-defvar): Undo last change
8282 because it breaks '(make-variable-buffer-local (defvar ...)'
8283 which is used at least in dired.
8284
8285 2000-09-12 Kenichi Handa <handa@etl.go.jp>
8286
8287 * international/quail.el (quail-define-package): Docstring
8288 modified.
8289
8290 2000-09-12 Kenichi Handa <handa@etl.go.jp>
8291
8292 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
8293 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
8294 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
8295 docstring of "chinese-py".
8296
8297 * international/quail.el (quail-translation-docstring): New
8298 variable.
8299 (quail-show-keyboard-layout): Docstring modified.
8300 (quail-select-current): Likewise.
8301 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
8302 infinite recursive call.
8303 (quail-help): Check quail-translation-docstring. Format of the
8304 output changed.
8305 (quail-help-insert-keymap-description): Adjusted for the above
8306 change.
8307
8308 2000-09-11 Gerd Moellmann <gerd@gnu.org>
8309
8310 * bytecomp.el (byte-compile-defvar): Only cons onto
8311 current-load-list in top-level forms. Else this leaks a cons cell
8312 every time a defun is called.
8313
8314 2000-09-11 Miles Bader <miles@lsi.nec.co.jp>
8315
8316 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
8317 Now understands non-unified diffs. Some functionality moved into
8318 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
8319 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
8320 modify anything. Only reposition point in the patched file if the
8321 patch succeeds. Only pop up another window if POPUP is true.
8322 Emit a message describing what happened if successful, and at what
8323 line-offset. Automatically detect reversed hunks and do something
8324 appropriate.
8325 (diff-hunk-text, diff-find-text): New functions.
8326 (diff-filter-lines): Function removed.
8327 (diff-test-hunk): New function.
8328 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
8329
8330 2000-09-10 Dave Love <fx@gnu.org>
8331
8332 * textmodes/tildify.el: Minor doc/commentary fixes.
8333 (tildify) <defgroup>: Add :version.
8334
8335 * faces.el (face-x-resources): Make custom type more specific.
8336 (frame-background-mode): Use mapc.
8337 (region) <defcustom>: Add :version.
8338
8339 2000-09-08 Stefan Monnier <monnier@cs.yale.edu>
8340
8341 * vc-sccs.el (vc-sccs-register):
8342 * vc-rcs.el (vc-rcs-register):
8343 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
8344 * vc.el (vc-register): Clear file's properties.
8345
8346 2000-09-08 Gerd Moellmann <gerd@gnu.org>
8347
8348 * faces.el (face-spec-set): Only face-spec-reset-face when
8349 ATTRS is non-nil.
8350
8351 2000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
8352
8353 * help.el (help-insert-xref-button): Fix a typo in doc string.
8354
8355 2000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
8356
8357 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
8358 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
8359 methods.
8360
8361 * menu-bar.el (read-mail-item-name): New function.
8362 (menu-bar-tools-menu): Use it to compute and display the package
8363 used to read email.
8364 (menu-bar-tools-menu): Fix typo in GUD's help string.
8365
8366 2000-09-07 Dave Love <fx@gnu.org>
8367
8368 * diff-mode.el (diff-mouse-goto-source): New function.
8369
8370 * vc-sccs.el: Doc fixes.
8371 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
8372
8373 * vc-rcs.el: Doc fixes.
8374 (vc-rcs-register-switches, vc-rcs-checkin-switches)
8375 (vc-rcs-checkout-switches, vc-rcs-header)
8376 (vc-rcs-master-templates): Add or change :version.
8377
8378 * vc-cvs.el: Doc fixes.
8379 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
8380 (vc-cvs-stay-local): Add :version.
8381
8382 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
8383
8384 2000-09-07 Kenichi Handa <handa@etl.go.jp>
8385
8386 * international/quail.el (quail-help): Fix previous change.
8387
8388 2000-09-07 Gerd Moellmann <gerd@gnu.org>
8389
8390 * faces.el (color-values): Doc fix.
8391
8392 * faces.el (frame-set-background-mode): Use frame-parameter
8393 instead of frame-parameters.
8394
8395 * frame.el (filtered-frame-list): Reduce consing.
8396 (frames-on-display-list): Call frame-parameter instead of
8397 frame-parameters.
8398
8399 2000-09-07 Kenichi Handa <handa@etl.go.jp>
8400
8401 * language/devan-util.el (devanagari-to-indian-region): In the
8402 loop, change the following char, not preceding char.
8403
8404 2000-09-07 Gerd Moellmann <gerd@gnu.org>
8405
8406 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
8407 instead of frame-parameters.
8408
8409 * faces.el (set-face-attribute): Simplify by calling
8410 internal-set-lisp-face-attribute with FRAME being 0.
8411
8412 * vc.el: Remove `Id' version control keyword.
8413
8414 2000-09-07 Kenichi Handa <handa@etl.go.jp>
8415
8416 * help.el (help-make-xrefs): Adjusted for the change of
8417 help-xref-mule-regexp.
8418 (help-insert-xref-button): New function.
8419
8420 * international/mule-cmds.el (help-xref-mule-regexp-template):
8421 Include the pattern for character set.
8422 (leim): New group.
8423
8424 * international/quail.el: Don't require face.
8425 (quail): New group.
8426 (quail-other-command): Dummy command to make quail-help work better.
8427 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
8428 (quail-keyboard-layout-substitution): New variable.
8429 (quail-update-keyboard-layout): New function.
8430 (quail-keyboard-layout-type): New customizable variable.
8431 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
8432 (quail-keyboard-translate): Pay attention to
8433 quail-keyboard-layout-substitution.
8434 (quail-insert-kbd-layout): New function.
8435 (quail-show-keyboard-layout): New function.
8436 (quail-get-translation): If the definition is a vector of length
8437 1, and the element is a string of length 1, return the character
8438 in that string.
8439 (quail-update-current-translations): Fix the case of
8440 relative-index out of range.
8441 (quail-build-decode-map, quail-insert-decode-map): New Functions.
8442 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
8443 Show key sequences for all available characters.
8444 (quail-help-insert-keymap-description): Don't show such verbose
8445 key bindings as quail-self-insert-command.
8446
8447 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
8448 Format changed, and each element now have extra documentations.
8449 (tit-process-header): Delete invalid characters from TIT-PROMPT.
8450 Adjusted for the change of quail-cxterm-package-ext-info.
8451
8452 2000-09-06 Gerd Moellmann <gerd@gnu.org>
8453
8454 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
8455 requiring it leads to a recursive loading of vc.el and vc-hooks.el
8456 during bootstrap.
8457
8458 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
8459
8460 * vc.el: (toplevel): Don't require `dired' at run-time.
8461 (vc-dired-resynch-file): Remove autoload cookie.
8462
8463 2000-09-05 Andre Spiegel <spiegel@gnu.org>
8464
8465 * vc.el: Made several backend functions optional.
8466 (vc-default-responsible-p): New function.
8467 (vc-merge): Use RET for first version to trigger merge-news, not
8468 prefix arg.
8469 (vc-annotate): Handle backends that do not support annotation.
8470 (vc-default-merge-news): Removed. The existence of a merge-news
8471 implementation is now checked on caller sites.
8472
8473 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
8474 case.
8475
8476 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
8477 special case that has been removed from the default in vc-hooks.el.
8478
8479 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
8480
8481 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
8482
8483 2000-09-05 Andre Spiegel <spiegel@gnu.org>
8484
8485 * vc-hooks.el: Require vc during compilation.
8486 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
8487 macro `with-vc-properties' in vc.el.
8488 (vc-file-getprop): Doc fix.
8489 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
8490
8491 * vc.el: Require dired-aux during compilation.
8492 (vc-name-assoc-file): Moved to vc-sccs.el.
8493 (with-vc-properties): New macro.
8494 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
8495 vc-finish-steal): Use it.
8496 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
8497 to the backend-specific function is now supposed to do the checkout,
8498 too.
8499 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
8500
8501 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
8502 set file properties; that gets done in the generic code now.
8503
8504 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
8505 Changed parameter list, added code from vc.el that does the
8506 checkout, possibly with a double-take.
8507
8508 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
8509 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
8510 the above under the new name.
8511 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
8512 parameter list, added checkout command.
8513 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
8514 properties; that gets done in the generic code now.
8515
8516 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
8517
8518 * vc.el: Docstring fixes (courtesy of checkdoc).
8519
8520 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
8521
8522 * vc.el (vc-checkout-writable-buffer-hook)
8523 (vc-checkout-writable-buffer): Remove.
8524 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
8525 (vc-log-mode): Make it into a clean derived major mode.
8526 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
8527 vc-log-mode if log-edit is not available.
8528 (vc-dired-mode-map): Don't set-keymap-parent yet.
8529 (vc-dired-mode): Do set-keymap-parent here.
8530 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
8531
8532 2000-09-05 Gerd Moellmann <gerd@gnu.org>
8533
8534 * faces.el (set-face-attribute, face-spec-reset-face)
8535 (face-spec-set): Avoid consing by removing calls to `apply'.
8536
8537 * frame.el (frame-parameter): Move to C code.
8538
8539 2000-09-05 Dave Love <fx@gnu.org>
8540
8541 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
8542 insert-before-markers-and-inherit. Now checked systematically!
8543
8544 2000-09-05 Alex Schroeder <alex@gnu.org>
8545
8546 * sql.el (sql-postgres): Use sql-postgres-options.
8547 (sql-postgres-options): New variable.
8548
8549 2000-09-05 Alex Schroeder <alex@gnu.org>
8550
8551 * sql.el (sql-mode-menu): Work around missing variable mark-active
8552 in XEmacs.
8553 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
8554 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
8555 compatibility.
8556
8557 2000-09-04 Gerd Moellmann <gerd@gnu.org>
8558
8559 * vc.el (vc-dired-resynch-file): Add autoload cookie.
8560
8561 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
8562
8563 * Makefile.in (DONTCOMPILE): Fix typo in file name.
8564
8565 2000-09-04 Andre Spiegel <spiegel@gnu.org>
8566
8567 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
8568 don't support anything else under SCCS yet.
8569
8570 * vc-hooks.el: Minor doc fixes.
8571
8572 2000-09-04 Andre Spiegel <spiegel@gnu.org>
8573
8574 * vc.el (vc-next-action-on-file): Do not visit the file if it's
8575 not necessary. If verbose in state `needs-patch', do the same as
8576 under `up-to-date'. When NOT verbose and `needs-patch', check out
8577 latest version instead of `merge-news'.
8578 (vc-next-action-dired): Don't mess with default-directory here; it
8579 breaks other parts of dired. It is the job of the
8580 backend-specific functions to adjust it temporarily if they need it.
8581 (vc-next-action): Remove a special CVS case.
8582 (vc-clear-headers): New optional arg FILE.
8583 (vc-checkin, vc-checkout): Set properties vc-state and
8584 vc-checkout-time properly.
8585 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
8586 (vc-print-log): Use new backend function `show-log-entry'.
8587 (vc-cancel-version): Do the checks in a different order. Added a
8588 FIXME concerning RCS-only code.
8589
8590 * vc-rcs.el (vc-rcs-show-log-entry): New function.
8591 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
8592
8593 * vc-cvs.el (vc-cvs-show-log-entry): New function.
8594
8595 * vc-hooks.el (vc-default-mode-line-string): Show state
8596 `needs-patch' as a `-' too.
8597
8598 2000-09-04 Andre Spiegel <spiegel@gnu.org>
8599
8600 * vc.el (vc-responsible-backend): New optional arg REGISTER.
8601 (vc-default-could-register): New function.
8602 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
8603 (vc-resynch-buffer): Call vc-dired-resynch-file.
8604 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
8605 vc-resynch-buffer instead of vc-resynch-window.
8606 (vc-next-action-dired): Don't redisplay here, that gets done as a
8607 result of the individual file operations.
8608 (vc-retrieve-snapshot): Corrected prompt order.
8609
8610 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
8611
8612 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
8613 as well.
8614 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
8615 hostname regexps. Updated all callers.
8616 (vc-cvs-responsible-p): Handle directories as well.
8617 (vc-cvs-could-register): New function.
8618 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
8619 properties up-to-date.
8620
8621 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
8622 user whether to create one.
8623
8624 2000-09-04 Andre Spiegel <spiegel@gnu.org>
8625
8626 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
8627 check out a non-existing file.
8628
8629 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
8630 workfile does not exist.
8631
8632 * vc.el (vc-version-diff): Use `require' to check for existence of
8633 diff-mode.
8634
8635 2000-09-04 Andre Spiegel <spiegel@gnu.org>
8636
8637 * vc-cvs.el (vc-cvs-registered): Use new function
8638 vc-cvs-parse-entry to do the actual work.
8639
8640 2000-09-04 Andre Spiegel <spiegel@gnu.org>
8641
8642 * vc-hooks.el (vc-find-backend-function): If function doesn't
8643 exist, return nil instead of error.
8644 (vc-call-backend): Doc fix.
8645
8646 * vc.el (vc-do-command): Doc fix.
8647 (vc-finish-logentry): When checking in from vc-dired, choose the
8648 right backend for logentry check.
8649 (vc-dired-mode-map): Inherit from dired-mode-map.
8650 (vc-dired-mode): Local value of dired-move-to-filename-regexp
8651 simplified.
8652 (vc-dired-state-info): Removed, updated caller.
8653 (vc-default-dired-state-info): Use parentheses instead of hyphens.
8654 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
8655 (vc-dired-listing-switches): New variable.
8656 (vc-directory): Use it, instead of dired-listing-switches.
8657
8658 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
8659 (vc-cvs-dir-state): New function.
8660 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
8661 (vc-cvs-parse-entry): New function, also to be used in
8662 vc-cvs-registered.
8663
8664 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8665
8666 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
8667 *or* single-window-frames.
8668
8669 2000-09-04 Andre Spiegel <spiegel@gnu.org>
8670
8671 * vc.el (vc-update-changelog): Split into generic part and default
8672 implementation. Doc string adapted.
8673 (vc-default-update-changelog): New function. Call the `rcs2log'
8674 script in exec-directory, to fix a long-standing nuisance.
8675
8676 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
8677 simply signals an error.
8678
8679 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8680
8681 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
8682 control-flow more clear and to avoid running `cvs' twice.
8683
8684 * vc.el (vc-next-action-on-file): Doc fix.
8685 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
8686 (vc-print-log): Eval `file' before constructing the continuation.
8687
8688 2000-09-04 Andre Spiegel <spiegel@gnu.org>
8689
8690 * vc.el (vc-next-action-on-file): Corrected several messages.
8691 (vc-merge): Add prefix arg `merge-news'; handle it.
8692
8693 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
8694 is not reached. It is.
8695 (vc-cvs-merge): Set state to 'edited after merge.
8696 (vc-cvs-merge-news): Set workfile version to nil if not known.
8697 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
8698
8699 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
8700 via stdout. (Merge from main line.)
8701
8702 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8703
8704 * vc.el (vc-finish-logentry): Thinko in the "same comment"
8705 detection.
8706
8707 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8708
8709 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
8710 against kill-all-local-variables.
8711 (vc-log-edit): Don't save vc-parent-buffer any more.
8712 (vc-last-comment-match): Initialize to an empty string.
8713 (vc-post-command-functions): New hook.
8714 (vc-do-command): Run it.
8715 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
8716 (vc-finish-logentry): Only add the comment to the ring if it's
8717 different from the last comment entered.
8718 (vc-new-comment-index): New function.
8719 (vc-previous-comment): Use it. Make the minibuffer message
8720 slightly less terse.
8721 (vc-comment-search-reverse): Make it work forward as well. Don't
8722 set vc-comment-ring-index if no match is found. Use
8723 vc-new-comment-index.
8724 (vc-comment-search-forward): Use vc-comment-search-reverse.
8725 (vc-dired-mode-map): Don't inherit from dired-mode-map since
8726 define-derived-mode will do it for us. Bind `v' to a keymap that
8727 inherits from vc-prefix-map so that we can bind `vt' without
8728 binding C-x v t.
8729 (vc-retrieve-snapshot): Parenthesis typo.
8730
8731 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
8732 to 1. Make sure to switch to *vc* before looking for an error
8733 message. Use vc-parse-buffer.
8734
8735 2000-09-04 Andre Spiegel <spiegel@gnu.org>
8736
8737 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
8738 and NAME.
8739 (vc-retrieve-snapshot): Split into two parts.
8740 (vc-default-retrieve-snapshot): New function.
8741
8742 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
8743 (vc-cvs-retrieve-snapshot): New function (untested).
8744 (vc-cvs-stay-local): Default to t.
8745 (vc-cvs-remote-p): New function and property.
8746 (vc-cvs-state): Stay local only if the above is t.
8747 (vc-handle-cvs): Removed.
8748 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
8749 done via vc-handled-backends now.
8750 (vc-cvs-header): Escape Id.
8751
8752 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8753
8754 * vc.el (vc-do-command): Remove unused commands.
8755 (vc-version-diff): Make sure default-directory ends with a slash.
8756 Move the window commands into a vc-exec-after.
8757 (vc-print-log): Move more of the code into the `vc-exec-after'.
8758
8759 2000-09-04 Andre Spiegel <spiegel@gnu.org>
8760
8761 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
8762 (vc-print-log): Search current revision from beginning of buffer.
8763 (vc-revert-buffer): Clear echo area after the diff is finished.
8764 (vc-prefix-map): Removed definition of "t" for terse display in vc
8765 dired.
8766 (vc-dired-mode-map): Inherit from dired-mode-map. Added
8767 definition of "vt" for terse display.
8768 (vc-dired-mode): Fix dired-move-to-filename-regexp.
8769
8770 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8771
8772 * vc.el (vc-exec-after): Avoid caddr.
8773
8774 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8775
8776 * vc.el (vc-exec-after): New function.
8777 (vc-do-command): Use it to add a termination message for async
8778 procs.
8779 (vc-checkout): Try to handle a missing-backend situation.
8780 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
8781 of a directory with a backend using async diffs.
8782 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
8783 present.
8784
8785 * vc-sccs.el (vc-sccs-state-heuristic): Use
8786 file-ownership-preserved-p.
8787
8788 * vc-rcs.el (vc-rcs-state-heuristic): Use
8789 file-ownership-preserved-p.
8790 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
8791
8792 2000-09-04 Andre Spiegel <spiegel@gnu.org>
8793
8794 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
8795 vc-do-command.
8796
8797 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
8798 when there are no changes.
8799
8800 2000-09-04 Andre Spiegel <spiegel@gnu.org>
8801
8802 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
8803
8804 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
8805
8806 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8807
8808 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
8809
8810 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
8811 the `fset' outside of the defvar so that it works even if
8812 vc-prefix-map was already defined.
8813 (vc-setup-buffer): New function, split out of vc-do-command.
8814 (vc-do-command): Allow BUFFER to be t to mean `just use the
8815 current buffer without any fuss'.
8816 (vc-version-diff): Change the `diff' backend operation to just put
8817 the diff in the current buffer without erasing it. Always use
8818 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
8819 shrink-window-if-larger-than-buffer.
8820 (vc-print-log): Change the `print-log' backend operation to just
8821 put the log in the current buffer without erasing it. Protect
8822 shrink-window-if-larger-than-buffer.
8823 (vc-update-change-log): Fix setd typo.
8824
8825 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
8826 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
8827
8828 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
8829 (vc-rcs-diff): Insert in the current buffer and remove unused arg
8830 CMP.
8831
8832 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
8833 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
8834 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
8835
8836 2000-09-04 Andre Spiegel <spiegel@gnu.org>
8837
8838 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
8839 not possible, use vc-BACKEND-workfile-unchanged-p.
8840 (vc-default-workfile-unchanged-p): New function. Delegates to a
8841 full vc-BACKEND-diff.
8842
8843 * vc-hooks.el (vc-simple-command): Removed.
8844
8845 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
8846 instead of vc-simple-command.
8847 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
8848 avoid doing a diff when opening a file.
8849 (vc-rcs-state): Added check for unlocked-changes.
8850 (vc-rcs-header): Escape Id.
8851 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
8852 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
8853 version.
8854
8855 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
8856 (vc-sccs-diff): Remove optional arg CMP.
8857 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
8858 SCCS-specific function.
8859
8860 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
8861 vc-simple-command.
8862
8863 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8864
8865 * vc.el (vc-editable-p): Renamed from vc-writable-p.
8866 (with-vc-file, vc-merge): Use vc-editable-p.
8867 (vc-do-command): Remove unused var vc-file and fix the
8868 doubly-defined `status' var. Add a user message when starting an
8869 async command.
8870 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
8871 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
8872 Use with-current-buffer.
8873 (vc-buffer-sync): Use unless.
8874 (vc-next-action-on-file): If the file is 'edited by read-only,
8875 make it read-write instead of trying to commit.
8876 (vc-version-diff, vc-update-change-log): Use `setq
8877 default-directory' rather than `cd'.
8878 (vc-log-edit): Don't forget to set default-directory in the
8879 buffer.
8880
8881 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
8882 (vc-sccs-state-heuristic): Use file-writable-p instead of
8883 comparing userids.
8884 (vc-sccs-checkout): Use `unless'.
8885
8886 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
8887 of comparing userids.
8888 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
8889 Simplify the logic by eliminating unreachable code.
8890 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
8891 just do a recursive call if we need to retry.
8892 (vc-rcs-checkout): Handle the case where rcs is missing by making
8893 the buffer read-write if requested and re-signalling the error.
8894
8895 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
8896
8897 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8898
8899 * vc-hooks.el (vc-handled-backends): Docstring change.
8900 (vc-ignore-vc-files): Mark obsolete.
8901 (vc-registered): Check vc-ignore-vc-files.
8902 (vc-find-file-hook, vc-file-not-found-hook): Don't check
8903 vc-ignore-vc-files.
8904
8905 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
8906
8907 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8908
8909 * vc.el (vc-checkout): Don't do anything special for ange-ftp
8910 files since ange-ftp already has vc-registered return nil.
8911
8912 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
8913 (vc-sccs-workfile-version): Use with-temp-buffer and new
8914 vc-parse-buffer and don't bother setting the property.
8915 (vc-sccs-add-triple): Use with-current-buffer and
8916 find-file-noselect.
8917 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
8918
8919 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
8920 derives from the old vc-parse-buffer but uses the revision number
8921 rather than the date (much easier to compare robustly).
8922 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
8923 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
8924 locking-user more directly. Check strict locking and set
8925 checkout-model appropriately.
8926 (vc-rcs-parse-locks): Remove.
8927 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
8928 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
8929 (vc-rcs-system-release): Use with-current-buffer and
8930 vc-parse-buffer.
8931 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
8932
8933 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
8934 (vc-simple-command): Docstring fix.
8935 (vc-registered): Align the way the file-handler is called with the
8936 way the function itself works.
8937 (vc-file-owner): Remove.
8938
8939 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
8940 extraction of fields and call to file-attributes because of a
8941 temporary bug in rcp.el.
8942 (vc-cvs-fetch-status): Use with-current-buffer.
8943
8944 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8945
8946 * vc.el (vc-do-command): Use file-relative-name.
8947 (vc-responsible-backend): Use vc-backend if possible.
8948 (vc-create-snapshot): Improve the `interactive' spec. Add support
8949 for branches and dispatch to backend-specific `create-snapshot'.
8950 (vc-default-create-snapshot): New function, containing the bulk of
8951 the old vc-create-snapshot.
8952 (vc-retrieve-snapshot): Improve the interactive spec.
8953
8954 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
8955 (vc-backend-hook-functions): Remove.
8956 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
8957 (vc-backend): Reintroduce the test for `file = nil' now that I
8958 know why it was there (and added a comment to better remember).
8959
8960 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
8961 code from vc-sccs-hooks.el.
8962 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
8963 'vc anymore.
8964 (vc-sccs-responsible-p): Use expand-file-name instead of concat
8965 and file-directory-p instead of file-exists-p.
8966 (vc-sccs-check-headers): Simplify the regexp.
8967
8968 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
8969 from vc-rcs-hooks.el. Don't require 'vc anymore.
8970 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
8971 file-directory-p instead of file-exists-p.
8972
8973 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
8974 from vc-cvs-hooks.el.
8975 (proto vc-cvs-registered): Require 'vc-cvs instead of
8976 'vc-cvs-hooks. Don't require 'vc anymore.
8977 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
8978 file-directory-p instead of file-exists-p.
8979 (vc-cvs-create-snapshot): New function, replacing
8980 vc-cvs-assign-name.
8981 (vc-cvs-assign-name): Remove.
8982
8983 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8984
8985 * vc-cvs.el (vc-cvs-header): New var.
8986
8987 * vc-rcs.el (vc-rcs-exists): Remove.
8988 (vc-rcs-header): New var.
8989
8990 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
8991 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
8992 (vc-sccs-header): New var.
8993
8994 * vc.el (vc-do-command): Get rid of the `last' argument.
8995 (vc-header-alist): Remove, replaced by vc-X-header.
8996 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
8997 (vc-dired-hook): Use expand-file-name instead of concat.
8998 (vc-directory): Use file-name-as-directory.
8999 (vc-snapshot-precondition, vc-create-snapshot)
9000 (vc-retrieve-snapshot): Allow the command to operate on any
9001 directory.
9002
9003 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
9004 just removing the 'WORKFILE argument or by removing the 'MASTER
9005 argument and replacing `file' with (vc-name file).
9006
9007 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9008
9009 * vc.el: Update Copyright and add a crude list of backend funs.
9010 (vc-writable-p): New function.
9011 (with-vc-file): Use vc-writable-p.
9012 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
9013 (vc-register): Avoid vc-name.
9014 (vc-locking-user): Remove.
9015 (vc-steal-lock): Make the `owner' arg non-optional.
9016 (vc-merge): Use vc-writable-p instead of vc-locking-user and
9017 vc-checkout-model.
9018 (vc-default-dired-state-info): Use vc-state instead of
9019 vc-locking-user and return special strings for special states.
9020 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
9021 and get rid of one of the special CVS cases.
9022 (vc-cancel-version): prettify error message with \\[...].
9023 (vc-rename-master): New function.
9024 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
9025 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
9026 the CVS special case generic.
9027 (vc-default-record-rename): Remove.
9028 (vc-file-tree-walk-internal): Only call FUNC for files that are
9029 under control of some VC backend and replace `concat' with
9030 expand-file-name.
9031 (vc-file-tree-walk): Update docstring.
9032 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
9033 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
9034
9035 * vc-sccs.el (vc-sccs-rename-file): Renamed from
9036 vc-sccs-record-rename. Use `find-file-noselect' rather than
9037 `find-file' and call `vc-rename-master' to do the actual move.
9038 (vc-sccs-diff): Remove unused `backend' variable.
9039
9040 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
9041 to delay loading of vc-sccs until it is really used.
9042 (vc-sccs-master-templates): Preload.
9043 (vc-sccs-state): Update call to vc-sccs-parse-locks.
9044 (vc-sccs-project-dir): Remove (merged into
9045 vc-sccs-search-project-dir).
9046 (vc-sccs-search-project-dir): Rewrite using file name handling ops
9047 rather than `concat', make sure it is preloaded and don't bother
9048 to check that the file actually exists.
9049 (vc-sccs-parse-locks): Remove unused `file' argument, remove
9050 `locks' argument (use buffer's content instead) and eliminate n^2
9051 behavior.
9052
9053 * vc-rcs.el: Update Copyright.
9054 (vc-rcs-rename-file): New function.
9055 (vc-rcs-diff): Remove unused `backend' variable.
9056
9057 * vc-hooks.el: Update Copyright.
9058 (vc-backend): Don't accept a nil argument any more.
9059 (vc-up-to-date-p): Turn into a defsubst.
9060 (vc-possible-master): New function.
9061 (vc-check-master-templates): Use `vc-possible-master' and allow
9062 funs in vc-X-master-templates to return a non-existent file.
9063
9064 * vc-cvs.el: Update Copyright.
9065 (vc-cvs-diff): Remove unused `backend' variable.
9066 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
9067
9068 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
9069
9070 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9071
9072 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
9073 since it can be called from vc-rcs.el.
9074 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
9075
9076 2000-09-04 Andre Spiegel <spiegel@gnu.org>
9077
9078 * vc.el (vc-version-diff): Expand file name read from the
9079 minibuffer. Handle the case when a previous version number can't
9080 be guessed. Give suitable messages when there were no differences
9081 found.
9082 (vc-clear-headers): Call backend-specific implementation, if one
9083 exists.
9084 (vc-cancel-version): Made error checks generic. When done, clear
9085 headers generically, too.
9086
9087 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
9088 from vc-clear-headers in vc.el.
9089
9090 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
9091 correctly.
9092 (vc-rcs-latest-on-branch-p): Made second argument VERSION
9093 optional. Handle the case when it's not there.
9094
9095 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9096
9097 * vc.el (vc-locking-user): Moved from vc-hooks.el.
9098
9099 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9100
9101 * vc-hooks.el (vc-loadup): Remove.
9102 (vc-find-backend-function): Use `require'. Also, handle the case
9103 where vc-BACKEND-hooks.el doesn't exist.
9104 (vc-call-backend): Cleanup.
9105
9106 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9107
9108 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
9109 vc-rcs-grab-templates)
9110 (vc-rcs-registered): Remove. The default function works as well.
9111 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
9112 vc-sccs-grab-templates)
9113 (vc-sccs-registered): Remove. The default function works as well.
9114
9115 * vc.el (vc-version-diff): Left out a vc- in call to
9116 vc-call-backend.
9117 (vc-default-dired-state-info, vc-default-record-rename)
9118 (vc-default-merge-news): Update for the new backend argument.
9119
9120 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
9121 using the default function.
9122 (vc-call-backend): If calling the default function, pass it the
9123 backend as first argument. Update the docstring accordingly.
9124 (vc-default-state-heuristic, vc-default-mode-line-string): Update
9125 for the new backend argument.
9126 (vc-make-backend-sym): Renamed from vc-make-backend-function.
9127 (vc-find-backend-function): Use the new name.
9128 (vc-default-registered): New function.
9129
9130 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9131
9132 * vc.el (vc-merge): Use vc-find-backend-function.
9133
9134 * vc-hooks.el (vc-backend-functions): Remove.
9135 (vc-loadup): Don't setup 'vc-functions.
9136 (vc-find-backend-function): New function.
9137 (vc-call-backend): Use above fun and populate 'vc-functions
9138 lazily.
9139 (vc-backend-defines): Remove.
9140
9141 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9142
9143 * vc.el (vc-register): Put a FIXME note for a newly found bug.
9144 Call vc-call-backend without the leading vc-.
9145 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
9146 (vc-check-headers): Call vc-call-backend without the leading vc-.
9147 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
9148 (vc-annotate-display): Replace confusing use of `cond' with `or'.
9149 Call vc-call-backend without the leading vc-.
9150
9151 * vc-cvs.el (tail): Provide vc-cvs.
9152 * vc-sccs.el (tail): Provide vc-sccs.
9153 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
9154
9155 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
9156 (vc-make-backend-function, vc-call): Pass names without leading
9157 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
9158 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
9159 (vc-call-backend): Always try to load vc-X-hooks.
9160 (vc-registered): Remove vc- in call to vc-call-backend.
9161
9162 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9163
9164 * vc.el (vc-process-filter): New function.
9165 (vc-do-command): Setup `vc-process-filter' for the async process.
9166 (vc-maybe-resolve-conflicts): New function to reduce
9167 code-duplication. Additionally, it puts the buffer in
9168 `smerge-mode' if applicable.
9169 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
9170 calling `merge-news'.
9171 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
9172 (vc-log-edit): New function. Replacement for `vc-log-mode' by
9173 interfacing to log-edit.el.
9174 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
9175 log-edit is available.
9176 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
9177
9178 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9179
9180 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
9181 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
9182 defvar and the initialization.
9183 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
9184
9185 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
9186 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
9187
9188 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
9189
9190 2000-09-04 Andre Spiegel <spiegel@gnu.org>
9191
9192 * vc.el (vc-file-clear-masterprops): Removed.
9193 (vc-checkin, vc-revert-buffer): Removed calls to the above.
9194 (vc-version-diff): Use buffer-size without argument.
9195 (vc-register): Heed vc-initial-comment.
9196
9197 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
9198 default branch.
9199
9200 * vc-rcs.el (vc-rcs-register): Parse command output to find master
9201 file name and workfile version.
9202 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
9203
9204 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
9205 vc-file-clear-masterprops.
9206
9207 * vc-sccs.el (vc-sccs-checkout): Removed call to
9208 vc-file-clear-masterprops. If writable, set vc-state to 'edited
9209 rather than user login name.
9210
9211
9212 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9213
9214 * vc.el (vc-workfile-unchanged-p): Remove unused argument
9215 `want-differences-if-changed' and simplify.
9216 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
9217 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
9218 output (which is invalid for async vc-diff) to decide whether to
9219 do the revert silently or not.
9220
9221 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9222
9223 * vc-hooks.el (vc-loadup): Load files quietly.
9224 (vc-call-backend): Oops, brain fart.
9225
9226 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9227
9228 * vc-cvs.el (vc-cvs-state): Typo.
9229 (vc-cvs-merge-news): Return the status code rather than the error msg.
9230
9231 2000-09-04 Andre Spiegel <spiegel@gnu.org>
9232
9233 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
9234 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
9235 vc-state or vc-up-to-date-p.
9236 (vc-merge): Use vc-backend-defines to check whether merging is
9237 possible. Set state to 'edited after successful merge.
9238
9239 * vc-hooks.el (vc-locking-user): If locked by the calling user,
9240 return that name. Redocumented.
9241
9242 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9243
9244 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
9245 new `vc-state' semantics.
9246 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
9247 'vc-locking-user to the current user.
9248 (vc-merge): Inline vc-backend-merge. Comment out code that I
9249 don't understand and hence can't adapt to the new `vc-state' and
9250 `vc-locking-user' semantics.
9251 (vc-backend-merge): Remove.
9252
9253 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
9254 rather than 'vc-locking-user.
9255
9256 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
9257
9258 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
9259 (vc-state): Don't use 'reserved any more. Just use the same
9260 convention as the one used for vc-<backend>-state where the
9261 locking user (as a string) is returned.
9262 (vc-locking-user): Update, based on the above convention. The
9263 'vc-locking-user property has disappeared.
9264 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
9265
9266 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
9267 with a heuristic one.
9268 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
9269 (vc-cvs-checkin): Do a trivial parse to set the state in case of
9270 error. That allows us to get to 'needs-merge even in the
9271 stay-local case. There's still no way to detect 'needs-patch in
9272 such a setup (or to force an update for that matter).
9273 (vc-cvs-logentry-check): Remove, the default works as well.
9274
9275 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9276
9277 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
9278
9279 * vc.el (vc-do-command): kill-all-local-variables, to reset any
9280 major-mode in which the buffer might have been put earlier. Use
9281 `remove' and `when'. Allow `okstatus' to be `async' and use
9282 `start-process' in this case.
9283 (vc-version-diff): Handle the case where the diff looks empty
9284 because of the use of an async process.
9285
9286 2000-09-04 Andre Spiegel <spiegel@gnu.org>
9287
9288 * vc.el (vc-next-action-on-file): Removed optional parameter
9289 `simple'. Recompute state unconditionally.
9290 (vc-default-toggle-read-only): Removed.
9291
9292 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
9293 (vc-toggle-read-only): Undid prev change.
9294
9295 * vc-cvs.el (vc-cvs-stay-local): Renamed from
9296 vc-cvs-simple-toggle. Redocumented.
9297 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
9298 (vc-cvs-toggle-read-only): Removed.
9299
9300 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9301
9302 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
9303 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
9304 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
9305 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
9306 still is. So maybe it should be removed.
9307 (vc-head-version, vc-find-binary): Remove.
9308 (vc-recompute-state): Move from vc-hooks.el.
9309 (vc-next-action-on-file): Add a `simple' argument to allow
9310 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
9311 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
9312 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
9313 (vc-dired-mode-map): Properly defvar it.
9314 (vc-print-log): Call log-view-mode if available.
9315 (small-temporary-file-directory): defvar instead of use boundp.
9316 (vc-merge-news): Moved to vc-cvs.el.
9317 (vc-default-merge-news): New function.
9318
9319 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
9320 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
9321 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
9322 unknown `vc-latest-version' function. It should probably refer to
9323 vc-workfile-version or somesuch, but it's very unclear to me and I
9324 don't have SCCS to test things.
9325
9326 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
9327 (vc-sccs-state-heuristic): Fix typo.
9328 (vc-sccs-workfile-unchanged-p): Add missing argument.
9329
9330 * vc-rcs.el: Require vc and vc-rcs-hooks.
9331 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
9332 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
9333 (vc-release-greater-or-equal-p): Move from vc.
9334 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
9335 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
9336 (vc-rcs-checkout): Add a missing `new-version' argument in the
9337 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
9338
9339 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
9340 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
9341 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
9342 than the apparently unbound `workfile-version'.
9343
9344 * vc-hooks.el (vc-master-templates): Def the obsolete var.
9345 (vc-file-prop-obarray): Use `make-vector'.
9346 (vc-backend-functions): Add new hookable functions
9347 vc-toggle-read-only, vc-record-rename and vc-merge-news.
9348 (vc-loadup): If neither backend nor default functions exist, use
9349 the backend function rather than nil.
9350 (vc-call-backend): If the function if not bound yet, try to load
9351 the non-hook file to see if it provides it.
9352 (vc-call): New macro plus use it wherever possible.
9353 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
9354 nor `vc-find-binary' since it's only called from
9355 vc-mistrust-permission which is only used once the backend is known.
9356 (vc-checkout-model): Fix parenthesis.
9357 (vc-recompute-state, vc-prefix-map): Move to vc.el.
9358
9359 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
9360 (vc-cvs-release, vc-cvs-system-release): Remove.
9361 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
9362 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
9363 status symbols.
9364 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
9365 (vc-cvs-toggle-read-only): First cut at a function to allow a
9366 cvs-status-free vc-toggle-read-only.
9367 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
9368 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
9369 vc-cvs-status. Also set vc-state rather than vc-locking-user.
9370 (vc-cvs-checkout): Modify access rights directly if the user
9371 requested not to use `cvs edit'. And refresh the mode line.
9372
9373 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
9374 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
9375
9376 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9377
9378 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
9379 workfile' that got lost when the code was extracted from vc.el.
9380 And merged the tail with the rest of the code (not possible in the
9381 old vc.el where the tail was shared among all backends). And
9382 explicitly set the state to 'edited if `writable' is set.
9383
9384 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
9385 (vc-cvs-state): Be careful to return the value from
9386 vc-cvs-parse-state.
9387 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
9388 property but return it instead. Also be careful to handle a nil
9389 or "" `rev' when workfile is non-nil (it was handled properly when
9390 workfile was nil).
9391
9392 * vc.el: Removed those pesky unnecessary `(function' quotes.
9393 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
9394 directly in the defvar.
9395 (vc-do-command): Bind inhibit-read-only so as to properly handle
9396 the case where the destination buffer has been made read-only.
9397 (vc-diff): Delegate to vc-version-diff in all cases.
9398 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
9399 (vc-annotate-mode-variables): Removed (code moved partly to
9400 defvars and partly to vc-annotate-add-menu).
9401 (vc-annotate-mode): Turned into a derived-mode.
9402 (vc-annotate-add-menu): Moved in code in
9403 vc-annotate-mode-variables.
9404 (vc-update-change-log): Use make-temp-file if available.
9405
9406 2000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
9407
9408 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
9409 `vc-checkout-model' updated to `vc-cvs-update-model'.
9410
9411 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9412
9413 * vc.el (vc-next-action-on-file): Added handling of state
9414 `unlocked-changes'.
9415 (vc-checkout-carefully): Is now practically obsolete, unless the
9416 above is too slow to be enabled unconditionally.
9417 (vc-update-change-log): Fixed typo.
9418
9419 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
9420
9421 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
9422 Now handles state `unlocked-changes'.
9423 (vc-sccs-workfile-unchanged-p): New function, to support the above.
9424
9425 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
9426
9427 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
9428 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
9429 `unlocked-changes'.
9430 (vc-rcs-workfile-unchanged-p): Renamed from
9431 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
9432 function yet, but supposed to become one soon.
9433
9434 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
9435 `vc-steal-lock'.
9436 (vc-call-backend): Changed error message.
9437 (vc-state): Added description of state `unlocked-changes'.
9438
9439 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9440
9441 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
9442 always return t in CVS-controlled directories.
9443
9444 * vc.el (vc-responsible-backend): New function.
9445 (vc-register): Largely rewritten.
9446 (vc-admin): Removed (implementation moved into vc-register).
9447 (vc-checkin): Redocumented.
9448 (vc-finish-logentry): If no backend defined yet (because we are in
9449 the process of registering), use the responsible backend.
9450
9451 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
9452 Updated function lists.
9453 (vc-call-backend): Fixed typo.
9454
9455 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
9456 New functions.
9457 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
9458 Removed query option. Redocumented.
9459
9460 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9461
9462 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
9463
9464 * vc.el: Updated callers of `vc-checkout-required' to use
9465 `vc-checkout-model'.
9466
9467 2000-09-04 Martin Lorentzson <martinl@gnu.org>
9468
9469 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
9470 stuff updated to reference this function instead of the old
9471 `vc-backend-release-p'.
9472
9473 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9474
9475 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
9476 vc-checkout-model. Return appropriate values. Updated callers.
9477
9478 2000-09-04 Martin Lorentzson <martinl@gnu.org>
9479
9480 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
9481 (vc-backend-revert): Function moved into `vc-revert';
9482 `vc-next-action' must be updated to accomodate this change.
9483 (vc-backend-steal): Function moved into `vc-finish-steal'.
9484 (vc-backend-logentry-check): Function moved into
9485 `vc-finish-logentry'.
9486 (vc-backend-printlog): Function moved into `vc-print-log'.
9487 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
9488 (vc-backend-assign-name): Function moved into
9489 `vc-create-snapshot'.
9490
9491 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9492
9493 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
9494 Rename to vc-checkout-model. Return appropriate values.
9495 Update callers.
9496
9497 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
9498 to vc-checkout-model.
9499 (vc-checkout-required): Rename to vc-checkout-model.
9500 Re-implement and re-comment.
9501 (vc-after-save): Use vc-checkout-model.
9502
9503 2000-09-04 Martin Lorentzson <martinl@gnu.org>
9504
9505 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
9506 Update to use the vc-BACKEND-diff functions instead.
9507 `vc-diff' is now working.
9508
9509 * vc-rcs.el (vc-rcs-logentry-check): New function.
9510
9511 * vc-cvs.el (vc-cvs-logentry-check): New function.
9512
9513 * vc-sccs.el (vc-sccs-diff): Function changed name from
9514 `vc-backend-diff'. This makes `vc-diff' work.
9515
9516 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
9517 of functions possibly implemented in a vc-BACKEND library.
9518 (vc-checkout-required): Fix bug that caused an error to be
9519 signaled during `vc-after-save'.
9520
9521 * vc.el: Fix typo.
9522 This checkin is made with our new VC code base for the very first time.
9523 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
9524
9525 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
9526 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
9527
9528 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
9529 updated to `vc-uses-locking'.
9530 (vc-checkout-required): Call to backend function.
9531 `vc-checkout-required' updated to `vc-uses-locking' instead.
9532
9533 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
9534 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
9535
9536 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
9537 to match the split into various backends.
9538 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
9539 (vc-retrieve-snapshot): Bug fix.
9540
9541 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9542
9543 * vc-sccs.el (vc-sccs-release): Doc fix.
9544
9545 2000-09-04 Martin Lorentzson <martinl@gnu.org>
9546
9547 * vc.el (vc-next-action-on-file): Bug found and fixed.
9548 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
9549 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
9550
9551 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
9552 (vc-rcs-checkout): Name space cleaned up. No more revision number
9553 crunching function names that are not prefixed with vc-rcs.
9554 (vc-rcs-checkout-model): Function added. References to
9555 `vc-checkout-model' replaced.
9556
9557 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9558
9559 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
9560 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
9561 still need to be split, and implemented for RCS).
9562
9563 2000-09-04 Martin Lorentzson <martinl@gnu.org>
9564
9565 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
9566
9567 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
9568 required by the vc.el file.
9569
9570 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
9571 required by the vc.el file.
9572 (vc-rcs-exists): Function added.
9573
9574 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
9575 required by the vc.el file.
9576
9577 * vc.el (vc-admin): Updated to handle selection of appropriate
9578 backend. Current implementation is crufty and need re-thinking.
9579
9580 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
9581
9582 2000-09-04 Martin Lorentzson <martinl@gnu.org>
9583
9584 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
9585 beginning of annotate buffers correctly.
9586
9587 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
9588 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
9589 functionality updated quite a lot to support multiple backends.
9590 Variables `vc-annotate-mode', `vc-annotate-buffers',
9591 `vc-annotate-backend' added.
9592
9593 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
9594 `vc-annotate-difference' added to supported backend functions.
9595
9596 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9597
9598 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
9599 Use with-temp-file instead of /bin/sh. Merged from mainline
9600
9601 2000-09-04 Martin Lorentzson <martinl@gnu.org>
9602
9603 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
9604
9605 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
9606
9607 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
9608
9609 2000-09-04 Martin Lorentzson <martinl@gnu.org>
9610
9611 * vc-hooks.el: vc-state-heuristic added to
9612 vc-backend-hook-functions.
9613
9614 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
9615
9616 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
9617
9618 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
9619 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
9620 state to `reserved'.
9621
9622 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
9623 `vc-checkout-required'. Rename the `locked' state to `reserved'.
9624
9625 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9626
9627 * vc-rcs-hooks.el: Implement new state model. Hardly anything
9628 untouched.
9629
9630 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
9631
9632 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
9633 if defined. (Merged from main line, slightly adapted.)
9634
9635 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
9636 millenium problem (merged from mainline).
9637
9638 2000-09-04 Martin Lorentzson <martinl@gnu.org>
9639
9640 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
9641 part and moved the non-BACKEND stuff to vc.el.
9642
9643 * vc.el: Split the annotate feature into a BACKEND specific part
9644 and moved it from the vc-cvs.el file to this one.
9645
9646 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9647
9648 * vc-hooks.el: Implement new state model.
9649 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
9650 (vc-locking-user): Simplify. Now only needed if the file is
9651 locked by somebody else.
9652 (vc-lock-from-permissions): Remove. Functionality is in
9653 vc-sccs-hooks.el and vc-rcs-hooks.el now.
9654 (vc-mode-line-string): New name for former vc-status. Adapted.
9655 (vc-mode-line): Adapt to use the above. Remove optional parameter.
9656
9657 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
9658 Various simplifications and adaptations all over the place.
9659
9660 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
9661 Simplify and adapt the rest.
9662
9663 * vc.el (vc-resynch-window): Add TODO comment: check for
9664 interaction with view mode according to recent RCS change.
9665 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
9666
9667 2000-09-04 Martin Lorentzson <martinl@gnu.org>
9668
9669 * vc.el: Convert the remaining function comments to docstrings.
9670
9671 2000-09-04 Martin Lorentzson <martinl@gnu.org>
9672
9673 * vc.el (vc-backend-release, vc-release-greater-or-equal)
9674 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
9675 (vc-minor-part, vc-previous-version): Functions that operate and
9676 compare revision numbers got proper documentation. Comments added
9677 about their possible removal.
9678
9679 2000-09-04 Martin Lorentzson <martinl@gnu.org>
9680
9681 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
9682 the vc-backend.el files.
9683
9684 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
9685
9686 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
9687 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
9688 (vc-rcs-previous-version): Functions added.
9689
9690 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
9691
9692 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
9693
9694 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9695
9696 * vc-hooks.el (vc-master-templates): Is really obsolete.
9697 Comment out the definition for now. What is the right procedure
9698 to get rid of it?
9699 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
9700 rewritten.
9701 (vc-default-registered): Remove.
9702 (vc-check-master-templates): New function; does mostly what the
9703 above did before.
9704 (vc-locking-user): Don't rely on the backend to set the property.
9705
9706 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
9707 Rewrite documentation.
9708 (vc-rcs-templates-grabbed): New variable.
9709 (vc-rcs-grab-templates): New function.
9710 (vc-rcs-registered): Rewrite to use above mechanism.
9711
9712 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
9713 Rewrite documentation.
9714 (vc-sccs-templates-grabbed): New variable.
9715 (vc-sccs-grab-templates): New function.
9716 (vc-sccs-registered): Rewrite to use above mechanism.
9717 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
9718 Don't throw the result, simply return it.
9719
9720 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
9721 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
9722 (vc-cvs-registered): Does the check itself now. Simplify.
9723
9724 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
9725 from main line.
9726
9727 2000-09-04 Martin Lorentzson <martinl@gnu.org>
9728
9729 * vc-cvs.el (vc-cvs-diff): New function.
9730
9731 * vc-sccs.el (vc-sccs-diff): New function.
9732
9733 * vc-rcs.el (vc-rcs-diff): New function.
9734 (vc-rcs-checkout): Bug (typo) found and fixed.
9735 (vc-rcs-register-switches): New variable.
9736
9737 * vc.el (vc-backend-diff): Function removed and placed in the
9738 backend files.
9739
9740 2000-09-04 Martin Lorentzson <martinl@gnu.org>
9741
9742 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
9743
9744 * vc.el (vc-backend-checkout): Function removed and replaced in
9745 the vc-backend.el files.
9746
9747 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
9748
9749 * vc.el (vc-backend-admin): Removed and replaced in the
9750 vc-backend.el files.
9751
9752 * vc.el (Martin): Removed all the annotate functionality since it
9753 is CVS backend specific.
9754
9755 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9756
9757 * spec.txt: Added specification of vc-state.
9758
9759 * vc-sccs-hooks.el (vc-sccs-master-properties):
9760 Remove handling of vc-latest-version and
9761 vc-your-latest-version. What used to be vc-latest-version, is now
9762 returned as vc-workfile-version.
9763 (vc-sccs-workfile-version): Adapt.
9764
9765 2000-09-04 Dave Love <fx@gnu.org>
9766
9767 * vc.el: [Merged from mainline.]
9768 (vc-dired-mode): Make the dired-move-to-filename-regexp
9769 regexp match the date, to avoid treating date as file size.
9770 Add YYYY S option to WESTERN/
9771
9772 2000-09-04 Dave Love <fx@gnu.org>
9773
9774 * vc.el: Require `compile' when compiling.
9775 (vc-logentry-check-hook): New option.
9776 (vc-steal-lock): Use compose-mail.
9777 (vc-dired-mode-map): Defvar when compiling.
9778 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
9779 vc-sccs.el and renamed. Callers changed.
9780 (vc-backend-checkout, vc-backend-logentry-check)
9781 (vc-backend-merge-news): Doc fix.
9782 (vc-default-logentry-check): New function.
9783 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
9784 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
9785 (vc-backend-merge): Doc fix. Use backend functions.
9786 (vc-check-headers): Use backend functions.
9787
9788 * vc-cvs.el: Require vc when compiling.
9789 (vc-cvs-register-switches): Doc fix.
9790 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
9791 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
9792 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
9793 New functions (code from vc.el).
9794 (vc-annotate-display-default): Fix interactive spec.
9795 (vc-annotate-time-span): Doc fix.
9796
9797 * vc-rcs.el: Require vc when compiling.
9798 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
9799 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
9800 (vc-rcs-checkin): New functions (code from vc.el).
9801 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
9802 Doc fix.
9803 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
9804
9805 * vc-sccs.el: Require vc when compiling.
9806 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
9807 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
9808 (vc-sccs-revert)
9809 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
9810 from vc.el).
9811 (vc-sccs-add-triple, vc-sccs-record-rename)
9812 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
9813 (vc-sccs-admin): Doc fix.
9814
9815 2000-09-04 Martin Lorentzson <martinl@gnu.org>
9816
9817 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
9818 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
9819 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
9820 from vc.el.
9821
9822 * vc-sccs.el (vc-admin-sccs): Added from vc.el
9823
9824 * vc-cvs.el: Moved the annotate functionality from vc.el.
9825 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
9826
9827 2000-09-04 Dave Love <fx@gnu.org>
9828
9829 * vc.el (vc-backend-release): Call vc-system-release.
9830
9831 * vc-sccs.el (vc-sccs-system-release):
9832 Renamed from vc-sccs-backend-release.
9833
9834 * vc-rcs.el (vc-rcs-system-release):
9835 Renamed from vc-rcs-backend-release.
9836
9837 * vc-cvs.el (vc-cvs-system-release):
9838 Renamed from vc-cvs-backend-release.
9839
9840 2000-09-04 Dave Love <fx@gnu.org>
9841
9842 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
9843 backend files.
9844 (vc-backend-release): Dispatch to backend functions.
9845 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
9846 probably needs attention.]
9847
9848 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
9849 (vc-sccs-backend-release): New function.
9850
9851 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
9852 (vc-cvs-backend-release): New function.
9853
9854 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
9855 Doc fix.
9856 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
9857 (vc-default-dired-state-info): New function.
9858 (vc-dired-state-info): Dispatch to backends.
9859 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
9860
9861 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
9862 from vc.el and renamed.
9863
9864 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9865
9866 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
9867 (vc-version-other-window, vc-backend-assign-name): Removed
9868 references to vc-latest-version; sometimes changed into
9869 vc-workfile-version.
9870
9871 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
9872 vc-rcs-master-workfile-version.
9873 (vc-rcs-workfile-version): Use the above. Don't call
9874 vc-latest-version (that was unreachable code, anyway).
9875 (vc-rcs-fetch-master-properties): Doc fix.
9876
9877 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
9878 (vc-backend-hook-functions): Removed them from this list, too.
9879 (vc-fetch-properties): Removed.
9880 (vc-workfile-version): Doc fix.
9881
9882 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
9883 (vc-rcs-workfile-version, vc-rcs-locking-user)
9884 (vc-rcs-uses-locking): Use it.
9885
9886 * vc-hooks.el (vc-consult-rcs-headers):
9887 Moved into vc-rcs-hooks.el, under the name
9888 vc-rcs-consult-headers.
9889
9890 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
9891 headers.
9892 (vc-cvs-find-master): Use this name only; correct different
9893 versions of the name.
9894
9895 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
9896 New functions.
9897 (vc-sccs-locking-user): Use the latter.
9898
9899 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
9900 New functions.
9901
9902 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
9903 Moved into both
9904 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
9905 functions are implementation details of those two backends.
9906
9907 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9908
9909 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
9910 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
9911
9912 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
9913 (vc-sccs-parse-locks): SCCS-specific code moved here from
9914 vc-hooks.
9915
9916 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
9917 code moved here from vc-hooks.
9918
9919 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
9920 into back-end specific parts and removed. Callers not updated
9921 yet; because I guess these callers will disappear into back-end
9922 specific files anyway.
9923
9924 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9925
9926 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
9927 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
9928 `vc-uses-locking'.
9929
9930 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
9931 Store yes/no in the property, and return t/nil. Updated all
9932 callers.
9933
9934 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
9935 vc-sccs-uses-locking. Don't set property.
9936 (vc-sccs-locking-user): Don't set property.
9937
9938 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
9939 vc-cvs-uses-locking. Don't set property here; leave that to
9940 vc-hooks.
9941 (vc-cvs-locking-user): Reflect above change. Streamlined.
9942
9943 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
9944 vc-rcs-uses-locking.
9945 (vc-rcs-locking-user): Reflect above change.
9946
9947 2000-09-04 Dave Love <fx@gnu.org>
9948
9949 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
9950
9951 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
9952
9953 * vc-hooks.el (vc-checkout-model): Punt to backends.
9954
9955 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
9956
9957 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
9958
9959 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
9960 New functions.
9961
9962 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
9963 New functions.
9964
9965 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
9966 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
9967
9968 * vc-hooks.el (vc-default-locking-user): New function.
9969 (vc-locking-user, vc-workfile-version): Punt to backends.
9970
9971 2000-09-04 Dave Love <fx@gnu.org>
9972
9973 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
9974 (vc-master-workfile-version): Moved from vc-hooks.
9975
9976 * vc-rcs-hooks.el: Fix duplicate code in last change.
9977
9978 * vc-rcs-hooks.el: Require vc-hooks when compiling.
9979 (vc-rcs-master-templates): Improve :type.
9980 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
9981 vc-master-workfile-version): Moved from vc-hooks.
9982
9983 * vc-sccs-hooks.el: Require vc-hooks when compiling.
9984 (vc-sccs-master-templates): Improve :type.
9985 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
9986
9987 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
9988
9989 * vc-cvs-hooks.el: Require vc-hooks when compiling.
9990 (vc-cvs-master-templates): Improve :type. Use
9991 vc-cvs-find-cvs-master.
9992 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
9993 from vc-hooks.
9994 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
9995
9996 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
9997 Moved to vc-cvs-hooks.
9998
9999 * vc-hooks.el: Add doc strings in various places. Simplify the
10000 minor mode setup.
10001 (vc-handled-backends): New user variable.
10002 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
10003 simplification.
10004
10005 2000-09-04 Dave Love <fx@gnu.org>
10006
10007 * vc.el: Some doc fixes for autoloaded and interactive functions.
10008 Fix compilation warnings from ediff stuff.
10009 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
10010
10011 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
10012
10013 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
10014
10015 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
10016
10017 2000-09-04 Dave Love <fx@gnu.org>
10018
10019 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
10020 New variable.
10021 (vc-make-backend-function, vc-loadup, vc-call-backend)
10022 (vc-backend-defines): New functions.
10023
10024 * vc-hooks.el: Various doc fixes.
10025 (vc-default-back-end, vc-follow-symlinks): Custom fix.
10026 (vc-match-substring): Function removed. Callers changed to use
10027 match-string.
10028 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
10029 Simplify.
10030
10031 2000-09-04 Dave Love <fx@gnu.org>
10032
10033 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
10034 type.
10035 (vc-sccs-project-dir, vc-search-sccs-project-dir)
10036 (vc-sccs-registered): Doc fix.
10037
10038 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
10039 (vc-cvs-registered): Doc fix.
10040
10041 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
10042 (vc-rcs-registered): Doc fix.
10043
10044 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10045
10046 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
10047
10048 * vc-hooks.el: vc-registered has been renamed
10049 vc-default-registered. Some functions have been moved to the
10050 backend specific files. they all support the
10051 vc-BACKEND-registered functions.
10052
10053 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10054
10055 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
10056
10057 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
10058
10059 2000-09-04 Dave Love <fx@gnu.org>
10060
10061 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
10062 menu-bar-update-hook.
10063
10064 * help.el (help-manyarg-func-alist): Add
10065 find-operation-coding-system.
10066
10067 * wid-edit.el (widget-sexp-validate): Fix garbled code.
10068
10069 * custom.el (custom-set-variables): Print message about errors in
10070 setting.
10071
10072 2000-09-03 Andrew Innes <andrewi@gnu.org>
10073
10074 * makefile.w32-in: Change to DOS line endings.
10075
10076 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
10077
10078 * mouse.el (mouse-popup-menubar): Supply the prompt string for
10079 minor-mode keymaps, if they don't have one.
10080
10081 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
10082
10083 * eshell/esh-module.el (eval-when-compile): Don't lose if
10084 esh-module.el's file name is truncated to DOS 8+3 limits.
10085
10086 2000-09-01 John Wiegley <johnw@gnu.org>
10087
10088 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
10089 predicate, which caused entries in the completion list to be
10090 doubled.
10091
10092 2000-08-30 John Wiegley <johnw@gnu.org>
10093
10094 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
10095 sending to subprocesses. Also, hook pre-command-hook if
10096 `eshell-send-direct-to-subprocesses' is non-nil.
10097 (eshell-send-direct-to-subprocesses): New config variable. If t,
10098 subprocess input is send immediately.
10099 (eshell-toggle-direct-send): New function.
10100 (eshell-self-insert-command): New function.
10101 (eshell-intercept-commands): New function.
10102 (eshell-send-input): If direct subprocess sending is enabled,
10103 don't echo any input to the Eshell buffer. Let the subprocess
10104 handle that. This requires "stty echo" in bash, for example.
10105
10106 2000-08-28 John Wiegley <johnw@gnu.org>
10107
10108 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
10109 completion function for Eshell's implementation of `unset'.
10110
10111 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
10112
10113 * info.el (Info-directory-list): Doc fix.
10114
10115 2000-08-31 Peter Breton <pbreton@ne.mediaone.net>
10116
10117 * filecache.el (file-cache-add-directory-using-find): Don't quote
10118 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
10119
10120 2000-08-31 Kenichi Handa <handa@etl.go.jp>
10121
10122 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
10123 coding systems.
10124
10125 2000-08-30 Andrew Innes <andrewi@gnu.org>
10126
10127 * timer.el (run-with-idle-timer): Undo last change, so that timer
10128 is not activated immediately if Emacs is already idle. Some
10129 existing code relies on this behaviour.
10130
10131 2000-08-30 Miles Bader <miles@gnu.org>
10132
10133 * frame.el (set-frame-font): Do completion of font-name for
10134 interactive use.
10135
10136 2000-08-30 Kenichi Handa <handa@etl.go.jp>
10137
10138 * international/quail.el (quail-start-translation): Bind locally
10139 last-command-event, last-command, and this-command.
10140 (quail-start-conversion): Likewise.
10141 (quail-self-insert-command): Fix docstring.
10142
10143 2000-08-29 Gerd Moellmann <gerd@gnu.org>
10144
10145 * progmodes/executable.el
10146 (executable-make-buffer-file-executable-if-script-p): Check that
10147 buffer contains at least 2 characters.
10148
10149 2000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
10150
10151 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
10152
10153 2000-08-29 Dave Love <fx@gnu.org>
10154
10155 * diff-mode.el (diff-mode) <defgroup>: Add :version.
10156 (diff-mode-shared-map): Bind mouse-2.
10157 (diff-imenu-generic-expression): New variable.
10158 (diff-mode): Use it.
10159
10160 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
10161 (mouse-popup-menubar): Add minor mode menus.
10162 (popup-menu): Check for lookup-key returning number.
10163
10164 2000-08-29 Miles Bader <miles@gnu.org>
10165
10166 * comint.el (comint-send-input): Create overlays using the proper
10167 front/read-advance arguments.
10168
10169 2000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10170
10171 * ps-print.el: Even/odd pages printing. Doc fix.
10172 (ps-print-version): New version number (6.0).
10173 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
10174 (ps-background, ps-begin-file, ps-begin-job): Code fix.
10175 (ps-print-duplex-feature): Variable eliminated.
10176 (ps-even-or-odd-pages): New variable.
10177
10178 * progmodes/ebnf2ps.el: Doc fix.
10179 (ebnf-version): New version (3.3).
10180 (ebnf-user-arrow): Change variable customization to sexp.
10181 (ebnf-user-arrow): Function eliminated.
10182 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
10183
10184 2000-08-29 Kenichi Handa <handa@etl.go.jp>
10185
10186 * help.el (help-xref-mule-regexp): New variable.
10187 (help-make-xrefs): Handle help-xref-mule-regexp.
10188
10189 * international/mule-cmds.el (help-xref-mule-regexp-template): New
10190 variable.
10191 (describe-input-method): Temporarily activate the specfied input
10192 method to display the information.
10193 (describe-language-environment): Hyperlinks to mule related items.
10194
10195 * international/mule-diag.el (charset-multibyte-form-string): New
10196 function.
10197 (list-character-sets-1): Use charset-multibyte-form-string.
10198 (describe-character-set): New function.
10199 (describe-coding-system): Hyperlinks to safe character sets.
10200
10201 * international/quail.el (quail-help): New arg PACKAGE.
10202 Hyperlinks to mule related items.
10203 (quail-help-insert-keymap-description): Use
10204 substitute-command-keys instead of describe-bindings.
10205 (quail-translation-help): Hyperlinks to mule related items.
10206
10207 2000-08-28 John Wiegley <johnw@gnu.org>
10208
10209 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
10210 have a defsubst call itself. Made `eshell-flatten-list' back into
10211 a function again.
10212
10213 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
10214 catch, in case re-centering point at bottom messes up the display.
10215 This happens frequently in Emacs 21, due I believe to variable
10216 line heights.
10217
10218 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
10219 to call `find-tag-interactive'.
10220
10221 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
10222 the list of remember directories.
10223
10224 2000-08-28 John Wiegley <johnw@gnu.org>
10225
10226 * align.el: Test align-region-separate to see if it's a symbol.
10227
10228 2000-08-28 John Wiegley <johnw@gnu.org>
10229
10230 * eshell/esh-util.el (eshell-flatten-list): Made this function
10231 into a defsubst form. It gets used very frequently, although
10232 calls don't occur all that often.
10233
10234 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
10235 examining it.
10236
10237 * eshell/esh-cmd.el (eshell-rewrite-while-command):
10238 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
10239 `eshell-protect'.
10240 (eshell-copy-handles): Created a new macro for duplicating the
10241 current set of open handles. This is needed by the looping
10242 functions.
10243 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
10244 is not incorrectly stomped on.
10245
10246 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
10247 declaration for pcomplete-use-paring.
10248 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
10249 value of eshell-cmpl-use-paring.
10250 * pcomplete.el (pcomplete-use-paring): New config variable, to
10251 indicate whether paring should be used.
10252 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
10253 completion alternatives that have already been used.
10254
10255 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
10256 bound to C-c C-y, which will repeat the previous N arguments
10257 (based on prefix argument).
10258 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
10259
10260 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
10261 if there is no *Help* buffer. This is for XEmacs, which renames
10262 its help buffers uniquely. TODO: Find out what the current buffer
10263 name to delete is.
10264
10265 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
10266 first entry that correlates to a passwd/group number. Later
10267 entries (used for group/user name aliasing to multiple IDs) are
10268 ignored.
10269
10270 * eshell/em-xtra.el (eshell/expr):
10271 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
10272 (eshell-grep, eshell/diff, eshell/locate):
10273 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
10274 argument list, before passing it to the system command.
10275
10276 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
10277 `find-tag' for use at final position in Eshell buffers (which
10278 otherwise triggers an error on Emacs 21).
10279 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
10280 buffer, if it is currently bound to `find-tag'.
10281
10282 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
10283 in the list of matched Makefile names.
10284 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
10285 directory, prefer its contents to Makefile.
10286
10287 * eshell/em-dirs.el (eshell/cd): cd commands that look up
10288 directory parts (like "cd old new", or "cd =regexp"), are now case
10289 sensitive on non-Windows/DOS platforms.
10290
10291 * eshell/esh-mode.el (eshell-parse-command-input): When a user
10292 types RET after an open delimiter (like "), display a message
10293 indicating that Eshell is waiting for the closing delimiter.
10294
10295 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
10296 environment variables.
10297
10298 * eshell/em-unix.el (eshell/diff): Added logic to fail more
10299 gracefully if the user enters incorrect arguments.
10300
10301 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
10302 Eshell buffers.
10303
10304 * eshell/esh-var.el (eshell-interpolate-variable):
10305 * eshell/esh-mode.el (eshell-move-argument):
10306 * eshell/em-unix.el (eshell-du-sum-directory):
10307 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
10308 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
10309 (not (= ...)).
10310
10311 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
10312 to ensure the `preserve' flag gets propagated when doing recursive
10313 directory copies.
10314
10315 2000-08-28 Stefan Monnier <monnier@cs.yale.edu>
10316
10317 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
10318 Don't convert \n into \0177 in memory.
10319 (eshell-read-history, eshell-write-history): Convert \n to \0177,
10320 and back again, when reading and writing.
10321
10322 2000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
10323
10324 * eshell/esh-util.el (eshell-processp): Added to relieve constant
10325 testing of `fboundp' on `processp'.
10326
10327 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
10328 (eshell/jobs): Don't call process-list if it is not bound.
10329 (eshell-gather-process-output): Support systems where async
10330 subprocesses aren't supported.
10331 (eshell-scratch-buffer, eshell-last-sync-output-start): New
10332 variables.
10333
10334 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
10335 eshell-do-eval returns t.
10336 (eshell-do-pipelines-synchronously): New defmacro.
10337 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
10338 when async subprocesses aren't supported.
10339 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
10340 if async subprocesses aren't supported.
10341 (eshell-resume-command): Don't assume STATUS is a string.
10342
10343 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
10344
10345 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
10346 (eshell-close-target, eshell-get-target): Use eshell-processp.
10347 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
10348 fix.
10349 (eshell-get-target, eshell-create-handles): Doc fix.
10350
10351 2000-08-28 Miles Bader <miles@lsi.nec.co.jp>
10352
10353 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
10354 criterion to include commands that output something, as long as it
10355 leaves both the command and the end-of-buffer visible when the
10356 command has exited.
10357 (eshell-review-quick-commands): Adjust the help doc string
10358 accordingly.
10359
10360 2000-08-28 Peter Breton <pbreton@ne.mediaone.net>
10361
10362 * locate.el (locate): Cleaned up locate command's interactive prompting
10363 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
10364
10365 * filecache.el (file-cache-case-fold-search): New variable
10366 (file-cache-assoc-function): New variable
10367 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
10368 Use file-cache-case-fold-search variable
10369 (file-cache-add-file): Use file-cache-assoc-function
10370 (file-cache-delete-file): likewise
10371 (file-cache-directory-name): likewise
10372 (file-cache-debug-read-from-minibuffer): likewise
10373
10374 2000-08-28 Gerd Moellmann <gerd@gnu.org>
10375
10376 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
10377 (abbrev-table-name): New function.
10378 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
10379 If non-nil list local abbrev, only.
10380
10381 2000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
10382
10383 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
10384 from Gnus support code, and use special article copy buffer
10385 `(gnus-original-article-buffer)' instead. This allows to get rid
10386 of article-hide-headers usage (which breaks in the latest Gnus
10387 version). Thanks to Detlev Zundel.
10388
10389 2000-08-28 Kenichi Handa <handa@etl.go.jp>
10390
10391 * international/quail.el (quail-use-package): Hide "... loaded"
10392 message.
10393 (quail-start-translation, quail-start-conversion): Likewise.
10394
10395 * international/kkc.el (kkc-region): Hide "... loaded" message.
10396
10397 2000-08-27 Dave Love <fx@gnu.org>
10398
10399 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
10400
10401 2000-08-27 Miles Bader <miles@gnu.org>
10402
10403 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
10404
10405 2000-08-27 Kenichi Handa <handa@etl.go.jp>
10406
10407 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
10408 'ja-dic-cnv), not (require 'skkdic-cnv).
10409
10410 2000-08-26 Miles Bader <miles@gnu.org>
10411
10412 * faces.el (face-x-resources): Add entry for :inherit.
10413 * cus-face.el (custom-face-attributes): Add support for :inherit
10414 attribute. Add support for relative face heights.
10415 (custom-face-attributes-get): Treat `nil' as being a default value
10416 for :inherit (as well as `unspecified').
10417
10418 * faces.el (set-face-attribute): Update doc string.
10419 (face-attribute-name-alist): Add :inherit.
10420 (face-valid-attribute-values): Handle :inherit.
10421 (face-read-string): Rephrase prompt to be less confusing.
10422 Assume that DEFAULT is a string, since we must return a string.
10423 (face-read-integer): Use `format' to turn DEFAULT into an
10424 acceptable default for face-read-string. Match NEW-VALUE against
10425 the string "unspecified", not the symbol `unspecified', since
10426 that's what face-read-string returns.
10427 (read-face-attribute): Lookup a name for old-value in valid, and
10428 use it as a default if we find one. Treat all values from
10429 face-read-string as strings. If the default is used, don't do any
10430 more processing on the value, just use the old value directly.
10431 (read-face-and-attribute, modify-face): Tweak prompt.
10432 (read-face-name): Don't assume prompt ends with a space.
10433
10434 * faces.el (describe-face): Add support for :inherit attribute.
10435
10436 2000-08-25 Kenichi Handa <handa@etl.go.jp>
10437
10438 * terminal.el (terminal-emulator): Fix args to `concat'. Now
10439 concat doesn't accept interger.
10440
10441 * international/kkc.el: Remove SKK from Keywords. Require
10442 ja-dic-utl instead of skkdic-utl.
10443
10444 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
10445 Provide ja-dic-cnv instead of skkdic-cnv.
10446 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
10447 (iso-2022-7bit-short): Add safe-charsets property.
10448 (skkdic-convert-postfix): Search Japanese chou-on character in
10449 addition to Hiragana character.
10450 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
10451 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
10452 (batch-skkdic-convert): Likewise.
10453
10454 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
10455 Provide ja-dic-utl instead of skkdic-utl.
10456 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
10457
10458 2000-08-24 Dave Love <fx@gnu.org>
10459
10460 * disp-table.el (standard-display-default): Make the test of `l'
10461 useful.
10462
10463 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
10464 mod sample text.
10465
10466 * international/iso-ascii.el: Make pilcrow convenient string
10467 consistent with section.
10468 (iso-ascii-display): Set up multibyte characters as well as
10469 unibyte.
10470
10471 2000-08-24 Kenichi Handa <handa@etl.go.jp>
10472
10473 * international/mule-cmds.el (reset-language-environment): Set
10474 default-process-coding-system to '(undecided . iso-latin-1), which
10475 makes process I/O almost consistent with file I/O. Call this
10476 function when mule-cmds.el[c] is loaded.
10477
10478 2000-08-22 Andrew Innes <andrewi@gnu.org>
10479
10480 * makefile.w32-in: New file.
10481
10482 2000-08-22 Miles Bader <miles@lsi.nec.co.jp>
10483
10484 * comint.el (comint-output-filter): Compare end of
10485 comint-last-output-overlay with the start of the newly inserted
10486 text, not the end, when deciding whether to extend it.
10487 Set saved-point's insertion type to advance after insertion.
10488
10489 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
10490 since this is now done independently of font-lock mode.
10491
10492 2000-08-21 Gerd Moellmann <gerd@gnu.org>
10493
10494 * server.el (server-kill-new-buffers): New user option.
10495 (server-existing-buffer): New buffer-local variable.
10496 (server-visit-files): When using an existing buffer, set
10497 server-existing-buffer to t.
10498 (server-buffer-done): If server-kill-new-buffers is t, kill the
10499 buffer, unless it was already present before visiting it with
10500 Emacs server.
10501
10502 2000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
10503
10504 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
10505 even if the display doesn't support colors: some displays will
10506 support bold/underline faces.
10507
10508 2000-08-21 Gerd Moellmann <gerd@gnu.org>
10509
10510 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
10511
10512 * startup.el (command-line): If user's init file had an error,
10513 add explanatory text to *Messages*.
10514
10515 2000-08-21 Kenichi Handa <handa@etl.go.jp>
10516
10517 * man.el (Man-getpage-in-background): Decode the process output by
10518 the system locale coding system.
10519
10520 2000-08-20 Dave Love <fx@gnu.org>
10521
10522 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
10523 Don't test x-popup-menu.
10524 (function) <complete-function>: Complete only fbound symbols.
10525 <validate, value>: New.
10526 (variable) <complete-function>: Complete only bound symbols.
10527 (coding-system): Add :base-only, :complete-function, :validate,
10528 :value, :prompt-match.
10529 (widget-coding-system-prompt-value): Use read-coding-system and
10530 act on :base-only.
10531 (editable-field): Add :help-echo.
10532 (widget-push-button-gui, widget-push-button-cache)
10533 (widget-gui-action, widget-editable-list-gui): COmment out, along
10534 with uses.
10535 (widget-at): Make arg optional.
10536 (widget-echo-help): Adjust for current help-echo calling sequence.
10537 (widget-specify-field, widget-specify-button)
10538 (widget-specify-insert, widget-get-sibling, widget-image-find)
10539 (widget-convert, widget-insert, widget-leave-text)
10540 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
10541 (widget-setup, widget-field-find, widget-before-change)
10542 (widget-after-change, widget-default-complete)
10543 (widget-default-create, widget-default-delete)
10544 (widget-push-button-value-create, editable-field)
10545 (widget-field-prompt-value, widget-field-validate)
10546 (widget-choice-value-create, widget-choice-action)
10547 (widget-choice-validate, widget-checklist-add-item)
10548 (widget-radio-add-item, widget-radio-chosen)
10549 (widget-radio-value-inline, widget-editable-list-value-create)
10550 (widget-editable-list-entry-create)
10551 (widget-documentation-link-add)
10552 (widget-documentation-string-value-create)
10553 (widget-regexp-validate, widget-file-complete)
10554 (widget-sexp-validate, widget-plist-convert-widget)
10555 (widget-plist-convert-widget, widget-alist-convert-widget)
10556 (widget-alist-convert-widget, widget-color-complete): Simplify,
10557 particularly to avoid bindings which aren't optimized out.
10558
10559 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
10560 Doc fix.
10561 (down-list, backward-up-list, up-list, kill-sexp)
10562 (backward-kill-sexp, mark-sexp): Make arg optional.
10563 (lisp-complete-symbol): Add optional arg PREDICATE.
10564
10565 * cus-start.el: Add display-buffer-reuse-frames,
10566 file-coding-system-alist.
10567
10568 2000-08-20 Gerd Moellmann <gerd@gnu.org>
10569
10570 * startup.el (command-line): Clear realized faces after
10571 modifying TTY color mappings.
10572
10573 2000-08-20 Miles Bader <miles@gnu.org>
10574
10575 * faces.el (face-attr-match-p): Don't return true if ATTRS are
10576 merely a subset of FACE's attributes.
10577
10578 2000-08-19 Miles Bader <miles@gnu.org>
10579
10580 * comint.el (comint-output-filter): Save the point with a marker,
10581 not just a buffer position.
10582
10583 * international/mule.el (set-buffer-process-coding-system): Make
10584 interactive prompt less confusing.
10585
10586 2000-08-19 Gerd Moellmann <gerd@gnu.org>
10587
10588 * hilit-chg.el: General cleanup of doc strings, comments and
10589 code formatting.
10590
10591 2000-08-19 Miles Bader <miles@gnu.org>
10592
10593 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
10594 Compiler macro removed; beginning-of-line is no longer always
10595 equivalent to forward-line, in the presence of fields.
10596
10597 * comint.el (comint-output-filter): Remove ad-hoc saving of
10598 restriction, and just use save-restriction, now that it works
10599 correctly. Don't adjust comint-last-input-start to account for
10600 our insertion; it shouldn't have moved because we don't use
10601 insert-before-markers anymore. Comment out call to
10602 `force-mode-line-update'; why is it here?
10603
10604 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
10605 while checking for prompt to delete. Use `forward-line 0'
10606 instead of beginning-of-line.
10607 (gud-filter): Temporarily widen gud comint buffer while
10608 examining output.
10609
10610 2000-08-18 Stefan Monnier <monnier@cs.yale.edu>
10611
10612 * progmodes/sh-script.el: Big bag of typos.
10613
10614 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
10615 check since ispell-process is not bound when ispell is not yet loaded.
10616
10617 2000-08-18 Dave Love <fx@gnu.org>
10618
10619 * image.el (find-image): Copy `spec' before using plist-put.
10620
10621 2000-08-18 Gerd Moellmann <gerd@gnu.org>
10622
10623 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
10624 `portugues'.
10625
10626 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
10627 backward-kill-sexp, analogous to kill-sexp.
10628
10629 * progmodes/icon.el (icon-indent-line)
10630 (icon-is-continuation-line): Handle comments specially.
10631
10632 2000-08-17 Ken Stevens <k.stevens@ieee.org>
10633
10634 * ispell.el: Set to standard author/maintainer/keyword fields.
10635 Fine tuning to menu map appearance and operation, and added help.
10636 Remove `start' and `end' error messages when compiling.
10637 (ispell-choices-win-default-height): Fixed comment string.
10638 (ispell-dictionary-alist-1): Fixed regexp in castellano and
10639 castellano8 dictionaries.
10640 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
10641 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
10642 dictionary, added italiano dictionary.
10643 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
10644 word character
10645 (ispell-tex-skip-alists): Added psfig support.
10646 (ispell-skip-html): Renamed from ispell-skip-sgml.
10647 (ispell-begin-skip-region-regexp, ispell-skip-region)
10648 (ispell-minor-check): Improved html skipping support to skip across
10649 code, and recognize `&' commands without propper `;' syntax;
10650 (ispell-process-line): Fix alignment error when manually
10651 correcting spelling.
10652 (ispell): Fix comment string.
10653 (ispell-add-per-file-word-list): Always put word list on new line.
10654
10655 2000-08-17 Gerd Moellmann <gerd@gnu.org>
10656
10657 * format.el (format-encode-run-method): Fix error message to say
10658 `encode' instead of `decode'. Use save-window-excursion around
10659 shell-command-on-region as in format-decode-run-method because
10660 shell-command-on-region can display a buffer with error output.
10661 (format-decode): Don't record undo information for the decoding.
10662 (format-annotate-function): Add parameter FORMAT-COUNT. Make
10663 that number part of the temporary buffer name so that more than
10664 one decoding using a temporary buffer can happen safely.
10665
10666 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
10667 of `A-z' in the regexp.
10668
10669 * hilit-chg.el: Fix typos in commentary.
10670
10671 * help.el (view-emacs-news): Rewritten for new naming scheme
10672 for old NEWS files.
10673
10674 * startup.el (command-line): Pop to *Messages* in case an error
10675 is signaled while loading user-init-file.
10676
10677 2000-08-17 Andreas Schwab <schwab@suse.de>
10678
10679 * files.el (insert-directory): Don't lose original file name,
10680 undoing an undocumented change.
10681
10682 2000-08-17 Alex Schroeder <alex@gnu.org>
10683
10684 * sql.el (sql-magic-go): Use comint-bol.
10685 (sql-copy-column): Use comint-line-beginning-position.
10686 (comint-line-beginning-position): Define a replacement for
10687 comint-line-beginning-position if it is not fboundp.
10688
10689 2000-08-17 Alex Schroeder <alex@gnu.org>
10690
10691 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
10692 it didn't have any effect anyway.
10693
10694 2000-08-17 Alex Schroeder <alex@gnu.org>
10695
10696 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
10697 --pset and pager=off instead of sending \\o|cat at the beginning
10698 of the session.
10699
10700 2000-08-17 Miles Bader <miles@gnu.org>
10701
10702 * progmodes/octave-inf.el: Add compatibility definition of
10703 comint-line-beginning-position.
10704
10705 2000-08-17 Kenichi Handa <handa@etl.go.jp>
10706
10707 * startup.el (normal-top-level): Look in each dir in load-path for
10708 a leim-list.el file too. This assures of loading leim-list.el
10709 that is created at Emacs installation time even if a user have his
10710 own leim-list.el.
10711
10712 2000-08-17 Miles Bader <miles@gnu.org>
10713
10714 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
10715 foreground color to black if the background is dark.
10716
10717 2000-08-16 Stefan Monnier <monnier@cs.yale.edu>
10718
10719 * loadhist.el (unload-feature): Typo.
10720
10721 * finder.el (finder-compile-keywords):
10722 * cus-dep.el (custom-make-dependencies): Add local-variable settings
10723 to the generated file.
10724
10725 * mail/mh-e.el (mh-make-local-vars):
10726 Replace make-variable-buffer-local with make-local-variable.
10727
10728 * play/landmark.el:
10729 * options.el (Edit-options-{set,toggle,t,nil}):
10730 * mail/mailabbrev.el (mail-abbrevs-mode):
10731 * textmodes/tex-mode.el (tex-expand-files):
10732 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
10733
10734 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
10735
10736 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
10737 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
10738 Allow going past the last element.
10739 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
10740 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
10741 (cvs-mouse-toggle-mark): Don't move point.
10742 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
10743
10744 * progmodes/compile.el (grep): Provide a default set of files.
10745 (next-error): Docstring fix.
10746 (compilation-find-file): Avoid find-file (fails in a dedicated window).
10747
10748 * emacs-lisp/easy-mmode.el (define-minor-mode):
10749 Use `symbol-value' to keep the byte-compiler quiet.
10750
10751 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
10752 (diff-find-source-location): New fun, extracted from diff-goto-source.
10753 (diff-goto-source): Use it.
10754 (diff-next-complex-hunk, diff-filter-lines): New function.
10755 (diff-apply-hunk): New command.
10756
10757 * smerge-mode.el (smerge-mode-menu): Doc fix.
10758
10759 * msb.el (msb-mode): Define it in terms of define-minor-mode.
10760
10761 2000-08-16 Dave Love <fx@gnu.org>
10762
10763 * windmove.el (windmove) <defgroup>: Add :version.
10764
10765 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
10766 (goto-address-fontify-p, goto-address-highlight-p)
10767 (goto-address-url-face, goto-address-url-mouse-face)
10768 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
10769 (goto-address-url-regexp): Use thing-at-point-url-regexp.
10770 (goto-address-fontify, goto-address-at-mouse): Simplify,
10771 (goto-address-at-point): browse-url-url-at-point,
10772 goto-address-find-address-at-point can return nil.
10773 (goto-address-find-address-at-point): Return nil on failure.
10774
10775 * align.el (align) <defgroup>: Add :version.
10776
10777 * calculator.el (calculator): Add :version.
10778 (calculator): Use two lines for calculator window if `modeline'
10779 face is boxed.
10780
10781 * play/5x5.el: Doc fixes.
10782 (5x5) <defgroup>: Add :version.
10783
10784 * play/fortune.el (fortune) <defgroup>: Add :version.
10785 (fortune-append): Fix error message.
10786 (fortune-from-region): Doc fix.
10787
10788 * play/pong.el (pong): Doc fix.
10789
10790 * play/morse.el: Keywords, commentary, autoloads.
10791
10792 2000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
10793
10794 * desktop.el (desktop-save): Don't look at symbol-value of a
10795 member of minor-mode-alist, unless it is boundp.
10796
10797 2000-08-16 Sam Steingold <sds@gnu.org>
10798
10799 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
10800 `while'; use `with-current-buffer' instead of `save-excursion'.
10801 Removed unnecessary kludges now that "*Buffer List*" is excluded.
10802
10803 2000-08-16 Kenichi Handa <handa@etl.go.jp>
10804
10805 * international/ccl.el (declare-ccl-program): Docstring modified.
10806 (ccl-execute-with-args): Likewise.
10807
10808 2000-08-16 Miles Bader <miles@gnu.org>
10809
10810 * progmodes/sql.el: Add compatibility definition of
10811 comint-line-beginning-position.
10812
10813 2000-08-15 Gerd Moellmann <gerd@gnu.org>
10814
10815 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
10816 'buffer-menu' property.
10817 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
10818 fails.
10819 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
10820 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
10821 wasn't killed.
10822
10823 * buff-menu.el (list-buffers-noselect): Don't display the
10824 *Buffer List* buffer.
10825
10826 * font-lock.el: Require jit-lock to prevent a very late
10827 `Loading jit-lock' message.
10828
10829 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
10830 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
10831 mail address.
10832
10833 2000-08-15 Miles Bader <miles@gnu.org>
10834
10835 * textmodes/ispell.el (ispell-graphic-p): New constant.
10836 (ispell-choices-win-default-height, ispell-help): Use
10837 `ispell-graphic-p' instead of `xemacsp'.
10838
10839 2000-08-15 Dave Love <fx@gnu.org>
10840
10841 * simple.el: Autoload widget-convert when compiling.
10842 (mail-user-agent): Doc fix.
10843
10844 * help.el (function-called-at-point, variable-at-point): Use
10845 with-syntax-table.
10846 (help-manyarg-func-alist): Add insert-and-inherit.
10847
10848 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
10849
10850 * delsel.el (delsel-unload-hook): New function.
10851
10852 * find-file.el: Doc fixes. Move provide to end.
10853 (ff) <defgroup>: Add :link.
10854 (ff-goto-click): Deleted.
10855 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
10856 Use mouse-set-point.
10857
10858 * textmodes/tildify.el: Doc fixes.
10859 (tildify) <defgroup>: Add:version.
10860
10861 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
10862 (glasses-custom-set): Use set-default, not set.
10863 (minor-mode-alist): Propertize the lighter.
10864 (glasses-mode): Provide optional arg.
10865
10866 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
10867 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
10868 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
10869 option. Provide :type.
10870 (cwarn-configuration): Provide :type.
10871 (cwarn-mode): Doc fix.
10872
10873 * add-log.el (change-log-merge): Doc fix.
10874 (change-log-redate): New command.
10875
10876 * net/browse-url.el (browse-url-filename-alist): Add a clause for
10877 Doze and Dog.
10878 (browse-url): Use dolist, not mapcar.
10879 (browse-url-at-point): Check for null url.
10880 (browse-url-event-buffer, browse-url-event-point): Functions
10881 deleted.
10882 (browse-url-at-mouse, browse-url-netscape): Simplify.
10883
10884 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
10885 modes.
10886 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
10887 Fix previous change to mapcan.
10888 (msb--init-file-alist, msb--add-separators)
10889 (msb--make-keymap-menu): Simplify.
10890 (msb--choose-file-menu): Use copy-sequence.
10891 (msb-mode-map): Add title to keymap.
10892 (msb-unload-hook): New function.
10893
10894 * bs.el: Fix indentation.
10895 (bs) <defgroup>: Add :links.
10896 (bs-show): Doc fix.
10897 (bs-apply-sort-faces): Don't use window-system.
10898 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
10899
10900 2000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
10901
10902 * calendar/timeclock.el (timeclock-file): Run .timelog through
10903 convert-standard-filename.
10904
10905 2000-08-14 Gerd Moellmann <gerd@gnu.org>
10906
10907 * emacs-lisp/authors.el: New file.
10908
10909 * paren.el (show-paren-priority): New user option.
10910 (show-paren-function): Set overlay priorities to
10911 show-paren-priority.
10912
10913 2000-08-14 Miles Bader <miles@gnu.org>
10914
10915 * comint.el (comint-bol): Use `forward-line 0' instead of calling
10916 beginning-of-line with inhibit-field-text-motion bound.
10917
10918 2000-08-14 Gerd Moellmann <gerd@gnu.org>
10919
10920 * calendar/timeclock.el: New file.
10921
10922 2000-08-14 David Ponce <david@dponce.com>
10923
10924 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
10925 `widget-button-click'. so that one can use left mouse button to
10926 click on dialog buttons.
10927
10928 2000-08-14 Emmanuel Briot <briot@gnat.com>
10929
10930 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
10931 identifiers, since XML is case sensitive
10932
10933 2000-08-12 Miles Bader <miles@gnu.org>
10934
10935 * comint.el (comint-output-filter): Don't bother frobbing
10936 window-start, it doesn't seem to be necessary.
10937
10938 * comint.el (comint-send-string, comint-send-region): Make into
10939 real functions. Snapshot the prompt before sending.
10940
10941 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
10942
10943 * info.el (Info-find-emacs-command-nodes): Rewrite to use
10944 technique similar to Info-index, instead of relying on specific
10945 names of relevant Index nodes.
10946 (Info-goto-emacs-command-node): Bind Info-history to nil when
10947 going to the first node found by Info-find-emacs-command-nodes.
10948
10949 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
10950
10951 * menu-bar.el (menu-bar-help-menu): Add a :help string.
10952
10953 2000-08-10 Miles Bader <miles@gnu.org>
10954
10955 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
10956
10957 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
10958
10959 * info.el (Info-file-list-for-emacs): More elements for the
10960 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
10961 and woman manuals.
10962
10963 2000-08-10 Miles Bader <miles@lsi.nec.co.jp>
10964
10965 * comint.el (comint-send-input): Make the newline boundary overlay
10966 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
10967 (comint-output-filter): Use `insert' instead of
10968 `insert-before-markers'. Extend comint-last-output-overlay when
10969 necessary since we can't rely on insert-before-markers to do it.
10970 * gud.el (gud-filter): Use `with-current-buffer' instead of
10971 save-excursion when inserting the output, so that point gets
10972 updated correctly; the old method relied on a rather dodgy
10973 side-effect of comint-output-filter to avoid the effect of
10974 save-excursion.
10975
10976 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
10977
10978 * files.el (recover-file): Call insert-directory instead of
10979 invoking `ls' directly.
10980
10981 2000-08-10 Miles Bader <miles@gnu.org>
10982
10983 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
10984 (comint-last-prompt-overlay): New variables.
10985 (comint-output-filter): Implement prompt highlighting.
10986 (comint-snapshot-last-prompt): New function.
10987 (comint-send-input): Snapshot the last prompt.
10988 Use comint-highlight-input-face.
10989 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
10990 Use defface instead of defcustom.
10991 (send-invisible, comint-send-eof): Snapshot the last prompt.
10992 (comint-delchar-or-maybe-eof): Use comint-send-eof.
10993 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
10994
10995 2000-08-09 Stefan Monnier <monnier@cs.yale.edu>
10996
10997 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
10998 (regexp-opt-group): Use a list of chars for `letters'.
10999 (regexp-opt-charset): `chars' is now a list of chars.
11000 Use a char-table rather than a vector so it works for multibyte chars.
11001
11002 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
11003 Set cvs-minor-current-files to the selected fileinfo.
11004 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
11005 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
11006
11007 2000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
11008
11009 * files.el (insert-directory): Don't call access-file on
11010 directories on DOS and Windows.
11011
11012 2000-08-09 Kenichi Handa <handa@etl.go.jp>
11013
11014 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
11015 longer if necessary.
11016 (ccl-embed-code): Call ccl-embed-data to store CODE in
11017 ccl-program-vector.
11018
11019 2000-08-09 Miles Bader <miles@gnu.org>
11020
11021 * comint.el (comint-output-filter): Properly handle the case where
11022 the text surrounded by comint-last-output-overlay was deleted.
11023
11024 2000-08-08 Gerd Moellmann <gerd@gnu.org>
11025
11026 * info.el (Info-insert-dir): Use Info-additional-directory-list if
11027 non-nil.
11028 (Info-file-list-for-emacs): Remove "info" from the list because
11029 that leads to trying to use the documentation from file `info'
11030 in various situations where it isn't appropriate, for instance
11031 C-h C-k C-h i.
11032
11033 * ffap.el (ffap-read-file-or-url-internal): Handle case that
11034 DIR and/or STRING are nil.
11035
11036 * progmodes/compile.el (compilation-setup): Make variable
11037 compilation-error-screen-columns buffer-local, as some comment
11038 in the code suggests it should be.
11039
11040 * files.el (auto-mode-interpreter-regexp): New variable.
11041 (set-auto-mode): Use it.
11042
11043 * indent.el (indent-for-tab-command): Doc fix.
11044
11045 * mouse-sel.el (mouse-sel-mode): Doc fix.
11046
11047 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
11048 labels.
11049
11050 * help.el (print-help-return-message): When
11051 display-buffer-reuse-frames is set, let the help window been quit,
11052 instead of deleting it, which might delete a reused frame.
11053
11054 2000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
11055
11056 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
11057 rename a directory to a name that differs only by its letter case.
11058
11059 2000-08-08 Kenichi Handa <handa@etl.go.jp>
11060
11061 * international/quail.el (quail-define-rules): Handle Quail decode
11062 map correctly. Add code for supporting annotations.
11063 (quail-install-decode-map): New function.
11064 (quail-defrule-internal): New optional arguments decode-map and
11065 props.
11066 (quail-advice): New function.
11067
11068 2000-08-07 Sam Steingold <sds@gnu.org>
11069
11070 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
11071 `defconst', `define-condition', `with-slots'.
11072 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
11073
11074 2000-08-03 Miles Bader <miles@gnu.org>
11075
11076 * comint.el (comint-use-prompt-regexp-instead-of-fields):
11077 New variable.
11078 (comint-prompt-regexp, comint-get-old-input): Document dependence on
11079 comint-use-prompt-regexp-instead-of-fields.
11080 (comint-send-input): Add `input' field property to stuff we send to
11081 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
11082 (comint-output-filter): Add `output' field property to process
11083 output, if comint-use-prompt-regexp-instead-of-fields is nil.
11084 (comint-replace-by-expanded-history)
11085 (comint-get-old-input-default, comint-show-output)
11086 (comint-backward-matching-input, comint-forward-matching-input)
11087 (comint-next-prompt, comint-previous-prompt): Use field
11088 properties if comint-use-prompt-regexp-instead-of-fields is nil.
11089 (comint-line-beginning-position): New function.
11090 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
11091 (comint-replace-by-expanded-history-before-point): Use
11092 comint-line-beginning-position and line-end-position.
11093 (comint-last-output-overlay): New variable.
11094 (comint-mode): Make `comint-last-output-overlay' buffer-local.
11095
11096 * shell.el (shell-prompt-pattern): Doc change.
11097 (shell-backward-command): Use line-beginning-position.
11098
11099 * gud.el (gud-gdb-complete-command): Use
11100 comint-line-beginning-position.
11101
11102 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
11103 comint-bol doesn't actually go to the beginning of the line.
11104
11105 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
11106 if comint-use-prompt-regexp-instead-of-fields is non-nil.
11107 (try-expand-line-all-buffers): Likewise.
11108
11109 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
11110 explicitly matching comint-prompt-regexp.
11111 (sql-copy-column): Use comint-line-beginning-position instead of
11112 explicitly matching comint-prompt-regexp.
11113
11114 * progmodes/octave-inf.el (inferior-octave-complete): Use
11115 comint-line-beginning-position.
11116
11117 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
11118
11119 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
11120 looking for a prompt, use `forward-line 0' instead of
11121 `beginning-of-line', to avoid getting caught by an input field.
11122
11123 2000-08-07 Gerd Moellmann <gerd@gnu.org>
11124
11125 * files.el (shell-quote-wildcard-pattern): Make sure to return
11126 PATTERN, in the Unix case.
11127
11128 2000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
11129
11130 * play/zone.el (zone): Discard any pending input before running
11131 the randomly-chosen pgm.
11132
11133 2000-08-07 Kenichi Handa <handa@etl.go.jp>
11134
11135 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
11136 checking the existence of any multibyte characters.
11137
11138 2000-08-06 Gerd Moellmann <gerd@gnu.org>
11139
11140 * help.el (describe-mode): Test minor-mode symbol for being
11141 bound before testing its value for being nil.
11142
11143 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
11144 `first', `second', and `third'.
11145
11146 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
11147 (second): Make it an alias for `cadr'.
11148
11149 2000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
11150
11151 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
11152 types of display support faces now.
11153
11154 2000-08-05 Gerd Moellmann <gerd@gnu.org>
11155
11156 * pcvs.el (require): Require `cl' during compilation, only.
11157
11158 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
11159 (toplevel): Remove `remq' and `remove' from autoloads.
11160 (cl-fake-autoloads): New variable. If set, arrange for an error
11161 when CL functions etc. are autoloaded.
11162
11163 2000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
11164
11165 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
11166
11167 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
11168 popped up, but the user clicks outside the menu, return an empty
11169 regexp (that causes unhighlight-regexp to have no effect).
11170
11171 * menu-bar.el (menu-bar-games-menu): Add Zone.
11172
11173 * hi-lock.el (toplevel): Require font-lock.
11174
11175 2000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11176
11177 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
11178 (ebnf-8-bit-chars): New var for bug fix.
11179 (ebnf-string): Bug fix.
11180
11181 2000-08-03 Sam Steingold <sds@gnu.org>
11182
11183 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
11184 instead of `buffer-string'.
11185 (require 'cl): Always, not just when compiling.
11186 `ignore-errors' in `interactive', `list*', `defun*' &c make this
11187 necessary.
11188
11189 2000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
11190
11191 * international/mule-cmds.el (select-safe-coding-system): Make
11192 the message text about selecting a safe coding system more clear.
11193
11194 2000-08-02 Gerd Moellmann <gerd@gnu.org>
11195
11196 * hi-lock.el: New file.
11197
11198 * play/zone.el: New file.
11199
11200 * replace.el (occur): Set tab-width in the *Occur* buffer to the
11201 value of tab-width in the original buffer. Choose a line number
11202 format that's a multiple of the original buffer's tab width, so
11203 that lines appear right.
11204
11205 * textmodes/ispell.el (ispell): New function, replacing an alias.
11206 Spell-check active region if in transient-mark-mode and mark
11207 is active; otherwise spell-check buffer.
11208
11209 2000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11210
11211 * ps-mule.el: Fix a customization problem on
11212 ps-mule-font-info-database-default.
11213
11214 2000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
11215
11216 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
11217 display-mouse-p instead of window-system.
11218 (ebrowse-member-mode-map): Ditto.
11219
11220 2000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11221
11222 * progmodes/ebnf2ps.el: Update ps-print functions call.
11223 Indentation fix. Doc fix.
11224 (ebnf-version): New version number (3.2).
11225 (ebnf-format-color, ebnf-begin-job): Code fix.
11226
11227 2000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
11228
11229 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
11230 font lock support on window-system.
11231 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
11232
11233 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
11234 display-color-p, if fboundp, instead of window-system.
11235
11236 2000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
11237
11238 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
11239 instead of window-system.
11240
11241 * wid-edit.el (widget-choose): Use display-mouse-p instead of
11242 window-system.
11243 (widget-choice-mouse-down-action): Use display-popup-menus-p
11244 instead of window-system.
11245
11246 * strokes.el (strokes-file): Run the file name through
11247 convert-standard-filename.
11248 (strokes-mode): Call display-mouse-p instead of looking at
11249 window-system. Change the error message accordingly.
11250
11251 * progmodes/cpp.el (toplevel): Support faces on tty's.
11252
11253 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
11254 (lm-plot-square, lm-init-display): Don't use window-system.
11255
11256 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
11257 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
11258
11259 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
11260 instead of looking at window-system.
11261
11262 2000-07-30 Gerd Moellmann <gerd@gnu.org>
11263
11264 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
11265 of testing if iswitchb-prepost-hooks is bound, because the
11266 latter will always be true when invoking a recursive minibuffer
11267 from an active Iswitchb buffer.
11268
11269 2000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
11270
11271 * files.el (shell-quote-wildcard-pattern): New function.
11272 (insert-directory): Call it. Only prepend "\" to command on Unix
11273 and GNU/Linux systems.
11274
11275 2000-07-30 Gerd Moellmann <gerd@gnu.org>
11276
11277 * eshell/esh-groups.el: Change custom :link file names
11278 from `eshell.info' to `eshell'.
11279
11280 2000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
11281
11282 * dired.el (dired-build-subdir-alist): Expand subdirectory names
11283 correctly in recursive ange-ftp listings.
11284
11285 2000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11286
11287 * ps-print.el: Fix bug 1: if ps-font-size-internal,
11288 ps-header-font-size-internal and
11289 ps-header-title-font-size-internal variables are not set,
11290 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
11291 face text property is (foreground-color . COLOR) or
11292 `(background-color . COLOR)', ps-print crashes. Doc fix.
11293 (ps-print-version): New version number (5.2.4).
11294 (ps-plot-region): Code fix.
11295 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
11296 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
11297 Bug fix 2.
11298
11299 2000-07-30 Milan Zamazal <pdm@freesoft.cz>
11300
11301 * glasses.el (glasses-make-readable): Fix uncapitalization of
11302 identifiers like `myXMLDocument'.
11303
11304 2000-07-28 Karl Fogel <kfogel@red-bean.com>
11305
11306 * mail/mail-hist.el (mail-hist-previous-input)
11307 (mail-hist-next-input): Do the obvious code factorization.
11308 (mail-hist-retrieve-and-insert): New func, contains common
11309 code of above two.
11310 If inserting a message body, leave point at top.
11311
11312 2000-07-28 Sam Steingold <sds@gnu.org>
11313
11314 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
11315 Use `<=', not `<' to compare times!
11316 (ange-ftp-ls): Remove.
11317
11318 2000-07-27 Gerd Moellmann <gerd@gnu.org>
11319
11320 * play/cookie1.el: Add explanation of how to make cookie.el
11321 compatible with strfile(1) to comment.
11322
11323 * subr.el (remove, remq): New functions.
11324
11325 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
11326 escape `*' in regexps.
11327 (midnight-find): Reverse order of arguments in the funcall of
11328 TEST.
11329
11330 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
11331 and `.class'.
11332
11333 * play/meese.el: Add Commentary section.
11334
11335 2000-07-27 Alex Schroeder <alex@gnu.org>
11336
11337 * sql.el (sql-ms): Added autoload cookie.
11338 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
11339 (sql-oracle): Ditto.
11340 (sql-help): Doc change.
11341
11342 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
11343 types and exceptions.
11344
11345 2000-07-27 Alex Schroeder <alex@gnu.org>
11346
11347 * sql.el (sql-placeholder-history): New variable.
11348 (sql-query-placeholders-and-send): New function that will query
11349 the user and replace placeholders with user input.
11350 (sql-oracle): If running on NT, set comint-input-sender to
11351 sql-query-placeholders-and-send.
11352
11353 (sql-stop): If in the SQLi buffer, insert stop notification, else
11354 present it as a message.
11355
11356 2000-07-27 Alex Schroeder <alex@gnu.org>
11357
11358 * sql.el (sql-input-ring-separator): Doc change.
11359 (sql-input-ring-file-name): Doc change.
11360 (sql-interactive-mode): Use `sql-input-ring-separator' and
11361 `sql-input-ring-file-name' to set the comint-mode equivalents
11362 without making them local variables.
11363 (sql-stop): Don't bind `sql-input-ring-separator' and
11364 `sql-input-ring-file-name' dynamically to their comint-mode
11365 equivalents.
11366
11367 2000-07-27 Kenichi Handa <handa@etl.go.jp>
11368
11369 * international/mule.el (register-char-codings): New function.
11370 (make-coding-system): Handle `safe-chars' specification in the arg
11371 PROPERTY.
11372
11373 * international/mule-cmds.el
11374 (find-coding-systems-region-subset-p): This function deleted.
11375 (sort-coding-systems-predicate): New variable.
11376 (sort-coding-systems): New function.
11377 (find-coding-systems-region): Use
11378 find-coding-systems-region-internal.
11379 (find-coding-systems-string): Use find-coding-systems-region.
11380 (find-coding-systems-for-charsets): Check
11381 char-coding-system-table.
11382 (select-safe-coding-system-accept-default-p): New variable.
11383 (select-safe-coding-system): Mostly rewritten. New argument
11384 ACCEPT-DEFAULT-P.
11385 (select-message-coding-system): Call select-safe-coding-system
11386 with ACCEPT-DEFAULT-P arg.
11387 (reset-language-environment): Reset default-sendmail-coding-system
11388 to the default value iso-latin-1.
11389 (set-language-environment): Don't set the obsolete variable
11390 charset-origin-alist.
11391
11392 * international/codepage.el (cp-coding-system-for-codepage-1):
11393 Give `safe-chars' property to make-coding-system.
11394
11395 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
11396 calling select-message-coding-system twice.
11397
11398 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
11399 instead of `safe-charsets'.
11400 (cyrillic-alternativnyj): Likewise.
11401 (ccl-encode-alternativnyj): Don't check the charset
11402 cyrillic-iso8859-5.
11403
11404 2000-07-27 Kenichi Handa <handa@etl.go.jp>
11405
11406 * composite.el (compose-chars-after): Preserve match data.
11407
11408 2000-07-26 Sam Steingold <sds@gnu.org>
11409
11410 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
11411 (ange-ftp-real-file-newer-than-file-p): New function.
11412 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
11413 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
11414
11415 * tooltip.el (tooltip-float-time): Removed (use `float-time').
11416 * midnight.el (midnight-float-time): Ditto.
11417
11418 2000-07-26 Andreas Schwab <schwab@suse.de>
11419
11420 * files.el (normal-backup-enable-predicate): Correct
11421 interpretation of the return value of compare-strings.
11422
11423 2000-07-26 Gerd Moellmann <gerd@gnu.org>
11424
11425 * isearch.el (isearch-resume): New function.
11426 (isearch-done): Add something to command-history to resume
11427 the search.
11428 (isearch-yank-line, isearch-yank-word): Use
11429 buffer-substring-no-properties instead of buffer-substring.
11430
11431 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
11432 of flyspell-mouse-map.
11433
11434 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
11435 duplicate definition.
11436 (makefile-mode): Remove duplicate setting of local-abbrev-table.
11437
11438 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
11439 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
11440
11441 2000-07-25 Sam Steingold <sds@gnu.org>
11442
11443 * net/ange-ftp.el: Get modtime over the net.
11444 (ange-ftp-file-modtime): New function.
11445 (ange-ftp-write-region, ange-ftp-insert-file-contents)
11446 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
11447 Use it.
11448 (ange-ftp-dot-to-slash): New function.
11449 (ange-ftp-fix-name-for-vms): Use it.
11450
11451 * midnight.el (midnight-buffer-display-time): Use
11452 `with-current-buffer'.
11453
11454 2000-07-25 Gerd Moellmann <gerd@gnu.org>
11455
11456 * find-dired.el: Update copyright notice.
11457 (find-dired): Offer to kill a running `find'.
11458
11459 * enriched.el (enriched-face-ans): For a `foreground-color'
11460 property, return '(("x-color" COLOR))' so that COLOR will be
11461 output as a parameter of the x-color annotation. Likewise for the
11462 `background-color' property. In the case of normal face
11463 properties, don't return annotations for unspecified foreground
11464 and background face attributes.
11465
11466 2000-07-25 Kenichi Handa <handa@etl.go.jp>
11467
11468 * language/japan-util.el (japanese-katakana-region): Fix handling
11469 HANKAKU argument.
11470
11471 2000-07-25 Miles Bader <miles@gnu.org>
11472
11473 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
11474 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
11475 constrain-to-field.
11476
11477 2000-07-24 Andrew Innes <andrewi@gnu.org>
11478
11479 * timer.el (timer-activate-when-idle): Add optional parameter
11480 DONT-WAIT. Update docstring.
11481 (run-with-idle-timer): Specify extra parameter to
11482 timer-activate-when-idle, so that timer will be activated
11483 immediately if Emacs is already idle.
11484
11485 * w32-fns.el (w32-using-nt): Fix docstring.
11486
11487 2000-07-24 Dave Love <fx@gnu.org>
11488
11489 * mouse.el (popup-menu): Set last-command-event.
11490 (mouse-major-mode-menu-prefix): Declare.
11491
11492 2000-07-24 Gerd Moellmann <gerd@gnu.org>
11493
11494 * textmodes/flyspell.el: Update to author's version 1.5d.
11495
11496 * progmodes/hideshow.el: Update copyright notice.
11497
11498 * vcursor.el: Set maintainer to FSF, since author cannot
11499 be reached.
11500
11501 2000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
11502
11503 * info.el (Info-goto-emacs-key-command-node): Leave a space after
11504 the prompt.
11505
11506 * mouse.el (popup-menu): Run the keymap through indirect-function,
11507 in case it was defined with define-prefix-key. If the menu is a
11508 list of keymaps, look up the binding of user's choice in each one
11509 of the keymaps.
11510 (mouse-popup-menubar): If the global and local menu-bar keymaps
11511 don't have a prompt string, create one and insert it into the
11512 keymap. Don't barf if current-local-map returns nil.
11513
11514 2000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
11515
11516 * dired.el (dired-sort-R-check): Added to allow recursive listing
11517 to be undone.
11518 (dired-sort-other): Use it.
11519
11520 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11521
11522 * Release of cc-mode 5.27
11523
11524 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11525
11526 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
11527 c-beginning-of-statement-1 that caused a bad case of recursion
11528 which could consume a lot of CPU in large classes in languages
11529 that have in-expression classes (i.e. Java and Pike).
11530
11531 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
11532 statements before top level constructs (i.e. case 6 is moved
11533 before case 5 and is now case 4) to catch in-expression
11534 classes in top level expressions correctly.
11535
11536 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11537
11538 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
11539 objc-method-intro. Case 4 removed and case 5I added.
11540
11541 * cc-langs.el (c-append-paragraph-start): New variable used by
11542 c-common-init to get paragraph-start correct.
11543 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
11544 initialize paragraph-start to make it correct both with and
11545 without the javadoc special case.
11546
11547 * cc-mode.el (java-mode): Use c-append-paragraph-start to
11548 initialize paragraph-start for javadoc markup.
11549
11550 * cc-vars.el (c-style-variables-are-local-p): Incompatible
11551 change by defaulting this to t. It's motivated by the
11552 confusing behavior that otherwise arise from the style system
11553 when editing both java and non-java files at the same time
11554 (see the comments about style setting in c-common-init).
11555
11556 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11557
11558 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
11559 similar to the one in c-fill-paragraph to check the fill
11560 prefix from the adaptive fill function for sanity.
11561
11562 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11563
11564 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
11565 defun block.
11566
11567 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11568
11569 * cc-align.el (c-lineup-multi-inher): Handle lines with
11570 leading comma nicely. Extended to handle member initializers
11571 too.
11572
11573 * cc-engine.el: (c-beginning-of-inheritance-list,
11574 c-guess-basic-syntax): Fixed recognition of inheritance lists
11575 when the lines begins with a comma.
11576
11577 * cc-vars.el (c-offsets-alist): Changed default for
11578 member-init-cont to c-lineup-multi-inher since it now handles
11579 member initializers and indents better for leading commas.
11580
11581 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11582
11583 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
11584 handling that caused class open lines to be recognized as
11585 statement-conts in some cases.
11586
11587 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
11588 guessed by the adaptive fill function unless point is on the
11589 first line of a block comment.
11590
11591 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
11592 when the buffer ends with a macro continuation char.
11593
11594 * cc-engine.el (c-guess-basic-syntax): Added support for
11595 function definitions as statements in Pike. The first
11596 statement in a lambda block is now labeled defun-block-intro
11597 instead of statement-block-intro.
11598
11599 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
11600 so that the class surrounding point is selected, not the one
11601 innermost in the state.
11602
11603 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
11604 recognition of switch labels having hanging multiline
11605 statements.
11606
11607 * cc-engine.el (c-beginning-of-member-init-list): Broke out
11608 some code in c-guess-basic-syntax to a separate function.
11609 * cc-engine.el (c-just-after-func-arglist-p): Fixed
11610 recognition of member inits with multiple line arglists.
11611 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
11612 member-init-cont when the commas are in funny places.
11613
11614 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11615
11616 * cc-defs.el (c-auto-newline): Removed this macro since it's
11617 not used anymore.
11618
11619 * cc-engine.el (c-looking-at-bos): New helper function.
11620 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
11621 inexpr and toplevel classes apart in Pike.
11622
11623 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
11624 of case 9A.
11625
11626 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
11627 constant, since "class" can introduce an in-expression class
11628 in Pike nowadays.
11629
11630 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11631
11632 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
11633 indentation on cpp-macro lines.
11634
11635 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
11636 a syntax modifier like comment-intro, to make it possible to
11637 get syntactic indentation for preprocessor directives. It's
11638 incompatible wrt to lineup functions on cpp-macro, but it has
11639 no observable effect in the 99.9% common case where cpp-macro
11640 is set to -1000.
11641
11642 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11643
11644 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
11645 member-init-cont when the preceding arglist is several lines.
11646
11647 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11648
11649 * cc-styles.el (c-style-alist): The basic offset for the BSD
11650 style corrected to 8.
11651
11652 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11653
11654 * cc-styles.el (c-style-alist): Adjusted the indentation of
11655 brace list openers in the gnu style.
11656
11657 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11658
11659 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
11660
11661 * cc-cmds.el (c-electric-brace, c-electric-slash,
11662 c-electric-star, c-electric-semi&comma, c-electric-colon,
11663 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
11664 when c-syntactic-indentation is nil.
11665
11666 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
11667 we were left at comments preceding the first statement when
11668 reaching the beginning of the buffer.
11669
11670 * cc-vars.el (c-syntactic-indentation): New variable to turn
11671 off all syntactic indentation.
11672
11673 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11674
11675 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
11676 between the text and the block comment ender when it hangs,
11677 depending on how many there are before the fill.
11678
11679 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11680
11681 * cc-engine.el (c-beginning-of-closest-statement): New helper
11682 function to go back to the closest preceding statement start,
11683 which could be inside a conditional statement.
11684 * cc-engine.el (c-guess-basic-syntax): Use
11685 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
11686
11687 * cc-engine.el (c-guess-basic-syntax): Better handling of
11688 arglist-intro, arglist-cont-nonempty and arglist-close when
11689 the arglist is nested inside parens. Cases 7A, 7C and 7F
11690 changed.
11691
11692 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
11693 up-to-date with javadoc 1.2.
11694
11695 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11696
11697 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
11698 multiline Pike type decls.
11699
11700 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11701
11702 * cc-cmds.el (c-indent-new-comment-line): Always break
11703 multiline comments in multiline mode, regardless of
11704 comment-multi-line.
11705
11706 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11707
11708 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
11709 fully::qualified::names in C++ member init lists. Preamble in
11710 case 5D changed.
11711
11712 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11713
11714 * cc-langs.el (c-common-init): Handling of obsolete variables
11715 moved to c-initialize-cc-mode. More compatible style override
11716 when using global style variables.
11717 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
11718 variables moved here.
11719
11720 * cc-styles.el (c-make-styles-buffer-local): Flag style
11721 variable localness in c-style-variables-are-local-p to make
11722 the compatibility measure in c-common-init work well.
11723
11724 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
11725 longer contain set-from-style.
11726 * cc-styles.el (c-initialize-builtin-style): Don't check for
11727 set-from-style on c-special-indent-hook.
11728 * cc-styles.el (c-copy-tree): Obsolete. The standard function
11729 copy-alist is sufficient now.
11730
11731 * cc-styles.el (c-set-style, c-set-style-1,
11732 c-get-style-variables): Fixes to variable initialization so
11733 that duplicate entries in styles have the same effect
11734 regardless of DONT-OVERRIDE.
11735
11736 * cc-styles.el (c-set-style-2): Fixed bug where the
11737 initialization of inheriting styles failed when the
11738 dont-override flag is set.
11739
11740 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
11741 on this.
11742
11743 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11744
11745 * cc-defs.el (c-forward-comment): Removed the workaround
11746 introduced in 5.38 since it had worse side-effects. If a line
11747 contains the string "//\"", it regarded the // as a comment
11748 start since the \ temporarily doesn't have escape syntax.
11749
11750 2000-07-17 Emmanuel Briot <briot@act-europe.fr>
11751
11752 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
11753 ada-xref.el before ada-prj.el, so that the Project menu is created
11754 when ada-prj tries to add to it.
11755 (ada-activate-keys-for-case): Suppress the characters that are not
11756 part of the Ada syntax. Better compatibility with else-mode
11757 (ada-adjust-case-interactive): When auto-casing is not active,
11758 correctly insert newlines (used to insert only ^M). Prevent the
11759 syntax table from being changed in case of an error
11760 (or '_' becomes part of a word and some commands are confused).
11761 Do nothing if ada-auto-case is nil.
11762 (ada-after-keyword-p): Ignore keywords that are also attributes
11763 (ada-batch-reformat): Update usage comment
11764 (ada-call-from-contextual-menu): New function
11765 (ada-case-read-exceptions): Reinitialize the casing exception list
11766 first to nil first, so that the casing exception file can be
11767 shared.
11768 (ada-check-defun-name): Handles "configure" keyword for gnatdist
11769 files.
11770 (ada-compile-goto-error): Fix regexp used to detect a file:line
11771 anywhere in the error message
11772 (ada-contextual-menu-last-point): New variable
11773 (ada-create-keymap): If the variable delete-key-deletes-forward is
11774 t on XEmacs, it means that DEL should delete one character
11775 forward.
11776 (ada-create-menu): Use :included instead of :visible for XEmacs.
11777 New submenu "Options".
11778 (ada-end-stmt-re): Correctly indent "select ... then abort"
11779 statements.
11780 (ada-fill-comment-paragraph): Correctly delete all leading '--'
11781 even if they don't match ada-fill-comment-prefix Fix handling of
11782 paragraphs on the first or last line of a file.
11783 (ada-format-paramlist): Fix handling of default parameter values.
11784 (ada-get-body-name): New function.
11785 (ada-get-current-indent): Optimized by searchling directly for an
11786 existing generic part or a statement outside of it. Handle
11787 ada-indent-align-comments when indenting comments Replaced some
11788 regexps by testing directly the next character. This results in a
11789 huge speedup on some files. New indentation scheme for renames
11790 statements. Stop looking for the 'while' or 'for' associated with
11791 a 'loop' at the first semicolon encountered. A "return" can also
11792 match an anonymous access subprogram declaration.
11793 (ada-get-indent-noindent): Ignore strings and comments when
11794 looking for the keywords "record" and "private".
11795 (ada-goto-matching-decl-start): When matching "if", make sure we
11796 are not in fact seeing "end if". Ignore "when" statements except
11797 when initial keyword was "begin". Fix handling of nested
11798 procedures. Add a recursive call to this function to skip over
11799 other 'end' statmts. Fix indentation for "when .. => begin"
11800 (ada-in-open-paren-p): Fix indentation for complex boolean
11801 expressions, where 'and then', 'or else' and parenthesis
11802 statements are mixed up.
11803 (ada-in-paramlist-p): Skip comments while searching for the
11804 beginning Fix handling of operator declarations.
11805 (ada-indent-align-comments): New variable
11806 (ada-indent-current): Change the syntax table only in the
11807 protected section, so that we are sure it is restored correctly.
11808 (ada-indent-on-previous-lines): Use ada-use-indent and
11809 ada-with-indent Correctly indent "select ... then"
11810 (ada-indent-region): Slight speedup.
11811 (ada-indent-renames): New variable.
11812 (ada-last-which-function-subprog, ada-last-which-function-line):
11813 New variables
11814 (ada-looking-at-semi-private): Correctly indent the 'private'
11815 keyword when it is the first word in a package declaration.
11816 (ada-loose-case-word): Stop searching if at the end of the buffer.
11817 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
11818 even if point is not initially at the end of the word.
11819 (ada-matching-decl-start-re): Add "when".
11820 (ada-mode): Add support for abbrev-mode, outline-mode and
11821 which-func-mode Override the old find-file.el entry in
11822 ff-special-constructs since it is using the obsolete
11823 ada-spec-suffix variable
11824 (ada-no-auto-case): New function
11825 (ada-scan-paramlist): When parsing the argument type, accept
11826 spaces (as in "X 'Class", generated by Rational Rose).
11827 (ada-other-file-name): No longer loads the other file.
11828 (ada-popup-menu): Save and restore the current buffer and cursor
11829 position before and after displaying the menu.
11830 (ada-search-ignore-complex-boolean): New function.
11831 (ada-uncomment-region): Emacs21 already knows how to delete
11832 comments not starting in the first column.
11833 (ada-use-indent): New variable
11834 (ada-which-function): New function.
11835 (ada-with-indent): New variable
11836 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
11837 can be batch-compiled from the command line.
11838
11839 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
11840 Add to the menu when the file is loaded, not in ada-mode-hook.
11841 Add -toolbar to the default ddd command Switches moved from
11842 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
11843 ada-prj-default-comp-opt
11844 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
11845 Reference Manual to the menu
11846 (ada-check-current): rewritten as a call to ada-compile-current
11847 (ada-compile): Removed.
11848 (ada-compile-application, ada-compile-current, ada-check-current):
11849 Set the compilation-search-path so that compile.el automatically
11850 finds the sources in src_dir. Automatic scrollong of the
11851 compilation buffer. C-uC-cC-c asks for confirmation before
11852 compiling
11853 (ada-compile-current): New parameter, prj-field
11854 (ada-complete-identifier): Load the .ali file before doing
11855 processing
11856 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
11857 conform to gnatmake's behavior.
11858 (ada-find-file-in-dir): New function
11859 (ada-find-references): Set the environment variables for gnatfind
11860 (ada-find-src-file-in-dir): New function.
11861 (ada-first-non-nil): Removed
11862 (ada-gdb-application): Add support for jdb, the java debugger.
11863 (ada-get-ada-file-name): Load the original-file first if not done
11864 yet.
11865 (ada-get-all-references): Handles the new ali syntax (parent types
11866 are found between <>).
11867 (ada-initialize-runtime-library): New function
11868 (ada-mode-hook): Always load a project file when a file is opened,
11869 so that the casing exceptions are correctly read.
11870 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
11871 (ada-parse-prj-file): Use find-file-noselect instead of find-file
11872 to open the project file, since the latter does not work with
11873 speedbar Get default values before loading the prj file, or the
11874 default executable file name is wrong. Use the absolute value of
11875 src_dir to initialize ada-search-directories and
11876 compilation-search-path,... Add the standard runtime library to
11877 the search path for find-file.
11878 (ada-prj-default-debugger): Was missing an opening '{'
11879 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
11880 variables.
11881 (ada-prj-default-gnatmake-opt): New variable
11882 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
11883 buffers, the project file is the default one Save the windows
11884 configuration before displaying the menu.
11885 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
11886 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
11887 ...) regexp-quote identifiers names to support operators +,
11888 -,... in regexps.
11889 (ada-remote): New function.
11890 (ada-run-application): Erase the output buffer before starting the
11891 run Support remote execution of the application. Use
11892 call-process, or the arguments are incorrectly parsed
11893 (ada-set-default-project-file): Reread the content of the active
11894 project file, not the one from the current buffer When a project
11895 file is set as the default project, all directories are
11896 automatically associated with it.
11897 (ada-set-environment): New function
11898 (ada-treat-cmd-string): New special variable ${current}
11899 (ada-treat-cmd-string): Revised. The substitution is now done for
11900 any ${...} substring
11901 (ada-xref-current): If no body was found, compiles the spec
11902 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
11903 compiler to get rid of command line length limitations.
11904 (ada-xref-get-project-field): New function
11905 (ada-xref-project-files): New variable
11906 (ada-xref-runtime-library-specs-path)
11907 (ada-xref-runtime-library-ali-path): New variables
11908 (ada-xref-set-default-prj-values): Default run command now does a
11909 cd to the build directory. New field: main_unit Provide a default
11910 file name even if the current buffer has no prj file.
11911
11912 * ada-prj.el:
11913 Rewritten to show a tabbed-dialog.
11914 (ada-prj-add-ada-menu): Remove the map and name parameters.
11915 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
11916 New function
11917 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
11918 (ada-prj-load-from-file): New function
11919 (ada-prj-save): Always save fields that depend on the current buffer
11920 (ada-prj-show-value): New function
11921
11922 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
11923 Ada mode. This will allow us to display the Ada menu in any buffer
11924 we want (for project items).
11925 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
11926 number of spaces in the header.
11927
11928 2000-07-24 Dave Love <fx@gnu.org>
11929
11930 * ediff-init.el (ediff-region-help-echo): Bind face-help.
11931
11932 2000-07-23 Noah Friedman <friedman@splode.com>
11933
11934 * type-break.el (type-break): perform autosave.
11935 Suggested by Stephen Gildea <gildea@intouchsys.com>.
11936 (type-break-do-query): Cancel query schedule while performing
11937 actual query, to avoid possibility of a second query being made
11938 while first one is already in progress.
11939 (type-break-time-stamp-format): New variable.
11940 (type-break-time-stamp): New function.
11941 (type-break-time-warning): Use it.
11942 (type-break-keystroke-warning): Use it.
11943 (type-break-noninteractive-query): Use it.
11944
11945 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
11946 cookie.
11947 Use add-minor-mode to set minor-mode-alist, if available.
11948 (eldoc-echo-area-use-multiline-p): New user option.
11949 (eldoc-echo-area-multiline-supported-p): New variable.
11950 (eldoc-docstring-format-sym-doc): Use them.
11951 (eldoc-mode): If not using idle timers, append to local post and
11952 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
11953 (eldoc-display-message-no-interference-p): Don't interfere with
11954 edebug.
11955 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
11956 (eldoc-function-arglist): New function.
11957 (eldoc-function-argstring): Use it.
11958
11959 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
11960 auto save directory exists before calling directory-files.
11961
11962 2000-07-23 Dave Love <fx@gnu.org>
11963
11964 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
11965 ^o, ^u.
11966
11967 2000-07-21 Dave Love <fx@gnu.org>
11968
11969 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
11970 now passed to the function. It now works properly.
11971
11972 * smerge-mode.el (smerge-mode-menu): Fill it out.
11973
11974 2000-07-20 Gerd Moellmann <gerd@gnu.org>
11975
11976 * info-look.el (info-lookup): If *info* is shown in another frame
11977 on the same display, select that frame, instead of switching to
11978 the Info buffer in another window of the selected frame.
11979
11980 * simple.el (universal-argument-map): Bind numeric keypad keys
11981 kp-0 to kp-9 and kp-subtract.
11982 (digit-argument): Handle these keys.
11983
11984 2000-07-20 Dave Love <fx@gnu.org>
11985
11986 * net/goto-addr.el (goto-address-fontify): Don't bother with
11987 buffer-modified and read-only stuff -- irrelevant with overlays.
11988 Put an extra property on the overlays and use it to clean up in
11989 case goto-address is re-run.
11990
11991 2000-07-19 Richard M. Stallman <rms@gnu.org>
11992
11993 * timer.el (run-with-idle-timer): Doc fix.
11994
11995 * mail/mail-utils.el (mail-strip-quoted-names):
11996 Handle case where <...> appears inside "...".
11997 Use replace-match to edit the string more simply.
11998 (rmail-dont-reply-to): Cope with an unmatched ".
11999
12000 2000-07-19 Dave Love <fx@gnu.org>
12001
12002 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
12003 implementation.
12004
12005 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
12006 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
12007 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
12008
12009 2000-07-19 Gerd Moellmann <gerd@gnu.org>
12010
12011 * textmodes/refer.el: Correct maintainer's email address.
12012
12013 * progmodes/hideif.el: Correct author's email address.
12014 Fix typo in comment.
12015
12016 * xml.el: New file.
12017
12018 * mail/mailheader.el: Correct author's mail address.
12019
12020 * gnus/parse-time.el: Correct author's mail address.
12021
12022 2000-07-19 Colin Walters <walters@cis.ohio-state.edu>
12023
12024 * comint.el (comint-highlight-input, comint-highlight-face):
12025 New user options.
12026 (comint-input-ring-file-name): Change custom type.
12027 (comint-mode-map): Bind mouse-2.
12028 (comint-insert-clicked-input): New function.
12029 (comint-send-input): Handle input highlighting.
12030
12031 2000-07-18 Stefan Monnier <monnier@cs.yale.edu>
12032
12033 * mouse.el (popup-menu): New function.
12034 (mouse-major-mode-menu): Use it.
12035
12036 2000-07-18 Dave Love <fx@gnu.org>
12037
12038 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
12039 improvements.
12040
12041 2000-07-18 Gerd Moellmann <gerd@gnu.org>
12042
12043 * faces.el (face-font-selection-order)
12044 (face-font-family-alternatives): Add custom type.
12045
12046 2000-07-18 Dave Love <fx@gnu.org>
12047
12048 * cus-edit.el (custom-variable-reset-saved)
12049 (custom-variable-reset-standard): Remove unused bindings.
12050
12051 * rect.el (open-rectangle-line): Remove unused let.
12052
12053 * hl-line.el (hl-line-highlight): Check hl-line-mode.
12054
12055 2000-07-18 Gerd Moellmann <gerd@gnu.org>
12056
12057 * cdl.el: Fix `Maintainer' keyword.
12058
12059 * play/pong.el: Add author's email address.
12060
12061 2000-07-17 Sam Steingold <sds@gnu.org>
12062
12063 * files.el (insert-directory): Call `split-string' instead of
12064 re-implementing it.
12065
12066 2000-07-18 Gerd Moellmann <gerd@gnu.org>
12067
12068 * mail/vms-pmail.el: Change maintainer to FSF.
12069
12070 * net/goto-addr.el: Change maintainer to FSF.
12071
12072 * info.el (Info-title-face-alist): Removed.
12073
12074 2000-07-18 David Ponce <david@dponce.com>
12075
12076 * recentf.el (recentf-open-files): New command that works like
12077 `recentf-open-more-files', but shows the whole list of files (not just
12078 those omitted from the menu). Useful if you don't use a menu-bar!
12079 (recentf-open-more-files) Modified to use `recentf-open-files'.
12080
12081 (recentf-open-files, recentf-open-more-files)
12082 (recentf-edit-list): Dialogs use `recentf-dialog-mode'
12083
12084 (recentf-dialog-mode): New mode for dialogs. You can now just type
12085 "q" to cancel the dialogs.
12086
12087 2000-07-18 David Ponce <david@dponce.com>
12088
12089 * recentf.el: This is a major update of recentf.el. It adds new
12090 features to better organize the recentf menu and "More..." buffer.
12091
12092 Using new provided menu filtering functions you can now organize the
12093 recent files list:
12094
12095 - by major modes
12096 - by directories
12097 - by user defined rules
12098
12099 Finally, with the new `recentf-filter-changer' customizable filter you
12100 can define a ring of filters and dynamically (via the menu) cycle on
12101 each menu organization in the ring (a la msb).
12102
12103 2000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
12104
12105 * eshell/eshell.el (eshell): Replace links to eshell.info with
12106 links to eshell, to avoid problems on systems where the manual is
12107 installed as `eshell'.
12108 * eshell/esh-cmd.el (eshell-cmd): Ditto.
12109 * eshell/em-smart.el (eshell-smart): Ditto.
12110 * eshell/em-banner.el (eshell-banner): Ditto.
12111 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
12112
12113 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
12114 same-file check in the MS-DOS version (it does support inodes).
12115
12116 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
12117
12118 * eshell/eshell.el (eshell-directory-name):
12119 Run default directory name through convert-standard-filename.
12120
12121 2000-07-18 Kenichi Handa <handa@etl.go.jp>
12122
12123 * international/mule-cmds.el (select-safe-coding-system):
12124 Fix typo in the comment.
12125
12126 * language/european.el (compound-text):
12127 Force katakana-jisx0201 to be designated to G1.
12128
12129 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
12130 Don't translate some national variant characters of latin-jisx0201.
12131 (x-ctext): Force katakana-jisx0201 to be designated to G1.
12132
12133 * international/kkc.el (kkc-after-update-conversion-functions):
12134 New variable.
12135 (kkc-update-conversion): Run functions in it at the tail.
12136
12137 2000-07-16 John Wiegley <johnw@gnu.org>
12138
12139 * lisp/align.el (align-newline-and-indent):
12140 Adding new function. for auto-aligning blocks of code on RET.
12141 (align-region): Fixed badly formatted minibuffer message.
12142
12143 2000-07-17 Kenichi Handa <handa@etl.go.jp>
12144
12145 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
12146 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
12147 the conversion list at first if appropriate.
12148 (kkc-next): Don't update kkc-next-count here.
12149 (kkc-prev): Don't update kkc-prev-count here.
12150 (kkc-show-conversion-list-update): Fix setting up of conversion
12151 list message.
12152
12153 2000-07-16 Stefan Monnier <monnier@cs.yale.edu>
12154
12155 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
12156
12157 2000-07-16 Dave Love <fx@gnu.org>
12158
12159 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
12160 function to be more specific.
12161
12162 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
12163 non-string help-echo.
12164 (widget-types-convert-widget): Defsubst it.
12165 (widget-echo-help): Try to cope with a help-echo function of two
12166 possible sorts.
12167
12168 2000-07-15 Jason Rumney <jasonr@gnu.org>
12169
12170 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
12171 Declare as obsolete.
12172
12173 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
12174
12175 2000-07-14 Gerd Moellmann <gerd@gnu.org>
12176
12177 * hilit-chg.el: Fix typo.
12178
12179 2000-07-14 Dave Love <fx@gnu.org>
12180
12181 * info.el (Info-mode-menu): Fix use of :help, :enable.
12182
12183 2000-07-14 Stefan Monnier <monnier@cs.yale.edu>
12184
12185 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
12186
12187 2000-07-13 Dave Love <fx@gnu.org>
12188
12189 * emacs-lisp/easymenu.el: Doc fixes.
12190 (easy-menu-remove): Defalias to ignore.
12191
12192 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
12193 Call throw correctly.
12194
12195 2000-07-13 Gerd Moellmann <gerd@gnu.org>
12196
12197 * faces.el (frame-background-mode): Doc fix.
12198
12199 * simple.el (eval-expression-print-length): Change custom type to
12200 allow entering nil as value.
12201
12202 2000-07-13 Dave Love <fx@gnu.org>
12203
12204 * progmodes/fortran.el (fortran-imenu-generic-expression):
12205 Change definition layout.
12206 (fortran-mode-menu): Reinstate customize entries.
12207
12208 * cus-edit.el (custom-group-menu-create, customize-menu-create):
12209 Use :filter, per old XEmacs code.
12210
12211 2000-07-12 Gerd Moellmann <gerd@gnu.org>
12212
12213 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
12214 event when deciding what to send to the terminal.
12215
12216 2000-07-12 Dave Love <fx@gnu.org>
12217
12218 * cus-start.el: Add optional version as 4th element of specs and
12219 use it for several things new in v21. Remove load-path. Fix type
12220 of line-number-display-limit.
12221
12222 2000-07-11 Dave Love <fx@gnu.org>
12223
12224 * progmodes/fortran.el: Don't require easymenu.
12225 Use repeat counts in various regexps.
12226 (fortran-mode-syntax-table): Defvar directly.
12227 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
12228 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
12229 Use defvar, not defconst.
12230 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
12231 (fortran-mode): Set fortran-comment-line-start-skip,
12232 fortran-comment-line-start-skip, dabbrev-case-fold-search.
12233 (fortran-comment-indent): Use defsubst.
12234 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
12235 Use fortran-comment-indent, not fortran-comment-indent-function.
12236 (fortran-comment-region, fortran-electric-line-number): Simplify.
12237 (fortran-auto-fill): New function.
12238 (fortran-do-auto-fill): Deleted.
12239 (fortran-find-comment-start-skip):
12240 Check for non-null comment-start-skip.
12241 (fortran-auto-fill-mode, fortran-fill-statement):
12242 Use fortran-auto-fill.
12243 (fortran-fill): Use fortran-auto-fill. Check for null
12244 comment-start-skip. Simplify final clause and use end-of-line finally.
12245
12246 * widget.el (widget-plist-member): New alias.
12247
12248 2000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
12249
12250 * eshell/esh-module.el (toplevel): Reference
12251 byte-compile-current-file only if it is bound.
12252
12253 2000-07-10 Gerd Moellmann <gerd@gnu.org>
12254
12255 * dired.el: Don't require `dired-aux'.
12256
12257 2000-07-10 Miles Bader <miles@lsi.nec.co.jp>
12258
12259 * dired-aux.el (dired-show-file-type): New function.
12260 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
12261 (dired-show-file-type): Add autoload.
12262
12263 2000-07-10 Kenichi Handa <handa@etl.go.jp>
12264
12265 * international/mule-diag.el (describe-font): Adjusted for the
12266 change of fontset-info.
12267 (print-fontset): Likewise.
12268
12269 2000-07-09 Stefan Monnier <monnier@cs.yale.edu>
12270
12271 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
12272
12273 2000-07-07 Gerd Moellmann <gerd@gnu.org>
12274
12275 * bindings.el: Bind `[delete]' to delete-char.
12276
12277 * dired.el (dired-find-alternate-file): New function.
12278 (dired-mode-map): Bind `a' to dired-find-alternate-file.
12279 (toplevel): Require dired-aux when compiling.
12280 (dired-buffers): Move defvar within file to avoid compiler warning.
12281
12282 * info.el (Info-last-search): Variable removed.
12283 (Info-search-history): New variable.
12284 (Info-search): New Info-search-history.
12285
12286 * battery.el, info-look.el: Change author's mail address.
12287
12288 2000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
12289
12290 * mail/rmail.el (rmail-clear-headers): Don't throw an error
12291 if rmail-ignored-headers is nil.
12292 (rmail-retry-failure): Bind rmail-ignored-headers and
12293 rmail-displayed-headers to nil.
12294
12295 2000-07-06 Gerd Moellmann <gerd@gnu.org>
12296
12297 * lpr.el (lpr-page-header-switches): Add `-h' switch.
12298 (print-region-1): Don't hard code `-h' here.
12299
12300 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
12301
12302 2000-07-01 Francesco Potorti` <pot@gnu.org>
12303
12304 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
12305 exim can use "your message" instead of "the message".
12306
12307 2000-07-06 Stefan Monnier <monnier@cs.yale.edu>
12308
12309 * facemenu.el: Docstrings fixes.
12310 (facemenu-get-face): Don't use internal-find-face.
12311 (facemenu-iterate): Rename arg to match the docstring.
12312
12313 * newcomment.el (uncomment-region): Be more careful when skipping
12314 backwards over `=' not to bump into BOBP.
12315
12316 2000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
12317
12318 * ediff-diff.el (ediff-wordify): Use syntax table.
12319 * ediff-init.el (ediff-has-face-support-p): Use
12320 ediff-color-display-p.
12321 (ediff-color-display-p): Use display-color-p, changed to defun
12322 from defsubst.
12323 Got rid of special cases for NeXT and OS/2.
12324 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
12325 face.
12326
12327 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
12328
12329 * emacs-lisp/lucid.el: Require CL.
12330 (copy-tree, remprop): Remove, it's provided by CL.
12331 (map-keymap): Define in terms of cl-map-keymap.
12332 (extent-property, set-extent-end-glyph): New functions.
12333
12334 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
12335
12336 2000-07-05 Gerd Moellmann <gerd@gnu.org>
12337
12338 * Makefile.in (DONTCOMPILE): Add comment that the name may
12339 not be changed without changing the make-dist script.
12340
12341 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
12342 (cl-mapc): Use mapc instead of cl-old-mapc.
12343
12344 2000-07-05 Andrew Innes <andrewi@gnu.org>
12345
12346 * makefile.nt: Add support for `bootstrap' and related targets.
12347
12348 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
12349
12350 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
12351 (easy-menu-do-define): Use `menu-item' format.
12352 Handle case where easy-menu-create-menu returns a symbol.
12353 Manually call the potential top-level filter in the function binding.
12354 (easy-menu-filter-return): New arg NAME.
12355 Convert to a keymap if MENU is an XEmacs menu.
12356 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
12357 (easy-menu-converted-items-table, easy-menu-convert-item):
12358 New var and fun to memoize easy-menu-convert-item-1.
12359 (easy-menu-do-add-item): Use it.
12360 (easy-menu-create-menu): Use easy-menu-convert-item.
12361 Wrap easy-menu-filter-return around any :filter specification.
12362 Don't convert the menu if a filter was specified.
12363 Tell easy-menu-make-symbol not to check for MENU being an expression.
12364 (easy-menu-make-symbol): New arg NOEXP.
12365
12366 2000-07-05 Gerd Moellmann <gerd@gnu.org>
12367
12368 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
12369 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
12370 (eval-defun): If called with prefix arg, instrument code for
12371 Edebug.
12372
12373 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
12374 similar to that of eval-defun.
12375
12376 2000-07-04 Dave Love <fx@gnu.org>
12377
12378 * hl-line.el (hl-line-overlay): Make it permanent-local.
12379
12380 * calendar/todo-mode.el: Replaced with a working version, based on
12381 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
12382
12383 2000-07-03 Miles Bader <miles@lsi.nec.co.jp>
12384
12385 * paths.el (prune-directory-list): New function.
12386 (Info-default-directory-list): Rewritten to more methodically
12387 enumerate a big list of possible info directories (based on the
12388 list used by the standalone info reader).
12389
12390 * info.el (info-initialize): Use prune-directory-list to remove
12391 non-existent directories from Info-directory-list.
12392
12393 * paths.el (Info-default-directory-list): Try a list of possible
12394 info-directories instead of a single one. Add the possible
12395 info directory "/usr/share/info".
12396
12397 * woman.el (woman-man.conf-path): Explicitly include the debian
12398 man-db config file "/etc/manpath.config".
12399 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
12400 are present in `manpath.config'.
12401 (woman-manpath): Include "/usr/share/man".
12402
12403 2000-07-03 Gerd Moellmann <gerd@gnu.org>
12404
12405 * frame.el (blink-cursor-mode): Don't hide cursor initially.
12406
12407 * startup.el (command-line): Initialize blink-cursor based
12408 on window-system.
12409
12410 * frame.el (blink-cursor): Default to nil if not running under
12411 a window-system.
12412
12413 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
12414 (face-x-resources): Remove duplicate entry for :font.
12415
12416 * textmodes/refer.el (refer-find-entry-internal): Use some-window
12417 instead of cycling through windows with next-window.
12418
12419 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
12420 of cycling through windows with next-window.
12421
12422 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
12423 of cycling through windows with next-window.
12424
12425 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
12426 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
12427 instead of cycling through windows with next-window.
12428
12429 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
12430 instead of cycling through windows with next-window.
12431
12432 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
12433 of cycling through windows with next-window.
12434
12435 * terminal.el (te-process-output): Use walk-windows instead of
12436 cycling through windows with next-window.
12437
12438 * server.el (server-switch-buffer): Use some-window instead of
12439 cycling through windows with next-window.
12440
12441 * window.el (some-window): New function.
12442 (walk-windows): Remove reference to walk-windows-start.
12443
12444 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
12445
12446 2000-07-03 Richard Stallman <rms@gnu.org>
12447
12448 * window.el (walk-windows): Guarantee termination by keeping a list
12449 of all the windows already handled.
12450
12451 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
12452
12453 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
12454 window-system.
12455
12456 * man.el (Man-notify-when-ready): Don't use window-system. If
12457 Man-notify-method is newframe, and the display is not
12458 multi-frame, select the frame created for the man page.
12459 (Man-init-defvars): Doc fix.
12460
12461 2000-06-28 Gerd Moellmann <gerd@gnu.org>
12462
12463 * faces.el (region): Change background color for light background.
12464
12465 * ediff-wind.el (ediff-setup-control-frame): Remove :box
12466 attribute from mode-line face of Ediff control frame.
12467
12468 * replace.el (query-replace-map): Bind `e' like `E'.
12469
12470 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
12471
12472 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
12473 Change name to "Select All".
12474
12475 * dos-fns.el (convert-standard-filename): Fix last change.
12476
12477 2000-06-27 Gerd Moellmann <gerd@gnu.org>
12478
12479 * help.el (describe-variable): Don't insert a second `'s' in front
12480 of the string `value is shown below'. Since the syntax-table is
12481 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
12482 an existing `'s', so that this won't be deleted.
12483
12484 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
12485 * pcmpl-unix.el: New files.
12486
12487 2000-06-26 Stefan Monnier <monnier@cs.yale.edu>
12488
12489 * wid-edit.el (widget-member): Use the new plist-member.
12490
12491 2000-06-26 Gerd Moellmann <gerd@gnu.org>
12492
12493 * replace.el (perform-replace): Undo change of 2000-04-04.
12494 Instead, move backward 1 character at the end of the loop when
12495 necessary.
12496
12497 * faces.el (fringe): Change face for different backgrounds.
12498
12499 * eshell/esh-module.el (toplevel): Load defgroup's differently;
12500 patch from John.
12501
12502 * eshell/*.el: Change spelling of the Free Software Foundation.
12503
12504 * eshell/esh-toggle.el: Removed.
12505
12506 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
12507
12508 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
12509 interactively.
12510
12511 2000-06-26 Alex Schroeder <alex@gnu.org>
12512
12513 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
12514 `define-key'; instead of checking `(emacs-version)' check for
12515 `set-keymap-parent' and `set-keymap-name' directly. Add entries
12516 for `;' and `o' which might be electric.
12517
12518 (sql-electric-stuff): New user option.
12519 (sql-magic-go): New function which uses `sql-electric-stuff'.
12520 (sql-magic-semicolon): New function which uses
12521 `sql-electric-stuff'.
12522
12523 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
12524 is not fboundp.
12525
12526 (sql-oracle-options): New variable.
12527 (sql-oracle): Use it.
12528
12529 (sql-imenu-generic-expression): Doc change.
12530 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
12531 is used.
12532
12533 (sql-informix): Added command line parameter "-" to force
12534 sql-informix-program to use stdout.
12535
12536 2000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
12537
12538 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
12539 (cp864-decode-table): Doc fix.
12540 (cp720-decode-table): New variable, supports the Arabic OEM
12541 codepage used by Windows.
12542 (cp737-decode-table): New, Greek OEM codepage used by Windows.
12543
12544 2000-06-23 Dave Love <fx@gnu.org>
12545
12546 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
12547 (font-lock-fontify-anchored-keywords): Use
12548 line-beginning-position.
12549 (global-font-lock-mode): Use mapc.
12550
12551 2000-06-23 Stefan Monnier <monnier@cs.yale.edu>
12552
12553 * eshell/esh-module.el: Require CL when compiling.
12554
12555 2000-06-23 Gerd Moellmann <gerd@gnu.org>
12556
12557 * comint.el (comint-substitute-in-file-name): Call replace-match
12558 with second and third arg t.
12559
12560 * cus-edit.el (custom-button-face, custom-button-pressed-face):
12561 Specify foreground color.
12562
12563 * faces.el (tool-bar, mode-line, header-line): Specify foreground
12564 color.
12565
12566 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
12567
12568 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
12569 cddr instead of cdddr.
12570
12571 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
12572 instead of copy-list.
12573
12574 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
12575 of copy-list.
12576
12577 * subdirs.el: Add eshell subdirectory.
12578
12579 * eshell: New subdirectory containing the Eshell package.
12580
12581 * pcomplete.el: New file.
12582
12583 2000-06-23 Paul Eggert <eggert@twinsun.com>
12584
12585 * mail/mailpost.el (post-mail-send-it): Make sure file has
12586 proper permissions from birth.
12587
12588 * files.el (basic-save-buffer-2): When temporarily setting
12589 file modes, set them to current modes plus 0200, not to 0777.
12590
12591 * emerge.el (emerge-make-temp-file): Make sure file has proper
12592 permissions from birth.
12593
12594 2000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
12595
12596 * files.el (make-backup-file-name-1): On DOS/Windows, run the
12597 backup file name through convert-standard-filename.
12598
12599 * dos-fns.el (convert-standard-filename): Convert leading
12600 directories as well. When long file names are supported, convert
12601 characters that are invalid in Windows file names.
12602
12603 2000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12604
12605 * ps-print.el: Fix bug: if ^L is the very first buffer character,
12606 ps-print crashes. New feature: page selection for printing. Create
12607 raw-text-unix coding system for XEmacs. Doc fix.
12608 (ps-print-version): New version number (5.2.3).
12609 (ps-plot-region): Bug fix.
12610 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
12611 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
12612 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
12613 funs.
12614 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
12615 (ps-last-page): New vars.
12616
12617 2000-06-21 Gerd Moellmann <gerd@gnu.org>
12618
12619 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
12620 empty option string.
12621
12622 2000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
12623
12624 * man.el (man): Doc fix.
12625
12626 2000-06-21 Kenichi Handa <handa@etl.go.jp>
12627
12628 * international/mule-cmds.el (set-language-info-alist): Docstring
12629 fixed.
12630
12631 2000-06-20 Gerd Moellmann <gerd@gnu.org>
12632
12633 * version.el (emacs-version): Use ISO date format.
12634
12635 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
12636 instead of `M-backspace'.
12637
12638 * simple.el (turn-off-auto-fill): New function.
12639
12640 2000-06-20 Stefan Monnier <monnier@cs.yale.edu>
12641
12642 * jit-lock.el (with-buffer-prepared-for-jit-lock):
12643 Renamed from with-buffer-prepared-for-font-lock and use
12644 inhibit-modification-hooks rather than setting *-change-functions.
12645 Update all functions to use the new name.
12646 (jit-lock-first-unfontify-pos): New semantics (and doc).
12647 (jit-lock-mode): Make non-interactive.
12648 Don't automatically turn on font-lock.
12649 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
12650 Always use jit-lock-after-change.
12651 Remove and restore font-lock-after-change-function.
12652 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
12653 (jit-lock-after-unfontify-buffer): Remove.
12654 (jit-lock-stealth-fontify):
12655 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
12656 (jit-lock-after-change): Set the `fontified' text-prop to nil.
12657
12658 2000-06-20 Sam Steingold <sds@gnu.org>
12659
12660 * emacs-lisp/cl-indent.el (toplevel): Indent
12661 `print-unreadable-object' properly. Untabify.
12662
12663 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
12664
12665 * textmodes/reftex.el (reftex-find-citation-regexp-format):
12666 Support for bibentry.
12667 (reftex-compile-variables): Fixed problem with end of section-re.
12668
12669 * texmodes/reftex-dcr.el (reftex-view-crossref,
12670 reftex-view-crossref-from-bibtex):
12671 Deal with changed `reftex-find-citation-regexp-format'.
12672 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
12673 Replaced `remprop' with `put'.
12674 (reftex-view-crossref, reftex-view-crossref-when-idle):
12675 Support for bibentry.
12676
12677 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
12678 New entry for bibentry package.
12679
12680 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
12681 Regexp also matches "\nobibliography".
12682
12683 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
12684 Call `reftex-ensure-write-access' before doing anything.
12685 (reftex-ensure-write-access): New function.
12686
12687 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
12688
12689 * progmodes/idlwave.el: File re-installed (update to version 4.2)
12690
12691 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
12692
12693 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
12694
12695 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
12696
12697
12698 2000-06-20 Dave Love <fx@gnu.org>
12699
12700 * faces.el (frame-background-mode): Use set-default, not set, in
12701 setter.
12702 (frame-update-faces, frame-update-face-colors): Define with
12703 defalias.
12704
12705 * enriched.el (enriched-decode-foreground)
12706 (enriched-decode-background): Don't use internal-find-face.
12707
12708 * apropos.el: Doc fixes.
12709
12710 * cus-edit.el (customize-changed-options): Check arg.
12711 (customize-version-lessp): Don't require decimal point.
12712
12713 * custom.el (defcustom, defgroup): Doc fix.
12714
12715 * newcomment.el (comment) <defgroup>: Add :version.
12716 (comment-multi-line): Doc fix.
12717
12718 * emulation/mlsupport.el (define-hooked-local-abbrev,
12719 define-hooked-global-abbrev): Fix, using define-abbrev.
12720
12721 2000-06-19 Gerd Moellmann <gerd@gnu.org>
12722
12723 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
12724 the whole buffer.
12725
12726 2000-06-19 Dave Love <fx@gnu.org>
12727
12728 * menu-bar.el (menu-bar-options-save): New function.
12729 (menu-bar-options-menu): Use it.
12730 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
12731 Simplify.
12732
12733 2000-06-19 Andreas Schwab <schwab@suse.de>
12734
12735 * progmodes/etags.el (tags-query-replace): Put new parameters
12736 START and END at the end, for backward compatibility.
12737
12738 2000-06-19 Kenichi Handa <handa@etl.go.jp>
12739
12740 * international/codepage.el:
12741 (cp-coding-system-for-codepage-1): Delete special codes for
12742 generating xxx-dos coding system because now a CCL based coding
12743 system can handle EOL conversion by default.
12744
12745 * international/mule.el (make-coding-system): Generate subsidiary
12746 coding systems for EOL handling variants even for a CCL based
12747 coding system.
12748
12749 2000-06-19 Kenichi Handa <handa@etl.go.jp>
12750
12751 * international/isearch-x.el (isearch-minibuffer-input-method)
12752 (isearch-minibuffer-input-method-function): These variables
12753 deleted.
12754 (isearch-with-input-method): Don't use the above variables.
12755 (isearch-process-search-multibyte-characters): Likewise. Call
12756 read-string with the arg INHERIT-INPUT-METHOD t.
12757
12758 2000-06-17 Stefan Monnier <monnier@cs.yale.edu>
12759
12760 * font-lock.el (font-lock-after-fontify-buffer)
12761 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
12762
12763 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
12764 Use consistent make-local-variable style for font-lock-fontified.
12765 (jit-lock-fontify-buffer):
12766 Don't bother checking for font-lock-mode and jit-lock-mode.
12767
12768 * time.el: Remove trailing ^M that prevent CVS-merging.
12769
12770 2000-06-16 Gerd Moellmann <gerd@gnu.org>
12771
12772 * Makefile.in (distclean): New target.
12773
12774 2000-06-16 Stefan Monnier <monnier@cs.yale.edu>
12775
12776 * Makefile.in (srcdir): Define for update-subdirs.
12777
12778 2000-06-16 Gerd Moellmann <gerd@gnu.org>
12779
12780 * find-lisp.el: New file.
12781
12782 2000-06-16 Andrew Innes <andrewi@gnu.org>
12783
12784 * time.el (display-time-mail-function): New variable, to allow
12785 external packages to indicate when new mail is available.
12786 (display-time-update): Use it.
12787
12788 2000-06-16 Kenichi Handa <handa@etl.go.jp>
12789
12790 * international/mule.el (mule-version): Change version name to
12791 SAKAKI. AOI has already been used by Meadow.
12792
12793 * international/quail.el (quail-show-guidance-buf): To find the
12794 bottom window (but minibuffer), pay attention to the height of
12795 minibuffer.
12796
12797 2000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
12798
12799 * arc-mode.el (archive-mode-map): Use the new menu-item format for
12800 menu-bar menus. Add help strings. Don't remove the Edit menu
12801 from the menu bar, as the menu bar has enough space now.
12802
12803 * Makefile.in (SHELL): Make sure /bin/sh is used.
12804
12805 * woman.el (woman-man-buffer): Fix bold and underlined CJK
12806 characters, which use series of two ^H characters instead of one.
12807
12808 2000-06-15 Gerd Moellmann <gerd@gnu.org>
12809
12810 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
12811 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
12812 functions.
12813 (Info-find-node-2): Try a case-sensitive search first, then
12814 do a case-insensitive search.
12815
12816 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
12817 tutorials.
12818
12819 * complete.el (PC-env-vars-alist): New variable.
12820 (PC-complete-as-file-name): New function.
12821 (partial-completion-mode): Initialize PC-env-vars-alist from
12822 process-environment.
12823 (PC-do-completion): Handle completion of env vars.
12824
12825 * info.el (Info-set-mode-line): Show file name in mode line,
12826 use `*Info*' instead of `Info:'.
12827
12828 * startup.el (command-line-1): Change copyright messages to year
12829 2000.
12830
12831 2000-06-15 Dave Love <fx@gnu.org>
12832
12833 * net/goto-addr.el (goto-address-fontify): Use keymap property,
12834 not local-map.
12835
12836 2000-06-15 Kenichi Handa <handa@etl.go.jp>
12837
12838 * international/mule.el (set-buffer-file-coding-system): Almost
12839 rewritten to handle `undecided' as no-op.
12840
12841 2000-06-14 Gerd Moellmann <gerd@gnu.org>
12842
12843 * Makefile.in: New file.
12844
12845 * Makefile: Removed.
12846
12847 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
12848 (goto-address-highlight-keymap): Bind C-c RET.
12849
12850 2000-06-14 Kenichi Handa <handa@etl.go.jp>
12851
12852 * mail/sendmail.el (sendmail-send-it): The temporary buffer
12853 inherits buffer-file-coding-system of the current buffer.
12854
12855 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
12856 0. Give correct argument to set-auto-coding-function.
12857 (tar-expunge): For goto-char, use (point-min), not 0.
12858 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
12859 (tar-subfile-save-buffer): Likewize.
12860
12861 * international/mule.el
12862 (after-insert-file-set-buffer-file-coding-system): Call
12863 set-buffer-file-coding-system with the arg FORCE t.
12864
12865 2000-06-13 Gerd Moellmann <gerd@gnu.org>
12866
12867 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
12868 nil. Contemporary sendmails issue an X-Authentication-Warning if
12869 the sender is set with `-f'.
12870
12871 2000-06-13 Dave Love <fx@gnu.org>
12872
12873 * help.el (describe-function-1): Kluge around cases of functions
12874 fset to subrs whose doc doesn't match their symbol-name.
12875
12876 * image.el (insert-image): Default STRING to a space.
12877
12878 * info.el Doc fixes.
12879 (Info-build-node-completions): Match Ref tags.
12880
12881 2000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
12882
12883 * frame.el (display-multi-frame-p, display-multi-font-p): New
12884 defaliases for display-graphic-p.
12885
12886 * hl-line.el: Fixed a typo in commentary.
12887
12888 2000-06-13 Kenichi Handa <handa@etl.go.jp>
12889
12890 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
12891 fixed.
12892
12893 2000-06-12 Dave Love <fx@gnu.org>
12894
12895 * image.el (insert-image): Save a little consing.
12896
12897 2000-06-12 Kenichi Handa <handa@etl.go.jp>
12898
12899 * language/tibet-util.el: Convert all tibetan-1-column characters
12900 to the corresponding tibetan characters.
12901 (tibetan-add-components): Delete code for the special treatment of
12902 'a chung.
12903
12904 * language/tibetan.el (tibetan-composable-pattern): Fix previous
12905 change.
12906 (tibetan-vowel-transcription-alist): More rules added.
12907 (tibetan-composite-vowel-alist): New variable.
12908 (tibetan-precomposition-rule-alist): More rules added.
12909
12910 2000-06-12 Stefan Monnier <monnier@cs.yale.edu>
12911
12912 * startup.el (command-line): Only call menu-bar-mode if interactive.
12913
12914 * thingatpt.el (toplevel symbol-properties):
12915 * textmodes/makeinfo.el (makeinfo-compile):
12916 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
12917 * progmodes/hideif.el (hif-compress-define-list)
12918 (hide-ifdef-use-define-alist):
12919 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
12920 (ange-ftp-vms-add-file-entry):
12921 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
12922 * man.el (Man-build-man-command):
12923 * mail/rnewspost.el (news-reply-header-hook):
12924 * info.el (Info-insert-dir):
12925 * emulation/mlconvert.el (backward-word, forward-word, setq):
12926 * emacs-lisp/gulp.el (gulp-send-requests):
12927 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
12928 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
12929 (byte-optimize-apply, end of file):
12930 * emacs-lisp/advice.el (ad-advice-class-completion-table)
12931 (ad-make-freeze-definition):
12932 * startup.el (command-line, command-line-1): Don't quote lambdas.
12933
12934 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
12935 (cvs-cleanup-removed): New function.
12936 (cvs-cleanup-functions): New var.
12937 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
12938 some flexibility in specifying additional entries to auto-cleanup.
12939 (cvs-quickdir): New function.
12940 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
12941 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
12942 (cvs-mode-find-file): Check that we are on a filename or dirname
12943 when invoked through a mouse-click.
12944 (cvs-full-path): Remove.
12945 (cvs-dired-action): Re-introduced.
12946 (cvs-dired-noselect): Use it.
12947 (vc-post-command-functions): use this new hook if available.
12948
12949 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
12950 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
12951 (cvs-filename-map, cvs-dirname-map): Remove.
12952 (cvs-default-action): Remove.
12953 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
12954 if the arg is really a keymap.
12955 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
12956 Don't hardcode the mapping from state (aka type) to face, but check
12957 the var cvs-fi-<type>-face instead.
12958 (cvs-fileinfo-from-entries): New function.
12959
12960 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
12961 Docstring fix.
12962 (cvs-find-file-and-jump): Change default to be safer.
12963 (cvs-mode-diff-map): Define it as a function as well.
12964 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
12965 Bind mouse-2 in this global map rather than with text-properties.
12966
12967 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
12968 file to resolve the ambiguity between C(conflict) and C(need-merge).
12969
12970 2000-06-12 Kenichi Handa <handa@etl.go.jp>
12971
12972 * international/mule.el (set-buffer-file-coding-system): If
12973 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
12974 unconditionally.
12975
12976 2000-06-12 Dave Love <fx@gnu.org>
12977
12978 * wid-edit.el (widget-specify-button): Really suppress the face if
12979 required.
12980
12981 2000-06-11 Gerd Moellmann <gerd@gnu.org>
12982
12983 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
12984
12985 2000-06-11 Stefan Monnier <monnier@cs.yale.edu>
12986
12987 * imenu.el (imenu-generic-expression): Docstring fix.
12988
12989 * composite.el (composition-function-table): Move the `put'
12990 below the autoload cookie so we can load the file before loaddefs.
12991
12992 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
12993
12994 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
12995 Handle easy-mmode-define-global-mode.
12996 For complex macros like define-minor-mode that can generate
12997 several autoload entries, try to autoload entries in the
12998 macroexpanded code.
12999
13000 * emacs-lisp/easy-mmode.el (define-minor-mode):
13001 If KEYMAP is a symbol, just use it.
13002 Use byte-compile-current-file and load-file-name to infer the
13003 proper :require to pass to defcustom.
13004 Wrap the hook var into `progn' so as not to autoload it.
13005 Add a :autoload-end cookie.
13006 Be more careful about the evaluation of KEYMAP.
13007 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
13008 (define-derived-mode): Move define-abbrev-table outside of defvar.
13009
13010 2000-06-10 Stefan Monnier <monnier@cs.yale.edu>
13011
13012 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
13013 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
13014 (backup-compiled-files): Ignore errors during `tar'.
13015 (bootstrap): Make autoloads before elc files.
13016
13017 2000-06-10 Kenichi Handa <handa@etl.go.jp>
13018
13019 * international/mule.el (set-buffer-file-coding-system): If one of
13020 undecided-XXX is specified, change only EOL conversion.
13021
13022 * international/mule-conf.el (unix): New alias for the coding
13023 system undecided-unix.
13024
13025 2000-06-09 Dave Love <fx@gnu.org>
13026
13027 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
13028
13029 * progmodes/executable.el: Byte compile dynamic.
13030 (executable-insert): Change custom type.
13031 (executable-find): Add autoload cookie.
13032 (executable-make-buffer-file-executable-if-script-p): New
13033 function. After Noah Friedman.
13034
13035 * files.el (after-save-hook): Customize, with
13036 executable-make-buffer-file-executable-if-script-p as an option.
13037
13038 2000-06-09 Kenichi Handa <handa@etl.go.jp>
13039
13040 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
13041 "tib24p-mule.bdf" for Tibetan.
13042
13043 * composite.el (decompose-composite-char): Declare it as obsolete.
13044
13045 * man.el (Man-fontify-manpage): Pay attention to underline and
13046 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
13047
13048 2000-06-08 Gerd Moellmann <gerd@gnu.org>
13049
13050 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
13051 Set maintainer to FSF since author isn't reachable.
13052
13053 2000-06-08 Dave Love <fx@gnu.org>
13054
13055 * international/mule-cmds.el (select-safe-coding-system): If
13056 DEFAULT-CODING-SYSTEM is not specified, also check the most
13057 preferred coding-system if buffer-file-coding-system is
13058 `undecided'. From Handa.
13059
13060 2000-06-08 Kenichi Handa <handa@etl.go.jp>
13061
13062 * international/mule.el
13063 (after-insert-file-set-buffer-file-coding-system): If the buffer
13064 size is greater than INSERTED, judget that we are not visiting.
13065
13066 2000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
13067
13068 * whitespace.el (defgroup whitespace): Comment out `:version'.
13069 XEmacs 20.4 has problems defining the group with this present.
13070 We'll have this commented out till get resolve the problem.
13071
13072 2000-06-07 John Wiegley <johnw@gnu.org>
13073
13074 * align.el (align-dq-string-modes, align-sq-string-modes)
13075 (align-open-comment-modes): Add pyhton-mode.
13076 (align-rules-list): Use get-text-property instead of
13077 text-properties-at.
13078 (align-rules-list): Add python-assignment.
13079 (align-rules-list): Change perl-comma-delimiter to
13080 basic-comma-delimiter. Use if for Perl modes and python-mode.
13081 (align-rules-list): Add python-chain-logic and
13082 basic-line-continuation.
13083
13084 2000-06-07 Jari Aalto <jari.aalto@poboxes.com>
13085
13086 * apropos.el (apropos-mode-hook): New user variable.
13087 (apropos-mode): Run apropos-mode-hook.
13088
13089 2000-06-07 David Ponce <david@dponce.com>
13090
13091 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
13092 commands. Require `wid-edit' at run-time.
13093
13094 2000-06-07 David Ponce <david@dponce.com>
13095
13096 * recentf.el: Added some "Commentary".
13097 (recentf-open-more-files, recentf-edit-list): Minor changes to
13098 move the point at the top of the file list. This behaviour is
13099 consistent with the menu one when the list contains a lot of
13100 files.
13101 (recentf-cleanup): Now displays the number of items removed from
13102 the list.
13103 (recentf-relative-filter) New menu filter to show filenames
13104 relative to `default-directory'.
13105
13106 2000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13107
13108 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
13109 with/without giving an error if PostScript printer doesn't have this
13110 kind of page size. Zebra Stripe continues or restarts on next page.
13111 Manual/automatic paper feeding. Switch or not the header.
13112 (ps-print-version): New version number (5.2.2).
13113 (ps-windows-system): Include emx as a Windows system.
13114 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
13115 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
13116 (ps-background-text): Code fix.
13117 (ps-error-handler-message, ps-user-defined-prologue)
13118 (ps-print-prologue-header, ps-printer-name)
13119 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
13120 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
13121 (ps-use-face-background): Customization fix.
13122 (ps-n-up-database): Data fix.
13123 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
13124 (ps-switch-header): New vars.
13125 (ps-xemacs-color-name, ps-face-foreground-name)
13126 (ps-face-background-name, ps-boolean-constant): New funs.
13127
13128 2000-06-07 Dave Love <fx@gnu.org>
13129
13130 * allout.el: New version from Manheimer.
13131
13132 2000-06-07 Kenichi Handa <handa@etl.go.jp>
13133
13134 * textmodes/fill.el (fill-find-break-point): Check the validity of
13135 charset.
13136
13137 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
13138
13139 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
13140 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
13141 Call display-color-p and display-mouse-p instead of looking at
13142 window-system.
13143
13144 2000-06-06 Dave Love <fx@gnu.org>
13145
13146 * image.el (find-image): Doc fix. Return nil if image not found.
13147 (put-image, insert-image): Make STRING arg optional.
13148
13149 2000-06-06 Kenichi Handa <handa@etl.go.jp>
13150
13151 * language/vietnamese.el: Remove eval-when-compile.
13152 (viet-viscii-nonascii-translation-table): Define it as a
13153 translation table made from viet-viscii-decode-table.
13154 (viet-viscii-encode-table): Define it as a translation table made
13155 from the reverse map of above.
13156 (viet-vscii-nonascii-translation-table): Define it as a
13157 translation table made from viet-vscii-decode-table.
13158 (viet-vscii-encode-table): Define it as a translation table made
13159 from the reverse map of above.
13160 (ccl-decode-viscii): Use translate-character.
13161 (ccl-encode-viscii, ccl-encode-viscii-font)
13162 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
13163 Likewize.
13164
13165 * language/cyrillic.el: Remove eval-when-compile.
13166 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
13167 translation table made from cyrillic-koi8-r-decode-table.
13168 (cyrillic-koi8-r-encode-table): Define it as a translation table
13169 made from the reverse map of above.
13170 (ccl-decode-koi8): Use translate-character.
13171 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
13172 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
13173 a translation table made from cyrillic-alternativnyj-decode-table.
13174 (cyrillic-alternativnyj-encode-table): Define it as a translation
13175 table made from the reverse map of above.
13176 (ccl-decode-alternativnyj): Use translate-character.
13177 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
13178 Likewize
13179
13180 * international/mule-diag.el (non-iso-charset-alist): Specify
13181 translation table symbol instead of translation table itself.
13182 (list-block-of-chars): CHARSET may be a translation table symbol.
13183
13184 * international/mule.el (make-coding-system): If CODING-SYSTEM
13185 already exists, override it.
13186
13187 * international/fontset.el: Use family `proportional' for Tibetan
13188 fonts.
13189
13190 * international/ccl.el (ccl-compile-translate-character): Don't
13191 check if Rrr has property translation-table.
13192 (ccl-compile-map-multiple): Modified to avoid compiler warning.
13193
13194 2000-06-05 Gerd Moellmann <gerd@gnu.org>
13195
13196 * info.el: Bind case-fold-search to t when searching in case
13197 a user sets it to nil in a hook.
13198
13199 2000-06-05 Stefan Monnier <monnier@cs.yale.edu>
13200
13201 * autoarg.el (autoarg-mode, autoarg-kp-mode):
13202 * hl-line.el (hl-line-mode): Use the new :global key argument.
13203
13204 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
13205 (tar-clip-time-string): Prepend a space.
13206 (tar-grind-file-mode): Construct a string rather than modifying one.
13207 (tar-header-block-summarize): Fix docstring.
13208 Use `format' rather than an error-prone set of copy-loops.
13209
13210 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
13211 (diff-goto-source, diff-unified->context, diff-context->unified)
13212 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
13213 understand the format output by the `-p' argument to diff.
13214
13215 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
13216 (sh-re-done): Use defconst.
13217 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
13218 (sh-help-string-for-variable, sh-guess-basic-offset):
13219 Don't quote lambdas.
13220 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
13221 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
13222
13223 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
13224 (mh-letter-mode): Derive from text-mode.
13225 This implicitly means that it now calls kill-all-local-variables.
13226 Also remove the Emacs-18 compatibility code.
13227
13228 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
13229 Make use of symbol-property doc-string-elt.
13230 Use memq rather than a sequence of eq.
13231 (doc-string-elt): Fix the wrong or missing previously unused values.
13232 (autoload-print-form): New function extracted from
13233 generate-file-autoloads to allow recursion when handling progn
13234 so that defvar's and defun's docstrings are properly printed.
13235 (generate-file-autoloads): Use it.
13236
13237 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
13238 Use find-file-hooks in the minor-mode function.
13239 Be careful not to loop indefinitely in the post-command-hook function.
13240
13241 2000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
13242
13243 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
13244 tty's.
13245 * ediff-diff.el (ediff-exec-process): Use --binary for fine
13246 differences whenever appropriate.
13247 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
13248 * viper.el (find-file, find-file-other-window): Get viper to do
13249 wildcards.
13250
13251 2000-06-04 Stefan Monnier <monnier@cs.yale.edu>
13252
13253 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
13254 (jit-lock-fontify-buffer): New function for JIT refontification.
13255 (jit-lock-mode): Fix docstring.
13256 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
13257 Remove jit-lock-after-change from the _local_ hook.
13258 (jit-lock-function-1): Fix docstring.
13259
13260 * info.el (Info-on-current-buffer): Initialize info.
13261
13262 * newcomment.el (comment-indent): Ignore comment-indent-hook.
13263
13264 * progmodes/tcl.el (tcl-indent-for-comment):
13265 Ignore comment-indent-hook.
13266
13267 * emacs-lisp/easy-mmode.el: Require CL during compilation.
13268 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
13269 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
13270 and improve to use the lighter to guess the capitalization.
13271 (define-minor-mode): Inline code from easy-mmode-define-toggle.
13272 Add keyword arguments to specify global-ness or the custom group.
13273 Add local-map and help-echo properties to the lighter.
13274 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
13275 (easy-mmode-define-global-mode): New macro.
13276
13277 2000-06-02 Dave Love <fx@gnu.org>
13278
13279 * wid-edit.el: byte-compile-dynamic since we typically don't use
13280 all the widgets. Don't require cl or widget. Remove
13281 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
13282 (widget-read-event): Removed. Callers changed to use read-event.
13283 (widget-button-release-event-p): Renamed from
13284 button-release-event-p.
13285 (widget-field-add-space, widget-field-use-before-change):
13286 Uncustomize.
13287 (widget-specify-field): Use keymap property, not local-map.
13288 (widget-specify-button): Obey :suppress-face.
13289 (widget-specify-insert): Use modern backquote syntax.
13290 (widget-image-directory): Renamed from widget-glyph-directory.
13291 (widget-image-enable): Renamed from widget-glyph-enable.
13292 (widget-image-find): Replaces widget-glyph-find.
13293 (widget-button-pressed-face): Move defvar.
13294 (widget-image-insert): Replaces widget-glyph-insert.
13295 (widget-convert): Use keywordp.
13296 (widget-leave-text, widget-children-value-delete): Use mapc.
13297 (widget-keymap): Remove XEmacs stuff.
13298 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
13299 (widget-button-click): Don't set point at the click, but re-centre
13300 if we scroll out of window. Rewritten for images v. glyphs &c.
13301 (widget-tabable-at): Use POS arg, not point.
13302 (widget-beginning-of-line, widget-end-of-line)
13303 (widget-item-value-create, widget-sublist, widget-princ-to-string)
13304 (widget-sexp-prompt-value, widget-echo-help): Simplify.
13305 (widget-default-create): Use widget-image-insert; some rewriting.
13306 (widget-visibility-value-create)
13307 (widget-push-button-value-create, widget-toggle-value-create): Use
13308 widget-image-insert.
13309 (checkbox): Create on and off images dynamically.
13310 (documentation-link): Change :help-echo.
13311 (widget-documentation-link-echo-help): Remove.
13312
13313 2000-06-02 Stefan Monnier <monnier@cs.yale.edu>
13314
13315 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
13316
13317 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
13318 (easy-mmode-define-toggle, define-minor-mode): Use it.
13319 (easy-mmode-define-keymap): Docstring fix.
13320 (define-derived-mode): Default PARENT to fundamental-mode.
13321 Add the derived-mode-parent symbol-property.
13322 (easy-mmode-derived-mode-p): New function.
13323
13324 2000-06-02 Dave Love <fx@gnu.org>
13325
13326 * files.el (convert-standard-filename): Doc fix.
13327 (normal-backup-enable-predicate): New function.
13328 (backup-enable-predicate): Use it to replace the lambda form.
13329
13330 * calendar/todo-mode.el: [This needs more work on the outline
13331 stuff.] Doc fixes.
13332 (todo) <defgroup>: Add :version.
13333 (todo-add-category): Don't use pushnew.
13334 (todo-cmd-raise): Fix typo.
13335 (todo-top-priorities): Change temp buffer name.
13336 (todo-category-alist): Avoid redundant lambda.
13337 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
13338 Use outline-next-heading.
13339
13340 * autoarg.el: Rewritten to use define-minor-mode.
13341 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
13342 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
13343
13344 2000-06-02 Kenichi Handa <handa@etl.go.jp>
13345
13346 * isearch.el (isearch-other-meta-char): Fix previous change.
13347
13348 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
13349
13350 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
13351 (log-edit-done): Only add the comment to the ring if it's different
13352 from the last comment entered.
13353
13354 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
13355
13356 2000-06-01 Dave Love <fx@gnu.org>
13357
13358 * hl-line.el: Rewritten using define-minor-mode.
13359
13360 * help.el (describe-function-1): Distinguish special form from
13361 builtin function. Sanity-check presence of arglist for builtins.
13362
13363 2000-06-01 Kenichi Handa <handa@etl.go.jp>
13364
13365 * international/characters.el: Fix syntax/category setting of
13366 Tibetan characters.
13367
13368 * language/tibet-util.el (tibetan-add-components): Fixes for new
13369 encoding of Tibetan characters.
13370 (tibetan-decompose-precomposition-alist): New variable.
13371 (tibetan-decompose-region): Convert precomposed characters to
13372 non-precomposed characters.
13373 (tibetan-decompose-string): Likewise.
13374 (tibetan-composition-function): Fix args to
13375 thibetan-compose-string.
13376
13377 * language/tibetan.el (tibetan-composable-pattern): More
13378 characters included.
13379 (tibetan-consonant-transcription-alist): Rule for "R" added.
13380 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
13381 "+R" added.
13382 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
13383
13384 * language/lao-util.el (lao-composition-function): Fix args to
13385 compose-string.
13386
13387 * language/thai-util.el (thai-composition-function): Fix args to
13388 compose-string.
13389
13390 * isearch.el (isearch-update): Set disable-point-adjustment to t
13391 to prevent the point moving to the end of a composition when a
13392 part of a composition is searched.
13393 (isearch-other-meta-char): If the key invoking this command can be
13394 mapped by function-key-map to a printing char, call
13395 isearch-process-search-char directly.
13396
13397 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
13398
13399 * emacs-lisp/bytecomp.el:
13400 * frame.el:
13401 * international/mule-cmds.el:
13402 * international/mule-util.el:
13403 * international/mule.el:
13404 * mouse.el:
13405 * subr.el:
13406 * faces.el: Update calls to make-obsolete with a WHEN argument.
13407
13408 * byte-run.el (make-obsolete, make-obsolete-variable):
13409 Add an optional WHEN argument and change the format of the
13410 symbol-property information.
13411 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
13412 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
13413 new obsolete-symbol-property format and print WHEN if it is provided.
13414
13415 2000-05-31 Dave Love <fx@gnu.org>
13416
13417 * loadhist.el (loadhist-hook-functions): Remove
13418 before-change-function, after-change-function.
13419 (unload-feature): Deal with symbols which are both bound and
13420 fbound.
13421
13422 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
13423 before-change-function, after-change-function.
13424
13425 * simple.el (newline): Don't bind before-change-function,
13426 after-change-function.
13427
13428 2000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
13429
13430 * whitespace.el (whitespace-rescan-timer-time): Update interval
13431 set to 600 seconds (10 minutes) instead of 60 seconds since
13432 a large number of whitespace buffers causes emacs to `freeze'
13433 for a considerable amount of time.
13434
13435 * whitespace.el: Updated email address
13436
13437 2000-05-31 Dave Love <fx@gnu.org>
13438
13439 * add-log.el (change-log-font-lock-keywords) <function>: Add
13440 pattern for function of change.
13441 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
13442 acknowledgements patterns.
13443
13444 2000-05-31 Kenichi Handa <handa@etl.go.jp>
13445
13446 * isearch.el (isearch-printing-char): If keyboard coding system is
13447 being used, call isearch-process-search-multibyte-characters.
13448
13449 * international/isearch-x.el: Mostly rewritten.
13450
13451 * international/quail.el (quail-start-conversion): Don't include
13452 unhandled events in the returned events, but set them in
13453 unread-command-events. Exit if all inputs are deleted.
13454
13455 2000-05-30 Jason Rumney <jasonr@gnu.org>
13456
13457 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
13458
13459 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
13460 Reenable code to create initial fontsets.
13461 Use set-fontset-font in place of put-charset-property.
13462
13463 2000-05-30 Gerd Moellmann <gerd@gnu.org>
13464
13465 * progmodes/perl-mode.el (perl-indent-line): When looking for a
13466 label, ensure that the first colon isn't followed by another.
13467
13468 * paths.el (Info-default-directory-list): Doc fix.
13469
13470 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
13471 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
13472 send a query containing USER only, not USER@HOST.
13473
13474 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
13475 and rmail-msgend to compute the restriction at the end, instead of
13476 computing it.
13477
13478 2000-05-29 Gerd Moellmann <gerd@gnu.org>
13479
13480 * dabbrev.el (dabbrev-expand): Don't display messages in the
13481 echo area if the minibuffer window is active.
13482
13483 * jit-lock.el (jit-lock-mode): Add after change function to
13484 local hook.
13485
13486 2000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
13487
13488 * antlr-mode.el: New commands: hide/unhide actions,
13489 upcase/downcase literals.
13490 (antlr-tiny-action-length): New user option.
13491 (antlr-hide-actions): New command. Suggested by
13492 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
13493 (antlr-mode-map): New binding [C-c C-v].
13494 (antlr-mode-menu): New entries.
13495 (antlr-downcase-literals): New command.
13496 (antlr-upcase-literals): Ditto.
13497
13498 * antlr-mode.el: Minor changes: indendation, mode-name.
13499 (antlr-indent-line): Indent cpp directive at column 0.
13500 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
13501
13502 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
13503 (antlr-font-lock-additional-keywords): Workaround for intentional
13504 bug in XEmacs version of font-lock.
13505 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
13506 be used by a smarter version of `buffers-menu-grouping-function'.
13507
13508 2000-05-29 Gerd Moellmann <gerd@gnu.org>
13509
13510 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
13511 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
13512
13513 2000-05-29 Kenichi Handa <handa@etl.go.jp>
13514
13515 * international/encoded-kb.el
13516 (encoded-kbd-iso2022-designation-map): Pay attention to that
13517 charset-iso-final-char return -1 for eight-bit-control and
13518 eight-bit-graphic.
13519
13520 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
13521
13522 * speedbar.el (speedbar-use-images, speedbar-update-flag)
13523 (speedbar-easymenu-definition-base): Use display-graphic-p where
13524 available, instead of window-system.
13525
13526 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
13527
13528 * international/codepage.el (cp-coding-system-for-codepage-1): Add
13529 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
13530 coding systems.
13531
13532 2000-05-26 Dave Love <fx@gnu.org>
13533
13534 * disp-table.el (standard-display-underline): Don't use
13535 internal-find-face.
13536
13537 * mail/reporter.el: Maintainer change. Doc fixes.
13538 (reporter-version): Deleted.
13539
13540 * emacs-lisp/elp.el: Maintainer change.
13541 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
13542
13543 2000-05-26 Stefan Monnier <monnier@cs.yale.edu>
13544
13545 * add-log.el (add-change-log-entry): Merge the current entry with the
13546 previous one if the previous one is empty.
13547
13548 2000-05-26 Dave Love <fx@gnu.org>
13549
13550 * loadhist.el (unload-feature): Fix interactive spec [from
13551 lijnzaad@ebi.ac.uk].
13552
13553 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
13554 subr-arity to check primitives.
13555 (byte-compile-flush-pending, byte-compile-file-form-progn)
13556 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
13557 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
13558 mapcar.
13559
13560 2000-05-26 Kenichi Handa <handa@etl.go.jp>
13561
13562 * international/fontset.el: Set family names of non-latin charsets
13563 in default fontset to "*".
13564
13565 * international/mule-diag.el (print-fontset): Combine family part
13566 and registry part of the fontname by "-*-" instead of "-".
13567
13568 * international/mule-cmds.el (encode-coding-char): Make strings
13569 multibyte before calling encode-coding-string.
13570
13571 2000-05-25 Stefan Monnier <monnier@cs.yale.edu>
13572
13573 * derived.el: Fix keywords.
13574 (define-derived-mode): Only define if needed.
13575
13576 * simple.el (fill-comment, comment-column, comment-start)
13577 (comment-start-skip, comment-end, comment-indent-function)
13578 (block-comment-start, block-comment-end, indent-for-comment)
13579 (set-comment-column, kill-comment, comment-padding, comment-region)
13580 (comment-multi-line, indent-new-comment-line): Remove.
13581
13582 * bindings.el (esc-map): Change ; to comment-dwim and use the new
13583 function names for comment operations.
13584
13585 * newcomment.el: Add abundant autoload cookies.
13586 (comment-style): Don't depend on runtime data at compile-time.
13587 (comment-indent-hook): Remove.
13588 (comment-indent): Check if comment-indent-hook is bound.
13589 (comment-region): Docstring fix.
13590
13591 2000-05-25 Dave Love <fx@gnu.org>
13592
13593 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
13594 byte-code-function-p.
13595
13596 * mail/rmailsum.el: Add provide.
13597
13598 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
13599
13600 * smerge-mode.el (smerge-diff-switches): Don't use list* in
13601 defcustom.
13602
13603 2000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
13604
13605 * ediff-diff.el (ediff-exec-process): delete --binary option from
13606 non-buffer ediff jobs.
13607
13608 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
13609
13610 * hilit-chg.el (highlight-changes-mode): Ask about color or
13611 grayscale support, not about window-system.
13612
13613 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
13614 window-system.
13615 (ffap-highlight): Always default to t.
13616
13617 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
13618 display-popup-menus-p instead of looking at window-system.
13619
13620 * disp-table.el (standard-display-g1, standard-display-graphic):
13621 Only refuse to use string glyphs on X and MS-Windows.
13622
13623 * avoid.el: Remove window-system from commentary, suggest to use
13624 display-*-p instead.
13625
13626 * apropos.el (apropos-print): Use display-mouse-p instead of
13627 window-system.
13628
13629 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
13630
13631 * international/codepage.el (cp-decoding-vector-for-codepage):
13632 Fill up unsupported characters with their own codes. From Kenichi
13633 Handa.
13634
13635 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
13636
13637 * international/mule-diag.el (describe-char-after): Use
13638 display-graphic-p instead of window-system, so that this function
13639 works on MS-DOS.
13640
13641 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
13642
13643 * international/codepage.el (cp-make-coding-systems-for-codepage):
13644 Remove the eight-bit-graphic and eight-bit-control charsets from
13645 the list of charsets which we convert into `?'.
13646
13647 2000-05-25 Kenichi Handa <handa@etl.go.jp>
13648
13649 * international/mule-conf.el: Specify CHARSET-ID explicitely for
13650 private charsets.
13651 (mule-unicode-0100-24ff, japanese-jisx0213-1,
13652 japanese-jisx0213-2): New charsets.
13653
13654 * international/fontset.el: Setup default fontset for new charsets.
13655
13656 2000-05-24 Dave Love <fx@gnu.org>
13657
13658 * info.el (Info-find-node-2): Restructure [following "Vadim
13659 S. Solomin" <sovs@uic.nnov.ru>].
13660
13661 * icomplete.el: Fix header for Finder.
13662
13663 2000-05-24 Eric M. Ludlam <zappo@ultranet.com>
13664
13665 * rmailout.el (rmail-output-to-rmail-file): Added optional param
13666 STAY.
13667
13668 * rmail.el (rmail-automatic-folder-directives): New user variable.
13669 (rmail-show-message): Add call to `rmail-auto-file' during
13670 display.
13671 (rmail-auto-file): New function.
13672
13673 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
13674
13675 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
13676 account.
13677 (ediff-test-utility,ediff-diff-mandatory-option)
13678 (ediff-reset-diff-options): Utilities for proper initialization of
13679 ediff-diff-options and ediff-diff3-options on Windows.
13680
13681 * ediff-init.el (ediff-merge-filename-prefix): New customizable
13682 variable.
13683
13684 * ediff-mult.el (ediff-filegroup-action): Use
13685 ediff-merge-filename-prefix.
13686
13687 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
13688
13689 * viper-ex.el (ex-write): Set selective display to nil.
13690
13691 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
13692
13693 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
13694 aliases for hebrew-iso-8bit.
13695
13696 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
13697
13698 * woman.el: New version from Francis J. Wright
13699 <F.J.Wright@Maths.QMW.ac.uk>.
13700 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
13701 names in environment variables regardless of the path separator.
13702 (woman-topic-all-completions-1): Don't call file-name-directory-p
13703 on all files, since woman-file-regexp already filters out any
13704 directories.
13705
13706 2000-05-24 Kenichi Handa <handa@etl.go.jp>
13707
13708 * international/quail.el (quail-start-translation): Don't change
13709 modified-p of the current buffer.
13710 (quail-start-conversion): Likewise.
13711
13712 * international/kkc.el (kkc-region): Don't change modified-p of
13713 the current buffer.
13714
13715 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
13716 conform to RFC1468.
13717 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
13718
13719 2000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
13720
13721 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
13722 (speedbar-insert-button): Invisible text property fix.
13723 (speedbar-directory-plus): Renamed from speedbar-directory-+
13724 (speedbar-directory-minus): Renamed from speedbar-directory--
13725 (speedbar-page-plus): Renamed from speedbar-file-+
13726 (speedbar-page-minus): Renamed from speedbar-file--
13727 (speedbar-page): Renamed from speedbar-file-
13728 (speedbar-tag): Renamed from speedbar-tag-
13729 (speedbar-tag-plus): Renamed from speedbar-tag-+
13730 (speedbar-tag-minus): Renamed from speedbar-tag--
13731 (speedbar-expand-image-button-alist): Use above renames.
13732
13733 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
13734 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
13735 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
13736 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
13737 * sb-pg.xpm: Renamed from sb-file.xpm
13738 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
13739 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
13740
13741 2000-05-24 Kenichi Handa <handa@etl.go.jp>
13742
13743 * international/quail.el (quail-show-guidance-buf): Set
13744 current-input-method of the guidance buffer to the name of the
13745 curren input method.
13746
13747 2000-05-23 Stefan Monnier <monnier@cs.yale.edu>
13748
13749 * progmodes/compile.el (compile-internal): Style typo.
13750
13751 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
13752 quote vars and functions in the docstring.
13753
13754 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
13755
13756 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
13757 Don't quote lambdas.
13758
13759 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
13760
13761 2000-05-23 Gerd Moellmann <gerd@gnu.org>
13762
13763 * startup.el (command-line): Determine source file of compiled
13764 user init file differently. Warn if compiled user init file
13765 is older than its source file.
13766
13767 * ffap.el (ffap-url-regexp): Add `https'.
13768
13769 2000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
13770
13771 * files.el (make-backup-file-name-1): Replace slashes with `!'
13772 rather than `|' (which is not allowed on Windows). Replace the
13773 drive letters with a string "drive_X".
13774
13775 2000-05-23 Gerd Moellmann <gerd@gnu.org>
13776
13777 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
13778
13779 * files.el (interpreter-mode-alist): Add `bash2'.
13780
13781 2000-05-22 Dave Love <fx@gnu.org>
13782
13783 * loadhist.el (feature-symbols, file-provides, file-requires): Use
13784 mapc.
13785 (feature-file): Avoid calling symbol-name. Doc fix.
13786 (file-set-intersect, file-dependents): Use dolist, not mapcar.
13787 (loadhist-hook-functions): Add mouse-position-function.
13788 (unload-feature): Change uses of mapcar.
13789
13790 * files.el (parse-colon-path): Doc fix.
13791 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
13792 (set-auto-mode): Use mapc.
13793
13794 * complete.el (PC-look-for-include-file): Use :alnum: character
13795 class.
13796 (partial-completion-mode): Add autoload cookie.
13797
13798 2000-05-22 Sam Steingold <sds@gnu.org>
13799
13800 * info.el (Info-fontify-node): Fixed the call to
13801 `add-text-properties' (bug introduced on 2000-05-18).
13802
13803 2000-05-22 Dave Love <fx@gnu.org>
13804
13805 * bindings.el: Remove debug-ignored-errors set in other files.
13806
13807 * progmodes/etags.el: Add to debug-ignored-errors.
13808 (visit-tags-table-buffer): Clear out buffers holding old tables
13809 when making a new list.
13810 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
13811 mapc.
13812
13813 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
13814 quote keywords.
13815 (cmpl-string-case-type): Use character classes.
13816
13817 * comint.el:
13818 * textmodes/ispell.el:
13819 * imenu.el:
13820 * mail/mh-e.el:
13821 * progmodes/compile.el: Add to debug-ignored-errors.
13822
13823 * dabbrev.el: Add to debug-ignored-errors.
13824 (dabbrev-completion): Use mapc.
13825
13826 2000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
13827
13828 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
13829 (woman-mapcan, woman-parse-man.conf)
13830 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
13831 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
13832 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
13833 path syntax better.
13834 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
13835 (woman-manpath): Call woman-parse-man.conf.
13836 (woman-emulation): New defcustom, defaults to nroff.
13837 (woman-font-support): New defconst.
13838 (woman-use-symbol-font): New defcustom.
13839 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
13840 "Emulation".
13841 Many functions: Doc fix.
13842
13843 2000-05-22 Kenichi Handa <handa@etl.go.jp>
13844
13845 * international/quail.el (quail-simple-translation-keymap): Map
13846 128..255 to quail-self-insert-command.
13847 (quail-keyboard-layout-alist): Add definition for "pc102-de".
13848
13849 2000-05-22 Stefan Monnier <monnier@cs.yale.edu>
13850
13851 * help.el (help-manyarg-func-alist): Typo.
13852
13853 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
13854 intervals which makes it heaps simpler.
13855
13856 * newcomment.el (comment-region-internal): Go back to BEG after quoting
13857 the nested comment markers.
13858
13859 * subr.el (remove-hook): Don't turn the hook's value into a list.
13860
13861 2000-05-21 Dave Love <fx@gnu.org>
13862
13863 * edmacro.el (edmacro-parse-keys): Return vector if any elements
13864 are invalid characters.
13865
13866 * international/mule-util.el (detect-coding-with-priority): Use
13867 mapc. Remove redundant lambda.
13868
13869 * international/mule-diag.el (list-non-iso-charset-chars)
13870 (describe-fontset): Remove redundant lambda.
13871
13872 * emulation/crisp.el (brief-mode): New alias.
13873
13874 * emacs-lisp/ring.el (ring-elements): New function.
13875
13876 * emacs-lisp/easymenu.el (easy-menu-create-menu)
13877 (easy-menu-do-add-item): Use keywordp.
13878
13879 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
13880
13881 * replace.el: Doc and error message fixes.
13882 (replace-highlight): Use facep, not internal-find-face.
13883
13884 2000-05-20 Stefan Monnier <monnier@cs.yale.edu>
13885
13886 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
13887
13888 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
13889 (log-edit-insert-changelog): Drop `:' as well.
13890
13891 * log-view.el: Fix file description.
13892 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
13893 available.
13894 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
13895 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
13896
13897 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
13898 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
13899 Print a status message if the toggle is called interactively.
13900 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
13901 for global minor modes and use `defcustom' for them.
13902 Use add-minor-mode.
13903 (easy-mmode-define-derived-mode): Remove.
13904 (define-derived-mode): Fancier default docstring.
13905 (easy-mmode-define-navigation): Signal an error rather than (ding).
13906
13907 * newcomment.el (comment-styles): New `box-multi'.
13908 (comment-normalize-vars): Better default for comment-continue to
13909 avoid whitespace-only continuations.
13910 (comment-search-forward): Always move even in the no-syntax case.
13911 (comment-padright): Only obey N if it's only obeyed for padleft.
13912 (comment-make-extra-lines): Better handling of empty continuations.
13913 Use `=' for the filler if comment-start has only one character.
13914 (uncomment-region): Try handling the special `=' filler.
13915 (comment-region): Allow LINES even if MULTI is nil.
13916 (comment-box): Choose box style based on comment-style.
13917
13918 2000-05-20 Kenichi Handa <handa@etl.go.jp>
13919
13920 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
13921 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
13922
13923 2000-05-20 Kenichi HANDA <handa@etl.go.jp>
13924
13925 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
13926 and insert, not subst-char-in-region.
13927
13928 * international/mule-diag.el (list-character-sets-1): Handle
13929 charsets eight-bit-control and eight-bit-graphic.
13930 (list-iso-charset-chars): Likewise.
13931 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
13932 charactes as is. Use indent-to to align characters.
13933
13934 * international/mule-cmds.el (find-multibyte-characters): Never
13935 exclude charsets eight-bit-control and eight-bit-graphic.
13936
13937 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
13938
13939 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
13940 Don't quote lambdas.
13941
13942 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
13943
13944 2000-05-19 Gerd Moellmann <gerd@gnu.org>
13945
13946 * gud.el (gud-jdb-directories): Doc fix.
13947
13948 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
13949
13950 * newcomment.el: New file.
13951
13952 2000-05-19 Gerd Moellmann <gerd@gnu.org>
13953
13954 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
13955
13956 2000-05-18 Andreas Schwab <schwab@suse.de>
13957
13958 * dired.el (dired-between-files): Also skip lines beginning with
13959 `used'.
13960
13961 2000-05-18 Gerd Moellmann <gerd@gnu.org>
13962
13963 * msb.el (msb-menu-cond): Add choice `user'.
13964
13965 2000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13966
13967 * ps-print.el: Compatibility, customization and doc fix.
13968 (ps-printer-name-option): Replace defconst by defvar.
13969 (ps-postscript-code-directory): XEmacs compatibility.
13970 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
13971 fix.
13972 (ps-user-defined-prologue, ps-print-prologue-header)
13973 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
13974 compatibility and code fix.
13975 (ps-print-background-image, ps-print-background-text):
13976 Customization fix.
13977 (ps-line-number-start, ps-n-up-on): New vars.
13978
13979 2000-05-18 Espen Skoglund <esk@ira.uka.de>
13980
13981 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
13982 the indent-comment function to just return the appropriate indent.
13983
13984 2000-05-18 Eric M. Ludlam <zappo@ultranet.com>
13985
13986 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
13987 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
13988 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
13989
13990 2000-05-18 Dave Love <fx@gnu.org>
13991
13992 * info.el (Info-fontify-node): Add intangible property as well as
13993 invisible.
13994
13995 * calendar/appt.el (appt-make-list): Match all lines of entry.
13996 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
13997
13998 2000-05-18 Kenichi Handa <handa@etl.go.jp>
13999
14000 * international/mule-diag.el (describe-char-after): Call
14001 internal-char-font, not char-font. If internal-char-font returns
14002 nil, display "-- none --".
14003
14004 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
14005
14006 * image.el (image-type-available-p): Don't reference image-types
14007 if it isn't bound.
14008
14009 2000-05-17 Stefan Monnier <monnier@cs.yale.edu>
14010
14011 * autoarg.el (autoarg-mode): Typo in the :set argument.
14012
14013 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
14014
14015 * startup.el (command-line-1): Don't signal an error if the
14016 directory for auto-save-list files does not yet exist.
14017
14018 2000-05-17 Kenichi Handa <handa@etl.go.jp>
14019
14020 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
14021
14022 2000-05-16 Stefan Monnier <monnier@cs.yale.edu>
14023
14024 * subr.el (remove-hook): `setq' hook-value, not `set'.
14025
14026 2000-05-16 Sam Steingold <sds@gnu.org>
14027
14028 * info.el (debug-ignored-errors): More errors to ignore.
14029
14030 2000-05-16 Dave Love <fx@gnu.org>
14031
14032 * cus-edit.el: Don't require cl or easymenu.
14033 (custom-variable-prompt): Test standard-value property, not
14034 user-variable-p.
14035
14036 2000-05-16 Sam Steingold <sds@gnu.org>
14037
14038 * subr.el (add-hook): `setq' hook-value, not `set'.
14039
14040 2000-05-16 Gerd Moellmann <gerd@gnu.org>
14041
14042 * startup.el (command-line-1): Mention the FAQ in the startup
14043 message.
14044
14045 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
14046
14047 * progmodes/compile.el (compilation-parse-errors): Collect
14048 `nomessage' regexps last.
14049
14050 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
14051
14052 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
14053 to the function name.
14054
14055 2000-05-15 Dave Love <fx@gnu.org>
14056
14057 * speedbar.el (speedbar-recenter): Typo.
14058 (speedbar-expand-line): Make arg optional.
14059 (speedbar-mode): Avoid a compiler warning.
14060
14061 2000-05-15 Gerd Moellmann <gerd@gnu.org>
14062
14063 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
14064 user-specified option string is empty.
14065
14066 * mouse.el (mouse-yank-at-click): Doc fix.
14067
14068 2000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
14069
14070 * term/internal.el (IT-character-translations): More updates of
14071 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
14072 documents.
14073
14074 2000-05-15 Gerd Moellmann <gerd@gnu.org>
14075
14076 * env.el (getenv): New function, interactively callable.
14077 (setenv, getenv): Remove autoload cookies.
14078
14079 * loadup.el: Load `env'.
14080
14081 * progmodes/f90.el: Change author's mail address.
14082
14083 2000-05-14 Dave Love <fx@gnu.org>
14084
14085 * mail/rmail.el (rmail-show-message-hook): Customize and offer
14086 goto-addr as an option.
14087
14088 * help.el (help-xref-stack): Doc fix.
14089 (help-xref-following): New variable.
14090 (help-make-xrefs): Use it.
14091 (help-xref-go-back): Use position information from stack element.
14092 (help-follow): Make position in stack element a pair. Use
14093 help-xref-following.
14094
14095 * autoarg.el: New file.
14096
14097 * faces.el: Declare more functions obsolete.
14098
14099 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
14100 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
14101 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
14102 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
14103 Remove all the setup-...-environment functions.
14104
14105 2000-05-13 Eric M. Ludlam <zappo@ultranet.com>
14106
14107 * speedbar.el: Updated the commentary section. xemacs20p now uses
14108 >= when detecting. Require `defimage' safely.
14109 (speedbar-easymenu-definition-base): Add toggle for images.
14110 (speedbar-easymenu-definition-special): Add flush cache & expand.
14111 (speedbar-visiting-tag-hook): Set new defaults. Added options.
14112 (speedbar-reconfigure-keymaps-hook): New variable.
14113 (speedbar-frame-parameters): Updated documentation.
14114 (speedbar-use-imenu-flag): Updated custom tag
14115 (speedbar-dynamic-tags-function-list): New variable.
14116 (speedbar-tag-hierarchy-method): Updated doc & custom.
14117 (speedbar-indentation-width, speedbar-indentation-width) New
14118 variables.
14119 (speedbar-hide-button-brackets-flag): Customizable.
14120 (speedbar-vc-indicator): Doc update.
14121 (speedbar-ignored-path-expressions): Updated default value.
14122 (speedbar-supported-extension-expressions): Updated default value.
14123 (speedbar-syntax-table): Remove {} paren status.
14124 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
14125 as "+". Added overlay aliases.
14126 (speedbar-mode): Use `speedbar-mode-line-update' instead of
14127 `force-mode-line-update'.
14128 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
14129 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
14130 `mouse-set-point'
14131 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
14132 (speedbar-item-info-tag-helper): Revamped to handle a wider range
14133 of arbitrary text, and new helper functions.
14134 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
14135 filename finder.
14136 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
14137 (speedbar-directory-buttons): Update path search/expansion.
14138 (speedbar-make-tag-line): Pay attention to
14139 `speedbar-indentation-width'. Use more care w/ invisible
14140 properties.
14141 (speedbar-change-expand-button-char): Call
14142 `speedbar-insert-image-button-maybe'.
14143 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
14144 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
14145 (speedbar-trim-words-tag-hierarchy)
14146 (speedbar-simple-group-tag-hierarchy): New functions
14147 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
14148 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
14149 functions.
14150 (speedbar-mouse-set-point): New function
14151 (speedbar-power-click): Updated documentation.
14152 (speedbar-line-token, speedbar-goto-this-file): Handle more types
14153 of tag prefix text.
14154 (speedbar-expand-line, speedbar-contract-line): Make more robust
14155 to strange text.
14156 (speedbar-expand-line): Takes universal argument to flush the
14157 cache.
14158 (speedbar-flush-expand-line): New function.
14159 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
14160 Use new generator insertion method.
14161 (speedbar-fetch-dynamic-tags): New function.
14162 (speedbar-fetch-dynamic-imenu): Removed code now handled in
14163 `speedbar-fetch-dynamic-imenu'.
14164 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
14165 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
14166 "Revert Buffer" menu items.
14167 (speedbar-buffer-buttons-engine): Be smarter when creating a
14168 filename tag (for expansion purposes.).
14169 (speedbar-highlight-one-tag-line,
14170 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
14171 (speedbar-recenter): New functions.
14172 (defimage-speedbar): Image loading abstraction.
14173 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
14174 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
14175 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
14176 (speedbar-tag-type, speedbar-tag-mail): New images.
14177 (speedbar-expand-image-button-alist): New variable.
14178 (speedbar-insert-image-button-maybe): Insert an image over some
14179 buttons.
14180
14181 2000-05-13 Kenichi Handa <handa@etl.go.jp>
14182
14183 * international/mule-cmds.el (encode-coding-char): An ASCII
14184 character is always encodable.
14185
14186 * international/mule-conf.el: Add more information in descriptions
14187 of character sets.
14188
14189 * international/mule-diag.el (describe-char-after): New function.
14190 (describe-font-internal): Adjusted for the change of font-info.
14191 (describe-font): Likewise.
14192 (print-fontset): Rewritten for the new fontset implementation.
14193 (describe-fontset): Include fontset alias names in completion.
14194 (list-fontsets): Adjusted for the change of print-fontset.
14195
14196 * simple.el (what-cursor-position): If DETAIL is non-nil, call
14197 describe-char-after instead of displaying the detail in the echo
14198 area.
14199 (syntax-code-table): Format changed.
14200 (string-to-syntax): Adjusted for the above change.
14201
14202 2000-05-12 Stefan Monnier <monnier@cs.yale.edu>
14203
14204 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
14205
14206 2000-05-12 Dave Love <fx@gnu.org>
14207
14208 * calendar/todo-mode.el: Remove some compatibility stuff and CL
14209 dependence. Use line-{beginning,end}-position, not
14210 point-at{b,e}ol. Some doc fixes.
14211 (todo-position): New function. Fix callers of position to use it.
14212 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
14213
14214 2000-05-12 Gerd Moellmann <gerd@gnu.org>
14215
14216 * time.el (display-time-mail-icon): Use `:ascent center'.
14217
14218 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
14219 handling FTP security extensions.
14220
14221 2000-05-11 Dave Love <fx@gnu.org>
14222
14223 * calendar/todo-mode.el: New file.
14224
14225 2000-05-11 Gerd Moellmann <gerd@gnu.org>
14226
14227 * comint.el (comint-read-input-ring): Move reference to
14228 comint-input-ring-size outside of the save-excursion. It was
14229 causing the default value to be the only one ever seen.
14230
14231 * font-lock.el: Update copyright. Remove Simon Marshall's email
14232 address on request from him.
14233
14234 * subr.el (substitute-key-definition): Add comment describing
14235 the meaning of PREFIX.
14236
14237 2000-05-10 Stefan Monnier <monnier@cs.yale.edu>
14238
14239 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
14240
14241 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
14242 (add-minor-mode): Don't make the variable buffer-local and add a
14243 reference to define-minor-mode in the docstring.
14244
14245 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
14246 HEADER/FOOTER and fix bug with trailing empty directory.
14247 (cvs-append-to-ignore): Use vc-editable-p if available.
14248 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
14249 (vc-do-command): Tweak advice to handle the new VC.
14250
14251 * log-view.el (log-view-goto-rev): New function for the new VC.
14252 (log-view-minor-wrap): Use mark-active.
14253
14254 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
14255 (log-edit-changelog-full-paragraphs): New var.
14256 (log-edit-insert-changelog): Remove a lonely leading `* file'.
14257 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
14258 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
14259 (log-edit-changelog-ours-p, log-edit-changelog-entries)
14260 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
14261 Replace the `cvs' prefix with `log-edit'.
14262
14263 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
14264
14265 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
14266 (diff-font-lock-defaults): Explicitly turn off multiline.
14267 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
14268 (diff-ediff-patch): Fix call to ediff-patch-file.
14269 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
14270 Handle comments.
14271
14272 * frame.el (automatic-hscrolling): Typo.
14273
14274 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
14275
14276 2000-05-09 Sam Steingold <sds@goems.com>
14277
14278 * apropos.el (apropos-print): use `describe-face' instead of
14279 `customize-face-other-window'.
14280
14281 2000-05-09 Dave Love <fx@gnu.org>
14282
14283 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
14284
14285 * help.el (describe-variable): Have customize button pop the
14286 help-xref stack when invoked.
14287 (help-xref-symbol-regexp): Add `face'.
14288 (help-make-xrefs): Check for quoted face names and adapt regexp
14289 submatch numbers to cope.
14290 (help-xref-interned): Maybe insert face doc too. Separate
14291 sections with a line of hyphens.
14292
14293 * faces.el: Some doc fixes. Declare some functions obsolete.
14294 (describe-face): Add customize button. Return the help
14295 text. Fix prompt.
14296
14297 2000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
14298
14299 * term/internal.el (IT-character-translations): Fix last change.
14300
14301 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
14302
14303 * woman.el: New file
14304 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
14305
14306 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
14307
14308 * term/internal.el (IT-character-translations): Update ASCII
14309 simulations for greek-iso8859-7, add latin-iso8859-14 and
14310 latin-iso8859-15.
14311
14312 * international/mule-cmds.el (set-language-info-alist): Call
14313 define-prefix-command with 3 arguments, to make the map suitable
14314 for a menu.
14315
14316 2000-05-07 Dave Love <fx@gnu.org>
14317
14318 * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
14319
14320 2000-05-05 Dave Love <fx@gnu.org>
14321
14322 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
14323 list in doc string. Don't quote keyword symbols.
14324 * emacs-lisp/cl.el: Likewise
14325 * emacs-lisp/cl-seq.el: Likewise
14326
14327 2000-05-05 Gerd Moellmann <gerd@gnu.org>
14328
14329 * abbrev.el (abbrev-mode): Make ARG optional.
14330
14331 2000-05-04 Gerd Moellmann <gerd@gnu.org>
14332
14333 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
14334
14335 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
14336
14337 * subr.el (substitute-key-definition): Clarify documentation.
14338
14339 2000-05-04 Milan Zamazal <pdm@freesoft.cz>
14340
14341 * glasses.el (glasses-convert-to-unreadable): Use
14342 `glasses-separator' instead of the hard-wired "_".
14343 (glasses-mode): Call `glasses-make-unreadable' only in a single
14344 place.
14345
14346 2000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
14347
14348 * term/internal.el (cjk-codepages-alist): Add associations for
14349 Chinese and Korean codepages. Remove FIXME comment.
14350
14351 2000-05-03 Dave Love <fx@gnu.org>
14352
14353 * time.el (display-time-mail-face, display-time-use-mail-icon):
14354 New option.
14355 (display-time-mail-icon): New variable.
14356 (display-time-string-forms): Use the above. Fix the local-map.
14357
14358 2000-05-03 Gerd Moellmann <gerd@gnu.org>
14359
14360 * replace.el (query-replace-map): Add binding for `E'.
14361 (query-replace-help): Extend help text.
14362 (perform-replace): Allow editing the replacement string.
14363
14364 * make-mode.el (makefile-mode-abbrev-table): New variable.
14365 (makefile-mode): Set local abbrev table to
14366 makefile-mode-abbrev-table.
14367 (makefile-font-lock-keywords): Fontify includes and conditionals.
14368
14369 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
14370 set TOGGLE's value.
14371
14372 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
14373 mail-interactive-insert-alias.
14374 (mail-abbrev-complete-alias): New command.
14375 (mail-mode-map): Bind it to `M-TAB'.
14376
14377 2000-05-03 Kenichi Handa <handa@etl.go.jp>
14378
14379 * language/lao-util.el (lao-compose-region): New function.
14380
14381 2000-05-02 Gerd Moellmann <gerd@gnu.org>
14382
14383 * files.el (recover-session): Make directories as necessary
14384 if they don't exist yet.
14385
14386 * calendar/cal-french.el
14387 (french-calendar-multibyte-special-days-array)
14388 (french-calendar-special-days-array): Change French text.
14389 (calendar-french-date-string): Change output.
14390 (calendar-goto-french-date): Likewise.
14391
14392 2000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
14393
14394 * wid-edit.el (widget-default-active): Obey `:always-active'.
14395 (widget-documentation-string-value-create): Set `:always-active'.
14396
14397 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
14398
14399 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
14400 default prefix to `~/_emacs.d/auto-save.list/_s'.
14401 (normal-top-level): Create the directory for auto-save files, if
14402 it doesn't already exist (in the ms-dos case only).
14403
14404 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
14405
14406 * international/mule-cmds.el (set-language-environment): Don't
14407 concat an integer (dos-codepage), use format instead.
14408
14409 2000-05-02 Dave Love <fx@gnu.org>
14410
14411 * help.el (help-xref-on-pp): Check for constant symbols.
14412
14413 2000-04-29 Gerd Moellmann <gerd@gnu.org>
14414
14415 * startup.el (normal-top-level): Put a condition-case around
14416 the code loading subdirs.el.
14417
14418 2000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14419
14420 * ps-print.el: Upside-down and face background color printing,
14421 line number step, doc fix.
14422 (ps-print-version): New version number (5.2).
14423 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
14424 (ps-face-attribute-list, ps-plot-with-face): Code fix.
14425 (ps-spool-config): Var fix.
14426 (ps-printer-name-option): Const fix.
14427 (ps-print-upside-down, ps-use-face-background)
14428 (ps-line-number-step): New vars.
14429 (ps-window-system, ps-lp-system): New consts.
14430 (ps-face-background): New fun.
14431
14432 2000-04-28 Richard Stallman <rms@gnu.org>
14433
14434 * files.el (make-auto-save-file-name):
14435 Apply auto-save-file-name-transforms to visited file name
14436 before generating auto save file name.
14437 (auto-save-file-name-transforms): New variable.
14438
14439 * files.el (backup-enable-predicate):
14440 Correctly test for a file under a temporary directory.
14441
14442 2000-04-28 Gerd Moellmann <gerd@gnu.org>
14443
14444 * subr.el (add-minor-mode): Rewritten.
14445
14446 2000-04-28 Kenichi Handa <handa@etl.go.jp>
14447
14448 * mail/sendmail.el (sendmail-send-it): Set
14449 buffer-file-coding-system to the selected coding system for MIME
14450 header.
14451
14452 2000-04-27 Gerd Moellmann <gerd@gnu.org>
14453
14454 * dired.el (dired-move-to-filename-regexp): Allow format where
14455 YYYY is followed by two spaces.
14456
14457 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
14458 in the second character class of the regexp.
14459
14460 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
14461 mh-etc, too.
14462
14463 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
14464 nil.
14465
14466 * subr.el (add-minor-mode): Use `set' instead of `setq'.
14467
14468 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
14469 argument.
14470
14471 2000-04-27 Sen Nagata <sen@eccosys.com>
14472
14473 * emacs-lisp/crm.el (crm-completion-table): New variable.
14474 (crm-collection-fn, crm-test-completion)
14475 (completing-read-multiple): Use it.
14476
14477 2000-04-27 Dave Love <fx@gnu.org>
14478
14479 * help.el (locate-library): Use mapc.
14480 (help-manyarg-func-alist): Add call-process-region.
14481
14482 2000-04-26 Gerd Moellmann <gerd@gnu.org>
14483
14484 * subr.el (add-minor-mode): Make argument MAP optional.
14485
14486 * desktop.el (desktop-save): Save list of minor modes.
14487 (desktop-create-buffer): Restore minor modes.
14488 (desktop-minor-mode-table): New user-option.
14489
14490 * subr.el (add-minor-mode): New function.
14491
14492 * image.el (find-image): New function.
14493 (defimage): Rewritten to find image at load time.
14494
14495 * startup.el (normal-top-level-add-to-load-path): Handle
14496 case that the default directory is not in load-path.
14497
14498 * help.el: Old patch from Stefan Monnier.
14499 (help-xref-on-pp): New function.
14500 (describe-variable): Use it to display xrefs in a symbol's value.
14501
14502 2000-04-26 Stefan Monnier <monnier@cs.yale.edu>
14503
14504 * cus-edit.el (custom-face): Fix parenthesis.
14505
14506 2000-04-26 Kenichi Handa <handa@etl.go.jp>
14507
14508 * mail/rmail.el (rmail-expunge): When there are no deleted
14509 messages, do nothing.
14510
14511 2000-04-26 Dave Love <fx@gnu.org>
14512
14513 * international/mule-cmds.el (locale-translation-file-name):
14514 Defvar to nil.
14515 (set-locale-environment): Set it here (at runtime).
14516
14517 2000-04-25 Gerd Moellmann <gerd@gnu.org>
14518
14519 * replace.el (perform-replace): Add parameters START and END. Use
14520 them instead of the check for a region in Transient Mark mode.
14521 (query-replace-read-args): Return two more list elements for the
14522 start and end of the region in Transient Mark mode.
14523 (query-replace, query-replace-regexp, query-replace-regexp-eval)
14524 (map-query-replace-regexp, replace-string, replace-regexp): Add
14525 optional last arguments START and END and pass them to
14526 perform-replace.
14527
14528 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
14529 form with additional arguments for perform-replace.
14530
14531 * progmodes/etags.el (tags-query-replace): Add parameters START
14532 and END. Construct a form with additional arguments for
14533 perform-replace.
14534
14535 * simple.el (shell-command): Set default directory for "*Shell
14536 Command Output" buffer.
14537
14538 * language/european.el (iso-latin-4): Fix typo.
14539
14540 * emacs-lisp/crm.el: New file.
14541
14542 2000-04-24 Dave Love <fx@gnu.org>
14543
14544 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
14545 (Custom-reset-saved, Custom-reset-standard)
14546 (custom-group-value-create, custom-group-set, custom-group-save)
14547 (custom-group-reset-current, custom-group-reset-saved)
14548 (custom-group-reset-standard): Use mapc.
14549 (custom-buffer-create-internal): Disable undo when creating items.
14550 Use mapc.
14551 (custom-face): Avoid redundant lambda.
14552
14553 2000-04-24 Gerd Moellmann <gerd@gnu.org>
14554
14555 * startup.el (auto-save-list-file-prefix): Set default to
14556 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
14557
14558 2000-04-24 Sam Steingold <sds@gnu.org>
14559
14560 * time-stamp.el (time-stamp-string-preprocess): Always convert
14561 `field-result' to a string.
14562
14563 2000-04-24 Gerd Moellmann <gerd@gnu.org>
14564
14565 * frame.el (scrolling): New group.
14566 (automatic-hscrolling): New user-option.
14567
14568 * startup.el (command-line-x-option-alist): Add `-lsp' and
14569 `--line-spacing'.
14570
14571 2000-04-19 Dave Love <fx@gnu.org>
14572
14573 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
14574 (cl-mapc): Rename from mapc. Fix the funcall.
14575
14576 2000-04-19 Gerd Moellmann <gerd@gnu.org>
14577
14578 * simple.el (clone-indirect-buffer-other-window): New command.
14579 (clone-indirect-buffer): Add optional arg NORECROD.
14580 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
14581
14582 * help.el (resize-temp-buffer-window): Use count-screen-lines.
14583
14584 * window.el (count-screen-lines): New function.
14585 (shrink-window-if-larger-than-buffer): Use count-screen-lines
14586 instead of window-buffer-height.
14587
14588 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
14589 non-existing variable comint-input-sentinel.
14590 (inferior-lisp-args-to-list): Removed.
14591 (inferior-lisp): Use split-string instead of
14592 inferior-lisp-args-to-list.
14593
14594 * hexl.el (hexl-insert-hex-string): New command.
14595
14596 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
14597 instead of concat.
14598
14599 2000-04-18 Gerd Moellmann <gerd@gnu.org>
14600
14601 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
14602 at the start of an existing but empty folder.
14603
14604 2000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14605
14606 * ps-mule.el: Customization fix, doc fix.
14607 (ps-multibyte-buffer): Customization fix.
14608
14609 2000-04-17 Richard M. Stallman <rms@gnu.org>
14610
14611 * subr.el (read-passwd): Use read-char-exclusive.
14612
14613 2000-04-17 Gerd Moellmann <gerd@gnu.org>
14614
14615 * textmodes/texinfo.el (texinfo-insert-@email)
14616 (texinfo-insert-@emph, texinfo-insert-@quotation)
14617 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
14618 (texinfo-mode-map): Add key bindings for them.
14619
14620 * files.el (basic-save-buffer-2): Use a template with `$'
14621 instead of `#' for VMS.
14622
14623 * simple.el (clone-indirect-buffer): New function.
14624
14625 2000-04-16 Stephen Eglen <stephen@gnu.org>
14626
14627 * iswitchb.el (iswitchb-case): New function. If the user input
14628 contains any upper-case characters, the search is made
14629 case-sensitive.
14630
14631 2000-04-17 Stefan Monnier <monnier@cs.yale.edu>
14632
14633 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
14634 comment-end.
14635 (texinfo-font-lock-syntactic-keywords): New var.
14636 (texinfo-font-lock-keywords): Remove comment regexp.
14637 (texinfo-insert-block): New function.
14638 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
14639 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
14640 and font-lock-defaults. Use regexp-opt for outline-regexp.
14641 (texinfo-environments): New var.
14642 (texinfo-environment-regexp): Use regexp-opt and
14643 texinfo-environments.
14644
14645 * textmodes/ispell.el (ispell-menu-map-needed): Check that
14646 ispell-process is bound since this might be eval'd before ispell
14647 is loaded.
14648 (ispell-message): Use a tiny bit less magic and a bit more hard
14649 data to figure out what kind of sc-cite-regexp to use.
14650
14651 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
14652
14653 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
14654 (insert-cyclic-diary-entry): Unquote the lambda.
14655
14656 * gud.el (gud-jdb-build-source-files-list): Fix typo.
14657
14658 * files.el (backup-enable-predicate): Unquote the lambda.
14659
14660 * cus-edit.el (custom-face, face): Unquote the lambda.
14661
14662 2000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14663
14664 * ps-print.el: Check for line-beginning-position definition.
14665
14666 * ps-print.el: Fix counting lines in a region.
14667 (ps-print-version): New version number (5.1.5).
14668 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
14669 (ps-printing-region): Fun code fix.
14670
14671 2000-04-15 Gerd Moellmann <gerd@gnu.org>
14672
14673 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
14674 to file-directory-p.
14675
14676 2000-04-14 Gerd Moellmann <gerd@gnu.org>
14677
14678 * gud.el (gud-jdb-build-source-files-list): Check that directory
14679 exists before calling directory-files.
14680
14681 2000-04-13 Dave Love <fx@gnu.org>
14682
14683 * emacs-lisp/trace.el: Change maintainer. Use new backquote
14684 syntax.
14685
14686 * emacs-lisp/cl-specs.el: Remove when, unless.
14687
14688 * emacs-lisp/cl-extra.el: Don't quote keywords.
14689 (cl-old-mapc): New variable.
14690 (mapc): Use it.
14691 (cl-map-intervals): Use with-current-buffer. Don't check for
14692 next-property-change.
14693 (cl-map-overlays): Use with-current-buffer.
14694 (cl-expt): Remove.
14695 (copy-tree, remprop): Define unconditionally.
14696
14697 * emacs-lisp/cl-compat.el (keywordp): Remove.
14698
14699 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
14700 to use keywordp.
14701 (edebug-spec): Enable keywordp.
14702
14703 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
14704 string-lessp.
14705
14706 * cus-start.el: Use keywordp.
14707
14708 2000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
14709
14710 * diary-lib.el (include-other-diary-files): Fix the fix of
14711 2000-02-18 by doing a save-excursion.
14712
14713 2000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14714
14715 * ps-print.el: Customization fix, doc fix.
14716 (ps-print-version): New version number (5.1.4).
14717 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
14718 (ps-print-preprint): Adjust code.
14719 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
14720 (ps-print-prologue-header, ps-print-control-characters)
14721 (ps-spool-config): Customization fix.
14722
14723 2000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
14724
14725 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
14726 converted to the new menu-item format, names silightly changed,
14727 help strings added.
14728
14729 Support for spelling without async subprocesses:
14730
14731 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
14732 (ispell-session-buffer): New variables.
14733 (ispell-start-process, ispell-process-status,
14734 ispell-accept-output, ispell-send-string): New functions, for
14735 Ispell invocation when async subprocesses aren't supported.
14736 (ispell-word, ispell-pdict-save, ispell-command-loop,
14737 ispell-process-line, ispell-buffer-local-parsing): Replace calls
14738 to process-send-string with calls to ispell-send-string, and
14739 accept-process-output with ispell-accept-output.
14740 (ispell-init-process): Call ispell-process-status instead of
14741 process-status with.
14742 (ispell-init-process): Call ispell-start-process. Call
14743 ispell-accept-output and ispell-send-string. Don't call
14744 process-kill-without-query and kill-process if they are unbound.
14745 (ispell-async-processp): New function.
14746
14747 2000-04-12 Dave Love <fx@gnu.org>
14748
14749 * info.el: Add debug-ignored-errors.
14750 (Info-mode-menu): Add some items.
14751 (Info-directory): Add autoload cookie.
14752
14753 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
14754 Modify `truncate-lines'. Make `describe-language-environment'
14755 always visible and add help. Modify `describe-key' help. Invoke
14756 Info-directory from `info'. New entry `emacs-manual'.
14757
14758 2000-04-10 Gerd Moellmann <gerd@gnu.org>
14759
14760 * progmodes/ebrowse.el (ebrowse-tree-mode): Use
14761 propertized-buffer-identification.
14762 (ebrowse-update-member-buffer-mode-line): Likewise.
14763 (ebrowse--mode-strings): Removed.
14764 (ebrowse--mode-line-props): Removed.
14765
14766 * files.el (auto-mode-alist): Add `EBROWSE'.
14767
14768 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
14769 space before testing for end of buffer.
14770 (ebrowse-load): Removed.
14771 (ebrowse-revert-tree-buffer-from-file): Rewritten.
14772 (ebrowse-create-tree-buffer): Rewritten.
14773 (ebrowse-tree-mode): Read tree from buffer.
14774
14775 * progmodes/ebrowse-ffh.el: Removed.
14776
14777 2000-04-10 Kenichi Handa <handa@etl.go.jp>
14778
14779 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
14780
14781 2000-04-10 Gerd Moellmann <gerd@gnu.org>
14782
14783 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
14784 at the wrong place.
14785
14786 2000-04-09 Dave Love <fx@gnu.org>
14787
14788 * files.el (backup-enable-predicate): Use
14789 temporary-file-directory, small-temporary-file-directory.
14790 (make-backup-file-name-function, backup-directory-alist): New
14791 variables.
14792 (make-backup-file-name-1): New function.
14793 (make-backup-file-name): Use it.
14794 (find-backup-file-name): Likewise. Use format for clarity, not
14795 concat.
14796 (file-newest-backup): Use make-backup-file-name.
14797
14798 2000-04-09 Gerd Moellmann <gerd@gnu.org>
14799
14800 * progmodes/ebrowse-ffh.el: New file.
14801
14802 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved
14803 to ebrowse-ffh.el.
14804 (ebrowse-load): Add autoload.
14805
14806 * finder.el (finder-commentary): Add autoload cookie.
14807
14808 * mail/rfc2368.el: Correct author's email address.
14809
14810 * progmodes/ebrowse.el: New file.
14811
14812 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
14813 item help string.
14814 (easy-menu-do-add-item): Ditto.
14815 (easy-menu-define): Extend doc string.
14816
14817 * jit-lock.el (with-buffer-unmodified): Use
14818 restore-buffer-modified-p.
14819 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
14820 (jit-lock-function, jit-lock-stealth-fontify): Don't use
14821 with-buffer-unmodified.
14822
14823 2000-04-08 Dave Love <fx@gnu.org>
14824
14825 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
14826 unless, when.
14827
14828 2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
14829
14830 * viper-util.el (viper-put-on-search-overlay): New subroutine.
14831 (viper-flash-search-pattern): No operation when using Emacs
14832 doesn't support face.
14833 Use `viper-put-on-search-overlay'.
14834
14835 2000-04-04 Gerd Moellmann <gerd@gnu.org>
14836
14837 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
14838 like C-r.
14839
14840 * progmodes/make-mode.el: Some doc fixes.
14841 (makefile-mode-abbrev-table): New variable.
14842 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
14843 (makefile-font-lock-keywords): Fontify includes and conditionals.
14844 (toplevel): Require `dabbrev' and `add-log' when compiling.
14845
14846 * replace.el (perform-replace): Don't move forward one char
14847 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
14848 to do that because it leaves point 1 position after the last
14849 replacement, after everything has been replaced.
14850
14851 * jit-lock.el (with-buffer-unmodified): New macro.
14852 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
14853 modified state.
14854 (jit-lock-function-1): Extracted from jit-lock-function; not
14855 preserving buffer's modified state.
14856 (jit-lock-function, jit-lock-stealth-fontify): Call
14857 jit-lock-function-1.
14858
14859 * mail/rfc2368.el: Remove supernumerary copyright line.
14860
14861 2000-04-04 Milan Zamazal <pdm@freesoft.cz>
14862
14863 * glasses.el: Provide facilities for inserting space before left
14864 parentheses and uncapitalization of identifiers.
14865 (glasses-mode): Try to remove old overlays in all cases.
14866
14867 2000-04-03 Gerd Moellmann <gerd@gnu.org>
14868
14869 * progmodes/compile.el (compile-internal): Display the compilation
14870 buffer in a different frame, if it's already displayed there.
14871
14872 * mail/rfc2368.el: New file.
14873
14874 * simple.el (sendmail-user-agent-compose): Recognize a `body'
14875 header and insert its value as mail body.
14876
14877 * subr.el (member-ignore-case): New function.
14878
14879 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
14880 (dabbrev--find-expansion): Ignore buffers matching a regexp
14881 from dabbrev-ignored-regexps.
14882
14883 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
14884 to extensions handled by gzip.
14885
14886 2000-04-03 Richard M. Stallman <rms@gnu.org>
14887
14888 * files.el (insert-directory): List the total free space
14889 along with the used space.
14890
14891 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
14892 line is followed by one that matches CITATION-REGEXP, end the
14893 paragraph.
14894
14895 2000-04-03 Markus Rost <rost@delysid.gnu.org>
14896
14897 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
14898 (rmail-make-basic-summary-line): Use that option.
14899
14900 2000-04-03 Kenichi Handa <handa@etl.go.jp>
14901
14902 * international/mule-cmds.el (encoded-string-description):
14903 Rewritten. Try pretty description for ISO 2022 escape sequences
14904 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
14905 for hexadecimal format.
14906
14907 2000-04-01 Dave Love <fx@gnu.org>
14908
14909 * cpp.el: Change customization group to `c' from `C'.
14910
14911 * vcursor.el (vcursor-move): Use display-color-p.
14912
14913 * international/mule-util.el: Provide mule-utils.
14914 (string-to-sequence): Simplify and speed up.
14915
14916 * international/mule.el (make-coding-system): Purecopy doc-string.
14917
14918 * international/mule-cmds.el: Various menu changes.
14919 (describe-specified-language-support): Handle `Default'.
14920 (set-language-info): Purecopy `info'.
14921
14922 2000-03-31 Andrew Innes <andrewi@gnu.org>
14923
14924 * vc.el (vc-backend-diff): Return the correct status if we had to
14925 retry the rcsdiff command without the --brief option.
14926
14927 2000-03-31 Dave Love <fx@gnu.org>
14928
14929 * help.el (help-manyarg-func-alist): Correct several omissions.
14930
14931 * add-log.el: Don't require cl, fortran.
14932 (add-log-current-defun-function): Doc fix.
14933 (change-log-version-number-regexp-list): Remove SCCS part. Doc
14934 fix.
14935 (change-log-version-rcs): Function deleted.
14936 (change-log-version-number-search): Doc fix. Use
14937 vc-workfile-version. Avoid CL dolist.
14938 (add-change-log-entry): Just call add-log-current-defun to get
14939 defun. Simplify somewhat.
14940 (change-log-get-method-definition-1): Likewise.
14941 (add-log-current-defun): Return nil if calling
14942 add-log-current-defun-function does so. Move Fortran stuff to
14943 fortran.el. Return string without properties.
14944
14945 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
14946 and :alpha: char classes.
14947
14948 * mail/supercite.el: Defvar curline when compiling.
14949 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
14950 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
14951 rather than a-zA-Z0-9 to allow non-ASCII characters.
14952
14953 2000-03-31 Gerd Moellmann <gerd@gnu.org>
14954
14955 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
14956
14957 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
14958 Re-enable new code.
14959
14960 * lpr.el (print-region-1): Use -d to specify printer name for
14961 systems `usg-unix-v*, `dgux', `hpux', `irix'.
14962
14963 2000-03-31 Dave Love <fx@gnu.org>
14964
14965 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look
14966 for function definition in symbol's function value slot first
14967 instead of first consulting byte-compile-function-environment.
14968
14969 2000-03-31 Kenichi Handa <handa@etl.go.jp>
14970
14971 * language/european.el ("Polish"): New language environment.
14972 (setup-polish-environment): New function.
14973
14974 2000-03-30 Gerd Moellmann <gerd@gnu.org>
14975
14976 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
14977 Disable new code.
14978
14979 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
14980 trying to `load' the symbol of an autoload instead of the file
14981 recorded in the autoload. Fix error messages.
14982
14983 2000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14984
14985 * ps-print.el: PostScript programming fix for ghostview, doc fix.
14986 (ps-print-version): New version number (5.1.3).
14987 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
14988 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
14989 (ps-generate-postscript-with-faces): Code fix.
14990 (ps-color-values): XEmacs compatibility.
14991 (ps-print-background-image, ps-print-background-text, ps-printer-name)
14992 (ps-default-fg, ps-default-bg): Adjust customization.
14993 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
14994 (ps-color-scale): Renaming old ps-color-value fun.
14995 (ps-print-headers): Replace ps-print-header group to avoid conflict
14996 with ps-print-header variable.
14997 (ps-print-miscellany): New group.
14998 (ps-format-color, ps-rgb-color): New funs.
14999 (ps-default-foreground): New var.
15000 (ps-printer-name-option): New const.
15001
15002 2000-03-30 Peter Breton <pbreton@ne.mediaone.net>
15003
15004 * net/net-utils.el:
15005 (network-connection-host, network-connection-service): New variables
15006 (network-connection-mode): New mode, derived from comint-mode
15007 (network-connection-mode-setup): New function, saves host and
15008 service information in local variables.
15009
15010 * lisp/locate.el:
15011 (locate-word-at-point): Added this function
15012 (locate): Default to using locate-word-at-point as input
15013 Run dired-mode-hook
15014
15015 2000-03-29 Dave Love <fx@gnu.org>
15016
15017 * calendar/appt.el: Doc fixes.
15018 (appt-check): Convert min-to-app to a string before passing to
15019 appt-disp-window-function or concat.
15020 (appt-delete-window): Remove test for frame-root-window.
15021 (appt-select-lowest-window, appt-convert-time): Simplify.
15022
15023 * emacs-lisp/bytecomp.el: Doc fixes.
15024 (byte-compile-file-form-autoload): Update
15025 byte-compile-function-environment.
15026
15027 2000-03-29 Andreas Schwab <schwab@suse.de>
15028
15029 * emacs-lisp/autoload.el: Also print defsubst doc string
15030 specially.
15031
15032 * dired.el (dired-insert-directory): If dired-free-space-program
15033 failed just delete its output.
15034
15035 2000-03-29 Dave Love <fx@gnu.org>
15036
15037 * international/iso-cvt.el: Move provide to end. Doc fixes.
15038 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
15039 (iso-iso2sgml, iso-sgml2iso): New functions.
15040 (iso-cvt-define-menu): Fix some entries and use backquote for
15041 clarity.
15042
15043 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
15044
15045 2000-03-28 Gerd Moellmann <gerd@gnu.org>
15046
15047 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
15048 ISO-DATE. If non-nil, return date in ISO 8601 format.
15049
15050 2000-03-26 Stefan Monnier <monnier@cs.yale.edu>
15051
15052 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
15053 if it ever becomes used.
15054 (log-edit-mode-hook): Default to vc-log-mode-hook.
15055 (log-edit-mode): Fix the docstring.
15056
15057 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
15058 the code.
15059
15060 2000-03-26 Dave Love <fx@gnu.org>
15061
15062 * net/browse-url.el (browse-url): Re-fix case of
15063 browse-url-browser-function being an alist.
15064 (browse-url): Add :link to defgroup.
15065
15066 * files.el: Doc fixes.
15067 (file-truename): Include `[' in wildcard characters.
15068 (automount-dir-prefix): Customize.
15069 (find-file-wildcards): Add :version.
15070 (find-file-noselect): Simplify a mapcar call.
15071
15072 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
15073 compatible with inf-lisp version.
15074 (eval-defun-1): Fix custom-declare-variable case.
15075
15076 2000-03-25 Stefan Monnier <monnier@cs.yale.edu>
15077
15078 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
15079
15080 2000-03-24 Gerd Moellmann <gerd@gnu.org>
15081
15082 * Makefile (COMPILE_FIRST): New macro.
15083 (compile-files): Compile files from COMPILE_FIRST first.
15084
15085 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new
15086 code.
15087
15088 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
15089 matching open parenthesis in column 0 to defun-prompt-regexp
15090 only if open-paren-in-column-0-is-defun-start is set.
15091
15092 * sun-curs.el: Require CL at compile-time only.
15093
15094 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
15095 instead of copy-list which is a function from CL.
15096 (msb--choose-menu, msb--mode-menu-cond)
15097 (msb--create-buffer-menu-2): Use dolist instead of mapc.
15098 (msb--init-file-alist): Use mapcar instead of mapcan.
15099 (msb--aggregate-alist): Use mapcar instead of mapcan. Fix
15100 `(' in column 0 in doc string.
15101 (msb--add-separators): Use mapcar instead of mapcan.
15102
15103 * cus-dep.el: Require CL at compile-time only.
15104
15105 2000-03-24 Stefan Monnier <monnier@cs.yale.edu>
15106
15107 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
15108 (byte-compile-warnings): New warning `noruntime'.
15109 (byte-compile-constants, byte-compile-variables): Fix docstring.
15110 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
15111 execute `eval-whenc-compile's body.
15112 (byte-compile-unresolved-functions): Fix docstring.
15113 (byte-compile-eval): New function.
15114 (byte-compile-callargs-warn): Check if the function will be available
15115 at runtime (via property `byte-compile-noruntime').
15116 (byte-compile-print-syms): New function.
15117 (byte-compile-warn-about-unresolved-functions): Also warn about
15118 `noruntime' functions (and use `byte-compile-print-syms').
15119 (byte-compile-file): Capitalize the message.
15120
15121 2000-03-24 Gerd Moellmann <gerd@gnu.org>
15122
15123 * mail/rmail.el (rmail-confirm-expunge): New user-option.
15124 (rmail-expunge): Ask for confirmation depending on the setting
15125 of rmail-confirm-expunge.
15126
15127 2000-03-23 Gerd Moellmann <gerd@gnu.org>
15128
15129 * Makefile (bootstrap-clean): If $(emacs) exists, build
15130 loaddefs.el first. A loaddefs.el that's not up-to-date might
15131 cause a bootstrap failure because things don't autoload as
15132 expected.
15133
15134 2000-03-23 Dave Love <fx@gnu.org>
15135
15136 * net/browse-url.el: Restore previous use of
15137 browse-url-maybe-new-window.
15138
15139 2000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15140
15141 * ps-print.el: Skip banner page fix.
15142 (ps-print-version): New version number (5.1.2).
15143 (ps-begin-file, ps-end-file, ps-generate): Code fix.
15144
15145 2000-03-23 Dave Pearson <davep@davep.org>
15146
15147 * net/quickurl.el Changed the type of parameter passed to the
15148 function defined by `quickurl-format-function'. Before only the
15149 text of the URL was passed. Now the whole URL structure is passed
15150 and the function is responsible for extracting the parts it
15151 requires. Changed the default of `quickurl-format-function'
15152 accordingly.
15153 (quickurl-insert): Changed the `funcall' of
15154 `quickurl-format-function' to match the above change.
15155 (quickurl-list-insert): Changed the `url' case so that it makes
15156 use of `quickurl-format-function', previous to this the format was
15157 hard wired.
15158
15159 2000-03-22 Gerd Moellmann <gerd@gnu.org>
15160
15161 * startup.el: Change some spellings for the X Window System.
15162
15163 2000-03-22 Stefan Monnier <monnier@cs.yale.edu>
15164
15165 * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean
15166 up the code and the regexp and make sure the cursor is temporarily
15167 moved to the suspicious line while querying the user.
15168
15169 2000-03-22 Jason Rumney <jasonr@gnu.org>
15170
15171 * w32-fns.el (w32-charset-info-alist): Initialize.
15172
15173 2000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15174
15175 * ps-print.el: N-up last page fix.
15176 (ps-print-version): New version number (5.1.1).
15177 (ps-end-file, ps-end-job, ps-generate): Code fix.
15178
15179 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
15180
15181 * files.el (find-file-run-dired): Update docstring.
15182 (find-directory-functions): New hook.
15183 (find-file-noselect): Run find-directory-functions rather than
15184 calling dired directly.
15185
15186 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
15187
15188 * pcvs.el: Add a minimal leading commentary.
15189 (cvs-make-cvs-buffer): Change the header part by removing the startup
15190 message and adding a `Module' entry. Also replace the FOOTER and
15191 HEADER special fileinfos with the new support in ewoc for updating
15192 its own footer and header.
15193 (cvs-update-header): Update to use the header/footer of the ewoc.
15194 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
15195 (cvs-is-within-p): New function.
15196 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
15197 to only examine some subset of the buffers.
15198
15199 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
15200 `format' instead of our own ad-hoc functions.
15201 Remove HEADER and FOOTER cases, now handled in the EWOC.
15202 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
15203
15204 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
15205 output to avoid scaring the user.
15206 (cvs-parse-table): Catch message for non-up-to-date commits.
15207
15208 * pcvs-defs.el (cvs-startup-message): Remove.
15209 (cvs-global-menu): New autoloaded menu.
15210
15211 * pcvs-util.el (cvs-string-fill): Remove.
15212
15213 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
15214 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
15215 PP part of it and also make it work for footers and headers.
15216 (ewoc-create): Drop POS and BUFFER arguments.
15217 Use the DLL's dummy node to store the end-of-footer position.
15218 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
15219 (ewoc-refresh): Remove unused `header' variable.
15220 (ewoc-(get|set)-hf): New functions.
15221
15222 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
15223 log-view-*-(message|file) and use easy-mmode-define-navigation.
15224 (log-view-message-re): Match SCCS format as well.
15225 And match the revision line rather than the dashed separator line.
15226 (log-view-mode): Use the new define-derived-mode.
15227 (log-view-current-tag): Fill in with an actual implementation.
15228
15229 * cvs-status.el (cvs-status-(prev|next)): Rename from
15230 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
15231 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
15232 to let the output "breathe" a little more (more readable).
15233 (cvs-status-mode): Use the new define-derived-mode.
15234
15235 * smerge-mode.el (smerge-auto-leave): New function and variable.
15236 (smerge-basic-map): Rename from smerge-basic-keymap.
15237 Change the bindings for smerge-diff-*.
15238 (smerge-*-map): Use easy-mmode-defmap.
15239 (smerge-(next|prev)): Use easy-mmode-define-navigation.
15240 (smerge-keep-*): Use smerge-auto-leave.
15241
15242 2000-03-21 Jason Rumney <jasonr@gnu.org>
15243
15244 * cus-edit.el (custom-button-face): Use 3D look for w32.
15245 (custom-button-pressed-face): Likewise.
15246
15247 2000-03-21 Gerd Moellmann <gerd@gnu.org>
15248
15249 * progmodes/etags.el (tags-case-fold-search): New user-option.
15250 (tags-loop-eval): New function. Bind case-fold-search around eval
15251 depending on the value of tags-case-fold-search.
15252 (tags-loop-continue): Use tags-loop-eval.
15253 (find-tag-in-order): Bind case-fold-search depending on the value
15254 of tags-case-fold-search.
15255
15256 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
15257
15258 * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'.
15259 (diff-end-of-hunk): Return the end position for use in
15260 `easy-mmode-define-navigation'.
15261 (diff-recenter): Remove.
15262 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
15263 of `easy-mmode-define-navigation'.
15264 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
15265 previous renaming) and fix to use new names.
15266 (diff-merge-strings): Use \n as separator: simpler, faster.
15267 (diff-mode): Use `define-derived-mode'.
15268
15269 * derived.el (define-derived-mode): Don't autoload anymore.
15270 Prefer the macro-only version provided by easy-mmode.el.
15271
15272 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
15273 `easy-mmode-define-derived-mode'.
15274 Use `combine-run-hooks'.
15275 (easy-mmode-define-navigation): New macro.
15276
15277 * subr.el (combine-run-hooks): New function.
15278
15279 2000-03-21 Kenichi HANDA <handa@etl.go.jp>
15280
15281 * term/x-win.el: Fontsets related initialization is simplified.
15282
15283 * international/mule-diag.el (describe-font): Don't refer to
15284 global-fontset-alist, instead call font-list.
15285 (describe-fontset, list-fontsets, mule-diag): Likewise.
15286 (print-fontset): Adjusted for the change of fontset
15287 implementation.
15288
15289 * international/fontset.el (x-charset-registries): Variable
15290 removed, instead the corresponding data is stored in the default
15291 fontset.
15292 (register-alternate-fontnames): Function removed.
15293 (resolved-ascii-font): Variable removed.
15294 (x-compose-font-name): Ignore the second argument REDOCE.
15295 (x-complement-fontset-spec): Complement only an ASCII font and
15296 element for those charsets than can use that ASCII font.
15297 (generate-fontset-menu): Don't refer to global-fontset-alist,
15298 instead call fontset-list.
15299 (uninstantiated-fontset-alist): Variable removed.
15300 (x-style-funcs-alist): Likewise.
15301 (fontset-default-styles): Likewise.
15302 (x-modify-font-name): Function removed.
15303 (create-fontset-from-fontset-spec): Ignore the argument
15304 STYLE-VARIANT.
15305 (create-fontset-from-ascii-font): Docsting adjusted for the above
15306 change.
15307 (instantiate-fontset, resolve-fontset-name): Functions removed.
15308 (fontset-list): Now implemented by C code.
15309
15310 * faces.el (read-face-font): Fix TABLE arg to completing-read.
15311 (describe-face): Include `font' attribute in the description.
15312
15313 2000-03-21 Kenichi Handa <handa@etl.go.jp>
15314
15315 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
15316
15317 2000-03-20 Gerd Moellmann <gerd@gnu.org>
15318
15319 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
15320 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
15321 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
15322
15323 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
15324 about behavior of set-buffer-modified-p wrt redisplay.
15325
15326 2000-03-19 Richard M. Stallman <rms@gnu.org>
15327
15328 * view.el (view-mode-disable): Kill local binding of view-read-only.
15329
15330 2000-03-18 Gerd Moellmann <gerd@gnu.org>
15331
15332 * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE
15333 is a string, convert it to a syntax cell using string-to-syntax.
15334
15335 * simple.el (syntax-code-table, syntax-flag-table): New variables.
15336 (string-to-syntax): New function.
15337
15338 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
15339 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
15340 try to use passive ftp mode.
15341
15342 2000-03-17 Gerd Moellmann <gerd@gnu.org>
15343
15344 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
15345
15346 * simple.el (append-to-buffer): Update point of windows after
15347 insertion.
15348
15349 * abbrev.el (inverse-add-abbrev): Identify word by first moving
15350 forward then moving backward. Reindent.
15351
15352 * frame.el (other-frame): Call x-focus-frame only if
15353 focus-follows-mouse is off.
15354
15355 2000-03-17 Dave Love <fx@gnu.org>
15356
15357 * pcvs-util.el (cvs-strings->string): Rename
15358 replace-regexps-in-string.
15359
15360 2000-03-17 Stefan Monnier <monnier@cs.yale.edu>
15361
15362 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
15363 regexp for labels cannot span several lines.
15364
15365 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
15366 `(setq :<key> ':<key>)' to the macro expansion.
15367
15368 2000-03-16 Dave Love <fx@gnu.org>
15369
15370 * progmodes/f90.el (f90): Put custom group under `languages', not
15371 `fortran'.
15372 (f90-mode-hook): Customize.
15373 (f90-mode): Set add-log-current-defun-function.
15374 (f90-current-defun): New function.
15375
15376 2000-03-16 Gerd Moellmann <gerd@gnu.org>
15377
15378 * cus-edit.el (custom-variable-tag-face): Handle case that
15379 default face's height is not a number.
15380 (custom-face-tag-face, custom-group-tag-face-1)
15381 (custom-group-tag-face): Ditto.
15382 (custom-group-tag-face-1): Add :group.
15383
15384 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
15385
15386 2000-03-15 Gerd Moellmann <gerd@gnu.org>
15387
15388 * pcvs-defs.el (toplevel): Remove autoload cookie for form
15389 requiring easymenu.
15390
15391 2000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15392
15393 * ps-print.el: PostScript user-defined prologue, PostScript error
15394 handler, doc fix.
15395 (ps-print-version): New version number (5.1).
15396 (ps-user-defined-prologue, ps-error-handler-message)
15397 (ps-print-prologue-0, ps-error-handler-alist): New vars.
15398 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
15399 (ps-insert-string): New function.
15400
15401 2000-03-15 Kenichi Handa <handa@etl.go.jp>
15402
15403 * international/ccl.el (ccl-compile-expression): Don't generate
15404 invalid self-assignment code.
15405
15406 2000-03-14 Dave Love <fx@gnu.org>
15407
15408 * subr.el (replace-regexp-in-string): Renamed from
15409 replace-regexps-in-string. Doc fix.
15410
15411 2000-03-12 Dave Love <fx@gnu.org>
15412
15413 * cus-edit.el: Doc fixes.
15414 (customize-set-variable, customize-save-variable): Rename args for
15415 doc.
15416 (custom-variable-tag-face, custom-face-tag-face)
15417 (custom-group-tag-face-1, custom-group-tag-face): Modify from
15418 style which user identify as hyperlink.
15419 (hook): Don't add undefined functions to the hook.
15420 (debug-ignored-errors): Transfer message from bindings.el.
15421
15422 2000-03-12 Gerd Moellmann <gerd@gnu.org>
15423
15424 * recentf.el (recentf-keep-non-readable-files-p): Remove
15425 double/nested definition.
15426
15427 2000-03-12 Dave Love <fx@gnu.org>
15428
15429 * facemenu.el (facemenu-get-face): Use display-color-p.
15430 * enriched.el (enriched-decode-foreground): Likewise.
15431 (enriched-decode-background): Likewise.
15432 * isearch.el (isearch-highlight): Likewise.
15433 * info-look.el (info-lookup): Likewise.
15434 * simple.el (completion-setup-function): Likewise.
15435
15436 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
15437 :options.
15438
15439 * bindings.el (mode-line-format): Fix line-number and
15440 column-number items. Add help-echo for the background.
15441 (mode-line-mule-info): Modify help-echo.
15442
15443 * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
15444
15445 * files.el (load-file): Allow completion to .elc.
15446
15447 * man.el: Doc fixes.
15448 (Man-init-defvars): Use display-color-p to set fontification.
15449
15450 * play/hanoi.el (hanoi-internal): Don't use oddp.
15451
15452 2000-03-12 Gerd Moellmann <gerd@gnu.org>
15453
15454 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
15455
15456 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
15457
15458 2000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
15459
15460 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
15461 Fix comment.
15462
15463 2000-03-10 Stefan Monnier <monnier@cs.yale.edu>
15464
15465 * font-lock.el (font-lock-keywords): Fix the doc now that
15466 regexp-opt-depth is unnecessary.
15467 (save-buffer-state): Set an edebug spec.
15468 (font-lock-fontify-anchored-keywords): Properly handle the case when
15469 the matcher goes past the limit.
15470
15471 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
15472 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
15473
15474 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
15475 dll.el and cookie.el (from Elib) with heavy renaming and other
15476 massaging.
15477
15478 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
15479 Autoload the functions used.
15480 (easy-mmode-define-syntax): Fix CL typo.
15481 (easy-mmode-define-derived-mode): Improve the docstring generation.
15482
15483 2000-03-10 Gerd Moellmann <gerd@gnu.org>
15484
15485 * textmodes/texinfo.el (texinfo-version): Variable and function
15486 removed.
15487
15488 2000-03-09 Stefan Monnier <monnier@cs.yale.edu>
15489
15490 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
15491 allow more flexibility.
15492 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New
15493 fns.
15494 (easy-mmode-defmap, easy-mmode-defsyntax)
15495 (easy-mmode-define-derived-mode): New macros.
15496
15497 2000-03-09 Didier Verna <didier@xemacs.org>
15498
15499 * rect.el (replace-rectangle): New function.
15500
15501 2000-03-09 Dave Love <fx@gnu.org>
15502
15503 * progmodes/fortran.el (fortran-comment-line-start): Define as
15504 "C".
15505 (fortran-comment-line-start-skip): Don't match cpp stuff.
15506 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
15507 (fortran-mode-map): Remove over-eager custom-menu-create for now.
15508 (fortran-mode): Don't set fortran-comment-line-start-skip,
15509 fortran-comment-line-start here. Set comment-start,
15510 add-log-current-defun.
15511 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
15512 (fortran-current-defun): New function.
15513
15514 2000-03-09 Gerd Moellmann <gerd@gnu.org>
15515
15516 * emacs-lisp/re-builder.el: New file.
15517
15518 * mouse.el (mouse-drag-region): Don't run up-event handler
15519 if hscroll has changed.
15520
15521 * octave-mod.el (octave-font-lock-keywords): To font-lock the
15522 builtin operators, use `font-lock-builtin-face' for Emacs and
15523 `font-lock-preprocessor-face' otherwise.
15524
15525 * font-lock.el (lisp-font-lock-keywords-1): Highlight
15526 `(defun (setf foo)' differently.
15527
15528 2000-03-08 Stefan Monnier <monnier@cs.yale.edu>
15529
15530 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
15531 (regexp-opt): Update comment and adapt the code the new meaning of
15532 the `paren' argument of regex-opt-group for shy-groups.
15533 (regexp-opt-depth): Handle shy groups as well as backslashed
15534 backslashes.
15535 (regexp-opt-group): Turn the leading comment into a docstring.
15536 Allow `paren' to be a string (the string to use to open a group).
15537 Remove open-presuf and close-presuf. Instead of checking for `all
15538 one-char' and then later on check for `several one-char', handle
15539 both cases close together. Also apply a more generic algorithm
15540 for suffixes (the mirror image of the algorithm used for
15541 prefixes). Use shy-groups. Use nreverse rather than reverse.
15542 (regexp-opt-try-suffix): Removed.
15543
15544 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
15545 from comint-mode-map, so we can just inherit from it. Also, move
15546 the initialization into the `defvar' since there's no docstring
15547 anyway and it's fairly short.
15548 (inferior-scheme-mode): Define it as derived-mode: the code is
15549 shorter and this way we inherit from comint-mode-map rather than
15550 copying it.
15551
15552 * subr.el (replace-regexps-in-string): Properly handle the case
15553 where we match an empty string.
15554
15555 * comint.el (comint-exec-1): Add the current-dir to the exec-path
15556 when the command has a directory component (such as "./testml").
15557 Also fix a typo in the comment.
15558
15559 2000-03-08 Gerd Moellmann <gerd@gnu.org>
15560
15561 * Makefile (compile-files): Compile files one by one because
15562 that's the only way to ensure a clean compilation environment for
15563 each individual file.
15564
15565 * frame.el (other-frame): Call x-focus-frame.
15566
15567 2000-03-07 Dave Love <fx@gnu.org>
15568
15569 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
15570 :require to defcustom.
15571
15572 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
15573 lists.
15574
15575 * files.el (auto-mode-alist): Add configure.in.
15576
15577 * progmodes/autoconf.el: New file.
15578
15579 2000-03-07 Gerd Moellmann <gerd@gnu.org>
15580
15581 * mail/mh-e.el: Change maintainer to `none'.
15582
15583 * recentf.el (recentf-keep-non-readable-files-p): Quote args
15584 to remove-hook and add-hook.
15585
15586 2000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
15587
15588 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
15589 it as the default.
15590 (mail-send): Test mail-send-nonascii also for the new `mime' value.
15591 (sendmail-send-it): Conditionally add MIME headers specifying the
15592 used character set.
15593
15594 2000-03-07 Dave Love <fx@gnu.org>
15595
15596 * winner.el: Fix keywords, autoload cookies. Split
15597 eval-when-compile form to avoid compilation failure.
15598
15599 2000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
15600
15601 * international/mule.el: Modify comment about coding system
15602 property `coding-category'.
15603 (make-coding-system): New argument EOL-TYPE. Pay attention to
15604 coding-category property of PROPERTIES.
15605
15606 * international/mule-conf.el (coding-category-utf-8,
15607 coding-category-utf-16-be, coding-category-utf-16-le): New coding
15608 categories. Include them in the argument for set-coding-priority.
15609
15610 * international/mule-cmds.el (reset-language-environment): Include
15611 coding-category-utf-8, coding-category-utf-16-be, and
15612 coding-category-utf-16-le in the argument for set-coding-priority.
15613 (reset-language-environment): Initialize coding-category-utf-8,
15614 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
15615
15616 2000-03-06 Karl Fogel <kfogel@red-bean.com>
15617
15618 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
15619 code abstracted out of `bookmark-jump-noselect'. Now tries info
15620 extensions as well as compression extensions.
15621 (bookmark-jump-noselect): Use above new func.
15622
15623 2000-03-03 Gerd Moellmann <gerd@gnu.org>
15624
15625 * strokes.el: Change maintainer's mail address.
15626
15627 2000-03-03 Kenichi Handa <handa@etl.go.jp>
15628
15629 * international/mule-diag.el (list-character-sets): Make help-echo
15630 string by substitute-command-keys.
15631 (list-character-sets): Likewise.
15632 (sort-listed-character-sets): Call help-setup-xref.
15633
15634 2000-03-02 Gerd Moellmann <gerd@gnu.org>
15635
15636 * time.el (display-time-mail-file): Add `none' to the list of
15637 choices.
15638
15639 2000-03-01 Dave Love <fx@gnu.org>
15640
15641 * help.el (help-xref-go-back): Don't try to set position.
15642
15643 * international/mule-diag.el (list-character-sets): Call
15644 help-setup-xref. Add help-echo to xrefs.
15645 (list-character-sets-1): Add help-echo to xrefs.
15646
15647 2000-03-02 Gerd Moellmann <gerd@gnu.org>
15648
15649 * frame.el (blink-cursor-mode): Switch cursor on when turning
15650 the mode off.
15651
15652 * add-log.el (add-log-current-defun): Add support for
15653 Autoconf mode.
15654
15655 * mail/rmail.el (rmail-quit-hook): New variable.
15656
15657 2000-03-01 Dave Love <fx@gnu.org>
15658
15659 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
15660
15661 * help.el (help-xref-button): Add help-echo arg.
15662 (describe-function-1, describe-variable, help-make-xrefs): Use it.
15663
15664 * faces.el (list-faces-display): Supply help-echo with
15665 help-make-xrefs.
15666
15667 * facemenu.el (list-text-properties-at): Set help-xref-stack to
15668 nil.
15669
15670 2000-03-01 Gerd Moellmann <gerd@gnu.org>
15671
15672 * image.el (defimage): Look for image files in load-path.
15673
15674 * frame.el (busy-cursor-delay-seconds): Change type to
15675 `number'.
15676
15677 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
15678
15679 * recentf.el (recentf): Added version tag to the defgroup of
15680 recentf.
15681
15682 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
15683
15684 * recentf.el (recentf-cleanup): Changed to remove excluded file
15685 too.
15686 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
15687 action to select/unselect a file.
15688 (recentf-edit-list): Code cleanup and improvement.
15689 (recentf-open-more-files-action): `recentf-open-more-files' button
15690 widget action to open a file.
15691 (recentf-open-more-files): No more use standard completion but
15692 widgets.
15693 (recentf-more-collection): Deleted.
15694 (recentf-more-history): Deleted.
15695 (recentf-setup-more-completion): Deleted.
15696
15697 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
15698
15699 * recentf.el (recentf-mode): No more needs that Emacs is running
15700 under a window-system.
15701
15702 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
15703
15704 * recentf.el (recentf-edit-list): New command to edit the recent
15705 list which allow the user to remove files.
15706 (recentf-edit-selected-items): New global variable, used by
15707 `recentf-edit-list' to hold the list of files to be removed from
15708 the recent list.
15709 (recentf-make-menu-items): Updated to display a "Edit list..."
15710 menu item. Minor code cleanup.
15711
15712 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
15713
15714 * recentf.el (recentf-open-more-files): New command to open files
15715 that are not displayed in the menu.
15716 (recentf-more-collection): New global variable holding the set of
15717 permissible completions used by `recentf-open-more-files'.
15718 (recentf-more-history): New global variable holding the history list
15719 used by `recentf-open-more-files' completion.
15720 (recentf-setup-more-completion): New function to setup completion for
15721 `recentf-open-more-files'.
15722 (recentf-make-menu-items): Updated to display a "More..." menu item.
15723
15724 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
15725
15726 * recentf.el (recentf-menu-action): Doc fixed.
15727
15728 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
15729
15730 * recentf.el (recentf-menu-filter): Doc updated.
15731 (recentf-update-menu-hook): Allow menu filters to force menu update.
15732 (recentf-make-menu-items): New menu filter handling.
15733 (recentf-make-menu-item): New helper function.
15734 (recentf-menu-elements): New menu handling function.
15735 (recentf-sort-ascending): Updated to new menu filter handling.
15736 (recentf-sort-descending): Updated to new menu filter handling.
15737 (recentf-sort-basenames-ascending): New menu filter function.
15738 (recentf-sort-basenames-descending): New menu filter function.
15739 (recentf-show-basenames): New menu filter function.
15740 (recentf-show-basenames-ascending): New menu filter function.
15741 (recentf-show-basenames-descending): New menu filter function.
15742
15743 2000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
15744
15745 * diary-lib.el (list-diary-entries): Don't try to go forward at
15746 the end of the buffer.
15747
15748 2000-02-29 Kenichi Handa <handa@etl.go.jp>
15749
15750 * international/mule-diag.el (list-character-sets): Completely
15751 rewritten.
15752 (sort-listed-character-sets): New function.
15753 (list-character-sets-1): Completely rewritten.
15754 (list-character-sets-2): New function.
15755 (non-iso-charset-alist): New variable.
15756 (decode-codepage-char): New function.
15757 (charset-history): New variable.
15758 (read-charset) (list-block-of-chars)
15759 (list-iso-charset-chars)
15760 (list-non-iso-charset-chars)
15761 (list-charset-chars): New functions.
15762 (mule-diag): Call list-character-sets-2, not
15763 list-character-sets-2.
15764 (dump-charsets): Likewise.
15765
15766 2000-02-29 Gerd Moellmann <gerd@gnu.org>
15767
15768 * dired-x.el (dired-filename-at-point): Add `@' to valid
15769 file name characters.
15770 (dired-filename-at-point): Handle ange-ftp file names.
15771
15772 * frame.el (frame-notice-user-settings): Use assq-delete-all
15773 instead of assoc-delete-all.
15774 (frame-notice-user-settings): Ditto.
15775
15776 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
15777 Don't copy alist.
15778
15779 2000-02-28 Eli Barzilay <eli@cs.cornell.edu>
15780
15781 * calculator.el (calculator-use-menu): New option.
15782 (calculator-initial-bindings): Changed some bindings to work as
15783 macros.
15784 (calculator-forced-input): Removed.
15785 (calculator-restart-other-mode): New variable.
15786 (calculator-mode-map): Set up menu.
15787
15788 2000-02-28 Jari Aalto <jari.aalto@poboxes.com>
15789
15790 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
15791 tags.
15792
15793 2000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
15794
15795 * viper-cmd.el (viper-envelop-ESC-key): added the option to
15796 translate all ESC key sequences.
15797 (viper-goto-mark-subr): restore markers for files for which
15798 they were saved.
15799 * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
15800 * viper-util.el (viper-set-replace-overlay-glyphs,
15801 viper-set-replace-overlay): always check if the replacement
15802 overlay is live.
15803 * viper.el (viper-vi-state-mode-list): added major modes.
15804 * ediff-wind.el: minor comment changes.
15805 * ediff.el: copyright notice date fix.
15806
15807 2000-02-27 Jason Rumney <jasonr@gnu.org>
15808
15809 * faces.el (face-font-family-alternatives): Add arial to helv.
15810 (mode-line, header-line, tool-bar): Same default as x for w32.
15811 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
15812 face-font-family-alternatives from working.
15813 * term/w32-win.el (mouse-set-font): Do not build fontset from
15814 chosen font.
15815
15816 2000-02-25 Sam Steingold <sds@goems.com>
15817
15818 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
15819 properly.
15820
15821 2000-02-25 Richard M. Stallman <rms@gnu.org>
15822
15823 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
15824
15825 2000-02-25 Gerd Moellmann <gerd@gnu.org>
15826
15827 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
15828 writable.
15829
15830 * frame.el (busy-cursor-delay-seconds): New option.
15831
15832 2000-02-24 Gerd Moellmann <gerd@gnu.org>
15833
15834 * frame.el (show-cursor-in-non-selected-windows): New option.
15835
15836 2000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
15837
15838 * diary-lib.el (include-other-diary-files): Undo the selective
15839 display in any included file and don't kill it.
15840
15841 2000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
15842
15843 * dired.el (dired-mode-map): Don't remove "Edit" from the menu
15844 bar. Menu items converted to (menu-item format, help strings
15845 added.
15846 [downcase, upcase]: Don't enable on MS-DOS.
15847 [symlink, symlinks]: Don't show if make-symbolic-link is not
15848 bound.
15849 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
15850
15851 2000-02-23 Dave Love <fx@gnu.org>
15852
15853 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
15854 (backward-kill-word): Revert addition of * to interactive spec --
15855 it's a feature.
15856
15857 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
15858 (backward-kill-sentence, kill-sentence): Likewise.
15859
15860 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
15861 scratch buffer name.
15862 (gud-format-command): Use int-to-string in ?l case. Simplify
15863 slightly.
15864
15865 * term/w32-win.el (internal-face-interactive): Update prompt for
15866 new read-face-name.
15867
15868 * mail/footnote.el (footnote): Add :version to defgroup.
15869 (footnote-section-tag-regexp): Customize.
15870 (footnote-start-tag, footnote-end-tag): New option.
15871 (footnote-latin-regexp): New variable.
15872 (Footnote-latin): New function.
15873 (footnote-style-alist): Add element for latin style.
15874 (footnote-style): Moved.
15875 (Footnote-goto-footnote): Use eq to test arg.
15876
15877 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
15878
15879 * emacs-lisp/byte-opt.el: Change old backquote syntax.
15880 (byte-compile-trueconstp): Include keywords.
15881 (byte-optimize-quote, byte-optimize-lapcode): Use
15882 byte-compile-const-symbol-p.
15883 (byte-optimize-char-before): New optimization.
15884
15885 * emacs-lisp/bytecomp.el: Change old backquote syntax.
15886 (byte-compile-const-symbol-p): New function.
15887 (byte-compile-constp, byte-compile-out-toplevel)
15888 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
15889 Use it.
15890
15891 * subr.el (define-key-after): Default AFTER to t. Doc fix.
15892
15893 2000-02-23 Kenichi Handa <handa@etl.go.jp>
15894
15895 * international/encoded-kb.el: Be sure to update minor-mode-alist
15896 and minor-mode-map-alist.
15897 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
15898 codes SS2 and SS3 correctly.
15899 (encoded-kbd-self-insert-ccl): New function.
15900 (encoded-kbd-setup-keymap): New function.
15901 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
15902 by calling encoded-kbd-setup-keymap.
15903
15904 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
15905 characters.
15906 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
15907 locally.
15908
15909 2000-02-22 Dave Love <fx@gnu.org>
15910
15911 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
15912 (lisp-mode-map, lisp-interaction-mode-map): Define all inside
15913 defvar.
15914 (lisp-mode-syntax-table): Set up for #|...|# comments.
15915 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
15916 classes. Match `defface'.
15917 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
15918 (eval-defun-1): Fix for defcustom.
15919 (lisp-indent-region): Doc fix.
15920
15921 * subr.el (when, unless, split-string): Doc fix.
15922 (read-passwd): Move call of clear-this-command-keys to the right
15923 place.
15924 (replace-regexps-in-string): New function.
15925
15926 2000-02-22 Gerd Moellmann <gerd@gnu.org>
15927
15928 * help.el (describe-variable): Set syntax table to
15929 emacs-lisp-mode-syntax-table when moving forward over the
15930 symbol's name.
15931
15932 2000-02-22 Dave Love <fx@gnu.org>
15933
15934 * xt-mouse.el: Doc fixes.
15935 (xterm-mouse-position-function): New function, replacing advice of
15936 mouse-position.
15937 (xterm-mouse-mode): Use it. Don't turn on under a window system.
15938
15939 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
15940
15941 2000-02-21 Gerd Moellmann <gerd@gnu.org>
15942
15943 * format.el (format-annotate-single-property-change): Handle
15944 properties.with dotted-list values.
15945 (format-proper-list-p): New function.
15946
15947 * enriched.el (enriched-face-ans): Handle '(foreground-color
15948 . COLOR) and (background-color . COLOR).
15949
15950 2000-02-20 Dave Love <fx@gnu.org>
15951
15952 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
15953 and assignments to it.
15954 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
15955 current local map.
15956 (make-flyspell-overlay): Use it.
15957 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
15958
15959 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
15960 (lm-get-header-re): Defun, not defsubst.
15961 (lm-get-package-name): Defun, not defsubst. Simplify.
15962 (lm-version): Doc fix. Simplify.
15963 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
15964 (lm-crack-address, lm-last-modified-date, lm-commentary)
15965 (lm-verify, lm-synopsis): Simplify.
15966 (lm-report-bug): Require emacsbug. Use compose-mail.
15967
15968 2000-02-20 Gerd Moellmann <gerd@gnu.org>
15969
15970 * dired.el (dired-mode): Call propertized-buffer-identification
15971 to set mode-line-buffer-identification to something having
15972 the right text properties.
15973
15974 * bindings.el (propertized-buffer-identification): New function.
15975
15976 2000-02-20 Dave Love <fx@gnu.org>
15977
15978 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
15979 check for t-mouse too.
15980
15981 * cus-start.el: Make echo-keystrokes `number'.
15982
15983 2000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
15984
15985 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
15986 Don't call ring-empty-p unless tags-location-ring is bound.
15987 From Noah Friedman <friedman@splode.com>.
15988
15989 2000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
15990
15991 * progmodes/hideshow.el (hs-flag-region): No longer use
15992 `intangible' overlay property.
15993
15994 (hs-toggle-hiding): New command.
15995 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
15996
15997 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
15998 Fix omission bug: Run `hs-minor-mode-hook' for both activation
15999 and deactivation.
16000
16001 2000-02-18 Gerd Moellmann <gerd@gnu.org>
16002
16003 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
16004
16005 2000-02-17 Gerd Moellmann <gerd@gnu.org>
16006
16007 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
16008
16009 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
16010 of `*' to handle `(* ... *)' comments.
16011
16012 2000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
16013
16014 * faces.el (list-faces-display): Use display-mouse-p instead of
16015 window-system.
16016
16017 * menu-bar.el (global-map): Menu-bar items converted to the new
16018 format (menu-item..., rearranged for better CUA compliance, and
16019 their names changed for better clarity. Help strings added.
16020
16021 * international/mule-cmds.el (mule-menu-keymap)
16022 (describe-language-environment-map, set-coding-system-map)
16023 (setup-language-environment-map): Convert to new (menu-item...
16024 form, add help strings. Change names of menu items for better
16025 clarity. "Mule" menu-bar item removed (it's now in the "Options"
16026 submenu).
16027
16028 2000-02-17 Gerd Moellmann <gerd@gnu.org>
16029
16030 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
16031 within the code.
16032
16033 2000-02-16 Dave Love <fx@gnu.org>
16034
16035 * faces.el: Don't require custom. Add more specific :groups to
16036 various deffaces.
16037 (set-face-attribute): Purecopy args.
16038 (read-face-name): Default to name at point and use it in prompt.
16039 Remove colon from arg in all callers.
16040 (list-faces-display): Hyperlink to face descriptions and customize
16041 buffers.
16042
16043 2000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
16044
16045 * wid-edit.el (widget-match-inline): An atom never matches a
16046 list.
16047
16048 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16049
16050 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
16051 at ':' characters by call to split-string.
16052
16053 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16054
16055 * textmodes/bibtex.el: Added RCS version identification.
16056
16057 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16058
16059 * textmodes/bibtex.el: Some temporary comments removed.
16060 (bibtex-field-name, bibtex-entry-type): Made the relationship
16061 explicit.
16062 (bibtex-field-const): Allow capital letters.
16063 (bibtex-start-of-string): Deleted because unused.
16064
16065 * textmodes/bibtex.el: Unified some nomenclature. We no longer
16066 use the term 'reference' to describe a bibtex entry as a whole.
16067 Further, reference keys are no longer called 'labels'.
16068 (bibtex-keys): Renamed to bibtex-reference-keys.
16069 (bibtex-reformat-previous-labels): Renamed to
16070 bibtex-reformat-previous-reference-keys.
16071 (bibtex-reference-type): Renamed to bibtex-entry-type.
16072 (bibtex-reference-head): Renamed to bibtex-entry-head.
16073 (bibtex-reference-maybe-empty-head): Renamed to
16074 bibtex-entry-maybe-empty-head.
16075 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
16076 (bibtex-search-reference): Renamed to bibtex-search-entry.
16077 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
16078 bibtex-enclosing-entry-maybe-empty-head.
16079 (bibtex-entry-field-alist, bibtex-entry-head,
16080 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
16081 bibtex-map-entries, bibtex-search-entry,
16082 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
16083 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
16084 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
16085 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
16086 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
16087 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
16088 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
16089
16090 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16091
16092 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
16093 comment.
16094 (bibtex-format-field-delimiters): New function, functionality
16095 extracted from bibtex-format-entry.
16096 (bibtex-autokey-get-yearfield-digits): New function, functionality
16097 extracted from bibtex-autokey-get-yearfield.
16098
16099 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
16100 entries in order to avoid stack overflow in the regexp matcher if
16101 field contents become large.
16102 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
16103 bibtex-field-string-part-not-braced,
16104 bibtex-field-string-part-no-inner-braces,
16105 bibtex-field-string-part-1-inner-brace,
16106 bibtex-field-string-part-2-inner-braces,
16107 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
16108 bibtex-field-string-quoted, bibtex-field-string,
16109 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
16110 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
16111 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
16112 as parsing is now performed by the following functions.
16113 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
16114 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
16115 bibtex-parse-field-string, bibtex-search-forward-field-string,
16116 bibtex-parse-association, bibtex-field-name-for-parsing,
16117 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
16118 bibtex-search-forward-field, bibtex-search-backward-field,
16119 bibtex-start-of-field, bibtex-end-of-field,
16120 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
16121 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
16122 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
16123 bibtex-parse-string, bibtex-search-forward-string,
16124 bibtex-search-backward-string, bibtex-start-of-string,
16125 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
16126 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
16127 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
16128 entries. Instead of reporting the results of the parsing by
16129 match-beginning or match-end, these functions return data structures
16130 that hold the corresponding positions.
16131 (bibtex-enclosing-field): Changed to also report field boundaries by
16132 return values rather than by match-beginning or match-end. The
16133 following functions have been adapted to use the new parsing
16134 functions.
16135 (bibtex-skip-to-valid-entry, bibtex-search-reference,
16136 bibtex-enclosing-field, bibtex-format-entry,
16137 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
16138 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
16139 bibtex-print-help-message, bibtex-end-of-entry,
16140 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
16141 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
16142 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
16143 method for parsing.
16144 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
16145 bibtex-map-entries, bibtex-flash-head,
16146 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
16147 bibtex-autokey-change, bibtex-autokey-get-namefield,
16148 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
16149 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
16150 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
16151 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
16152 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
16153 order to make the new binding of case-fold-search immediately
16154 visible.
16155
16156 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16157
16158 * textmodes/bibtex.el: Copyright notice is up to date.
16159 Added constant 'bibtex-maintainer-salutation.
16160
16161 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
16162 than make-temp-name, use match-string-no-properties and eliminate
16163 a quadratic behavior when building bibtex-strings.
16164
16165 * bibtex.el (bibtex-reference-key): Accept string entries whose
16166 reference key contains upper case letters.
16167
16168 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16169
16170 * bibtex.el (bibtex-reference-head): Allow entries to start with
16171 a new line.
16172
16173 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16174
16175 * bibtex.el: Hiding of entry bodies is not longer provided by
16176 bibtex.el directly. Instead the hideshow package can be used.
16177 Added a special bibtex entry to hs-special-modes-alist.
16178 (bibtex-hs-forward-sexp): Added for hideshow.el.
16179
16180 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16181
16182 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
16183 at ':' characters by call to split-string.
16184
16185 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16186
16187 * textmodes/bibtex.el: Added RCS version identification.
16188
16189 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16190
16191 * textmodes/bibtex.el: Some temporary comments removed.
16192 (bibtex-field-name, bibtex-entry-type): Made the relationship
16193 explicit.
16194 (bibtex-field-const): Allow capital letters.
16195 (bibtex-start-of-string): Deleted because unused.
16196
16197 * textmodes/bibtex.el: Unified some nomenclature. We no longer
16198 use the term 'reference' to describe a bibtex entry as a whole.
16199 Further, reference keys are no longer called 'labels'.
16200 (bibtex-keys): Renamed to bibtex-reference-keys.
16201 (bibtex-reformat-previous-labels): Renamed to
16202 bibtex-reformat-previous-reference-keys.
16203 (bibtex-reference-type): Renamed to bibtex-entry-type.
16204 (bibtex-reference-head): Renamed to bibtex-entry-head.
16205 (bibtex-reference-maybe-empty-head): Renamed to
16206 bibtex-entry-maybe-empty-head.
16207 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
16208 (bibtex-search-reference): Renamed to bibtex-search-entry.
16209 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
16210 bibtex-enclosing-entry-maybe-empty-head.
16211 (bibtex-entry-field-alist, bibtex-entry-head,
16212 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
16213 bibtex-map-entries, bibtex-search-entry,
16214 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
16215 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
16216 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
16217 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
16218 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
16219 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
16220 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
16221
16222 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16223
16224 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
16225 comment.
16226 (bibtex-format-field-delimiters): New function, functionality
16227 extracted from bibtex-format-entry.
16228 (bibtex-autokey-get-yearfield-digits): New function, functionality
16229 extracted from bibtex-autokey-get-yearfield.
16230
16231 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
16232 entries in order to avoid stack overflow in the regexp matcher if
16233 field contents become large.
16234 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
16235 bibtex-field-string-part-not-braced,
16236 bibtex-field-string-part-no-inner-braces,
16237 bibtex-field-string-part-1-inner-brace,
16238 bibtex-field-string-part-2-inner-braces,
16239 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
16240 bibtex-field-string-quoted, bibtex-field-string,
16241 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
16242 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
16243 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
16244 as parsing is now performed by the following functions.
16245 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
16246 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
16247 bibtex-parse-field-string, bibtex-search-forward-field-string,
16248 bibtex-parse-association, bibtex-field-name-for-parsing,
16249 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
16250 bibtex-search-forward-field, bibtex-search-backward-field,
16251 bibtex-start-of-field, bibtex-end-of-field,
16252 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
16253 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
16254 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
16255 bibtex-parse-string, bibtex-search-forward-string,
16256 bibtex-search-backward-string, bibtex-start-of-string,
16257 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
16258 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
16259 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
16260 entries. Instead of reporting the results of the parsing by
16261 match-beginning or match-end, these functions return data structures
16262 that hold the corresponding positions.
16263 (bibtex-enclosing-field): Changed to also report field boundaries by
16264 return values rather than by match-beginning or match-end. The
16265 following functions have been adapted to use the new parsing
16266 functions.
16267 (bibtex-skip-to-valid-entry, bibtex-search-reference,
16268 bibtex-enclosing-field, bibtex-format-entry,
16269 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
16270 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
16271 bibtex-print-help-message, bibtex-end-of-entry,
16272 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
16273 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
16274 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
16275 method for parsing.
16276 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
16277 bibtex-map-entries, bibtex-flash-head,
16278 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
16279 bibtex-autokey-change, bibtex-autokey-get-namefield,
16280 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
16281 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
16282 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
16283 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
16284 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
16285 order to make the new binding of case-fold-search immediately
16286 visible.
16287
16288 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16289
16290 * textmodes/bibtex.el: Copyright notice is up to date.
16291 Added constant 'bibtex-maintainer-salutation.
16292
16293 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
16294 than make-temp-name, use match-string-no-properties and eliminate
16295 a quadratic behavior when building bibtex-strings.
16296
16297 * bibtex.el (bibtex-reference-key): Accept string entries whose
16298 reference key contains upper case letters.
16299
16300 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16301
16302 * bibtex.el (bibtex-reference-head): Allow entries to start with
16303 a new line.
16304
16305 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16306
16307 * bibtex.el: Hiding of entry bodies is not longer provided by
16308 bibtex.el directly. Instead the hideshow package can be used.
16309 Added a special bibtex entry to hs-special-modes-alist.
16310 (bibtex-hs-forward-sexp): Added for hideshow.el.
16311
16312 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16313
16314 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
16315 proceedings entry type (for cross referencing). Thanks to Wagner
16316 Toledo Correa for the suggestion.
16317
16318 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
16319
16320 2000-02-14 Kenichi Handa <handa@etl.go.jp>
16321
16322 * international/characters.el: Setup case table for Vietnamese.
16323
16324 2000-02-12 Gerd Moellmann <gerd@gnu.org>
16325
16326 * uniquify.el (toplevel): Require CL at compile time.
16327 (uniquify-push): Removed.
16328
16329 * shadowfile.el (shadow-when): Removed.
16330
16331 * tempo.el (tempo-dolist, tempo-mapc): Removed.
16332 (tempo-process-and-insert-string): Use dolist instead of
16333 tempo-dolist.
16334
16335 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
16336 regexp for paragraph-start.
16337
16338 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
16339 commas as well.
16340
16341 2000-02-10 Dave Love <fx@gnu.org>
16342
16343 * wid-edit.el: (widgets) [defgroup]: Remove url link.
16344 (widget-color-choice-list, widget-color-history, widget-mouse-help):
16345 Deleted.
16346 (widget-specify-field, widget-specify-button): Don't use
16347 widget-mouse-help as help-echo property.
16348 (default): Use #'ignore for :validate and :mouse-down-action.
16349 (checkbox): Add help-echo.
16350 (widget-sexp-validate): Rewritten to clarify error messages.
16351 (character): Use char-valid-p in :match function.
16352 (widget-color-complete): Use facemenu-color-alist.
16353 (widget-color-action): Use facemenu-read-color.
16354
16355 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
16356 set up `caar' &c that we now have.
16357
16358 2000-02-09 Ray Blaak <blaak@gnu.org>
16359
16360 * delphi.el: Make resourcestring a declaration region, like const
16361 and var.
16362
16363 2000-02-09 Dave Love <fx@gnu.org>
16364
16365 * bindings.el (mode-line-input-method-map): New variable.
16366 (mode-line-mule-info): Use it; fix last change.
16367 (mode-line-mode-menu): Move definition.
16368 (mode-line-mouse-sensitive-p): Deleted.
16369 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
16370 (make-mode-line-mouse-sensitive): Deleted. Body moved to top
16371 level.
16372
16373 * startup.el (command-line-1): Don't call
16374 make-mode-line-mouse-sensitive.
16375
16376 2000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
16377
16378 * mail/rmail.el (rmail-retry-failure): Use
16379 rmail-beginning-of-message before rmail-toggle-header, because the
16380 former toggles headers.
16381
16382 2000-02-06 Stefan Monnier <monnier@cs.yale.edu>
16383
16384 * diff-mode.el (diff-kill-junk): New interactive function.
16385 (diff-reverse-direction): Use delete-and-extract-region.
16386 (diff-post-command-hook): Restrict the area so that the hook also works
16387 outside of any diff hunk. This is necessary for the minor-mode.
16388 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
16389 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
16390
16391 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
16392 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
16393 so that it can be used more easily in <foo>-mode-hook. Also make sure
16394 to avoid duplicate entries.
16395 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
16396 (font-lock-remove-keywords): Just as was done for `add', allow it to
16397 work even if font-lock-mode is nil. Also make sure we don't modify
16398 any pre-existing list by forcing a copy-sequence. Finally rename
16399 `major-mode' to `mode'.
16400 (font-lock-fontify-syntactic-anchored-keywords)
16401 (font-lock-fontify-anchored-keywords)
16402 (font-lock-fontify-keywords-region): Use line-end-position.
16403 Don't make `font-lock-multiline' local (it's now done in
16404 font-lock-set-defaults).
16405 (font-lock-set-defaults): Make `font-lock-multiline' local. Also
16406 move the `font-lock-fontified' creation to inside the `unless'.
16407
16408 2000-02-06 Andrew Innes <andrewi@gnu.org>
16409
16410 * term/w32-win.el (x-handle-args): Comment out call to message,
16411 which occurs before window system is initialized.
16412
16413 * makefile.nt: Add support for recompiling lisp code.
16414
16415 2000-02-04 Dave Love <fx@gnu.org>
16416
16417 * bindings.el (mode-line-mule-info): Fix/extend last change.
16418
16419 * completion.el: Replace completion-dolist with dolist.
16420
16421 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
16422 dotimes.
16423
16424 2000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
16425
16426 * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
16427 environment names before they go into the section regexp.
16428
16429 * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
16430 char class in regexp.
16431
16432 * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
16433 `case-fold-search' to nil.
16434
16435 * progmodes/idlwave.el (idlwave-template): Respect
16436 `idlwave-abbrev-change-case'.
16437 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
16438 idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
16439 idlwave-while): respect `idlwave-reserved-word-upcase'.
16440 (idlwave-rw-case): New function.
16441 (idlwave-statement-match): Fixed problem with assignment regexp.
16442 (idlwave-font-lock-keywords): Improved regexp for keyword
16443 parameters.
16444 (idlwave-surround): New argument LENGTH to support padding of
16445 operators longer than 1 char.
16446
16447 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
16448 idlwave-shell-expression-overlay. Implemented printing of
16449 expressions on higher levels of the calling stack.
16450 (idlwave-shell-display-level-in-calling-stack): Restore stack
16451 level.
16452 (idlwave-retrieve-expression-from-level): New function.
16453 (idlwave-shell-last-calling-stack): Variable removed.
16454 (idlwave-shell-reset): Argument action reversed (`visible' to
16455 `hidden'). Also remove stop-line overlay.
16456 (idlwave-shell-calling-stack-routine): New variable.
16457 (idlwave-shell-parse-stack-and-display): Messages now display
16458 negative level numbers.
16459 (idlwave-shell-mode): Set `modeline-format'.
16460 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
16461 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
16462 21.
16463 (idlwave-shell-print-expression-function): New option.
16464
16465 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
16466 idlwave-toolbar-remove-everywhere): Keybindings prefix is now
16467 `tool-bar' instead of `toolbar'.
16468
16469 2000-02-02 Dave Love <fx@gnu.org>
16470
16471 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
16472 emacs-lisp-mode-hook. Don't check for defalias being defined.
16473
16474 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
16475 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions. Use
16476 the new builtins directly.
16477
16478 * whitespace.el (whitespace): Add :version to defgroup.
16479
16480 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
16481 Doc fix.
16482
16483 * thingatpt.el (sexp-at-point, symbol-at-point)
16484 (number-at-point, list-at-point): Add autoload cookie.
16485
16486 * recentf.el (recentf): Add :version to defgroup.
16487
16488 * quickurl.el (quickurl): Add :version to defgroup.
16489
16490 * elide-head.el (elide-head): Use point-marker more.
16491
16492 * bs.el (bs): Add :version to defgroup.
16493
16494 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
16495
16496 * progmodes/delphi.el (delphi): Add :version to defgroup.
16497
16498 2000-02-02 Gerd Moellmann <gerd@gnu.org>
16499
16500 * ange-ftp.el (ange-ftp-write-region): Handle case that
16501 succeeding process operation sets a different coding system.
16502
16503 * calculator.el: New file.
16504
16505 2000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
16506
16507 * frame.el (frames-on-display-list, framep-on-display): New
16508 functions.
16509 (display-mouse-p, display-popup-menus-p, display-graphic-p)
16510 (display-selections-p, display-screens, display-pixel-width)
16511 (display-pixel-height, display-mm-width, display-mm-height)
16512 (display-backing-store, display-save-under, display-planes)
16513 (display-color-cells, display-visual-class): New functions.
16514
16515 * term/tty-colors.el (tty-color-gray-shades): New function.
16516
16517 * faces.el (display-color-p): Use framep-on-display.
16518 (display-grayscale-p): New function.
16519
16520 2000-01-31 Dave Love <fx@gnu.org>
16521
16522 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
16523 (create-fontset-from-x-resource): Don't concat integers.
16524
16525 2000-01-31 Inge Frick <inge@nada.kth.se>
16526
16527 * view.el: Some changes in documentation. Removed some trailing
16528 whitespace. Changed some parameter names to agree with
16529 documentation.
16530 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
16531 window is not deleted. Modifies change 1998-04-26.
16532
16533 2000-01-31 Gerd Moellmann <gerd@gnu.org>
16534
16535 * windmove.el: New file.
16536
16537 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
16538 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
16539 progmodes/ebnf-yac.el: Update copyright and license info.
16540
16541 * jit-lock.el (jit-lock-function): Widen before calculating end
16542 position.
16543 (jit-lock-stealth-chunk-start): Rewritten.
16544
16545 * info.el (Info-title-face-alist): Removed.
16546 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
16547 faces.
16548 (Info-fontify-node): Use these faces.
16549
16550 2000-01-30 Gerd Moellmann <gerd@gnu.org>
16551
16552 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
16553 (cl-macro-list1): Recognize `&allow-other-keys' instead of
16554 `&allow-other-keywords'.
16555
16556 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
16557 the list of directories scanned heuristically.
16558
16559 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
16560 exist.
16561
16562 2000-01-30 Jason Rumney <jasonr@gnu.org>
16563
16564 * w32-fns.el: Define w32-tty-standard-colors.
16565
16566 * startup.el (command-line): Use w32-tty-standard-colors when in
16567 w32 console mode.
16568
16569 2000-01-30 Dave Love <fx@gnu.org>
16570
16571 * jka-compr.el (jka-compr-load): Fix up load-history.
16572
16573 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
16574
16575 * emacs-lisp/cl-macs.el: Revert previous change.
16576
16577 2000-01-29 Dave Love <fx@gnu.org>
16578
16579 * facemenu.el: Purecopy various strings.
16580
16581 * timezone.el (timezone-fix-time): Window against 69 for two-digit
16582 years. Deal with three-digit years.
16583
16584 * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
16585 defconst, purecopy.
16586 (help-back-label): Purecopy it.
16587
16588 2000-01-18 Gerd Moellmann <gerd@gnu.org>
16589
16590 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
16591 variable. If non-nil, order the buffer list according to the
16592 currently selected frame.
16593 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
16594 non-nil, pass the selected frame to function buffer-list.
16595
16596 2000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16597
16598 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
16599
16600 2000-01-28 Dave Love <fx@gnu.org>
16601
16602 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
16603
16604 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
16605 Don't use lisp-indent-hook property.
16606 (cl-abs): Remove.
16607
16608 * subr.el: Move out indent and edebug specs for when and unless.
16609
16610 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
16611 when, unless.
16612
16613 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
16614 unless, when.
16615
16616 2000-01-28 Gerd Moellmann <gerd@gnu.org>
16617
16618 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
16619 `collecting' as synonym for `collect'.
16620
16621 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
16622 for the case it contains spaces.
16623
16624 * simple.el (what-cursor-position): Change formatting of
16625 messages.
16626
16627 * frame.el (delete-other-frames): New function.
16628 (toplevel): Bind it to C-x 5 1.
16629
16630 * sort.el (sort-numeric-base): New option.
16631 (sort-numeric-fields): If number starts with `0' or `0[xX[',
16632 interpret it as octal or hexadecimal. Use sort-numeric-base
16633 as default base.
16634
16635 * progmodes/glasses.el: New file.
16636
16637 2000-01-27 Gerd Moellmann <gerd@gnu.org>
16638
16639 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
16640 userids differently.
16641
16642 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
16643 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
16644 progmodes/ebnf-yac.el: New files.
16645
16646 2000-01-26 Dave Love <fx@gnu.org>
16647
16648 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
16649 on a function with an empty body. [From Eric Ludlam.]
16650
16651 2000-01-25 Andre Spiegel <spiegel@gnu.org>
16652
16653 * vc.el (vc-version-diff): Make sure file name is expanded.
16654
16655 2000-01-25 Gerd Moellmann <gerd@gnu.org>
16656
16657 * scroll-bar.el (scroll-bar-timer): Variable removed.
16658 (scroll-bar-toolkit-scroll): Don't use a timer.
16659
16660 2000-01-25 Kenichi Handa <handa@etl.go.jp>
16661
16662 * language/thai-util.el (thai-composition-function): Delete
16663 superfluous `a'.
16664
16665 2000-01-24 Dave Love <fx@gnu.org>
16666
16667 * fortran.el (fortran-mode): Use beginning-of-defun-function,
16668 end-of-defun-function.
16669
16670 * font-lock.el (turn-on-font-lock): Don't depend on window-system
16671 &c.
16672
16673 2000-01-22 Jason Rumney <jasonr@gnu.org>
16674
16675 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
16676 conflicts with new face support.
16677
16678 2000-01-22 Richard M. Stallman <rms@gnu.org>
16679
16680 * replace.el (query-replace): Rename last arg to DELIMITED.
16681 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
16682 (query-replace-regexp): Likewise.
16683
16684 2000-01-20 Richard M. Stallman <rms@gnu.org>
16685
16686 * subr.el (with-syntax-table): Use make-symbol, not gensym.
16687
16688 * emacs-lisp/lisp.el (beginning-of-defun-function):
16689 Variable renamed from beginning-of-defun.
16690 Do not call make-variable-buffer-local.
16691 (beginning-of-defun-raw): Use new variable name; doc fix.
16692 (beginning-of-defun): Doc fix.
16693 (end-of-defun-function): Variable renamed from end-of-defun.
16694 Do not call make-variable-buffer-local.
16695 (end-of-defun): Use new variable name; doc fix.
16696
16697 * subr.el (dolist, dotimes): Copied from cl-macs.el
16698 and made to work.
16699
16700 * mail/undigest.el (rmail-digest-end-regexps):
16701 Variable replaces rmail-digest-end-regexp.
16702 Allows multiple regexps for detecting the end line.
16703 (undigestify-rmail-message): Corresponding changes.
16704
16705 2000-01-19 Dave Love <fx@gnu.org>
16706
16707 * files.el (user-init-file): Don't declare here -- is primitive.
16708
16709 * startup.el (command-line): Check for compiled user-init-file and
16710 set to uncompiled version if necessary.
16711
16712 2000-01-18 Gerd Moellmann <gerd@gnu.org>
16713
16714 * mail/undigest.el (rmail-digest-end-regexp): New user option.
16715 (undigestify-rmail-message): Use it.
16716
16717 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
16718
16719 2000-01-17 Gerd Moellmann <gerd@gnu.org>
16720
16721 * tmm.el (tmm-goto-completions): Adapt to prompt being part
16722 of mini-buffer.
16723
16724 2000-01-14 Gerd Moellmann <gerd@gnu.org>
16725
16726 * emacs-lisp/copyright.el (copyright-update): Removed the
16727 requirement for a trailing space from `copyright-regexp', to
16728 support copyrights with owner specified on a separate line..
16729
16730 * align.el: New file.
16731
16732 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
16733
16734 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
16735
16736 2000-01-13 Dave Love <fx@gnu.org>
16737
16738 * ph.el: Removed. (Obsoleted by EUDC.)
16739
16740 2000-01-13 Gerd Moellmann <gerd@gnu.org>
16741
16742 * net/eudc.el (toplevel): Remove autoloaded code installing
16743 menu with easymenu, because that causes build problems.
16744
16745 * frame.el (frame-notice-user-settings): New variable.
16746 (frame-notice-user-settings): Don't modify frame parameters
16747 if called a second time.
16748
16749 2000-01-13 Richard M. Stallman <rms@gnu.org>
16750
16751 * frame.el (frame-notice-user-settings):
16752 Notice default-frame-parameters even for non-window frames.
16753
16754 2000-01-13 Gerd Moellmann <gerd@gnu.org>
16755
16756 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
16757 for Emacs.
16758 (eudc-bob-can-display-inline-images): Extend for Emacs.
16759 (eudc-bob-toggle-inline-display): Ditto.
16760 (eudc-bob-display-jpeg): Ditto.
16761
16762 2000-01-12 Gerd Moellmann <gerd@gnu.org>
16763
16764 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
16765 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
16766 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
16767
16768 * add-log.el (add-change-log-entry): Fix error trying an `(insert
16769 nil)'.
16770
16771 * subdirs.el: Add `net' directory.
16772
16773 * net: New directory.
16774
16775 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
16776 eval-last-sexp. Don't bind debug-on-error here.
16777 (eval-last-sexp): New function. Bind debug-on-error if
16778 eval-expression-debug-on-error is non-nil.
16779 (eval-defun-2, eval-defun): Likewise.
16780
16781 * simple.el (eval-expression): Don't bind debug-on-error if
16782 eval-expression-debug-on-error is nil. Detect changed
16783 debug-on-error, and propagate new value to global binding, if
16784 eval-expression-debug-on-error is non-nil,
16785 (eval-expression-debug-on-error): Change doc string.
16786
16787 2000-01-11 Richard M. Stallman <rms@gnu.org>
16788
16789 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
16790
16791 * emacs-lisp/lisp-mode.el (with-syntax-table):
16792 Set up lisp-indent-function property.
16793
16794 * subr.el (with-syntax-table): Moved from simple.el.
16795
16796 * simple.el (with-syntax-table): Moved to subr.el.
16797
16798 2000-01-11 Gerd Moellmann <gerd@gnu.org>
16799
16800 * tmm.el (tmm-shortcut): Delete region after prompt instead
16801 of erasing buffer.
16802
16803 * textmodes/fill.el (fill-common-string-prefix): New function.
16804 (fill-context-prefix): Use the longest common prefix of first
16805 and second line fill prefix, if there is one.
16806
16807 2000-01-11 Richard M. Stallman <rms@gnu.org>
16808
16809 * array.el (array-mode): Don't use make-variable-buffer-local.
16810 Use make-local-variable for `truncate-lines'.
16811
16812 2000-01-11 Jari Aalto <jari.aalto@poboxes.com>
16813
16814 * add-log.el (add-log-current-defun): Handle user-defined
16815 add-log-current-function returning nil,
16816
16817 * add-log.el (add-change-log-entry): Insert version number
16818 if having found a current function
16819
16820 * add-log.el (add-log-current-defun): Call
16821 `add-log-current-defun-function'. Try matches at level 0 and
16822 level 1. Strip whitespace from defun found.
16823
16824 2000-01-10 John Wiegley <johnw@gnu.org>
16825
16826 * allout.el (isearch-done/outline-provisions): Added `edit'
16827 argument to correspond with the current definition of
16828 `isearch-done'.
16829
16830 2000-01-10 Dave Love <fx@gnu.org>
16831
16832 * elide-head.el (elide-head): Use point-marker, not point.
16833
16834 2000-01-10 Gerd Moellmann <gerd@gnu.org>
16835
16836 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
16837 before and after the year 2000.
16838
16839 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
16840 Add ispell- prefix.
16841
16842 2000-01-10 Ken Stevens <k.stevens@ieee.org>
16843
16844 * ispell.el: Only define dictionaries in menus when they exist.
16845 (version18p): New variable.
16846 (version20p): New variable.
16847 (xemacsp): New variable.
16848 (ispell-choices-win-default-height): Fix for XEmacs visibility.
16849 (ispell-dictionary-alist1): Added Brasileiro dictionary.
16850 (ispell-dictionary-alist6): Russian command lines no longer accept
16851 run-together words.
16852 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
16853 (ispell-dictionary-alist): Add koi8-r to customize definition.
16854 (check-ispell-version): Added documentation string. Returns
16855 library path when called non-interactively.
16856 (ispell-menu-map-needed): Uses new variables.
16857 (ispell-library-path): New variable.
16858 (ispell-decode-string): XEmacs fix for bogus variable bindings.
16859 (ispell-word): Improved documentation string. Test for valid
16860 character mappings. Correctly check typed in word changes that can
16861 result in single words split into multiple words. Returns
16862 replacement word.
16863 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
16864 replace in recursive query replace mode. Help message for
16865 recursive edit mode.
16866 (ispell-show-choices): Protect against bad framepop bindings.
16867 (ispell-help): Fix to work with XEmacs.
16868 (ispell-highlight-spelling-error): Use new variables.
16869 (ispell-overlay-window): Fix to work with XEmacs.
16870 (ispell-parse-output): Passed and returns location information
16871 tracking spelling corrections. Doesn't recheck same word on
16872 current line.
16873 (ispell-init-process): Protect against bogus XEmacs variable binding.
16874 Fix call to single argument in sleep-for. Use new variables.
16875 (ispell-region): Passed and returns location information tracking
16876 spelling corrections. Doesn't check same word on current line.
16877 Improved documentation string. Doesn't resend a line already
16878 checked to the ispell process - fixes bug in LaTeX parsing.
16879 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
16880 (ispell-skip-region): No longer skips <TT> in SGML.
16881 (ispell-process-line): Tracks location information with spelling
16882 corrections. Added documentation string. Accounts for words
16883 already accepted on this line. Don't allow query-replace on line
16884 starting with math characters. Doesn't resend a line already sent
16885 to ispell process. Fixes alignment error bug.
16886
16887 2000-01-10 Richard M. Stallman <rms@gnu.org>
16888
16889 * dired-x.el (dired-guess-shell-alist-default):
16890 Suggest xloadimage, which is free, not xv, which isn't.
16891
16892 * ange-ftp.el (ange-ftp-file-name-nondirectory):
16893 Don't ever include the host name or user name in the value.
16894
16895 2000-01-09 Gerd Moellmann <gerd@gnu.org>
16896
16897 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
16898 of a real newline.
16899
16900 2000-01-09 Stephen Eglen <stephen@gnu.org>
16901
16902 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
16903 for .png files.
16904
16905 2000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
16906
16907 * cus-edit.el (custom-hook-convert-widget): Fix comment.
16908
16909 2000-01-09 Gerd Moellmann <gerd@gnu.org>
16910
16911 * progmodes/cperl-mode.el: Replace ^F with ^L.
16912
16913 * sendmail.el (toplevel): Provide `sendmail' when compiling
16914 before `require'ing rmail and mailalias to prevent infinite
16915 recursion.
16916
16917 2000-01-08 Dave Love <fx@gnu.org>
16918
16919 * emacs-lisp/backquote.el: Remove inappropriate customization
16920 (allowing custom.el to use backquote).
16921
16922 2000-01-07 Dave Love <fx@gnu.org>
16923
16924 * add-log.el (add-log-debugging): Deleted.
16925 (add-change-log-entry): Treat a backup FILE-NAME as its parent
16926 file. Remove debugging code.
16927 (change-log-get-method-definition, change-log-name): Add doc.
16928 (change-log-sortable-date-at): New function.
16929 (change-log-merge): New command.
16930
16931 * time.el (display-time-string-forms): Make the Mail string active.
16932 (display-time-update): Provide help-echo for load average.
16933
16934 * bindings.el (make-mode-line-mouse2-map): New function.
16935 (mode-line-modified): Use it and simplify.
16936 (mode-line-mule-info): Provide help-echo info.
16937 (minor-mode-alist): Activate the strings.
16938 (make-mode-line-mouse-sensitive): Simplify for
16939 mode-line-buffer-identification.
16940
16941 2000-01-07 Gerd Moellmann <gerd@gnu.org>
16942
16943 * play/pong.el: New file.
16944
16945 2000-01-06 Dave Love <fx@gnu.org>
16946
16947 * array.el: Assorted cleanups for compiler warnings, doc strings,
16948 `array-' prefix for symbols.
16949
16950 2000-01-05 Dave Love <fx@gnu.org>
16951
16952 * textmodes/outline.el (outline-mode-menu-bar-map): Add
16953 outline-headers-as-kill.
16954 (outline-mode): Define imenu-generic-expression.
16955 (outline-headers-as-kill): New command.
16956
16957 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
16958 from paragraph-start.
16959 (paragraph-indent-minor-mode): New command.
16960
16961 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
16962 M-C-e, M-C-h, C-j, C-xnd, TAB.
16963 (fortran-mode): Set beginning-of-defun, end-of-defun.
16964 (fortran-column-ruler): Simplify.
16965 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
16966 (fortran-with-subprogram-narrowing): Likewise.
16967 (fortran-indent-subprogram): Call mark-defun.
16968 (fortran-check-for-matching-do): Change narrowing.
16969
16970 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
16971 (cl-lucid-hash-tag): Delete.
16972 (cl-hash-table-p): Correct test for native table.
16973 (cl-hash-table-count): Use hash-table-count.
16974
16975 * browse-url.el (browse-url): Fix case of
16976 browse-url-browser-function being an alist.
16977
16978 2000-01-05 Carsten Dominik <cd@gnu.org>
16979
16980 * textmodes/reftex-vars.el (reftex-parse-file-extension)
16981 (reftex-index-phrase-file-extension): New options.
16982
16983 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
16984 Use new option `reftex-index-phrase-file-extension'.
16985
16986 * textmodes/reftex.el (reftex-access-parse-file): Use new option
16987 `reftex-parse-file-extension'.
16988
16989 2000-01-05 Dave Love <fx@gnu.org>
16990
16991 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
16992 (beginning-of-defun-raw): Use it.
16993 (end-of-defun): New variable.
16994 (end-of-defun): Use it.
16995 (check-parens): New command.
16996
16997 2000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
16998
16999 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
17000 (hs-show-block): Don't use `mapcar' when not accumulating.
17001
17002 Fix buglet in local variables initialization.
17003
17004 2000-01-05 Andreas Schwab <schwab@suse.de>
17005
17006 * hscroll.el (hscroll): Doc fix.
17007
17008 2000-01-05 Carsten Dominik <cd@gnu.org>
17009
17010 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
17011 idlw-toolbar.
17012
17013 * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
17014 file idlw-rinfo.el.
17015 (idlwave-customize): load must read file idlw-shell.el.
17016 (idlwave-create-customize-menu): load must read file idlw-shell.el.
17017
17018 2000-01-05 Carsten Dominik <dominik@astro.uva.nl>
17019
17020 * progmodes/idlw-shell.el: Also provide idlwave-shell
17021 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
17022 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
17023
17024 * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
17025 both reftex-dcr and reftex-vcr.
17026
17027 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
17028
17029 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17030
17031 * ps-print.el: PostScript code now is in separate files, doc fix.
17032 (ps-print-version): New version number (5.0.3).
17033 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
17034 local.
17035 (ps-spool-config): Initialization fix.
17036 (ps-print-prologue-1, ps-print-prologue-2)
17037 (ps-print-duplex-feature): PostScript code moved to separated file.
17038 (ps-background-image): Little code reformating.
17039 (ps-begin-file, ps-begin-job): Fix code.
17040 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
17041 (ps-prologue-file): New fun.
17042
17043 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17044
17045 * ps-vars.el: Eliminated.
17046
17047 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
17048 `;;;###autoload'.
17049
17050 * ps-print.el: ps-vars eliminated, doc fix.
17051 (ps-print-version): New version number (5.0.2).
17052 (ps-spool-config): Initialization fix.
17053 (ps-print-customize): New fun.
17054
17055 2000-01-04 Gerd Moellmann <gerd@gnu.org>
17056
17057 * autorevert.el (auto-revert-mode): Return value of
17058 auto-revert-mode.
17059
17060 2000-01-04 Dave Love <fx@gnu.org>
17061
17062 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
17063 menu items.
17064
17065 2000-01-03 Dave Love <fx@gnu.org>
17066
17067 * elide-head.el (elide-head) [defgroup]: Add :version.
17068
17069 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
17070 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
17071 `cl-hash-table-p', not `hash-table-p'.
17072 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
17073
17074 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
17075
17076 * faces.el (face-read-integer, read-face-attribute)
17077 (color-defined-p, color-values): unspecified-{f,b}g are now
17078 strings.
17079
17080 2000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
17081
17082 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
17083 at comment end, and re-insert them after filling.
17084
17085 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
17086
17087 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
17088 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
17089 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
17090
17091 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
17092
17093 * term/x-win.el (xw-defined-colors): Call color-supported-p,
17094 the new name of face-color-supported-p.
17095
17096 * term/w32-win.el (xw-defined-colors): Likewise.
17097
17098 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
17099
17100 * simple.el (completion-setup-function): Count completion-size
17101 from minibuffer-prompt-end, not from point-min.
17102
17103 2000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
17104
17105 * faces.el (read-face-attribute, defined-colors, color-defined-p):
17106 Pass the frame to tty-color-* functions.
17107 (display-color-p, frame-set-background-mode): Pass the frame to
17108 tty-display-color-p.
17109
17110 * term/tty-colors.el (tty-defined-color-alist): Renamed from
17111 tty-color-alist.
17112 (tty-color-alist, tty-modify-color-alist): New functions.
17113 (tty-color-define, tty-color-clear, tty-color-approximate)
17114 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
17115 an optional parameter FRAME.
17116
17117 2000-01-01 Gerd Moellmann <gerd@gnu.org>
17118
17119 * image.el (create-image, defimage): Don't assume image data is a
17120 string.
17121
17122 * image.el (defimage): Handle specifications containing :data
17123 instead of :file.
17124 (image-type-from-data): New function.
17125 (image-type-from-file-header): Use it.
17126 (create-image): Add parameter DATA-P.
17127
17128 See ChangeLog.8 for earlier changes.
17129
17130 ;; Local Variables:
17131 ;; coding: iso-2022-7bit
17132 ;; End: