*** empty log message ***
[bpt/emacs.git] / lisp / ChangeLog
1 2001-03-19 Gerd Moellmann <gerd@gnu.org>
2
3 * language/european.el ("Latin-5", "Latin-4"): Use postfix input
4 methods since there are not prefix input methods.
5
6 2001-03-19 Kenichi Handa <handa@etl.go.jp>
7
8 * international/mule-cmds.el (read-input-method-name): Locally
9 bind enable-recursive-minibuffers to t.
10
11 2001-03-18 Stefan Monnier <monnier@cs.yale.edu>
12
13 * emacs-lisp/lmenu.el (add-menu): Re-added (was erroneously removed).
14
15 2001-03-17 Michael Kifer <kifer@cs.sunysb.edu>
16
17 * ediff-util.el: Copyright years.
18 (ediff-choose-syntax-table): New function.
19 (ediff-setup): Use ediff-choose-syntax-table.
20
21 * ediff-init.el (ediff-with-syntax-table): New macro, uses
22 with-syntax-table.
23
24 * ediff.el: Date of last update, copyright years.
25
26 * ediff-wind (ediff-setup-control-frame): Nill->nil.
27
28 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
29 of Scott Bronson.
30 (ex-cmd-assoc,ex-cmd-one-letr): New functions.
31 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
32 Deleted functions.
33 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
34 ex-token-list.
35
36 * viper-util.el: Spaces, indentation.
37
38 * viper.el: Changed version, modification time.
39
40 2001-03-16 John Wiegley <johnw@gnu.org>
41
42 * (timeclock-workday-remaining): Check whether `discrep' is
43 non-null before using it.
44
45 2001-03-16 John Wiegley <johnw@gnu.org>
46
47 * calendar/timeclock.el (timeclock-reread-log): Fixed problem with
48 first-time checkins.
49 (timeclock-log-data): Fixed problem with reading timelog log file.
50 Resulting data in the "day list" was incorrect.
51 (timeclock-find-discrep): Check if `timeclock-file' is readable
52 before opening it.
53 (timeclock-time-less-p): New function.
54 (timeclock-day-base): New function.
55 (timeclock-geometric-mean): New function.
56 (timeclock-generate-report): Generate a summary report based on
57 the contents of the log file. This uses `timeclock-log-data', and
58 is an example of writing a timelog manipulation function.
59 (timeclock-visit-timelog): A quick command for opening the timelog
60 file.
61 (timeclock-log-data): Bound the variable event.
62
63 2001-03-16 Kenichi Handa <handa@etl.go.jp>
64
65 * international/mule-cmds.el (select-safe-coding-system): Fix
66 typo: symbol-name -> symbol-value.
67
68 * mail/rmail.el (rmail-insert-inbox-text): Call expand-file-name
69 before substitute-in-file-name to handle double slashes in FILE
70 correctly.
71
72 2001-03-15 Gerd Moellmann <gerd@gnu.org>
73
74 * textmodes/ispell.el (ispell-dictionary-alist-6): Add support
75 for Slovak. From Pavel.Janik@suse.cz (Pavel Jan\e,Bm\e(Bk ml.).
76
77 2001-03-14 Gerd Moellmann <gerd@gnu.org>
78
79 * bindings.el (features): Add `md5' and `overlay' to the list.
80
81 * scroll-bar.el (toplevel): Test if `x-toolkit-scroll-bars' is
82 bound before using it. It's not bound when configured without X,
83 for instance.
84
85 2001-03-13 Thien-Thi Nguyen <ttn@gnu.org>
86
87 * progmodes/hideshow.el: Update copyright.
88 (hs-minor-mode-map): Change bindings to use `C-c @' prefix.
89 (hs-minor-mode-hook): Include `:version' in defcustom form.
90
91 2001-03-13 Gerd Moellmann <gerd@gnu.org>
92
93 * help.el (string-key-binding): Don't call event-start on
94 a non-list.
95
96 2001-03-13 Eli Zaretskii <eliz@is.elta.co.il>
97
98 * startup.el (fancy-splash-tail, command-line-1): Fix the
99 copyright year.
100
101 2001-03-13 Kenichi Handa <handa@etl.go.jp>
102
103 * term.el: These changes are based on a patch sent from Yong Lu
104 <lyongu@yahoo.com>.
105 (term-set-escape-char): Bind M-x to execute-extended-command in
106 term-raw-escape-map.
107 (term-move-columns): Don't try to move to negagive column.
108 (term-emulate-terminal): Insert a string before deleting a text to
109 overwrite.
110
111 2001-03-12 Gerd Moellmann <gerd@gnu.org>
112
113 * play/life.el (life): Rearrange code so that all calls to
114 life-display-generation are in a catch-form.
115
116 * progmodes/etags.el (tags-loop-continue): Don't change point in a
117 file that isn't interesting. In an interesting file, push the old
118 value of point on the mark ring.
119
120 * mail/rmailsum.el (rmail-summary-override-mail-send-and-exit):
121 New function.
122 (rmail-summary-mail, rmail-summary-reply, rmail-summary-forward):
123 Use it.
124
125 * emacs-lisp/autoload.el (generate-file-autoloads): Remove
126 warning about line lengths.
127
128 2001-03-12 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
129
130 * progmodes/etags.el (tags-compression-info-list): New variable.
131 (find-tag-in-order): Use it to deal with compressed source files.
132 (tag-file-name-match-p): New function.
133 (etags-recognize-tags-table): Use it for better match of file names.
134
135 2001-03-12 Kenichi Handa <handa@etl.go.jp>
136
137 * international/mule-cmds.el (register-input-method): Doc fix.
138
139 * international/quail.el (quail-translate-key): Fix condition to
140 check if there's another breaking point in the current key.
141
142 2001-03-11 Eli Zaretskii <eliz@is.elta.co.il>
143
144 * mail/rmailout.el (rmail-output-to-rmail-file): When writing the
145 Babyl header to the newly-created output file, bind
146 coding-system-for-write to either rmail-file-coding-system or
147 emacs-mule-unix.
148
149 2001-03-11 Stefan Monnier <monnier@cs.yale.edu>
150
151 * textmodes/texnfo-upd.el (texinfo-update-menu-lower-regexps):
152 Fix the name and regexp used for subsubsections.
153
154 2001-03-10 Dave Love <fx@gnu.org>
155
156 * toolbar/tool-bar.el (tool-bar-setup): Don't suppress write-file
157 and save-buffer if buffer-file-name non-nil. From rms.
158
159 2001-03-10 Andre Spiegel <spiegel@gnu.org>
160
161 * vc.el (vc-do-command): If the destination buffer is already
162 current, don't set it up and don't erase it. Updated doc string
163 to reflect that.
164 (vc-version-diff): When doing a single file diff, don't switch to the
165 *vc-diff* buffer before the command. This is to preserve local
166 variable bindings that might affect the diff command.
167 (vc-print-log): Don't switch to the *vc* buffer before the
168 command, so that local variable bindings are preserved.
169
170 * vc-{cvs,rcs,sccs}.el (vc-*-print-log): Output to buffer *vc*,
171 not the current buffer.
172 (vc-*-diff): Output to buffer *vc-diff*, not the current buffer.
173
174 * vc-cvs.el (vc-cvs-checkin): When removing the sticky tag,
175 make output go to buffer *vc*, not the current buffer.
176
177 2001-03-09 Stefan Monnier <monnier@cs.yale.edu>
178
179 * hi-lock.el (hi-lock-line-face-buffer): Wrap the regexp in a group
180 so ^, $, *, ? and + are interpreted correctly.
181
182 2001-03-09 Gerd Moellmann <gerd@gnu.org>
183
184 * help.el (string-key-binding): Renamed from
185 mode-line-key-binding. Handle any event on a string.
186 Check for `keymap' properties as well as `local-map' properties.
187
188 * comint.el (comint-insert-clicked-input): Use the last key
189 from this-command-keys to lookup the global key definition.
190
191 2001-03-09 Kenichi Handa <handa@etl.go.jp>
192
193 * international/characters.el: Add category `j' for
194 katakana-jisx0201. Fix syntaxes of katakana-jisx0201.
195
196 * international/mule-conf.el (no-conversion): Fix docstring.
197 (raw-text): Fix docstring.
198
199 2001-03-08 Gerd Moellmann <gerd@gnu.org>
200
201 * simple.el (choose-completion-string): When not leaving the
202 minibuffer, raise the minibuffer frame when minibuffer-auto-raise
203 is set.
204
205 * window.el (shrink-window-if-larger-than-buffer): Handle frame
206 parameter `(minibuffer . t)'.
207
208 2001-03-07 Stefan Monnier <monnier@cs.yale.edu>
209
210 * progmodes/sh-script.el (sh-st-symbol): New symbol.
211 (sh-font-lock-syntactic-keywords): Use it and fix bogus comment regexp.
212 (sh-mode): Remove `make-local-variable' for unused var
213 `font-lock-unfontify-region-function'.
214
215 2001-03-07 Richard M. Stallman <rms@gnu.org>
216
217 * info.el (Info-scroll-down): Fix previous change.
218
219 * mail/rmail.el (rmail-toggle-header): Use a window which
220 is showing the Rmail buffer, rather than the selected window.
221
222 2001-03-07 Dave Love <fx@gnu.org>
223
224 * imenu.el (imenu--create-keymap-2): Revert use of menu-item for
225 now, to avoid problems with binding imenu directly to a mouse event.
226
227 2001-03-07 Gerd Moellmann <gerd@gnu.org>
228
229 * info.el (Info-scroll-down): Call pos-visible-in-window-p with
230 second arg t.
231
232 2001-03-07 Stefan Monnier <monnier@cs.yale.edu>
233
234 * log-edit.el (log-edit-common-indent): New var.
235 (log-edit-set-common-indentation): Renamed from
236 log-edit-delete-common-indentation. Use the new var.
237 (log-edit-insert-changelog, log-edit-done-hook): Use the new name.
238
239 * pcvs.el (cvs-ignore-marks-modif): Use `rassoc' rather than `member*'.
240 (cvs-mode-add-change-log-entry-other-window):
241 Don't presume change-log-default-name is defined.
242
243 * pcvs-util.el (cvs-bury-buffer): In doubt, don't delete window.
244
245 * pcvs-defs.el (cvs-buffer-name-alist): Use *cvs-info* for
246 the "tree" operation as well.
247
248 * pcvs-parse.el (cvs-parse-table): Add another ignored message.
249
250 * textmodes/fill.el (fill-context-prefix): Allow first-line-prefix
251 to match paragraph-start.
252
253 * textmodes/sgml-mode.el (sgml-mode-common): Correct value of
254 comment-start-skip and set comment-end-skip as well.
255 (sgml-comment-indent): Fix for new value of comment-start-skip.
256 (html-autoview-mode): Don't bother using make-local-hook.
257
258 2001-03-07 Gerd Moellmann <gerd@gnu.org>
259
260 * cus-edit.el (custom-save-delete): Move in front of local
261 variables, otherwise long Custom entries would make them
262 ineffective.
263
264 * uniquify.el: Set maintainer to FSF.
265
266 2001-03-07 Eli Zaretskii <eliz@is.elta.co.il>
267
268 * dired-aux.el (dired-do-shell-command): Doc fix.
269
270 2001-03-06 Stefan Monnier <monnier@cs.yale.edu>
271
272 * emulation/viper.el (viper-vi-state-mode-list): Add cperl-mode.
273
274 * which-func.el (which-func-modes): Add cperl-mode.
275 (which-func-mode-global): Use define-minor-mode.
276
277 * info-look.el: Docstring fixes and dead code eliminated.
278 (cperl-mode): Add support.
279 (emacs-lisp-mode): List all entries from elisp manual, whether
280 or not they are currently (f)bound or not. Update regexp.
281
282 * add-log.el (add-log-current-defun): Accept `cperl-mode' as well.
283
284 * progmodes/cperl-mode.el (cperl-mode): Set major-mode to cperl-mode
285 so that C-h m shows the correct information.
286 Use make-local-variable rather than make-variable-buffer-local.
287 (cperl-info-buffer, cperl-setup-tmp-buf):
288 Use make-local-variable rather than make-variable-buffer-local.
289 (cperl-msb-fix, cperl-get-help-defer):
290 Check major-mode for `cperl-mode' as well.
291
292 * progmodes/cperl-mode.el: Updated to author version 4.23.
293 (cperl-electric-pod): SYNOPSIS was misspelled.
294 (cperl-find-pods-heres): @if ? a : b was considered a REx.
295 (cperl-after-expr-p): Make true after __END__.
296
297 2001-03-06 Gerd Moellmann <gerd@gnu.org>
298
299 * bookmark.el (bookmark-get-bookmark): Use assoc-ignore-case if
300 bookmark-completion-ignore-case is t.
301
302 * term/x-win.el (x-handle-xrm-switch): Accept more than one -xrm
303 switch, like xterm, and concat resource strings, with a newline
304 between them.
305
306 2001-03-06 Eli Zaretskii <eliz@is.elta.co.il>
307
308 * international/codepage.el (cp770-decode-table)
309 (cp773-decode-table, cp774-decode-table): New variables.
310
311 * man.el (Man-hyphenated-reference-regexp): New variable.
312 (Man-build-references-alist): Use it to search for referenced
313 manpages. If hyphenated is non-nil, record a concatenated word in
314 Man-refpages-alist only if it matches Man-reference-regexp.
315 Update word's length when it is concatenated. Reverse the list,
316 to get the first manpage at the head.
317 (Man-possibly-hyphenated-word): New function.
318 (Man-follow-manual-reference): Use it instead of current-word to
319 find a manpage at point, in a way that accounts for hyphenated
320 references.
321
322 2001-03-06 Alex Schroeder <alex@gnu.org>
323
324 * sql.el (sql-interbase): New function.
325 (sql-interbase-program): New option.
326 (sql-interbase-options): New option.
327 And some typos fixed: "customise" to "customize".
328
329 2001-03-06 Dave Love <fx@gnu.org>
330
331 * textmodes/flyspell.el (flyspell-region): Set up
332 flyspell-local-mouse-map.
333
334 2001-03-05 Richard M. Stallman <rms@gnu.org>
335
336 * mail/rmail.el (rmail-retry-failure):
337 Don't call rmail-beginning-of-message.
338 Don't discard From: field. Do discard Received: field.
339 Use unwind-protect to re-prune.
340 (rmail-retry-ignored-headers): Discard X-Authentication-Warning field.
341
342 2001-03-06 Kenichi Handa <handa@etl.go.jp>
343
344 * international/quail.el (quail-title): Add autoload cookie.
345
346 2001-03-05 Dave Love <fx@gnu.org>
347
348 * emacs-lisp/cl.el (dotimes, dolist): Undef prior to autoloading
349 new defs.
350
351 2001-03-05 Kenichi Handa <handa@etl.go.jp>
352
353 * language/ethio-util.el (ethio-toggle-space): Update
354 current-input-method-title if necessary.
355 (ethio-toggle-punctuation): Likewise.
356
357 * international/quail.el (quail-title): Fix for the case that a
358 title of an input method is specified by a list of the same form
359 as used in mode-line-format.
360
361 * international/mule-cmds.el (activate-input-method): If
362 current-input-method-title is set by activating INPUT-METHOD,
363 respect that value.
364
365 2001-03-05 Gerd Moellmann <gerd@gnu.org>
366
367 * play/dunnet.el (dun-mode): Set major-mode to `dun-mode'.
368
369 2001-03-05 Alex Schroeder <alex@gnu.org>
370
371 * sql.el (sql-sybase): Fix typo (was: query user about server two
372 times instead of server and database).
373
374 * sql.el (sql-sybase): Doc change.
375 (sql-mysql): Doc change.
376 (sql-postgres): Doc change.
377
378 2001-03-05 Kenichi Handa <handa@etl.go.jp>
379
380 * international/mule-conf.el (emacs-mule, raw-text): Docstring
381 modified.
382
383 2001-03-04 Eli Zaretskii <eliz@is.elta.co.il>
384
385 * term/internal.el: Update copyright notice.
386
387 * term/pc-win.el: Update copyright notice.
388
389 2001-03-02 Dave Love <fx@gnu.org>
390
391 * files.el (insert-file-contents-literally): Bind
392 inhibit-file-name-handlers and inhibit-file-name-operation, not
393 jka-compr-compression-info-list.
394
395 2001-03-02 Stefan Monnier <monnier@cs.yale.edu>
396
397 * newcomment.el (comment-normalize-vars): Use [ \t] for the trailing
398 spaces in default comment-start-skip settings rather than \s-.
399
400 2001-03-02 Eli Zaretskii <eliz@is.elta.co.il>
401
402 * term/pc-win.el (msdos-handle-reverse-video): Look for reverse in
403 default-frame-alist as well.
404
405 2001-03-01 Dave Love <fx@gnu.org>
406
407 * textmodes/reftex.el (defvar): Wrap some defvars in
408 eval-when-compile. From Markus Rost <rost@math.ohio-state.edu>.
409
410 * subr.el (event-basic-type): Doc fix.
411
412 * international/quail.el: Doc fixes.
413
414 * international/utf-8.el: Doc fixes.
415
416 * international/mule-cmds.el: Doc fixes.
417 (leim-list-header): Fix header text.
418
419 * international/mule.el (coding-system-category): Doc fix.
420
421 * international/ccl.el (ccl-compile): Doc fix.
422
423 2001-03-01 Stefan Monnier <monnier@cs.yale.edu>
424
425 * font-lock.el (save-buffer-state): Use inhibit-modification-hooks
426 rather than (before|after)-change-functions.
427
428 2001-03-01 Gerd Moellmann <gerd@gnu.org>
429
430 * ediff-util.el (ediff-scroll-horizontally): Arrange for
431 scroll-left and scroll-right being called interactively so that
432 they set the window's min_hscroll.
433
434 2001-03-01 Eli Zaretskii <eliz@is.elta.co.il>
435
436 * info.el (info-insert-file-contents-1): Accept an additional
437 argument `lfn': if it is non-nil, concatenate `filename' and
438 `suffix'; otherwise use the complicated MS-DOS code. All callers
439 changed.
440 (info-insert-file-contents, Info-find-node): If the MS-DOS port
441 can access long file names, try the long file-name version of
442 `info-insert-file-contents-1', then the short file-name version.
443
444 2001-02-28 TAKAHASHI Naoto <ntakahas@m17n.org>
445
446 * language/ethio-util.el (setup-ethiopic-environment-internal):
447 Change bindings of functions keys to conform to "Emacs Lisp Coding
448 Convention".
449
450 * language/ethiopic.el ("Ethiopic"): Add documentation.
451
452 2001-02-28 Kenichi Handa <handa@etl.go.jp>
453
454 * international/utf-8.el (mule-utf-8): Set coding-category
455 property to coding-category-utf-8.
456
457 2001-02-27 Richard M. Stallman <rms@gnu.org>
458
459 * lpr.el (lpr-page-header-switches, print-region-1):
460 Undo 2000-07-06 change.
461 (lpr-add-switches): Default to t on gnu/linux.
462
463 2001-02-27 Gerd Moellmann <gerd@gnu.org>
464
465 * bs.el (bs-attributes-list): Doc fix.
466
467 2001-02-26 Gerd Moellmann <gerd@gnu.org>
468
469 * help.el (describe-project): Display the file THE-GNU-PROJECT.
470
471 * help.el (view-order-manuals): Use goto-address.
472
473 * startup.el (command-line-1): Add info about ordering manuals
474 to the not so fancy splash screens.
475
476 2001-02-26 Andre Spiegel <spiegel@gnu.org>
477
478 * vc.el (vc-default-workfile-unchanged-p)
479 (vc-default-latest-on-branch-p): Add missing BACKEND argument.
480
481 2001-02-26 Gerd Moellmann <gerd@gnu.org>
482
483 * lazy-lock.el (lazy-lock-fontify-after-idle): Make sure to
484 fontify in the right buffer.
485
486 * allout.el (outline-flag-region): Move macro in front of first
487 use to avoid a run-time error.
488
489 2001-02-24 Andrew Innes <andrewi@gnu.org>
490
491 * makefile.w32-in: Fix copyright notice.
492
493 2001-02-24 Kenichi Handa <handa@etl.go.jp>
494
495 * international/utf-8.el (mule-utf-8): Set correct value for
496 valid-codes property.
497
498 * international/fontset.el (x-complement-fontset-spec): In the
499 case that we use ASCII font for the other charsets, use only
500 family and registry part of it.
501
502 2001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
503
504 * window.el (fit-window-to-buffer, window-safely-shrinkable-p)
505 (shrink-window-if-larger-than-buffer): Doc fix.
506
507 2001-02-23 Stefan Monnier <monnier@cs.yale.edu>
508
509 * hi-lock.el (hi-lock-unface-buffer): Use nil rather than t for
510 predicate passed to completing-read.
511
512 2001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
513
514 * startup.el (command-line): Fix last change.
515
516 2001-02-23 Jason Rumney <jasonr@gnu.org>
517
518 * startup.el (tool-bar-originally-present): New variable.
519 (command-line): Set it if the tool-bar is switched on at startup.
520
521 * frame.el (frame-notice-user-settings): Only adjust frame height
522 for no tool-bar case if tool-bar was originally switched on.
523 From E. Jay Berkenbilt.
524
525 2001-02-22 Stefan Monnier <monnier@cs.yale.edu>
526
527 * server.el (server-switch-buffer): Only switch window if the
528 current one is dedicated.
529
530 * textmodes/fill.el (fill-region-as-paragraph): Skip spaces backward
531 rather than using (match-beginning 0) when searching for break point.
532
533 2001-02-22 Eli Zaretskii <eliz@is.elta.co.il>
534
535 * textmodes/texinfmt.el (texinfo-format-scan): Signal an error if
536 @ follows an accent command such as @'. Support optional braces
537 in commands that insert accents, like makeinfo does.
538
539 2001-02-22 Gerd Moellmann <gerd@gnu.org>
540
541 * startup.el (fancy-splash-text): Add a line for ordering
542 manuals. Reverse order of splash screens shown.
543 (use-fancy-splash-screens-p): Adapt to the text line added.
544
545 * menu-bar.el (menu-bar-help-menu): Add an item for ordering
546 manuals from the FSF.
547
548 * help.el (view-order-manuals): New function.
549 (toplevel): Bind C-h C-m to this function.
550
551 2001-02-21 Stefan Monnier <monnier@cs.yale.edu>
552
553 * newcomment.el (comment-forward): Skip the comment-start before
554 searching for the comment-end.
555
556 2001-02-21 Dave Love <fx@gnu.org>
557
558 * custom.el (custom-initialize-changed, defcustom): Doc fix.
559
560 * international/mule-cmds.el, international/mule.el: Doc fixes.
561
562 * play/fortune.el: Fix autoload cookies. Add types to defcustoms.
563 (fortune) <defgroup>: Add :link.
564 (fortune-from-region): Use eq, not eql.
565
566 2001-02-21 Gerd Moellmann <gerd@gnu.org>
567
568 * startup.el (fancy-splash-screens): Use display-hourglass
569 instead of display-busy-cursor.
570
571 * frame.el (display-hourglass): Renamed from busy-cursor.
572 (hourglass-delay): Renamed from busy-cursor-delay-seconds.
573 (show-cursor-in-non-selected-windows): Doc fix.
574
575 2001-02-20 Dave Love <fx@gnu.org>
576
577 * international/utf-8.el: Doc and commentary fixes.
578
579 2001-02-20 Eli Zaretskii <eliz@is.elta.co.il>
580
581 * ehelp.el (with-electric-help): Doc fix.
582
583 2001-02-20 Gerd Moellmann <gerd@gnu.org>
584
585 * msb.el (msb-mode): Call the update-buffers function explicitly
586 with a FORCE argument.
587
588 * menu-bar.el (menu-bar-update-buffers): Add optional parameter
589 FORCE. If set, update the menu even if frame-or-buffer-changed-p
590 returns nil.
591
592 2001-02-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
593
594 * ps-print.el: Timestamp package replacement. Some enhancements.
595 Some XEmacs compatibility. Doc fix.
596 (ps-print-version): New version number (6.4).
597 (ps-printer-name): Initialization fix.
598 (ps-zebra-stripe-follow): Funcionality enhancement.
599 (ps-prologue-file): Code enhancement.
600 (ps-right-header): Timestamp package replacement.
601 (ps-setup, ps-face-bold-p, ps-face-italic-p,
602 ps-get-page-dimensions)
603 (ps-generate-header, ps-begin-file, ps-begin-job)
604 (ps-generate-postscript-with-faces, ps-do-despool): Code fix.
605 (ps-time-stamp-mon-dd-yyyy, ps-time-stamp-hh:mm:ss): New funs.
606 (ps-zebra-stripe-full-p, ps-zebra-stripe-alist): New vars.
607 (coding-system-for-write): Var declaration (XEmacs compatibility).
608
609 2001-02-20 Miles Bader <miles@gnu.org>
610
611 * image-file.el (image-file-name-extensions): Add "tif".
612
613 2001-02-19 Gerd Moellmann <gerd@gnu.org>
614
615 * wid-edit.el (widget-button-click): Save the selected window
616 around the code handling clicks on buttons.
617
618 2001-02-18 Dave Love <fx@gnu.org>
619
620 * imenu.el (imenu--generic-function): Use mapc to iterate over
621 syntax characters.
622
623 2001-02-17 Richard M. Stallman <rms@gnu.org>
624
625 * progmodes/fortran.el (fortran-strip-sqeuence-nos): Doc fix.
626
627 * uniquify.el (uniquify-buffer-name-style): Doc fix.
628
629 2001-02-16 Gerd Moellmann <gerd@gnu.org>
630
631 * mouse.el (mouse-save-then-kill): If the distance from the new
632 point to the mark is equal to the distance of point from the new
633 point, move point instead of the mark.
634
635 2001-02-16 Dave Love <fx@gnu.org>
636
637 * textmodes/flyspell.el (flyspell-get-word): Return string without
638 properties.
639
640 2001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
641
642 * generic.el (generic-find-file-regexp): Doc fix.
643 (generic-ignore-files-regexp): New defcustom.
644 (generic-mode-find-file-hook): If the file's name matches the
645 regexp in `generic-ignore-files-regexp', don't enter
646 default-generic-mode. Doc fix.
647
648 2001-02-16 Gerd Moellmann <gerd@gnu.org>
649
650 * textmodes/flyspell.el (flyspell-region, flyspell-buffer):
651 Add autoload cookies.
652
653 * calendar/cal-tex.el (cal-tex-weekly4-box): Respect setting
654 of cal-tex-24.
655
656 2001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
657
658 * simple.el (kill-region, kill-line, kill-ring-save): Doc fix.
659
660 * progmodes/compile.el (grep-regexp-alist): Remove the blank from
661 the character class after the (optional) drive, to support file
662 names with embedded blanks.
663
664 2001-02-15 Sam Steingold <sds@gnu.org>
665
666 * textmodes/tex-mode.el (tex-shell-running):
667 Check the process buffer too.
668
669 2001-02-15 Dave Love <fx@gnu.org>
670
671 * battery.el (battery-status-function): Fix doc, :type.
672
673 * calendar/timeclock.el (timeclock-get-workday-function): Fix :type.
674
675 2001-02-15 Gerd Moellmann <gerd@gnu.org>
676
677 * subr.el (read-passwd): Clear Lisp memory holding password.
678
679 2001-02-15 Miles Bader <miles@gnu.org>
680
681 * info.el (Info-copy-current-node-name): New function.
682 (Info-mode-menu): Add it to the menu.
683
684 2001-02-14 Richard M. Stallman <rms@theobromine.ai.mit.edu>
685
686 * international/mule-cmds.el (toggle-input-method): Doc fix.
687
688 2001-02-13 Stefan Monnier <monnier@cs.yale.edu>
689
690 * replace.el (occur): Stop at end of buffer.
691
692 2001-02-13 Eli Zaretskii <eliz@is.elta.co.il>
693
694 * international/mule-cmds.el (set-input-method): Another doc fix.
695
696 2001-02-13 David M. Koppelman <koppel@ee.lsu.edu>
697
698 * hi-lock.el (hi-lock-find-patterns): Don't activate font-lock-mode.
699
700 2001-02-13 Miles Bader <miles@gnu.org>
701
702 * faces.el (set-face-background, set-face-foreground)
703 (set-face-stipple): Treat a value of nil as being `unspecified'.
704
705 2001-02-12 Dave Love <d.love@dl.ac.uk>
706
707 * international/latin1-disp.el: Doc fixes.
708 (latin1-display) <defgroup>: Add :link.
709 (latin1-display) <function>: Set variable latin1-display.
710
711 2001-02-12 Eli Zaretskii <eliz@is.elta.co.il>
712
713 * international/mule-cmds.el (set-input-method): Doc fix.
714
715 2001-02-12 Eric M. Ludlam <zappo@choochoo.ultranet.com>
716
717 * speedbar.el (speedbar-frame-parameters): No toolbar lines.
718 (speedbar-line-file): Return nil if not a file.
719 (speedbar-buffers-line-path): Return file for tags, and dir for files.
720
721 2001-02-12 Michael Kifer <kifer@cs.sunysb.edu>
722
723 * ediff-diff.el (ediff-make-diff2-buffer): Removed bogus checks
724 for remote files.
725 (ediff-coding-system-for-read): Replaced the no-conversion default
726 with raw-text.
727
728 * ediff-init.el: Removed :version from defcustom vars.
729
730 * ediff-util.el (ediff-compute-custom-diffs-maybe): Better
731 handling of the diff mode
732
733 * ediff.texi: Added ediff-coding-system-for-read.
734
735 * viper.texi: Fix typos.
736
737 2001-02-11 Dave Love <fx@gnu.org>
738
739 * shadowfile.el: Doc fixes.
740 (shadow) <defgroup>: Add :link.
741 (shadowfile-unload-hook): New function.
742 (shadow-initialize): Use defalias, not fset.
743 (shadow-define-cluster, shadow-define-literal-group)
744 (shadow-define-regexp-group, shadow-initialize): Add autoload
745 cookie.
746
747 * international/mule.el: Doc and message fixes.
748
749 * international/ccl.el (define-ccl-program): Doc fix.
750
751 2001-02-11 Kenichi Handa <handa@etl.go.jp>
752
753 * faces.el (mode-line): Set :line-width property to -1.
754
755 2001-02-10 Richard M. Stallman <rms@gnu.org>
756
757 * complete.el (partial-completion-mode): Doc fix.
758
759 * simple.el (delete-key-deletes-forward-mode):
760 Change `let' to `let*' to fix gross bug in last change.
761
762 * repeat.el (repeat): Don't let execute-kbd-macro alter
763 real-last-command.
764
765 2001-02-10 Eli Zaretskii <eliz@is.elta.co.il>
766
767 * simple.el (eval-expression): Doc fix.
768
769 2001-02-09 Dave Love <fx@gnu.org>
770
771 * imenu.el (imenu-generic-expression): Doc fix.
772
773 * emacs-lisp/re-builder.el (reb-mode): Quote the hook name. From
774 Juanma Barranquero.
775
776 * emacs-lisp/authors.el (authors): Expand `root' before running find.
777
778 2001-02-09 Kenichi Handa <handa@etl.go.jp>
779
780 * faces.el (set-face-attribute): Describe the case of a negative
781 value specified for :line-width.
782
783 2001-02-08 Stefan Monnier <monnier@cs.yale.edu>
784
785 * which-func.el (which-func-mode): Invert which-func-mode-global.
786 Fix from Juanma Barranquero <lektu@uol.com.br>.
787
788 2001-02-08 Dave Love <fx@gnu.org>
789
790 * wid-edit.el (widget-plist-convert-widget): Replace binding of
791 widget-plist-value-type.
792 (widget-alist-convert-widget): Replace binding of
793 widget-alist-value-type.
794
795 * textmodes/paragraphs.el (sentence-end): Doc fix.
796
797 * eshell/em-rebind.el (eshell-cannot-leave-input-list): Remove
798 `backward-line'.
799
800 * play/pong.el (pong-blank-color, pong-bat-color)
801 (pong-ball-color, pong-border-color, pong-left-key)
802 (pong-right-key, pong-up-key, pong-down-key, pong-quit-key)
803 (pong-pause-key, pong-resume-key, pong-timer-delay):
804 * mail/mh-comp.el (mh-compose-letter-function):
805 * eshell/esh-mode.el (eshell-skip-prompt-function):
806 * emulation/viper-ex.el (ex-unix-type-shell-options):
807 * recentf.el (recentf-menu-filter):
808 * ps-print.el (ps-print-region-function):
809 * lpr.el (print-region-function):
810 * forms.el (forms-mode-hooks):
811 * dirtrack.el (dirtrack-directory-change-hook):
812 * cus-start.el (temp-buffer-show-function, display-buffer-function):
813 * textmodes/spell.el (spell-filter):
814 * textmodes/fill.el (adaptive-fill-function):
815 * textmodes/bibtex.el (bibtex-autokey-before-presentation-function):
816 * progmodes/etags.el (find-tag-default-function):
817 * progmodes/dcl-mode.el (dcl-calc-command-indent-function):
818 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
819
820 2001-02-07 Eli Zaretskii <eliz@is.elta.co.il>
821
822 * emulation/viper-init.el (viper-fast-keyseq-timeout)
823 (viper-translate-all-ESC-keysequences): Doc fix. From Jim
824 Meyering <jim@meyering.net>.
825
826 * loadup.el: Revert last change.
827
828 2001-02-07 Kenichi Handa <handa@etl.go.jp>
829
830 * international/mule.el (transform-make-coding-system-args): Make
831 it work also for coding systems not using CCL.
832
833 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
834
835 * simple.el (previous-matching-history-element)
836 (next-matching-history-element): Doc fix.
837
838 * loadup.el: Load ccl before utf-8; don't load ccl in the ms-dos
839 specific part.
840
841 2001-02-06 Dave Love <fx@gnu.org>
842
843 * add-log.el (add-log-current-defun-function)
844 (add-log-buffer-file-name-function, add-log-file-name-function):
845 Fix :type.
846 (change-log-mode) <font-lock-defaults>: Set SYNTAX-BEGIN.
847
848 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
849
850 * info.el (info-initialize): Remove the test for system-type when
851 invocation-directory is non-nil.
852
853 * progmodes/make-mode.el (makefile-mode): Set SYNTAX-BEGIN member
854 of `font-lock-defaults' to `backward-paragraph' rather than nil.
855
856 2001-02-06 Andrew Innes <andrewi@gnu.org>
857
858 * makefile.w32-in (EMACS): Use $(THISDIR) to make emacs.exe path
859 absolute.
860
861 2001-02-06 David M. Koppelman <koppel@ee.lsu.edu>
862
863 * hi-lock.el (hi-lock-mode): Toggling hi-lock-mode now affects all
864 buffers. When hi-lock turned on rather than only checking current
865 buffer for regexps, all buffers are checked. Moved activation of
866 font-lock to hi-lock-refontify. When font-lock turned off rather
867 than removing added highlighting just in current buffer, remove it
868 in all buffers. Changed edit menu text from "Automatic
869 Highlighting" to "Regexp Highlighting" Documentation for
870 highlighting phrases, minor documentation changes.
871 (hi-lock-set-file-patterns): Execute only if there are new or
872 existing file patterns.
873 (hi-lock-refontify): Assume font-lock-fontify-buffer will first
874 unfontify and, if a support mode is active, will not refontify the
875 whole buffer. If necessary, turn on font lock. (Removed
876 font-lock-unfontify and font-lock support-mode-specific calls,
877 such as lazy-lock-fontify-window.)
878 (hi-lock-find-patterns): Do not turn on hi-lock-mode even if
879 patterns are found. Not useful now since find-file-hook is removed
880 if hi-lock is off, but may be needed for per-buffer hi-lock
881 activation.
882 (hi-lock-face-phrase-buffer): New function. Also added related
883 menu item and keybinding.
884 (highlight-phrase): New alias, to hi-lock-face-phrase-buffer.
885 (hi-lock-process-phrase): New function.
886 (hi-lock-line-face-buffer): Doc fixes.
887 (hi-lock-face-buffer): Doc fixes.
888 (hi-lock-unface-buffer): Doc fixes.
889
890 2001-02-06 Gerd Moellmann <gerd@gnu.org>
891
892 * dabbrev.el (dabbrev-ignored-buffer-regexps): Renamed from
893 dabbrev-ignored-regexps.
894
895 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
896
897 * simple.el (kill-line): Doc fix.
898
899 2001-02-05 Dave Love <fx@gnu.org>
900
901 * loadup.el: Revert last two changes -- bootstrapping works with
902 regenerated loaddefs.
903
904 2001-02-05 Eli Zaretskii <eliz@is.elta.co.il>
905
906 * isearch.el (isearch-forward): Doc fix.
907
908 * textmodes/nroff-mode.el (nroff-mode): Set the SYNTAX-BEGIN part
909 of font-lock-defaults to backward-paragraph.
910
911 2001-02-05 Gerd Moellmann <gerd@gnu.org>
912
913 * mail/rmail.el (rmail-ignored-headers): Add X-Trace,
914 X-Complaints-To, NNTP-Posting-Date, and User-Agent.
915
916 2001-02-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
917
918 * ebnf2ps.el: Eliminate time-stamp functions.
919 (ebnf-version): New version (3.5).
920 (ebnf-eps-finish-and-write): Replace time-stamp functions by
921 format-time-string.
922
923 2001-02-05 Gerd Moellmann <gerd@gnu.org>
924
925 * simple.el (next-line): Goto end-of-line before inserting a newline.
926
927 2001-02-05 Miles Bader <miles@gnu.org>
928
929 * image-file.el (insert-image-file): When visiting an image, also
930 set `truncate-lines' to t so that any fringe arrow looks correct.
931
932 2001-02-05 Kenichi Handa <handa@etl.go.jp>
933
934 * isearch.el (isearch-forward): Add description about input method
935 in the docsting.
936
937 2001-02-04 Stefan Monnier <monnier@cs.yale.edu>
938
939 * skeleton.el (skeleton-internal-1): Always push the mark for @.
940
941 2001-02-02 Eli Zaretskii <eliz@is.elta.co.il>
942
943 * info.el (info-initialize): If installation-directory is nil, for
944 DOS/Windows systems try looking in a sibling of
945 invocation-directory.
946
947 2001-02-02 Gerd Moellmann <gerd@gnu.org>
948
949 * wid-edit.el (widget-button-click): Fix last change.
950
951 * frame.el (frame-notice-user-settings): When resizing the initial
952 frame because the tool bar is off, also change the frame's top
953 position if a negative top position was specified.
954
955 2001-02-02 Miles Bader <miles@gnu.org>
956
957 * image-file.el (insert-image-file): When visiting an image,
958 suppress the cursor in the image buffer.
959
960 2001-02-01 Dave Love <fx@gnu.org>
961
962 * progmodes/f90.el (f90-mode): Remove startup message.
963
964 * vc-cvs.el: Remove autoloads. Require vc when compiling.
965
966 2001-02-01 Gerd Moellmann <gerd@gnu.org>
967
968 * startup.el (command-line): Fix code determining whether or not
969 to use delete-key-deletes-forward-mode.
970
971 2001-02-01 Andre Spiegel <spiegel@gnu.org>
972
973 * vc.el (vc-diff-switches): New user option.
974 (vc-version-diff): Use it.
975 (vc-diff-switches-list): New macro.
976
977 * vc-{rcs,cvs,sccs}.el: (vc-BACKEND-diff-switches): New
978 customization options.
979 (vc-BACKEND-diff): Use new options via vc-diff-switches-list.
980
981 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Return correct status.
982
983 2001-02-01 Gerd Moellmann <gerd@gnu.org>
984
985 * msb.el (toplevel): Quote hook symbols.
986
987 2001-02-01 Kenichi Handa <handa@etl.go.jp>
988
989 * international/mule.el (make-coding-system): Add description
990 about recognized properties in the docstring.
991
992 * international/mule-conf.el: Remove unused charsets
993 mac-roman-lower and mac-roman-upper.
994
995 2001-01-31 Gerd Moellmann <gerd@gnu.org>
996
997 * textmodes/fill.el (set-fill-prefix): Cancel fill prefix if point
998 is in front of the left-margin, if any.
999
1000 * simple.el (delete-key-deletes-forward-mode): Treat `kp-delete'
1001 like `delete'.
1002
1003 * bindings.el: Define `kp-delete' like `delete' in
1004 function-key-map.
1005
1006 * term/w32-win.el (mouse-set-font): Doc fix.
1007
1008 2001-01-31 Stefan Monnier <monnier@cs.yale.edu>
1009
1010 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer): Doc fix.
1011 (hi-lock-find-patterns): Turn on font-lock-mode, if it is not
1012 on already.
1013
1014 2001-01-31 Markus Rost <rost@math.ohio-state.edu>
1015
1016 * files.el (save-buffer): Don't give message if (buffer-file-name)
1017 returns nil.
1018
1019 2001-01-31 Eli Zaretskii <eliz@is.elta.co.il>
1020
1021 * toolbar/tool-bar.el (tool-bar-add-item): Doc fix.
1022
1023 * emacs-lisp/re-builder.el (reb-update-modestring): Don't use
1024 concat for integers. From Juanma Barranquero <lektu@uol.com.br>.
1025
1026 * term/w32-win.el (redisplay-dont-pause): Set to t to alleviate
1027 display problems.
1028
1029 2001-01-31 Kenichi Handa <handa@etl.go.jp>
1030
1031 * international/mule.el (charset-info): Fix docstring.
1032
1033 * international/mule-diag.el (describe-character-set): Check final
1034 char valid before printing it.
1035
1036 2001-01-30 Gerd Moellmann <gerd@gnu.org>
1037
1038 * lpr.el (lpr-windows-system, lpr-lp-system): Add autoload cookies.
1039
1040 * frame.el (frame-notice-user-settings): Do the tool-bar
1041 stuff only for graphical displays. Fix a braino.
1042
1043 * frame.el (frame-initialize): Create initial frame visible.
1044 (frame-notice-user-settings): When tool-bar has been switched off,
1045 correct the frame size and sync tool-bar-mode.
1046
1047 * startup.el (command-line): Remove manipulation of frame
1048 height for tool bars.
1049
1050 2001-01-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1051
1052 * lpr.el: Compatibility with XEmacs and doc fixes.
1053 (lpr-windows-system, lpr-lp-system): New vars.
1054 (lpr-printer-switch): New defcustom.
1055 (printer-name, lpr-command): Customization fix.
1056 (print-region-1): Code fix.
1057 (print-region-new-buffer, printify-region): Indentation fix.
1058 (lpr-eval-switch, lpr-flatten-list, lpr-flatten-list-1): New
1059 functions.
1060
1061 2001-01-29 Gerd Moellmann <gerd@gnu.org>
1062
1063 * msb.el (toplevel): Fix the eval-after-load.
1064
1065 2001-01-29 Dave Love <fx@gnu.org>
1066
1067 * eshell/esh-ext.el (eshell-windows-shell-file): Fix :type.
1068
1069 * eshell/em-ls.el (eshell-ls-exclude-regexp): Fix :type.
1070
1071 * progmodes/tcl.el (outline, dabbrev, add-log): Require when
1072 compiling.
1073 (tcl-using-emacs-19-23): Consider Emacs 21+.
1074 (tcl-help-directory-list, tcl-command-switches): Fix :type.
1075 (tcl-add-emacs-menu): Supply menu name.
1076 (tcl-beginning-of-defun, tcl-end-of-defun): Defalias, don't fset.
1077
1078 2001-01-29 Gerd Moellmann <gerd@gnu.org>
1079
1080 * simple.el (delete-trailing-whitespace): Don't delete formfeeds.
1081
1082 2001-01-29 Stefan Monnier <monnier@cs.yale.edu>
1083
1084 * pcvs.el (cvs-mark-fis-dead): New function.
1085 (cvs-mode-add): Use it.
1086 (cvs-mode-add-change-log-entry-other-window):
1087 Rebind change-log-default-name to itself rather than to nil.
1088
1089 2001-01-29 Sam Steingold <sds@gnu.org>
1090
1091 * vc-cvs.el: Replaced (require 'vc) with a bunch of
1092 `autoload' statements.
1093
1094 2001-01-29 Eli Zaretskii <eliz@is.elta.co.il>
1095
1096 * files.el (confirm-kill-emacs): Doc fix.
1097
1098 * frame.el (frame-initialize): Doc fix.
1099
1100 * time-stamp.el (time-stamp-string): Doc fix.
1101
1102 * woman.el (WoMan-log-1): Make the log buffer writable. From
1103 Markus Rost <rost@math.ohio-state.edu>.
1104
1105 2001-01-29 Gerd Moellmann <gerd@gnu.org>
1106
1107 * imenu.el (imenu-syntax-alist): Add autoload cookie for
1108 the `make-variable-buffer-local'.
1109
1110 2001-01-29 Dave Love <fx@gnu.org>
1111
1112 * ansi-color.el (ansi-color-for-comint-mode): Add :version.
1113 (ansi-color-for-comint-mode-on, ansi-color-process-output): Add
1114 autoload cookie.
1115 (ansi-color-apply-sequence): Fix typo.
1116
1117 2001-01-29 Gerd Moellmann <gerd@gnu.org>
1118
1119 * menu-bar.el (menu-bar-files-menu): Add menu items for
1120 Postscript printing in black and white.
1121
1122 * mail/rmail.el (rmail-ignored-headers): Add X-Sign, X-BeenThere,
1123 X-Mailman-Version, Precedence, List-Help, List-Post,
1124 List-Subscribe, List-Id, List-Unsubscribe, List-Archive,
1125 Content-Type, Content-Length.
1126
1127 2001-01-29 Dave Love <fx@gnu.org>
1128
1129 * elide-head.el (elide-head): Make overlay evaporate.
1130
1131 * international/mule-conf.el (chinese-big5-1, chinese-big5-2): Doc
1132 fix.
1133
1134 2001-01-28 Eli Zaretskii <eliz@is.elta.co.il>
1135
1136 * isearch.el (isearch-highlight): Don't punt if the display
1137 doesn't support colors, since isearch faces are defined for
1138 monochrome displays as well.
1139
1140 2001-01-27 Sam Steingold <sds@gnu.org>
1141
1142 * shell.el (shell-write-history-on-exit): Make sure that we are in
1143 the shell buffer (M-x tex-file RET inserted the error message into
1144 the TeX buffer).
1145
1146 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
1147
1148 * simple.el (transient-mark-mode): Doc fix.
1149
1150 2001-01-27 Gerd Moellmann <gerd@gnu.org>
1151
1152 * progmodes/etags.el (find-tag-noselect): Don't bind
1153 tags-file-name.
1154
1155 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
1156
1157 * shell.el (shell-unquote-argument): If the shell is one of the
1158 mentioned in shell-dumb-shell-regexp, don't treat a backslash as a
1159 quote character.
1160 (shell-dumb-shell-regexp): Document that the shells which match
1161 this regexp are supposed to not treat a backslash as a quote
1162 character.
1163
1164 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Undo the change
1165 from 2001-01-12. It is not needed, since backspace is mapped into
1166 DEL.
1167
1168 2001-01-27 Richard M. Stallman <rms@gnu.org>
1169
1170 * dabbrev.el (dabbrev--substitute-expansion):
1171 Treat a one-capital-letter abbrev as "not all upper case",
1172 so as to force preservation of the expansion's pattern
1173 if the expansion starts with a capital letter.
1174
1175 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
1176
1177 * facemenu.el (facemenu-set-face, facemenu-set-face-from-menu):
1178 Doc fix.
1179
1180 * simple.el (transient-mark-mode): Document the fact that many
1181 commands act on the region when mark is active.
1182
1183 2001-01-27 Kenichi Handa <handa@etl.go.jp>
1184
1185 * international/quail.el (quail-setup-completion-buf): Make the
1186 multibyteness of current buffer inherited to Quail completion
1187 buffer.
1188 (quail-show-guidance-buf): Make the multibyteness of current
1189 buffer inherited to Quail guidance buffer.
1190 (quail-help): Make the multibyteness of current buffer inherited
1191 to Quail help buffer.
1192
1193 2001-01-26 Dave Love <fx@gnu.org>
1194
1195 * time-stamp.el: Doc fixes.
1196
1197 * progmodes/delphi.el (delphi-comment-face, delphi-string-face)
1198 (delphi-keyword-face, delphi-other-face): Fix :type.
1199
1200 * textmodes/flyspell.el: Doc fixes. Add :version to new options.
1201
1202 * mail/feedmail.el (feedmail): Add :link.
1203 (feedmail-send-it): Doc fix.
1204
1205 * mail/sendmail.el: Doc fixes.
1206 (sendmail-send-it): Fix the non-ASCII regexp and use
1207 rfc2047-encode-string.
1208
1209 * dired.el, dired-aux.el: Revert last change.
1210
1211 2001-01-26 Gerd Moellmann <gerd@gnu.org>
1212
1213 * makefile.w32-in (DONTCOMPILE): Add various term files.
1214
1215 2001-01-26 Dave Love <fx@gnu.org>
1216
1217 * Makefile.in (DONTCOMPILE): Add various term files.
1218
1219 2001-01-26 Gerd Moellmann <gerd@gnu.org>
1220
1221 * man.el (Man-default-man-entry, Man-mode): Doc fix.
1222
1223 * startup.el (display-startup-echo-area-message): Make sure
1224 the echo area is resized to fit the size of the startup
1225 message.
1226
1227 * gud.el (gud-perldb-massage-args): Avoid nreverse'ing a list
1228 part of which is a constant.
1229
1230 2001-01-26 Eli Zaretskii <eliz@is.elta.co.il>
1231
1232 * loadup.el (Top-level) [ms-dos]: Don't load international/ccl
1233 twice.
1234
1235 2001-01-26 Richard M. Stallman <rms@gnu.org>
1236
1237 * simple.el (next-line): Don't let `newline' expand abbrevs.
1238 Simplify slightly.
1239 (open-line): Don't let `newline' expand abbrevs.
1240
1241 2001-01-25 John Wiegley <johnw@gnu.org>
1242
1243 * eshell/esh-util.el (eshell-ange-ls-uids): Changed use of `alist'
1244 to `repeat' in the :type field.
1245
1246 * pcomplete.el (pcomplete-file-ignore): Changed a :type field to
1247 allow a choice of regexp or nil.
1248 (pcomplete-dir-ignore): Same.
1249
1250 * eshell/em-unix.el (eshell/occur): Fixed bug causing `occur' (as
1251 a command) to always fail.
1252
1253 2001-01-25 Gerd Moellmann <gerd@gnu.org>
1254
1255 * iswitchb.el (iswitchb-make-buflist): When nconc'ing lists, don't
1256 discard the result.
1257 (iswitchb-to-end): Likewise.
1258
1259 2001-01-25 Sam Steingold <sds@gnu.org>
1260
1261 * vc-cvs.el (vc-cvs-mode-line-string): Doc & comment fix.
1262 Require vc.
1263
1264 2001-01-25 Stefan Monnier <monnier@cs.yale.edu>
1265
1266 * smerge-mode.el (smerge-font-lock-keywords): Relax submatch 1.
1267
1268 * emacs-lisp/easy-mmode.el (define-minor-mode): Docstring fix.
1269
1270 2001-01-25 Dave Love <fx@gnu.org>
1271
1272 * lisp/international/mule-diag.el (describe-char-after): Doc fix.
1273 (describe-coding-system): Tweak the English text.
1274
1275 * loadup.el: Preload international/ccl for utf-8.
1276
1277 2001-01-25 Eli Zaretskii <eliz@is.elta.co.il>
1278
1279 * mail/rmail.el (rmail-redecode-body): Doc fix.
1280
1281 2001-01-25 Kenichi Handa <handa@etl.go.jp>
1282
1283 * international/mule-cmds.el (reset-language-environment): Reset
1284 coding-category-utf-8 to mule-utf-8.
1285
1286 * international/mule-conf.el (coding-category-utf-8): Initialize
1287 to mule-utf-8.
1288
1289 * loadup.el: Preload international/utf-8.
1290
1291 * international/utf-8.el: New file.
1292
1293 2001-01-24 Stefan Monnier <monnier@cs.yale.edu>
1294
1295 * diff-mode.el (diff-mode): Disable preliminary support for `compile'.
1296
1297 2001-01-24 Sam Steingold <sds@gnu.org>
1298
1299 * dired.el (dired-replace-in-string): Removed.
1300 (dired-sort-toggle): Use `replace-regexps-in-string'
1301 instead of `dired-replace-in-string'.
1302
1303 * dired-aux.el (dired-shell-stuff-it, dired-rename-subdir)
1304 (dired-rename-subdir-2, dired-insert-subdir-doinsert): Ditto.
1305
1306 * gs.el (gs-replace-in-string): Removed.
1307 (gs-options): Use `replace-regexps-in-string'
1308 instead of `gs-replace-in-string'.
1309
1310 2001-01-24 Eli Zaretskii <eliz@is.elta.co.il>
1311
1312 * mail/emacsbug.el (report-emacs-bug): Mention the fact that the
1313 bug report is mailed to an email list and posted to a news group.
1314
1315 2001-01-24 Gerd Moellmann <gerd@gnu.org>
1316
1317 * comint.el (comint-replace-by-expanded-history-before-point): Fix
1318 change of 2000-08-03 to move point to the start of the line again.
1319
1320 * startup.el (tool-bar-images-pixel-height): New variable.
1321 (command-line): After loading the user's init file, when
1322 tool-bar-mode is on, increase the frame's size by some lines for
1323 the tool-bar.
1324
1325 * frame.el (frame-initialize): Create the initial frame invisible.
1326
1327 2001-01-24 ShengHuo ZHU <zsh@cs.rochester.edu>
1328
1329 * language/chinese.el (chinese-iso-8bit): MIME:GB2312.
1330 (chinese-big5): MIME:Big5.
1331
1332 2001-01-24 Gerd Moellmann <gerd@gnu.org>
1333
1334 * international/mule-cmds.el (universal-coding-system-argument):
1335 Handle commands with prefix args.
1336
1337 2001-01-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
1338
1339 * calendar/diary-lib.el (diary-float): Fix case of MONTH
1340 being a list of numbers.
1341 (diary-mail-entries): Rewritten.
1342
1343 2001-01-23 Dave Love <fx@gnu.org>
1344
1345 * international/mule.el (make-coding-system): Fix typo.
1346
1347 * textmodes/outline.el (outline-mode) <font-lock-defaults>: Add
1348 backward-paragraph as font-lock-beginning-of-syntax-function.
1349
1350 2001-01-23 Eli Zaretskii <eliz@is.elta.co.il>
1351
1352 * font-lock.el (font-lock-mode): Doc fix.
1353
1354 2001-01-23 Kenichi Handa <handa@etl.go.jp>
1355
1356 * international/mule.el (make-translation-table): Fix docstring.
1357
1358 2001-01-22 Eli Zaretskii <eliz@is.elta.co.il>
1359
1360 * mail/rmail.el (rmail-redecode-body): New function.
1361
1362 * icomplete.el (icomplete-minibuffer-setup-hook): Doc fix.
1363
1364 2001-01-22 Gerd Moellmann <gerd@gnu.org>
1365
1366 * isearch.el (isearch-lazy-highlight-case-fold-search)
1367 (isearch-lazy-highlight-regexp): New variables.
1368 (isearch-lazy-highlight-cleanup): Update lazy highlight if
1369 case-fold search or regexp search has been toggled.
1370
1371 * wid-edit.el (widget-button-click): Avoid a save-excursion
1372 around running a global binding.
1373
1374 * isearch.el (isearch-lazy-highlight-initial-delay): Set default
1375 to 0.25.
1376
1377 2001-01-20 Miles Bader <miles@gnu.org>
1378
1379 * cus-edit.el (custom-face-save): Do post-processing on the face's
1380 new value like `custom-face-set' does.
1381
1382 2001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
1383
1384 * mail/emacsbug.el (report-emacs-bug): Report the value of
1385 LC_CTYPE, not LC_TYPE.
1386
1387 * isearch.el (isearch-forward): Add isearch-toggle-case-fold,
1388 isearch-toggle-regexp and isearch-edit-string to doc string.
1389
1390 2001-01-19 Gerd Moellmann <gerd@gnu.org>
1391
1392 * textmodes/texinfo.el (texinfo-mode): Use backward-paragraph
1393 as font-lock-beginning-of-syntax-function in font-lock-defaults.
1394
1395 * jit-lock.el (jit-lock-fontify-now): Don't bind
1396 font-lock-beginning-of-syntax-function to nil.
1397
1398 2001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
1399
1400 * mail/emacsbug.el (report-emacs-bug): Report values of
1401 locale-coding-system, default-enable-multibyte-characters, and the
1402 environment variables LC_ALL, LC_TYPE, and LANG.
1403
1404 2001-01-19 Gerd Moellmann <gerd@gnu.org>
1405
1406 * font-lock.el (font-lock-default-fontify-region): Fix last
1407 change.
1408
1409 * font-lock.el (font-lock-multiline): Default to nil.
1410 (font-lock-default-fontify-region): If font-lock-multiline is
1411 nil, don't check the property `font-lock-multiline'.
1412
1413 * jit-lock.el (jit-lock-after-change): If font-lock-multiline
1414 is nil, don't check the `font-lock-multiline' text property.
1415
1416 2001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
1417
1418 * viper.el: Call initial-major-mode on startup.
1419
1420 * ediff.el (ediff-patch-file): Use better defaults.
1421
1422 * ediff-vers.el: Fix for 8+3 DOS file systems.
1423
1424 2001-01-19 Colin Walters <walters@cis.ohio-state.edu>
1425
1426 * ediff-util.el (ediff-compare-custom-diffs-maybe): Put diff in
1427 diff mode, if available.
1428
1429 2001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
1430
1431 * ediff-hook.el (ediff-xemacs-init-menus): Fixed add-menu-button.
1432
1433 * ediff-init.el (subst-char-in-string): Define and use it, unless
1434 it's already defined.
1435
1436 2001-01-18 Gerd Moellmann <gerd@gnu.org>
1437
1438 * tooltip.el (tooltip-hide-delay): New user-option.
1439 (tooltip-show): Use tooltip-hide-delay instead of the default.
1440
1441 2001-01-18 Kenichi Handa <handa@etl.go.jp>
1442
1443 * mail/sendmail.el (mail-setup): Call set-buffer-multibyte because
1444 kill-local-variable doesn't work for enable-multibyte-characters.
1445
1446 2001-01-17 Dave Love <fx@gnu.org>
1447
1448 * ediff-init.el (ediff-before-setup-hook)
1449 (ediff-merge-filename-prefix): Add :version.
1450
1451 * international/latin1-disp.el: Require disp-table.
1452 (latin1-display): Fix :set.
1453
1454 * net/eudc-vars.el (eudc-server, eudc-protocol): Fix :type.
1455
1456 2001-01-17 Gerd Moellmann <gerd@gnu.org>
1457
1458 * isearch.el (isearch-lazy-highlight-initial-delay)
1459 (isearch-lazy-highlight-interval): Default to 0.
1460
1461 2001-01-17 Bob Glickstein <bobg@zanshin.com>
1462
1463 * isearch.el (isearch-highlight): Set isearch-overlay priority to
1464 1 here rather than each time through
1465 isearch-lazy-highlight-new-loop.
1466 (isearch-lazy-highlight-max): Variable deleted.
1467 (isearch-lazy-highlight-max-at-a-time): New user variable, like
1468 isearch-lazy-highlight-max but controls a single invocation of
1469 isearch-lazy-highlight-update.
1470 (isearch-lazy-highlight-wrapped): Variable recreated.
1471 (isearch-lazy-highlight-window-start): New variable.
1472 (isearch-lazy-highlight-cleanup): Restored to behavior of
1473 before 2-Jan.
1474 (isearch-lazy-highlight-remove-overlays): Function deleted;
1475 behavior folded into isearch-lazy-highlight-cleanup. "Keep"
1476 behavior removed.
1477 (isearch-lazy-highlight-new-loop): Restore old behavior of calling
1478 isearch-lazy-highlight-update in a loop rather than just once.
1479 Test isearch-invalid-regexp here and decide not to start a new
1480 loop, rather than testing it each time through
1481 isearch-lazy-highlight-update.
1482 (isearch-lazy-highlight-search): Function restored.
1483 (isearch-lazy-highlight-update): Get called in a timer loop again,
1484 but this time highlight more than one match each time through.
1485 Only highlight matches in the visible part of the window. Start
1486 at point, move in the direction of the search, and wrap around at
1487 the edge of the window. Use sit-for to force redisplay and ensure
1488 window-start is credible. "Face suppressing" behavior removed;
1489 overlay priorities should make it unnecessary, right?
1490 (isearch-highlight): Face suppressing behavior removed.
1491 (isearch-dehighlight): Face suppressing behavior removed.
1492 (isearch-set-lazy-highlight-faces-at): Removed.
1493
1494 2001-01-17 Kenichi Handa <handa@etl.go.jp>
1495
1496 * language/european.el ("Latin-1"): Make the format of description
1497 about additional language environments same as that of Latin-2.
1498
1499 2001-01-16 Dave Love <fx@gnu.org>
1500
1501 * isearch.el (isearch-lazy-highlight): Add :version.
1502
1503 * simple.el (backward-delete-char-untabify-method)
1504 (next-line-add-newlines): Add :version.
1505
1506 2001-01-16 Gerd Moellmann <gerd@gnu.org>
1507
1508 * bindings.el: Bind <backspace> and <delete> via function-key-map.
1509 Don't bind <delete> otherwise.
1510
1511 * simple.el (delete-key-deletes-forward-mode): Bind <backspace>
1512 and <delete> via function-key-map.
1513
1514 * textmodes/flyspell.el (mail-mode-flyspell-verify): Check in
1515 Subject line only if point is after the `Subject:'.
1516
1517 2001-01-16 Kenichi Handa <handa@etl.go.jp>
1518
1519 * language/japanese.el ("Japanese"): Add japanese-jisx0213-1 and
1520 japanese-jisx0213-2 in `charset' property of this lang. env.
1521
1522 * language/european.el ("Latin-1"): Add description for Dutch and
1523 Spanish lang. env.
1524
1525 * international/mule.el (decode-char): Fix conditions.
1526 (encode-char): Handle eight-bit-control too.
1527 (transform-make-coding-system-args): New function.
1528 (make-coding-system): Accept XEmacs style arguments for CCL base
1529 coding system.
1530
1531 2001-01-15 Gerd Moellmann <gerd@gnu.org>
1532
1533 * progmodes/etags.el (find-tag-noselect): Save the value of
1534 tags-file-name before switching buffers, for the case it has a
1535 buffer-local value.
1536
1537 2001-01-15 Alex Schroeder <alex@gnu.org>
1538
1539 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
1540 From Dave Love <fx@gnu.org>.
1541 (ansi-color-for-comint-mode): Fix :version.
1542
1543 2001-01-15 Alex Schroeder <alex@gnu.org>
1544
1545 * ansi-color.el (ansi-color-unfontify-region): Doc change.
1546
1547 2001-01-14 Eli Zaretskii <eliz@is.elta.co.il>
1548
1549 * dired.el (dired-insert-directory): If file-system-info fails,
1550 remove the " free " part, but don't signal an error.
1551
1552 2001-01-12 Sam Steingold <sds@gnu.org>
1553
1554 * bookmark.el (bookmark-maybe-historicize-string):
1555 Use new backquote syntax.
1556
1557 2001-01-12 Richard M. Stallman <rms@gnu.org>
1558
1559 * subr.el (last): Handle a list that doesn't end in nil.
1560
1561 2001-01-12 Sam Steingold <sds@gnu.org>
1562
1563 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind `backspace'
1564 to `backward-delete-char-untabify'.
1565
1566 2001-01-12 Dave Love <fx@gnu.org>
1567
1568 * cus-edit.el (customize-menu-create): Fix the :filter following
1569 easymenu change.
1570
1571 * wid-edit.el (function): Add :match-alternatives.
1572 (widget-color-action): Doc fix.
1573
1574 2001-01-12 Gerd Moellmann <gerd@gnu.org>
1575
1576 * calendar/calendar.el (calendar-basic-setup): Doc fix.
1577
1578 2001-01-12 Kenichi Handa <handa@etl.go.jp>
1579
1580 * international/mule-cmds.el (prefer-coding-system): Fix
1581 docstring.
1582
1583 * international/ccl.el (define-ccl-program): Fix docstring.
1584
1585 2001-01-11 Dave Love <fx@gnu.org>
1586
1587 * international/mule-cmds.el (standard-display-european-internal):
1588 Set display table for 2208 as for 160.
1589
1590 * progmodes/ada-mode.el (ada-popup-key): Fix last change.
1591
1592 * progmodes/fortran.el (fortran-mode-map): Modify Customization
1593 entry for custom-menu-create change.
1594 (fortran-strip-sqeuence-nos): Make arg optional. Fix regexp and
1595 don't cons it in the search loop.
1596
1597 * imenu.el (imenu--truncate-items): Revert last change.
1598
1599 2001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
1600
1601 * info.el (Info-setup-header-line): If the node header includes
1602 either Next: or Prev: links, don't show the File: and Node: parts
1603 in the header line.
1604
1605 2001-01-11 Gerd Moellmann <gerd@gnu.org>
1606
1607 * comint.el (comint-goto-process-mark): Don't print a message
1608 when running in batch mode.
1609
1610 * isearch.el (isearch-search): In the condition-case handler for
1611 `error', set isearch-invalid-regexp to the whole error message.
1612
1613 * subr.el (eval-after-load): Call load-symbol-file-load-history to
1614 ensure that eval-after-load works for files dumped with Emacs.
1615
1616 * help.el (load-symbol-file-load-history): New function extracted
1617 from function symbol-file.
1618 (symbol-file): Use it.
1619
1620 * toolbar/save.xpm, toolbar/undo.xpm: Use the same colors as
1621 exit.xpm.
1622
1623 2001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
1624
1625 * progmodes/etags.el (find-tag-interactive): If last-tag is nil,
1626 behave as if there were no prefix argument.
1627 (find-tag-noselect): If last-tag is nil, behave as if the NEXT-P
1628 argument were nil.
1629
1630 2001-01-11 Richard M. Stallman <rms@gnu.org>
1631
1632 * isearch.el (isearch-lazy-highlight-update):
1633 Don't look for more potential matches once maximum is exceeded.
1634 Use overlays-in to check correctly for overlap with current match.
1635 Ignore empty matches.
1636
1637 2001-01-11 Miles Bader <miles@gnu.org>
1638
1639 * textmodes/ispell.el (ispell-adjusted-window-height): New function.
1640 (ispell-overlay-window, ispell-help, ispell-show-choices)
1641 (ispell-command-loop): Use it instead of `window-height'.
1642
1643 2001-01-10 Gerd Moellmann <gerd@gnu.org>
1644
1645 * files.el (confirm-kill-emacs): New user-option.
1646 (save-buffers-kill-emacs): Ask for final confirmation before
1647 killing Emacs.
1648
1649 * isearch.el (isearch-done): Set isearch-lazy-highlight-start
1650 to nil.
1651
1652 2001-01-10 Dave Love <fx@gnu.org>
1653
1654 * progmodes/etags.el (tags-apropos-additional-actions): Fix :type.
1655
1656 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix doc,
1657 :type.
1658
1659 * hi-lock.el (hi-lock-exclude-modes): Fix :type.
1660
1661 * calculator.el (calculator-number-digits): Fix :type.
1662
1663 * vc-cvs.el (vc-cvs-header): Fix :type.
1664 * vc-rcs.el (vc-rcs-header): Fix :type.
1665 * vc-sccs.el (vc-sccs-header): Fix :type.
1666
1667 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
1668
1669 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
1670
1671 * eshell/esh-util.el (eshell-ange-ls-uids): Fix :type.
1672
1673 2001-01-10 Gerd Moellmann <gerd@gnu.org>
1674
1675 * simple.el (set-variable): Force a thorough redisplay for the
1676 case that the variable has an effect on the display, like
1677 `tab-width' has.
1678
1679 2001-01-10 Andre Spiegel <spiegel@gnu.org>
1680
1681 * vc.el: Add documentation for backend interface.
1682
1683 2001-01-10 Kenichi Handa <handa@etl.go.jp>
1684
1685 * font-lock.el (c-font-lock-extra-types): Add "Lisp_Object".
1686
1687 * international/mule-conf.el (latin-extra-code-table): Set to t
1688 for \223 and \224.
1689
1690 2001-01-09 Kenichi Handa <handa@etl.go.jp>
1691
1692 * international/mule-cmds.el (locale-language-names): Map "es" to
1693 "Spanish" and "nl" to "Dutch".
1694
1695 2001-01-09 Gerd Moellmann <gerd@gnu.org>
1696
1697 * bindings.el (global-map): Bind <home> to beginning-of-line,
1698 <end> to end-of-line, C-<home> to beginning-of-buffer, and
1699 C-<end> to end-of-buffer.
1700
1701 * language/european.el: Add Dutch and Spanish language info
1702 to be able to use the appropriate tutorials.
1703
1704 2001-01-09 Alex Schroeder <alex@gnu.org>
1705
1706 * ansi-color.el (ansi-color-process-output): Use markers instead
1707 of positions for start and end of region.
1708 (ansi-color-apply-on-region): Rewrote code to make it more robust.
1709 Previously, occasional mistakes happend when fontifying many
1710 chunks of output (eg. ls --color=yes /dev). This happened
1711 whenever an overlay was created up to the end of the region, which
1712 coincided with the process-mark. New text would then be added
1713 within that overlay instead of after it.
1714 (ansi-color-make-extent): Overlays are created with the property
1715 `modification-hooks' set to '(ansi-color-freeze-overlay).
1716 (ansi-color-freeze-overlay): New function. When inserting text at
1717 the end of the overlay, the overlay will resize.
1718
1719 2000-01-09 Alex Schroeder <alex@gnu.org>
1720
1721 * ansi-color.el (ansi-color-process-output): Doc change.
1722 (ansi-color-unfontify-region): Doc change. No longer installed
1723 automatically in font-lock-unfontify-region-function.
1724 (ansi-color-apply): Doc change.
1725 (ansi-color-apply-on-region): Use extents or overlays instead of
1726 text-properties.
1727 (ansi-color-make-extent): New function.
1728 (ansi-color-set-extent-face): New function.
1729
1730 2000-01-09 Alex Schroeder <alex@gnu.org>
1731
1732 * ansi-color.el (ansi-color-process): Removed, Emacs and XEmacs
1733 both use ansi-color-process-output, now.
1734 (ansi-color-process-output): Doesn't return string anymore. It is
1735 installed in comint-output-filter-functions for both Emacs and
1736 XEmacs, now.
1737 (ansi-color-unfontify-region): Simplified code removing variables
1738 pos and start-ansi.
1739 (ansi-color-apply): Put text-property ansi-color before putting
1740 text-property face because ansi-color-unfontify-region is called
1741 immediately after the call to put-text-property.
1742 (ansi-color-context-region): Doc change.
1743 (ansi-color-filter-region): Simplified code.
1744 (ansi-color-apply-on-region): Changed start to start-marker, using
1745 a marker explicitly. Put text-property ansi-color before putting
1746 text-property face because ansi-color-unfontify-region is called
1747 immediately after the call to put-text-property.
1748
1749 2000-01-09 Alex Schroeder <alex@gnu.org>
1750
1751 * ansi-color.el (ansi-color-faces-vector): Doc change.
1752 (ansi-color-for-comint-mode): Changed :type property to choice.
1753 (ansi-color-last-context): Removed.
1754 (ansi-color-process-output): Don't use ansi-color-last-context, as
1755 the main functions will store their context now.
1756 (ansi-color-context): Doc change.
1757 (ansi-color-filter-apply): Rewrote it based on ansi-color-apply.
1758 Uses ansi-color-context such that repeated calls will strip
1759 partial escape sequences, too.
1760 (ansi-color-apply): Simplified code. Colorize end of string if
1761 face is not null. Store context in new (FACE STRING) format, such
1762 that repeated calls will strip partial escape sequences, too.
1763 Append faces to face property using ansi-color-apply-sequence such
1764 that cumulative mode actually works.
1765 (ansi-color-context-region): New variable.
1766 (ansi-color-filter-region): Rewrote it based on
1767 ansi-color-apply-on-region. Uses ansi-color-context-region such
1768 that repeated calls will strip partial escape sequences, too.
1769 (ansi-color-apply-on-region): Simplified code. Colorize end of
1770 region if face is not null. Store context in new (FACE POS)
1771 format, such that repeated calls will strip partial escape
1772 sequences, too. Append faces to face property using
1773 ansi-color-apply-sequence such that cumulative mode actually
1774 works.
1775 (ansi-color-apply-sequence): New function.
1776 (ansi-color-get-face): When the default face is added to the list
1777 of faces, all previous settings are discarded and the list of
1778 faces is set to '(default).
1779
1780 2000-01-09 Alex Schroeder <alex@gnu.org>
1781
1782 * ansi-color.el (ansi-color-faces-vector): Use nil for the default
1783 face, such that ansi-color-apply and ansi-color-apply-on-region
1784 will do the right thing.
1785 (ansi-color-apply): Do the right thing, ie. if ansi-color-get-face
1786 returns nil, set the list of faces back to nil instead of
1787 appending the result of ansi-color-get-face to the front of the
1788 list.
1789
1790 2000-01-09 Alex Schroeder <alex@gnu.org>
1791
1792 * ansi-color.el (ansi-color-for-comint-mode): Doc change.
1793 (ansi-color-process): Doc change.
1794 (ansi-color-last-context): New buffer-local variable.
1795 (ansi-color-process-output): New function. It is automatically
1796 added to comint-output-filter-functions if this is XEmacs.
1797 (ansi-color-unfontify-region): New optional parameter for XEmacs
1798 compatibility. Check wether font-lock-syntactic-keywords is
1799 boundp before removing the syntax table text property, as XEmacs
1800 doesn't have it.
1801 (ansi-color-filter-region): Doc change.
1802 (ansi-color-apply-on-region): Doc change.
1803 (ansi-color-make-face): New function. Compatibility layer for
1804 XEmacs. Return temporary faces instead of cons cells for XEmacs.
1805 (ansi-color-make-color-map): Use ansi-color-make-face.
1806 (ansi-color-get-face): Avoid face text property '(nil) as results
1807 in an errow for XEmacs.
1808
1809 2000-01-09 Alex Schroeder <alex@gnu.org>
1810
1811 * ansi-color.el (ansi-color-unfontify-region): New function. Uses
1812 text-property ansi-color in order to preserve fontification by
1813 ansi-color. When the package is loaded, a lambda expression is
1814 put onto font-lock-mode-hook. This lambda expression will check
1815 font-lock-unfontify-region-function and replace
1816 font-lock-default-unfontify-region with
1817 ansi-color-unfontify-region.
1818 (ansi-color-apply): Add text-property ansi-color in addition to
1819 text-property face.
1820 (ansi-color-apply-on-region): Add text-property ansi-color in
1821 addition to text-property face.
1822 (save-buffer-state): Copy of the macro that is also used by
1823 lazy-lock and font-lock.
1824
1825 (ansi-color-for-comint-mode): New option.
1826 (ansi-color-for-comint-mode-on): Set ansi-color-for-comint-mode.
1827 (ansi-color-for-comint-mode-off): Ditto.
1828 (ansi-color-for-comint-mode-filter): Ditto.
1829 (ansi-color-process): New function. Uses
1830 ansi-color-for-comint-mode to decide what to do. This function is
1831 added to comint-preoutput-filter-functions when the package is
1832 loaded.
1833
1834 (ansi-color-for-shell-mode-set): Removed.
1835 (ansi-color-for-shell-mode): Removed.
1836
1837 2000-01-09 Alex Schroeder <alex@gnu.org>
1838
1839 * ansi-color.el (ansi-color-for-shell-mode-set): New function with
1840 the lambda expression from the ansi-color-for-shell-mode :set
1841 property. Additionally, modify shell-mode-hook to enable or
1842 disable font-lock-mode for future shell buffers.
1843 (ansi-color-for-shell-mode): The :set property calls
1844 ansi-color-for-shell-mode-set instead of a lambda expression.
1845
1846 2000-01-09 Alex Schroeder <alex@gnu.org>
1847
1848 * ansi-color.el (ansi-color-for-shell-mode): Doc change.
1849 (ansi-color-context): New variable.
1850 (ansi-color-apply): Save context between calls.
1851
1852 2001-01-09 Eli Zaretskii <eliz@is.elta.co.il>
1853
1854 * isearch.el (isearch, isearch-lazy-highlight-face): New
1855 definitions for face colors and attributes.
1856
1857 * wid-edit.el (widget-choose): Call display-popup-menus-p instead
1858 of display-mouse-p.
1859
1860 2001-01-09 Kenichi Handa <handa@etl.go.jp>
1861
1862 * international/mule.el (make-coding-system): If the coding system
1863 accepts extra latin codes, register such codes as safe for the
1864 coding system.
1865
1866 2001-01-08 Richard M. Stallman <rms@gnu.org>
1867
1868 * emacs-lisp/bytecomp.el (byte-compile-log-1): In non-batch case,
1869 don't mention the file name or the date here, because they are
1870 logged at the start of the file.
1871
1872 2001-01-08 Richard M. Stallman <rms@gnu.org>
1873
1874 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
1875 Change screen-width to frame-width.
1876
1877 2001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
1878
1879 * info.el (Info-search): Print the default as part of the prompt.
1880
1881 2001-01-08 Andre Spiegel <spiegel@gnu.org>
1882
1883 * vc.el (vc-default-latest-on-branch-p): New function, replaces
1884 constant implementations in backends.
1885
1886 * vc-cvs.el (vc-cvs-latest-on-branch-p): Removed.
1887 (vc-cvs-checkout): Renamed arg WRITABLE to EDITABLE.
1888
1889 * vc-rcs.el (vc-rcs-checkout, vc-rcs-cancel-version): Renamed arg
1890 WRITABLE to EDITABLE.
1891
1892 * vc-sccs.el (vc-sccs-latest-on-branch-p): Removed.
1893 (vc-sccs-checkout, vc-sccs-cancel-version): Renamed arg WRITABLE
1894 to EDITABLE.
1895
1896 2001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
1897
1898 * emacs-lisp/copyright.el (copyright-current-year): Now a defvar.
1899 (copyright, copyright-update): Compute the current year at run
1900 time.
1901
1902 2001-01-08 Gerd Moellmann <gerd@gnu.org>
1903
1904 * isearch.el (isearch-old-signal-hook): Removed.
1905 (isearch-mode): Add isearch-done to kbd-macro-termination-hook
1906 instead of setting signal-hook-function.
1907 (isearch-done): Remove isearch-done from kbd-macro-termination-hook.
1908
1909 2001-01-08 Kevin Gallagher <kevingal@onramp.net>
1910
1911 * emulation/edt.el: Update to version 4.0. Provide support for
1912 EDT scroll margins at top and bottom of the window. Provide an
1913 emulation of the EDT SUBS command (bound to GOLD-Enter, by
1914 default). Enhance edt-quit, bound to GOLD-q by default, to warn
1915 user when file-related buffer modifications exist. Provide
1916 support for running EDT Emulation in XEmacs. Provide customize
1917 access to some user updatable variables. Add Commentary section
1918 to file header. Fixed a few minor bugs and cleaned up some code.
1919
1920 * emulation/edt-mapper.el: Update to version 4.0. Provide support
1921 for detecting a keypress that generates an ASCII key sequence.
1922 (Previously, only a keypress that generates a vector was
1923 recognized.) Embed Window Manager name into name of the generated
1924 EDT Emulation initialization file since the initialization file is
1925 Window Manager specific. Add Commentary section to file header.
1926
1927 2001-01-07 Eli Zaretskii <eliz@is.elta.co.il>
1928
1929 * mail/sendmail.el (mail-mode): Doc fix.
1930
1931 * info.el (Info-goto-emacs-command-node): Doc fix.
1932 (Info-goto-emacs-key-command-node): Doc fix.
1933
1934 2001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
1935
1936 * ediff-vers.el (noninteractive): Don't load generic-sc on MS-DOS
1937 systems without long file-name support.
1938
1939 2001-01-06 Andrew Innes <andrewi@gnu.org>
1940
1941 * makefile.w32-in (custom-deps): Set EMACSLOADPATH explicitly.
1942
1943 2001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
1944
1945 * isearch.el (isearch-lazy-highlight-remove-overlays): Doc fix.
1946 (isearch-lazy-highlight-update): Doc fix.
1947
1948 * ffap.el (ffap-bindings): Doc fix.
1949
1950 * dired-x.el (dired-virtual-guess-dir): Doc fix.
1951
1952 2001-01-05 Dave Love <fx@gnu.org>
1953
1954 * emacs-lisp/cl-seq.el (remove, remq): Remove.
1955
1956 2001-01-05 Gerd Moellmann <gerd@gnu.org>
1957
1958 * mouse-drag.el (mouse-drag-safe-scroll): Bind
1959 scroll-preserve-screen-position to nil.
1960
1961 * isearch.el (isearch-old-signal-hook): New variable.
1962 (isearch-mode): Set signal-hook-function to isearch-done.
1963 (isearch-done): Restore old signal-hook-function.
1964
1965 * info.el (Info-fontify-node): Mark one more char as intangible.
1966
1967 2000-01-05 Kenichi Handa <handa@etl.go.jp>
1968
1969 * composite.el (compose-last-chars): New argument COMPONENTS. If
1970 it is non-nil, compose preceding characters by compose-region with
1971 COMPONENTS.
1972
1973 * international/quail.el (quail-input-string-to-events): New function.
1974 (quail-input-method): Convert input string to events here.
1975 (quail-start-translation): Return input string, not event list.
1976 (quail-start-conversion): Likewise.
1977
1978 2001-01-04 Gerd Moellmann <gerd@gnu.org>
1979
1980 * tooltip.el (tooltip-cancel-delayed-tip)
1981 (tooltip-start-delayed-tip): Renamed from tooltip-disable-timeout
1982 and tooltip-add-timeout.
1983 (tooltip-show): Set border color from faces's foreground.
1984 (tooltip-show-help-function): If called with the same help string
1985 as last time, do nothing.
1986 (tooltip-help-tips): Don't set tooltip-help-message to nil.
1987
1988 * startup.el (fancy-splash-screens): Don't bind show-help-function
1989 to nil.
1990
1991 * tooltip.el (tooltip-frame-parameters): Remove colors.
1992 (tooltip): New face
1993 (tooltip-set-param): New function.
1994 (tooltip-show): Set up color frame parameters from face `tooltip'.
1995 Display the tooltip text in face `tooltip'.
1996
1997 2001-01-04 Dave Love <fx@gnu.org>
1998
1999 * whitespace.el (whitespace-global-mode): Fix typo.
2000
2001 * hilit19.el, mail/rnewspost.el, mail/rnews.el: Moved to obsolete.
2002
2003 2001-01-04 Eli Zaretskii <eliz@is.elta.co.il>
2004
2005 * help.el (help-for-help): Fix a typo in a doc string. From
2006 kwzh@gnu.org (Karl Heuer).
2007
2008 2001-01-03 Dave Love <fx@gnu.org>
2009
2010 * dired-x.el: Doc fixes. Maintainer change.
2011 (dired-guess-shell-gnutar, dired-guess-shell-znew-switches): Fix
2012 :type.
2013 (dired-guess-shell-alist-default): Don't use xloadimage for PNG.
2014 (dired-guess-shell-alist-user): Customize.
2015 (dired-x-help-address): Set to bug-gnu-emacs.
2016 (dired-x-maintainer, dired-x-file, dired-x-version): Deleted.
2017 (dired-default-directory): Renamed from default-directory.
2018
2019 * hl-line.el (hl-line): Doc fix.
2020
2021 2001-01-03 Karl Fogel <kfogel@red-bean.com>
2022
2023 * mail/mail-hist.el (mail-hist-text-too-long-p): Doc fix.
2024
2025 2001-01-02 Richard M. Stallman <rms@gnu.org>
2026
2027 * isearch.el (isearch-lazy-highlight-cleanup): Arg now says
2028 to remove all the current alternative-match highlighting.
2029 If nil, remove only what's outside the current window.
2030 (isearch-lazy-highlight-remove-overlays): Take optional
2031 region within which NOT to remove them.
2032 (isearch-lazy-highlight-new-loop): Greatly simplified.
2033 (isearch-lazy-highlight-update): Find all the other occurrences
2034 visible in the window, in just one call.
2035 (isearch-lazy-highlight-start): Now holds start of region to scan.
2036 (isearch-lazy-highlight-end): Now holds end of region to scan.
2037 (isearch-lazy-highlight-wrapped): Variable deleted.
2038 (isearch-lazy-highlight-search): Function deleted.
2039
2040 2000-01-02 Andrew Innes <andrewi@gnu.org>
2041
2042 * w32-fns.el (convert-standard-filename): Do length check on name
2043 before aref.
2044
2045 2001-01-02 Dave Love <fx@gnu.org>
2046
2047 * progmodes/cperl-mode.el (cperl-invalid-face): Don't double-quote
2048 value.
2049 (cperl-init-faces): Allow cperl-invalid-face to be a normal face.
2050
2051 * ls-lisp.el (ls-lisp) <defgroup>: Add :version.
2052
2053 * net/browse-url.el (browse-url-filename-alist): Avoid backquote
2054 read syntax.
2055
2056 * calendar/todo-mode.el (todo): Add :link, :version.
2057 (todo-save-top-priorities): Remove autoload cookie.
2058 (todo-add-category, todo-add-item-non-interactively)
2059 (todo-insert-item, todo-mode, todo-cp, todo-show): Fix autoload
2060 cookie.
2061
2062 2001-01-02 Gerd Moellmann <gerd@gnu.org>
2063
2064 * comint.el (comint-input-history-ignore): New variable.
2065 (comint-read-input-ring): Ignore entries matching
2066 comint-input-history-ignore.
2067
2068 2001-01-02 Eric M. Ludlam <zappo@gnu.org>
2069
2070 * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): New Variable.
2071 (lm-copyright-mark): New function.
2072 (lm-crack-copyright): New function.
2073 (lm-verify): Check that the file has a copyright.
2074 Check that the file is copyright Free Software Foundation.
2075
2076 2000-12-30 Kenichi Handa <handa@etl.go.jp>
2077
2078 * international/mule-diag.el (print-fontset): Indent font name by
2079 24 columns, not 25.
2080
2081 2000-12-29 Gerd Moellmann <gerd@gnu.org>
2082
2083 * textmodes/flyspell.el (mail-mode-flyspell-verify): Spell-check
2084 in Subject line.
2085
2086 * mail/mailabbrev.el (mail-abbrevs-enable, mail-abbrevs-disable):
2087 Use mail-mode-hook instead of mail-setup-hook. Otherwise
2088 continuing an interrupted message with C-u C-x m for instence,
2089 winds up in Mail mode without abbrevs.
2090
2091 2000-12-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2092
2093 * ps-print.el: Handle form feed better when ps-zebra-stripe-follow is
2094 non-nil. Adding almost all customization variables on ps-setup. Doc
2095 fix.
2096 (ps-print-version): New version number (6.3.3).
2097 (ps-end-with-control-d): Initialization fix.
2098 (ps-lines-printed): New var.
2099 (ps-skip-newline): New fun.
2100 (ps-setup, ps-prologue-file, ps-begin-job, ps-begin-page)
2101 (ps-next-line, ps-continue-line, ps-plot-region)
2102 (ps-generate-postscript-with-faces, ps-end-job): Code fix.
2103
2104 2000-12-29 Kenichi Handa <handa@etl.go.jp>
2105
2106 * international/fontset.el (x-complement-fontset-spec): Resolve
2107 ASCII font name so that the same family name is used for fonts
2108 registered in x-font-name-charset-alist.
2109 (create-fontset-from-fontset-spec): Adjusted for the above change.
2110 The name of fontset alias should be a unresolved ASCII font name.
2111
2112 2000-12-28 Gerd Moellmann <gerd@gnu.org>
2113
2114 * simple.el (delete-key-deletes-forward-mode): Bind backspace
2115 and delete in isearch-mode-map.
2116
2117 2000-12-28 Richard M. Stallman <rms@gnu.org>
2118
2119 * dired-x.el (dired-guess-shell-alist-default):
2120 Use xpdf instead of acroread.
2121
2122 2000-12-28 Kenichi Handa <handa@etl.go.jp>
2123
2124 * textmodes/artist.el (artist-butlast): Deleted.
2125 (artist-ellipse-mirror-quadrant): Use butlast instead of
2126 artist-butlast.
2127
2128 * subr.el (butlast, nbutlast): Moved from cl.el to here.
2129
2130 * emacs-lisp/cl.el (butlast, nbutlast): Moved to subr.el.
2131
2132 2000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
2133
2134 From Francis J. Wright <F.J.Wright@maths.qmw.ac.uk>:
2135
2136 * ls-lisp.el: Better support for the Mac and MS-Windows.
2137 (ls-lisp): New defgroup.
2138 (ls-lisp-emulation, ls-lisp-ignore-case, ls-lisp-dirs-first)
2139 (ls-lisp-verbosity, ls-lisp-use-insert-directory-program)
2140 (ls-lisp-support-shell-wildcards): New defcustoms.
2141 (ls-lisp-parse-symlink): New function.
2142 (insert-directory): Code to convert switches to a list and set up
2143 the wildcard argument copied from ls-lisp-insert-directory.
2144 (ls-lisp-insert-directory): New argument TIME-INDEX. Add support
2145 for -C and -R switches.
2146 (ls-lisp-column-format): New function.
2147 (ls-lisp-delete-matching, ls-lisp-handle-switches)
2148 (ls-lisp-format-time): Add doc strings.
2149 (ls-lisp-handle-switches): Handle -U, -S, -X, and -F switches.
2150 Support ls-lisp-dirs-first.
2151 (ls-lisp-classify, ls-lisp-extension): New functions.
2152 (ls-lisp-format): Optionally support emulation of symlinks.
2153 Support -i, -s, and -G switches.
2154
2155 2000-12-27 Gerd Moellmann <gerd@gnu.org>
2156
2157 * textmodes/texinfo.el (texinfo-mode): Set fill-column to 70.
2158
2159 * version.el (emacs-version): Print X scroll bar information.
2160
2161 * scroll-bar.el (toplevel): Check for x-toolkit-scroll-bars
2162 instead of x-toolkit-scroll-bars-p.
2163
2164 * loadup.el (toplevel): Check for x-toolkit-scroll-bars instead
2165 of x-toolkit-scroll-bars-p.
2166
2167 2000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
2168
2169 * ffap.el (ffap-bindings): Make interactive and add an autoload
2170 cookie.
2171 (ffap-bindings): Doc fix, to reflect the above change.
2172
2173 2000-12-27 Kenichi Handa <handa@etl.go.jp>
2174
2175 * term.el (term-char-mode): Define all non-ascii self-inserting
2176 characters to 'term-send-raw in term-raw-map.
2177
2178 2000-12-25 Michael Kifer <kifer@cs.sunysb.edu>
2179
2180 * viper-init (viper-restore-cursor-type): Added condition-case
2181 guard.
2182
2183 * ediff-init.el (ediff-quit-hook,ediff-suspend-hook): Changed
2184 initialization; use add-hook.
2185 (ediff-file-remote-p): Use file-local-copy.
2186
2187 * ediff-ptch.el (ediff-prompt-for-patch-buffer): Improved defaults.
2188
2189 * ediff.el (ediff-patch-buffer): Bug fix.
2190 (ediff-revision): Allow selection of the file at the prompt.
2191
2192 2000-12-23 Stefan Monnier <monnier@cs.yale.edu>
2193
2194 * subr.el (combine-run-hooks): Remove.
2195
2196 * emacs-lisp/edebug.el (define-minor-mode): Improve the spec
2197 and remove the rogue second spec.
2198
2199 2000-12-23 Gerd Moellmann <gerd@gnu.org>
2200
2201 * progmodes/compile.el (compilation-forget-errors): Fix indentation.
2202
2203 2000-12-22 Stefan Monnier <monnier@cs.yale.edu>
2204
2205 * smerge-mode.el (smerge-basic-map): Use `=' rather than `d'.
2206 Use minibuffer menu prompt for the `=' prefix.
2207 (smerge-command-prefix): Change default to C-^.
2208 (smerge-mode): Don't assume font-lock doesn't move point.
2209
2210 * skeleton.el (skeleton-internal-1): Make sure the first line of
2211 the region is also re-indented.
2212 (skeleton-end-newline): New var.
2213 (skeleton-end-hook): Use it.
2214
2215 2000-12-22 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
2216
2217 * comint.el (comint-password-prompt-regexp): Support CVS.
2218
2219 2000-12-22 Gerd Moellmann <gerd@gnu.org>
2220
2221 * simple.el (delete-key-deletes-forward-mode): Simplify. Also
2222 backspace key combinations, depending on
2223 delete-key-deletes-forward.
2224
2225 * bindings.el ([C-backspace]): Bind C-backspace to kill-word.
2226
2227 * simple.el (delete-key-deletes-forward): Doc fix.
2228
2229 2000-08-22 Emmanuel Briot <briot@gnat.com>
2230
2231 * xml.el (top level comment): Updated to reflect the fact that
2232 white spaces are relevant in the XML file.
2233 (xml-parse-file): Do not kill an existing Emacs buffer if the file
2234 to parse was already edited. This allows for on-the-fly analysis
2235 of XML files.
2236 (xml-parse-tag): Check that the casing is the same in the start
2237 tag and end tag, since XML is case-sensitive. Allows for spaces
2238 in the end tag, after the name of the tag.
2239 (xml-parse-attlist): Allow for the character '-' in the name of
2240 attributes, as in the standard http-equiv attribute Do not save
2241 the properties in the XML tree, since they are not relevant.
2242
2243 2000-12-21 Stefan Monnier <monnier@cs.yale.edu>
2244
2245 * generic.el (generic-read-type): Undo last change, inline into
2246 `generic-mode' and then remove.
2247 (generic-mode): Inline generic-read-type.
2248 (define-generic-mode): Push the symbol name rather than the symbol
2249 onto generic-mode-list.
2250
2251 2000-12-21 Gerd Moellmann <gerd@gnu.org>
2252
2253 * generic.el (generic-read-type): Build an alist for
2254 completing-read as in 20.7.
2255
2256 * play/landmark.el (lm): Use interactive spec `P'.
2257 (toplevel): Don't set debug-on-error.
2258
2259 * server.el (server-switch-buffer): Choose a window on a visible
2260 frame.
2261
2262 2000-12-21 Dave Pearson <davep@davep.org>
2263
2264 * quickurl.el: Commentry change, I've moved my web site.
2265
2266 2000-12-21 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2267
2268 * ebnf2ps.el: Fix a problem with skip-chars-forward: it doesn't accept
2269 ranges like \177-\237, but accepts the character sequence from \177 to
2270 \237. Doc fix.
2271 (ebnf-version): New version (3.4).
2272 (ebnf-setup): Code fix.
2273 (ebnf-range-regexp): New fun.
2274 (ebnf-8-bit-chars): Const fix.
2275
2276 * ebnf-bnf.el: Fix the same problem as described on ebnf2ps.el log
2277 entry. Doc fix.
2278 (ebnf-bnf-lex): Code fix.
2279 (ebnf-bnf-comment-chars): Const fix.
2280
2281 * ebnf-iso.el: Fix the same problem as described on ebnf2ps.el log
2282 entry. Doc fix.
2283 (ebnf-iso-comment-chars): Const fix.
2284
2285 * ebnf-otz.el: Doc fix.
2286
2287 * ebnf-yac.el: Fix the same problem as described on ebnf2ps.el log
2288 entry. Doc fix.
2289 (ebnf-yac-skip-code): Code fix.
2290 (ebnf-yac-comment-chars): Const fix.
2291
2292 2000-12-21 Eli Zaretskii <eliz@is.elta.co.il>
2293
2294 * files.el (insert-directory-safely): New function.
2295 (recover-file): Use it instead of insert-directory. From Markus
2296 Rost <markus.rost@mathematik.uni-regensburg.de>
2297
2298 2000-12-21 Kenichi Handa <handa@etl.go.jp>
2299
2300 * international/mule-cmds.el (select-safe-coding-system): Check
2301 coding-category-list more rigidly. Improve help message.
2302
2303 * dired.el (dired-move-to-filename-regexp): Fix previous change.
2304
2305 2000-12-21 Miles Bader <miles@gnu.org>
2306
2307 * mail/sendmail.el (mail-mode): Set `comment-start' to the yank
2308 prefix.
2309
2310 2000-12-21 Kenichi Handa <handa@etl.go.jp>
2311
2312 * international/mule-diag.el (describe-char-after): Make *Help*
2313 buffer inherit multibyteness of the current buffer.
2314
2315 * international/mule.el (make-char): Docstring adjusted for the
2316 change of make-char-internal.
2317
2318 2000-12-20 Stefan Monnier <monnier@cs.yale.edu>
2319
2320 * international/iso-cvt.el: Docstrings fix.
2321
2322 2000-12-20 Dave Love <fx@gnu.org>
2323
2324 * subr.el (eval-after-load): Doc fix.
2325
2326 2000-12-20 Kenichi Handa <handa@etl.go.jp>
2327
2328 * jka-compr.el (jka-compr-partial-uncompress): Don't use `concat'
2329 for numbers.
2330
2331 2000-12-20 Miles Bader <miles@gnu.org>
2332
2333 * international/quail.el (quail-help): Resize the help window
2334 again after it has all its contents. Remove unneeded progn.
2335
2336 2000-12-19 Gerd Moellmann <gerd@gnu.org>
2337
2338 * pcmpl-linux.el: Fix copy/paste error.
2339
2340 2000-12-19 Andrew Innes <andrewi@gnu.org>
2341
2342 * simple.el (delete-key-deletes-forward-mode): Fix typo in
2343 docstring.
2344
2345 2000-12-19 Carsten Dominik <dominik@strw.leidenuniv.nl>
2346
2347 * progmodes/idlw-rinfo.el: Fixed copyright notice.
2348
2349 * progmodes/idlw-toolbar.el: Fixed copyright notice.
2350
2351 * progmodes/idlw-shell.el: Fixed copyright notice.
2352
2353 * progmodes/idlwave.el: Fixed copyright notice.
2354
2355 * textmodes/reftex-dcr.el (reftex-view-crossref): Added SPACE and
2356 TAB as key separators.
2357
2358 2000-12-19 Alex Schroeder <alex@gnu.org>
2359
2360 * sql.el (sql-sybase-options): New option.
2361 (sql-sybase): Use it. Add sql-database to the list of parameters
2362 provided for login. The options -w 2048 -n are not used any more.
2363 (sql-postgres-options): Changed default from "--pset" to "-P".
2364 (sql-mysql-options): Doc change.
2365 (sql-stop): Doc change.
2366
2367 2000-12-19 Kenichi Handa <handa@etl.go.jp>
2368
2369 * international/quail.el (quail-input-method): Always hide
2370 the guidance buffer on exiting.
2371
2372 2000-12-18 Gerd Moellmann <gerd@gnu.org>
2373
2374 * tooltip.el (tooltip-mode): Signal an error if x-show-tip
2375 isn't fboundp.
2376
2377 * server.el (server-buffer-done): Bury the buffer before
2378 killing it.
2379
2380 * faces.el (face-spec-set): Interpret a nil in specs for
2381 foreground and background colors as `unspecified', for
2382 compatibility with 20.x.
2383
2384 2000-12-18 Dave Love <fx@gnu.org>
2385
2386 * simple.el (mail-user-agent): Doc fix.
2387 (input-mode-8-bit): Removed.
2388
2389 * international/mule.el (set-keyboard-coding-system): Doc fix.
2390 (keyboard-coding-system): New option.
2391
2392 * mail/sendmail.el (send-mail-function): Customize.
2393
2394 2000-12-18 Eli Zaretskii <eliz@is.elta.co.il>
2395
2396 * international/codepage.el (cp866-decode-table): New table.
2397
2398 2000-12-18 Gerd Moellmann <gerd@gnu.org>
2399
2400 * version.el (emacs-version): Remove `%a' from the time format
2401 because the weekday doesn't fit well into each locale.
2402
2403 2000-12-18 Miles Bader <miles@gnu.org>
2404
2405 * image-file.el (image-file-name-extensions): Add "pgm" and "ppm".
2406
2407 * textmodes/artist.el (artist-replace-chars, artist-replace-char):
2408 Check that emacs-major-version is `=' to 20, not `>='.
2409 (artist-replace-chars): Use `make-string' instead of a loop.
2410
2411 2000-12-17 Stefan Monnier <monnier@cs.yale.edu>
2412
2413 * pcvs.el (cvs-diff-backup-extractor): Return full-path for file.
2414 (cvs-execute-single-file): Don't change directory.
2415 Patch from Per Cederqvist.
2416
2417 2000-12-16 Eli Zaretskii <eliz@is.elta.co.il>
2418
2419 * textmodes/ispell.el (check-ispell-version): If
2420 `ispell-program-name' is "aspell", pass it the -v switch instead
2421 of -vv.
2422
2423 2000-12-16 Kenichi Handa <handa@etl.go.jp>
2424
2425 * international/mule-diag.el (mule-diag): Insert information about
2426 configure options, multibyte awareness, language env.
2427
2428 * international/ja-dic-cnv.el (skkdic-get-candidate-list): Fix the
2429 regexp to search for candidates.
2430
2431 2000-12-15 Eli Zaretskii <eliz@is.elta.co.il>
2432
2433 * info.el (Info-forward-node): If the node has an
2434 Info-header-line, widen the buffer before searching for "next:"
2435 and "up:" pointers, and set the search limit to stay in the
2436 current node.
2437
2438 2000-12-16 Miles Bader <miles@gnu.org>
2439
2440 * simple.el (delete-trailing-whitespace): Remove extraneous let.
2441
2442 2000-12-15 Miles Bader <miles@gnu.org>
2443
2444 * comint.el (comint-send-string, comint-send-region): Also accept
2445 a buffer, buffer-name, or nil for PROCESS, for compatibility with
2446 process-send-string/region.
2447
2448 2000-12-15 Gerd Moellmann <gerd@gnu.org>
2449
2450 * isearch.el (isearch-lazy-highlight-max): New user-option.
2451 (isearch-lazy-highlight-update): Don't highlight more than
2452 isearch-lazy-highlight-max matches.
2453
2454 * mail/mh-utils.el (mh-find-path): Set read-mail-command.
2455
2456 2000-12-15 Richard M. Stallman <rms@gnu.org>
2457
2458 * sort.el (sort-columns): Fix error message.
2459
2460 * dabbrev.el (dabbrev--last-case-pattern): Value is now
2461 `upcase' or `downcase' or nil.
2462 (dabbrev-expand): Don't do anything with dabbrev--last-case-pattern.
2463 Pass new record-case-pattern arg to dabbrev--substitute-expansion.
2464 (dabbrev--substitute-expansion): New arg record-case-pattern.
2465 If it is non-nil, set dabbrev--last-case-pattern.
2466 If ABBREV is " ", use dabbrev--last-case-pattern to change EXPANSION.
2467
2468 * dabbrev.el (dabbrev--find-expansion): Remove extra nreverse.
2469
2470 2000-12-15 Miles Bader <miles@gnu.org>
2471
2472 * paths.el (Info-default-directory-list): Don't delete
2473 configure-info-directory from the list of standard info
2474 directories when appending it to the end -- their order is
2475 important.
2476
2477 * faces.el (read-face-attribute): If there's no entry for the
2478 user's input in VALID, just use it as-is (this will often result
2479 in an error, but it may be OK for e.g. colors using hexadecimal
2480 notation, and at least will yield a better error message).
2481
2482 * window.el (mode-line-window-height-fudge): Function removed.
2483 (height-affecting-face-attributes, mode-line-window-height-fudge):
2484 Variables removed.
2485 * textmodes/ispell.el (ispell-overlay-window): Ensure that the new
2486 window is really the right size. Use vertical-motion
2487 rather than forward-line.
2488 (ispell-help): Don't use ispell-mode-line-window-height-fudge.
2489 (ispell-command-loop, ispell-show-choices): Use the variable
2490 ispell-choices-win-default-height, rather than the function.
2491 (ispell-choices-win-default-height): Function removed.
2492 (ispell-mode-line-window-height-fudge): Function removed.
2493
2494 2000-12-14 Stefan Monnier <monnier@cs.yale.edu>
2495
2496 * add-log.el (add-change-log-entry): Only expand-file-name if non-nil.
2497
2498 2000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
2499
2500 * paths.el (Info-default-directory-list): If
2501 configure-info-directory is not one of the standard directories,
2502 put it first in the list; otherwise put it last. Doc string
2503 changed accordingly.
2504
2505 * info.el (Info-directory-list): Change doc string to reflect the
2506 change in Info-default-directory-list.
2507
2508 * simple.el (delete-key-deletes-forward-mode): Treat ms-dos and
2509 windows-nt as windowed environments, even under -nw.
2510
2511 * startup.el (command-line): Don't call x-backspace-delete-keys-p
2512 if not fboundp. Switch delete-forward mode for the <delete> key
2513 on all PC platforms, even under -nw.
2514
2515 * term/internal.el ([M-delete]): Remap to M-d.
2516
2517 2000-12-14 Gerd Moellmann <gerd@gnu.org>
2518
2519 * emacs-lisp/lisp-mnt.el: Change maintainer to FSF.
2520
2521 2000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
2522
2523 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
2524
2525 2000-12-14 Gerd Moellmann <gerd@gnu.org>
2526
2527 * startup.el (command-line): Call delete-key-deletes-forward-mode,
2528 if appropriate.
2529
2530 * simple.el (delete-key-deletes-forward): New user-option.
2531 (delete-key-deletes-forward-mode): New function.
2532
2533 * bindings.el: Bind `delete' to backward-delete-char.
2534
2535 * emacs-lisp/easymenu.el (easy-menu-current-active-maps): Test
2536 if symbol is bound before getting its value.
2537
2538 * tooltip.el (tooltip-show): If an error is signaled in
2539 x-show-tip, display that error, and display the help in the
2540 echo area.
2541
2542 2000-12-14 Kenichi Handa <handa@etl.go.jp>
2543
2544 * international/ja-dic-cnv.el (skkdic-set-okuri-nasi): Show
2545 "... entries" messages for every 10000 entries, not 10.
2546
2547 2000-12-13 Karl Fogel <kfogel@red-bean.com>
2548
2549 * bookmark.el: Provide a generic exit hook, as suggested by
2550 Ovidiu Predescu <ovidiu@cup.hp.com>:
2551 (bookmark-exit-hook): New var.
2552 (bookmark-exit-hook-internal): New func, replaces
2553 old raw lambda form in `kill-emacs-hook', and runs new
2554 `bookmark-exit-hooks'. No longer tests for the bookmark feature,
2555 as logically that feature must have been provided if this function
2556 is running.
2557 Removed ;;;###autoload before the `add-hook' call.
2558
2559 2000-12-13 Stefan Monnier <monnier@cs.yale.edu>
2560
2561 * emacs-lisp/easymenu.el (easy-menu-define): Setup indentation.
2562 (easy-menu-current-active-maps): New function.
2563 (easy-menu-get-map): Use it.
2564 Make a proper menu entry when creating a new keymap.
2565
2566 2000-12-13 Kenichi Handa <handa@etl.go.jp>
2567
2568 * international/characters.el: Fix cases and syntaxes for
2569 mule-unicode-0100-24ff.
2570
2571 * dired.el (dired-move-to-filename-regexp): Fixed for the case
2572 that a Japanese character is not appended after day and year.
2573
2574 * info.el (Info-suffix-list): Change format for a command that
2575 requires arguments.
2576 (info-insert-file-contents): Adjusted for the above change.
2577
2578 2000-12-12 Andreas Schwab <schwab@suse.de>
2579
2580 * tar-mode.el (tar-extract): Base the name of the subfile buffer
2581 on the name of the tar buffer. Verify that the existing buffer is
2582 visiting the same subfile.
2583
2584 2000-12-12 Dave Love <fx@gnu.org>
2585
2586 * subdirs.el: Add obsolete.
2587
2588 2000-12-12 Gerd Moellmann <gerd@gnu.org>
2589
2590 * mail/rmailsum.el (rmail-summary-expunge)
2591 (rmail-summary-expunge-and-save): Use rmail-expunge-confirmed
2592 instead of rmail-confirm-expunge.
2593
2594 * replace.el (perform-replace): Don't use an empty match adjacent
2595 to a non-empty match when computing the next match before the
2596 replacement is performed.
2597
2598 2000-12-12 Milan Zamazal <pdm@freesoft.cz>
2599
2600 * progmodes/glasses.el: Use `define-minor-mode' for the minor mode
2601 definition (patch by Stefan Monnier).
2602 (glasses-mode): Use jit-lock instead of `after-change-functions'
2603 (patch by Stefan Monnier).
2604
2605 2000-12-12 Miles Bader <miles@gnu.org>
2606
2607 * info.el (Info-last-preorder): Don't barf on nodes without a prev.
2608 (Info-scroll-down): Respect `Info-scroll-prefer-subnodes'.
2609
2610 2000-12-12 Andrew Choi <akochoi@i-cable.com>
2611
2612 * term/mac-win.el: Remove load for ls-lisp.
2613
2614 * loadup.el: Load ls-lisp for system-type `macos'.
2615
2616 2000-12-12 Miles Bader <miles@gnu.org>
2617
2618 * simple.el (delete-horizontal-space): Add BACKWARD-ONLY parameter.
2619 Respect field end too.
2620 (just-one-space): Respect fields as `delete-horizontal-space'.
2621 (newline-and-indent, reindent-then-newline-and-indent): Use
2622 `delete-horizontal-space'.
2623
2624 2000-12-11 Stefan Monnier <monnier@cs.yale.edu>
2625
2626 * newcomment.el (comment-indent-new-line): Use delete-horizontal-space
2627 (so as to obey the field property in the minibuffer).
2628
2629 * obsolete/c-mode.el: Moved from lisp/progmodes.
2630 * obsolete/auto-show.el: Moved from lisp.
2631 * obsolete/ooutline.el: Moved from lisp/textmodes.
2632
2633 2000-12-11 Carsten Dominik <dominik@strw.leidenuniv.nl>
2634
2635 * progmodes/idlwave.el: Updated to IDLWAVE version 4.7. Too many
2636 changes to list them here.
2637
2638 * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.7. Too
2639 many changes to list them here.
2640
2641 * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.7. Too
2642 many changes to list them here.
2643
2644 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.7.
2645
2646 2000-12-11 Gerd Moellmann <gerd@gnu.org>
2647
2648 * simple.el (kill-new): Don't try to setcar kill-ring if it is
2649 nil.
2650
2651 * cus-edit.el (custom-save-variables, custom-save-faces):
2652 Comment fix.
2653
2654 * hscroll.el: Moved to `obsolete' subdir.
2655
2656 2000-12-11 Miles Bader <miles@gnu.org>
2657
2658 * window.el (window-text-height): Function removed (now in C).
2659
2660 2000-12-10 Stefan Monnier <monnier@cs.yale.edu>
2661
2662 * log-edit.el (log-edit-parent-buffer): New var.
2663 (log-edit): Set it. Add BUFFER argument.
2664 (log-edit-done): Use char-before.
2665 Don't bother checking validity of vc-comment-ring.
2666 Only bury the buffer if log-edit popped it up.
2667
2668 * pcvs.el: Update references to CVS-Edit (now Log-Edit).
2669 (cvs-mode-diff-help): Remove.
2670 (cvs-mode-commit): Use the new `log-edit' BUFFER argument.
2671 (cvs-mode-marked): Set up the default for CMD manually.
2672
2673 * pcvs-defs.el (cvs-mode-diff-map): Use minibuffer menu prompt.
2674 Remove binding for ? now made unnecessary.
2675
2676 2000-12-10 Carsten Dominik <dominik@strw.leidenuniv.nl>
2677
2678 * textmodes/reftex.el (reftex-scanning-info-available-p): New
2679 function
2680 (reftex-TeX-master-file): Check for `tex-main-file' early enough.
2681
2682 * textmodes/reftex-global.el (reftex-create-tags-file): Fixed bug
2683 when master file is not open.
2684
2685 2000-12-09 Stefan Monnier <monnier@cs.yale.edu>
2686
2687 * progmodes/ada-stmt.el: Update `maintainer'.
2688
2689 2000-12-09 Stephen Gildea <gildea@alum.mit.edu>
2690
2691 * time-stamp.el (time-stamp-old-format-warn): Reorder custom
2692 choices to match documentation string.
2693
2694 2000-12-09 Miles Bader <miles@gnu.org>
2695
2696 * minibuf-eldef.el: New file.
2697
2698 * window.el (fit-window-to-buffer): Don't pass last argument to
2699 pos-visible-in-window-p, now that its meaning is inverted.
2700
2701 2000-12-08 Eli Zaretskii <eliz@is.elta.co.il>
2702
2703 * image.el (create-image): Doc fix; spotted by Per Cederqvist
2704 <ceder@lysator.liu.se>.
2705
2706 2000-12-08 Stefan Monnier <monnier@cs.yale.edu>
2707
2708 * autoinsert.el (auto-insert-alist): Add missing final \n.
2709
2710 * pcvs-defs.el (cvs-menu): Move. Make submenu for diff commands.
2711 (cvs-menu-map): Remove.
2712 * pcvs.el (cvs-menu): Use `cvs-menu' rather than `cvs-menu-map'.
2713 (cvs-mode-quit): Turn it back into a plain function.
2714
2715 * textmodes/texnfo-upd.el (texinfo-chapter-level-regexp)
2716 (texinfo-filter): Remove (move to texinfo.el).
2717
2718 * textmodes/texinfo.el: Move the (require 'cl) to the front of the
2719 file where it's more visible.
2720 (texinfo-filter, texinfo-chapter-level-regexp): New variables
2721 moved from texnfo-upd.el (for AUCTeX's compatibility, originally).
2722 (texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter.
2723 (texinfo-inside-macro-p): Only catch `scan-error's.
2724 (texinfo-inside-env-p): Make better use of the match info.
2725 (texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'.
2726 (texinfo-insert-@end): Slight re-organization.
2727 Also remove useless `looking-at' call.
2728
2729 2000-12-08 Andrew Innes <andrewi@gnu.org>
2730
2731 * w32-fns.el: Add clipboard support from term/w32-win.el, so it is
2732 accessible in -nw mode.
2733
2734 * term/w32-win.el: Remove stuff about selection timeout, which is
2735 irrelevant on Windows. Move clipboard support to w32-fns.el, so
2736 it is accessible in -nw mode.
2737
2738 2000-12-08 Dave Love <fx@gnu.org>
2739
2740 * emacs-lisp/lisp-mode.el (lisp-mode): Set
2741 font-lock-keywords-case-fold-search.
2742
2743 2000-12-08 Gerd Moellmann <gerd@gnu.org>
2744
2745 * textmodes/ispell.el (ispell): Doc fix.
2746
2747 2000-12-08 Kenichi Handa <handa@etl.go.jp>
2748
2749 * international/quail.el (quail-insert-decode-map): Check the
2750 frame width of a window displaying the current buffer, not that of
2751 the selected frame.
2752 (quail-help): Make sure that the help buffer has window before
2753 inserting text in it.
2754
2755 2000-12-07 Sam Steingold <sds@gnu.org>
2756
2757 * loadup.el: Load emacs-lisp/backquote instead of autoloading.
2758 Backquote is used in isearch.el, so autoloading saves nothing.
2759
2760 2000-12-07 Eli Zaretskii <eliz@is.elta.co.il>
2761
2762 * startup.el (normal-top-level-add-subdirs-to-load-path): Ignore
2763 the CVS and RCS subdirectories case-insensitively.
2764
2765 * dired.el (dired-insert-directory): If file-system-info is
2766 fboundp, call it instead of invoking dired-free-space-program.
2767
2768 2000-12-07 Gerd Moellmann <gerd@gnu.org>
2769
2770 * server.el (server-visit-files): Push files on file-name-history.
2771
2772 * progmodes/cc-langs.el: Update copyright.
2773
2774 * progmodes/idlw-shell.el, progmodes/idlwave.el: Update copyright.
2775
2776 * bindings.el (mode-line-mode-menu): Add glasses-mode.
2777
2778 * bindings.el (mode-line-mode-menu): Reverse the order
2779 of define-keys so that the menu appears in alphabetical order.
2780
2781 2000-12-07 Milan Zamazal <pdm@freesoft.cz>
2782
2783 * progmodes/glasses.el (glasses-mode): Update mode line at the end
2784 of the function.
2785
2786 2000-12-07 Dave Love <fx@gnu.org>
2787
2788 * jka-compr.el (jka-compr-compression-info-list): Fix :type.
2789
2790 * facemenu.el (facemenu-unlisted-faces): Fix value.
2791
2792 2000-12-07 Stefan Monnier <monnier@cs.yale.edu>
2793
2794 * font-lock.el (font-lock-default-fontify-region):
2795 Include the terminating \n (off-by-one error).
2796 (font-lock-set-defaults): Use dolist.
2797
2798 * derived.el (define-derived-mode): Don't use combine-run-hooks.
2799
2800 2000-12-07 Kenichi Handa <handa@etl.go.jp>
2801
2802 * international/mule-cmds.el (describe-language-environment): Fix
2803 for the case that an input method title is not string but a list.
2804
2805 * ps-bdf.el (bdf-read-font-info): Modify the kludgy code for fonts
2806 of wrong SIZE record.
2807
2808 2000-12-06 Dave Love <fx@gnu.org>
2809
2810 * newcomment.el (comment-region, comment-dwim): Doc fix.
2811
2812 * textmodes/texinfo.el: Require tex-mode when compiling.
2813 (texinfo-update-node): Doc fix.
2814 (texinfo-imenu-generic-expression): Add @anchor.
2815 (texinfo-font-lock-keywords): Add @uref.
2816 (texinfo-inside-macro-p): Don't use ignore-errors.
2817 (texinfo-insert-quote): Match more contexts.
2818
2819 * international/mule.el (decode-char, encode-char): Doc fix.
2820 (auto-coding-alist): Customize.
2821
2822 * files.el (load-file): Fix change of 2000-03-12.
2823
2824 * wid-edit.el (widget-text-keymap): Doc fix.
2825
2826 2000-12-06 Andrew Innes <andrewi@gnu.org>
2827
2828 * makefile.w32-in (lisp): Set to an absolute directory, namely
2829 $(CURDIR).
2830
2831 2000-12-06 Eli Zaretskii <eliz@is.elta.co.il>
2832
2833 * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
2834 read generated-autoload-file, and set buffer-file-coding-system to
2835 raw-text-unix after reading the file.
2836
2837 * international/mule-conf.el (file-coding-system-alist): Use
2838 raw-text for reading loaddefs.el and raw-text-unix for writing
2839 it.
2840
2841 2000-12-06 Gerd Moellmann <gerd@gnu.org>
2842
2843 * replace.el (occur): Make line-number-width 1 smaller for the
2844 colon following the line number.
2845
2846 * startup.el (fancy-splash-text, command-line-1): Use
2847 `File' for the menu name instead of `Files'.
2848
2849 * tmm.el: Update copyright.
2850
2851 * cus-start.el: Add entry for even-window-heights.
2852
2853 2000-12-06 Miles Bader <miles@gnu.org>
2854
2855 * faces.el (frame-set-background-mode): Avoid stomping on
2856 locally modified faces.
2857
2858 2000-12-06 Kenichi Handa <handa@etl.go.jp>
2859
2860 * international/fontset.el: Correct the font registries for
2861 japanese-jisx0213-1 and japanese-jisx0213-2.
2862
2863 2000-12-05 Gerd Moellmann <gerd@gnu.org>
2864
2865 * textmodes/reftex-toc.el (reftex-toc-menu): Fix typo.
2866
2867 * iswitchb.el: Update customization commentary.
2868
2869 2000-12-05 Rob Riepel <riepel@Stanford.EDU>
2870
2871 * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
2872 (tpu-search-highlight): Fixed comparison of overlay end positions.
2873 (tpu-trim-line-ends): Implemented trimming logic locally.
2874
2875 * emulation/tpu-extras.el (tpu-write-file-hook)
2876 (tpu-set-cursor-bound): Replaced picture-clean with
2877 tpu-trim-line-ends.
2878
2879 2000-12-05 Kenichi Handa <handa@etl.go.jp>
2880
2881 * language/chinese.el (chinese-iso-8bit): Change mime-charset name
2882 to cn-gb.
2883 (cn-gb, gb2312): New aliases for chinese-iso-8bit.
2884
2885 2000-12-04 Dave Love <fx@gnu.org>
2886
2887 * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case.
2888
2889 2000-12-04 Gerd Moellmann <gerd@gnu.org>
2890
2891 * mail/rmailsum.el (rmail-summary-expunge)
2892 (rmail-summary-expunge-and-save): Ask for confirmation with
2893 rmail-expunge-confirmed.
2894
2895 * mail/rmail.el (rmail-expunge-confirmed): New function.
2896 (rmail-expunge): Use it.
2897
2898 2000-12-04 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
2899
2900 * progmodes/etags.el (tag-partial-file-name-match-p): New function.
2901 (etags-recognize-tags-table, find-tag-in-order): New
2902 functionality: interpret file names as tags.
2903
2904 2000-12-04 Eli Zaretskii <eliz@is.elta.co.il>
2905
2906 * info.el (Info-scroll-prefer-subnodes): New defcustom.
2907 (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't
2908 visit the first subnode until the bottom of the current node is
2909 visible.
2910
2911 2000-12-04 Gerd Moellmann <gerd@gnu.org>
2912
2913 * format.el (format-decode): Don't change buffer's undo list.
2914
2915 2000-12-04 Kenichi Handa <handa@etl.go.jp>
2916
2917 * faces.el (face-font-registry-alternatives): Add entries for CJK
2918 fonts. Doc-string adjusted for the actual usage of this data.
2919
2920 * international/fontset.el: Change the font registries for CJK
2921 fonts in the default fontset. Don't append '*' to registries.
2922
2923 2000-12-03 Stefan Monnier <monnier@cs.yale.edu>
2924
2925 * emacs-lisp/easy-mmode.el (define-derived-mode)
2926 (easy-mmode-derived-mode-p): Remove (moved to derived.el).
2927
2928 * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
2929 (derived-mode-p): New function.
2930 (derived-mode-make-docstring): Add `docstring' argument.
2931 Use it if available and complete it if necessary.
2932
2933 2000-12-03 Andreas Schwab <schwab@suse.de>
2934
2935 * type-break.el (type-break): Don't make parent of itself.
2936
2937 2000-12-03 Miles Bader <miles@gnu.org>
2938
2939 * simple.el (delete-trailing-whitespace): Don't delete newlines too.
2940
2941 2000-12-02 Stefan Monnier <monnier@cs.yale.edu>
2942
2943 * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
2944 (tex-main-file, tex-file): Simplify.
2945 (tex-generate-zap-file-name): Use subst-char-in-string.
2946 (tex-strip-dots): Remove.
2947
2948 * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
2949
2950 * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
2951 to check if the match succeeded.
2952
2953 2000-12-02 Gerd Moellmann <gerd@gnu.org>
2954
2955 * startup.el (use-fancy-splash-screens-p): New function.
2956 (command-line-1): Use it to determine whether or not to use
2957 a fancy splash screen.
2958
2959 2000-12-02 Andreas Schwab <schwab@suse.de>
2960
2961 * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
2962
2963 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
2964
2965 * international/mule.el (make-char): Fix last change.
2966
2967 * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
2968 New defcustoms.
2969 (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
2970 autoloading tex-mode; instead, do the same manually. Use
2971 texinfo-open-quote and texinfo-close-quote. Insert literal quote
2972 with numeric argument. Docstring fix.
2973 (toplevel): Require cl when compiling.
2974
2975 * international/mule.el (make-char): Doc fix.
2976
2977 2000-12-02 Jason Rumney <jasonr@gnu.org>
2978
2979 * term/w32-win.el (x-select-enable-clipboard): Customize (as per
2980 the Emacs Lisp manual)
2981
2982 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
2983
2984 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
2985
2986 * term/pc-win.el (x-select-enable-clipboard): Customize (as per
2987 the Emacs Lisp manual).
2988
2989 2000-12-02 Gerd Moellmann <gerd@gnu.org>
2990
2991 * simple.el (next-line-add-newlines): Change default to nil.
2992
2993 2000-12-01 Eli Zaretskii <eliz@is.elta.co.il>
2994
2995 * files.el (revert-buffer, recover-file): Bind
2996 coding-system-for-read to emacs-mule-unix, not to no-conversion.
2997
2998 2000-12-01 Gerd Moellmann <gerd@gnu.org>
2999
3000 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
3001
3002 2000-12-01 Miles Bader <miles@gnu.org>
3003
3004 * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
3005
3006 2000-12-01 Kenichi Handa <handa@etl.go.jp>
3007
3008 * international/mule-diag.el (describe-char-after): Fix typo.
3009 (describe-character-set, non-iso-charset-alist): Fix typo.
3010
3011 2000-12-01 Miles Bader <miles@gnu.org>
3012
3013 * image-file.el (image-file-name-regexp): Automatically add
3014 upper-case variants of each filename extension in
3015 `image-file-name-extensions', since they seem to be common.
3016
3017 * simple.el (minibuffer-contents)
3018 (minibuffer-contents-no-properties, delete-minibuffer-contents):
3019 New functions.
3020 * filecache.el (file-cache-directory-name)
3021 (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
3022
3023 2000-12-01 Milan Zamazal <Milan.Zamazal@qbizm.com>
3024
3025 * filecache.el (file-cache-minibuffer-complete): Don't try to
3026 delete the minibuffer prompt.
3027
3028 2000-11-30 Dave Love <fx@gnu.org>
3029
3030 * cus-start.el: Fix read-buffer-function type.
3031
3032 2000-11-30 Gerd Moellmann <gerd@gnu.org>
3033
3034 * md5.el: Removed. There's a built-in function, now.
3035
3036 2000-11-30 Markus Rost <rost@math.ohio-state.edu>
3037
3038 * mail/rmail.el (rmail-set-message-counters): Don't use "D"
3039 as dummy 0-th char of rmail-deleted-vector.
3040
3041 2000-11-30 Eli Zaretskii <eliz@is.elta.co.il>
3042
3043 * ps-print.el (ps-end-job): Bind case-fold-search only after
3044 switching to ps-spool-buffer.
3045
3046 2000-11-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3047
3048 * ps-print.el: Line number font customization. PostScript: Lines and
3049 PageCount are initialized on each page. Doc Fix.
3050 (ps-print-version): New version number (6.3.2).
3051 (ps-lpr-switches, ps-font-info-database, ps-font-size)
3052 (ps-header-font-size, ps-header-title-font-size, ps-left-header)
3053 (ps-right-header): Customization fix.
3054 (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
3055 Fix code.
3056 (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
3057 New vars.
3058
3059 2000-11-30 Gerd Moellmann <gerd@gnu.org>
3060
3061 * bs.el: Fix typos and spelling errors.
3062 (bs-appearance) <defgroup>: Renamed from bs-appearence.
3063 (bs-configuration): Doc fix.
3064
3065 * bs.el: Undo mistaken change of 2000-11-28. Update copyright.
3066
3067 2000-11-30 Rob Riepel <riepel@Stanford.EDU>
3068
3069 * emulation/tpu-edt.el (tpu-version): New version.
3070 (tpu-search-overlay, tpu-replace-overlay): New initial range.
3071 (tpu-original-mode-line): Variable deleted.
3072 (tpu-mark-flag): New initial value.
3073 (tpu-set-mode-line): Don't redefine mode-line-format. Add
3074 tpu-mark-flag to minor-mode-alist.
3075 (tpu-update-mode-line): New mark flag logic.
3076 (tpu-get): Use find-file-wildcards.
3077 (tpu-search-highlight): Move overlay less, reset overlay properly.
3078 (tpu-unselect): Deactivate mark.
3079 (tpu-lm-replace): Reset overlay properly.
3080 (tpu-forward-line): Use forward-visible-line.
3081 (tpu-edt-on): Set transient mark mode. ispell autoloads deleted.
3082
3083 * emulation/tpu-extras.el (tpu-forward-line): Use
3084 forward-visible-line.
3085
3086 2000-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
3087
3088 * cus-edit.el (custom-face-value-create): Always emphasize tag.
3089
3090 2000-11-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
3091
3092 * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
3093 and skip whitespace and newlines.
3094
3095 2000-11-30 Stefan Monnier <monnier@cs.yale.edu>
3096
3097 * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
3098
3099 2000-11-29 Gerd Moellmann <gerd@gnu.org>
3100
3101 * help.el (describe-function-1): Regexp-quote function name
3102 when used as part of a regexp.
3103
3104 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Use
3105 face-attribute instead of face-foreground and face-background.
3106 (tool-bar-add-item): Likewise, and handle unspecified colors.
3107
3108 * enriched.el (enriched-face-ans): Use face-attribute instead
3109 of face-foreground and face-background.
3110
3111 * faces.el (face-foreground, face-background, face-stipple):
3112 Return nil if attribute is unspecified, for backward
3113 compatibility.
3114
3115 * files.el (auto-mode-alist): Add an entry for antlr-mode.
3116
3117 * play/5x5.el: Remove version info.
3118
3119 * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
3120
3121 * frame.el (blink-cursor-mode): Doc fix.
3122
3123 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
3124
3125 * antlr-mode.el: New commands to run ANTLR from within Emacs and
3126 to create Makefile rules.
3127 (antlr-tool-command): New user option.
3128 (antlr-ask-about-save): New user option.
3129 (antlr-makefile-specification): New user option.
3130 (antlr-file-formats-alist): New variable.
3131 (antlr-special-file-formats): New variable.
3132 (antlr-unknown-file-formats): New user option.
3133 (antlr-help-unknown-file-text): New variable.
3134 (antlr-help-rules-intro): New variable.
3135 (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
3136 (antlr-mode-menu): Add entries.
3137 (antlr-file-dependencies): New function.
3138 (antlr-directory-dependencies): New function.
3139 (antlr-superclasses-glibs): New function.
3140 (antlr-run-tool): New command.
3141 (antlr-makefile-insert-variable): New function.
3142 (antlr-insert-makefile-rules): New function.
3143 (antlr-show-makefile-rules): New command.
3144
3145 * antlr-mode.el: More Emacs/XEmacs stuff.
3146 (antlr-no-action-keywords): New constant with value nil.
3147 (antlr-font-lock-keywords-alist): Use it. Old value would break
3148 syntax highlighting in Emacs-21.0.
3149 (antlr-default-directory): Emacs/XEmacs dependend function.
3150 (antlr-read-shell-command): Ditto.
3151 (antlr-with-displaying-help-buffer): Ditto.
3152
3153 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
3154
3155 * antlr-mode.el: imenu, parsing and highlighting changes.
3156 (antlr-imenu-create-index-function): Don't create extra submenus
3157 for definitions in different grammar classes. It is not necessary
3158 for the menu and would make command `imenu' awkward to use.
3159 (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
3160 header actions and more than one.
3161 (antlr-font-lock-tokendef-face): Changed color.
3162 (antlr-font-lock-tokenref-face): Changed color.
3163 (antlr-font-lock-additional-keywords): Also highlight lowercase.
3164 (antlr-mode-syntax-table): New variable.
3165 (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
3166 (antlr-with-syntax-table): Don't copy syntax table.
3167
3168 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
3169
3170 * antlr-mode.el: Minor changes: language setting.
3171 (antlr-language-alist): The value for file option "language" can
3172 be both an identifier and a string.
3173 Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
3174 (antlr-language-limit-n-regexp): Change accordingly.
3175
3176 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
3177
3178 * antlr-mode.el: Minor changes: tabs, hiding.
3179 (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
3180 (antlr-action-visibility): Also allow value nil to also hide the
3181 braces. Renamed from `antlr-tiny-action-length'.
3182 Suggested by Jay@aol.com.
3183 (antlr-hide-actions): Change accordingly. Hide line if completely
3184 hidden action is on a line of its own.
3185
3186 2000-11-29 Stefan Monnier <monnier@cs.yale.edu>
3187
3188 * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
3189
3190 * sort.el (sort-columns): Don't concat strings with numbers.
3191
3192 2000-11-29 Dave Love <fx@gnu.org>
3193
3194 * cus-edit.el (face): Fix :format.
3195
3196 * mail/feedmail.el: Require smtpmail when compiling.
3197 (mail-do-fcc): Autoload.
3198 (feedmail) <defgroup>: Fix :link.
3199 (feedmail-nuke-body-in-fcc): Fix :type.
3200 (feedmail-send-it): Add autoload cookie.
3201
3202 2000-11-29 Stefan Monnier <monnier@cs.yale.edu>
3203
3204 * newcomment.el (comment-indent): Save excursion around call to
3205 comment-indent-function.
3206
3207 2000-11-29 Miles Bader <miles@gnu.org>
3208
3209 * subr.el (member-ignore-case): Return the tail of the list who's
3210 car matches, like `member', not the matching element itself.
3211
3212 2000-11-29 Kenichi Handa <handa@etl.go.jp>
3213
3214 * xml.el (xml-parse-tag): Fix finding opening tag. A tag name
3215 should not contain `\n'.
3216
3217 2000-11-28 Gerd Moellmann <gerd@gnu.org>
3218
3219 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
3220
3221 * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
3222
3223 * dired-aux.el (dired-do-create-files): Construct default file
3224 name for dired-mark-read-file-name so that when the user enters
3225 just RET, the target file will end up in the target directory.
3226
3227 * abbrev.el (prepare-abbrev-list-buffer): Get the value of
3228 local-abbrev-table before changing buffers because it might
3229 have a buffer-local binding.
3230
3231 2000-11-28 Miles Bader <miles@gnu.org>
3232
3233 * simple.el (delete-horizontal-space): Handle fields more generally.
3234
3235 2000-11-28 Gerd Moellmann <gerd@gnu.org>
3236
3237 * simple.el (delete-horizontal-space): Handle minibuffer prompt.
3238
3239 2000-11-28 Dave Love <fx@gnu.org>
3240
3241 * progmodes/ps-mode.el (ps-mode): Set comment-start and
3242 comment-start-skip locally.
3243
3244 * progmodes/fortran.el (fortran-mode): Don't set
3245 fortran-comment-line-start-skip. Set comment-start to
3246 fortran-comment-line-start.
3247 (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
3248 (fortran-comment-line-start-skip): Simplify slightly.
3249
3250 2000-11-28 Gerd Moellmann <gerd@gnu.org>
3251
3252 * play/5x5.el: Remove RCS keyword.
3253
3254 * bs.el: Mistaken commit, undone 2000-11-30.
3255
3256 2000-11-28 Milan Zamazal <pdm@freesoft.cz>
3257
3258 * textmodes/tildify.el (tildify-string-alist): Add
3259 `plain-tex-mode' here.
3260
3261 2000-11-28 Colin Walters <walters@cis.ohio-state.edu>
3262
3263 * chistory.el (Command-history-setup): Remove extraneous `keymap'
3264 reference.
3265
3266 2000-11-28 Miles Bader <miles@gnu.org>
3267
3268 * cus-face.el (custom-face-attributes): Add post-filter function
3269 for :box. Make pre-filter function for :box handle all cases.
3270
3271 * wid-edit.el (widget-choose): Make sure pop-up window is large
3272 enough to display all the choices, as there's no way to scroll it.
3273
3274 2000-11-28 Kenichi Handa <handa@etl.go.jp>
3275
3276 * international/mule-conf.el: Make the coding system no-conversion
3277 safe for all characters.
3278
3279 2000-11-27 Dave Love <fx@gnu.org>
3280
3281 * net/ldap.el (ldap) <defgroup>: Add :version.
3282
3283 * tooltip.el (tooltip-use-echo-area): Doc fix.
3284
3285 * cus-start.el <minibuffer-prompt-properties>: Add version.
3286 <read-buffer-function>: Add.
3287
3288 * apropos.el (apropos-print): Add help-echo to active text.
3289
3290 * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
3291
3292 2000-11-27 Gerd Moellmann <gerd@gnu.org>
3293
3294 * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
3295 type, group and version.
3296
3297 2000-11-27 Eli Zaretskii <eliz@is.elta.co.il>
3298
3299 * select.el (x-get-selection): Docstring fix.
3300
3301 2000-11-27 Dave Pearson <davep@hagbard.demon.co.uk>
3302
3303 * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
3304
3305 2000-11-27 Andrew Innes <andrewi@gnu.org>
3306
3307 * makefile.nt (.SUFFIXES): Add .SUFFIXES.
3308
3309 * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
3310
3311 2000-11-27 Miles Bader <miles@gnu.org>
3312
3313 * dired.el (dired-get-filename): Return filename verbatim if
3314 LOCALP is `verbatim'.
3315 * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
3316 `verbatim' so that we don't inadvertently delete a non-existant
3317 directory name.
3318
3319 2000-11-27 Kenichi Handa <handa@etl.go.jp>
3320
3321 * international/characters.el: Specify cases and syntaxes for
3322 mule-unicode-0100-24ff.
3323
3324 2000-11-27 Gerd Moellmann <gerd@gnu.org>
3325
3326 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
3327 that foreground and/or background colors of the face `tool-bar'
3328 are unspecified.
3329
3330 2000-11-27 Miles Bader <miles@gnu.org>
3331
3332 * wid-edit.el (widget-field-buffer, widget-field-start)
3333 (widget-field-end): Handle widget field `pseudo-overlays'.
3334 (widget-field-value-delete): Delete WIDGET from `widget-field-new'
3335 if it's there instead of in `widget-field-list'.
3336
3337 * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
3338 (help-make-xrefs): Delete extraneous newlines at the end of the
3339 docstring.
3340
3341 2000-11-25 Jason Rumney <jasonr@gnu.org>
3342
3343 * startup.el (command-line): Call set-locale-environment after
3344 Window System init file is read, as it can result in a call to
3345 redraw-frame.
3346
3347 2000-11-25 Eli Zaretskii <eliz@is.elta.co.il>
3348
3349 * simple.el (shell-command): Mention the effect of the prefix
3350 argument in the doc string.
3351
3352 2000-11-25 Miles Bader <miles@gnu.org>
3353
3354 * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
3355
3356 * wid-edit.el (widget-field-value-delete): Don't try to delete
3357 overlay when it's the `pseudo-overlay' that exists at some points.
3358
3359 2000-11-24 Jason Rumney <jasonr@gnu.org>
3360
3361 * international/mule-cmds.el (locale-language-names): Add "jp" as
3362 a non-standard alternative for Japanese.
3363
3364 2000-11-24 Andre Spiegel <spiegel@gnu.org>
3365
3366 * vc-hooks.el: Require 'cl during compilation.
3367
3368 2000-11-24 Gerd Moellmann <gerd@gnu.org>
3369
3370 * faces.el (face-set-after-frame-default): Let face attributes
3371 specified for new frames override frame parameters.
3372
3373 * startup.el (command-line): Fix computation of the source file
3374 for user-init-file when user-init-file is a compiled file.
3375
3376 2000-11-24 Miles Bader <miles@gnu.org>
3377
3378 * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
3379 (custom-post-filter-face-spec): New functions.
3380 (custom-face-set, custom-face-value-create): Filter the face spec
3381 before and after customization.
3382 (custom-face-set): If VALUE specifies a null face, pass a
3383 non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
3384 * cus-face.el (custom-face-attributes): Remove SET and GET
3385 functions. Add some IN-FILTER and OUT-FILTER functions in the few
3386 cases they're needed.
3387
3388 * wid-edit.el (checkbox): Add a small `X' to the the :on-glyph, so
3389 that it's distinguishable from the :off-glyph on dark-background
3390 displays. Set its background color too.
3391
3392 * cus-start.el (all): Restore entry for `mode-line-inverse-video',
3393 so that people can easily turn it off.
3394
3395 2000-11-24 Michael Kifer <kifer@cs.sunysb.edu>
3396
3397 * ediff-diff.el: Moved variables around to have it compile under NT.
3398
3399 * ediff-help.el (ediff-use-long-help-message): Made it customizable.
3400
3401 * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
3402
3403 * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
3404 redundant skip-small-frames test.
3405
3406 * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
3407 (viper-downgrade-to-insert): protect against errors in hooks.
3408
3409 * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
3410 (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
3411 (viper-restore-cursor-type,viper-set-insert-cursor-type): New
3412 functions.
3413
3414 * viper-util.el (viper-memq-char): Bug fixes.
3415
3416 * viper.el (viper-mode): Fix cursor handling.
3417
3418 2000-11-24 Kenichi Handa <handa@etl.go.jp>
3419
3420 * international/mule-diag.el (list-iso-charset-chars): For
3421 two-byte charset, fix the `while' condition.
3422 (list-non-iso-charset-chars): Fix the `while' condition.
3423
3424 2000-11-23 Stefan Monnier <monnier@cs.yale.edu>
3425
3426 * subr.el (add-hook, remove-hook): Don't call make-local-hook
3427 if the variable is make-variable-buffer-local.
3428
3429 * progmodes/ada-stmt.el (ada-template-map): Initialize
3430 and bind it to C-c t in ada-mode-map.
3431 (ada-stmt-mode-hook): New function extracted from old code.
3432 Only change the buffer-local side of skeleton-*.
3433 (ada-mode-hook): Use it.
3434
3435 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
3436
3437 * iswitchb.el (iswitchb-minibuf-depth): New variable.
3438 (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
3439 we expect to be returned by minibuffer-depth once we prompt the
3440 user in the minibuffer.
3441 (iswitchb-entryfn-p): If minibuffer-depth returns the same value
3442 as recorded in iswitchb-minibuf-depth, return non-nil.
3443
3444 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
3445
3446 * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
3447 (hscroll-window-maybe): Docstring fix.
3448
3449 2000-11-23 Dave Love <fx@gnu.org>
3450
3451 * rect.el (string-rectangle): Don't test delete-selection-mode.
3452
3453 2000-11-23 Gerd Moellmann <gerd@gnu.org>
3454
3455 * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
3456 is in the tool bar.
3457
3458 * dired-aux.el (dired-add-entry): Don't call dired-get-filename
3459 with `no-dir'; we want the directory part to be able to remove
3460 it.
3461
3462 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
3463
3464 * textmodes/outline.el (outline-flag-region):
3465 Don't bind inhibit-read-only since we don't modify the buffer.
3466 (outline-isearch-open-invisible): Don't jump to overlay-start
3467 since we're trying to unhide text around point.
3468 (outline-discard-overlays): Use dolist.
3469
3470 * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
3471
3472 2000-11-22 Gerd Moellmann <gerd@gnu.org>
3473
3474 * mail/rmail.el (rmail-confirm-expunge): Default to
3475 y-or-n-p.
3476
3477 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
3478
3479 * textmodes/tex-mode.el (tex-font-lock-keywords-1):
3480 Fix ARG regexp to skip quoted braces.
3481 (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
3482 Remove `bf' and `it' from `bold' and `italic' (they were wrong and
3483 are (correctly) handled separately).
3484 Remove `caption' and `footnote' from `citations': they contain text.
3485 Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
3486 (latex-skeleton-end-hook): New function.
3487 (latex-mode): Use it.
3488 (tex-start-tex-marker): Remove.
3489 (tex-send-tex-command): Don't set tex-start-tex-marker.
3490 (tex-error-parse-syntax-table): New var.
3491 (tex-compilation-parse-errors): Use it.
3492 Ignore tex-start-tex-marker. Don't bother with marker-position.
3493 (tex-validate-buffer): Don't bother with marker-position.
3494
3495 * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
3496 (flyspell-generic-progmode-verify): Use it.
3497
3498 2000-11-22 Sam Steingold <sds@gnu.org>
3499
3500 * simple.el (delete-trailing-whitespace): New interactive
3501 function.
3502
3503 * progmodes/ada-mode.el (ada-mode): Use it instead of
3504 `ada-remove-trailing-spaces'.
3505 (ada-remove-trailing-spaces): Removed.
3506
3507 * textmodes/two-column.el (2C-merge): Recommend it in the doc.
3508
3509 * textmodes/picture.el (picture-clean): Removed.
3510 (picture-mode-exit): Call it instead of `picture-clean'.
3511
3512 2000-11-22 Gerd Moellmann <gerd@gnu.org>
3513
3514 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
3515
3516 * hi-lock.el (hi-lock-refontify): Don't call non-existent
3517 jit-lock-fontify-buffer; it should anyway be unneccessary to
3518 do anything special when jit-lock is active.
3519 (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
3520
3521 2000-11-22 Dave Love <fx@gnu.org>
3522
3523 * calendar/todo-mode.el (todo-top-priorities): Use
3524 todo-tmp-buffer-name. From Milan Zamazal <Milan.Zamazal@qbizm.com>.
3525
3526 * language/chinese.el, language/cyrillic.el:
3527 * language/devanagari.el, language/ethiopic.el, language/greek.el:
3528 * language/hebrew.el, language/indian.el, language/japanese.el:
3529 * language/korean.el, language/lao.el, language/misc-lang.el:
3530 * language/thai.el, language/tibetan.el, language/vietnamese.el:
3531 Use provide.
3532
3533 * cus-edit.el (custom-buffer-create-internal): Save some consing.
3534 (custom-variable-set): Improve validation error mesage.
3535
3536 * rect.el (string-rectangle): Revert last change.
3537 (string-rectangle-line): New arg DELETE.
3538 (string-rectangle): Check delete-selection-mode.
3539
3540 * emacs-lisp/edebug.el (edebug-version)
3541 (edebug-maintainer-address): Deleted.
3542 (edebug-submit-bug-report): Just alias to report-emacs-bug.
3543 (edebug-read-function): Account for other `'#' read forms.
3544 (edebug-mode-menus): Make some items toggles.
3545 (edebug-outside-unread-command-event, unread-command-event):
3546 Remove these to avoid warnings.
3547
3548 2000-11-22 David Ponce <david@dponce.com>
3549
3550 * recentf.el (recentf-menu-items-for-commands)
3551 (recentf-make-menu-items, recentf-make-menu-item)
3552 (recentf-filter-changer): Added :help and :active menu-item properties.
3553
3554 (recentf-build-dir-rules, recentf-dump-variable)
3555 (recentf-edit-list, recentf-open-files-item)
3556 (recentf-open-files): Replaced unnecessary `mapcar' with new
3557 built-in `mapc'.
3558
3559 2000-11-23 Miles Bader <miles@gnu.org>
3560
3561 * faces.el (menu): Make inverse-video on ttys too.
3562
3563 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
3564
3565 * simple.el (comment-line-break-function): Use the new name
3566 indent-new-comment-line -> comment-indent-new-line.
3567 (clone-indirect-buffer): Don't ignore NORECORD.
3568 (next-completion): Properly handle the case where items are adjacent.
3569
3570 * mouse.el (popup-menu): Stupid typo.
3571
3572 2000-11-22 Gerd Moellmann <gerd@gnu.org>
3573
3574 * emacs-lisp/authors.el: Remove autoload cookies, add author,
3575 maintainer, keywords tags.
3576
3577 * rect.el (replace-rectangle): Don't call string-rectangle-line
3578 with too many arguments.
3579
3580 2000-11-22 Andre Spiegel <spiegel@gnu.org>
3581
3582 * ediff-util.el (ediff-file-checked-out-p)
3583 (ediff-file-checked-in-p): Call vc-state instead of
3584 vc-locking-user, which no longer exists.
3585
3586 * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
3587
3588 2000-11-22 Dave Love <fx@gnu.org>
3589
3590 * md5.el (md5): Provide.
3591 (md5): Fix error call.
3592
3593 2000-11-22 Miles Bader <miles@gnu.org>
3594
3595 * textmodes/refill.el (refill-adjust-ignorable-overlay)
3596 (refill-fill-paragraph-at): Remove debugging code.
3597
3598 * calendar/calendar.el (generate-calendar-window): When we don't
3599 call `fit-window-to-buffer', make sure the top line is fully visible.
3600
3601 * image-file.el (insert-image-file): Don't make `read-only'
3602 property rear-nonsticky.
3603
3604 * isearch.el (isearch-original-minibuffer-message-timeout): New var.
3605 (isearch-mode): Set `minibuffer-message-timeout' to nil, after
3606 stashing away its original value.
3607 (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
3608 in the recursive edit.
3609 Bind `isearch-original-minibuffer-message-timeout' to protect it.
3610 (isearch-done): Restore `minibuffer-message-timeout'.
3611
3612 * cus-start.el: Remove entry for `mode-line-inverse-video'.
3613
3614 2000-11-21 Stefan Monnier <monnier@cs.yale.edu>
3615
3616 * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
3617
3618 * find-lisp.el (find-lisp-find-files-internal):
3619 Use dolist, when and file-name-as-directory.
3620
3621 * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
3622 (define-derived-mode, define-minor-mode): Add specs.
3623
3624 * window.el: General comment and spacing fixes.
3625 (save-selected-window): Use backquotes.
3626 (window-safely-shrinkable-p): New function.
3627 (shrink-window-if-larger-than-buffer): Use it.
3628
3629 * subr.el (make-local-hook): Docstring fix.
3630
3631 * shell.el (shell-mode): Use define-derived-mode.
3632
3633 * newcomment.el (comment-indent): Insert comment before calling
3634 comment-indent-function. Don't insert in column 0.
3635 (comment-dwim): Indent before inserting comment.
3636
3637 * isearch.el (isearch-mode-map): Fix docstring. Init in defvar.
3638 (minibuffer-local-isearch-map): Init in defvar. Use inheritance.
3639 (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
3640 Use mapc rather than map.
3641
3642 * files.el (find-buffer-visiting): Compare all attributes before
3643 declaring two files identical (rather than just their inode-no).
3644 (auto-mode-alist): Use \' rather than $.
3645
3646 * which-func.el: Update maintainer line.
3647
3648 * pcvs.el (uniquify-buffer-file-name): Remove advice.
3649 * uniquify.el (uniquify-list-buffers-directory-modes): New var.
3650 (uniquify-buffer-file-name): Use it.
3651
3652 2000-11-22 Miles Bader <miles@gnu.org>
3653
3654 * cus-start.el: Add entry for `minibuffer-prompt-properties'.
3655 * simple.el (minibuffer-avoid-prompt): New function.
3656
3657 2000-11-21 Gerd Moellmann <gerd@gnu.org>
3658
3659 * Makefile.in (.SUFFIXES): Add .SUFFIXES.
3660
3661 2000-11-21 Miles Bader <miles@gnu.org>
3662
3663 * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
3664 inclusion of `track-mouse'.
3665
3666 * textmodes/refill.el (refill-ignorable-overlay): New variable.
3667 (refill-adjust-ignorable-overlay): New function.
3668 (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
3669 only the paragraph's tail if possible.
3670 Update `refill-ignorable-overlay'.
3671 (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
3672
3673 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
3674 point inside the fill-prefix.
3675
3676 * textmodes/refill.el (refill-post-command-function): Don't reset
3677 refill-doit in the case where a self-insertion command doesn't
3678 case a refill. Use `refill-fill-paragraph-at', getting position
3679 from `refill-doit'.
3680 (refill-after-change-function): Set `refill-doit' to END.
3681 (refill-fill-paragraph-at): New function, mostly from old
3682 refill-fill-paragraph.
3683 (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
3684 (refill-pre-command-function): New function.
3685 (refill-mode): Add it to `pre-command-hook'.
3686
3687 2000-11-20 Gerd Moellmann <gerd@gnu.org>
3688
3689 * textmodes/artist.el (artist-mode): Fix autoload cookie.
3690
3691 * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
3692 javadoc tags.
3693
3694 2000-11-20 Andre Spiegel <spiegel@gnu.org>
3695
3696 * vc.el, vc-hooks.el: Undo prev change (moved functions back to
3697 vc.el).
3698
3699 * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
3700 require vc.
3701
3702 * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
3703 checkouts.
3704
3705 2000-11-20 Dave Love <fx@gnu.org>
3706
3707 * Makefile.in (DONTCOMPILE): Omit bindings.el.
3708
3709 2000-11-20 Eli Barzilay <eli@www.barzilay.org>
3710
3711 * calculator.el (calculator-paste): Use `if' instead of `and'
3712 and `or'.
3713 (calculator-help): Don't use electric-describe-mode for XEmacs.
3714
3715 2000-11-19 Gerd Moellmann <gerd@gnu.org>
3716
3717 * info.el (info-menu-5): Doc fix.
3718
3719 * textmodes/artist.el: New file.
3720
3721 2000-11-19 Andre Spiegel <spiegel@gnu.org>
3722
3723 * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
3724 and differentiate according to checkout model.
3725 (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
3726 since this function is only concerned with master state.
3727
3728 * vc-hooks.el (vc-workfile-unchanged-p,
3729 vc-default-workfile-unchanged-p): Moved here from vc.el.
3730
3731 * vc.el (vc-workfile-unchanged-p,
3732 vc-default-workfile-unchanged-p): See above.
3733
3734 2000-11-19 Miles Bader <miles@gnu.org>
3735
3736 * image-file.el (insert-image-file): Make `intangible' and
3737 `read-only' properties rear-nonsticky too.
3738
3739 2000-11-18 Gerd Moellmann <gerd@gnu.org>
3740
3741 * ps-print.el: Update copyright notice.
3742
3743 * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
3744 (tooltip-show): Use the offsets.
3745
3746 * bindings.el (mode-line-modified): Fix a typo.
3747 (mode-line-toggle-modified, mode-line-widen)
3748 (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
3749
3750 2000-11-17 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3751
3752 * ps-print.el (toplevel): Test for find-coding-system being
3753 fboundp before calling ps-x-find-coding-system.
3754
3755 2000-11-16 Stefan Monnier <monnier@cs.yale.edu>
3756
3757 * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
3758 (vc-version-backup-file): Docstring fix.
3759
3760 2000-11-16 Gerd Moellmann <gerd@gnu.org>
3761
3762 * files.el (basic-save-buffer): Don't add a newline if
3763 find-file-literally is non-nil.
3764 (find-file-literally): Extend doc string.
3765
3766 * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
3767 sort(1) with the `-f' argument.
3768
3769 2000-11-16 Andre Spiegel <spiegel@gnu.org>
3770
3771 * vc.el: Updated backend documentation.
3772 (vc-default-check-headers): New function.
3773
3774 * vc-{cvs,rcs,sccs}.el: Functions reordered.
3775
3776 * vc.el (vc-revert-buffer): Ask for confirmation if file seems
3777 up-to-date.
3778 (vc-do-command): In the asynchronous case, output messages only if
3779 the minibuffer is not active.
3780
3781 * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
3782 `vc-cvs-use-edit' is on.
3783 (vc-cvs-checkout): When this is used for reverting the workfile,
3784 make a backup of the original contents and revert to that in case
3785 of error.
3786 (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
3787 remote repositories.
3788
3789 * vc.el (vc-annotate): Changed handling of prefix arg; now asks
3790 for both version and ratio in the minibuffer.
3791
3792 * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
3793 Use vc-do-command to perform the annotation, not call-process.
3794
3795 2000-11-16 Kenichi Handa <handa@etl.go.jp>
3796
3797 * international/quail.el (quail-start-translation): Don't call
3798 `message' before reading key sequence.
3799
3800 2000-11-16 Miles Bader <miles@lsi.nec.co.jp>
3801
3802 * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
3803
3804 2000-11-16 Kenichi Handa <handa@etl.go.jp>
3805
3806 * window.el (fit-window-to-buffer): Be sure to acquire at least
3807 one text line even if the buffer is empty.
3808
3809 2000-11-16 Gerd Moellmann <gerd@gnu.org>
3810
3811 * net/ange-ftp.el (ange-ftp-file-writable-p)
3812 (ange-ftp-file-readable-p, ange-ftp-file-executable-p): Bind
3813 ange-ftp-process-verbose to nil.
3814
3815 2000-11-15 Dave Love <fx@gnu.org>
3816
3817 * wid-edit.el (widget-specify-field, widget-specify-button): If
3818 :help-echo is a function, set help-echo of overlay to
3819 widget-mouse-help.
3820 (widget-mouse-help): New function.
3821 (widget-echo-help): Rewritten for :help-echo functions only taking
3822 a widget arg.
3823
3824 * net/eudc-bob.el (eudc-bob-can-display-inline-images): Use
3825 display-graphic-p.
3826 (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
3827 and that JPEG is available.
3828 (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
3829
3830 * international/mule-cmds.el (locale-charset-language-names):
3831 Match @euro.
3832
3833 2000-11-15 Gerd Moellmann <gerd@gnu.org>
3834
3835 * faces.el (face-set-after-frame-default): If
3836 `inhibit-default-face-x-resources' is bound, don't intialize the
3837 default face from X resources.
3838
3839 2000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
3840
3841 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
3842 Don't set EMACSLOADPATH.
3843
3844 2000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
3845
3846 * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
3847 texinfo-insert-@url.
3848 (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
3849 (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
3850
3851 2000-11-14 Stefan Monnier <monnier@cs.yale.edu>
3852
3853 * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
3854 (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
3855 (checkdoc-minor-keymap): Backward compatibility.
3856 (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
3857 (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
3858 (checkdoc-this-string-valid-engine): Be a bit more strict
3859 to avoid matching substrings of `...' quoted vars/funs.
3860 (checkdoc-defun-info): Only look for `interactive' if alone.
3861 (debug-ignored-errors): Add "arg doesn't appear in docstring".
3862
3863 * progmodes/compile.el (grep): `tag-default' can be nil.
3864
3865 * newcomment.el (comment-indent): Paren typo.
3866
3867 2000-11-14 Dave Love <fx@gnu.org>
3868
3869 * calculator.el: New maintainer version.
3870
3871 * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
3872
3873 * cmuscheme.el: Doc fixes.
3874 (cmuscheme) <defgroup>: Use `scheme' as parent.
3875 (cmuscheme-program-name): Remove. Change uses to
3876 scheme-program-name.
3877
3878 * xscheme.el (scheme-program-name): Don't define here.
3879
3880 * progmodes/scheme.el (scheme-program-name): New variable
3881 (originally in cmuscheme).
3882
3883 2000-11-14 Miles Bader <miles@gnu.org>
3884
3885 * window.el (fit-window-to-buffer): Handle windows without mode-lines.
3886 Handle header-lines. Don't loop forever if we can't enlarge the
3887 window anymore. Simplify a bit.
3888
3889 2000-11-14 Kenichi Handa <handa@etl.go.jp>
3890
3891 * window.el (fit-window-to-buffer): Don't check
3892 window-text-height. Assure that the last line is fully visible.
3893
3894 * international/quail.el (quail-show-guidance-buf): Call
3895 fit-window-to-buffer to assure the enough height of the guidance
3896 buffer.
3897 (quail-update-guidance): Avoid making the guidance buffer shorter.
3898
3899 2000-11-14 Stefan Monnier <monnier@cs.yale.edu>
3900
3901 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
3902 rather than `prepend' and add an interesting comment.
3903 (tex-math-face, tex-font-lock-syntactic-face-function):
3904 New face and function to use it.
3905 (tex-define-common-keys, tex-mode-map): Use menu-item rather
3906 than `menu-enable' symbol property.
3907 (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
3908 (tex-mode): Add some latex-mode commands for auto-selection.
3909 Use tex-font-lock-syntactic-face-function.
3910 (tex-insert-quote): Simplify.
3911 (tex-shell): New mode.
3912 (tex-start-shell): Use it.
3913 (tex-shell-proc, tex-shell-buf): New functions.
3914 (tex-send-command): Use it.
3915 (tex-main-file): Fix the meaning of the new arg REALFILE.
3916 (tex-send-tex-command): New function split from `tex-start-tex'.
3917 Set compilation-last-buffer and compilation-parsing-end.
3918
3919 * newcomment.el (comment-indent-default): Stick \s<\s< to the left
3920 when it follows non-comment text on the line.
3921
3922 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
3923 Set font-lock-defaults.
3924 (lisp-mode-shared-map): Init inside the defvar.
3925 (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
3926 Use define-derived-mode.
3927
3928 2000-11-14 Miles Bader <miles@lsi.nec.co.jp>
3929
3930 * faces.el (header-line): Use `:box nil' for color/gs displays too.
3931
3932 2000-11-14 Gerd Moellmann <gerd@gnu.org>
3933
3934 * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda): Don't
3935 recursively optimize body because that can lead to infinite
3936 recursion; see comment there.
3937
3938 2000-11-13 Eli Zaretskii <eliz@is.elta.co.il>
3939
3940 * faces.el (face-spec-set-match-display): Revert the change from
3941 2000-10-24. Add a FIXME for after v21.1.
3942
3943 2000-11-13 Miles Bader <miles@gnu.org>
3944
3945 * textmodes/fill.el (skip-line-prefix): New function.
3946 (fill-region-as-paragraph, fill-region): Return the fill-prefix.
3947 (fill-paragraph): Don't leave point inside the fill-prefix.
3948 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
3949 point inside the fill-prefix.
3950
3951 2000-11-13 Miles Bader <miles@lsi.nec.co.jp>
3952
3953 * calendar/calendar.el (generate-calendar-window): Use
3954 `fit-window-to-buffer'.
3955
3956 2000-11-12 Stefan Monnier <monnier@cs.yale.edu>
3957
3958 * gud.el (gud-minor-mode): New var.
3959 (gud-symbol, gud-val): New functions.
3960 (gud-find-file): Copy gud-minor-mode to the new buffer.
3961 (gud-menu-map): Include entries for commands that are not always
3962 available, using :enable to (de)activate them.
3963 (gud-minor-mode-map): New map. Add it to minor-mode-map-alist.
3964 (gud-mode-map): New map.
3965 (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
3966 (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
3967 Don't set up gud's menu (it's done by the minor-mode).
3968 (gud-minibuffer-local-map): New.
3969 Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
3970 (gud-query-cmdline): New function.
3971 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it. Set gud-minor-mode.
3972 (gud-mode): Use define-derived-mode.
3973 Don't set up gud's menu (it's done by the minor-mode).
3974 (gud-chop-words): Remove.
3975 (gud-common-init): Use split-string instead.
3976 (gud-new-keymap, gud-make-debug-menu): Eradicate.
3977
3978 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
3979 Add keyword arg :name.
3980
3981 * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
3982 (diff-count-matches, diff-split-hunk): New functions.
3983 (diff-mode-map): Bind C-c C-s to diff-split-hunk.
3984
3985 * pcvs-info.el (cvs-fi-conflict-face): New var.
3986
3987 * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
3988 Make it into a simple syntax-table, shared among all submodes.
3989 (sh-heredoc-face): Re-introduce.
3990 (sh-font-lock-syntactic-face-function): New function.
3991 (sh-mode): Use it. Also use define-derived-mode.
3992 Remove old bogus setting of indent-region-function.
3993 (sh-set-shell): Don't set the syntax-table any more.
3994 (sh-mode-syntax-table) <defun>: Remove.
3995
3996 2000-11-12 Miles Bader <miles@gnu.org>
3997
3998 * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
3999 message if interactive.
4000
4001 2000-11-12 Dave Love <fx@gnu.org>
4002
4003 * mail/feedmail.el: Fix header,
4004 (feedmail) <defgroup>: Add :link.
4005
4006 * view.el: Use local-map property, not keymap on mode-line string.
4007
4008 * scroll-all.el (scroll-all-mode): Customize variable. Add
4009 autoload cookie to function.
4010
4011 * lazy-lock.el: Remove compatibility code.
4012
4013 * finder.el (finder-known-keywords): Add `files', remove `vms'.
4014 (finder-help-echo): New variable.
4015 (finder-mouse-face-on-line): Add help-echo stuff.
4016 (finder-list-keywords, finder-list-matches): Use mapc.
4017
4018 * faces.el (face-font-registry-alternatives): Add :version.
4019
4020 * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
4021 tags-table-list.
4022
4023 * net/browse-url.el (browse-url-browser-function): Update :version.
4024
4025 * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
4026 (mail-mode): Use [:alnum:] in some regexps.
4027
4028 2000-11-10 Dave Love <fx@gnu.org>
4029
4030 * ediff.el (ediff-regions-internal, ediff-documentation):
4031 * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
4032 fundamental mode.
4033
4034 * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
4035 buffer into fundamental mode.
4036 (ediff-set-difference): Use copy-sequence if available.
4037
4038 * ediff-ptch.el (ediff-dispatch-file-patching-job): Check
4039 ediff-patch-map non-nil.
4040 (ediff-fixup-patch-map, ediff-fixup-patch-map)
4041 (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
4042 buffer into fundamental mode.
4043
4044 * ediff-merg.el (state-or-merge): Defvar when compiling.
4045
4046 2000-11-10 Jason Rumney <jasonr@gnu.org>
4047
4048 * w32-fns.el (w32-add-charset-info): New function.
4049 (w32-charset-info-alist): Use it.
4050
4051 2000-11-10 Gerd Moellmann <gerd@gnu.org>
4052
4053 * faces.el (face-font-registry-alternatives): New user-option.
4054
4055 2000-11-10 Stefan Monnier <monnier@cs.yale.edu>
4056
4057 * textmodes/texinfo.el (texinfo-block-default): New var.
4058 (texinfo-insert-block): Use it. Insert a newline if needed.
4059
4060 * textmodes/fill.el (fill-indent-according-to-mode): New var.
4061 (fill-region-as-paragraph): Use it.
4062
4063 * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
4064 (latex-mode): Tweak tex-*-(head|trail)er regexps.
4065 Tweak paragraph regexps to allow a leading [ \t]*.
4066 (tex-latex-block): Insert a newline if necessary.
4067 (latex-insert-item): Only insert a newline if necessary.
4068 (tex-guess-main-file): New function.
4069 (tex-main-file): Use it. Add arg `realfile'. Trim `.tex'.
4070 Set tex-main-file if TeX-master is provided.
4071 (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
4072
4073 2000-11-10 Gerd Moellmann <gerd@gnu.org>
4074
4075 * startup.el (command-line): Set the default tooltip-mode
4076 to t for graphical displays which implement x-show-tip.
4077
4078 * tooltip.el (tooltip-mode): Add a comment about startup.el
4079 setting the default value of this user-option.
4080
4081 2000-11-09 Stefan Monnier <monnier@cs.yale.edu>
4082
4083 * font-lock.el (font-lock-*-face) <defvar>: Move.
4084 (font-lock-defaults-alist): Mark obsolete.
4085 (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
4086 (font-lock-mode): Use define-minor-mode.
4087 (font-lock-support-mode): Tweak type to default to jit-lock-mode.
4088 (font-lock-turn-off-thing-lock): Be more explicit.
4089 (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
4090 (font-lock-syntactic-face-function): New var.
4091 (font-lock-fontify-syntactically-region): Use it.
4092 (font-lock-doc-face): New.
4093
4094 * pcvs.el (cvs-enabledp): Ignore errors.
4095 (cvs-commit-filelist): Never query.
4096 (cvs-mode-insert): Always add a terminating / in the initial prompt.
4097 (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
4098 (cvs-do-removal): Use cvs-partition rather than delete-if.
4099 Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
4100 cvs-bury-buffer.
4101
4102 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
4103 Allow `next' to jump to after the end of the last match.
4104
4105 2000-11-09 Gerd Moellmann <gerd@gnu.org>
4106
4107 * simple.el (byte-compiling-files-p): New function.
4108
4109 * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
4110 if it is there.
4111
4112 * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
4113 nil again.
4114
4115 * textmodes/ispell.el (ispell-library-path): Don't call
4116 check-ispell-version when byte-compiling because that starts
4117 an ispell process, and ispell might not be installed.
4118 (toplevel): Don't set up a menu when byte-compiling.
4119
4120 * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
4121 it, so that a boundp test can be used to determine if we're
4122 currently byte-compiling.
4123
4124 2000-11-09 Dave Love <fx@gnu.org>
4125
4126 * pcvs.el (uniquify-buffer-file-name): Wrap advice in
4127 eval-after-load.
4128
4129 2000-11-09 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4130
4131 * ps-print.el: Patch for variable initialization when spooling. Doc
4132 fix.
4133 (ps-output-list): Fun eliminated.
4134 (ps-begin-file, ps-begin-job): Code fix.
4135
4136 2000-11-08 Dave Love <fx@gnu.org>
4137
4138 * ediff-wind.el (ediff-control-frame-parameters): Zero
4139 tool-bar-lines.
4140
4141 2000-11-08 Gerd Moellmann <gerd@gnu.org>
4142
4143 * simple.el (shell-command, display-message-or-buffer)
4144 (shell-command-on-region): Mention resize-mini-windows in the doc
4145 string.
4146 (display-message-or-buffer): Take the value of resize-mini-windows
4147 into account.
4148
4149 2000-11-07 Gerd Moellmann <gerd@gnu.org>
4150
4151 * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
4152
4153 * dired.el (dired-between-files): Add `^. find' as an alternative
4154 to the regular expression, for find-dired.
4155
4156 2000-11-06 Stefan Monnier <monnier@cs.yale.edu>
4157
4158 * textmodes/texnfo-upd.el: Require texinfo.
4159 (defmacro, defgroup): Remove.
4160 (texinfo-section-to-generic-alist): Remove.
4161 Use texinfo-section-list instead (i.e. level is changed string->int).
4162 (texinfo-filter): New function.
4163 (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
4164 (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
4165 Use it. And use regexp-opt.
4166 (texinfo-find-higher-level-node, texinfo-hierarchic-level)
4167 (texinfo-update-menu-region-beginning)
4168 (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
4169 (texinfo-update-the-node, texinfo-sequentially-update-the-node)
4170 (texinfo-update-menu-same-level-regexps): Update.
4171 (texinfo-update-node, texinfo-every-node-update)
4172 (texinfo-sequential-node-update): Remove autoload cookie.
4173
4174 * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
4175 (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
4176 (texinfo-chapter-level-regexp): Remove.
4177 (texinfo-mode): Hard code texinfo-chapter-level-regexp.
4178
4179 2000-11-06 Dave Love <fx@gnu.org>
4180
4181 * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
4182
4183 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
4184 Match defun*.
4185
4186 2000-11-06 Kenichi Handa <handa@etl.go.jp>
4187
4188 * composite.el (composition-function-table): Variable declaration
4189 moved to src/composite.c.
4190 (compose-chars-after): New optional arg object.
4191
4192 2000-11-06 Gerd Moellmann <gerd@gnu.org>
4193
4194 * bindings.el (mode-line-toggle-read-only)
4195 (mode-line-toggle-modified, mode-line-widen)
4196 (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
4197 (make-mode-line-mouse2-map): Rewritten.
4198 (mode-line-modified, mode-line-format, minor-mode-alist): Use new
4199 functions so that C-h k can show something with a doc string.
4200
4201 * startup.el (fancy-splash-delay): Set to 10 seconds.
4202 (fancy-splash-max-time): New user-option.
4203 (fancy-splash-stop-time): New variable.
4204 (fancy-splash-screens): Set it. Catch `stop-splashing'.
4205 (fancy-splash-screens-1): Throw `stop-splashing' when current
4206 time is greater than fancy-splash-stop-time.
4207
4208 2000-11-06 Stefan Monnier <monnier@cs.yale.edu>
4209
4210 * vc-hooks.el (vc-insert-file): Don't assume byte==char.
4211
4212 * pcvs.el (cvs-mode-marked): New arg `noquery'.
4213 Prompt user for a file rather than raising an error.
4214 (cvs-enabledp): Fix call to cvs-mode-marked.
4215 (cvs-insert-file): New function (extracted from cvs-mode-insert).
4216 (cvs-mode-insert): Use it. Change the init prompt' value.
4217 (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
4218
4219 * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
4220 Don't pass default arg to ewoc-locate.
4221 (ewoc-collect): Return result in the right order.
4222
4223 * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
4224
4225 * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
4226 (cvs-status-get-tags): Fix regexp.
4227 (cvs-status-trees, cvs-status-cvstrees):
4228 Combine after change hooks and don't sit-for.
4229 (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
4230 (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
4231 Use make-char rather than hard-coded cryptic data.
4232 (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
4233
4234 * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
4235
4236 * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
4237 (cvs-insert-strings): New function.
4238
4239 2000-11-06 Miles Bader <miles@lsi.nec.co.jp>
4240
4241 * mwheel.el (mouse-wheel-scroll-amount): Renamed from
4242 `mwheel-scroll-amount'.
4243 (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
4244 (mouse-wheel-mode): Use (featurep 'xemacs) instead of
4245 string-matching against the version string.
4246
4247 2000-11-06 Kenichi Handa <handa@etl.go.jp>
4248
4249 * language/thai.el ("Thai"): Set a lisp form that produces
4250 composed string in `sample-text' language info.
4251
4252 * language/tibetan.el ("Tibetan"): Set a lisp form that produces
4253 composed string in `sample-text' language info.
4254
4255 * international/mule-cmds.el (describe-language-environment): Eval
4256 `sample-text' data and insert the result.
4257
4258 * international/mule-conf.el (compound-text): Define this coding
4259 system here. Make x-ctext and ctext aliases of it.
4260
4261 * language/european.el (compound-text, ctext): Moved to
4262 international/mule-conf.el.
4263
4264 2000-11-05 Andrew Innes <andrewi@gnu.org>
4265
4266 * w32-fns.el (w32-version): New function.
4267
4268 2000-11-05 Stefan Monnier <monnier@cs.yale.edu>
4269
4270 * progmodes/awk-mode.el: Update copyright.
4271 (awk-mode-abbrev-table): Remove.
4272 (awk-font-lock-keywords): Use regexp-opt.
4273 (awk-mode): Use define-derived-mode.
4274
4275 * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
4276 when extracting a suffix.
4277
4278 2000-11-04 Andre Spiegel <spiegel@gnu.org>
4279
4280 * vc-hooks.el (vc-insert-file): Rewritten. Don't bother about
4281 auto-save-mode.
4282
4283 2000-11-04 Jason Rumney <jasonr@gnu.org>
4284
4285 * language/european.el (decode-mac-roman): Test against r1 not r0.
4286
4287 2000-11-03 Stefan Monnier <monnier@cs.yale.edu>
4288
4289 * progmodes/icon.el (icon-mode-map): Don't rebind \t.
4290 (icon-mode): Define indent-line-function.
4291 (icon-comment-indent): Simplify.
4292 (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
4293
4294 * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
4295
4296 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
4297 Bind change-log-default-mode to defeat the caching done on it.
4298 Don't bother saving excursion any more.
4299
4300 * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
4301
4302 * frame.el (after-setting-font-hook): Rename hooks -> hook.
4303 (set-frame-font): Use the new name (and the old for compatibility).
4304
4305 * toolbar/tool-bar.el (tool-bar-mode):
4306 * time.el (display-time-mode):
4307 * recentf.el (recentf-mode):
4308 * paren.el (show-paren-mode):
4309 * mwheel.el (mouse-wheel-mode):
4310 * msb.el (msb-mode):
4311 * jka-compr.el (auto-compression-mode):
4312 * image-file.el (auto-image-file-mode):
4313 * hl-line.el (hl-line-mode):
4314 * delsel.el (delete-selection-mode):
4315 * autoinsert.el (auto-insert-mode):
4316 * complete.el (partial-completion-mode): Drop unneeded positional args.
4317
4318 * info.el (Info-mode):
4319 * comint.el (comint-mode): Don't bother with make-local-hook.
4320
4321 * log-edit.el (log-edit-menu): New menu.
4322
4323 2000-11-03 Miles Bader <miles@gnu.org>
4324
4325 * wid-edit.el (widget-end-of-line): Reinstate, with a new
4326 definition, so that trailing spaces are handled properly.
4327 (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
4328
4329 2000-11-03 Gerd Moellmann <gerd@gnu.org>
4330
4331 * startup.el (fancy-splash-text, fancy-splash-text): Use a single
4332 tab character.
4333 (fancy-splash-screens): Set tab-width to 20.
4334
4335 2000-11-03 Dave Love <fx@gnu.org>
4336
4337 * comint.el (comint-completion-addsuffix): Fix custom type.
4338
4339 2000-11-02 Stefan Monnier <monnier@cs.yale.edu>
4340
4341 * font-lock.el (font-lock-buffers): Remove.
4342 (font-lock-global-modes): Define with easy-mmode-define-global-mode.
4343 (font-lock-change-major-mode): Remove.
4344 (turn-on-font-lock-if-enabled): Only apply to the current buffer.
4345 (font-lock-default-fontify-region): Extend the multiline
4346 fontification to whole lines.
4347 (font-lock-fontify-anchored-keywords)
4348 (font-lock-fontify-keywords-region): If matching just one
4349 line (with \n) only mark the \n as multiline.
4350
4351 * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
4352 Correctly handle the case where several :group args are supplied.
4353 Allow :extra-args.
4354 (easy-mmode-define-global-mode): Allow :extra-args.
4355 Correctly handle the case where several :group args are supplied.
4356
4357 2000-11-02 Miles Bader <miles@gnu.org>
4358
4359 * calendar/calendar.el (diary-face, calendar-today-face)
4360 (holiday-face): Remove dependency on `window-system'.
4361
4362 2000-11-02 Ken Raeburn <raeburn@gnu.org>
4363
4364 * Makefile.in (emacs): Set EMACSLOADPATH always.
4365 (update-authors, .el.elc, compile-files): Don't do it explicitly
4366 here.
4367 (compile-files): Bomb out if compilation of a file fails.
4368
4369 2000-11-02 Dave Love <fx@gnu.org>
4370
4371 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
4372
4373 2000-11-02 Eli Zaretskii <eliz@is.elta.co.il>
4374
4375 * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
4376 punctuation in the warning inserted into the *mail* buffer.
4377
4378 2000-11-02 Gerd Moellmann <gerd@gnu.org>
4379
4380 * emacs-lisp/authors.el (authors-public-domain-files): New variable.
4381 (authors-public-domain-p): New function.
4382 (authors-print): Use it.
4383
4384 * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
4385
4386 * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
4387
4388 2000-11-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4389
4390 * ps-print.el: Extension for even/odd printing. Doc fix.
4391 (ps-print-version): New version number (6.3.1).
4392 (ps-even-or-odd-pages): Customization fix.
4393 (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
4394 (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
4395 (ps-page-count): Var replaced by `ps-page-column'.
4396 (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
4397 (ps-print-sheet-p): New fun.
4398
4399 2000-11-02 Miles Bader <miles@lsi.nec.co.jp>
4400
4401 * tooltip.el (tooltip-gud-tips-setup): New function.
4402 (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
4403 (tooltip-mode): Call tooltip-gud-tips-setup.
4404 (tooltip-gud-tips): Use `gud-basic-call' instead of
4405 process-send-string, so the prompt gets frobbed appropriately.
4406 Handle nil return value from `tooltip-gud-print-command'.
4407
4408 2000-11-01 Eric M. Ludlam <zappo@ultranet.com>
4409
4410 * comint.el (comint-add-to-input-history): New function.
4411 (comint-send-input): Use `comint-add-to-input-history'.
4412
4413 2000-11-02 Miles Bader <miles@lsi.nec.co.jp>
4414
4415 * info.el (info-menu-header): New face.
4416 (Info-fontify-menu-headers): New function.
4417 (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
4418
4419 * info.el (Info-insert-dir): Don't include blank lines at
4420 beginning of additional dir files (one is added automatically).
4421
4422 2000-11-01 Stefan Monnier <monnier@cs.yale.edu>
4423
4424 * emacs-lisp/easy-mmode.el (define-minor-mode):
4425 Revert the latest changes.
4426 Allow the three positional arguments to be skipped and replaced
4427 by keyword arguments.
4428 Add a :toggle argument to determine whether a nil arg means toggle
4429 or means turn-on. The default is unchanged.
4430 Add a call to force-mode-line-update.
4431
4432 2000-11-01 Dave Love <fx@gnu.org>
4433
4434 * emacs-lisp/elp.el (elp-restore-function): Remove autoload
4435 cookie.
4436
4437 2000-11-01 Miles Bader <miles@lsi.nec.co.jp>
4438
4439 * calendar/calendar.el (diary-face, holiday-face): Add
4440 dark-background variants.
4441
4442 2000-10-31 Sam Steingold <sds@gnu.org>
4443
4444 * textmodes/tex-mode.el (tex-file): Use `default-directory' when
4445 `tex-main-file' does not have directory in it.
4446
4447 2000-10-31 Stefan Monnier <monnier@cs.yale.edu>
4448
4449 * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
4450
4451 2000-10-31 Thien-Thi Nguyen <ttn@gnu.org>
4452
4453 * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
4454 functional change.
4455
4456 2000-10-31 Gerd Moellmann <gerd@gnu.org>
4457
4458 * files.el (find-file-noselect): When we expand a wildcard, return
4459 a list of buffers, as we should do according to the doc string.
4460
4461 2000-10-31 Ken Raeburn <raeburn@gnu.org>
4462
4463 * loadup.el (top level): Adjust load path if program name is
4464 "../src/bootstrap-emacs", in case it's not dumped and thus the
4465 load path adjustment hasn't already been done.
4466
4467 2000-10-31 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4468
4469 * ps-print.el: Fix bug on selected pages for printing. Use
4470 `color-values' for Emacs 21. Ensure fontification when jit-lock
4471 is on. Try to avoid warning messages when compiling. Doc Fix.
4472 (ps-print-version): New version number (6.3).
4473 (ps-color-device): Use `color-values' to determine if device
4474 supports color.
4475 (ps-color-values): Try to use `x-color-values' when using XEmacs.
4476 (ps-print-page-p): Changed from defsubst to defun.
4477 (ps-page-number): Changed from defmacro to defun.
4478 (ps-header-sheet, ps-header-page): Fix bug on selected pages for
4479 printing.
4480 (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
4481 (ps-end-file, ps-dummy-page): Funs eliminated.
4482 (ps-print-color-scale): Changed default value.
4483 (ps-page-n-up, ps-print-page-p): New internal vars.
4484 (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
4485 (ps-plot-region, ps-generate, ps-end-job): Code fix.
4486
4487 * delim-col.el: Little programming improvement.
4488 (delimit-columns-str): New macro.
4489 (delimit-columns-region, delimit-columns-rectangle): Code fix.
4490
4491 2000-10-31 Kenichi Handa <handa@etl.go.jp>
4492
4493 * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
4494 Moved to european.el.
4495 (ccl-encode-mac-roman-font, fontset-mac): Modified for
4496 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
4497 (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
4498 (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
4499
4500 2000-10-30 Dave Love <fx@gnu.org>
4501
4502 * progmodes/cc-menus.el (imenu-generic-expression)
4503 (imenu-progress-message): Only defvar when compiling.
4504
4505 * emacs-lisp/elp.el (elp-unload-hook): New function.
4506
4507 * loadhist.el (unload-feature): Call elp-restore-function,
4508 checking for symbols; don't use elp-restore-all.
4509 (loadhist-hook-functions): Doc fix.
4510
4511 2000-10-30 Stefan Monnier <monnier@cs.yale.edu>
4512
4513 * log-edit.el (log-edit-confirm): Fix the default.
4514
4515 2000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4516
4517 * delim-col.el: Little fix: replace delimit-columns-align-columns by
4518 delimit-columns-format.
4519 (delimit-columns-region, delimit-columns-rectangle): Code fix.
4520
4521 2000-10-30 Miles Bader <miles@lsi.nec.co.jp>
4522
4523 * comint.el (comint-replace-by-expanded-history): Don't use
4524 comint-get-old-input (we're not looking at *old* input).
4525 (comint-get-old-input-default): If using fields, signal an error
4526 when the point is not in an input field.
4527
4528 2000-10-30 Kenichi Handa <handa@etl.go.jp>
4529
4530 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
4531 and mule-unicode-e000-ffff.
4532
4533 * international/mule.el (decode-char, encode-char): New functions.
4534 (make-coding-system): Accept a symbol of translation table as a
4535 value of property `safe-chars'.
4536
4537 * international/mule-cmds.el (encode-coding-char): Check property
4538 safe-chars instead of safe-charsets.
4539
4540 * international/fontset.el (fontset-default): Modified for
4541 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
4542 (x-font-name-charset-alist): Likewise.
4543 (ccl-encode-unicode-font): New CCL program. Record it in
4544 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
4545
4546 * language/european.el (mac-roman-decoder, mac-roman-encoder):
4547 New translation tables.
4548 (decode-mac-roman, encode-mac-roman): Definition of these CCL
4549 programs are modified and moved from mac-win.el.
4550 (mac-roman): Definition of this coding system is modified and
4551 moved from mac-win.el.
4552
4553 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4554
4555 * ediff-wind.el (ediff-setup-control-frame): Enclose
4556 face-attribute in condition-case to avoid errors in older emacsen.
4557
4558 2000-10-29 Miles Bader <miles@gnu.org>
4559
4560 * custom.el (custom-add-to-group): Allow multiple entries for a
4561 given value OPTION, as long as their widget types are different.
4562 * cus-edit.el (custom-face-value-create): If face name doesn't end
4563 with "face", add such here (similar to custom group widgets).
4564
4565 * comint.el (comint-highlight-prompt): Add :type.
4566
4567 2000-10-28 John Wiegley <johnw@gnu.org>
4568
4569 * textmodes/flyspell.el (flyspell-maybe-correct-transposition):
4570 Changed this function to operate on a temporary buffer instead of
4571 the main buffer. This not only keeps flyspell from marking a
4572 buffer as changed that wasn't, but it solves the jumpy cursor
4573 problem when attempts are made to edit incorrect words.
4574 (flyspell-maybe-correct-doubling): Same change as for
4575 `flyspell-maybe-correct-transposition'.
4576
4577 * calendar/timeclock.el (timeclock-log): Doc fix.
4578 (timeclock-last-event): Doc fix.
4579 (timeclock-log): Kill the timelog buffer after appending a new
4580 event.
4581 (timeclock-find-discrep): Use a temp buffer to read in the
4582 timelog, instead of visiting the file.
4583 (timeclock-log-data): A new function, along with a host of helper
4584 functions, for the purpose of making timelog data accessible to
4585 programmers.
4586
4587 * eshell/esh-mode.el (window-height test): Make certain that
4588 `eshell-stringify-t' is non-nil.
4589 (eshell-password-prompt-regexp): Changed to a much simpler
4590 password regexp.
4591 (eshell-send-input): If `eshell-invoke-directly' returns t,
4592 directly invoke the parsed command using `eval'. This improves
4593 turn-around time on simple commands by a factor of three or
4594 greater, such as cd, ls, pwd, etc. -- which get used very often.
4595 It also conserves thousands of cons cells per call (since
4596 `eshell-do-eval' consumes memory like a Cookie Monster set loose
4597 in the Pacific Cookie Company).
4598
4599 * eshell/esh-test.el (eshell-test): Whitespace fix.
4600
4601 * eshell/em-ls.el (eshell-ls-insert-directory): Make
4602 `eshell-ls-initial-args' nil when inserting directory contents.
4603
4604 * eshell/em-script.el (eshell-script-initialize): Add names to
4605 `eshell-complex-commands, since `source' and `.' are complex.
4606
4607 * eshell/esh-cmd.el (eshell-rewrite-for-command)
4608 (eshell-rewrite-while-command): Use `eshell-protect' instead of
4609 `eshell-copy-handles'.
4610 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
4611 bodies.
4612 (eshell-separate-commands): Whitespace fix.
4613 (eshell-complex-commands): Added a new list of names, for
4614 determining whether a given command is as simple as it looks.
4615 (eshell-invoke-directly): New function. Returns t if a command
4616 should be invoked directly (using `eval'), rather than indirectly
4617 using `eshell-do-eval'.
4618 (eshell-do-eval): Whitespace fix.
4619
4620 * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
4621 which provides an emulation of the DOS shell behavior of assuming
4622 that cp/mv/ln should copy/move/link to the current directory.
4623 (eshell-remove-entries): Added a doc string.
4624 (eshell-shuffle-files): Removed the check for `target' being null.
4625 (eshell-mvcp-template, eshell-mvcpln-template): Renamed
4626 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
4627 it to do a smarter check of whether a destination was provided.
4628 (eshell/mv, eshell/cp): Enable `:preserve-args'.
4629 (eshell/ln): Enable `:preserve-args', and use
4630 `eshell-mvcpln-template' to implement the body of the function.
4631 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
4632 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
4633 list after flattening it. This makes it possible to cat files
4634 with numerical names.
4635 (eshell-unix-initialize): Added several names to
4636 `eshell-complex-commands.
4637 (eshell-unix-command-complex-p): Return t if a given command name
4638 may result in external processes being invoked.
4639
4640 * eshell/em-glob.el (eshell-glob-show-progress): Make this
4641 variable nil by default, since it slows down glob processing by a
4642 factor of two or more, and increases memory consumption.
4643
4644 * eshell/em-smart.el: Added a note about how memory consumptive
4645 smart display mode can be (at least this is true in Emacs 21).
4646 (eshell-smart-initialize): Whitespace fix.
4647 (eshell-refresh-windows): Use `if' instead of `when'.
4648 (eshell-smart-scroll-window): Calling `save-current-buffer' was
4649 not necessary.
4650 (eshell-currently-handling-window): Added a missing global
4651 variable.
4652
4653 * eshell/em-ls.el (eshell-do-ls): Code simplification.
4654 (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
4655 Whitespace fix.
4656 (eshell-ls-exclude-hidden): Added this variable in addition to
4657 `eshell-ls-exclude-regexp'. This one prevents files beginning
4658 with . from even being read, which can improve memory consumption
4659 quite a bit.
4660 (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
4661 read file entries beginning with a dot. In home directories with
4662 lots of hidden files, fully two-thirds of the time spent in ls is
4663 used to read directory entries that are immediately thrown away.
4664 (eshell-ls-initial-args): Added back this configuration variable,
4665 for specifying default initial arguments to every call to ls.
4666 Much faster than using an alias to do the same thing.
4667 (eshell-do-ls): Use `eshell-ls-initial-args', if set.
4668 (eshell-ls-dir): Whitespace change.
4669
4670 * eshell/em-dirs.el (eshell/pwd): Small code simplification.
4671
4672 * eshell/esh-util.el: Don't require `ange-ftp' if it's not
4673 available.
4674 (eshell-stringify-t): Added a customization variable, to indicate
4675 whether `t' should be rendered as a string at all. If not, one
4676 can still determine if the result of an expression is true using
4677 "file-exists-p FILE && echo true".
4678 (eshell-stringify): If `eshell-stringify-t' is nil, don't
4679 stringify t!
4680
4681 * eshell/esh-module.el: Whitespace fix.
4682
4683 * eshell/em-alias.el (eshell-alias-initialize): Added
4684 `eshell-command-aliased-p' to `eshell-complex-commands'.
4685 (eshell-command-aliased-p): New function that returns t if a
4686 command name names an aliased.
4687
4688 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4689
4690 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
4691 redrawing the screen when changing cursor color.
4692 (viper-insert-state-pre-command-sentinel)
4693 (viper-replace-state-pre-command-sentinel)
4694 (viper-replace-state-post-command-sentinel):
4695 Use viper-preserve-cursor-color.
4696 Many functions changed to use viper= instead of = when comparing
4697 characters.
4698 * viper-util.el (viper-memq-char,viper=): New functions for
4699 working with characters.
4700 (viper-change-cursor-color): Fixed buglet.
4701 Many functions changed to use viper= instead of = when comparing
4702 characters.
4703 * viper.el (viper-insert-state-mode-list): Added eshell.
4704
4705 * ediff-init.el (ediff-before-setup-hook): New hook.
4706 Several typos fixed in various docstrings.
4707 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
4708 * ediff-nult.el (ediff-before-session-group-setup-hooks): New
4709 hook.
4710 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
4711 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
4712 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
4713 (ediff-get-selected-buffers): New function.
4714 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
4715 (ediff-vc-merge-internal,ediff-rcs-merge-internal): Use
4716 save-window-excursion.
4717 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
4718 termination check in while loop.
4719 * ediff.el (ediff-get-default-file-name): Better defaults when in
4720 dired buffer.
4721 (ediff-files,ediff-merge-files,ediff-files3)
4722 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
4723
4724 2000-10-28 Dave Love <fx@gnu.org>
4725
4726 * info.el (Info-fontify-node): Add help-echo for menu items.
4727
4728 2000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
4729
4730 * startup.el (normal-top-level): If the value of $TERM indicates
4731 we are running from xterm or one of its work-alikes, default to a
4732 light background mode.
4733
4734 Support for -fg, -bg, and -rv command-line arguments for TTYs:
4735 * faces.el (tty-handle-reverse-video): New function.
4736 (tty-create-frame-with-faces): Call it.
4737
4738 * frame.el (frame-notice-user-settings): Don't apply
4739 default-frame-alist and initial-frame-alist to MS-DOS frames.
4740 Call tty-handle-reverse-video, frame-set-background-mode, and
4741 face-set-after-frame-default for non-MS-DOS frames.
4742
4743 * startup.el (tty-long-option-alist): New variable.
4744 (tty-handle-args): New function.
4745 (command-line): Call tty-handle-args.
4746
4747 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
4748 startup.el now does that for all character-terminal frames.
4749
4750 2000-10-28 Miles Bader <miles@gnu.org>
4751
4752 * emacs-lisp/easy-mmode.el (define-minor-mode): Generate
4753 `turn-on-MODE' and `turn-off-MODE' functions unless the mode is
4754 global. If :global is followed by a non-nil but non-t value,
4755 make the mode buffer-local, but also generate a `global-MODE'
4756 version using `easy-mmode-define-global-mode'. Add
4757 :conditional-turn-on keyword argument.
4758
4759 2000-10-28 Dave Love <fx@gnu.org>
4760
4761 * international/latin1-disp.el (latin1-char-displayable-p): Don't
4762 use window-system.
4763
4764 2000-10-27 Eli Zaretskii <eliz@is.elta.co.il>
4765
4766 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
4767 Don't call find-buffer-file-type-coding-system. Instead, just
4768 set eol-type to -unix if inhibit-eol-conversion is in effect, or
4769 if the file is on an untranslated filesystem.
4770 (add-untranslated-filesystem): Use "D" instead of "f" inside
4771 interactive.
4772
4773 2000-10-27 Dave Love <fx@gnu.org>
4774
4775 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
4776 (refill-mode): Use it.
4777
4778 2000-10-27 Stefan Monnier <monnier@cs.yale.edu>
4779
4780 * international/quail.el (quail-activate): Don't make-local-hook.
4781
4782 2000-10-27 Andre Spiegel <spiegel@gnu.org>
4783
4784 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
4785 manual backups and file.~<rev>.~ for automatic ones.
4786 (vc-make-version-backup): Don't do it on MS-DOS without long file
4787 names.
4788
4789 * vc.el (vc-version-other-window): If an automatic backup of the
4790 desired version exists, rename it instead of copying it.
4791
4792 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
4793 after command. If there's an unexpected error, signal it instead
4794 of being silent.
4795 (vc-cvs-merge-news): Be prepared for no news at all.
4796
4797 2000-10-27 Miles Bader <miles@lsi.nec.co.jp>
4798
4799 * shell.el (shell): Add BUFFER argument.
4800 * comint.el (make-comint-in-buffer): New function.
4801 (make-comint): Use it.
4802
4803 * faces.el (face-spec-choose): Change syntax so that the list of
4804 attribute-value pairs is now the cdr of each clause, not the cadr.
4805 Detect old-style entries, and handle them. Use pop.
4806
4807 2000-10-26 Stefan Monnier <monnier@cs.yale.edu>
4808
4809 * cus-edit.el (custom-mode-map): Use a sparse map.
4810 (custom-mode): Don't bother with make-local-hook.
4811
4812 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
4813
4814 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
4815
4816 2000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4817
4818 * ps-print.el: Avoid compilation gripes.
4819 (ps-print-version): New version number (6.2.1).
4820
4821 2000-10-26 Dave Love <fx@gnu.org>
4822
4823 * menu-bar.el: Modify some menu item help strings.
4824 (menu-bar-help-menu): Add link to MORE.STUFF.
4825
4826 * cus-edit.el (custom-mode): Add `special' mode-class property.
4827
4828 * wid-browse.el (widget-browse-mode): Likewise.
4829
4830 * wid-edit.el (widget-specify-field): Revert to using local-map
4831 property, not keymap.
4832
4833 2000-10-26 Miles Bader <miles@lsi.nec.co.jp>
4834
4835 * wid-edit.el (widget-field-end): When checking for a `boundary'
4836 field, do so in the correct buffer.
4837
4838 * simple.el (undo): Correctly distinguish between numeric and
4839 non-numeric prefix args in non-transient-mark-mode, as per the doc
4840 string. When in transient-mark-mode, treat all prefix-args as
4841 numeric.
4842
4843 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
4844 Position point on match. Handle N == 0 correctly.
4845
4846 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
4847 (comint-mode-map): Reverse order of `comint-write-output' and
4848 `comint-append-output-to-file'.
4849 (comint-append-output-to-file): Reinstate this function, for the
4850 benefit of the menu.
4851
4852 2000-10-25 Stefan Monnier <monnier@cs.yale.edu>
4853
4854 * vc.el (vc-version-other-window): Bind `file'.
4855
4856 2000-10-25 Gerd Moellmann <gerd@gnu.org>
4857
4858 * Makefile.in (update-authors): New target for maintenance purposes.
4859
4860 * emacs-lisp/authors.el (batch-update-authors): New function.
4861 (authors-fixed-entries): New defconst.
4862 (authors-add-fixed-entries): New function.
4863 (authors): Call it.: Don't process lispref/.
4864
4865 2000-10-25 Jason Rumney <jasonr@gnu.org>
4866
4867 * cus-edit.el (custom-button-face, custom-button-pressed-face):
4868 Merge x w32 and mac definitions.
4869
4870 2000-10-25 Gerd Moellmann <gerd@gnu.org>
4871
4872 * menu-bar.el (menu-bar-options-menu): Add a help string for
4873 `uniquify'.
4874
4875 2000-10-25 Stephen Gildea <gildea@alum.mit.edu>
4876
4877 * time-stamp.el (time-stamp-string-preprocess):
4878 Fix a wrong type argument error.
4879
4880 2000-10-25 Miles Bader <miles@gnu.org>
4881
4882 * recentf.el (recentf-mode): Variable removed.
4883 (recentf-mode): Use `define-minor-mode'.
4884
4885 * mwheel.el (mouse-wheel-mode): New global minor mode.
4886 (mwheel-install): Use `mouse-wheel-mode'.
4887
4888 2000-10-25 Dave Love <fx@gnu.org>
4889
4890 * progmodes/cperl-mode.el (cperl-mode):
4891 Set normal-auto-fill-function correctly.
4892
4893 * wid-edit.el (widget-field-keymap, widget-text-keymap): Don't
4894 inherit from global-map and don't nullify menu-bar and tool-bar
4895 bindings.
4896
4897 2000-10-25 Miles Bader <miles@lsi.nec.co.jp>
4898
4899 * wid-edit.el (widget-field-at): New function.
4900 (widget-at, widget-field-activate): Use it.
4901 (widget-tabable-at): Use `widget-at'.
4902 (widget-specify-field): If the terminating character of the widget
4903 field (which is read-only) is a newline, put it into a special
4904 `boundary' field so that C-n/C-p act more naturally.
4905 (widget-field-end): Also don't subtract one if a special
4906 `boundary' field has been added after the widget field.
4907
4908 * comint.el (comint-output-filter, comint-send-input): Don't
4909 bother adding stickiness fields to overlays to fool the field
4910 code, since it should notice the overlay insertion-types now.
4911
4912 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
4913 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
4914 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
4915
4916 2000-10-24 Gerd Moellmann <gerd@gnu.org>
4917
4918 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
4919 (authors): Set file coding system to iso-2022-7bit. Add
4920 file-local variables to output buffer.
4921
4922 * files.el (after-find-file): Don't print any warnings if
4923 WARN is nil.
4924
4925 2000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4926
4927 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
4928
4929 * delim-col.el: Now there is a column formatting mechanism.
4930 Modified to customization mechanisms convention. Doc fix.
4931 (columns): New group for delim-col.
4932 (delimit-columns-before, delimit-columns-after)
4933 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
4934 (delimit-columns-end): New vars.
4935 (delimit-columns-customize, delimit-columns-format): New funs.
4936 (delimit-columns-region, delimit-columns-rectangle)
4937 (delimit-columns-rectangle-line): Modified to support column
4938 formatting.
4939
4940 2000-10-24 Dave Love <fx@gnu.org>
4941
4942 * log-edit.el (log-edit): Add :version and a :group for vc.
4943
4944 2000-10-24 Gerd Moellmann <gerd@gnu.org>
4945
4946 * files.el (after-find-file): Don't print a message ``New file''
4947 if WARN is nil.
4948
4949 * wid-edit.el (widget-field-keymap, widget-text-keymap): Define
4950 the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
4951 get duplicate tool-bar entries because we'll see the global ones
4952 on more than one path through keymaps.
4953
4954 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
4955
4956 * progmodes/cmacexp.el: Change Francesco's email address.
4957
4958 2000-10-24 Kenichi Handa <handa@etl.go.jp>
4959
4960 * window.el (fit-window-to-buffer): Adjust point of the window
4961 buffer, not that of the current buffer.
4962
4963 2000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
4964
4965 * progmodes/cmacexp.el: Update the euthor's email address.
4966
4967 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
4968
4969 * faces.el (face-spec-set-match-display): Add `graphic' display
4970 type (the inverse of `tty'). Use `display-graphic-p' instead of
4971 the window-system variable.
4972
4973 2000-10-24 Kenichi Handa <handa@etl.go.jp>
4974
4975 * international/isearch-x.el (isearch-with-input-method): Call
4976 input-method-function with the first event in
4977 unread-command-events.
4978
4979 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
4980
4981 * faces.el (face-default-spec, face-user-default-spec): Make
4982 defsubsts.
4983
4984 2000-10-24 Andrew Choi <akochoi@i-cable.com>
4985
4986 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
4987 New charsets.
4988
4989 * term/mac-win.el: Remove definitions of mac-roman-lower and
4990 mac-roman-upper, require dired, and define instead of set
4991 mac-ready-for-drag-n-drop to avoid compilation error.
4992
4993 2000-10-23 Andrew Innes <andrewi@gnu.org>
4994
4995 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]: Remove
4996 superfluous calls to subst-char-in-string; instead apply
4997 expand-file-name after convert-standard-filename to ensure
4998 expected directory separators are used.
4999
5000 2000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
5001
5002 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
5003
5004 2000-10-23 Dave Love <fx@gnu.org>
5005
5006 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
5007 (tool-bar-add-item): Set foreground and background for XBM icons.
5008
5009 * international/latin1-disp.el (latin1-char-displayable-p): New
5010 function (from Handa).
5011 (latin1-display-check-font): Use it.
5012
5013 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
5014 using :key-sequence, making it much more usable. Use nconc, not
5015 append.
5016 (imenu--create-keymap-1): Avoid append.
5017
5018 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
5019
5020 2000-10-23 Miles Bader <miles@lsi.nec.co.jp>
5021
5022 [the following changes fix a bug where `define-minor-mode' didn't
5023 correctly generate :require clauses for defcustoms in compiled files]
5024 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
5025 (byte-compile-log-file, byte-compile-log-1): Don't set
5026 `byte-compile-current-file' to nil. Instead set
5027 `byte-compile-last-logged-file' to it. Test whether
5028 byte-compile-current-file equals byte-compile-last-logged-file
5029 instead of whether its nil.
5030 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
5031
5032 2000-10-23 Stefan Monnier <monnier@cs.yale.edu>
5033
5034 * textmodes/refill.el: Fix var names in doc.
5035 (refill-mode): Don't bother with make-local-hook anymore.
5036
5037 2000-10-23 Miles Bader <miles@lsi.nec.co.jp>
5038
5039 * faces.el (face-user-default-spec, face-default-spec): New functions.
5040 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
5041 (frame-set-background-mode, face-set-after-frame-default):
5042 Use `face-user-default-spec'. Simplify code slightly.
5043
5044 * woman.el (woman-italic-face, woman-bold-face)
5045 (woman-unknown-face): Add dark-background variants.
5046 (woman-default-faces): Renamed from `woman-colour-faces'.
5047 Set using the stored defaults, rather than using hard-wired colors.
5048 (woman-monochrome-faces): Renamed from `woman-black-faces'.
5049 Just make the foreground `unspecified' rather than "black".
5050 (woman-menu): Rename menu entries accordingly.
5051
5052 * faces.el (header-line): Make more reasonable on mono/grayscale
5053 displays.
5054
5055 2000-10-23 Andrew Choi <akochoi@i-cable.com>
5056
5057 * cus-edit.el (custom-button-face): Use 3D look for mac.
5058 (custom-button-pressed-face): Likewise.
5059
5060 * faces.el (set-face-attributes-from-resources): Handle mac frames
5061 in the same way as x and w32 frames.
5062 (face-valid-attribute-values): Likewise.
5063 (read-face-attribute): Likewise.
5064 (defined-colors): Likewise.
5065 (color-defined-p): Likewise.
5066 (color-values): Likewise.
5067 (display-grayscale-p): Likewise.
5068 (face-set-after-frame-default): Likewise.
5069 (mode-line): Same default face as for x and w32.
5070 (tool-bar): Likewise.
5071
5072 * frame.el: Remove call to frame-notice-user-settings at end of
5073 the file.
5074
5075 * info.el (Info-fontify-node): make underlines invisible for mac
5076 as for x, pc, and w32 frame types.
5077
5078 * term/mac-win.el: New file.
5079
5080 2000-10-22 Dave Love <fx@gnu.org>
5081
5082 * textmodes/refill.el: New file.
5083
5084 2000-10-22 Andre Spiegel <spiegel@gnu.org>
5085
5086 * vc-hooks.el (vc-version-backup-file-name): New optional args
5087 MANUAL and REGEXP.
5088 (vc-delete-automatic-version-backups, vc-make-version-backup):
5089 New functions.
5090 (vc-before-save): Use the latter.
5091 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
5092 confusion.
5093
5094 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
5095 expected by vc[-hooks].el.
5096
5097 * vc.el (vc-checkout): Added `-p' suffix in call to
5098 vc-make-version-backups-p; use vc-make-version-backup to actually
5099 make the backup.
5100 (vc-version-other-window, vc-version-backup-file): Handle both
5101 automatic and manual backups.
5102 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
5103 of all of them.
5104
5105 2000-10-22 Miles Bader <miles@gnu.org>
5106
5107 * comint.el (comint-highlight-input, comint-highlight-prompt):
5108 Renamed, `-face' at end removed.
5109 (comint-send-input, comint-output-filter): Use renamed faces.
5110
5111 * window.el (fit-window-to-buffer): Change defaulting of
5112 MAX-HEIGHT slightly.
5113
5114 * faces.el (color-values, color-defined-p): Use `member', not
5115 `memq', because it works correctly for strings.
5116 (frame-set-background-mode): Actually, "unspecified-fg" and
5117 "unspecified-bg" *are* strings. Use `member', not `memq', and
5118 `equal', not `eq', when a string value is possible.
5119
5120 2000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
5121
5122 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
5123
5124 2000-10-21 Stefan Monnier <monnier@cs.yale.edu>
5125
5126 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
5127 sh-electric-rparen, sh-electric-less and sh-electric-hash.
5128 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
5129 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
5130 (sh-font-lock-syntactic-keywords): Use them.
5131 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
5132 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
5133 (sh-mode): Don't override font-lock-unfontify-region-function.
5134 Use a copy of sh-font-lock-syntactic-keywords.
5135 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
5136 Don't call sh-scan-buffer since font-lock does it on the fly.
5137 (sh-get-indent-info): Use `face' rather than `syntax-table'
5138 text-property to detect here-documents.
5139 Replace sh-special-syntax with sh-st-punc.
5140 (sh-prev-line): Use `face' rather than `syntax-table'
5141 text-property to skip over here-documents.
5142 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
5143 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
5144 (sh-electric-less, sh-set-here-doc-region)
5145 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
5146 (sh-scan-buffer, sh-rescan-buffer): Remove.
5147
5148 2000-10-21 Andrew Innes <andrewi@gnu.org>
5149
5150 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
5151 remote (ange-ftp) file names.
5152
5153 2000-10-21 Miles Bader <miles@gnu.org>
5154
5155 * window.el (fit-window-to-buffer): New function.
5156 (shrink-window-if-larger-than-buffer): Use it.
5157 (window-text-height): Don't expect minibuffers to have mode-lines.
5158
5159 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
5160 * international/quail.el (quail-update-guidance): Use
5161 `fit-window-to-buffer' instead of `set-window-text-height'.
5162
5163 * international/quail.el (quail-show-guidance-buf): Make sure
5164 guidance window really has enough room.
5165 (quail-update-guidance): If quail-guidance-win is already shown,
5166 make sure its height is OK.
5167
5168 * window.el (window-text-height, set-window-text-height):
5169 New functions.
5170 (shrink-window-if-larger-than-buffer): Use `window-text-height'
5171 instead of `window-height' & `mode-line-window-height-fudge'.
5172 (mode-line-window-height-fudge): Add FACE parameter.
5173 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
5174 instead of `enlarge-window' & `mode-line-window-height-fudge'.
5175
5176 2000-10-20 Miles Bader <miles@gnu.org>
5177
5178 * window.el (height-affecting-face-attributes): Use `defconst'.
5179
5180 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
5181 New function, conditionally aliased to `mode-line-window-height-fudge'.
5182 (ispell-help): Use it.
5183 (ispell-choices-win-default-height): Don't include mode-line fudge.
5184 (ispell-choices-win-default-height): New function.
5185 (ispell-show-choices, ispell-command-loop): Use function
5186 `ispell-choices-win-default-height' instead of variable.
5187
5188 2000-10-20 Miles Bader <miles@lsi.nec.co.jp>
5189
5190 * window.el (mode-line-window-height-fudge): New variable.
5191 (height-affecting-face-attributes): New variable.
5192 (mode-line-window-height-fudge): New function.
5193 (shrink-window-if-larger-than-buffer): Use it.
5194 * help.el (resize-temp-buffer-window): Likewise.
5195
5196 * info.el (Info-fontify-node): Add support for @subsubsection
5197 titles, which use `Info-title-4-face'.
5198 (Info-title-4-face): New face.
5199 (Info-title-3-face): Inherit from Info-title-4-face instead of
5200 variable-pitch.
5201
5202 2000-10-19 Jason Rumney <jasonr@gnu.org>
5203
5204 * dired.el (dired-insert-directory): Do not let errors signalled by
5205 attempt to run dired-free-space-program prevent dired from working.
5206
5207 2000-10-19 Stefan Monnier <monnier@cs.yale.edu>
5208
5209 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
5210
5211 2000-10-19 Gerd Moellmann <gerd@gnu.org>
5212
5213 * dirtrack.el (dirtrack): Fix call to run-hooks.
5214
5215 * cmuscheme.el (cmuscheme-program-name): Renamed from
5216 scheme-program-name because xscheme.el contains a defcustom with
5217 the same name. As a consequence, customizing group `cmuscheme'
5218 loaded `xscheme' which redefined run-scheme.
5219 (run-scheme): Use cmuscheme-program-name.
5220
5221 * ps-print.el (ps-print-emacs-type): Move into the
5222 eval-and-compile.
5223
5224 * play/doctor.el (doctor-death): Update the Samaritans'
5225 anonymous address, and add a website for Befrienders International.
5226
5227 2000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5228
5229 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
5230 Avoid compilation gripes. Doc fix.
5231 (ps-print-version): New version number (6.2).
5232 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
5233 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
5234 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
5235 (ps-x-extent-priority, ps-x-extent-start-position)
5236 (ps-x-face-font-instance, ps-x-find-coding-system)
5237 (ps-x-font-instance-properties, ps-x-make-color-instance)
5238 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
5239 avoid compilation gripes without defining functions.
5240 (ps-e-find-composition): Alias for function find-composition, to have a
5241 suitable function depending on Emacs version.
5242 (ps-color-device, ps-color-values, ps-face-foreground-name)
5243 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
5244 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
5245 (ps-print-ensure-fontified): Function definitions surrounded by
5246 `eval-and-compile' to avoid compilation gripes.
5247 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
5248 by symbol-value to avoid compilation gripes.
5249 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
5250 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
5251
5252 2000-10-19 Miles Bader <miles@lsi.nec.co.jp>
5253
5254 * startup.el (normal-top-level): Call `frame-set-background-mode'
5255 after `frame-notice-user-settings' because the latter doesn't call
5256 the former on a tty.
5257
5258 * faces.el (frame-set-background-mode): `unspecified' &c are
5259 symbols, not strings.
5260
5261 2000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
5262
5263 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
5264 why some "light*" colors are deliberately absent from the alist.
5265
5266 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
5267 Change colors for tty's, as suggested by Miles Bader.
5268
5269 2000-10-19 Kenichi Handa <handa@etl.go.jp>
5270
5271 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
5272 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
5273 for ISO10646-1 fonts.
5274 (x-font-name-charset-alist): Add an entry for "iso10646-1".
5275
5276 2000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
5277
5278 * faces.el (frame-set-background-mode): If a tty frame defines a
5279 background color, use that to compute the background mode, instead
5280 of always defaulting to "dark".
5281
5282 2000-10-19 Miles Bader <miles@lsi.nec.co.jp>
5283
5284 * comint.el (comint-write-output): New function.
5285 (comint-mode-map): Add it to the menu.
5286 Bind `C-c C-s' to comint-write-output.
5287
5288 2000-10-18 Gerd Moellmann <gerd@gnu.org>
5289
5290 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
5291 Use fancy-splash-delay.
5292
5293 2000-10-18 Alex Schroeder <alex@gnu.org>
5294
5295 * progmodes/sql.el (sql-sybase-options): New option.
5296 (sql-sybase): Use it. Add sql-database to the list of parameters
5297 provided for login. The options -w 2048 -n are not used any more.
5298
5299 * comint.el (comint-read-input-ring): Bugfix such that the first
5300 and the last entry of the input ring file are not lost.
5301
5302 2000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5303
5304 * ps-print.el: Internal variable changes to defcustom,
5305 make-local-hook changes to defvar. Doc fix.
5306 (ps-print-version): New version number (6.1).
5307 (ps-setup, ps-do-despool): Code fix.
5308 (ps-printer-name): Customization fix.
5309 (ps-printer-name-option): Now is a defcustom instead of an
5310 internal variable.
5311 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
5312 (ps-print-begin-column-hook): Now are defvar instead of
5313 make-local-hook.
5314
5315 2000-10-18 Miles Bader <miles@gnu.org>
5316
5317 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
5318 (comint-kill-output): Changed into an alias for `comint-delete-output',
5319 and made obsolete.
5320 (comint-mode-map): Rename references to comint-kill-output.
5321
5322 2000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
5323
5324 * diff-mode.el (diff-header-face, diff-file-header-face)
5325 (diff-changed-face): Add bold and italic attributes to tty faces.
5326 (diff-function-face): New face.
5327 (diff-font-lock-keywords): Use it.
5328
5329 2000-10-18 Miles Bader <miles@lsi.nec.co.jp>
5330
5331 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
5332 Remove commented-out call to force-mode-line-update.
5333 (comint-kill-output): Use `forward-line 0' instead of
5334 beginning-of-line to make sure we get past the prompt.
5335
5336 2000-10-17 Stefan Monnier <monnier@cs.yale.edu>
5337
5338 * diff-mode.el (diff-header-face, diff-file-header-face):
5339 Add specific setting for dark background.
5340 (diff-context-face): Renamed from diff-comment-face.
5341 Set explicitly rather than inheriting from font-lock-comment-face.
5342
5343 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
5344
5345 * startup.el (command-line): Move the code which sets the default
5346 TTY colors to before before-init-hook.
5347
5348 2000-10-17 Gerd Moellmann <gerd@gnu.org>
5349
5350 * jit-lock.el (jit-lock-stealth-time): Doc fix.
5351
5352 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
5353
5354 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
5355 extensions, for MS-DOS.
5356
5357 * diff-mode.el (diff-header-face, diff-file-header-face)
5358 (diff-changed-face): Define tty-specific colors.
5359
5360 2000-10-17 Gerd Moellmann <gerd@gnu.org>
5361
5362 * startup.el (fancy-splash-text): Realign the text.
5363
5364 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
5365
5366 * font-lock.el (font-lock-comment-face): Define a separate default
5367 for dark-background tty's.
5368
5369 2000-10-17 Miles Bader <miles@gnu.org>
5370
5371 * help.el (resize-temp-buffer-window): Add hack to avoid last line
5372 being obscured by whizzy mode-lines on graphics displays.
5373
5374 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
5375
5376 * info.el (Info-title-1-face, Info-title-2-face)
5377 (Info-title-3-face): Define colors for tty's.
5378 (info-header-node): Remove unneeded tty-specific definition.
5379
5380 2000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
5381
5382 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
5383 reverse from the frame parameters, and don't invert foreground and
5384 background colors.
5385
5386 2000-10-16 Miles Bader <miles@gnu.org>
5387
5388 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
5389 string "*Info*". Call propertized-buffer-identification to spruce
5390 up the result.
5391
5392 2000-10-16 Gerd Moellmann <gerd@gnu.org>
5393
5394 * help.el: Provide `help' for the sake of define-minor-mode
5395 which generates defcustoms with requires.
5396
5397 * jit-lock.el (jit-lock-after-change): If we're in text that
5398 matches a multi-line font-lock pattern, make sure the whole text
5399 will be redisplayed.
5400
5401 * emacs-lisp/authors.el (authors-add): Don't add an entry if
5402 author's name is unknown.
5403
5404 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
5405 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
5406 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
5407 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
5408 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
5409 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
5410 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
5411 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
5412 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
5413 Add author information.
5414
5415 2000-10-16 Miles Bader <miles@lsi.nec.co.jp>
5416
5417 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
5418 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
5419 full-color version (using the Gimp) to eliminate dithering artifacts.
5420
5421 2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
5422
5423 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
5424
5425 * simple.el (syntax-flag-table, string-to-syntax): Remove.
5426
5427 2000-10-15 Dave Love <fx@gnu.org>
5428
5429 * progmodes/sh-script.el: Require skeleton and comint when
5430 compiling.
5431
5432 * pcomplete.el (pcomplete) <defgroup>: Add :version.
5433
5434 * whitespace.el: Doc fixes.
5435 (top-level): Don't add hooks here.
5436 (whitespace-running-emacs): Deleted.
5437 (timer): Don't require.
5438 (whitespace): Add back :version conditional on xemacs test.
5439 (whitespace-spacetab-regexp, whitespace-indent-regexp)
5440 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
5441 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
5442 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
5443 Avoid specific xemacs test.
5444 (whitespace-global-mode): New option.
5445 (whitespace-global-mode): New command.
5446 (whitespace-unload-hook): New function.
5447
5448 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
5449 (Info-fontify-node, Info-goto-node, Info-mode-menu)
5450 (Info-fontify-node): `Goto' goes to `Go to'.
5451 (Info-fontify-node): Add help-echo to xref links.
5452
5453 2000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
5454
5455 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
5456
5457 2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
5458
5459 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
5460 Use plist-get and allow :inherit.
5461
5462 * emacs-lisp/cl-macs.el (cl-do-arglist):
5463 Use plist-get and plist-member instead of memq.
5464
5465 * emacs-lisp/ewoc.el (ewoc-location): New function.
5466 (ewoc-enter-after, ewoc-enter-before): Document return value.
5467 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
5468 Don't need make-local-hook any more.
5469 (cvs-addto-collection): Return the new tin.
5470 (cvs-mode-insert): Jump to the new line.
5471
5472 * jit-lock.el (jit-lock-fontify-buffer): Remove.
5473
5474 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
5475
5476 * font-lock.el (font-lock-syntactically-fontified): New var.
5477 (font-lock-fontify-syntactic-keywords-region): Use it.
5478 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
5479
5480 * diff-mode.el (diff-find-file-name): Fix regexp.
5481
5482 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
5483 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
5484
5485 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
5486 (sh-mode-syntax-table): Add punctuation syntax for < and >.
5487 (sh-mode): Don't make all vars local here.
5488 (sh-kw): Reformat.
5489 (sh-set-shell): Use dolist. Don't set indent-region-function.
5490 (sh-mode-syntax-table): Use pop.
5491 (sh-remember-variable): Use push.
5492 (sh-help-string-for-variable): Use memq.
5493 (sh-safe-backward-sexp): Remove.
5494 (sh-safe-forward-sexp): Add ARG.
5495 (sh-get-indent-info, sh-prev-stmt): Use it.
5496 (sh-prev-line): Simplify by using forward-comment.
5497 (sh-this-is-a-continuation): Simplify.
5498 (sh-learn-buffer-indent): Use dolist.
5499 (sh-do-nothing): Remove.
5500 (sh-set-char-syntax, sh-set-here-doc-region):
5501 Use inhibit-modification-hooks.
5502 (sh-name-style): Use mapcar and push.
5503 (sh-load-style): Use dolist.
5504 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
5505 (sh-case, sh-while-getopts): Use propertize directly rather
5506 than sh-electric-rparen.
5507
5508 2000-10-14 Stefan Monnier <monnier@cs.yale.edu>
5509
5510 * textmodes/tex-mode.el: Require CL when compiling.
5511 (tex-mode-syntax-table): Init immediately.
5512 (tex-mode-map): Bind M-RET to latex-insert-item.
5513 (latex-mode): Set indent-line-function to latex-indent.
5514 (tex-common-initialization): Don't setup the syntax-table any more.
5515 (latex-insert-item): New skeleton.
5516 (tex-next-unmatched-end): Fix copy/paste braino.
5517 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
5518 (latex-indent, latex-find-indent): New functions.
5519 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
5520 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
5521 (tex-compilation-parse-errors): Use with-syntax-table.
5522
5523 2000-10-15 Miles Bader <miles@gnu.org>
5524
5525 * font-lock.el (font-lock-comment-face): Change dark-background,
5526 color, non-tty, default to `chocolate1'.
5527
5528 2000-10-13 John Wiegley <johnw@gnu.org>
5529
5530 * eshell/esh-util.el (require): Added a missing `require' form,
5531 needed when compiling (for an ange-ftp macro definition).
5532
5533 2000-10-13 Dave Love <fx@gnu.org>
5534
5535 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
5536
5537 2000-10-13 Gerd Moellmann <gerd@gnu.org>
5538
5539 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc
5540 fix.
5541
5542 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
5543 transparent -colors 8).
5544
5545 2000-10-13 Stephen Gildea <gildea@alum.mit.edu>
5546
5547 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
5548 that breaks with old list format timestamps.
5549 (time-stamp-warn-inactive, time-stamp-old-format-warn)
5550 (time-stamp-count, time-stamp-conversion-warn): Improved doc
5551 strings.
5552
5553 2000-10-13 John Wiegley <johnw@gnu.org>
5554
5555 * align.el, pcomplete.el, calendar/timeclock.el,
5556 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
5557
5558 * calendar/timeclock.el (timeclock-find-discrep): A fix to some
5559 faulty math, where holiday hours were being computing as seconds.
5560
5561 2000-10-13 John Wiegley <johnw@gnu.org>
5562
5563 * desktop.el (desktop-buffer-modes-to-save): Added a global for
5564 specifying what "other" kinds of buffers should be saved. This
5565 used to be hard-coded.
5566 (desktop-buffer-misc-functions): A global for specifying how
5567 auxiliary data should be determined for special buffer types.
5568 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
5569 instead of hard-coding the special buffer types.
5570 (desktop-save): Run `desktop-buffer-misc-functions' to gather
5571 auxiliary data, instead of hard-coding for Info buffers and dired.
5572 (desktop-buffer-info-misc-data): Aux function for determining Info
5573 buffer auxiliary info.
5574 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
5575 (desktop-buffer-info): Changed this function to use the info
5576 gathered above.
5577 (desktop-create-buffer): Be a little more careful about what
5578 `minor-mode' means before calling it. This is important for some
5579 buffer types.
5580
5581 2000-10-13 John Wiegley <johnw@gnu.org>
5582
5583 * eshell/esh-util.el: Added a global form which declares an
5584 autoload for `parse-time-string', if that function is not already
5585 defined, and if parse-time.el is available on the user's system.
5586
5587 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
5588 to be aware of ange-ftp user info.
5589 (eshell-do-ls): Bind `ange-cache'. Also, use
5590 `eshell-file-attributes'.
5591 (eshell-ls-annotate): Use `eshell-file-attributes'.
5592 (eshell-ls-file): Made the user-id printing code a bit smarter.
5593
5594 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
5595 allow identification of alias user ids in remote directories.
5596 It's manual, but there's no other way to know when the current
5597 user on the local machine, is also the owning user on the remote
5598 machine.
5599 (fboundp): Bind `ange-cache'.
5600 (eshell-directory-files-and-attributes): Re-organized the logic a
5601 bit to use `eshell-file-attributes' instead of `file-attributes'.
5602 The former is more sensitive to directories that are read via FTP,
5603 and knows how to use ange-ftp to determine full attribute
5604 information, instead of just the name and last modtime.
5605 (eshell-current-ange-uids): Return the current user id when in a
5606 remote directory.
5607 (eshell-parse-ange-ls): Parse a full directory listing that has
5608 been returned by ange-ftp.
5609 (eshell-file-attributes): This beefed up version of
5610 `file-attributes' is only special if the user is currently in a
5611 remote directory, in which case it does a lot of work to find out
5612 what the real attributes of a file are, as they appear on the
5613 remote machine. This makes usage of remote directories (i.e.,
5614 ange-ftp pathnames) much more useful. You can now use Eshell as a
5615 full-fledged FTP client, with much more manipulation ability than
5616 most other clients.
5617
5618 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
5619 variable, which means that Eshell's du should always be preferred
5620 in remote directories.
5621 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
5622 just `file-attributes'.
5623 (eshell-mvcp-template): Bind `ange-cache', to improve performance
5624 when reading remote directories. This is an Eshell-specific
5625 variable (not part of ange-ftp).
5626 (eshell/ln): Bind `ange-cache'.
5627 (eshell/du): Added some extra logic for determining when to use
5628 Eshell's du (which is slow), and when to use the external version
5629 (which may or may not exist).
5630
5631 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof): Call
5632 `eshell-interactive-process', rather than using
5633 `get-buffer-process', since backgrounded processes don't count in
5634 the context of this function's logic.
5635
5636 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
5637 `forward-char', so that null strings are parsed correctly.
5638
5639 2000-09-13 John Wiegley <johnw@gnu.org>
5640
5641 * eshell/em-pred.el (eshell-pred-file-type,
5642 eshell-pred-file-links, eshell-pred-file-size): Use
5643 `eshell-file-attributes'. This is more correct over ange-ftp.
5644
5645 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
5646 that remote file globbing is more efficient.
5647
5648 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
5649 gathering the files and attributes within a directory.
5650
5651 * eshell/em-unix.el (eshell/cat): If any of the files passed on
5652 the command line is a special file (not a regular file, directory
5653 or symlink), always attempt to call the external version of cat.
5654
5655 2000-09-13 John Wiegley <johnw@gnu.org>
5656
5657 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
5658 Eshell-friendly version of find-tag.
5659
5660 2000-10-13 Miles Bader <miles@lsi.nec.co.jp>
5661
5662 * image-file.el (image-file-name-extensions)
5663 (image-file-name-regexps): Add autoload cookies.
5664
5665 2000-10-13 Kenichi Handa <handa@etl.go.jp>
5666
5667 * international/mule-cmds.el (select-safe-coding-system): If FROM
5668 is string, show it in *Warning* buffer.
5669
5670 2000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
5671
5672 * startup.el (normal-top-level): Use display-popup-menus-p instead
5673 of window-system.
5674 (command-line): Use display-graphic-p instead of window-system.
5675 (command-line-1): Use display-popup-menus-p and display-mouse-p
5676 instead of window-system.
5677
5678 2000-10-12 Sam Steingold <sds@gnu.org>
5679
5680 * tooltip.el (tooltip-use-echo-area): New user variable.
5681 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
5682
5683 2000-10-12 Dave Love <fx@gnu.org>
5684
5685 * recentf.el: Maintainer's checkdoc fixes.
5686
5687 * startup.el (normal-top-level-add-subdirs-to-load-path): Use
5688 character class, not ASCII when matching file names.
5689 (fancy-splash-head): Add trailing slash to URL.
5690 (command-line): Don't require XPM support for toolbar.
5691
5692 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
5693 (cperl-invalid-face): Revert last change.
5694 (cperl-init-faces): Quote cperl-invalid-face.
5695
5696 2000-10-12 Kenichi Handa <handa@etl.go.jp>
5697
5698 * startup.el (fancy-splash-text): Remove superfluous quote.
5699
5700 2000-10-12 Gerd Moellmann <gerd@gnu.org>
5701
5702 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
5703 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
5704 (command-line-1): Don't use fancy-splash-pending-command.
5705 (fancy-splash-screens-1): Goto point-min after inserting text.
5706
5707 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
5708
5709 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
5710 instead of shared-lisp-mode-map.
5711
5712 2000-10-12 Miles Bader <miles@lsi.nec.co.jp>
5713
5714 * faces.el (header-line): Change tty-variant to use underlining.
5715
5716 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
5717 (isearch-highlight): Restore lazy-isearch face properties at old
5718 position, and suppress them at new position.
5719 (isearch-dehighlight): Restore lazy-isearch face properties.
5720 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
5721 over the real isearch overlay, but in that case, don't give it a
5722 face property. Use `push'.
5723
5724 2000-10-12 Kenichi Handa <handa@etl.go.jp>
5725
5726 * man.el (Man-getpage-in-background): Fix previous change.
5727 Decode the process output only when we are in multibyte mode.
5728
5729 2000-10-11 Dave Love <fx@gnu.org>
5730
5731 * info.el (Info-mode-menu): Fix some help.
5732 (info-tool-bar-map): Add entry for Info-last.
5733
5734 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
5735 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
5736 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
5737 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
5738 * toolbar/search-replace.xpm, toolbar/exit.xpm:
5739 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
5740 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
5741 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
5742 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
5743 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
5744 Reduce colour requirements to 25 overall. (Probably wants
5745 revisiting from the originals to reduce further.)
5746
5747 2000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
5748
5749 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
5750 buffer-file-coding-system, instead of raw-text.
5751 (dehexlify-buffer): Bind coding-system-for-read to
5752 buffer-file-coding-system, instead of raw-text.
5753
5754 2000-10-11 Sam Steingold <sds@gnu.org>
5755
5756 * progmodes/cperl-mode.el (cperl-invalid-face): double-quote
5757 `underline' - fixes the bug introduced on 2000-09-21.
5758
5759 2000-10-11 Dave Love <fx@gnu.org>
5760
5761 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode): Avoid
5762 compiler warnings.
5763 (scheme-mode): Doc fix.
5764 (scheme-font-lock-keywords-1): Match `define-syntax'.
5765
5766 2000-10-11 Miles Bader <miles@lsi.nec.co.jp>
5767
5768 * faces.el (frame-set-background-mode): Pay attention to saved
5769 face specs as well as default ones. Only do anything if the
5770 bg-mode or display-type has actually changed. Use `dolist'.
5771 (region): Make dark-background `region' face less in-your-face.
5772
5773 2000-10-10 Sam Steingold <sds@gnu.org>
5774
5775 * chistory.el, ielm.el, ledit.el:
5776 * progmodes/inf-lisp.el, progmodes/scheme.el:
5777 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
5778
5779 2000-10-10 Stefan Monnier <monnier@cs.yale.edu>
5780
5781 * textmodes/texinfo.el: Update copyright and fix typo.
5782
5783 * desktop.el (desktop-modes-not-to-save): New var.
5784 (desktop-save-buffer-p): Use it.
5785 Also, obey desktop-buffers-not-to-save even for non-file buffers.
5786 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
5787
5788 2000-10-10 Dave Love <fx@gnu.org>
5789
5790 * toolbar/tool-bar.el (tool-bar-add-item)
5791 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono
5792 display.
5793
5794 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
5795 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
5796 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
5797 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
5798 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
5799 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
5800 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
5801 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
5802 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
5803 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
5804 the .xpms; probably need retouching.
5805
5806 2000-10-10 Miles Bader <miles@lsi.nec.co.jp>
5807
5808 * subr.el (add-to-list): Add optional argument APPEND.
5809 * battery.el (display-battery): Use `add-to-list'.
5810
5811 2000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
5812
5813 * play/zone.el (zone-timer, zone-wc-tbl): Rework
5814 these vars as symbol properties.
5815 (zone, zone-when-idle, zone-leave-me-alone)
5816 (zone-pgm-whack-chars): Use new symbol properties.
5817
5818 * battery.el (display-battery): Doc spelling fix.
5819
5820 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
5821 property.
5822
5823 2000-10-09 Dave Love <fx@gnu.org>
5824
5825 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
5826 has been initialized before calling tool-bar-setup.
5827 (tool-bar-add-item-from-menu): Add autoload cookie.
5828
5829 2000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
5830
5831 * menu-bar.el (send-mail-item-name): New function.
5832 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
5833 of mail-user-agent in the menu. Don't display the "Send Mail"
5834 item if mail-user-agent is nil or its value is ignore.
5835 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
5836 if read-mail-command is nil or its value is ignore.
5837
5838 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
5839
5840 2000-10-09 Miles Bader <miles@gnu.org>
5841
5842 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
5843 Correct image size.
5844 * toolbar/left_arrow.xpm: Correct image size.
5845
5846 * jka-compr.el: Don't call `jka-compr-install' when loading (it
5847 will be done by the definition of `auto-compression-mode' if
5848 necessary. Move code to uninstall existing file-name handler
5849 before definition of `auto-compression-mode'.
5850
5851 * image-file.el (auto-image-file-mode): Move to the end of the
5852 file, because `define-minor-mode' actually calls the mode-function
5853 if the associated variable is non-nil, which requires that all
5854 needed functions be already defined.
5855
5856 * mouse.el (popup-menu): Balance parens.
5857
5858 2000-10-08 Stefan Monnier <monnier@cs.yale.edu>
5859
5860 * mouse.el (popup-menu): Move the command call outside the loop
5861 so that popup-menu returns whatever the command returns.
5862
5863 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
5864 (initialize-new-tags-table): Use run-hook-with-args-until-success.
5865 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
5866 (tags-table-format-functions): Renamed from tags-table-format-hooks.
5867
5868 * vc.el (vc-version-diff): diff-switches can be a list.
5869 Use relative filenames for prettier output.
5870
5871 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
5872 (vc-post-command-functions): Remove old-VC compatibility code.
5873
5874 * newcomment.el (comment-indent-default): Autoload.
5875
5876 * font-lock.el (font-lock-defaults): Make buffer-local.
5877 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
5878 (font-lock-choose-keywords):
5879 Ignore LEVEL unless KEYWORDS is a list of syms.
5880 (c-keywords, c++-keywords, objc-keywords, java-keywords):
5881 Don't wrap regexp-opt things in \(...\) unnecessarily.
5882
5883 * jit-lock.el: Don't require font-lock any more.
5884 (jit-lock-functions): Make buffer-local.
5885 (jit-lock-saved-fontify-buffer-function): Remove.
5886 (jit-lock-mode): Remove autoload cookie.
5887 Remove font-lock specific code.
5888 (jit-lock-unregister): Don't bother handling complex hooks any more.
5889 (jit-lock-refontify): New function.
5890 (jit-lock-fontify-buffer): Use it.
5891 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
5892 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
5893 Add optional args START and END.
5894 Never call font-lock-fontify-region directly.
5895 (jit-lock-function, jit-lock-stealth-fontify): Use it.
5896
5897 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
5898
5899 2000-10-08 Dave Love <fx@gnu.org>
5900
5901 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
5902
5903 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
5904
5905 * play/studly.el (studlify-region, studlify-word): Add autoload
5906 cookie.
5907
5908 * play/morse.el (morse-region, unmorse-region): Add autoload
5909 cookie.
5910
5911 * play/spook.el (spook-phrases-file): Use expand-file-name, not
5912 concat.
5913
5914 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
5915 insist on symbols starting with word syntax.
5916 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
5917 (eval-defun-1): Doc fix.
5918 (indent-sexp): Use nconc to build up indent-stack.
5919
5920 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
5921 Gnus with little use.
5922 (mail-setup-hook): Add mail-abbrevs-setup to options.
5923
5924 * recentf.el: Doc fixes.
5925
5926 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
5927 Clean up remainder.
5928
5929 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
5930 without timezone and (8) with timezone to enforce some whitespace.
5931 Simplify code somewhat.
5932
5933 * options.el (list-options): Doc that you should use customize.
5934
5935 * iswitchb.el (iswitchb-mode): Add :require.
5936
5937 * info.el (Info-goto-node, Info-menu): Doc fix.
5938 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
5939 (info-tool-bar-map): New variable.
5940 (Info-mode): Use it.
5941 (Info-edit-map): Define all in defvar.
5942 (speedbar-attached-frame): Avoid compiler warning.
5943
5944 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
5945 (global-map): Bind [tool-bar] to a filtered map.
5946 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
5947 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
5948 Allow PBM icons.
5949 (tool-bar-setup): Adjust calls of tool-bar-add-item.
5950
5951 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
5952 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
5953 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
5954 icons, except up_arrow, which is left-arrow rotated.
5955
5956 * imenu.el (imenu-add-to-menubar): Fix last change.
5957
5958 2000-10-08 Peter Breton <pbreton@ne.mediaone.net>
5959
5960 * generic-x.el (rul-generic-mode): Remove eval-when-compile
5961 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
5962
5963 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
5964
5965 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
5966 typos in doc strings.
5967
5968 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
5969 the doc strings how to customize Font Lock faces.
5970
5971 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
5972 computing growth when dragging the header line.
5973
5974 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
5975
5976 * simple.el (kill-line): Doc fix.
5977
5978 2000-10-08 Miles Bader <miles@gnu.org>
5979
5980 * faces.el (secondary-selection): Make foreground visible on tty.
5981
5982 * jka-compr.el (auto-compression-mode): Move to the end of the
5983 file, because `define-minor-mode' actually calls the mode-function
5984 if the associated variable is non-nil, which requires that all
5985 needed functions be already defined.
5986 (with-auto-compression-mode): Add autoload cookie.
5987
5988 2000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
5989
5990 * files.el (find-backup-file-name) [ms-dos]: If support for long
5991 file names is not available, behave as if version-control were set
5992 to never.
5993
5994 2000-10-07 Dave Love <fx@gnu.org>
5995
5996 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
5997 (browse-url-gnome-moz): New function.
5998 (browse-url-browser-function): Use it.
5999 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
6000
6001 2000-10-07 Stefan Monnier <monnier@cs.yale.edu>
6002
6003 * indent.el (tab-always-indent): New var.
6004 (indent-for-tab-command): Use it.
6005
6006 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
6007 raise an error. This way it can still default to a sane value.
6008
6009 2000-10-06 Stefan Monnier <monnier@cs.yale.edu>
6010
6011 * startup.el (fancy-splash-screens): Use local rather than global map.
6012 Don't use `update-menu-bindings' any more.
6013 Get rid of assumptions about keymap representation.
6014
6015 2000-10-06 Dave Love <fx@gnu.org>
6016
6017 * textmodes/fill.el (sentence-end-double-space)
6018 (sentence-end-without-period): Doc fix.
6019 (adaptive-fill-regexp): Purecopy.
6020 (unjustify-current-line): Use line-end-position.
6021 (fill-individual-paragraphs-prefix): Use line-beginning-position.
6022
6023 * net/eudc-vars.el (eudc): Add :version, :link.
6024
6025 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
6026
6027 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
6028 Fix for define-minor-mode.
6029 (function-at-point): Alias to function-called-at-point.
6030
6031 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
6032
6033 * simple.el (backward-word): Doc fix.
6034
6035 * image-file.el (image-file-name-regexp): image-file-regexps ->
6036 image-file-name-regexps.
6037 (image-file-name-extensions): Add pbm.
6038
6039 2000-10-06 Stefan Monnier <monnier@cs.yale.edu>
6040
6041 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
6042 and add filename to the names so that diff-mode can jump to source.
6043
6044 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
6045 (tex-font-lock-keywords, tex-font-lock-keywords-2)
6046 (tex-font-lock-keywords-1): Remove.
6047 (font-lock-turn-on-thing-lock): Use jit-lock-register.
6048 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
6049 (font-lock-default-fontify-region):
6050 Expand beg..end correctly when just following a multiline region.
6051 (font-lock-fontify-anchored-keywords):
6052 Include the anchor text as part of the multiline.
6053
6054 2000-10-06 Gerd Moellmann <gerd@gnu.org>
6055
6056 * loadup.el (toplevel): Load `loaddefs' before `help' because the
6057 latter needs the autoloaded define-minor-mode macro during the
6058 bootstrap.
6059
6060 * startup.el (command-line): For now, activate tool-bar-mode only
6061 if XPM images are supported.
6062
6063 * mouse.el (mouse-drag-header-line): Don't allow resizing a
6064 window by dragging a header-line at the top of the frame; that's
6065 confusing because the header-line doesn't move.
6066 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
6067 of treating the event as a list. Some cleanup.
6068
6069 2000-10-06 Miles Bader <miles@gnu.org>
6070
6071 * simple.el (display-message-or-buffer): New function.
6072 (shell-command-on-region): Use `display-message-or-buffer'.
6073
6074 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
6075 docstring parts.
6076
6077 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
6078 (smbclient-prompt-regexp): Add usage note to doc string.
6079 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
6080 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
6081 Use add-hook for adding the comint filter function, and only do so
6082 if it's not already in the global hook list.
6083 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
6084 to `make-local-variable'.
6085 (nslookup-font-lock-keywords): Remove prompt entry.
6086 (nslookup): Don't set the process-filter.
6087 (finger): Exit the loop correctly when the regexps list runs out.
6088 (ftp, smbclient, smbclient-list-shares):
6089 Set the real major mode immediately, not after execing.
6090 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
6091
6092 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
6093
6094 2000-10-05 Stefan Monnier <monnier@cs.yale.edu>
6095
6096 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
6097
6098 * which-func.el (which-func-format): Remove spurious space.
6099 (which-func-mode): Don't make it permanent-local.
6100 (which-func-ff-hook): Allow which-func-maxout to be nil.
6101 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
6102 (which-func-mode): Simplify.
6103 Use post-command-idle-hook rather than post-command-hook.
6104 Go through all buffers and update their state.
6105 (which-function): Also try add-log-current-defun-function.
6106
6107 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
6108 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
6109 Update call to with-vc-properties accordingly.
6110 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
6111 (vc-revert-buffer): More careful about window selection and deletion.
6112 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
6113
6114 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
6115 (cvs-retrieve-revision): Reuse a pre-existing buffer.
6116 (cvs-dired-action): Change the default to quickdir.
6117
6118 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
6119 if comment-indent-function returns nil.
6120 (comment-indent-default): New function.
6121 (comment-indent-function): Use it and document the new semantics.
6122
6123 * image-file.el: Docstring fixes.
6124
6125 * help.el (help-xref-on-pp): Use match-string.
6126 (describe-variable): New arg BUFFER.
6127 Store the current buffer in the help-xref-stack.
6128 (temp-buffer-resize-mode): Use define-minor-mode.
6129
6130 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
6131 consistently with its docstring.
6132 Set jit-lock-first-unfontify-pos in an idempotent way.
6133 (jit-lock-register): Autoload and add arg CONTEXTUAL.
6134
6135 2000-10-05 Alex Schroeder <alex@gnu.org>
6136
6137 * sql.el (sql-mysql-options): New variable.
6138 (sql-mysql): Use it.
6139
6140 2000-10-05 Miles Bader <miles@lsi.nec.co.jp>
6141
6142 * image.el (image): New group.
6143
6144 * smerge-mode.el (smerge-mine-face, smerge-other-face)
6145 (smerge-base-face, smerge-markers-face): Add dark-background variants.
6146
6147 2000-10-04 Peter Breton <pbreton@ne.mediaone.net>
6148
6149 * net/net-utils.el (nslookup-font-lock-keywords)
6150 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
6151 Ignore the value of wqindow-system; always define keywords
6152
6153 2000-10-05 Kenichi Handa <handa@etl.go.jp>
6154
6155 * startup.el (fancy-splash-screens): Remove the code for
6156 debugging; `(trace-to-stderr "EXITTT\n")'.
6157
6158 2000-10-05 Miles Bader <miles@gnu.org>
6159
6160 * diff-mode.el (diff-goto-source): Update call to
6161 `diff-hunk-status-msg' to reflect new REV variable.
6162
6163 2000-10-04 Stefan Monnier <monnier@cs.yale.edu>
6164
6165 * progmodes/icon.el (icon-mode):
6166 Don't gratuitously override the default for comment-column.
6167
6168 * vc-hooks.el (vc-mode-line): Fix interactive spec.
6169
6170 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
6171 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
6172 (jit-lock-functions): New var.
6173 (jit-lock-function-1): Use it if non-nil.
6174 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
6175 Set the `fontified' property before doing the fontification to avoid
6176 repeatedly going through the same error.
6177 Don't turn errors into messages.
6178 (jit-lock-register, jit-lock-unregister): New functions.
6179
6180 * dired.el (dired-mark-pop-up): Turn comment into docstring.
6181 Use with-current-buffer.
6182
6183 * dired-aux.el (dired-do-create-files, dired-kill-tree):
6184 Turn comment into docstring.
6185
6186 * apropos.el (apropos-mode): Use define-derived-mode.
6187
6188 2000-10-04 Gerd Moellmann <gerd@gnu.org>
6189
6190 * startup.el (fancy-splash-pending-command): New variable.
6191 (fancy-splash-pre-command): New function.
6192 (fancy-splash-screens): Rewritten.
6193 (command-line-1): If fancy-splash-pending-command is set, call it
6194 interactively.
6195
6196 2000-10-04 Dave Love <fx@gnu.org>
6197
6198 * toolbar/tool-bar.el (tool-bar-setup): New function.
6199 (tool-bar-mode): Use it.
6200
6201 * subr.el (substitute-key-definition): Doc fix.
6202 (play-sound-file): New command.
6203
6204 2000-10-04 Andre Spiegel <spiegel@gnu.org>
6205
6206 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
6207 vc-version-backup-file-name): New functions.
6208
6209 * files.el (basic-save-buffer): Call vc-before-save before saving.
6210
6211 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
6212 vc-cvs-stay-local-p.
6213
6214 * vc.el (vc-revert-buffer): Handle empty diff properly.
6215 (vc-version-backup-file): New function.
6216 (vc-checkout): Create a version backup if necessary.
6217 (vc-checkin): If a version backup file exists, delete it.
6218 (vc-version-diff): Diff locally using version backups, if available.
6219 (vc-revert-file): If there's a version backup, revert locally.
6220 (vc-transfer-file): Use version backup for base version, if
6221 available. If not, ask for confirmation whether to get it from the
6222 server. Update mode line before check-in.
6223
6224 2000-10-04 Dave Love <fx@gnu.org>
6225
6226 * toolbar/tool-bar.el (tool-bar-setup): New function.
6227 (tool-bar-mode): Use it.
6228
6229 2000-10-04 Peter Breton <pbreton@ne.mediaone.net>
6230
6231 * net/net-utils.el (nslookup-font-lock-keywords)
6232 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
6233 Only set if window-system is non-nil
6234 (net-utils-run-program): Returns buffer.
6235 (network-connection-reconnect): Added this function.
6236
6237 * generic.el:
6238 Incorporates extensive cleanup and docfixes by
6239 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
6240 Uses cl compile-time macros.
6241 (generic-mode-name, generic-comment-list)
6242 (generic-keywords-list, generic-font-lock-expressions)
6243 (generic-mode-function-list, generic-mode-syntax-table):
6244 Removed variables.
6245 (generic-mode-alist): Renamed to generic-mode-list.
6246 (generic-find-file-regexp): Default changed to "^#".
6247 (generic-read-type): Uses completing read on generic-mode-list.
6248 (generic-mode-sanity-check): removed this function.
6249 (generic-add-to-auto-mode): Removed this function
6250 (generic-mode-internal): Bind mode-specific definitions
6251 into function instead of putting them in alist.
6252 (generic-mode-set-comments): Reworked extensively.
6253 (generic-mode-find-file-hook): Simplified regexp searching
6254 (generic-make-keywords-list): Omit extra pair of parens
6255
6256 * find-lisp.el (find-lisp-find-files-internal):
6257 Make sure directory name ends with "/".
6258
6259 * generic-x.el (apache-conf-generic-mode):
6260 Regexp now allows leading whitespace.
6261 (rc-generic-mode): Added eval-when-compile
6262 around generic-make-keywords-list.
6263 Deleted duplicate regexp
6264 (rul-generic-mode): Added eval-when-compile
6265 around generic-make-keywords-list.
6266 (etc-fstab-generic-mode): New generic mode.
6267 (rul-generic-mode): Removed one eval-when-compile
6268 which caused a max-specpdl-size exceeded error.
6269
6270 2000-10-04 Miles Bader <miles@gnu.org>
6271
6272 * simple.el (minibuffer-temporary-goal-position): New variable.
6273 (next-history-element): Try to keep the position of point in the
6274 input string constant.
6275
6276 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
6277 (dired-do-create-files): If there's only one file, pass it in as
6278 the DEFAULT arg to dired-mark-read-file-name.
6279
6280 2000-10-03 Stefan Monnier <monnier@cs.yale.edu>
6281
6282 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
6283 (diff-goto-source): Be smarter when choosing REVERSE or not.
6284
6285 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
6286 (texinfo-mode-menu): Add an explicit shortcut for update all.
6287
6288 2000-10-03 Andre Spiegel <spiegel@gnu.org>
6289
6290 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
6291 factorize backend-specific code cleanly (this was essentially
6292 conceived by Stefan Monnier).
6293 (vc-unregister): Function removed.
6294 (vc-revert-file): New function.
6295 (vc-revert-buffer): Delegate some of the work to it.
6296
6297 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
6298 default branch unconditionally.
6299 (vc-rcs-set-default-branch): New function.
6300 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
6301 (vc-rcs-checkin): If an appropriate default branch has been set,
6302 force creation of that branch.
6303 (vc-rcs-receive-file): Rewritten to contain only backend-specific
6304 code (as suggested by Stefan Monnier).
6305
6306 2000-10-02 Gerd Moellmann <gerd@gnu.org>
6307
6308 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
6309 highlighting overlay with a different face over the overlay
6310 isearch uses to highlight the current match because that can lead
6311 to bad face combinations.
6312
6313 * loadup.el (toplevel): Load faces before isearch.
6314
6315 * isearch.el (isearch-faces): New custom group.
6316 (isearch): New defface; was already tested for in the code.
6317 (isearch-lazy-highlight-face): Changed to defface from defcustom.
6318 (isearch-highlight): Always use face `isearch'.
6319
6320 2000-10-02 Dave Love <fx@gnu.org>
6321
6322 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
6323 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
6324 comparison of opcode with operand.
6325
6326 2000-10-03 Miles Bader <miles@gnu.org>
6327
6328 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
6329 buffer, since the echo area will now grow to accommodate them.
6330
6331 2000-10-02 Andre Spiegel <spiegel@gnu.org>
6332
6333 * vc-hooks.el (vc-registered): If FILE used to be registered under
6334 a certain backend, try that one first.
6335
6336 * vc.el (vc-responsible-backend): Undo the previous change in the
6337 argument list. Handle multiple backends correctly.
6338 (vc-find-new-backend): Function removed.
6339 (vc-register): Use vc-responsible-backend, as before.
6340 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
6341
6342 2000-10-02 Gerd Moellmann <gerd@gnu.org>
6343
6344 * startup.el (fancy-splash-head): Change message below the
6345 logo.
6346
6347 2000-10-02 Miles Bader <miles@lsi.nec.co.jp>
6348
6349 * diff-mode.el (diff-goto-source): Emit a status message.
6350 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
6351 (diff-test-hunk): Fix doc string.
6352 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
6353 (diff-advance-after-apply-hunk): New variable.
6354 (diff-apply-hunk): Don't return a value.
6355
6356 2000-10-01 Stefan Monnier <monnier@cs.yale.edu>
6357
6358 * vc.el (vc-editable-p): Minor optimization.
6359 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
6360 (vc-find-new-backend): New function split from vc-responsible-backend.
6361 (vc-register): Use it.
6362 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
6363 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
6364 (vc-default-unregister, vc-revert-buffer): Docstring fix.
6365 (vc-clear-headers): Don't use find-file.
6366 (vc-revert-buffer): Use `and' again (must have been a braino).
6367 (vc-switch-backend): Only prompt if requested.
6368 Short circuit if nothing is to be done.
6369 Don't use vc-resynch-buffer which could lose unsaved editing.
6370 (vc-default-receive-file): Update call to vc-unregister.
6371 (with-vc-file, vc-next-action-on-file):
6372 Use vc-backend rather than vc-registered.
6373 (vc-next-action-on-file): Use intern-soft.
6374 Deal with read-only *vc-diff* buffer.
6375 (vc-transfer-file): Docstring fix.
6376
6377 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
6378 (vc-rcs-receive-file): Avoid with-vc-properties.
6379 Update call to vc-unregister.
6380 Use constant `RCS' rather than (dynamically bound) var `backend'.
6381
6382 2000-10-01 Andre Spiegel <spiegel@gnu.org>
6383
6384 * vc.el (vc-next-action-on-file): Update mode line only if file
6385 is visited.
6386 (vc-start-entry): New argument initial-contents. Don't visit the file
6387 if it isn't already visited. Brought documentation up-to-date.
6388 (vc-next-action, vc-register): Updated calls to vc-start-entry.
6389 (vc-checkin): New optional arg initial-contents, which is passed to
6390 vc-start-entry.
6391 (vc-finish-logentry): Make sure to bury log buffer only if there
6392 really is one. Call `vc-resynch-buffer' on log-file, not
6393 buffer-file-name.
6394 (vc-default-comment-history, vc-default-wash-log): New functions.
6395 (vc-index-of): Removed.
6396 (vc-transfer-file): Make do without the above.
6397 (vc-default-receive-file): Call comment-history unconditionally. Pass
6398 the resulting string to vc-checkin, instead of inserting it into the
6399 comment ring.
6400
6401 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
6402 unconditionally. Use the comments as initial contents of the log
6403 entry buffer. Document the trick to force branch creation with no
6404 changes.
6405
6406 2000-10-01 Miles Bader <miles@gnu.org>
6407
6408 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
6409 `recenter' with an arg to prevent redrawing the display.
6410
6411 2000-09-30 Stefan Monnier <monnier@cs.yale.edu>
6412
6413 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
6414
6415 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
6416
6417 * progmodes/c-mode.el (c-mode):
6418 Don't gratuitously override the default for comment-column.
6419
6420 * textmodes/tex-mode.el (latex-metasection-list): New var.
6421 (latex-imenu-create-index): Use it.
6422 Move the regexp construction outside loops (and use push).
6423 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
6424 (tex-font-lock-keywords): Moved from font-lock.el.
6425 (tex-comment-indent): Remove.
6426 (tex-common-initialization): Don't set comment-indent-function.
6427 (latex-block-default): New var.
6428 (tex-latex-block): Use it to provide a default choice.
6429 Add any unknown choice to latex-block-names.
6430 Insert [...] after {...}.
6431 (tex-last-unended-begin): Simplify regexp.
6432 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
6433 (latex-forward-sexp-1, latex-forward-sexp): New functions.
6434 (latex-mode): Set forward-sexp-function.
6435
6436 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
6437 Add regexp for @ignore ... @end ignore.
6438 (texinfo-heading-face): New face.
6439 (texinfo-font-lock-keywords): Use it.
6440 (texinfo-mode-menu): New menu.
6441 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
6442 New functions.
6443 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
6444 (texinfo-section-types-regexp, texinfo-section-level-regexp)
6445 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
6446 Remove declaration.
6447 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
6448
6449 * delsel.el (delete-selection-mode): Use define-minor-mode.
6450
6451 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
6452
6453 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
6454
6455 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
6456
6457 2000-09-30 Gerd Moellmann <gerd@gnu.org>
6458
6459 * replace.el (keep-lines-read-args): New function.
6460 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
6461 read arguments interactively. Add parameters RSTART and REND.
6462 Operate on the active region in Transient Mark mode.
6463
6464 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
6465
6466 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
6467 (authors-obsolete-files-regexps): New variable.
6468 (authors-add): Don't record changes in obsolete files.
6469
6470 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
6471
6472 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
6473
6474 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
6475 (comment-indent): Make sure there's a space between code and comment.
6476 Shift comments left to avoid going past fill-column.
6477
6478 2000-09-29 Gerd Moellmann <gerd@gnu.org>
6479
6480 * startup.el (startup-echo-area-message): New function.
6481 (display-startup-echo-area-message): Use it.
6482 (fancy-splash-screens): Rewritten to use keymaps and a timer.
6483 (fancy-splash-default-action): New function.
6484 (fancy-splash-screens-1): New function.
6485 (fancy-splash-head): Put a help-echo and a keymap under the image.
6486
6487 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
6488
6489 * diff-mode.el (diff-add-log-file-name): Remove.
6490 (diff-mode): Use add-log-buffer-file-name-function.
6491
6492 * add-log.el (find-change-log): New arg BUFFER-FILE.
6493 (add-log-file-name): Obey add-log-file-name-function.
6494 (add-log-buffer-file-name-function): New var.
6495 (add-change-log-entry): Use it.
6496
6497 2000-09-29 Miles Bader <miles@gnu.org>
6498
6499 * image-file.el (image-file-name-extensions): New variable.
6500 (image-file-name-regexps): Renamed from `image-file-regexps'.
6501 New default value is nil. Call `auto-image-file-mode'.
6502 (image-file-name-regexp): New function.
6503 (auto-image-file-mode): New minor mode.
6504 (insert-image-file): Don't make conditional on the image-file
6505 handler being enabled.
6506 (image-file-handler): Make the call here conditional instead.
6507 (set-image-file-handler-enabled, enable-image-file-handler)
6508 (disable-image-file-handler): Functions removed.
6509
6510 * emacs-lisp/authors.el (authors-print): Rephrase many-files
6511 string.
6512
6513 2000-09-29 Gerd Moellmann <gerd@gnu.org>
6514
6515 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
6516 it's a function from CL.
6517 (latex-imenu-create-index): Replace eval-when-compile with progn
6518 because latex-section-alist is not bound while compiling.
6519
6520 2000-09-28 Stefan Monnier <monnier@cs.yale.edu>
6521
6522 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
6523 (outline-mode): Use define-derived-mode.
6524
6525 * progmodes/perl-mode.el (perl-mode):
6526 * progmodes/awk-mode.el (awk-mode):
6527 * progmodes/asm-mode.el (asm-mode):
6528 Don't gratuitously override the default for comment-column.
6529
6530 * emacs-lisp/lisp.el (lisp-complete-symbol):
6531 Distinguish the let-binding case from the funcall case.
6532 (forward-sexp-function): New variable.
6533 (forward-sexp): Use it.
6534
6535 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
6536 (easy-mmode-defmap): Remove the now useless autoload.
6537
6538 * time.el (display-time-mode): Use define-minor-mode.
6539
6540 * subr.el (add-minor-mode): Don't eval NAME.
6541 Don't depend on the presence of TOGGLE-FUN for any special behavior.
6542 Use if rather than cond.
6543
6544 * simple.el (read-expression-map): Define more properly.
6545 (comment-indent-hook): Remove.
6546 (string-to-syntax): Bug fix.
6547
6548 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
6549 (cvs-ediff-diff): Fix typo.
6550 (cvs-revert-if-needed): Don't bother preserving read-only.
6551
6552 * paren.el (show-paren-mode): Use define-minor-mode.
6553
6554 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
6555 (toggle-auto-compression): Remove.
6556 (jka-compr-build-file-regexp): Remove useless grouping.
6557
6558 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
6559 Avoid user-reserved bindings.
6560 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
6561 (diff-header-face): Revert to grey85.
6562
6563 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
6564
6565 * complete.el (partial-completion-mode) <defcustom>: Remove.
6566 (partial-completion-mode): Use define-minor-mode.
6567 (PC-do-completion): Understand `completion-auto-help = delay'
6568 to mean to popup the completion buffer only the second time.
6569 (PC-include-file-all-completions, PC-include-file-all-completions)
6570 (PC-include-file-all-completions): Don't quote lambda.
6571
6572 * comint.el (comint-mode-hook): Docstring fix.
6573 (comint-mode): Use define-derived-mode.
6574 (comint-mode-map): Remove obsolete comment.
6575 (make-comint): Minor stylistic change.
6576 (comint-insert-clicked-input): Be more careful to find the overlay.
6577 Use this-command-keys rather than hardcoding mouse-2.
6578
6579 * font-lock.el: Replace confusing (,@ with ,
6580 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
6581 Don't use regexp-opt-depth. Spice up the regexp for args.
6582 Don't distinguish between cmds that can take an opt arg or not.
6583 Use `append' and `prepend' rather than `keep'.
6584
6585 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
6586 (latex-outline-regexp): New var.
6587 (latex-outline-level): New fun.
6588 (latex-section-alist): New var.
6589 (latex-imenu-create-index): Use it. Use `push' as well.
6590 (tex-shell-map): Initialize it properly.
6591 (tex-mode): Minor stylistic change.
6592 (plain-tex-mode): Use define-derived-mode.
6593 (latex-mode): Use define-derived-mode.
6594 Construct the paragraph regexps in a more readable way.
6595 Set the buffer-local outline-{level,regexp} vars.
6596 (slitex-mode): Derive from latex-mode.
6597 (tex-common-initialization): Don't kill-all-vars anymore.
6598 Add setting for comment-add and font-lock-defaults.
6599 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
6600 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
6601 (tex-start-tex): New arg DIR (and send a chdir command for it).
6602 Also display the shell buffer and save it in tex-last-buffer-texed.
6603 (tex-region): Use expand-file-name rather than concat.
6604 Remove code made useless by changes in tex-start-tex.
6605 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
6606
6607 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
6608
6609 2000-09-28 Dave Love <fx@gnu.org>
6610
6611 * eshell/eshell.el (eshell) <defgroup>: Add :version.
6612
6613 2000-09-28 Gerd Moellmann <gerd@gnu.org>
6614
6615 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
6616 `append'.
6617
6618 2000-09-28 Stefan Monnier <monnier@cs.yale.edu>
6619
6620 * info.el (Info-extract-pointer): Undo last change.
6621 Instead, fix the position of the `bound' arg to re-search-backward.
6622
6623 2000-09-27 Stefan Monnier <monnier@cs.yale.edu>
6624
6625 * info.el (Info-extract-pointer):
6626 Widen more carefully, to avoid finding pointers in other nodes.
6627 (Info-index): Use push.
6628
6629 2000-09-27 Gerd Moellmann <gerd@gnu.org>
6630
6631 * frame.el (set-frame-font): Remove call to obsolete function
6632 frame-update-faces.
6633 (set-foreground-color, set-background-color): Likewise for
6634 frame-update-face-colors.
6635
6636 2000-09-27 Miles Bader <miles@gnu.org>
6637
6638 * image-file.el: New file.
6639
6640 2000-09-27 Gerd Moellmann <gerd@gnu.org>
6641
6642 * frame.el (frame-notice-user-settings): Don't call
6643 frame-update-faces, which is a no-op now.
6644
6645 * ediff-wind.el (ediff-control-frame-parameters): Add zero
6646 tool-bar-lines.
6647
6648 2000-09-27 Dave Love <fx@gnu.org>
6649
6650 * mouse.el: Fix last change.
6651
6652 2000-09-27 Miles Bader <miles@lsi.nec.co.jp>
6653
6654 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
6655
6656 2000-09-22 Kenichi Handa <handa@etl.go.jp>
6657
6658 * international/quail.el (quail-help): The output message is
6659 improved.
6660
6661 2000-09-26 Dave Love <fx@gnu.org>
6662
6663 * mouse.el (popup-menu): If POSITION is nil, set it using
6664 mouse-position.
6665
6666 2000-09-25 Sam Steingold <sds@gnu.org>
6667
6668 * net/browse-url.el (browse-url-file-url): Check for null maps.
6669
6670 2000-09-26 Gerd Moellmann <gerd@gnu.org>
6671
6672 * frame.el (frame-notice-user-settings): Don't add a
6673 tool-bar-lines frame parameter to default-frame-alist in batch mode.
6674
6675 * frame.el (frame-notice-user-settings):
6676 Make tool-bar-mode and default-frame-alist consistent.
6677
6678 * toolbar/tool-bar.el (tool-bar-help): New function.
6679
6680 2000-09-25 Gerd Moellmann <gerd@gnu.org>
6681
6682 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
6683 current-load-list in top-level forms. Else this leaks a cons cell
6684 every time a defun is called.
6685
6686 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
6687
6688 2000-09-25 Dave Love <fx@gnu.org>
6689
6690 * startup.el (fancy-splash-head): Check XPM is available.
6691
6692 * autoinsert.el (auto-insert): Doc fix.
6693 (auto-insert-alist): Following GNU notices, don't say `copyright
6694 _by_'. Use line-beginning-position.
6695 (auto-insert): Check buffer-file-name is non-nil before use.
6696
6697 2000-09-25 Gerd Moellmann <gerd@gnu.org>
6698
6699 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
6700 starting with `@def' or `@multitable', in addition to ones
6701 specified by the user in auto-fill-inhibit-regexp.
6702
6703 2000-09-25 Markus Rost <rost@math.ohio-state.edu>
6704
6705 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
6706 rmail-dont-reply-to-names matches the empty string.
6707
6708 2000-09-25 Gerd Moellmann <gerd@gnu.org>
6709
6710 * startup.el (command-line-1, fancy-splash-text): Change the
6711 text to sound more friendly.
6712
6713 2000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
6714
6715 * progmodes/hideshow.el: Update author email address.
6716 Generally, sync w/ maintainer version 5.22.
6717 (hs-hide-all-non-comment-function): New var.
6718 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
6719 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
6720 (hs-show-region): Delete this command.
6721 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
6722
6723 2000-09-22 Dave Love <fx@gnu.org>
6724
6725 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
6726 (hl-line-highlight): Specify buffer when moving overlay.
6727
6728 * progmodes/fortran.el (fortran-mode): Locally set
6729 normal-auto-fill-function.
6730 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
6731 (fortran-mode-map): Adjust auto-fill menu entry.
6732
6733 2000-09-22 Gerd Moellmann <gerd@gnu.org>
6734
6735 * vc-rcs.el (toplevel): Require `vc' when compiling.
6736
6737 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
6738
6739 2000-09-22 Andre Spiegel <spiegel@gnu.org>
6740
6741 * vc.el (vc-switch-backend): Signal an error if the file is not
6742 registered under the new backend.
6743
6744 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
6745 without explicit revision number.
6746
6747 2000-09-21 Stefan Monnier <monnier@cs.yale.edu>
6748
6749 * diff-mode.el (diff-file-header-face): Reset to its previous value.
6750 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
6751 (diff-xor): New function.
6752 (diff-find-source-location): Use it. Fix a stupid name clash.
6753 (diff-hunk-status-msg): New function.
6754 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
6755 (diff-test-hunk): Use diff-find-source-location.
6756 (diff-goto-source): Favor the `reverse'.
6757 (diff-hunk-text): Properly handle one-sided context diffs.
6758 (diff-apply-hunk): When done, advance to the next hunk.
6759
6760 2000-09-21 Gerd Moellmann <gerd@gnu.org>
6761
6762 * startup.el (command-line): If frame was created with a non-zero
6763 tool-bar-lines parameter, switch tool-bar-mode on.
6764
6765 * add-log.el (change-log-date-face, change-log-name-face)
6766 (change-log-email-face, change-log-file-face)
6767 (change-log-list-face, change-log-conditionals-face)
6768 (change-log-function-face, change-log-acknowledgement-face):
6769 New faces, inheriting from font-lock faces.
6770 (change-log-font-lock-keywords): Use them.
6771
6772 2000-09-21 Dave Love <fx@gnu.org>
6773
6774 * progmodes/cperl-mode.el (top-level): Clean up
6775 `eval-when-compile's and assorted defvars.
6776 (cperl-invalid-face): Don't double-quote value. Change custom
6777 type.
6778 (cperl-mode): Set normal-auto-fill-function and don't zap
6779 auto-fill-function.
6780 (cperl-imenu--function-name-regexp-perl): Renamed from
6781 imenu-example--function-name-regexp-perl.
6782 (cperl-imenu--create-perl-index): Renamed from
6783 imenu-example--create-perl-index.
6784 (cperl-xsub-scan): Don't require cl.
6785
6786 * msb.el (msb-mode-map): Use substitute-key-definition.
6787 (msb-mode): Use msb-mode-map.
6788
6789 2000-09-21 Andre Spiegel <spiegel@gnu.org>
6790
6791 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
6792 New functions.
6793 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
6794 (vc-switch-backend): New function.
6795 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
6796 (vc-register): Fix prompt.
6797 (vc-unregister, vc-default-unregister): New functions.
6798 (vc-version-diff): Handle empty buffer in sentinel.
6799
6800 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
6801 (vc-rcs-state-heuristic): Use it to guess the state of files with
6802 non-strict locking.
6803 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
6804 been set with -b, but not created yet.
6805 (vc-rcs-fetch-master-state): With non-strict locking, compare file
6806 contents in order to find the state.
6807 (vc-rcs-checkin): Allow creation of branches with no changes.
6808 (vc-rcs-unregister, vc-rcs-receive-file)
6809 (vc-rcs-set-non-strict-locking): New functions.
6810
6811 * vc-hooks.el (vc-name): Force correct computation of the value
6812 in case it is missing.
6813
6814 2000-09-21 Gerd Moellmann <gerd@gnu.org>
6815
6816 * startup.el (fancy-splash-tail): Use a different foreground
6817 color on a dark frame background.
6818
6819 2000-09-21 Miles Bader <miles@lsi.nec.co.jp>
6820
6821 * info.el: Use the correct capitalization when making Info-mode
6822 and Info-edit-mode `special' modes.
6823
6824 2000-09-20 Stefan Monnier <monnier@cs.yale.edu>
6825
6826 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
6827 (diff-mode): Add support for add-log.el.
6828 (diff-hunk-text): Use char offsets rather than line offsets.
6829 (diff-find-source-location): Replace LINE with line-offset (nil
6830 if not found) and always set POS to a meaningful position.
6831 Adapt to the new char-offsets.
6832 (diff-apply-hunk): Drop support for the unused `select' POPUP.
6833 Adapt to the new diff-find-source-location.
6834 (diff-goto-source): Adapt to the new diff-find-source-location.
6835
6836 * add-log.el (add-log-file-name): New function (split out of
6837 add-change-log-entry).
6838 (add-change-log-entry): Use it.
6839 Call add-log-file-name-function with the changelog file name if
6840 the current buffer is not associated with any file.
6841 Avoid find-file if the selected window is dedicated.
6842
6843 * diff-mode.el (diff-find-source-location):
6844 Move code from diff-apply-hunk. Return buffer rather than file.
6845 (diff-apply-hunk): Use the new result from diff-find-source-location.
6846 (diff-goto-source): Use the new diff-find-source-location.
6847
6848 2000-09-20 Dave Love <fx@gnu.org>
6849
6850 * iswitchb.el: Some doc fixes.
6851 (iswitchb-mode-map): Define completely initially. Inherit
6852 minibuffer-local-map.
6853 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
6854 fundamental-mode.
6855 (iswitchb-global-map): New variable.
6856 (iswitchb-summaries-to-end): Amalgamate regexps.
6857 (iswitchb-mode): New.
6858 (iswitchb-mode-hook): New variable.
6859 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
6860 `extensions'.
6861
6862 2000-09-20 Gerd Moellmann <gerd@gnu.org>
6863
6864 * ehelp.el (electric-help): New defgroup.
6865 (electric-help-shrink-window): New user-option.
6866 (with-electric-help): Use it.
6867
6868 * window.el (shrink-window-if-larger-than-buffer): If face
6869 `mode-line' has a :box, and we're on a graphical frame, add 1
6870 to the needed window height.
6871
6872 * frame.el (frame-notice-user-settings): Add a last parameter nil
6873 to a call to `append', because the last list passed to `append' is
6874 not copied, and so subsequent calls to assq-delete-all will modify
6875 default-frame-alist.
6876
6877 * startup.el (fancy-splash-image): Change :type.
6878 (fancy-splash-head): Use an XBM image if appropriate.
6879 (command-line-1): Show splash screens in more cases.
6880
6881 * startup.el (fancy-splash-text): Don't quote faces.
6882
6883 * dired.el (dired-font-lock-keywords): Undo last change.
6884 (dired-readin): Bind indent-tabs-mode to nil.
6885
6886 * startup.el (fancy-splash-head): If frame's background mode
6887 is `dark', change the black background of the image to gray.
6888 (fancy-splash-screens): Display startup echo area message.
6889 (display-startup-echo-area-message): New function.
6890
6891 2000-09-20 Miles Bader <miles@lsi.nec.co.jp>
6892
6893 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
6894
6895 * info.el (info-header-node): Tweak for color ttys.
6896
6897 * faces.el (face-valid-attribute-values): Make sure directories we
6898 search for stipples both exist and are readable before trying to
6899 search them.
6900
6901 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
6902 in the dry-run case.
6903
6904 * jka-compr.el (with-auto-compression-mode): New macro.
6905
6906 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
6907 (custom-group-tag-face, custom-variable-tag-face): Use relative
6908 :height and inherit from `variable-pitch' face instead of
6909 hardwiring :family.
6910 * hi-lock.el (hi-black-hb): Likewise.
6911
6912 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
6913 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
6914 toolbar-add-item, if image doesn't have a mask add a `:mask
6915 heuristic'.
6916
6917 2000-09-19 Stefan Monnier <monnier@cs.yale.edu>
6918
6919 * diff-mode.el: Docstring fixes.
6920 (diff-header-face, diff-comment-face): New faces.
6921 (diff-font-lock-keywords): Highlight a bit differently.
6922 (diff-find-source-location): Don't return SPAN any more.
6923 (diff-hunk-text): Don't bother erasing the temp buffer.
6924 (diff-find-text): Drop argument LINE.
6925 (diff-apply-hunk): Update calls to diff-find-text.
6926 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
6927
6928 * calendar/calendar.el: Docstring fixes.
6929 (calendar-make-alist): Don't quote lambda.
6930 (calendar-star-date): Use make-local-variable.
6931
6932 2000-09-19 Dave Love <fx@gnu.org>
6933
6934 * toolbar/tool-bar.el: Renamed from toolbar.el.
6935 Change `toolbar' to `tool-bar' generally in symbols.
6936 Make some items invisible in `special' major modes.
6937 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
6938 Add arg PROPS.
6939
6940 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
6941 Add :version here.
6942 (fancy-splash-delay, fancy-splash-image): Remove :version here.
6943
6944 2000-09-19 Gerd Moellmann <gerd@gnu.org>
6945
6946 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
6947
6948 * files.el (find-file-suppress-same-file-warnings): New user-option.
6949 (find-file-noselect): Use it.
6950
6951 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
6952 (fancy-splash-screen): Defgroup.
6953
6954 * add-log.el (change-log-font-lock-keywords): Match names
6955 more exactly for the case that font-lock-constant-face is
6956 underlined.
6957
6958 2000-09-19 Richard M. Stallman <rms@gnu.org>
6959
6960 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
6961
6962 2000-09-19 Andre Spiegel <spiegel@gnu.org>
6963
6964 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
6965
6966 2000-09-19 Gerd Moellmann <gerd@gnu.org>
6967
6968 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
6969 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
6970 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
6971 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
6972 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
6973 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
6974 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
6975 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
6976 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
6977 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
6978 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
6979 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
6980
6981 * startup.el (fancy-splash-text): New variable.
6982 (fancy-splash-delay, fancy-splash-image): New user-options.
6983 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
6984 (fancy-splash-screens): New functions.
6985 (command-line-1): If display has a `display' frame parameter, has
6986 colors, and we have XPM support, show more fancy splash screens.
6987
6988 2000-09-19 Dave Love <fx@gnu.org>
6989
6990 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
6991 with null `help'. Use modern backquote syntax.
6992
6993 2000-09-19 Gerd Moellmann <gerd@gnu.org>
6994
6995 * font-lock.el (font-lock-mode): Change message telling the user
6996 that ``the buffer is too big''.
6997
6998 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
6999 for instance for the case that tab-width is 2.
7000
7001 2000-09-18 Gerd Moellmann <gerd@gnu.org>
7002
7003 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
7004 toolbar-add-item, if image doesn't have a mask add a `:mask
7005 heuristic'.
7006
7007 2000-09-18 Miles Bader <miles@lsi.nec.co.jp>
7008
7009 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
7010 and return a cons if it's non-nil.
7011 (diff-apply-hunk): Try to jump to the line in the source text
7012 corresponding to the position of point in the in the hunk.
7013
7014 * info.el (Info-title-3-face, Info-title-2-face)
7015 (Info-title-1-face): Use face inheritance and relative sizes
7016 instead of hard-wiring things.
7017
7018 * faces.el (secondary-selection): Make dark-background variant sane.
7019
7020 2000-09-16 Andrew Innes <andrewi@gnu.org>
7021
7022 * makefile.w32-in (compile-files-CMD): No need to make .elc files
7023 read-only, since they aren't under VC now.
7024
7025 2000-09-17 Dave Love <fx@gnu.org>
7026
7027 * tmm.el: Replace mapcar with mapc in several places.
7028
7029 * loadhist.el (unload-feature): Maybe call elp-restore-list and
7030 ad-unadvise.
7031
7032 * international/latin1-disp.el: New file.
7033
7034 * calendar/cal-move.el (scroll-calendar-left)
7035 (scroll-calendar-right): Make arg optional (for active mode line).
7036
7037 * calendar/calendar.el (calendar-mode-line-format): Make fields
7038 mouse-sensitive.
7039 (calendar-read-date, calendar-read-date, calendar-window-list):
7040 Unquote lambda.
7041 (calendar-month-name): Use aref, not sref.
7042
7043 * view.el (minor-mode-alist): Propertize the string.
7044
7045 * international/characters.el (standard-case-table): Add entries
7046 for Greek.
7047
7048 2000-09-18 Miles Bader <miles@gnu.org>
7049
7050 * info.el (info-node, info-xref): Add dark-background variants.
7051
7052 * faces.el (header-line): Change defaults to be less confusing
7053 when mixed with mode-lines.
7054
7055 * info.el (Info-fontify-node): Make a few cleanups.
7056 Add extra `help-echo' and `local-map' props to node xrefs.
7057 Use header-specific faces for node-names & xrefs.
7058 (Info-use-header-line): New variable.
7059 (info-header-xref, info-header-node): New faces.
7060 (Info-setup-header-line): New function.
7061 (Info-select-node): Call Info-setup-header-line when enabled.
7062 (Info-extract-pointer): Work even if the header line is hidden.
7063 (Info-header-line): New variable.
7064
7065 2000-09-16 Stefan Monnier <monnier@cs.yale.edu>
7066
7067 * vms-patch.el (print-region-function): Don't quote lambda.
7068
7069 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
7070
7071 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
7072 (lm-get-header-re): Allow spaces between the header and the colon.
7073 (lm-header): Allow $ in non-RCS headers.
7074 (lm-header-multiline): Put the strings back into order.
7075 Stop at an empty line. Don't require two space chars if the
7076 line is clearly not another header line.
7077
7078 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
7079 (popup-menu-popup): Remove.
7080
7081 2000-09-15 Gerd Moellmann <gerd@gnu.org>
7082
7083 * toolbar/toolbar.el (toolbar-add-item): Use the same image
7084 specification if or if not tool-bar item contains an `:enabled'
7085 property.
7086
7087 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
7088 current buffer has no file name.
7089
7090 2000-09-15 Dave Love <fx@gnu.org>
7091
7092 * strokes.el: Sync with maintainer's current version with changes
7093 for Emacs, but avoid runtime cl and levents.
7094 (toplevel): Change autoloads and compilation requires.
7095 (strokes-version, strokes-bug-address, strokes-lift): Values
7096 changed.
7097 (strokes-xpm-header, strokes-insinuated): New variable.
7098 (strokes): Add :link.
7099 (strokes-mode): Customized.
7100 (strokes-while-inhibiting-garbage-collector): New macro.
7101 (strokes-remassoc): Avoid remove-if.
7102 (strokes-fix-button2-command): Don't use ad-do-it.
7103 (strokes-insinuate): New function.
7104 (strokes-button-press-event-p, strokes-button-release-event-p):
7105 New functions, used instead of non-`strokes-' versions..
7106 (strokes-mouse-event-p): Rewritten.
7107 (strokes-event-closest-point): Avoid event-point.
7108 (strokes-get-grid-position): Avoid cdadr, caadr
7109 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
7110 functions.
7111 (strokes-help): Use with-output-to-temp-buffer.
7112 (strokes-window-configuration-changed-p): New function.
7113 (strokes-update-window-configuration): Use buffer-live-p,
7114 strokes-window-configuration-changed-p.
7115 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
7116 (strokes-char-face): New face.
7117 (strokes-char-table, strokes-base64-chars): New variable.
7118 (strokes-xpm-for-stroke, strokes-list-strokes)
7119 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
7120 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
7121 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
7122 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
7123 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
7124 functions.
7125
7126 2000-09-15 Gerd Moellmann <gerd@gnu.org>
7127
7128 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
7129
7130 * image.el (create-image): Doc fix.
7131
7132 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
7133 instead of `:heuristic-mask t'.
7134
7135 2000-09-14 Andrew Innes <andrewi@gnu.org>
7136
7137 * makefile.w32-in: Revert to Unix line endings.
7138
7139 2000-09-14 Andrew Innes <andrewi@gnu.org>
7140
7141 * makefile.w32-in: Add bootstrap support. Also copy lisp source
7142 when installing.
7143
7144 * makefile.nt (DONTCOMPILE): Fix typo.
7145
7146 * shell.el (shell-write-history-on-exit): New function.
7147 (shell-dumb-shell-regexp): New custom variable.
7148 (shell-mode): Make shell-write-history-on-exit the process
7149 sentinel if shell name matches shell-dumb-shell-regexp.
7150
7151 * w32-fns.el: Comment out before-init-hook function which resets
7152 source-directory based; this breaks bootstrap.
7153
7154 2000-09-14 Dave Love <fx@gnu.org>
7155
7156 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
7157 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
7158 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
7159 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
7160 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
7161 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
7162 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
7163 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
7164 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
7165
7166 * toolbar/toolbar.el: New.
7167
7168 * subdirs.el: Add toolbar.
7169
7170 2000-09-14 Gerd Moellmann <gerd@gnu.org>
7171
7172 * indent.el (indent-for-tab-command): Doc fix.
7173
7174 2000-09-14 Alex Schroeder <alex@gnu.org>
7175
7176 * ansi-color.el (ansi-colors): Doc change.
7177 (ansi-color-get-face): Simplified regexp.
7178 (ansi-color-faces-vector): Added more faces, doc change.
7179 (ansi-color-names-vector): Doc change.
7180 (ansi-color-regexp): Simplified regexp.
7181 (ansi-color-parameter-regexp): New regexp.
7182 (ansi-color-filter-apply): Doc change.
7183 (ansi-color-filter-region): Doc change.
7184 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
7185 deal with zero length parameters.
7186 (ansi-color-apply-on-region): Doc change.
7187 (ansi-color-map): Doc change.
7188 (ansi-color-map-update): Removed debugging message.
7189 (ansi-color-get-face-1): Added condition-case to trap
7190 args-out-of-range errors.
7191 (ansi-color-get-face): Doc change.
7192 (ansi-color-make-face): Removed.
7193 (ansi-color-for-shell-mode): New option.
7194
7195 2000-09-13 Kenichi Handa <handa@etl.go.jp>
7196
7197 * international/quail.el (quail-start-translation): Translate KEY
7198 if necessary even if it doesn't have any mapping in the current
7199 input method.
7200 (quail-start-conversion): Likewise.
7201 (quail-help): The output message is improved.
7202
7203 2000-09-13 Miles Bader <miles@gnu.org>
7204
7205 * comint.el (comint-output-filter): Revert to using
7206 `insert-before-markers'. Add bletcherous hack to undo damage
7207 caused by `insert-before-markers'. Put `front-sticky' property on
7208 overlays created here so that the field code understands how the
7209 overlay works. Use a let when making comint-last-prompt-overlay,
7210 so that the code is easier to read.
7211
7212 2000-09-13 Dave Love <fx@gnu.org>
7213
7214 * wid-edit.el (widget-default-format-handler): DTRT when
7215 doc-property is a function.
7216
7217 2000-09-12 Francesco Potorti` <pot@gnu.org>
7218
7219 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
7220 filed name if it's not there.
7221
7222 2000-09-12 Dave Love <fx@gnu.org>
7223
7224 * simple.el (read-mail-command): Doc fix.
7225 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
7226
7227 * vc.el (vc-dired-listing-switches): Fix :version.
7228
7229 * vc-hooks.el: Doc fixes.
7230
7231 * subr.el (add-minor-mode): Use toggle-fun arg.
7232
7233 * speedbar.el: Add :version to several defcustoms.
7234
7235 * imenu.el (imenu--truncate-items, imenu--cleanup)
7236 (imenu--generic-function): Avoid mapcar.
7237 (imenu--replace-spaces): Function removed.
7238 (imenu--completion-buffer): Use subst-char-in-string.
7239 (imenu-add-to-menubar): Use keymap inheritance.
7240
7241 2000-09-12 Miles Bader <miles@gnu.org>
7242
7243 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
7244 (diff-mode-map): Bind `diff-test-hunk'.
7245 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
7246
7247 2000-09-11 Gerd Moellmann <gerd@gnu.org>
7248
7249 * bytecomp.el (byte-compile-defvar): Undo last change
7250 because it breaks '(make-variable-buffer-local (defvar ...)'
7251 which is used at least in dired.
7252
7253 2000-09-12 Kenichi Handa <handa@etl.go.jp>
7254
7255 * international/quail.el (quail-define-package): Docstring
7256 modified.
7257
7258 2000-09-12 Kenichi Handa <handa@etl.go.jp>
7259
7260 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
7261 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
7262 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
7263 docstring of "chinese-py".
7264
7265 * international/quail.el (quail-translation-docstring): New
7266 variable.
7267 (quail-show-keyboard-layout): Docstring modified.
7268 (quail-select-current): Likewise.
7269 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
7270 infinite recursive call.
7271 (quail-help): Check quail-translation-docstring. Format of the
7272 output changed.
7273 (quail-help-insert-keymap-description): Adjusted for the above
7274 change.
7275
7276 2000-09-11 Gerd Moellmann <gerd@gnu.org>
7277
7278 * bytecomp.el (byte-compile-defvar): Only cons onto
7279 current-load-list in top-level forms. Else this leaks a cons cell
7280 every time a defun is called.
7281
7282 2000-09-11 Miles Bader <miles@lsi.nec.co.jp>
7283
7284 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
7285 Now understands non-unified diffs. Some functionality moved into
7286 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
7287 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
7288 modify anything. Only reposition point in the patched file if the
7289 patch succeeds. Only pop up another window if POPUP is true.
7290 Emit a message describing what happened if successful, and at what
7291 line-offset. Automatically detect reversed hunks and do something
7292 appropriate.
7293 (diff-hunk-text, diff-find-text): New functions.
7294 (diff-filter-lines): Function removed.
7295 (diff-test-hunk): New function.
7296 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
7297
7298 2000-09-10 Dave Love <fx@gnu.org>
7299
7300 * textmodes/tildify.el: Minor doc/commentary fixes.
7301 (tildify) <defgroup>: Add :version.
7302
7303 * faces.el (face-x-resources): Make custom type more specific.
7304 (frame-background-mode): Use mapc.
7305 (region) <defcustom>: Add :version.
7306
7307 2000-09-08 Stefan Monnier <monnier@cs.yale.edu>
7308
7309 * vc-sccs.el (vc-sccs-register):
7310 * vc-rcs.el (vc-rcs-register):
7311 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
7312 * vc.el (vc-register): Clear file's properties.
7313
7314 2000-09-08 Gerd Moellmann <gerd@gnu.org>
7315
7316 * faces.el (face-spec-set): Only face-spec-reset-face when
7317 ATTRS is non-nil.
7318
7319 2000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
7320
7321 * help.el (help-insert-xref-button): Fix a typo in doc string.
7322
7323 2000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
7324
7325 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
7326 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
7327 methods.
7328
7329 * menu-bar.el (read-mail-item-name): New function.
7330 (menu-bar-tools-menu): Use it to compute and display the package
7331 used to read email.
7332 (menu-bar-tools-menu): Fix typo in GUD's help string.
7333
7334 2000-09-07 Dave Love <fx@gnu.org>
7335
7336 * diff-mode.el (diff-mouse-goto-source): New function.
7337
7338 * vc-sccs.el: Doc fixes.
7339 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
7340
7341 * vc-rcs.el: Doc fixes.
7342 (vc-rcs-register-switches, vc-rcs-checkin-switches)
7343 (vc-rcs-checkout-switches, vc-rcs-header)
7344 (vc-rcs-master-templates): Add or change :version.
7345
7346 * vc-cvs.el: Doc fixes.
7347 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
7348 (vc-cvs-stay-local): Add :version.
7349
7350 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
7351
7352 2000-09-07 Kenichi Handa <handa@etl.go.jp>
7353
7354 * international/quail.el (quail-help): Fix previous change.
7355
7356 2000-09-07 Gerd Moellmann <gerd@gnu.org>
7357
7358 * faces.el (color-values): Doc fix.
7359
7360 * faces.el (frame-set-background-mode): Use frame-parameter
7361 instead of frame-parameters.
7362
7363 * frame.el (filtered-frame-list): Reduce consing.
7364 (frames-on-display-list): Call frame-parameter instead of
7365 frame-parameters.
7366
7367 2000-09-07 Kenichi Handa <handa@etl.go.jp>
7368
7369 * language/devan-util.el (devanagari-to-indian-region): In the
7370 loop, change the following char, not preceding char.
7371
7372 2000-09-07 Gerd Moellmann <gerd@gnu.org>
7373
7374 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
7375 instead of frame-parameters.
7376
7377 * faces.el (set-face-attribute): Simplify by calling
7378 internal-set-lisp-face-attribute with FRAME being 0.
7379
7380 * vc.el: Remove `Id' version control keyword.
7381
7382 2000-09-07 Kenichi Handa <handa@etl.go.jp>
7383
7384 * help.el (help-make-xrefs): Adjusted for the change of
7385 help-xref-mule-regexp.
7386 (help-insert-xref-button): New function.
7387
7388 * international/mule-cmds.el (help-xref-mule-regexp-template):
7389 Include the pattern for character set.
7390 (leim): New group.
7391
7392 * international/quail.el: Don't require face.
7393 (quail): New group.
7394 (quail-other-command): Dummy command to make quail-help work better.
7395 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
7396 (quail-keyboard-layout-substitution): New variable.
7397 (quail-update-keyboard-layout): New function.
7398 (quail-keyboard-layout-type): New customizable variable.
7399 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
7400 (quail-keyboard-translate): Pay attention to
7401 quail-keyboard-layout-substitution.
7402 (quail-insert-kbd-layout): New function.
7403 (quail-show-keyboard-layout): New function.
7404 (quail-get-translation): If the definition is a vector of length
7405 1, and the element is a string of length 1, return the character
7406 in that string.
7407 (quail-update-current-translations): Fix the case of
7408 relative-index out of range.
7409 (quail-build-decode-map, quail-insert-decode-map): New Functions.
7410 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
7411 Show key sequences for all available characters.
7412 (quail-help-insert-keymap-description): Don't show such verbose
7413 key bindings as quail-self-insert-command.
7414
7415 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
7416 Format changed, and each element now have extra documentations.
7417 (tit-process-header): Delete invalid characters from TIT-PROMPT.
7418 Adjusted for the change of quail-cxterm-package-ext-info.
7419
7420 2000-09-06 Gerd Moellmann <gerd@gnu.org>
7421
7422 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
7423 requiring it leads to a recursive loading of vc.el and vc-hooks.el
7424 during bootstrap.
7425
7426 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
7427
7428 * vc.el: (toplevel): Don't require `dired' at run-time.
7429 (vc-dired-resynch-file): Remove autoload cookie.
7430
7431 2000-09-05 Andre Spiegel <spiegel@gnu.org>
7432
7433 * vc.el: Made several backend functions optional.
7434 (vc-default-responsible-p): New function.
7435 (vc-merge): Use RET for first version to trigger merge-news, not
7436 prefix arg.
7437 (vc-annotate): Handle backends that do not support annotation.
7438 (vc-default-merge-news): Removed. The existence of a merge-news
7439 implementation is now checked on caller sites.
7440
7441 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
7442 case.
7443
7444 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
7445 special case that has been removed from the default in vc-hooks.el.
7446
7447 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
7448
7449 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
7450
7451 2000-09-05 Andre Spiegel <spiegel@gnu.org>
7452
7453 * vc-hooks.el: Require vc during compilation.
7454 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
7455 macro `with-vc-properties' in vc.el.
7456 (vc-file-getprop): Doc fix.
7457 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
7458
7459 * vc.el: Require dired-aux during compilation.
7460 (vc-name-assoc-file): Moved to vc-sccs.el.
7461 (with-vc-properties): New macro.
7462 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
7463 vc-finish-steal): Use it.
7464 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
7465 to the backend-specific function is now supposed to do the checkout,
7466 too.
7467 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
7468
7469 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
7470 set file properties; that gets done in the generic code now.
7471
7472 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
7473 Changed parameter list, added code from vc.el that does the
7474 checkout, possibly with a double-take.
7475
7476 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
7477 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
7478 the above under the new name.
7479 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
7480 parameter list, added checkout command.
7481 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
7482 properties; that gets done in the generic code now.
7483
7484 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
7485
7486 * vc.el: Docstring fixes (courtesy of checkdoc).
7487
7488 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
7489
7490 * vc.el (vc-checkout-writable-buffer-hook)
7491 (vc-checkout-writable-buffer): Remove.
7492 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
7493 (vc-log-mode): Make it into a clean derived major mode.
7494 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
7495 vc-log-mode if log-edit is not available.
7496 (vc-dired-mode-map): Don't set-keymap-parent yet.
7497 (vc-dired-mode): Do set-keymap-parent here.
7498 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
7499
7500 2000-09-05 Gerd Moellmann <gerd@gnu.org>
7501
7502 * faces.el (set-face-attribute, face-spec-reset-face)
7503 (face-spec-set): Avoid consing by removing calls to `apply'.
7504
7505 * frame.el (frame-parameter): Move to C code.
7506
7507 2000-09-05 Dave Love <fx@gnu.org>
7508
7509 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
7510 insert-before-markers-and-inherit. Now checked systematically!
7511
7512 2000-09-05 Alex Schroeder <alex@gnu.org>
7513
7514 * sql.el (sql-postgres): Use sql-postgres-options.
7515 (sql-postgres-options): New variable.
7516
7517 2000-09-05 Alex Schroeder <alex@gnu.org>
7518
7519 * sql.el (sql-mode-menu): Work around missing variable mark-active
7520 in XEmacs.
7521 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
7522 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
7523 compatibility.
7524
7525 2000-09-04 Gerd Moellmann <gerd@gnu.org>
7526
7527 * vc.el (vc-dired-resynch-file): Add autoload cookie.
7528
7529 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
7530
7531 * Makefile.in (DONTCOMPILE): Fix typo in file name.
7532
7533 2000-09-04 Andre Spiegel <spiegel@gnu.org>
7534
7535 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
7536 don't support anything else under SCCS yet.
7537
7538 * vc-hooks.el: Minor doc fixes.
7539
7540 2000-09-04 Andre Spiegel <spiegel@gnu.org>
7541
7542 * vc.el (vc-next-action-on-file): Do not visit the file if it's
7543 not necessary. If verbose in state `needs-patch', do the same as
7544 under `up-to-date'. When NOT verbose and `needs-patch', check out
7545 latest version instead of `merge-news'.
7546 (vc-next-action-dired): Don't mess with default-directory here; it
7547 breaks other parts of dired. It is the job of the
7548 backend-specific functions to adjust it temporarily if they need it.
7549 (vc-next-action): Remove a special CVS case.
7550 (vc-clear-headers): New optional arg FILE.
7551 (vc-checkin, vc-checkout): Set properties vc-state and
7552 vc-checkout-time properly.
7553 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
7554 (vc-print-log): Use new backend function `show-log-entry'.
7555 (vc-cancel-version): Do the checks in a different order. Added a
7556 FIXME concerning RCS-only code.
7557
7558 * vc-rcs.el (vc-rcs-show-log-entry): New function.
7559 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
7560
7561 * vc-cvs.el (vc-cvs-show-log-entry): New function.
7562
7563 * vc-hooks.el (vc-default-mode-line-string): Show state
7564 `needs-patch' as a `-' too.
7565
7566 2000-09-04 Andre Spiegel <spiegel@gnu.org>
7567
7568 * vc.el (vc-responsible-backend): New optional arg REGISTER.
7569 (vc-default-could-register): New function.
7570 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
7571 (vc-resynch-buffer): Call vc-dired-resynch-file.
7572 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
7573 vc-resynch-buffer instead of vc-resynch-window.
7574 (vc-next-action-dired): Don't redisplay here, that gets done as a
7575 result of the individual file operations.
7576 (vc-retrieve-snapshot): Corrected prompt order.
7577
7578 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
7579
7580 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
7581 as well.
7582 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
7583 hostname regexps. Updated all callers.
7584 (vc-cvs-responsible-p): Handle directories as well.
7585 (vc-cvs-could-register): New function.
7586 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
7587 properties up-to-date.
7588
7589 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
7590 user whether to create one.
7591
7592 2000-09-04 Andre Spiegel <spiegel@gnu.org>
7593
7594 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
7595 check out a non-existing file.
7596
7597 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
7598 workfile does not exist.
7599
7600 * vc.el (vc-version-diff): Use `require' to check for existence of
7601 diff-mode.
7602
7603 2000-09-04 Andre Spiegel <spiegel@gnu.org>
7604
7605 * vc-cvs.el (vc-cvs-registered): Use new function
7606 vc-cvs-parse-entry to do the actual work.
7607
7608 2000-09-04 Andre Spiegel <spiegel@gnu.org>
7609
7610 * vc-hooks.el (vc-find-backend-function): If function doesn't
7611 exist, return nil instead of error.
7612 (vc-call-backend): Doc fix.
7613
7614 * vc.el (vc-do-command): Doc fix.
7615 (vc-finish-logentry): When checking in from vc-dired, choose the
7616 right backend for logentry check.
7617 (vc-dired-mode-map): Inherit from dired-mode-map.
7618 (vc-dired-mode): Local value of dired-move-to-filename-regexp
7619 simplified.
7620 (vc-dired-state-info): Removed, updated caller.
7621 (vc-default-dired-state-info): Use parentheses instead of hyphens.
7622 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
7623 (vc-dired-listing-switches): New variable.
7624 (vc-directory): Use it, instead of dired-listing-switches.
7625
7626 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
7627 (vc-cvs-dir-state): New function.
7628 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
7629 (vc-cvs-parse-entry): New function, also to be used in
7630 vc-cvs-registered.
7631
7632 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7633
7634 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
7635 *or* single-window-frames.
7636
7637 2000-09-04 Andre Spiegel <spiegel@gnu.org>
7638
7639 * vc.el (vc-update-changelog): Split into generic part and default
7640 implementation. Doc string adapted.
7641 (vc-default-update-changelog): New function. Call the `rcs2log'
7642 script in exec-directory, to fix a long-standing nuisance.
7643
7644 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
7645 simply signals an error.
7646
7647 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7648
7649 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
7650 control-flow more clear and to avoid running `cvs' twice.
7651
7652 * vc.el (vc-next-action-on-file): Doc fix.
7653 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
7654 (vc-print-log): Eval `file' before constructing the continuation.
7655
7656 2000-09-04 Andre Spiegel <spiegel@gnu.org>
7657
7658 * vc.el (vc-next-action-on-file): Corrected several messages.
7659 (vc-merge): Add prefix arg `merge-news'; handle it.
7660
7661 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
7662 is not reached. It is.
7663 (vc-cvs-merge): Set state to 'edited after merge.
7664 (vc-cvs-merge-news): Set workfile version to nil if not known.
7665 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
7666
7667 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
7668 via stdout. (Merge from main line.)
7669
7670 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7671
7672 * vc.el (vc-finish-logentry): Thinko in the "same comment"
7673 detection.
7674
7675 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7676
7677 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
7678 against kill-all-local-variables.
7679 (vc-log-edit): Don't save vc-parent-buffer any more.
7680 (vc-last-comment-match): Initialize to an empty string.
7681 (vc-post-command-functions): New hook.
7682 (vc-do-command): Run it.
7683 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
7684 (vc-finish-logentry): Only add the comment to the ring if it's
7685 different from the last comment entered.
7686 (vc-new-comment-index): New function.
7687 (vc-previous-comment): Use it. Make the minibuffer message
7688 slightly less terse.
7689 (vc-comment-search-reverse): Make it work forward as well. Don't
7690 set vc-comment-ring-index if no match is found. Use
7691 vc-new-comment-index.
7692 (vc-comment-search-forward): Use vc-comment-search-reverse.
7693 (vc-dired-mode-map): Don't inherit from dired-mode-map since
7694 define-derived-mode will do it for us. Bind `v' to a keymap that
7695 inherits from vc-prefix-map so that we can bind `vt' without
7696 binding C-x v t.
7697 (vc-retrieve-snapshot): Parenthesis typo.
7698
7699 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
7700 to 1. Make sure to switch to *vc* before looking for an error
7701 message. Use vc-parse-buffer.
7702
7703 2000-09-04 Andre Spiegel <spiegel@gnu.org>
7704
7705 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
7706 and NAME.
7707 (vc-retrieve-snapshot): Split into two parts.
7708 (vc-default-retrieve-snapshot): New function.
7709
7710 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
7711 (vc-cvs-retrieve-snapshot): New function (untested).
7712 (vc-cvs-stay-local): Default to t.
7713 (vc-cvs-remote-p): New function and property.
7714 (vc-cvs-state): Stay local only if the above is t.
7715 (vc-handle-cvs): Removed.
7716 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
7717 done via vc-handled-backends now.
7718 (vc-cvs-header): Escape Id.
7719
7720 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7721
7722 * vc.el (vc-do-command): Remove unused commands.
7723 (vc-version-diff): Make sure default-directory ends with a slash.
7724 Move the window commands into a vc-exec-after.
7725 (vc-print-log): Move more of the code into the `vc-exec-after'.
7726
7727 2000-09-04 Andre Spiegel <spiegel@gnu.org>
7728
7729 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
7730 (vc-print-log): Search current revision from beginning of buffer.
7731 (vc-revert-buffer): Clear echo area after the diff is finished.
7732 (vc-prefix-map): Removed definition of "t" for terse display in vc
7733 dired.
7734 (vc-dired-mode-map): Inherit from dired-mode-map. Added
7735 definition of "vt" for terse display.
7736 (vc-dired-mode): Fix dired-move-to-filename-regexp.
7737
7738 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7739
7740 * vc.el (vc-exec-after): Avoid caddr.
7741
7742 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7743
7744 * vc.el (vc-exec-after): New function.
7745 (vc-do-command): Use it to add a termination message for async
7746 procs.
7747 (vc-checkout): Try to handle a missing-backend situation.
7748 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
7749 of a directory with a backend using async diffs.
7750 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
7751 present.
7752
7753 * vc-sccs.el (vc-sccs-state-heuristic): Use
7754 file-ownership-preserved-p.
7755
7756 * vc-rcs.el (vc-rcs-state-heuristic): Use
7757 file-ownership-preserved-p.
7758 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
7759
7760 2000-09-04 Andre Spiegel <spiegel@gnu.org>
7761
7762 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
7763 vc-do-command.
7764
7765 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
7766 when there are no changes.
7767
7768 2000-09-04 Andre Spiegel <spiegel@gnu.org>
7769
7770 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
7771
7772 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
7773
7774 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7775
7776 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
7777
7778 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
7779 the `fset' outside of the defvar so that it works even if
7780 vc-prefix-map was already defined.
7781 (vc-setup-buffer): New function, split out of vc-do-command.
7782 (vc-do-command): Allow BUFFER to be t to mean `just use the
7783 current buffer without any fuss'.
7784 (vc-version-diff): Change the `diff' backend operation to just put
7785 the diff in the current buffer without erasing it. Always use
7786 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
7787 shrink-window-if-larger-than-buffer.
7788 (vc-print-log): Change the `print-log' backend operation to just
7789 put the log in the current buffer without erasing it. Protect
7790 shrink-window-if-larger-than-buffer.
7791 (vc-update-change-log): Fix setd typo.
7792
7793 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
7794 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
7795
7796 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
7797 (vc-rcs-diff): Insert in the current buffer and remove unused arg
7798 CMP.
7799
7800 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
7801 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
7802 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
7803
7804 2000-09-04 Andre Spiegel <spiegel@gnu.org>
7805
7806 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
7807 not possible, use vc-BACKEND-workfile-unchanged-p.
7808 (vc-default-workfile-unchanged-p): New function. Delegates to a
7809 full vc-BACKEND-diff.
7810
7811 * vc-hooks.el (vc-simple-command): Removed.
7812
7813 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
7814 instead of vc-simple-command.
7815 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
7816 avoid doing a diff when opening a file.
7817 (vc-rcs-state): Added check for unlocked-changes.
7818 (vc-rcs-header): Escape Id.
7819 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
7820 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
7821 version.
7822
7823 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
7824 (vc-sccs-diff): Remove optional arg CMP.
7825 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
7826 SCCS-specific function.
7827
7828 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
7829 vc-simple-command.
7830
7831 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7832
7833 * vc.el (vc-editable-p): Renamed from vc-writable-p.
7834 (with-vc-file, vc-merge): Use vc-editable-p.
7835 (vc-do-command): Remove unused var vc-file and fix the
7836 doubly-defined `status' var. Add a user message when starting an
7837 async command.
7838 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
7839 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
7840 Use with-current-buffer.
7841 (vc-buffer-sync): Use unless.
7842 (vc-next-action-on-file): If the file is 'edited by read-only,
7843 make it read-write instead of trying to commit.
7844 (vc-version-diff, vc-update-change-log): Use `setq
7845 default-directory' rather than `cd'.
7846 (vc-log-edit): Don't forget to set default-directory in the
7847 buffer.
7848
7849 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
7850 (vc-sccs-state-heuristic): Use file-writable-p instead of
7851 comparing userids.
7852 (vc-sccs-checkout): Use `unless'.
7853
7854 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
7855 of comparing userids.
7856 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
7857 Simplify the logic by eliminating unreachable code.
7858 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
7859 just do a recursive call if we need to retry.
7860 (vc-rcs-checkout): Handle the case where rcs is missing by making
7861 the buffer read-write if requested and re-signalling the error.
7862
7863 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
7864
7865 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7866
7867 * vc-hooks.el (vc-handled-backends): Docstring change.
7868 (vc-ignore-vc-files): Mark obsolete.
7869 (vc-registered): Check vc-ignore-vc-files.
7870 (vc-find-file-hook, vc-file-not-found-hook): Don't check
7871 vc-ignore-vc-files.
7872
7873 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
7874
7875 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7876
7877 * vc.el (vc-checkout): Don't do anything special for ange-ftp
7878 files since ange-ftp already has vc-registered return nil.
7879
7880 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
7881 (vc-sccs-workfile-version): Use with-temp-buffer and new
7882 vc-parse-buffer and don't bother setting the property.
7883 (vc-sccs-add-triple): Use with-current-buffer and
7884 find-file-noselect.
7885 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
7886
7887 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
7888 derives from the old vc-parse-buffer but uses the revision number
7889 rather than the date (much easier to compare robustly).
7890 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
7891 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
7892 locking-user more directly. Check strict locking and set
7893 checkout-model appropriately.
7894 (vc-rcs-parse-locks): Remove.
7895 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
7896 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
7897 (vc-rcs-system-release): Use with-current-buffer and
7898 vc-parse-buffer.
7899 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
7900
7901 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
7902 (vc-simple-command): Docstring fix.
7903 (vc-registered): Align the way the file-handler is called with the
7904 way the function itself works.
7905 (vc-file-owner): Remove.
7906
7907 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
7908 extraction of fields and call to file-attributes because of a
7909 temporary bug in rcp.el.
7910 (vc-cvs-fetch-status): Use with-current-buffer.
7911
7912 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7913
7914 * vc.el (vc-do-command): Use file-relative-name.
7915 (vc-responsible-backend): Use vc-backend if possible.
7916 (vc-create-snapshot): Improve the `interactive' spec. Add support
7917 for branches and dispatch to backend-specific `create-snapshot'.
7918 (vc-default-create-snapshot): New function, containing the bulk of
7919 the old vc-create-snapshot.
7920 (vc-retrieve-snapshot): Improve the interactive spec.
7921
7922 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
7923 (vc-backend-hook-functions): Remove.
7924 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
7925 (vc-backend): Reintroduce the test for `file = nil' now that I
7926 know why it was there (and added a comment to better remember).
7927
7928 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
7929 code from vc-sccs-hooks.el.
7930 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
7931 'vc anymore.
7932 (vc-sccs-responsible-p): Use expand-file-name instead of concat
7933 and file-directory-p instead of file-exists-p.
7934 (vc-sccs-check-headers): Simplify the regexp.
7935
7936 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
7937 from vc-rcs-hooks.el. Don't require 'vc anymore.
7938 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
7939 file-directory-p instead of file-exists-p.
7940
7941 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
7942 from vc-cvs-hooks.el.
7943 (proto vc-cvs-registered): Require 'vc-cvs instead of
7944 'vc-cvs-hooks. Don't require 'vc anymore.
7945 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
7946 file-directory-p instead of file-exists-p.
7947 (vc-cvs-create-snapshot): New function, replacing
7948 vc-cvs-assign-name.
7949 (vc-cvs-assign-name): Remove.
7950
7951 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7952
7953 * vc-cvs.el (vc-cvs-header): New var.
7954
7955 * vc-rcs.el (vc-rcs-exists): Remove.
7956 (vc-rcs-header): New var.
7957
7958 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
7959 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
7960 (vc-sccs-header): New var.
7961
7962 * vc.el (vc-do-command): Get rid of the `last' argument.
7963 (vc-header-alist): Remove, replaced by vc-X-header.
7964 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
7965 (vc-dired-hook): Use expand-file-name instead of concat.
7966 (vc-directory): Use file-name-as-directory.
7967 (vc-snapshot-precondition, vc-create-snapshot)
7968 (vc-retrieve-snapshot): Allow the command to operate on any
7969 directory.
7970
7971 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
7972 just removing the 'WORKFILE argument or by removing the 'MASTER
7973 argument and replacing `file' with (vc-name file).
7974
7975 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7976
7977 * vc.el: Update Copyright and add a crude list of backend funs.
7978 (vc-writable-p): New function.
7979 (with-vc-file): Use vc-writable-p.
7980 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
7981 (vc-register): Avoid vc-name.
7982 (vc-locking-user): Remove.
7983 (vc-steal-lock): Make the `owner' arg non-optional.
7984 (vc-merge): Use vc-writable-p instead of vc-locking-user and
7985 vc-checkout-model.
7986 (vc-default-dired-state-info): Use vc-state instead of
7987 vc-locking-user and return special strings for special states.
7988 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
7989 and get rid of one of the special CVS cases.
7990 (vc-cancel-version): prettify error message with \\[...].
7991 (vc-rename-master): New function.
7992 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
7993 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
7994 the CVS special case generic.
7995 (vc-default-record-rename): Remove.
7996 (vc-file-tree-walk-internal): Only call FUNC for files that are
7997 under control of some VC backend and replace `concat' with
7998 expand-file-name.
7999 (vc-file-tree-walk): Update docstring.
8000 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
8001 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
8002
8003 * vc-sccs.el (vc-sccs-rename-file): Renamed from
8004 vc-sccs-record-rename. Use `find-file-noselect' rather than
8005 `find-file' and call `vc-rename-master' to do the actual move.
8006 (vc-sccs-diff): Remove unused `backend' variable.
8007
8008 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
8009 to delay loading of vc-sccs until it is really used.
8010 (vc-sccs-master-templates): Preload.
8011 (vc-sccs-state): Update call to vc-sccs-parse-locks.
8012 (vc-sccs-project-dir): Remove (merged into
8013 vc-sccs-search-project-dir).
8014 (vc-sccs-search-project-dir): Rewrite using file name handling ops
8015 rather than `concat', make sure it is preloaded and don't bother
8016 to check that the file actually exists.
8017 (vc-sccs-parse-locks): Remove unused `file' argument, remove
8018 `locks' argument (use buffer's content instead) and eliminate n^2
8019 behavior.
8020
8021 * vc-rcs.el: Update Copyright.
8022 (vc-rcs-rename-file): New function.
8023 (vc-rcs-diff): Remove unused `backend' variable.
8024
8025 * vc-hooks.el: Update Copyright.
8026 (vc-backend): Don't accept a nil argument any more.
8027 (vc-up-to-date-p): Turn into a defsubst.
8028 (vc-possible-master): New function.
8029 (vc-check-master-templates): Use `vc-possible-master' and allow
8030 funs in vc-X-master-templates to return a non-existent file.
8031
8032 * vc-cvs.el: Update Copyright.
8033 (vc-cvs-diff): Remove unused `backend' variable.
8034 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
8035
8036 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
8037
8038 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8039
8040 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
8041 since it can be called from vc-rcs.el.
8042 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
8043
8044 2000-09-04 Andre Spiegel <spiegel@gnu.org>
8045
8046 * vc.el (vc-version-diff): Expand file name read from the
8047 minibuffer. Handle the case when a previous version number can't
8048 be guessed. Give suitable messages when there were no differences
8049 found.
8050 (vc-clear-headers): Call backend-specific implementation, if one
8051 exists.
8052 (vc-cancel-version): Made error checks generic. When done, clear
8053 headers generically, too.
8054
8055 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
8056 from vc-clear-headers in vc.el.
8057
8058 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
8059 correctly.
8060 (vc-rcs-latest-on-branch-p): Made second argument VERSION
8061 optional. Handle the case when it's not there.
8062
8063 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8064
8065 * vc.el (vc-locking-user): Moved from vc-hooks.el.
8066
8067 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8068
8069 * vc-hooks.el (vc-loadup): Remove.
8070 (vc-find-backend-function): Use `require'. Also, handle the case
8071 where vc-BACKEND-hooks.el doesn't exist.
8072 (vc-call-backend): Cleanup.
8073
8074 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8075
8076 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
8077 vc-rcs-grab-templates)
8078 (vc-rcs-registered): Remove. The default function works as well.
8079 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
8080 vc-sccs-grab-templates)
8081 (vc-sccs-registered): Remove. The default function works as well.
8082
8083 * vc.el (vc-version-diff): Left out a vc- in call to
8084 vc-call-backend.
8085 (vc-default-dired-state-info, vc-default-record-rename)
8086 (vc-default-merge-news): Update for the new backend argument.
8087
8088 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
8089 using the default function.
8090 (vc-call-backend): If calling the default function, pass it the
8091 backend as first argument. Update the docstring accordingly.
8092 (vc-default-state-heuristic, vc-default-mode-line-string): Update
8093 for the new backend argument.
8094 (vc-make-backend-sym): Renamed from vc-make-backend-function.
8095 (vc-find-backend-function): Use the new name.
8096 (vc-default-registered): New function.
8097
8098 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8099
8100 * vc.el (vc-merge): Use vc-find-backend-function.
8101
8102 * vc-hooks.el (vc-backend-functions): Remove.
8103 (vc-loadup): Don't setup 'vc-functions.
8104 (vc-find-backend-function): New function.
8105 (vc-call-backend): Use above fun and populate 'vc-functions
8106 lazily.
8107 (vc-backend-defines): Remove.
8108
8109 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8110
8111 * vc.el (vc-register): Put a FIXME note for a newly found bug.
8112 Call vc-call-backend without the leading vc-.
8113 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
8114 (vc-check-headers): Call vc-call-backend without the leading vc-.
8115 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
8116 (vc-annotate-display): Replace confusing use of `cond' with `or'.
8117 Call vc-call-backend without the leading vc-.
8118
8119 * vc-cvs.el (tail): Provide vc-cvs.
8120 * vc-sccs.el (tail): Provide vc-sccs.
8121 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
8122
8123 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
8124 (vc-make-backend-function, vc-call): Pass names without leading
8125 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
8126 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
8127 (vc-call-backend): Always try to load vc-X-hooks.
8128 (vc-registered): Remove vc- in call to vc-call-backend.
8129
8130 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8131
8132 * vc.el (vc-process-filter): New function.
8133 (vc-do-command): Setup `vc-process-filter' for the async process.
8134 (vc-maybe-resolve-conflicts): New function to reduce
8135 code-duplication. Additionally, it puts the buffer in
8136 `smerge-mode' if applicable.
8137 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
8138 calling `merge-news'.
8139 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
8140 (vc-log-edit): New function. Replacement for `vc-log-mode' by
8141 interfacing to log-edit.el.
8142 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
8143 log-edit is available.
8144 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
8145
8146 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8147
8148 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
8149 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
8150 defvar and the initialization.
8151 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
8152
8153 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
8154 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
8155
8156 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
8157
8158 2000-09-04 Andre Spiegel <spiegel@gnu.org>
8159
8160 * vc.el (vc-file-clear-masterprops): Removed.
8161 (vc-checkin, vc-revert-buffer): Removed calls to the above.
8162 (vc-version-diff): Use buffer-size without argument.
8163 (vc-register): Heed vc-initial-comment.
8164
8165 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
8166 default branch.
8167
8168 * vc-rcs.el (vc-rcs-register): Parse command output to find master
8169 file name and workfile version.
8170 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
8171
8172 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
8173 vc-file-clear-masterprops.
8174
8175 * vc-sccs.el (vc-sccs-checkout): Removed call to
8176 vc-file-clear-masterprops. If writable, set vc-state to 'edited
8177 rather than user login name.
8178
8179
8180 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8181
8182 * vc.el (vc-workfile-unchanged-p): Remove unused argument
8183 `want-differences-if-changed' and simplify.
8184 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
8185 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
8186 output (which is invalid for async vc-diff) to decide whether to
8187 do the revert silently or not.
8188
8189 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8190
8191 * vc-hooks.el (vc-loadup): Load files quietly.
8192 (vc-call-backend): Oops, brain fart.
8193
8194 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8195
8196 * vc-cvs.el (vc-cvs-state): Typo.
8197 (vc-cvs-merge-news): Return the status code rather than the error msg.
8198
8199 2000-09-04 Andre Spiegel <spiegel@gnu.org>
8200
8201 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
8202 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
8203 vc-state or vc-up-to-date-p.
8204 (vc-merge): Use vc-backend-defines to check whether merging is
8205 possible. Set state to 'edited after successful merge.
8206
8207 * vc-hooks.el (vc-locking-user): If locked by the calling user,
8208 return that name. Redocumented.
8209
8210 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8211
8212 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
8213 new `vc-state' semantics.
8214 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
8215 'vc-locking-user to the current user.
8216 (vc-merge): Inline vc-backend-merge. Comment out code that I
8217 don't understand and hence can't adapt to the new `vc-state' and
8218 `vc-locking-user' semantics.
8219 (vc-backend-merge): Remove.
8220
8221 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
8222 rather than 'vc-locking-user.
8223
8224 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
8225
8226 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
8227 (vc-state): Don't use 'reserved any more. Just use the same
8228 convention as the one used for vc-<backend>-state where the
8229 locking user (as a string) is returned.
8230 (vc-locking-user): Update, based on the above convention. The
8231 'vc-locking-user property has disappeared.
8232 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
8233
8234 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
8235 with a heuristic one.
8236 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
8237 (vc-cvs-checkin): Do a trivial parse to set the state in case of
8238 error. That allows us to get to 'needs-merge even in the
8239 stay-local case. There's still no way to detect 'needs-patch in
8240 such a setup (or to force an update for that matter).
8241 (vc-cvs-logentry-check): Remove, the default works as well.
8242
8243 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8244
8245 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
8246
8247 * vc.el (vc-do-command): kill-all-local-variables, to reset any
8248 major-mode in which the buffer might have been put earlier. Use
8249 `remove' and `when'. Allow `okstatus' to be `async' and use
8250 `start-process' in this case.
8251 (vc-version-diff): Handle the case where the diff looks empty
8252 because of the use of an async process.
8253
8254 2000-09-04 Andre Spiegel <spiegel@gnu.org>
8255
8256 * vc.el (vc-next-action-on-file): Removed optional parameter
8257 `simple'. Recompute state unconditionally.
8258 (vc-default-toggle-read-only): Removed.
8259
8260 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
8261 (vc-toggle-read-only): Undid prev change.
8262
8263 * vc-cvs.el (vc-cvs-stay-local): Renamed from
8264 vc-cvs-simple-toggle. Redocumented.
8265 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
8266 (vc-cvs-toggle-read-only): Removed.
8267
8268 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8269
8270 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
8271 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
8272 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
8273 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
8274 still is. So maybe it should be removed.
8275 (vc-head-version, vc-find-binary): Remove.
8276 (vc-recompute-state): Move from vc-hooks.el.
8277 (vc-next-action-on-file): Add a `simple' argument to allow
8278 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
8279 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
8280 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
8281 (vc-dired-mode-map): Properly defvar it.
8282 (vc-print-log): Call log-view-mode if available.
8283 (small-temporary-file-directory): defvar instead of use boundp.
8284 (vc-merge-news): Moved to vc-cvs.el.
8285 (vc-default-merge-news): New function.
8286
8287 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
8288 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
8289 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
8290 unknown `vc-latest-version' function. It should probably refer to
8291 vc-workfile-version or somesuch, but it's very unclear to me and I
8292 don't have SCCS to test things.
8293
8294 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
8295 (vc-sccs-state-heuristic): Fix typo.
8296 (vc-sccs-workfile-unchanged-p): Add missing argument.
8297
8298 * vc-rcs.el: Require vc and vc-rcs-hooks.
8299 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
8300 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
8301 (vc-release-greater-or-equal-p): Move from vc.
8302 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
8303 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
8304 (vc-rcs-checkout): Add a missing `new-version' argument in the
8305 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
8306
8307 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
8308 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
8309 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
8310 than the apparently unbound `workfile-version'.
8311
8312 * vc-hooks.el (vc-master-templates): Def the obsolete var.
8313 (vc-file-prop-obarray): Use `make-vector'.
8314 (vc-backend-functions): Add new hookable functions
8315 vc-toggle-read-only, vc-record-rename and vc-merge-news.
8316 (vc-loadup): If neither backend nor default functions exist, use
8317 the backend function rather than nil.
8318 (vc-call-backend): If the function if not bound yet, try to load
8319 the non-hook file to see if it provides it.
8320 (vc-call): New macro plus use it wherever possible.
8321 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
8322 nor `vc-find-binary' since it's only called from
8323 vc-mistrust-permission which is only used once the backend is known.
8324 (vc-checkout-model): Fix parenthesis.
8325 (vc-recompute-state, vc-prefix-map): Move to vc.el.
8326
8327 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
8328 (vc-cvs-release, vc-cvs-system-release): Remove.
8329 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
8330 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
8331 status symbols.
8332 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
8333 (vc-cvs-toggle-read-only): First cut at a function to allow a
8334 cvs-status-free vc-toggle-read-only.
8335 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
8336 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
8337 vc-cvs-status. Also set vc-state rather than vc-locking-user.
8338 (vc-cvs-checkout): Modify access rights directly if the user
8339 requested not to use `cvs edit'. And refresh the mode line.
8340
8341 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
8342 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
8343
8344 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8345
8346 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
8347 workfile' that got lost when the code was extracted from vc.el.
8348 And merged the tail with the rest of the code (not possible in the
8349 old vc.el where the tail was shared among all backends). And
8350 explicitly set the state to 'edited if `writable' is set.
8351
8352 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
8353 (vc-cvs-state): Be careful to return the value from
8354 vc-cvs-parse-state.
8355 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
8356 property but return it instead. Also be careful to handle a nil
8357 or "" `rev' when workfile is non-nil (it was handled properly when
8358 workfile was nil).
8359
8360 * vc.el: Removed those pesky unnecessary `(function' quotes.
8361 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
8362 directly in the defvar.
8363 (vc-do-command): Bind inhibit-read-only so as to properly handle
8364 the case where the destination buffer has been made read-only.
8365 (vc-diff): Delegate to vc-version-diff in all cases.
8366 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
8367 (vc-annotate-mode-variables): Removed (code moved partly to
8368 defvars and partly to vc-annotate-add-menu).
8369 (vc-annotate-mode): Turned into a derived-mode.
8370 (vc-annotate-add-menu): Moved in code in
8371 vc-annotate-mode-variables.
8372 (vc-update-change-log): Use make-temp-file if available.
8373
8374 2000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
8375
8376 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
8377 `vc-checkout-model' updated to `vc-cvs-update-model'.
8378
8379 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8380
8381 * vc.el (vc-next-action-on-file): Added handling of state
8382 `unlocked-changes'.
8383 (vc-checkout-carefully): Is now practically obsolete, unless the
8384 above is too slow to be enabled unconditionally.
8385 (vc-update-change-log): Fixed typo.
8386
8387 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
8388
8389 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
8390 Now handles state `unlocked-changes'.
8391 (vc-sccs-workfile-unchanged-p): New function, to support the above.
8392
8393 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
8394
8395 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
8396 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
8397 `unlocked-changes'.
8398 (vc-rcs-workfile-unchanged-p): Renamed from
8399 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
8400 function yet, but supposed to become one soon.
8401
8402 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
8403 `vc-steal-lock'.
8404 (vc-call-backend): Changed error message.
8405 (vc-state): Added description of state `unlocked-changes'.
8406
8407 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8408
8409 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
8410 always return t in CVS-controlled directories.
8411
8412 * vc.el (vc-responsible-backend): New function.
8413 (vc-register): Largely rewritten.
8414 (vc-admin): Removed (implementation moved into vc-register).
8415 (vc-checkin): Redocumented.
8416 (vc-finish-logentry): If no backend defined yet (because we are in
8417 the process of registering), use the responsible backend.
8418
8419 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
8420 Updated function lists.
8421 (vc-call-backend): Fixed typo.
8422
8423 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
8424 New functions.
8425 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
8426 Removed query option. Redocumented.
8427
8428 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8429
8430 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
8431
8432 * vc.el: Updated callers of `vc-checkout-required' to use
8433 `vc-checkout-model'.
8434
8435 2000-09-04 Martin Lorentzson <martinl@gnu.org>
8436
8437 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
8438 stuff updated to reference this function instead of the old
8439 `vc-backend-release-p'.
8440
8441 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8442
8443 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
8444 vc-checkout-model. Return appropriate values. Updated callers.
8445
8446 2000-09-04 Martin Lorentzson <martinl@gnu.org>
8447
8448 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
8449 (vc-backend-revert): Function moved into `vc-revert';
8450 `vc-next-action' must be updated to accomodate this change.
8451 (vc-backend-steal): Function moved into `vc-finish-steal'.
8452 (vc-backend-logentry-check): Function moved into
8453 `vc-finish-logentry'.
8454 (vc-backend-printlog): Function moved into `vc-print-log'.
8455 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
8456 (vc-backend-assign-name): Function moved into
8457 `vc-create-snapshot'.
8458
8459 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8460
8461 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
8462 Rename to vc-checkout-model. Return appropriate values.
8463 Update callers.
8464
8465 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
8466 to vc-checkout-model.
8467 (vc-checkout-required): Rename to vc-checkout-model.
8468 Re-implement and re-comment.
8469 (vc-after-save): Use vc-checkout-model.
8470
8471 2000-09-04 Martin Lorentzson <martinl@gnu.org>
8472
8473 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
8474 Update to use the vc-BACKEND-diff functions instead.
8475 `vc-diff' is now working.
8476
8477 * vc-rcs.el (vc-rcs-logentry-check): New function.
8478
8479 * vc-cvs.el (vc-cvs-logentry-check): New function.
8480
8481 * vc-sccs.el (vc-sccs-diff): Function changed name from
8482 `vc-backend-diff'. This makes `vc-diff' work.
8483
8484 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
8485 of functions possibly implemented in a vc-BACKEND library.
8486 (vc-checkout-required): Fix bug that caused an error to be
8487 signaled during `vc-after-save'.
8488
8489 * vc.el: Fix typo.
8490 This checkin is made with our new VC code base for the very first time.
8491 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
8492
8493 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
8494 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
8495
8496 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
8497 updated to `vc-uses-locking'.
8498 (vc-checkout-required): Call to backend function.
8499 `vc-checkout-required' updated to `vc-uses-locking' instead.
8500
8501 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
8502 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
8503
8504 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
8505 to match the split into various backends.
8506 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
8507 (vc-retrieve-snapshot): Bug fix.
8508
8509 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8510
8511 * vc-sccs.el (vc-sccs-release): Doc fix.
8512
8513 2000-09-04 Martin Lorentzson <martinl@gnu.org>
8514
8515 * vc.el (vc-next-action-on-file): Bug found and fixed.
8516 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
8517 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
8518
8519 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
8520 (vc-rcs-checkout): Name space cleaned up. No more revision number
8521 crunching function names that are not prefixed with vc-rcs.
8522 (vc-rcs-checkout-model): Function added. References to
8523 `vc-checkout-model' replaced.
8524
8525 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8526
8527 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
8528 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
8529 still need to be split, and implemented for RCS).
8530
8531 2000-09-04 Martin Lorentzson <martinl@gnu.org>
8532
8533 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
8534
8535 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
8536 required by the vc.el file.
8537
8538 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
8539 required by the vc.el file.
8540 (vc-rcs-exists): Function added.
8541
8542 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
8543 required by the vc.el file.
8544
8545 * vc.el (vc-admin): Updated to handle selection of appropriate
8546 backend. Current implementation is crufty and need re-thinking.
8547
8548 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
8549
8550 2000-09-04 Martin Lorentzson <martinl@gnu.org>
8551
8552 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
8553 beginning of annotate buffers correctly.
8554
8555 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
8556 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
8557 functionality updated quite a lot to support multiple backends.
8558 Variables `vc-annotate-mode', `vc-annotate-buffers',
8559 `vc-annotate-backend' added.
8560
8561 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
8562 `vc-annotate-difference' added to supported backend functions.
8563
8564 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8565
8566 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
8567 Use with-temp-file instead of /bin/sh. Merged from mainline
8568
8569 2000-09-04 Martin Lorentzson <martinl@gnu.org>
8570
8571 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
8572
8573 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
8574
8575 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
8576
8577 2000-09-04 Martin Lorentzson <martinl@gnu.org>
8578
8579 * vc-hooks.el: vc-state-heuristic added to
8580 vc-backend-hook-functions.
8581
8582 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
8583
8584 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
8585
8586 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
8587 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
8588 state to `reserved'.
8589
8590 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
8591 `vc-checkout-required'. Rename the `locked' state to `reserved'.
8592
8593 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8594
8595 * vc-rcs-hooks.el: Implement new state model. Hardly anything
8596 untouched.
8597
8598 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
8599
8600 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
8601 if defined. (Merged from main line, slightly adapted.)
8602
8603 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
8604 millenium problem (merged from mainline).
8605
8606 2000-09-04 Martin Lorentzson <martinl@gnu.org>
8607
8608 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
8609 part and moved the non-BACKEND stuff to vc.el.
8610
8611 * vc.el: Split the annotate feature into a BACKEND specific part
8612 and moved it from the vc-cvs.el file to this one.
8613
8614 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8615
8616 * vc-hooks.el: Implement new state model.
8617 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
8618 (vc-locking-user): Simplify. Now only needed if the file is
8619 locked by somebody else.
8620 (vc-lock-from-permissions): Remove. Functionality is in
8621 vc-sccs-hooks.el and vc-rcs-hooks.el now.
8622 (vc-mode-line-string): New name for former vc-status. Adapted.
8623 (vc-mode-line): Adapt to use the above. Remove optional parameter.
8624
8625 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
8626 Various simplifications and adaptations all over the place.
8627
8628 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
8629 Simplify and adapt the rest.
8630
8631 * vc.el (vc-resynch-window): Add TODO comment: check for
8632 interaction with view mode according to recent RCS change.
8633 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
8634
8635 2000-09-04 Martin Lorentzson <martinl@gnu.org>
8636
8637 * vc.el: Convert the remaining function comments to docstrings.
8638
8639 2000-09-04 Martin Lorentzson <martinl@gnu.org>
8640
8641 * vc.el (vc-backend-release, vc-release-greater-or-equal)
8642 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
8643 (vc-minor-part, vc-previous-version): Functions that operate and
8644 compare revision numbers got proper documentation. Comments added
8645 about their possible removal.
8646
8647 2000-09-04 Martin Lorentzson <martinl@gnu.org>
8648
8649 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
8650 the vc-backend.el files.
8651
8652 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
8653
8654 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
8655 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
8656 (vc-rcs-previous-version): Functions added.
8657
8658 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
8659
8660 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
8661
8662 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8663
8664 * vc-hooks.el (vc-master-templates): Is really obsolete.
8665 Comment out the definition for now. What is the right procedure
8666 to get rid of it?
8667 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
8668 rewritten.
8669 (vc-default-registered): Remove.
8670 (vc-check-master-templates): New function; does mostly what the
8671 above did before.
8672 (vc-locking-user): Don't rely on the backend to set the property.
8673
8674 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
8675 Rewrite documentation.
8676 (vc-rcs-templates-grabbed): New variable.
8677 (vc-rcs-grab-templates): New function.
8678 (vc-rcs-registered): Rewrite to use above mechanism.
8679
8680 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
8681 Rewrite documentation.
8682 (vc-sccs-templates-grabbed): New variable.
8683 (vc-sccs-grab-templates): New function.
8684 (vc-sccs-registered): Rewrite to use above mechanism.
8685 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
8686 Don't throw the result, simply return it.
8687
8688 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
8689 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
8690 (vc-cvs-registered): Does the check itself now. Simplify.
8691
8692 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
8693 from main line.
8694
8695 2000-09-04 Martin Lorentzson <martinl@gnu.org>
8696
8697 * vc-cvs.el (vc-cvs-diff): New function.
8698
8699 * vc-sccs.el (vc-sccs-diff): New function.
8700
8701 * vc-rcs.el (vc-rcs-diff): New function.
8702 (vc-rcs-checkout): Bug (typo) found and fixed.
8703 (vc-rcs-register-switches): New variable.
8704
8705 * vc.el (vc-backend-diff): Function removed and placed in the
8706 backend files.
8707
8708 2000-09-04 Martin Lorentzson <martinl@gnu.org>
8709
8710 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
8711
8712 * vc.el (vc-backend-checkout): Function removed and replaced in
8713 the vc-backend.el files.
8714
8715 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
8716
8717 * vc.el (vc-backend-admin): Removed and replaced in the
8718 vc-backend.el files.
8719
8720 * vc.el (Martin): Removed all the annotate functionality since it
8721 is CVS backend specific.
8722
8723 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8724
8725 * spec.txt: Added specification of vc-state.
8726
8727 * vc-sccs-hooks.el (vc-sccs-master-properties):
8728 Remove handling of vc-latest-version and
8729 vc-your-latest-version. What used to be vc-latest-version, is now
8730 returned as vc-workfile-version.
8731 (vc-sccs-workfile-version): Adapt.
8732
8733 2000-09-04 Dave Love <fx@gnu.org>
8734
8735 * vc.el: [Merged from mainline.]
8736 (vc-dired-mode): Make the dired-move-to-filename-regexp
8737 regexp match the date, to avoid treating date as file size.
8738 Add YYYY S option to WESTERN/
8739
8740 2000-09-04 Dave Love <fx@gnu.org>
8741
8742 * vc.el: Require `compile' when compiling.
8743 (vc-logentry-check-hook): New option.
8744 (vc-steal-lock): Use compose-mail.
8745 (vc-dired-mode-map): Defvar when compiling.
8746 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
8747 vc-sccs.el and renamed. Callers changed.
8748 (vc-backend-checkout, vc-backend-logentry-check)
8749 (vc-backend-merge-news): Doc fix.
8750 (vc-default-logentry-check): New function.
8751 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
8752 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
8753 (vc-backend-merge): Doc fix. Use backend functions.
8754 (vc-check-headers): Use backend functions.
8755
8756 * vc-cvs.el: Require vc when compiling.
8757 (vc-cvs-register-switches): Doc fix.
8758 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
8759 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
8760 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
8761 New functions (code from vc.el).
8762 (vc-annotate-display-default): Fix interactive spec.
8763 (vc-annotate-time-span): Doc fix.
8764
8765 * vc-rcs.el: Require vc when compiling.
8766 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
8767 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
8768 (vc-rcs-checkin): New functions (code from vc.el).
8769 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
8770 Doc fix.
8771 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
8772
8773 * vc-sccs.el: Require vc when compiling.
8774 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
8775 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
8776 (vc-sccs-revert)
8777 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
8778 from vc.el).
8779 (vc-sccs-add-triple, vc-sccs-record-rename)
8780 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
8781 (vc-sccs-admin): Doc fix.
8782
8783 2000-09-04 Martin Lorentzson <martinl@gnu.org>
8784
8785 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
8786 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
8787 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
8788 from vc.el.
8789
8790 * vc-sccs.el (vc-admin-sccs): Added from vc.el
8791
8792 * vc-cvs.el: Moved the annotate functionality from vc.el.
8793 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
8794
8795 2000-09-04 Dave Love <fx@gnu.org>
8796
8797 * vc.el (vc-backend-release): Call vc-system-release.
8798
8799 * vc-sccs.el (vc-sccs-system-release):
8800 Renamed from vc-sccs-backend-release.
8801
8802 * vc-rcs.el (vc-rcs-system-release):
8803 Renamed from vc-rcs-backend-release.
8804
8805 * vc-cvs.el (vc-cvs-system-release):
8806 Renamed from vc-cvs-backend-release.
8807
8808 2000-09-04 Dave Love <fx@gnu.org>
8809
8810 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
8811 backend files.
8812 (vc-backend-release): Dispatch to backend functions.
8813 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
8814 probably needs attention.]
8815
8816 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
8817 (vc-sccs-backend-release): New function.
8818
8819 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
8820 (vc-cvs-backend-release): New function.
8821
8822 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
8823 Doc fix.
8824 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
8825 (vc-default-dired-state-info): New function.
8826 (vc-dired-state-info): Dispatch to backends.
8827 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
8828
8829 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
8830 from vc.el and renamed.
8831
8832 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8833
8834 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
8835 (vc-version-other-window, vc-backend-assign-name): Removed
8836 references to vc-latest-version; sometimes changed into
8837 vc-workfile-version.
8838
8839 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
8840 vc-rcs-master-workfile-version.
8841 (vc-rcs-workfile-version): Use the above. Don't call
8842 vc-latest-version (that was unreachable code, anyway).
8843 (vc-rcs-fetch-master-properties): Doc fix.
8844
8845 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
8846 (vc-backend-hook-functions): Removed them from this list, too.
8847 (vc-fetch-properties): Removed.
8848 (vc-workfile-version): Doc fix.
8849
8850 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
8851 (vc-rcs-workfile-version, vc-rcs-locking-user)
8852 (vc-rcs-uses-locking): Use it.
8853
8854 * vc-hooks.el (vc-consult-rcs-headers):
8855 Moved into vc-rcs-hooks.el, under the name
8856 vc-rcs-consult-headers.
8857
8858 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
8859 headers.
8860 (vc-cvs-find-master): Use this name only; correct different
8861 versions of the name.
8862
8863 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
8864 New functions.
8865 (vc-sccs-locking-user): Use the latter.
8866
8867 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
8868 New functions.
8869
8870 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
8871 Moved into both
8872 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
8873 functions are implementation details of those two backends.
8874
8875 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8876
8877 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
8878 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
8879
8880 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
8881 (vc-sccs-parse-locks): SCCS-specific code moved here from
8882 vc-hooks.
8883
8884 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
8885 code moved here from vc-hooks.
8886
8887 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
8888 into back-end specific parts and removed. Callers not updated
8889 yet; because I guess these callers will disappear into back-end
8890 specific files anyway.
8891
8892 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8893
8894 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
8895 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
8896 `vc-uses-locking'.
8897
8898 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
8899 Store yes/no in the property, and return t/nil. Updated all
8900 callers.
8901
8902 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
8903 vc-sccs-uses-locking. Don't set property.
8904 (vc-sccs-locking-user): Don't set property.
8905
8906 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
8907 vc-cvs-uses-locking. Don't set property here; leave that to
8908 vc-hooks.
8909 (vc-cvs-locking-user): Reflect above change. Streamlined.
8910
8911 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
8912 vc-rcs-uses-locking.
8913 (vc-rcs-locking-user): Reflect above change.
8914
8915 2000-09-04 Dave Love <fx@gnu.org>
8916
8917 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
8918
8919 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
8920
8921 * vc-hooks.el (vc-checkout-model): Punt to backends.
8922
8923 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
8924
8925 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
8926
8927 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
8928 New functions.
8929
8930 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
8931 New functions.
8932
8933 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
8934 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
8935
8936 * vc-hooks.el (vc-default-locking-user): New function.
8937 (vc-locking-user, vc-workfile-version): Punt to backends.
8938
8939 2000-09-04 Dave Love <fx@gnu.org>
8940
8941 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
8942 (vc-master-workfile-version): Moved from vc-hooks.
8943
8944 * vc-rcs-hooks.el: Fix duplicate code in last change.
8945
8946 * vc-rcs-hooks.el: Require vc-hooks when compiling.
8947 (vc-rcs-master-templates): Improve :type.
8948 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
8949 vc-master-workfile-version): Moved from vc-hooks.
8950
8951 * vc-sccs-hooks.el: Require vc-hooks when compiling.
8952 (vc-sccs-master-templates): Improve :type.
8953 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
8954
8955 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
8956
8957 * vc-cvs-hooks.el: Require vc-hooks when compiling.
8958 (vc-cvs-master-templates): Improve :type. Use
8959 vc-cvs-find-cvs-master.
8960 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
8961 from vc-hooks.
8962 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
8963
8964 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
8965 Moved to vc-cvs-hooks.
8966
8967 * vc-hooks.el: Add doc strings in various places. Simplify the
8968 minor mode setup.
8969 (vc-handled-backends): New user variable.
8970 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
8971 simplification.
8972
8973 2000-09-04 Dave Love <fx@gnu.org>
8974
8975 * vc.el: Some doc fixes for autoloaded and interactive functions.
8976 Fix compilation warnings from ediff stuff.
8977 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
8978
8979 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
8980
8981 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
8982
8983 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
8984
8985 2000-09-04 Dave Love <fx@gnu.org>
8986
8987 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
8988 New variable.
8989 (vc-make-backend-function, vc-loadup, vc-call-backend)
8990 (vc-backend-defines): New functions.
8991
8992 * vc-hooks.el: Various doc fixes.
8993 (vc-default-back-end, vc-follow-symlinks): Custom fix.
8994 (vc-match-substring): Function removed. Callers changed to use
8995 match-string.
8996 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
8997 Simplify.
8998
8999 2000-09-04 Dave Love <fx@gnu.org>
9000
9001 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
9002 type.
9003 (vc-sccs-project-dir, vc-search-sccs-project-dir)
9004 (vc-sccs-registered): Doc fix.
9005
9006 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
9007 (vc-cvs-registered): Doc fix.
9008
9009 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
9010 (vc-rcs-registered): Doc fix.
9011
9012 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9013
9014 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
9015
9016 * vc-hooks.el: vc-registered has been renamed
9017 vc-default-registered. Some functions have been moved to the
9018 backend specific files. they all support the
9019 vc-BACKEND-registered functions.
9020
9021 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9022
9023 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
9024
9025 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
9026
9027 2000-09-04 Dave Love <fx@gnu.org>
9028
9029 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
9030 menu-bar-update-hook.
9031
9032 * help.el (help-manyarg-func-alist): Add
9033 find-operation-coding-system.
9034
9035 * wid-edit.el (widget-sexp-validate): Fix garbled code.
9036
9037 * custom.el (custom-set-variables): Print message about errors in
9038 setting.
9039
9040 2000-09-03 Andrew Innes <andrewi@gnu.org>
9041
9042 * makefile.w32-in: Change to DOS line endings.
9043
9044 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
9045
9046 * mouse.el (mouse-popup-menubar): Supply the prompt string for
9047 minor-mode keymaps, if they don't have one.
9048
9049 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
9050
9051 * eshell/esh-module.el (eval-when-compile): Don't lose if
9052 esh-module.el's file name is truncated to DOS 8+3 limits.
9053
9054 2000-09-01 John Wiegley <johnw@gnu.org>
9055
9056 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
9057 predicate, which caused entries in the completion list to be
9058 doubled.
9059
9060 2000-08-30 John Wiegley <johnw@gnu.org>
9061
9062 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
9063 sending to subprocesses. Also, hook pre-command-hook if
9064 `eshell-send-direct-to-subprocesses' is non-nil.
9065 (eshell-send-direct-to-subprocesses): New config variable. If t,
9066 subprocess input is send immediately.
9067 (eshell-toggle-direct-send): New function.
9068 (eshell-self-insert-command): New function.
9069 (eshell-intercept-commands): New function.
9070 (eshell-send-input): If direct subprocess sending is enabled,
9071 don't echo any input to the Eshell buffer. Let the subprocess
9072 handle that. This requires "stty echo" in bash, for example.
9073
9074 2000-08-28 John Wiegley <johnw@gnu.org>
9075
9076 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
9077 completion function for Eshell's implementation of `unset'.
9078
9079 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
9080
9081 * info.el (Info-directory-list): Doc fix.
9082
9083 2000-08-31 Peter Breton <pbreton@ne.mediaone.net>
9084
9085 * filecache.el (file-cache-add-directory-using-find): Don't quote
9086 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
9087
9088 2000-08-31 Kenichi Handa <handa@etl.go.jp>
9089
9090 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
9091 coding systems.
9092
9093 2000-08-30 Andrew Innes <andrewi@gnu.org>
9094
9095 * timer.el (run-with-idle-timer): Undo last change, so that timer
9096 is not activated immediately if Emacs is already idle. Some
9097 existing code relies on this behaviour.
9098
9099 2000-08-30 Miles Bader <miles@gnu.org>
9100
9101 * frame.el (set-frame-font): Do completion of font-name for
9102 interactive use.
9103
9104 2000-08-30 Kenichi Handa <handa@etl.go.jp>
9105
9106 * international/quail.el (quail-start-translation): Bind locally
9107 last-command-event, last-command, and this-command.
9108 (quail-start-conversion): Likewise.
9109 (quail-self-insert-command): Fix docstring.
9110
9111 2000-08-29 Gerd Moellmann <gerd@gnu.org>
9112
9113 * progmodes/executable.el
9114 (executable-make-buffer-file-executable-if-script-p): Check that
9115 buffer contains at least 2 characters.
9116
9117 2000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
9118
9119 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
9120
9121 2000-08-29 Dave Love <fx@gnu.org>
9122
9123 * diff-mode.el (diff-mode) <defgroup>: Add :version.
9124 (diff-mode-shared-map): Bind mouse-2.
9125 (diff-imenu-generic-expression): New variable.
9126 (diff-mode): Use it.
9127
9128 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
9129 (mouse-popup-menubar): Add minor mode menus.
9130 (popup-menu): Check for lookup-key returning number.
9131
9132 2000-08-29 Miles Bader <miles@gnu.org>
9133
9134 * comint.el (comint-send-input): Create overlays using the proper
9135 front/read-advance arguments.
9136
9137 2000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9138
9139 * ps-print.el: Even/odd pages printing. Doc fix.
9140 (ps-print-version): New version number (6.0).
9141 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
9142 (ps-background, ps-begin-file, ps-begin-job): Code fix.
9143 (ps-print-duplex-feature): Variable eliminated.
9144 (ps-even-or-odd-pages): New variable.
9145
9146 * progmodes/ebnf2ps.el: Doc fix.
9147 (ebnf-version): New version (3.3).
9148 (ebnf-user-arrow): Change variable customization to sexp.
9149 (ebnf-user-arrow): Function eliminated.
9150 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
9151
9152 2000-08-29 Kenichi Handa <handa@etl.go.jp>
9153
9154 * help.el (help-xref-mule-regexp): New variable.
9155 (help-make-xrefs): Handle help-xref-mule-regexp.
9156
9157 * international/mule-cmds.el (help-xref-mule-regexp-template): New
9158 variable.
9159 (describe-input-method): Temporarily activate the specfied input
9160 method to display the information.
9161 (describe-language-environment): Hyperlinks to mule related items.
9162
9163 * international/mule-diag.el (charset-multibyte-form-string): New
9164 function.
9165 (list-character-sets-1): Use charset-multibyte-form-string.
9166 (describe-character-set): New function.
9167 (describe-coding-system): Hyperlinks to safe character sets.
9168
9169 * international/quail.el (quail-help): New arg PACKAGE.
9170 Hyperlinks to mule related items.
9171 (quail-help-insert-keymap-description): Use
9172 substitute-command-keys instead of describe-bindings.
9173 (quail-translation-help): Hyperlinks to mule related items.
9174
9175 2000-08-28 John Wiegley <johnw@gnu.org>
9176
9177 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
9178 have a defsubst call itself. Made `eshell-flatten-list' back into
9179 a function again.
9180
9181 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
9182 catch, in case re-centering point at bottom messes up the display.
9183 This happens frequently in Emacs 21, due I believe to variable
9184 line heights.
9185
9186 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
9187 to call `find-tag-interactive'.
9188
9189 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
9190 the list of remember directories.
9191
9192 2000-08-28 John Wiegley <johnw@gnu.org>
9193
9194 * align.el: Test align-region-separate to see if it's a symbol.
9195
9196 2000-08-28 John Wiegley <johnw@gnu.org>
9197
9198 * eshell/esh-util.el (eshell-flatten-list): Made this function
9199 into a defsubst form. It gets used very frequently, although
9200 calls don't occur all that often.
9201
9202 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
9203 examining it.
9204
9205 * eshell/esh-cmd.el (eshell-rewrite-while-command):
9206 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
9207 `eshell-protect'.
9208 (eshell-copy-handles): Created a new macro for duplicating the
9209 current set of open handles. This is needed by the looping
9210 functions.
9211 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
9212 is not incorrectly stomped on.
9213
9214 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
9215 declaration for pcomplete-use-paring.
9216 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
9217 value of eshell-cmpl-use-paring.
9218 * pcomplete.el (pcomplete-use-paring): New config variable, to
9219 indicate whether paring should be used.
9220 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
9221 completion alternatives that have already been used.
9222
9223 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
9224 bound to C-c C-y, which will repeat the previous N arguments
9225 (based on prefix argument).
9226 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
9227
9228 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
9229 if there is no *Help* buffer. This is for XEmacs, which renames
9230 its help buffers uniquely. TODO: Find out what the current buffer
9231 name to delete is.
9232
9233 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
9234 first entry that correlates to a passwd/group number. Later
9235 entries (used for group/user name aliasing to multiple IDs) are
9236 ignored.
9237
9238 * eshell/em-xtra.el (eshell/expr):
9239 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
9240 (eshell-grep, eshell/diff, eshell/locate):
9241 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
9242 argument list, before passing it to the system command.
9243
9244 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
9245 `find-tag' for use at final position in Eshell buffers (which
9246 otherwise triggers an error on Emacs 21).
9247 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
9248 buffer, if it is currently bound to `find-tag'.
9249
9250 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
9251 in the list of matched Makefile names.
9252 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
9253 directory, prefer its contents to Makefile.
9254
9255 * eshell/em-dirs.el (eshell/cd): cd commands that look up
9256 directory parts (like "cd old new", or "cd =regexp"), are now case
9257 sensitive on non-Windows/DOS platforms.
9258
9259 * eshell/esh-mode.el (eshell-parse-command-input): When a user
9260 types RET after an open delimiter (like "), display a message
9261 indicating that Eshell is waiting for the closing delimiter.
9262
9263 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
9264 environment variables.
9265
9266 * eshell/em-unix.el (eshell/diff): Added logic to fail more
9267 gracefully if the user enters incorrect arguments.
9268
9269 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
9270 Eshell buffers.
9271
9272 * eshell/esh-var.el (eshell-interpolate-variable):
9273 * eshell/esh-mode.el (eshell-move-argument):
9274 * eshell/em-unix.el (eshell-du-sum-directory):
9275 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
9276 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
9277 (not (= ...)).
9278
9279 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
9280 to ensure the `preserve' flag gets propagated when doing recursive
9281 directory copies.
9282
9283 2000-08-28 Stefan Monnier <monnier@cs.yale.edu>
9284
9285 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
9286 Don't convert \n into \0177 in memory.
9287 (eshell-read-history, eshell-write-history): Convert \n to \0177,
9288 and back again, when reading and writing.
9289
9290 2000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
9291
9292 * eshell/esh-util.el (eshell-processp): Added to relieve constant
9293 testing of `fboundp' on `processp'.
9294
9295 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
9296 (eshell/jobs): Don't call process-list if it is not bound.
9297 (eshell-gather-process-output): Support systems where async
9298 subprocesses aren't supported.
9299 (eshell-scratch-buffer, eshell-last-sync-output-start): New
9300 variables.
9301
9302 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
9303 eshell-do-eval returns t.
9304 (eshell-do-pipelines-synchronously): New defmacro.
9305 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
9306 when async subprocesses aren't supported.
9307 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
9308 if async subprocesses aren't supported.
9309 (eshell-resume-command): Don't assume STATUS is a string.
9310
9311 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
9312
9313 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
9314 (eshell-close-target, eshell-get-target): Use eshell-processp.
9315 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
9316 fix.
9317 (eshell-get-target, eshell-create-handles): Doc fix.
9318
9319 2000-08-28 Miles Bader <miles@lsi.nec.co.jp>
9320
9321 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
9322 criterion to include commands that output something, as long as it
9323 leaves both the command and the end-of-buffer visible when the
9324 command has exited.
9325 (eshell-review-quick-commands): Adjust the help doc string
9326 accordingly.
9327
9328 2000-08-28 Peter Breton <pbreton@ne.mediaone.net>
9329
9330 * locate.el (locate): Cleaned up locate command's interactive prompting
9331 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
9332
9333 * filecache.el (file-cache-case-fold-search): New variable
9334 (file-cache-assoc-function): New variable
9335 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
9336 Use file-cache-case-fold-search variable
9337 (file-cache-add-file): Use file-cache-assoc-function
9338 (file-cache-delete-file): likewise
9339 (file-cache-directory-name): likewise
9340 (file-cache-debug-read-from-minibuffer): likewise
9341
9342 2000-08-28 Gerd Moellmann <gerd@gnu.org>
9343
9344 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
9345 (abbrev-table-name): New function.
9346 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
9347 If non-nil list local abbrev, only.
9348
9349 2000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
9350
9351 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
9352 from Gnus support code, and use special article copy buffer
9353 `(gnus-original-article-buffer)' instead. This allows to get rid
9354 of article-hide-headers usage (which breaks in the latest Gnus
9355 version). Thanks to Detlev Zundel.
9356
9357 2000-08-28 Kenichi Handa <handa@etl.go.jp>
9358
9359 * international/quail.el (quail-use-package): Hide "... loaded"
9360 message.
9361 (quail-start-translation, quail-start-conversion): Likewise.
9362
9363 * international/kkc.el (kkc-region): Hide "... loaded" message.
9364
9365 2000-08-27 Dave Love <fx@gnu.org>
9366
9367 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
9368
9369 2000-08-27 Miles Bader <miles@gnu.org>
9370
9371 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
9372
9373 2000-08-27 Kenichi Handa <handa@etl.go.jp>
9374
9375 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
9376 'ja-dic-cnv), not (require 'skkdic-cnv).
9377
9378 2000-08-26 Miles Bader <miles@gnu.org>
9379
9380 * faces.el (face-x-resources): Add entry for :inherit.
9381 * cus-face.el (custom-face-attributes): Add support for :inherit
9382 attribute. Add support for relative face heights.
9383 (custom-face-attributes-get): Treat `nil' as being a default value
9384 for :inherit (as well as `unspecified').
9385
9386 * faces.el (set-face-attribute): Update doc string.
9387 (face-attribute-name-alist): Add :inherit.
9388 (face-valid-attribute-values): Handle :inherit.
9389 (face-read-string): Rephrase prompt to be less confusing.
9390 Assume that DEFAULT is a string, since we must return a string.
9391 (face-read-integer): Use `format' to turn DEFAULT into an
9392 acceptable default for face-read-string. Match NEW-VALUE against
9393 the string "unspecified", not the symbol `unspecified', since
9394 that's what face-read-string returns.
9395 (read-face-attribute): Lookup a name for old-value in valid, and
9396 use it as a default if we find one. Treat all values from
9397 face-read-string as strings. If the default is used, don't do any
9398 more processing on the value, just use the old value directly.
9399 (read-face-and-attribute, modify-face): Tweak prompt.
9400 (read-face-name): Don't assume prompt ends with a space.
9401
9402 * faces.el (describe-face): Add support for :inherit attribute.
9403
9404 2000-08-25 Kenichi Handa <handa@etl.go.jp>
9405
9406 * terminal.el (terminal-emulator): Fix args to `concat'. Now
9407 concat doesn't accept interger.
9408
9409 * international/kkc.el: Remove SKK from Keywords. Require
9410 ja-dic-utl instead of skkdic-utl.
9411
9412 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
9413 Provide ja-dic-cnv instead of skkdic-cnv.
9414 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
9415 (iso-2022-7bit-short): Add safe-charsets property.
9416 (skkdic-convert-postfix): Search Japanese chou-on character in
9417 addition to Hiragana character.
9418 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
9419 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
9420 (batch-skkdic-convert): Likewise.
9421
9422 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
9423 Provide ja-dic-utl instead of skkdic-utl.
9424 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
9425
9426 2000-08-24 Dave Love <fx@gnu.org>
9427
9428 * disp-table.el (standard-display-default): Make the test of `l'
9429 useful.
9430
9431 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
9432 mod sample text.
9433
9434 * international/iso-ascii.el: Make pilcrow convenient string
9435 consistent with section.
9436 (iso-ascii-display): Set up multibyte characters as well as
9437 unibyte.
9438
9439 2000-08-24 Kenichi Handa <handa@etl.go.jp>
9440
9441 * international/mule-cmds.el (reset-language-environment): Set
9442 default-process-coding-system to '(undecided . iso-latin-1), which
9443 makes process I/O almost consistent with file I/O. Call this
9444 function when mule-cmds.el[c] is loaded.
9445
9446 2000-08-22 Andrew Innes <andrewi@gnu.org>
9447
9448 * makefile.w32-in: New file.
9449
9450 2000-08-22 Miles Bader <miles@lsi.nec.co.jp>
9451
9452 * comint.el (comint-output-filter): Compare end of
9453 comint-last-output-overlay with the start of the newly inserted
9454 text, not the end, when deciding whether to extend it.
9455 Set saved-point's insertion type to advance after insertion.
9456
9457 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
9458 since this is now done independently of font-lock mode.
9459
9460 2000-08-21 Gerd Moellmann <gerd@gnu.org>
9461
9462 * server.el (server-kill-new-buffers): New user option.
9463 (server-existing-buffer): New buffer-local variable.
9464 (server-visit-files): When using an existing buffer, set
9465 server-existing-buffer to t.
9466 (server-buffer-done): If server-kill-new-buffers is t, kill the
9467 buffer, unless it was already present before visiting it with
9468 Emacs server.
9469
9470 2000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
9471
9472 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
9473 even if the display doesn't support colors: some displays will
9474 support bold/underline faces.
9475
9476 2000-08-21 Gerd Moellmann <gerd@gnu.org>
9477
9478 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
9479
9480 * startup.el (command-line): If user's init file had an error,
9481 add explanatory text to *Messages*.
9482
9483 2000-08-21 Kenichi Handa <handa@etl.go.jp>
9484
9485 * man.el (Man-getpage-in-background): Decode the process output by
9486 the system locale coding system.
9487
9488 2000-08-20 Dave Love <fx@gnu.org>
9489
9490 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
9491 Don't test x-popup-menu.
9492 (function) <complete-function>: Complete only fbound symbols.
9493 <validate, value>: New.
9494 (variable) <complete-function>: Complete only bound symbols.
9495 (coding-system): Add :base-only, :complete-function, :validate,
9496 :value, :prompt-match.
9497 (widget-coding-system-prompt-value): Use read-coding-system and
9498 act on :base-only.
9499 (editable-field): Add :help-echo.
9500 (widget-push-button-gui, widget-push-button-cache)
9501 (widget-gui-action, widget-editable-list-gui): COmment out, along
9502 with uses.
9503 (widget-at): Make arg optional.
9504 (widget-echo-help): Adjust for current help-echo calling sequence.
9505 (widget-specify-field, widget-specify-button)
9506 (widget-specify-insert, widget-get-sibling, widget-image-find)
9507 (widget-convert, widget-insert, widget-leave-text)
9508 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
9509 (widget-setup, widget-field-find, widget-before-change)
9510 (widget-after-change, widget-default-complete)
9511 (widget-default-create, widget-default-delete)
9512 (widget-push-button-value-create, editable-field)
9513 (widget-field-prompt-value, widget-field-validate)
9514 (widget-choice-value-create, widget-choice-action)
9515 (widget-choice-validate, widget-checklist-add-item)
9516 (widget-radio-add-item, widget-radio-chosen)
9517 (widget-radio-value-inline, widget-editable-list-value-create)
9518 (widget-editable-list-entry-create)
9519 (widget-documentation-link-add)
9520 (widget-documentation-string-value-create)
9521 (widget-regexp-validate, widget-file-complete)
9522 (widget-sexp-validate, widget-plist-convert-widget)
9523 (widget-plist-convert-widget, widget-alist-convert-widget)
9524 (widget-alist-convert-widget, widget-color-complete): Simplify,
9525 particularly to avoid bindings which aren't optimized out.
9526
9527 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
9528 Doc fix.
9529 (down-list, backward-up-list, up-list, kill-sexp)
9530 (backward-kill-sexp, mark-sexp): Make arg optional.
9531 (lisp-complete-symbol): Add optional arg PREDICATE.
9532
9533 * cus-start.el: Add display-buffer-reuse-frames,
9534 file-coding-system-alist.
9535
9536 2000-08-20 Gerd Moellmann <gerd@gnu.org>
9537
9538 * startup.el (command-line): Clear realized faces after
9539 modifying TTY color mappings.
9540
9541 2000-08-20 Miles Bader <miles@gnu.org>
9542
9543 * faces.el (face-attr-match-p): Don't return true if ATTRS are
9544 merely a subset of FACE's attributes.
9545
9546 2000-08-19 Miles Bader <miles@gnu.org>
9547
9548 * comint.el (comint-output-filter): Save the point with a marker,
9549 not just a buffer position.
9550
9551 * international/mule.el (set-buffer-process-coding-system): Make
9552 interactive prompt less confusing.
9553
9554 2000-08-19 Gerd Moellmann <gerd@gnu.org>
9555
9556 * hilit-chg.el: General cleanup of doc strings, comments and
9557 code formatting.
9558
9559 2000-08-19 Miles Bader <miles@gnu.org>
9560
9561 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
9562 Compiler macro removed; beginning-of-line is no longer always
9563 equivalent to forward-line, in the presence of fields.
9564
9565 * comint.el (comint-output-filter): Remove ad-hoc saving of
9566 restriction, and just use save-restriction, now that it works
9567 correctly. Don't adjust comint-last-input-start to account for
9568 our insertion; it shouldn't have moved because we don't use
9569 insert-before-markers anymore. Comment out call to
9570 `force-mode-line-update'; why is it here?
9571
9572 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
9573 while checking for prompt to delete. Use `forward-line 0'
9574 instead of beginning-of-line.
9575 (gud-filter): Temporarily widen gud comint buffer while
9576 examining output.
9577
9578 2000-08-18 Stefan Monnier <monnier@cs.yale.edu>
9579
9580 * progmodes/sh-script.el: Big bag of typos.
9581
9582 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
9583 check since ispell-process is not bound when ispell is not yet loaded.
9584
9585 2000-08-18 Dave Love <fx@gnu.org>
9586
9587 * image.el (find-image): Copy `spec' before using plist-put.
9588
9589 2000-08-18 Gerd Moellmann <gerd@gnu.org>
9590
9591 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
9592 `portugues'.
9593
9594 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
9595 backward-kill-sexp, analogous to kill-sexp.
9596
9597 * progmodes/icon.el (icon-indent-line)
9598 (icon-is-continuation-line): Handle comments specially.
9599
9600 2000-08-17 Ken Stevens <k.stevens@ieee.org>
9601
9602 * ispell.el: Set to standard author/maintainer/keyword fields.
9603 Fine tuning to menu map appearance and operation, and added help.
9604 Remove `start' and `end' error messages when compiling.
9605 (ispell-choices-win-default-height): Fixed comment string.
9606 (ispell-dictionary-alist-1): Fixed regexp in castellano and
9607 castellano8 dictionaries.
9608 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
9609 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
9610 dictionary, added italiano dictionary.
9611 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
9612 word character
9613 (ispell-tex-skip-alists): Added psfig support.
9614 (ispell-skip-html): Renamed from ispell-skip-sgml.
9615 (ispell-begin-skip-region-regexp, ispell-skip-region)
9616 (ispell-minor-check): Improved html skipping support to skip across
9617 code, and recognize `&' commands without propper `;' syntax;
9618 (ispell-process-line): Fix alignment error when manually
9619 correcting spelling.
9620 (ispell): Fix comment string.
9621 (ispell-add-per-file-word-list): Always put word list on new line.
9622
9623 2000-08-17 Gerd Moellmann <gerd@gnu.org>
9624
9625 * format.el (format-encode-run-method): Fix error message to say
9626 `encode' instead of `decode'. Use save-window-excursion around
9627 shell-command-on-region as in format-decode-run-method because
9628 shell-command-on-region can display a buffer with error output.
9629 (format-decode): Don't record undo information for the decoding.
9630 (format-annotate-function): Add parameter FORMAT-COUNT. Make
9631 that number part of the temporary buffer name so that more than
9632 one decoding using a temporary buffer can happen safely.
9633
9634 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
9635 of `A-z' in the regexp.
9636
9637 * hilit-chg.el: Fix typos in commentary.
9638
9639 * help.el (view-emacs-news): Rewritten for new naming scheme
9640 for old NEWS files.
9641
9642 * startup.el (command-line): Pop to *Messages* in case an error
9643 is signaled while loading user-init-file.
9644
9645 2000-08-17 Andreas Schwab <schwab@suse.de>
9646
9647 * files.el (insert-directory): Don't lose original file name,
9648 undoing an undocumented change.
9649
9650 2000-08-17 Alex Schroeder <alex@gnu.org>
9651
9652 * sql.el (sql-magic-go): Use comint-bol.
9653 (sql-copy-column): Use comint-line-beginning-position.
9654 (comint-line-beginning-position): Define a replacement for
9655 comint-line-beginning-position if it is not fboundp.
9656
9657 2000-08-17 Alex Schroeder <alex@gnu.org>
9658
9659 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
9660 it didn't have any effect anyway.
9661
9662 2000-08-17 Alex Schroeder <alex@gnu.org>
9663
9664 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
9665 --pset and pager=off instead of sending \\o|cat at the beginning
9666 of the session.
9667
9668 2000-08-17 Miles Bader <miles@gnu.org>
9669
9670 * progmodes/octave-inf.el: Add compatibility definition of
9671 comint-line-beginning-position.
9672
9673 2000-08-17 Kenichi Handa <handa@etl.go.jp>
9674
9675 * startup.el (normal-top-level): Look in each dir in load-path for
9676 a leim-list.el file too. This assures of loading leim-list.el
9677 that is created at Emacs installation time even if a user have his
9678 own leim-list.el.
9679
9680 2000-08-17 Miles Bader <miles@gnu.org>
9681
9682 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
9683 foreground color to black if the background is dark.
9684
9685 2000-08-16 Stefan Monnier <monnier@cs.yale.edu>
9686
9687 * loadhist.el (unload-feature): Typo.
9688
9689 * finder.el (finder-compile-keywords):
9690 * cus-dep.el (custom-make-dependencies): Add local-variable settings
9691 to the generated file.
9692
9693 * mail/mh-e.el (mh-make-local-vars):
9694 Replace make-variable-buffer-local with make-local-variable.
9695
9696 * play/landmark.el:
9697 * options.el (Edit-options-{set,toggle,t,nil}):
9698 * mail/mailabbrev.el (mail-abbrevs-mode):
9699 * textmodes/tex-mode.el (tex-expand-files):
9700 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
9701
9702 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
9703
9704 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
9705 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
9706 Allow going past the last element.
9707 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
9708 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
9709 (cvs-mouse-toggle-mark): Don't move point.
9710 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
9711
9712 * progmodes/compile.el (grep): Provide a default set of files.
9713 (next-error): Docstring fix.
9714 (compilation-find-file): Avoid find-file (fails in a dedicated window).
9715
9716 * emacs-lisp/easy-mmode.el (define-minor-mode):
9717 Use `symbol-value' to keep the byte-compiler quiet.
9718
9719 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
9720 (diff-find-source-location): New fun, extracted from diff-goto-source.
9721 (diff-goto-source): Use it.
9722 (diff-next-complex-hunk, diff-filter-lines): New function.
9723 (diff-apply-hunk): New command.
9724
9725 * smerge-mode.el (smerge-mode-menu): Doc fix.
9726
9727 * msb.el (msb-mode): Define it in terms of define-minor-mode.
9728
9729 2000-08-16 Dave Love <fx@gnu.org>
9730
9731 * windmove.el (windmove) <defgroup>: Add :version.
9732
9733 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
9734 (goto-address-fontify-p, goto-address-highlight-p)
9735 (goto-address-url-face, goto-address-url-mouse-face)
9736 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
9737 (goto-address-url-regexp): Use thing-at-point-url-regexp.
9738 (goto-address-fontify, goto-address-at-mouse): Simplify,
9739 (goto-address-at-point): browse-url-url-at-point,
9740 goto-address-find-address-at-point can return nil.
9741 (goto-address-find-address-at-point): Return nil on failure.
9742
9743 * align.el (align) <defgroup>: Add :version.
9744
9745 * calculator.el (calculator): Add :version.
9746 (calculator): Use two lines for calculator window if `modeline'
9747 face is boxed.
9748
9749 * play/5x5.el: Doc fixes.
9750 (5x5) <defgroup>: Add :version.
9751
9752 * play/fortune.el (fortune) <defgroup>: Add :version.
9753 (fortune-append): Fix error message.
9754 (fortune-from-region): Doc fix.
9755
9756 * play/pong.el (pong): Doc fix.
9757
9758 * play/morse.el: Keywords, commentary, autoloads.
9759
9760 2000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
9761
9762 * desktop.el (desktop-save): Don't look at symbol-value of a
9763 member of minor-mode-alist, unless it is boundp.
9764
9765 2000-08-16 Sam Steingold <sds@gnu.org>
9766
9767 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
9768 `while'; use `with-current-buffer' instead of `save-excursion'.
9769 Removed unnecessary kludges now that "*Buffer List*" is excluded.
9770
9771 2000-08-16 Kenichi Handa <handa@etl.go.jp>
9772
9773 * international/ccl.el (declare-ccl-program): Docstring modified.
9774 (ccl-execute-with-args): Likewise.
9775
9776 2000-08-16 Miles Bader <miles@gnu.org>
9777
9778 * progmodes/sql.el: Add compatibility definition of
9779 comint-line-beginning-position.
9780
9781 2000-08-15 Gerd Moellmann <gerd@gnu.org>
9782
9783 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
9784 'buffer-menu' property.
9785 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
9786 fails.
9787 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
9788 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
9789 wasn't killed.
9790
9791 * buff-menu.el (list-buffers-noselect): Don't display the
9792 *Buffer List* buffer.
9793
9794 * font-lock.el: Require jit-lock to prevent a very late
9795 `Loading jit-lock' message.
9796
9797 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
9798 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
9799 mail address.
9800
9801 2000-08-15 Miles Bader <miles@gnu.org>
9802
9803 * textmodes/ispell.el (ispell-graphic-p): New constant.
9804 (ispell-choices-win-default-height, ispell-help): Use
9805 `ispell-graphic-p' instead of `xemacsp'.
9806
9807 2000-08-15 Dave Love <fx@gnu.org>
9808
9809 * simple.el: Autoload widget-convert when compiling.
9810 (mail-user-agent): Doc fix.
9811
9812 * help.el (function-called-at-point, variable-at-point): Use
9813 with-syntax-table.
9814 (help-manyarg-func-alist): Add insert-and-inherit.
9815
9816 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
9817
9818 * delsel.el (delsel-unload-hook): New function.
9819
9820 * find-file.el: Doc fixes. Move provide to end.
9821 (ff) <defgroup>: Add :link.
9822 (ff-goto-click): Deleted.
9823 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
9824 Use mouse-set-point.
9825
9826 * textmodes/tildify.el: Doc fixes.
9827 (tildify) <defgroup>: Add:version.
9828
9829 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
9830 (glasses-custom-set): Use set-default, not set.
9831 (minor-mode-alist): Propertize the lighter.
9832 (glasses-mode): Provide optional arg.
9833
9834 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
9835 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
9836 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
9837 option. Provide :type.
9838 (cwarn-configuration): Provide :type.
9839 (cwarn-mode): Doc fix.
9840
9841 * add-log.el (change-log-merge): Doc fix.
9842 (change-log-redate): New command.
9843
9844 * net/browse-url.el (browse-url-filename-alist): Add a clause for
9845 Doze and Dog.
9846 (browse-url): Use dolist, not mapcar.
9847 (browse-url-at-point): Check for null url.
9848 (browse-url-event-buffer, browse-url-event-point): Functions
9849 deleted.
9850 (browse-url-at-mouse, browse-url-netscape): Simplify.
9851
9852 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
9853 modes.
9854 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
9855 Fix previous change to mapcan.
9856 (msb--init-file-alist, msb--add-separators)
9857 (msb--make-keymap-menu): Simplify.
9858 (msb--choose-file-menu): Use copy-sequence.
9859 (msb-mode-map): Add title to keymap.
9860 (msb-unload-hook): New function.
9861
9862 * bs.el: Fix indentation.
9863 (bs) <defgroup>: Add :links.
9864 (bs-show): Doc fix.
9865 (bs-apply-sort-faces): Don't use window-system.
9866 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
9867
9868 2000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
9869
9870 * calendar/timeclock.el (timeclock-file): Run .timelog through
9871 convert-standard-filename.
9872
9873 2000-08-14 Gerd Moellmann <gerd@gnu.org>
9874
9875 * emacs-lisp/authors.el: New file.
9876
9877 * paren.el (show-paren-priority): New user option.
9878 (show-paren-function): Set overlay priorities to
9879 show-paren-priority.
9880
9881 2000-08-14 Miles Bader <miles@gnu.org>
9882
9883 * comint.el (comint-bol): Use `forward-line 0' instead of calling
9884 beginning-of-line with inhibit-field-text-motion bound.
9885
9886 2000-08-14 Gerd Moellmann <gerd@gnu.org>
9887
9888 * calendar/timeclock.el: New file.
9889
9890 2000-08-14 David Ponce <david@dponce.com>
9891
9892 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
9893 `widget-button-click'. so that one can use left mouse button to
9894 click on dialog buttons.
9895
9896 2000-08-14 Emmanuel Briot <briot@gnat.com>
9897
9898 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
9899 identifiers, since XML is case sensitive
9900
9901 2000-08-12 Miles Bader <miles@gnu.org>
9902
9903 * comint.el (comint-output-filter): Don't bother frobbing
9904 window-start, it doesn't seem to be necessary.
9905
9906 * comint.el (comint-send-string, comint-send-region): Make into
9907 real functions. Snapshot the prompt before sending.
9908
9909 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
9910
9911 * info.el (Info-find-emacs-command-nodes): Rewrite to use
9912 technique similar to Info-index, instead of relying on specific
9913 names of relevant Index nodes.
9914 (Info-goto-emacs-command-node): Bind Info-history to nil when
9915 going to the first node found by Info-find-emacs-command-nodes.
9916
9917 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
9918
9919 * menu-bar.el (menu-bar-help-menu): Add a :help string.
9920
9921 2000-08-10 Miles Bader <miles@gnu.org>
9922
9923 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
9924
9925 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
9926
9927 * info.el (Info-file-list-for-emacs): More elements for the
9928 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
9929 and woman manuals.
9930
9931 2000-08-10 Miles Bader <miles@lsi.nec.co.jp>
9932
9933 * comint.el (comint-send-input): Make the newline boundary overlay
9934 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
9935 (comint-output-filter): Use `insert' instead of
9936 `insert-before-markers'. Extend comint-last-output-overlay when
9937 necessary since we can't rely on insert-before-markers to do it.
9938 * gud.el (gud-filter): Use `with-current-buffer' instead of
9939 save-excursion when inserting the output, so that point gets
9940 updated correctly; the old method relied on a rather dodgy
9941 side-effect of comint-output-filter to avoid the effect of
9942 save-excursion.
9943
9944 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
9945
9946 * files.el (recover-file): Call insert-directory instead of
9947 invoking `ls' directly.
9948
9949 2000-08-10 Miles Bader <miles@gnu.org>
9950
9951 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
9952 (comint-last-prompt-overlay): New variables.
9953 (comint-output-filter): Implement prompt highlighting.
9954 (comint-snapshot-last-prompt): New function.
9955 (comint-send-input): Snapshot the last prompt.
9956 Use comint-highlight-input-face.
9957 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
9958 Use defface instead of defcustom.
9959 (send-invisible, comint-send-eof): Snapshot the last prompt.
9960 (comint-delchar-or-maybe-eof): Use comint-send-eof.
9961 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
9962
9963 2000-08-09 Stefan Monnier <monnier@cs.yale.edu>
9964
9965 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
9966 (regexp-opt-group): Use a list of chars for `letters'.
9967 (regexp-opt-charset): `chars' is now a list of chars.
9968 Use a char-table rather than a vector so it works for multibyte chars.
9969
9970 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
9971 Set cvs-minor-current-files to the selected fileinfo.
9972 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
9973 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
9974
9975 2000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
9976
9977 * files.el (insert-directory): Don't call access-file on
9978 directories on DOS and Windows.
9979
9980 2000-08-09 Kenichi Handa <handa@etl.go.jp>
9981
9982 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
9983 longer if necessary.
9984 (ccl-embed-code): Call ccl-embed-data to store CODE in
9985 ccl-program-vector.
9986
9987 2000-08-09 Miles Bader <miles@gnu.org>
9988
9989 * comint.el (comint-output-filter): Properly handle the case where
9990 the text surrounded by comint-last-output-overlay was deleted.
9991
9992 2000-08-08 Gerd Moellmann <gerd@gnu.org>
9993
9994 * info.el (Info-insert-dir): Use Info-additional-directory-list if
9995 non-nil.
9996 (Info-file-list-for-emacs): Remove "info" from the list because
9997 that leads to trying to use the documentation from file `info'
9998 in various situations where it isn't appropriate, for instance
9999 C-h C-k C-h i.
10000
10001 * ffap.el (ffap-read-file-or-url-internal): Handle case that
10002 DIR and/or STRING are nil.
10003
10004 * progmodes/compile.el (compilation-setup): Make variable
10005 compilation-error-screen-columns buffer-local, as some comment
10006 in the code suggests it should be.
10007
10008 * files.el (auto-mode-interpreter-regexp): New variable.
10009 (set-auto-mode): Use it.
10010
10011 * indent.el (indent-for-tab-command): Doc fix.
10012
10013 * mouse-sel.el (mouse-sel-mode): Doc fix.
10014
10015 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
10016 labels.
10017
10018 * help.el (print-help-return-message): When
10019 display-buffer-reuse-frames is set, let the help window been quit,
10020 instead of deleting it, which might delete a reused frame.
10021
10022 2000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
10023
10024 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
10025 rename a directory to a name that differs only by its letter case.
10026
10027 2000-08-08 Kenichi Handa <handa@etl.go.jp>
10028
10029 * international/quail.el (quail-define-rules): Handle Quail decode
10030 map correctly. Add code for supporting annotations.
10031 (quail-install-decode-map): New function.
10032 (quail-defrule-internal): New optional arguments decode-map and
10033 props.
10034 (quail-advice): New function.
10035
10036 2000-08-07 Sam Steingold <sds@gnu.org>
10037
10038 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
10039 `defconst', `define-condition', `with-slots'.
10040 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
10041
10042 2000-08-03 Miles Bader <miles@gnu.org>
10043
10044 * comint.el (comint-use-prompt-regexp-instead-of-fields):
10045 New variable.
10046 (comint-prompt-regexp, comint-get-old-input): Document dependence on
10047 comint-use-prompt-regexp-instead-of-fields.
10048 (comint-send-input): Add `input' field property to stuff we send to
10049 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
10050 (comint-output-filter): Add `output' field property to process
10051 output, if comint-use-prompt-regexp-instead-of-fields is nil.
10052 (comint-replace-by-expanded-history)
10053 (comint-get-old-input-default, comint-show-output)
10054 (comint-backward-matching-input, comint-forward-matching-input)
10055 (comint-next-prompt, comint-previous-prompt): Use field
10056 properties if comint-use-prompt-regexp-instead-of-fields is nil.
10057 (comint-line-beginning-position): New function.
10058 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
10059 (comint-replace-by-expanded-history-before-point): Use
10060 comint-line-beginning-position and line-end-position.
10061 (comint-last-output-overlay): New variable.
10062 (comint-mode): Make `comint-last-output-overlay' buffer-local.
10063
10064 * shell.el (shell-prompt-pattern): Doc change.
10065 (shell-backward-command): Use line-beginning-position.
10066
10067 * gud.el (gud-gdb-complete-command): Use
10068 comint-line-beginning-position.
10069
10070 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
10071 comint-bol doesn't actually go to the beginning of the line.
10072
10073 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
10074 if comint-use-prompt-regexp-instead-of-fields is non-nil.
10075 (try-expand-line-all-buffers): Likewise.
10076
10077 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
10078 explicitly matching comint-prompt-regexp.
10079 (sql-copy-column): Use comint-line-beginning-position instead of
10080 explicitly matching comint-prompt-regexp.
10081
10082 * progmodes/octave-inf.el (inferior-octave-complete): Use
10083 comint-line-beginning-position.
10084
10085 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
10086
10087 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
10088 looking for a prompt, use `forward-line 0' instead of
10089 `beginning-of-line', to avoid getting caught by an input field.
10090
10091 2000-08-07 Gerd Moellmann <gerd@gnu.org>
10092
10093 * files.el (shell-quote-wildcard-pattern): Make sure to return
10094 PATTERN, in the Unix case.
10095
10096 2000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
10097
10098 * play/zone.el (zone): Discard any pending input before running
10099 the randomly-chosen pgm.
10100
10101 2000-08-07 Kenichi Handa <handa@etl.go.jp>
10102
10103 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
10104 checking the existence of any multibyte characters.
10105
10106 2000-08-06 Gerd Moellmann <gerd@gnu.org>
10107
10108 * help.el (describe-mode): Test minor-mode symbol for being
10109 bound before testing its value for being nil.
10110
10111 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
10112 `first', `second', and `third'.
10113
10114 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
10115 (second): Make it an alias for `cadr'.
10116
10117 2000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
10118
10119 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
10120 types of display support faces now.
10121
10122 2000-08-05 Gerd Moellmann <gerd@gnu.org>
10123
10124 * pcvs.el (require): Require `cl' during compilation, only.
10125
10126 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
10127 (toplevel): Remove `remq' and `remove' from autoloads.
10128 (cl-fake-autoloads): New variable. If set, arrange for an error
10129 when CL functions etc. are autoloaded.
10130
10131 2000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
10132
10133 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
10134
10135 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
10136 popped up, but the user clicks outside the menu, return an empty
10137 regexp (that causes unhighlight-regexp to have no effect).
10138
10139 * menu-bar.el (menu-bar-games-menu): Add Zone.
10140
10141 * hi-lock.el (toplevel): Require font-lock.
10142
10143 2000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10144
10145 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
10146 (ebnf-8-bit-chars): New var for bug fix.
10147 (ebnf-string): Bug fix.
10148
10149 2000-08-03 Sam Steingold <sds@gnu.org>
10150
10151 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
10152 instead of `buffer-string'.
10153 (require 'cl): Always, not just when compiling.
10154 `ignore-errors' in `interactive', `list*', `defun*' &c make this
10155 necessary.
10156
10157 2000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
10158
10159 * international/mule-cmds.el (select-safe-coding-system): Make
10160 the message text about selecting a safe coding system more clear.
10161
10162 2000-08-02 Gerd Moellmann <gerd@gnu.org>
10163
10164 * hi-lock.el: New file.
10165
10166 * play/zone.el: New file.
10167
10168 * replace.el (occur): Set tab-width in the *Occur* buffer to the
10169 value of tab-width in the original buffer. Choose a line number
10170 format that's a multiple of the original buffer's tab width, so
10171 that lines appear right.
10172
10173 * textmodes/ispell.el (ispell): New function, replacing an alias.
10174 Spell-check active region if in transient-mark-mode and mark
10175 is active; otherwise spell-check buffer.
10176
10177 2000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10178
10179 * ps-mule.el: Fix a customization problem on
10180 ps-mule-font-info-database-default.
10181
10182 2000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
10183
10184 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
10185 display-mouse-p instead of window-system.
10186 (ebrowse-member-mode-map): Ditto.
10187
10188 2000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10189
10190 * progmodes/ebnf2ps.el: Update ps-print functions call.
10191 Indentation fix. Doc fix.
10192 (ebnf-version): New version number (3.2).
10193 (ebnf-format-color, ebnf-begin-job): Code fix.
10194
10195 2000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
10196
10197 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
10198 font lock support on window-system.
10199 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
10200
10201 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
10202 display-color-p, if fboundp, instead of window-system.
10203
10204 2000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
10205
10206 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
10207 instead of window-system.
10208
10209 * wid-edit.el (widget-choose): Use display-mouse-p instead of
10210 window-system.
10211 (widget-choice-mouse-down-action): Use display-popup-menus-p
10212 instead of window-system.
10213
10214 * strokes.el (strokes-file): Run the file name through
10215 convert-standard-filename.
10216 (strokes-mode): Call display-mouse-p instead of looking at
10217 window-system. Change the error message accordingly.
10218
10219 * progmodes/cpp.el (toplevel): Support faces on tty's.
10220
10221 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
10222 (lm-plot-square, lm-init-display): Don't use window-system.
10223
10224 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
10225 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
10226
10227 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
10228 instead of looking at window-system.
10229
10230 2000-07-30 Gerd Moellmann <gerd@gnu.org>
10231
10232 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
10233 of testing if iswitchb-prepost-hooks is bound, because the
10234 latter will always be true when invoking a recursive minibuffer
10235 from an active Iswitchb buffer.
10236
10237 2000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
10238
10239 * files.el (shell-quote-wildcard-pattern): New function.
10240 (insert-directory): Call it. Only prepend "\" to command on Unix
10241 and GNU/Linux systems.
10242
10243 2000-07-30 Gerd Moellmann <gerd@gnu.org>
10244
10245 * eshell/esh-groups.el: Change custom :link file names
10246 from `eshell.info' to `eshell'.
10247
10248 2000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
10249
10250 * dired.el (dired-build-subdir-alist): Expand subdirectory names
10251 correctly in recursive ange-ftp listings.
10252
10253 2000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10254
10255 * ps-print.el: Fix bug 1: if ps-font-size-internal,
10256 ps-header-font-size-internal and
10257 ps-header-title-font-size-internal variables are not set,
10258 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
10259 face text property is (foreground-color . COLOR) or
10260 `(background-color . COLOR)', ps-print crashes. Doc fix.
10261 (ps-print-version): New version number (5.2.4).
10262 (ps-plot-region): Code fix.
10263 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
10264 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
10265 Bug fix 2.
10266
10267 2000-07-30 Milan Zamazal <pdm@freesoft.cz>
10268
10269 * glasses.el (glasses-make-readable): Fix uncapitalization of
10270 identifiers like `myXMLDocument'.
10271
10272 2000-07-28 Karl Fogel <kfogel@red-bean.com>
10273
10274 * mail/mail-hist.el (mail-hist-previous-input)
10275 (mail-hist-next-input): Do the obvious code factorization.
10276 (mail-hist-retrieve-and-insert): New func, contains common
10277 code of above two.
10278 If inserting a message body, leave point at top.
10279
10280 2000-07-28 Sam Steingold <sds@gnu.org>
10281
10282 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
10283 Use `<=', not `<' to compare times!
10284 (ange-ftp-ls): Remove.
10285
10286 2000-07-27 Gerd Moellmann <gerd@gnu.org>
10287
10288 * play/cookie1.el: Add explanation of how to make cookie.el
10289 compatible with strfile(1) to comment.
10290
10291 * subr.el (remove, remq): New functions.
10292
10293 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
10294 escape `*' in regexps.
10295 (midnight-find): Reverse order of arguments in the funcall of
10296 TEST.
10297
10298 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
10299 and `.class'.
10300
10301 * play/meese.el: Add Commentary section.
10302
10303 2000-07-27 Alex Schroeder <alex@gnu.org>
10304
10305 * sql.el (sql-ms): Added autoload cookie.
10306 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
10307 (sql-oracle): Ditto.
10308 (sql-help): Doc change.
10309
10310 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
10311 types and exceptions.
10312
10313 2000-07-27 Alex Schroeder <alex@gnu.org>
10314
10315 * sql.el (sql-placeholder-history): New variable.
10316 (sql-query-placeholders-and-send): New function that will query
10317 the user and replace placeholders with user input.
10318 (sql-oracle): If running on NT, set comint-input-sender to
10319 sql-query-placeholders-and-send.
10320
10321 (sql-stop): If in the SQLi buffer, insert stop notification, else
10322 present it as a message.
10323
10324 2000-07-27 Alex Schroeder <alex@gnu.org>
10325
10326 * sql.el (sql-input-ring-separator): Doc change.
10327 (sql-input-ring-file-name): Doc change.
10328 (sql-interactive-mode): Use `sql-input-ring-separator' and
10329 `sql-input-ring-file-name' to set the comint-mode equivalents
10330 without making them local variables.
10331 (sql-stop): Don't bind `sql-input-ring-separator' and
10332 `sql-input-ring-file-name' dynamically to their comint-mode
10333 equivalents.
10334
10335 2000-07-27 Kenichi Handa <handa@etl.go.jp>
10336
10337 * international/mule.el (register-char-codings): New function.
10338 (make-coding-system): Handle `safe-chars' specification in the arg
10339 PROPERTY.
10340
10341 * international/mule-cmds.el
10342 (find-coding-systems-region-subset-p): This function deleted.
10343 (sort-coding-systems-predicate): New variable.
10344 (sort-coding-systems): New function.
10345 (find-coding-systems-region): Use
10346 find-coding-systems-region-internal.
10347 (find-coding-systems-string): Use find-coding-systems-region.
10348 (find-coding-systems-for-charsets): Check
10349 char-coding-system-table.
10350 (select-safe-coding-system-accept-default-p): New variable.
10351 (select-safe-coding-system): Mostly rewritten. New argument
10352 ACCEPT-DEFAULT-P.
10353 (select-message-coding-system): Call select-safe-coding-system
10354 with ACCEPT-DEFAULT-P arg.
10355 (reset-language-environment): Reset default-sendmail-coding-system
10356 to the default value iso-latin-1.
10357 (set-language-environment): Don't set the obsolete variable
10358 charset-origin-alist.
10359
10360 * international/codepage.el (cp-coding-system-for-codepage-1):
10361 Give `safe-chars' property to make-coding-system.
10362
10363 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
10364 calling select-message-coding-system twice.
10365
10366 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
10367 instead of `safe-charsets'.
10368 (cyrillic-alternativnyj): Likewise.
10369 (ccl-encode-alternativnyj): Don't check the charset
10370 cyrillic-iso8859-5.
10371
10372 2000-07-27 Kenichi Handa <handa@etl.go.jp>
10373
10374 * composite.el (compose-chars-after): Preserve match data.
10375
10376 2000-07-26 Sam Steingold <sds@gnu.org>
10377
10378 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
10379 (ange-ftp-real-file-newer-than-file-p): New function.
10380 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
10381 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
10382
10383 * tooltip.el (tooltip-float-time): Removed (use `float-time').
10384 * midnight.el (midnight-float-time): Ditto.
10385
10386 2000-07-26 Andreas Schwab <schwab@suse.de>
10387
10388 * files.el (normal-backup-enable-predicate): Correct
10389 interpretation of the return value of compare-strings.
10390
10391 2000-07-26 Gerd Moellmann <gerd@gnu.org>
10392
10393 * isearch.el (isearch-resume): New function.
10394 (isearch-done): Add something to command-history to resume
10395 the search.
10396 (isearch-yank-line, isearch-yank-word): Use
10397 buffer-substring-no-properties instead of buffer-substring.
10398
10399 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
10400 of flyspell-mouse-map.
10401
10402 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
10403 duplicate definition.
10404 (makefile-mode): Remove duplicate setting of local-abbrev-table.
10405
10406 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
10407 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
10408
10409 2000-07-25 Sam Steingold <sds@gnu.org>
10410
10411 * net/ange-ftp.el: Get modtime over the net.
10412 (ange-ftp-file-modtime): New function.
10413 (ange-ftp-write-region, ange-ftp-insert-file-contents)
10414 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
10415 Use it.
10416 (ange-ftp-dot-to-slash): New function.
10417 (ange-ftp-fix-name-for-vms): Use it.
10418
10419 * midnight.el (midnight-buffer-display-time): Use
10420 `with-current-buffer'.
10421
10422 2000-07-25 Gerd Moellmann <gerd@gnu.org>
10423
10424 * find-dired.el: Update copyright notice.
10425 (find-dired): Offer to kill a running `find'.
10426
10427 * enriched.el (enriched-face-ans): For a `foreground-color'
10428 property, return '(("x-color" COLOR))' so that COLOR will be
10429 output as a parameter of the x-color annotation. Likewise for the
10430 `background-color' property. In the case of normal face
10431 properties, don't return annotations for unspecified foreground
10432 and background face attributes.
10433
10434 2000-07-25 Kenichi Handa <handa@etl.go.jp>
10435
10436 * language/japan-util.el (japanese-katakana-region): Fix handling
10437 HANKAKU argument.
10438
10439 2000-07-25 Miles Bader <miles@gnu.org>
10440
10441 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
10442 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
10443 constrain-to-field.
10444
10445 2000-07-24 Andrew Innes <andrewi@gnu.org>
10446
10447 * timer.el (timer-activate-when-idle): Add optional parameter
10448 DONT-WAIT. Update docstring.
10449 (run-with-idle-timer): Specify extra parameter to
10450 timer-activate-when-idle, so that timer will be activated
10451 immediately if Emacs is already idle.
10452
10453 * w32-fns.el (w32-using-nt): Fix docstring.
10454
10455 2000-07-24 Dave Love <fx@gnu.org>
10456
10457 * mouse.el (popup-menu): Set last-command-event.
10458 (mouse-major-mode-menu-prefix): Declare.
10459
10460 2000-07-24 Gerd Moellmann <gerd@gnu.org>
10461
10462 * textmodes/flyspell.el: Update to author's version 1.5d.
10463
10464 * progmodes/hideshow.el: Update copyright notice.
10465
10466 * vcursor.el: Set maintainer to FSF, since author cannot
10467 be reached.
10468
10469 2000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
10470
10471 * info.el (Info-goto-emacs-key-command-node): Leave a space after
10472 the prompt.
10473
10474 * mouse.el (popup-menu): Run the keymap through indirect-function,
10475 in case it was defined with define-prefix-key. If the menu is a
10476 list of keymaps, look up the binding of user's choice in each one
10477 of the keymaps.
10478 (mouse-popup-menubar): If the global and local menu-bar keymaps
10479 don't have a prompt string, create one and insert it into the
10480 keymap. Don't barf if current-local-map returns nil.
10481
10482 2000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
10483
10484 * dired.el (dired-sort-R-check): Added to allow recursive listing
10485 to be undone.
10486 (dired-sort-other): Use it.
10487
10488 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10489
10490 * Release of cc-mode 5.27
10491
10492 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10493
10494 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
10495 c-beginning-of-statement-1 that caused a bad case of recursion
10496 which could consume a lot of CPU in large classes in languages
10497 that have in-expression classes (i.e. Java and Pike).
10498
10499 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
10500 statements before top level constructs (i.e. case 6 is moved
10501 before case 5 and is now case 4) to catch in-expression
10502 classes in top level expressions correctly.
10503
10504 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10505
10506 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
10507 objc-method-intro. Case 4 removed and case 5I added.
10508
10509 * cc-langs.el (c-append-paragraph-start): New variable used by
10510 c-common-init to get paragraph-start correct.
10511 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
10512 initialize paragraph-start to make it correct both with and
10513 without the javadoc special case.
10514
10515 * cc-mode.el (java-mode): Use c-append-paragraph-start to
10516 initialize paragraph-start for javadoc markup.
10517
10518 * cc-vars.el (c-style-variables-are-local-p): Incompatible
10519 change by defaulting this to t. It's motivated by the
10520 confusing behavior that otherwise arise from the style system
10521 when editing both java and non-java files at the same time
10522 (see the comments about style setting in c-common-init).
10523
10524 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10525
10526 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
10527 similar to the one in c-fill-paragraph to check the fill
10528 prefix from the adaptive fill function for sanity.
10529
10530 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10531
10532 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
10533 defun block.
10534
10535 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10536
10537 * cc-mode.texi Documented the change of cpp-macro.
10538
10539 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10540
10541 * cc-align.el (c-lineup-multi-inher): Handle lines with
10542 leading comma nicely. Extended to handle member initializers
10543 too.
10544
10545 * cc-engine.el: (c-beginning-of-inheritance-list,
10546 c-guess-basic-syntax): Fixed recognition of inheritance lists
10547 when the lines begins with a comma.
10548
10549 * cc-mode.texi: Updated doc for c-lineup-multi-inher.
10550
10551 * cc-vars.el (c-offsets-alist): Changed default for
10552 member-init-cont to c-lineup-multi-inher since it now handles
10553 member initializers and indents better for leading commas.
10554
10555 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10556
10557 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
10558 handling that caused class open lines to be recognized as
10559 statement-conts in some cases.
10560
10561 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
10562 guessed by the adaptive fill function unless point is on the
10563 first line of a block comment.
10564
10565 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
10566 when the buffer ends with a macro continuation char.
10567
10568 * cc-engine.el (c-guess-basic-syntax): Added support for
10569 function definitions as statements in Pike. The first
10570 statement in a lambda block is now labeled defun-block-intro
10571 instead of statement-block-intro.
10572
10573 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
10574 so that the class surrounding point is selected, not the one
10575 innermost in the state.
10576
10577 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
10578 recognition of switch labels having hanging multiline
10579 statements.
10580
10581 * cc-engine.el (c-beginning-of-member-init-list): Broke out
10582 some code in c-guess-basic-syntax to a separate function.
10583 * cc-engine.el (c-just-after-func-arglist-p): Fixed
10584 recognition of member inits with multiple line arglists.
10585 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
10586 member-init-cont when the commas are in funny places.
10587
10588 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10589
10590 * cc-defs.el (c-auto-newline): Removed this macro since it's
10591 not used anymore.
10592
10593 * cc-engine.el (c-looking-at-bos): New helper function.
10594 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
10595 inexpr and toplevel classes apart in Pike.
10596
10597 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
10598 of case 9A.
10599
10600 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
10601 constant, since "class" can introduce an in-expression class
10602 in Pike nowadays.
10603
10604 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10605
10606 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
10607 indentation on cpp-macro lines.
10608
10609 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
10610 a syntax modifier like comment-intro, to make it possible to
10611 get syntactic indentation for preprocessor directives. It's
10612 incompatible wrt to lineup functions on cpp-macro, but it has
10613 no observable effect in the 99.9% common case where cpp-macro
10614 is set to -1000.
10615
10616 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10617
10618 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
10619 member-init-cont when the preceding arglist is several lines.
10620
10621 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10622
10623 * cc-styles.el (c-style-alist): The basic offset for the BSD
10624 style corrected to 8.
10625
10626 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10627
10628 * cc-styles.el (c-style-alist): Adjusted the indentation of
10629 brace list openers in the gnu style.
10630
10631 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10632
10633 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
10634
10635 * cc-cmds.el (c-electric-brace, c-electric-slash,
10636 c-electric-star, c-electric-semi&comma, c-electric-colon,
10637 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
10638 when c-syntactic-indentation is nil.
10639
10640 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
10641 we were left at comments preceding the first statement when
10642 reaching the beginning of the buffer.
10643
10644 * cc-vars.el (c-syntactic-indentation): New variable to turn
10645 off all syntactic indentation.
10646
10647 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10648
10649 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
10650 between the text and the block comment ender when it hangs,
10651 depending on how many there are before the fill.
10652
10653 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10654
10655 * cc-engine.el (c-beginning-of-closest-statement): New helper
10656 function to go back to the closest preceding statement start,
10657 which could be inside a conditional statement.
10658 * cc-engine.el (c-guess-basic-syntax): Use
10659 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
10660
10661 * cc-engine.el (c-guess-basic-syntax): Better handling of
10662 arglist-intro, arglist-cont-nonempty and arglist-close when
10663 the arglist is nested inside parens. Cases 7A, 7C and 7F
10664 changed.
10665
10666 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
10667 up-to-date with javadoc 1.2.
10668
10669 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10670
10671 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
10672 multiline Pike type decls.
10673
10674 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10675
10676 * cc-cmds.el (c-indent-new-comment-line): Always break
10677 multiline comments in multiline mode, regardless of
10678 comment-multi-line.
10679
10680 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10681
10682 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
10683 fully::qualified::names in C++ member init lists. Preamble in
10684 case 5D changed.
10685
10686 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10687
10688 * cc-langs.el (c-common-init): Handling of obsolete variables
10689 moved to c-initialize-cc-mode. More compatible style override
10690 when using global style variables.
10691 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
10692 variables moved here.
10693
10694 * cc-mode.texi: Documented the special behavior of
10695 c-special-indent-hook as a style variable. Don't talk about
10696 doing (c-make-styles-buffer-local t) in a mode hook, since
10697 that's already too late to work right.
10698
10699 * cc-styles.el (c-make-styles-buffer-local): Flag style
10700 variable localness in c-style-variables-are-local-p to make
10701 the compatibility measure in c-common-init work well.
10702
10703 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
10704 longer contain set-from-style.
10705 * cc-styles.el (c-initialize-builtin-style): Don't check for
10706 set-from-style on c-special-indent-hook.
10707 * cc-styles.el (c-copy-tree): Obsolete. The standard function
10708 copy-alist is sufficient now.
10709
10710 * cc-styles.el (c-set-style, c-set-style-1,
10711 c-get-style-variables): Fixes to variable initialization so
10712 that duplicate entries in styles have the same effect
10713 regardless of DONT-OVERRIDE.
10714
10715 * cc-styles.el (c-set-style-2): Fixed bug where the
10716 initialization of inheriting styles failed when the
10717 dont-override flag is set.
10718
10719 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
10720 on this.
10721
10722 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10723
10724 * cc-defs.el (c-forward-comment): Removed the workaround
10725 introduced in 5.38 since it had worse side-effects. If a line
10726 contains the string "//\"", it regarded the // as a comment
10727 start since the \ temporarily doesn't have escape syntax.
10728
10729 2000-07-17 Emmanuel Briot <briot@act-europe.fr>
10730
10731 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
10732 ada-xref.el before ada-prj.el, so that the Project menu is created
10733 when ada-prj tries to add to it.
10734 (ada-activate-keys-for-case): Suppress the characters that are not
10735 part of the Ada syntax. Better compatibility with else-mode
10736 (ada-adjust-case-interactive): When auto-casing is not active,
10737 correctly insert newlines (used to insert only ^M). Prevent the
10738 syntax table from being changed in case of an error
10739 (or '_' becomes part of a word and some commands are confused).
10740 Do nothing if ada-auto-case is nil.
10741 (ada-after-keyword-p): Ignore keywords that are also attributes
10742 (ada-batch-reformat): Update usage comment
10743 (ada-call-from-contextual-menu): New function
10744 (ada-case-read-exceptions): Reinitialize the casing exception list
10745 first to nil first, so that the casing exception file can be
10746 shared.
10747 (ada-check-defun-name): Handles "configure" keyword for gnatdist
10748 files.
10749 (ada-compile-goto-error): Fix regexp used to detect a file:line
10750 anywhere in the error message
10751 (ada-contextual-menu-last-point): New variable
10752 (ada-create-keymap): If the variable delete-key-deletes-forward is
10753 t on XEmacs, it means that DEL should delete one character
10754 forward.
10755 (ada-create-menu): Use :included instead of :visible for XEmacs.
10756 New submenu "Options".
10757 (ada-end-stmt-re): Correctly indent "select ... then abort"
10758 statements.
10759 (ada-fill-comment-paragraph): Correctly delete all leading '--'
10760 even if they don't match ada-fill-comment-prefix Fix handling of
10761 paragraphs on the first or last line of a file.
10762 (ada-format-paramlist): Fix handling of default parameter values.
10763 (ada-get-body-name): New function.
10764 (ada-get-current-indent): Optimized by searchling directly for an
10765 existing generic part or a statement outside of it. Handle
10766 ada-indent-align-comments when indenting comments Replaced some
10767 regexps by testing directly the next character. This results in a
10768 huge speedup on some files. New indentation scheme for renames
10769 statements. Stop looking for the 'while' or 'for' associated with
10770 a 'loop' at the first semicolon encountered. A "return" can also
10771 match an anonymous access subprogram declaration.
10772 (ada-get-indent-noindent): Ignore strings and comments when
10773 looking for the keywords "record" and "private".
10774 (ada-goto-matching-decl-start): When matching "if", make sure we
10775 are not in fact seeing "end if". Ignore "when" statements except
10776 when initial keyword was "begin". Fix handling of nested
10777 procedures. Add a recursive call to this function to skip over
10778 other 'end' statmts. Fix indentation for "when .. => begin"
10779 (ada-in-open-paren-p): Fix indentation for complex boolean
10780 expressions, where 'and then', 'or else' and parenthesis
10781 statements are mixed up.
10782 (ada-in-paramlist-p): Skip comments while searching for the
10783 beginning Fix handling of operator declarations.
10784 (ada-indent-align-comments): New variable
10785 (ada-indent-current): Change the syntax table only in the
10786 protected section, so that we are sure it is restored correctly.
10787 (ada-indent-on-previous-lines): Use ada-use-indent and
10788 ada-with-indent Correctly indent "select ... then"
10789 (ada-indent-region): Slight speedup.
10790 (ada-indent-renames): New variable.
10791 (ada-last-which-function-subprog, ada-last-which-function-line):
10792 New variables
10793 (ada-looking-at-semi-private): Correctly indent the 'private'
10794 keyword when it is the first word in a package declaration.
10795 (ada-loose-case-word): Stop searching if at the end of the buffer.
10796 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
10797 even if point is not initially at the end of the word.
10798 (ada-matching-decl-start-re): Add "when".
10799 (ada-mode): Add support for abbrev-mode, outline-mode and
10800 which-func-mode Override the old find-file.el entry in
10801 ff-special-constructs since it is using the obsolete
10802 ada-spec-suffix variable
10803 (ada-no-auto-case): New function
10804 (ada-scan-paramlist): When parsing the argument type, accept
10805 spaces (as in "X 'Class", generated by Rational Rose).
10806 (ada-other-file-name): No longer loads the other file.
10807 (ada-popup-menu): Save and restore the current buffer and cursor
10808 position before and after displaying the menu.
10809 (ada-search-ignore-complex-boolean): New function.
10810 (ada-uncomment-region): Emacs21 already knows how to delete
10811 comments not starting in the first column.
10812 (ada-use-indent): New variable
10813 (ada-which-function): New function.
10814 (ada-with-indent): New variable
10815 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
10816 can be batch-compiled from the command line.
10817
10818 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
10819 Add to the menu when the file is loaded, not in ada-mode-hook.
10820 Add -toolbar to the default ddd command Switches moved from
10821 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
10822 ada-prj-default-comp-opt
10823 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
10824 Reference Manual to the menu
10825 (ada-check-current): rewritten as a call to ada-compile-current
10826 (ada-compile): Removed.
10827 (ada-compile-application, ada-compile-current, ada-check-current):
10828 Set the compilation-search-path so that compile.el automatically
10829 finds the sources in src_dir. Automatic scrollong of the
10830 compilation buffer. C-uC-cC-c asks for confirmation before
10831 compiling
10832 (ada-compile-current): New parameter, prj-field
10833 (ada-complete-identifier): Load the .ali file before doing
10834 processing
10835 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
10836 conform to gnatmake's behavior.
10837 (ada-find-file-in-dir): New function
10838 (ada-find-references): Set the environment variables for gnatfind
10839 (ada-find-src-file-in-dir): New function.
10840 (ada-first-non-nil): Removed
10841 (ada-gdb-application): Add support for jdb, the java debugger.
10842 (ada-get-ada-file-name): Load the original-file first if not done
10843 yet.
10844 (ada-get-all-references): Handles the new ali syntax (parent types
10845 are found between <>).
10846 (ada-initialize-runtime-library): New function
10847 (ada-mode-hook): Always load a project file when a file is opened,
10848 so that the casing exceptions are correctly read.
10849 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
10850 (ada-parse-prj-file): Use find-file-noselect instead of find-file
10851 to open the project file, since the latter does not work with
10852 speedbar Get default values before loading the prj file, or the
10853 default executable file name is wrong. Use the absolute value of
10854 src_dir to initialize ada-search-directories and
10855 compilation-search-path,... Add the standard runtime library to
10856 the search path for find-file.
10857 (ada-prj-default-debugger): Was missing an opening '{'
10858 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
10859 variables.
10860 (ada-prj-default-gnatmake-opt): New variable
10861 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
10862 buffers, the project file is the default one Save the windows
10863 configuration before displaying the menu.
10864 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
10865 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
10866 ...) regexp-quote identifiers names to support operators +,
10867 -,... in regexps.
10868 (ada-remote): New function.
10869 (ada-run-application): Erase the output buffer before starting the
10870 run Support remote execution of the application. Use
10871 call-process, or the arguments are incorrectly parsed
10872 (ada-set-default-project-file): Reread the content of the active
10873 project file, not the one from the current buffer When a project
10874 file is set as the default project, all directories are
10875 automatically associated with it.
10876 (ada-set-environment): New function
10877 (ada-treat-cmd-string): New special variable ${current}
10878 (ada-treat-cmd-string): Revised. The substitution is now done for
10879 any ${...} substring
10880 (ada-xref-current): If no body was found, compiles the spec
10881 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
10882 compiler to get rid of command line length limitations.
10883 (ada-xref-get-project-field): New function
10884 (ada-xref-project-files): New variable
10885 (ada-xref-runtime-library-specs-path)
10886 (ada-xref-runtime-library-ali-path): New variables
10887 (ada-xref-set-default-prj-values): Default run command now does a
10888 cd to the build directory. New field: main_unit Provide a default
10889 file name even if the current buffer has no prj file.
10890
10891 * ada-prj.el:
10892 Rewritten to show a tabbed-dialog.
10893 (ada-prj-add-ada-menu): Remove the map and name parameters.
10894 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
10895 New function
10896 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
10897 (ada-prj-load-from-file): New function
10898 (ada-prj-save): Always save fields that depend on the current buffer
10899 (ada-prj-show-value): New function
10900
10901 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
10902 Ada mode. This will allow us to display the Ada menu in any buffer
10903 we want (for project items).
10904 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
10905 number of spaces in the header.
10906
10907 2000-07-24 Dave Love <fx@gnu.org>
10908
10909 * ediff-init.el (ediff-region-help-echo): Bind face-help.
10910
10911 2000-07-23 Noah Friedman <friedman@splode.com>
10912
10913 * type-break.el (type-break): perform autosave.
10914 Suggested by Stephen Gildea <gildea@intouchsys.com>.
10915 (type-break-do-query): Cancel query schedule while performing
10916 actual query, to avoid possibility of a second query being made
10917 while first one is already in progress.
10918 (type-break-time-stamp-format): New variable.
10919 (type-break-time-stamp): New function.
10920 (type-break-time-warning): Use it.
10921 (type-break-keystroke-warning): Use it.
10922 (type-break-noninteractive-query): Use it.
10923
10924 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
10925 cookie.
10926 Use add-minor-mode to set minor-mode-alist, if available.
10927 (eldoc-echo-area-use-multiline-p): New user option.
10928 (eldoc-echo-area-multiline-supported-p): New variable.
10929 (eldoc-docstring-format-sym-doc): Use them.
10930 (eldoc-mode): If not using idle timers, append to local post and
10931 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
10932 (eldoc-display-message-no-interference-p): Don't interfere with
10933 edebug.
10934 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
10935 (eldoc-function-arglist): New function.
10936 (eldoc-function-argstring): Use it.
10937
10938 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
10939 auto save directory exists before calling directory-files.
10940
10941 2000-07-23 Dave Love <fx@gnu.org>
10942
10943 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
10944 ^o, ^u.
10945
10946 2000-07-21 Dave Love <fx@gnu.org>
10947
10948 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
10949 now passed to the function. It now works properly.
10950
10951 * smerge-mode.el (smerge-mode-menu): Fill it out.
10952
10953 2000-07-20 Gerd Moellmann <gerd@gnu.org>
10954
10955 * info-look.el (info-lookup): If *info* is shown in another frame
10956 on the same display, select that frame, instead of switching to
10957 the Info buffer in another window of the selected frame.
10958
10959 * simple.el (universal-argument-map): Bind numeric keypad keys
10960 kp-0 to kp-9 and kp-subtract.
10961 (digit-argument): Handle these keys.
10962
10963 2000-07-20 Dave Love <fx@gnu.org>
10964
10965 * net/goto-addr.el (goto-address-fontify): Don't bother with
10966 buffer-modified and read-only stuff -- irrelevant with overlays.
10967 Put an extra property on the overlays and use it to clean up in
10968 case goto-address is re-run.
10969
10970 2000-07-19 Richard M. Stallman <rms@gnu.org>
10971
10972 * timer.el (run-with-idle-timer): Doc fix.
10973
10974 * mail/mail-utils.el (mail-strip-quoted-names):
10975 Handle case where <...> appears inside "...".
10976 Use replace-match to edit the string more simply.
10977 (rmail-dont-reply-to): Cope with an unmatched ".
10978
10979 2000-07-19 Dave Love <fx@gnu.org>
10980
10981 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
10982 implementation.
10983
10984 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
10985 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
10986 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
10987
10988 2000-07-19 Gerd Moellmann <gerd@gnu.org>
10989
10990 * textmodes/refer.el: Correct maintainer's email address.
10991
10992 * progmodes/hideif.el: Correct author's email address.
10993 Fix typo in comment.
10994
10995 * xml.el: New file.
10996
10997 * mail/mailheader.el: Correct author's mail address.
10998
10999 * gnus/parse-time.el: Correct author's mail address.
11000
11001 2000-07-19 Colin Walters <walters@cis.ohio-state.edu>
11002
11003 * comint.el (comint-highlight-input, comint-highlight-face):
11004 New user options.
11005 (comint-input-ring-file-name): Change custom type.
11006 (comint-mode-map): Bind mouse-2.
11007 (comint-insert-clicked-input): New function.
11008 (comint-send-input): Handle input highlighting.
11009
11010 2000-07-18 Stefan Monnier <monnier@cs.yale.edu>
11011
11012 * mouse.el (popup-menu): New function.
11013 (mouse-major-mode-menu): Use it.
11014
11015 2000-07-18 Dave Love <fx@gnu.org>
11016
11017 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
11018 improvements.
11019
11020 2000-07-18 Gerd Moellmann <gerd@gnu.org>
11021
11022 * faces.el (face-font-selection-order)
11023 (face-font-family-alternatives): Add custom type.
11024
11025 2000-07-18 Dave Love <fx@gnu.org>
11026
11027 * cus-edit.el (custom-variable-reset-saved)
11028 (custom-variable-reset-standard): Remove unused bindings.
11029
11030 * rect.el (open-rectangle-line): Remove unused let.
11031
11032 * hl-line.el (hl-line-highlight): Check hl-line-mode.
11033
11034 2000-07-18 Gerd Moellmann <gerd@gnu.org>
11035
11036 * cdl.el: Fix `Maintainer' keyword.
11037
11038 * play/pong.el: Add author's email address.
11039
11040 2000-07-17 Sam Steingold <sds@gnu.org>
11041
11042 * files.el (insert-directory): Call `split-string' instead of
11043 re-implementing it.
11044
11045 2000-07-18 Gerd Moellmann <gerd@gnu.org>
11046
11047 * mail/vms-pmail.el: Change maintainer to FSF.
11048
11049 * net/goto-addr.el: Change maintainer to FSF.
11050
11051 * info.el (Info-title-face-alist): Removed.
11052
11053 2000-07-18 David Ponce <david@dponce.com>
11054
11055 * recentf.el (recentf-open-files): New command that works like
11056 `recentf-open-more-files', but shows the whole list of files (not just
11057 those omitted from the menu). Useful if you don't use a menu-bar!
11058 (recentf-open-more-files) Modified to use `recentf-open-files'.
11059
11060 (recentf-open-files, recentf-open-more-files)
11061 (recentf-edit-list): Dialogs use `recentf-dialog-mode'
11062
11063 (recentf-dialog-mode): New mode for dialogs. You can now just type
11064 "q" to cancel the dialogs.
11065
11066 2000-07-18 David Ponce <david@dponce.com>
11067
11068 * recentf.el: This is a major update of recentf.el. It adds new
11069 features to better organize the recentf menu and "More..." buffer.
11070
11071 Using new provided menu filtering functions you can now organize the
11072 recent files list:
11073
11074 - by major modes
11075 - by directories
11076 - by user defined rules
11077
11078 Finally, with the new `recentf-filter-changer' customizable filter you
11079 can define a ring of filters and dynamically (via the menu) cycle on
11080 each menu organization in the ring (a la msb).
11081
11082 2000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
11083
11084 * eshell/eshell.el (eshell): Replace links to eshell.info with
11085 links to eshell, to avoid problems on systems where the manual is
11086 installed as `eshell'.
11087 * eshell/esh-cmd.el (eshell-cmd): Ditto.
11088 * eshell/em-smart.el (eshell-smart): Ditto.
11089 * eshell/em-banner.el (eshell-banner): Ditto.
11090 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
11091
11092 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
11093 same-file check in the MS-DOS version (it does support inodes).
11094
11095 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
11096
11097 * eshell/eshell.el (eshell-directory-name):
11098 Run default directory name through convert-standard-filename.
11099
11100 2000-07-18 Kenichi Handa <handa@etl.go.jp>
11101
11102 * international/mule-cmds.el (select-safe-coding-system):
11103 Fix typo in the comment.
11104
11105 * language/european.el (compound-text):
11106 Force katakana-jisx0201 to be designated to G1.
11107
11108 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
11109 Don't translate some national variant characters of latin-jisx0201.
11110 (x-ctext): Force katakana-jisx0201 to be designated to G1.
11111
11112 * international/kkc.el (kkc-after-update-conversion-functions):
11113 New variable.
11114 (kkc-update-conversion): Run functions in it at the tail.
11115
11116 2000-07-16 John Wiegley <johnw@gnu.org>
11117
11118 * lisp/align.el (align-newline-and-indent):
11119 Adding new function. for auto-aligning blocks of code on RET.
11120 (align-region): Fixed badly formatted minibuffer message.
11121
11122 2000-07-17 Kenichi Handa <handa@etl.go.jp>
11123
11124 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
11125 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
11126 the conversion list at first if appropriate.
11127 (kkc-next): Don't update kkc-next-count here.
11128 (kkc-prev): Don't update kkc-prev-count here.
11129 (kkc-show-conversion-list-update): Fix setting up of conversion
11130 list message.
11131
11132 2000-07-16 Stefan Monnier <monnier@cs.yale.edu>
11133
11134 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
11135
11136 2000-07-16 Dave Love <fx@gnu.org>
11137
11138 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
11139 function to be more specific.
11140
11141 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
11142 non-string help-echo.
11143 (widget-types-convert-widget): Defsubst it.
11144 (widget-echo-help): Try to cope with a help-echo function of two
11145 possible sorts.
11146
11147 2000-07-15 Jason Rumney <jasonr@gnu.org>
11148
11149 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
11150 Declare as obsolete.
11151
11152 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
11153
11154 2000-07-14 Gerd Moellmann <gerd@gnu.org>
11155
11156 * hilit-chg.el: Fix typo.
11157
11158 2000-07-14 Dave Love <fx@gnu.org>
11159
11160 * info.el (Info-mode-menu): Fix use of :help, :enable.
11161
11162 2000-07-14 Stefan Monnier <monnier@cs.yale.edu>
11163
11164 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
11165
11166 2000-07-13 Dave Love <fx@gnu.org>
11167
11168 * emacs-lisp/easymenu.el: Doc fixes.
11169 (easy-menu-remove): Defalias to ignore.
11170
11171 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
11172 Call throw correctly.
11173
11174 2000-07-13 Gerd Moellmann <gerd@gnu.org>
11175
11176 * faces.el (frame-background-mode): Doc fix.
11177
11178 * simple.el (eval-expression-print-length): Change custom type to
11179 allow entering nil as value.
11180
11181 2000-07-13 Dave Love <fx@gnu.org>
11182
11183 * progmodes/fortran.el (fortran-imenu-generic-expression):
11184 Change definition layout.
11185 (fortran-mode-menu): Reinstate customize entries.
11186
11187 * cus-edit.el (custom-group-menu-create, customize-menu-create):
11188 Use :filter, per old XEmacs code.
11189
11190 2000-07-12 Gerd Moellmann <gerd@gnu.org>
11191
11192 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
11193 event when deciding what to send to the terminal.
11194
11195 2000-07-12 Dave Love <fx@gnu.org>
11196
11197 * cus-start.el: Add optional version as 4th element of specs and
11198 use it for several things new in v21. Remove load-path. Fix type
11199 of line-number-display-limit.
11200
11201 2000-07-11 Dave Love <fx@gnu.org>
11202
11203 * progmodes/fortran.el: Don't require easymenu.
11204 Use repeat counts in various regexps.
11205 (fortran-mode-syntax-table): Defvar directly.
11206 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
11207 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
11208 Use defvar, not defconst.
11209 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
11210 (fortran-mode): Set fortran-comment-line-start-skip,
11211 fortran-comment-line-start-skip, dabbrev-case-fold-search.
11212 (fortran-comment-indent): Use defsubst.
11213 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
11214 Use fortran-comment-indent, not fortran-comment-indent-function.
11215 (fortran-comment-region, fortran-electric-line-number): Simplify.
11216 (fortran-auto-fill): New function.
11217 (fortran-do-auto-fill): Deleted.
11218 (fortran-find-comment-start-skip):
11219 Check for non-null comment-start-skip.
11220 (fortran-auto-fill-mode, fortran-fill-statement):
11221 Use fortran-auto-fill.
11222 (fortran-fill): Use fortran-auto-fill. Check for null
11223 comment-start-skip. Simplify final clause and use end-of-line finally.
11224
11225 * widget.el (widget-plist-member): New alias.
11226
11227 2000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
11228
11229 * eshell/esh-module.el (toplevel): Reference
11230 byte-compile-current-file only if it is bound.
11231
11232 2000-07-10 Gerd Moellmann <gerd@gnu.org>
11233
11234 * dired.el: Don't require `dired-aux'.
11235
11236 2000-07-10 Miles Bader <miles@lsi.nec.co.jp>
11237
11238 * dired-aux.el (dired-show-file-type): New function.
11239 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
11240 (dired-show-file-type): Add autoload.
11241
11242 2000-07-10 Kenichi Handa <handa@etl.go.jp>
11243
11244 * international/mule-diag.el (describe-font): Adjusted for the
11245 change of fontset-info.
11246 (print-fontset): Likewise.
11247
11248 2000-07-09 Stefan Monnier <monnier@cs.yale.edu>
11249
11250 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
11251
11252 2000-07-07 Gerd Moellmann <gerd@gnu.org>
11253
11254 * bindings.el: Bind `[delete]' to delete-char.
11255
11256 * dired.el (dired-find-alternate-file): New function.
11257 (dired-mode-map): Bind `a' to dired-find-alternate-file.
11258 (toplevel): Require dired-aux when compiling.
11259 (dired-buffers): Move defvar within file to avoid compiler warning.
11260
11261 * info.el (Info-last-search): Variable removed.
11262 (Info-search-history): New variable.
11263 (Info-search): New Info-search-history.
11264
11265 * battery.el, info-look.el: Change author's mail address.
11266
11267 2000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
11268
11269 * mail/rmail.el (rmail-clear-headers): Don't throw an error
11270 if rmail-ignored-headers is nil.
11271 (rmail-retry-failure): Bind rmail-ignored-headers and
11272 rmail-displayed-headers to nil.
11273
11274 2000-07-06 Gerd Moellmann <gerd@gnu.org>
11275
11276 * lpr.el (lpr-page-header-switches): Add `-h' switch.
11277 (print-region-1): Don't hard code `-h' here.
11278
11279 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
11280
11281 2000-07-01 Francesco Potorti` <pot@gnu.org>
11282
11283 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
11284 exim can use "your message" instead of "the message".
11285
11286 2000-07-06 Stefan Monnier <monnier@cs.yale.edu>
11287
11288 * facemenu.el: Docstrings fixes.
11289 (facemenu-get-face): Don't use internal-find-face.
11290 (facemenu-iterate): Rename arg to match the docstring.
11291
11292 * newcomment.el (uncomment-region): Be more careful when skipping
11293 backwards over `=' not to bump into BOBP.
11294
11295 2000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
11296
11297 * ediff-diff.el (ediff-wordify): Use syntax table.
11298 * ediff-init.el (ediff-has-face-support-p): Use
11299 ediff-color-display-p.
11300 (ediff-color-display-p): Use display-color-p, changed to defun
11301 from defsubst.
11302 Got rid of special cases for NeXT and OS/2.
11303 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
11304 face.
11305
11306 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
11307
11308 * emacs-lisp/lucid.el: Require CL.
11309 (copy-tree, remprop): Remove, it's provided by CL.
11310 (map-keymap): Define in terms of cl-map-keymap.
11311 (extent-property, set-extent-end-glyph): New functions.
11312
11313 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
11314
11315 2000-07-05 Gerd Moellmann <gerd@gnu.org>
11316
11317 * Makefile.in (DONTCOMPILE): Add comment that the name may
11318 not be changed without changing the make-dist script.
11319
11320 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
11321 (cl-mapc): Use mapc instead of cl-old-mapc.
11322
11323 2000-07-05 Andrew Innes <andrewi@gnu.org>
11324
11325 * makefile.nt: Add support for `bootstrap' and related targets.
11326
11327 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
11328
11329 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
11330 (easy-menu-do-define): Use `menu-item' format.
11331 Handle case where easy-menu-create-menu returns a symbol.
11332 Manually call the potential top-level filter in the function binding.
11333 (easy-menu-filter-return): New arg NAME.
11334 Convert to a keymap if MENU is an XEmacs menu.
11335 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
11336 (easy-menu-converted-items-table, easy-menu-convert-item):
11337 New var and fun to memoize easy-menu-convert-item-1.
11338 (easy-menu-do-add-item): Use it.
11339 (easy-menu-create-menu): Use easy-menu-convert-item.
11340 Wrap easy-menu-filter-return around any :filter specification.
11341 Don't convert the menu if a filter was specified.
11342 Tell easy-menu-make-symbol not to check for MENU being an expression.
11343 (easy-menu-make-symbol): New arg NOEXP.
11344
11345 2000-07-05 Gerd Moellmann <gerd@gnu.org>
11346
11347 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
11348 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
11349 (eval-defun): If called with prefix arg, instrument code for
11350 Edebug.
11351
11352 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
11353 similar to that of eval-defun.
11354
11355 2000-07-04 Dave Love <fx@gnu.org>
11356
11357 * hl-line.el (hl-line-overlay): Make it permanent-local.
11358
11359 * calendar/todo-mode.el: Replaced with a working version, based on
11360 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
11361
11362 2000-07-03 Miles Bader <miles@lsi.nec.co.jp>
11363
11364 * paths.el (prune-directory-list): New function.
11365 (Info-default-directory-list): Rewritten to more methodically
11366 enumerate a big list of possible info directories (based on the
11367 list used by the standalone info reader).
11368
11369 * info.el (info-initialize): Use prune-directory-list to remove
11370 non-existent directories from Info-directory-list.
11371
11372 * paths.el (Info-default-directory-list): Try a list of possible
11373 info-directories instead of a single one. Add the possible
11374 info directory "/usr/share/info".
11375
11376 * woman.el (woman-man.conf-path): Explicitly include the debian
11377 man-db config file "/etc/manpath.config".
11378 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
11379 are present in `manpath.config'.
11380 (woman-manpath): Include "/usr/share/man".
11381
11382 2000-07-03 Gerd Moellmann <gerd@gnu.org>
11383
11384 * frame.el (blink-cursor-mode): Don't hide cursor initially.
11385
11386 * startup.el (command-line): Initialize blink-cursor based
11387 on window-system.
11388
11389 * frame.el (blink-cursor): Default to nil if not running under
11390 a window-system.
11391
11392 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
11393 (face-x-resources): Remove duplicate entry for :font.
11394
11395 * textmodes/refer.el (refer-find-entry-internal): Use some-window
11396 instead of cycling through windows with next-window.
11397
11398 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
11399 of cycling through windows with next-window.
11400
11401 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
11402 of cycling through windows with next-window.
11403
11404 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
11405 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
11406 instead of cycling through windows with next-window.
11407
11408 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
11409 instead of cycling through windows with next-window.
11410
11411 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
11412 of cycling through windows with next-window.
11413
11414 * terminal.el (te-process-output): Use walk-windows instead of
11415 cycling through windows with next-window.
11416
11417 * server.el (server-switch-buffer): Use some-window instead of
11418 cycling through windows with next-window.
11419
11420 * window.el (some-window): New function.
11421 (walk-windows): Remove reference to walk-windows-start.
11422
11423 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
11424
11425 2000-07-03 Richard Stallman <rms@gnu.org>
11426
11427 * window.el (walk-windows): Guarantee termination by keeping a list
11428 of all the windows already handled.
11429
11430 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
11431
11432 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
11433 window-system.
11434
11435 * man.el (Man-notify-when-ready): Don't use window-system. If
11436 Man-notify-method is newframe, and the display is not
11437 multi-frame, select the frame created for the man page.
11438 (Man-init-defvars): Doc fix.
11439
11440 2000-06-28 Gerd Moellmann <gerd@gnu.org>
11441
11442 * faces.el (region): Change background color for light background.
11443
11444 * ediff-wind.el (ediff-setup-control-frame): Remove :box
11445 attribute from mode-line face of Ediff control frame.
11446
11447 * replace.el (query-replace-map): Bind `e' like `E'.
11448
11449 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
11450
11451 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
11452 Change name to "Select All".
11453
11454 * dos-fns.el (convert-standard-filename): Fix last change.
11455
11456 2000-06-27 Gerd Moellmann <gerd@gnu.org>
11457
11458 * help.el (describe-variable): Don't insert a second `'s' in front
11459 of the string `value is shown below'. Since the syntax-table is
11460 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
11461 an existing `'s', so that this won't be deleted.
11462
11463 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
11464 * pcmpl-unix.el: New files.
11465
11466 2000-06-26 Stefan Monnier <monnier@cs.yale.edu>
11467
11468 * wid-edit.el (widget-member): Use the new plist-member.
11469
11470 2000-06-26 Gerd Moellmann <gerd@gnu.org>
11471
11472 * replace.el (perform-replace): Undo change of 2000-04-04.
11473 Instead, move backward 1 character at the end of the loop when
11474 necessary.
11475
11476 * faces.el (fringe): Change face for different backgrounds.
11477
11478 * eshell/esh-module.el (toplevel): Load defgroup's differently;
11479 patch from John.
11480
11481 * eshell/*.el: Change spelling of the Free Software Foundation.
11482
11483 * eshell/esh-toggle.el: Removed.
11484
11485 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
11486
11487 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
11488 interactively.
11489
11490 2000-06-26 Alex Schroeder <alex@gnu.org>
11491
11492 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
11493 `define-key'; instead of checking `(emacs-version)' check for
11494 `set-keymap-parent' and `set-keymap-name' directly. Add entries
11495 for `;' and `o' which might be electric.
11496
11497 (sql-electric-stuff): New user option.
11498 (sql-magic-go): New function which uses `sql-electric-stuff'.
11499 (sql-magic-semicolon): New function which uses
11500 `sql-electric-stuff'.
11501
11502 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
11503 is not fboundp.
11504
11505 (sql-oracle-options): New variable.
11506 (sql-oracle): Use it.
11507
11508 (sql-imenu-generic-expression): Doc change.
11509 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
11510 is used.
11511
11512 (sql-informix): Added command line parameter "-" to force
11513 sql-informix-program to use stdout.
11514
11515 2000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
11516
11517 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
11518 (cp864-decode-table): Doc fix.
11519 (cp720-decode-table): New variable, supports the Arabic OEM
11520 codepage used by Windows.
11521 (cp737-decode-table): New, Greek OEM codepage used by Windows.
11522
11523 2000-06-23 Dave Love <fx@gnu.org>
11524
11525 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
11526 (font-lock-fontify-anchored-keywords): Use
11527 line-beginning-position.
11528 (global-font-lock-mode): Use mapc.
11529
11530 2000-06-23 Stefan Monnier <monnier@cs.yale.edu>
11531
11532 * eshell/esh-module.el: Require CL when compiling.
11533
11534 2000-06-23 Gerd Moellmann <gerd@gnu.org>
11535
11536 * comint.el (comint-substitute-in-file-name): Call replace-match
11537 with second and third arg t.
11538
11539 * cus-edit.el (custom-button-face, custom-button-pressed-face):
11540 Specify foreground color.
11541
11542 * faces.el (tool-bar, mode-line, header-line): Specify foreground
11543 color.
11544
11545 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
11546
11547 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
11548 cddr instead of cdddr.
11549
11550 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
11551 instead of copy-list.
11552
11553 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
11554 of copy-list.
11555
11556 * subdirs.el: Add eshell subdirectory.
11557
11558 * eshell: New subdirectory containing the Eshell package.
11559
11560 * pcomplete.el: New file.
11561
11562 2000-06-23 Paul Eggert <eggert@twinsun.com>
11563
11564 * mail/mailpost.el (post-mail-send-it): Make sure file has
11565 proper permissions from birth.
11566
11567 * files.el (basic-save-buffer-2): When temporarily setting
11568 file modes, set them to current modes plus 0200, not to 0777.
11569
11570 * emerge.el (emerge-make-temp-file): Make sure file has proper
11571 permissions from birth.
11572
11573 2000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
11574
11575 * files.el (make-backup-file-name-1): On DOS/Windows, run the
11576 backup file name through convert-standard-filename.
11577
11578 * dos-fns.el (convert-standard-filename): Convert leading
11579 directories as well. When long file names are supported, convert
11580 characters that are invalid in Windows file names.
11581
11582 2000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11583
11584 * ps-print.el: Fix bug: if ^L is the very first buffer character,
11585 ps-print crashes. New feature: page selection for printing. Create
11586 raw-text-unix coding system for XEmacs. Doc fix.
11587 (ps-print-version): New version number (5.2.3).
11588 (ps-plot-region): Bug fix.
11589 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
11590 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
11591 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
11592 funs.
11593 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
11594 (ps-last-page): New vars.
11595
11596 2000-06-21 Gerd Moellmann <gerd@gnu.org>
11597
11598 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
11599 empty option string.
11600
11601 2000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
11602
11603 * man.el (man): Doc fix.
11604
11605 2000-06-21 Kenichi Handa <handa@etl.go.jp>
11606
11607 * international/mule-cmds.el (set-language-info-alist): Docstring
11608 fixed.
11609
11610 2000-06-20 Gerd Moellmann <gerd@gnu.org>
11611
11612 * version.el (emacs-version): Use ISO date format.
11613
11614 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
11615 instead of `M-backspace'.
11616
11617 * simple.el (turn-off-auto-fill): New function.
11618
11619 2000-06-20 Stefan Monnier <monnier@cs.yale.edu>
11620
11621 * jit-lock.el (with-buffer-prepared-for-jit-lock):
11622 Renamed from with-buffer-prepared-for-font-lock and use
11623 inhibit-modification-hooks rather than setting *-change-functions.
11624 Update all functions to use the new name.
11625 (jit-lock-first-unfontify-pos): New semantics (and doc).
11626 (jit-lock-mode): Make non-interactive.
11627 Don't automatically turn on font-lock.
11628 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
11629 Always use jit-lock-after-change.
11630 Remove and restore font-lock-after-change-function.
11631 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
11632 (jit-lock-after-unfontify-buffer): Remove.
11633 (jit-lock-stealth-fontify):
11634 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
11635 (jit-lock-after-change): Set the `fontified' text-prop to nil.
11636
11637 2000-06-20 Sam Steingold <sds@gnu.org>
11638
11639 * emacs-lisp/cl-indent.el (toplevel): Indent
11640 `print-unreadable-object' properly. Untabify.
11641
11642 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
11643
11644 * textmodes/reftex.el (reftex-find-citation-regexp-format):
11645 Support for bibentry.
11646 (reftex-compile-variables): Fixed problem with end of section-re.
11647
11648 * texmodes/reftex-dcr.el (reftex-view-crossref,
11649 reftex-view-crossref-from-bibtex):
11650 Deal with changed `reftex-find-citation-regexp-format'.
11651 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
11652 Replaced `remprop' with `put'.
11653 (reftex-view-crossref, reftex-view-crossref-when-idle):
11654 Support for bibentry.
11655
11656 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
11657 New entry for bibentry package.
11658
11659 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
11660 Regexp also matches "\nobibliography".
11661
11662 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
11663 Call `reftex-ensure-write-access' before doing anything.
11664 (reftex-ensure-write-access): New function.
11665
11666 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
11667
11668 * progmodes/idlwave.el: File re-installed (update to version 4.2)
11669
11670 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
11671
11672 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
11673
11674 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
11675
11676
11677 2000-06-20 Dave Love <fx@gnu.org>
11678
11679 * faces.el (frame-background-mode): Use set-default, not set, in
11680 setter.
11681 (frame-update-faces, frame-update-face-colors): Define with
11682 defalias.
11683
11684 * enriched.el (enriched-decode-foreground)
11685 (enriched-decode-background): Don't use internal-find-face.
11686
11687 * apropos.el: Doc fixes.
11688
11689 * cus-edit.el (customize-changed-options): Check arg.
11690 (customize-version-lessp): Don't require decimal point.
11691
11692 * custom.el (defcustom, defgroup): Doc fix.
11693
11694 * newcomment.el (comment) <defgroup>: Add :version.
11695 (comment-multi-line): Doc fix.
11696
11697 * emulation/mlsupport.el (define-hooked-local-abbrev,
11698 define-hooked-global-abbrev): Fix, using define-abbrev.
11699
11700 2000-06-19 Gerd Moellmann <gerd@gnu.org>
11701
11702 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
11703 the whole buffer.
11704
11705 2000-06-19 Dave Love <fx@gnu.org>
11706
11707 * menu-bar.el (menu-bar-options-save): New function.
11708 (menu-bar-options-menu): Use it.
11709 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
11710 Simplify.
11711
11712 2000-06-19 Andreas Schwab <schwab@suse.de>
11713
11714 * progmodes/etags.el (tags-query-replace): Put new parameters
11715 START and END at the end, for backward compatibility.
11716
11717 2000-06-19 Kenichi Handa <handa@etl.go.jp>
11718
11719 * international/codepage.el:
11720 (cp-coding-system-for-codepage-1): Delete special codes for
11721 generating xxx-dos coding system because now a CCL based coding
11722 system can handle EOL conversion by default.
11723
11724 * international/mule.el (make-coding-system): Generate subsidiary
11725 coding systems for EOL handling variants even for a CCL based
11726 coding system.
11727
11728 2000-06-19 Kenichi Handa <handa@etl.go.jp>
11729
11730 * international/isearch-x.el (isearch-minibuffer-input-method)
11731 (isearch-minibuffer-input-method-function): These variables
11732 deleted.
11733 (isearch-with-input-method): Don't use the above variables.
11734 (isearch-process-search-multibyte-characters): Likewise. Call
11735 read-string with the arg INHERIT-INPUT-METHOD t.
11736
11737 2000-06-17 Stefan Monnier <monnier@cs.yale.edu>
11738
11739 * font-lock.el (font-lock-after-fontify-buffer)
11740 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
11741
11742 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
11743 Use consistent make-local-variable style for font-lock-fontified.
11744 (jit-lock-fontify-buffer):
11745 Don't bother checking for font-lock-mode and jit-lock-mode.
11746
11747 * time.el: Remove trailing ^M that prevent CVS-merging.
11748
11749 2000-06-16 Gerd Moellmann <gerd@gnu.org>
11750
11751 * Makefile.in (distclean): New target.
11752
11753 2000-06-16 Stefan Monnier <monnier@cs.yale.edu>
11754
11755 * Makefile.in (srcdir): Define for update-subdirs.
11756
11757 2000-06-16 Gerd Moellmann <gerd@gnu.org>
11758
11759 * find-lisp.el: New file.
11760
11761 2000-06-16 Andrew Innes <andrewi@gnu.org>
11762
11763 * time.el (display-time-mail-function): New variable, to allow
11764 external packages to indicate when new mail is available.
11765 (display-time-update): Use it.
11766
11767 2000-06-16 Kenichi Handa <handa@etl.go.jp>
11768
11769 * international/mule.el (mule-version): Change version name to
11770 SAKAKI. AOI has already been used by Meadow.
11771
11772 * international/quail.el (quail-show-guidance-buf): To find the
11773 bottom window (but minibuffer), pay attention to the height of
11774 minibuffer.
11775
11776 2000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
11777
11778 * arc-mode.el (archive-mode-map): Use the new menu-item format for
11779 menu-bar menus. Add help strings. Don't remove the Edit menu
11780 from the menu bar, as the menu bar has enough space now.
11781
11782 * Makefile.in (SHELL): Make sure /bin/sh is used.
11783
11784 * woman.el (woman-man-buffer): Fix bold and underlined CJK
11785 characters, which use series of two ^H characters instead of one.
11786
11787 2000-06-15 Gerd Moellmann <gerd@gnu.org>
11788
11789 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
11790 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
11791 functions.
11792 (Info-find-node-2): Try a case-sensitive search first, then
11793 do a case-insensitive search.
11794
11795 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
11796 tutorials.
11797
11798 * complete.el (PC-env-vars-alist): New variable.
11799 (PC-complete-as-file-name): New function.
11800 (partial-completion-mode): Initialize PC-env-vars-alist from
11801 process-environment.
11802 (PC-do-completion): Handle completion of env vars.
11803
11804 * info.el (Info-set-mode-line): Show file name in mode line,
11805 use `*Info*' instead of `Info:'.
11806
11807 * startup.el (command-line-1): Change copyright messages to year
11808 2000.
11809
11810 2000-06-15 Dave Love <fx@gnu.org>
11811
11812 * net/goto-addr.el (goto-address-fontify): Use keymap property,
11813 not local-map.
11814
11815 2000-06-15 Kenichi Handa <handa@etl.go.jp>
11816
11817 * international/mule.el (set-buffer-file-coding-system): Almost
11818 rewritten to handle `undecided' as no-op.
11819
11820 2000-06-14 Gerd Moellmann <gerd@gnu.org>
11821
11822 * Makefile.in: New file.
11823
11824 * Makefile: Removed.
11825
11826 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
11827 (goto-address-highlight-keymap): Bind C-c RET.
11828
11829 2000-06-14 Kenichi Handa <handa@etl.go.jp>
11830
11831 * mail/sendmail.el (sendmail-send-it): The temporary buffer
11832 inherits buffer-file-coding-system of the current buffer.
11833
11834 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
11835 0. Give correct argument to set-auto-coding-function.
11836 (tar-expunge): For goto-char, use (point-min), not 0.
11837 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
11838 (tar-subfile-save-buffer): Likewize.
11839
11840 * international/mule.el
11841 (after-insert-file-set-buffer-file-coding-system): Call
11842 set-buffer-file-coding-system with the arg FORCE t.
11843
11844 2000-06-13 Gerd Moellmann <gerd@gnu.org>
11845
11846 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
11847 nil. Contemporary sendmails issue an X-Authentication-Warning if
11848 the sender is set with `-f'.
11849
11850 2000-06-13 Dave Love <fx@gnu.org>
11851
11852 * help.el (describe-function-1): Kluge around cases of functions
11853 fset to subrs whose doc doesn't match their symbol-name.
11854
11855 * image.el (insert-image): Default STRING to a space.
11856
11857 * info.el Doc fixes.
11858 (Info-build-node-completions): Match Ref tags.
11859
11860 2000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
11861
11862 * frame.el (display-multi-frame-p, display-multi-font-p): New
11863 defaliases for display-graphic-p.
11864
11865 * hl-line.el: Fixed a typo in commentary.
11866
11867 2000-06-13 Kenichi Handa <handa@etl.go.jp>
11868
11869 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
11870 fixed.
11871
11872 2000-06-12 Dave Love <fx@gnu.org>
11873
11874 * image.el (insert-image): Save a little consing.
11875
11876 2000-06-12 Kenichi Handa <handa@etl.go.jp>
11877
11878 * language/tibet-util.el: Convert all tibetan-1-column characters
11879 to the corresponding tibetan characters.
11880 (tibetan-add-components): Delete code for the special treatment of
11881 'a chung.
11882
11883 * language/tibetan.el (tibetan-composable-pattern): Fix previous
11884 change.
11885 (tibetan-vowel-transcription-alist): More rules added.
11886 (tibetan-composite-vowel-alist): New variable.
11887 (tibetan-precomposition-rule-alist): More rules added.
11888
11889 2000-06-12 Stefan Monnier <monnier@cs.yale.edu>
11890
11891 * startup.el (command-line): Only call menu-bar-mode if interactive.
11892
11893 * thingatpt.el (toplevel symbol-properties):
11894 * textmodes/makeinfo.el (makeinfo-compile):
11895 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
11896 * progmodes/hideif.el (hif-compress-define-list)
11897 (hide-ifdef-use-define-alist):
11898 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
11899 (ange-ftp-vms-add-file-entry):
11900 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
11901 * man.el (Man-build-man-command):
11902 * mail/rnewspost.el (news-reply-header-hook):
11903 * info.el (Info-insert-dir):
11904 * emulation/mlconvert.el (backward-word, forward-word, setq):
11905 * emacs-lisp/gulp.el (gulp-send-requests):
11906 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
11907 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
11908 (byte-optimize-apply, end of file):
11909 * emacs-lisp/advice.el (ad-advice-class-completion-table)
11910 (ad-make-freeze-definition):
11911 * startup.el (command-line, command-line-1): Don't quote lambdas.
11912
11913 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
11914 (cvs-cleanup-removed): New function.
11915 (cvs-cleanup-functions): New var.
11916 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
11917 some flexibility in specifying additional entries to auto-cleanup.
11918 (cvs-quickdir): New function.
11919 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
11920 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
11921 (cvs-mode-find-file): Check that we are on a filename or dirname
11922 when invoked through a mouse-click.
11923 (cvs-full-path): Remove.
11924 (cvs-dired-action): Re-introduced.
11925 (cvs-dired-noselect): Use it.
11926 (vc-post-command-functions): use this new hook if available.
11927
11928 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
11929 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
11930 (cvs-filename-map, cvs-dirname-map): Remove.
11931 (cvs-default-action): Remove.
11932 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
11933 if the arg is really a keymap.
11934 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
11935 Don't hardcode the mapping from state (aka type) to face, but check
11936 the var cvs-fi-<type>-face instead.
11937 (cvs-fileinfo-from-entries): New function.
11938
11939 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
11940 Docstring fix.
11941 (cvs-find-file-and-jump): Change default to be safer.
11942 (cvs-mode-diff-map): Define it as a function as well.
11943 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
11944 Bind mouse-2 in this global map rather than with text-properties.
11945
11946 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
11947 file to resolve the ambiguity between C(conflict) and C(need-merge).
11948
11949 2000-06-12 Kenichi Handa <handa@etl.go.jp>
11950
11951 * international/mule.el (set-buffer-file-coding-system): If
11952 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
11953 unconditionally.
11954
11955 2000-06-12 Dave Love <fx@gnu.org>
11956
11957 * wid-edit.el (widget-specify-button): Really suppress the face if
11958 required.
11959
11960 2000-06-11 Gerd Moellmann <gerd@gnu.org>
11961
11962 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
11963
11964 2000-06-11 Stefan Monnier <monnier@cs.yale.edu>
11965
11966 * imenu.el (imenu-generic-expression): Docstring fix.
11967
11968 * composite.el (composition-function-table): Move the `put'
11969 below the autoload cookie so we can load the file before loaddefs.
11970
11971 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
11972
11973 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
11974 Handle easy-mmode-define-global-mode.
11975 For complex macros like define-minor-mode that can generate
11976 several autoload entries, try to autoload entries in the
11977 macroexpanded code.
11978
11979 * emacs-lisp/easy-mmode.el (define-minor-mode):
11980 If KEYMAP is a symbol, just use it.
11981 Use byte-compile-current-file and load-file-name to infer the
11982 proper :require to pass to defcustom.
11983 Wrap the hook var into `progn' so as not to autoload it.
11984 Add a :autoload-end cookie.
11985 Be more careful about the evaluation of KEYMAP.
11986 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
11987 (define-derived-mode): Move define-abbrev-table outside of defvar.
11988
11989 2000-06-10 Stefan Monnier <monnier@cs.yale.edu>
11990
11991 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
11992 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
11993 (backup-compiled-files): Ignore errors during `tar'.
11994 (bootstrap): Make autoloads before elc files.
11995
11996 2000-06-10 Kenichi Handa <handa@etl.go.jp>
11997
11998 * international/mule.el (set-buffer-file-coding-system): If one of
11999 undecided-XXX is specified, change only EOL conversion.
12000
12001 * international/mule-conf.el (unix): New alias for the coding
12002 system undecided-unix.
12003
12004 2000-06-09 Dave Love <fx@gnu.org>
12005
12006 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
12007
12008 * progmodes/executable.el: Byte compile dynamic.
12009 (executable-insert): Change custom type.
12010 (executable-find): Add autoload cookie.
12011 (executable-make-buffer-file-executable-if-script-p): New
12012 function. After Noah Friedman.
12013
12014 * files.el (after-save-hook): Customize, with
12015 executable-make-buffer-file-executable-if-script-p as an option.
12016
12017 2000-06-09 Kenichi Handa <handa@etl.go.jp>
12018
12019 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
12020 "tib24p-mule.bdf" for Tibetan.
12021
12022 * composite.el (decompose-composite-char): Declare it as obsolete.
12023
12024 * man.el (Man-fontify-manpage): Pay attention to underline and
12025 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
12026
12027 2000-06-08 Gerd Moellmann <gerd@gnu.org>
12028
12029 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
12030 Set maintainer to FSF since author isn't reachable.
12031
12032 2000-06-08 Dave Love <fx@gnu.org>
12033
12034 * international/mule-cmds.el (select-safe-coding-system): If
12035 DEFAULT-CODING-SYSTEM is not specified, also check the most
12036 preferred coding-system if buffer-file-coding-system is
12037 `undecided'. From Handa.
12038
12039 2000-06-08 Kenichi Handa <handa@etl.go.jp>
12040
12041 * international/mule.el
12042 (after-insert-file-set-buffer-file-coding-system): If the buffer
12043 size is greater than INSERTED, judget that we are not visiting.
12044
12045 2000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
12046
12047 * whitespace.el (defgroup whitespace): Comment out `:version'.
12048 XEmacs 20.4 has problems defining the group with this present.
12049 We'll have this commented out till get resolve the problem.
12050
12051 2000-06-07 John Wiegley <johnw@gnu.org>
12052
12053 * align.el (align-dq-string-modes, align-sq-string-modes)
12054 (align-open-comment-modes): Add pyhton-mode.
12055 (align-rules-list): Use get-text-property instead of
12056 text-properties-at.
12057 (align-rules-list): Add python-assignment.
12058 (align-rules-list): Change perl-comma-delimiter to
12059 basic-comma-delimiter. Use if for Perl modes and python-mode.
12060 (align-rules-list): Add python-chain-logic and
12061 basic-line-continuation.
12062
12063 2000-06-07 Jari Aalto <jari.aalto@poboxes.com>
12064
12065 * apropos.el (apropos-mode-hook): New user variable.
12066 (apropos-mode): Run apropos-mode-hook.
12067
12068 2000-06-07 David Ponce <david@dponce.com>
12069
12070 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
12071 commands. Require `wid-edit' at run-time.
12072
12073 2000-06-07 David Ponce <david@dponce.com>
12074
12075 * recentf.el: Added some "Commentary".
12076 (recentf-open-more-files, recentf-edit-list): Minor changes to
12077 move the point at the top of the file list. This behaviour is
12078 consistent with the menu one when the list contains a lot of
12079 files.
12080 (recentf-cleanup): Now displays the number of items removed from
12081 the list.
12082 (recentf-relative-filter) New menu filter to show filenames
12083 relative to `default-directory'.
12084
12085 2000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12086
12087 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
12088 with/without giving an error if PostScript printer doesn't have this
12089 kind of page size. Zebra Stripe continues or restarts on next page.
12090 Manual/automatic paper feeding. Switch or not the header.
12091 (ps-print-version): New version number (5.2.2).
12092 (ps-windows-system): Include emx as a Windows system.
12093 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
12094 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
12095 (ps-background-text): Code fix.
12096 (ps-error-handler-message, ps-user-defined-prologue)
12097 (ps-print-prologue-header, ps-printer-name)
12098 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
12099 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
12100 (ps-use-face-background): Customization fix.
12101 (ps-n-up-database): Data fix.
12102 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
12103 (ps-switch-header): New vars.
12104 (ps-xemacs-color-name, ps-face-foreground-name)
12105 (ps-face-background-name, ps-boolean-constant): New funs.
12106
12107 2000-06-07 Dave Love <fx@gnu.org>
12108
12109 * allout.el: New version from Manheimer.
12110
12111 2000-06-07 Kenichi Handa <handa@etl.go.jp>
12112
12113 * textmodes/fill.el (fill-find-break-point): Check the validity of
12114 charset.
12115
12116 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
12117
12118 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
12119 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
12120 Call display-color-p and display-mouse-p instead of looking at
12121 window-system.
12122
12123 2000-06-06 Dave Love <fx@gnu.org>
12124
12125 * image.el (find-image): Doc fix. Return nil if image not found.
12126 (put-image, insert-image): Make STRING arg optional.
12127
12128 2000-06-06 Kenichi Handa <handa@etl.go.jp>
12129
12130 * language/vietnamese.el: Remove eval-when-compile.
12131 (viet-viscii-nonascii-translation-table): Define it as a
12132 translation table made from viet-viscii-decode-table.
12133 (viet-viscii-encode-table): Define it as a translation table made
12134 from the reverse map of above.
12135 (viet-vscii-nonascii-translation-table): Define it as a
12136 translation table made from viet-vscii-decode-table.
12137 (viet-vscii-encode-table): Define it as a translation table made
12138 from the reverse map of above.
12139 (ccl-decode-viscii): Use translate-character.
12140 (ccl-encode-viscii, ccl-encode-viscii-font)
12141 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
12142 Likewize.
12143
12144 * language/cyrillic.el: Remove eval-when-compile.
12145 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
12146 translation table made from cyrillic-koi8-r-decode-table.
12147 (cyrillic-koi8-r-encode-table): Define it as a translation table
12148 made from the reverse map of above.
12149 (ccl-decode-koi8): Use translate-character.
12150 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
12151 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
12152 a translation table made from cyrillic-alternativnyj-decode-table.
12153 (cyrillic-alternativnyj-encode-table): Define it as a translation
12154 table made from the reverse map of above.
12155 (ccl-decode-alternativnyj): Use translate-character.
12156 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
12157 Likewize
12158
12159 * international/mule-diag.el (non-iso-charset-alist): Specify
12160 translation table symbol instead of translation table itself.
12161 (list-block-of-chars): CHARSET may be a translation table symbol.
12162
12163 * international/mule.el (make-coding-system): If CODING-SYSTEM
12164 already exists, override it.
12165
12166 * international/fontset.el: Use family `proportional' for Tibetan
12167 fonts.
12168
12169 * international/ccl.el (ccl-compile-translate-character): Don't
12170 check if Rrr has property translation-table.
12171 (ccl-compile-map-multiple): Modified to avoid compiler warning.
12172
12173 2000-06-05 Gerd Moellmann <gerd@gnu.org>
12174
12175 * info.el: Bind case-fold-search to t when searching in case
12176 a user sets it to nil in a hook.
12177
12178 2000-06-05 Stefan Monnier <monnier@cs.yale.edu>
12179
12180 * autoarg.el (autoarg-mode, autoarg-kp-mode):
12181 * hl-line.el (hl-line-mode): Use the new :global key argument.
12182
12183 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
12184 (tar-clip-time-string): Prepend a space.
12185 (tar-grind-file-mode): Construct a string rather than modifying one.
12186 (tar-header-block-summarize): Fix docstring.
12187 Use `format' rather than an error-prone set of copy-loops.
12188
12189 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
12190 (diff-goto-source, diff-unified->context, diff-context->unified)
12191 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
12192 understand the format output by the `-p' argument to diff.
12193
12194 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
12195 (sh-re-done): Use defconst.
12196 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
12197 (sh-help-string-for-variable, sh-guess-basic-offset):
12198 Don't quote lambdas.
12199 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
12200 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
12201
12202 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
12203 (mh-letter-mode): Derive from text-mode.
12204 This implicitly means that it now calls kill-all-local-variables.
12205 Also remove the Emacs-18 compatibility code.
12206
12207 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
12208 Make use of symbol-property doc-string-elt.
12209 Use memq rather than a sequence of eq.
12210 (doc-string-elt): Fix the wrong or missing previously unused values.
12211 (autoload-print-form): New function extracted from
12212 generate-file-autoloads to allow recursion when handling progn
12213 so that defvar's and defun's docstrings are properly printed.
12214 (generate-file-autoloads): Use it.
12215
12216 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
12217 Use find-file-hooks in the minor-mode function.
12218 Be careful not to loop indefinitely in the post-command-hook function.
12219
12220 2000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
12221
12222 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
12223 tty's.
12224 * ediff-diff.el (ediff-exec-process): Use --binary for fine
12225 differences whenever appropriate.
12226 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
12227 * viper.el (find-file, find-file-other-window): Get viper to do
12228 wildcards.
12229
12230 2000-06-04 Stefan Monnier <monnier@cs.yale.edu>
12231
12232 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
12233 (jit-lock-fontify-buffer): New function for JIT refontification.
12234 (jit-lock-mode): Fix docstring.
12235 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
12236 Remove jit-lock-after-change from the _local_ hook.
12237 (jit-lock-function-1): Fix docstring.
12238
12239 * info.el (Info-on-current-buffer): Initialize info.
12240
12241 * newcomment.el (comment-indent): Ignore comment-indent-hook.
12242
12243 * progmodes/tcl.el (tcl-indent-for-comment):
12244 Ignore comment-indent-hook.
12245
12246 * emacs-lisp/easy-mmode.el: Require CL during compilation.
12247 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
12248 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
12249 and improve to use the lighter to guess the capitalization.
12250 (define-minor-mode): Inline code from easy-mmode-define-toggle.
12251 Add keyword arguments to specify global-ness or the custom group.
12252 Add local-map and help-echo properties to the lighter.
12253 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
12254 (easy-mmode-define-global-mode): New macro.
12255
12256 2000-06-02 Dave Love <fx@gnu.org>
12257
12258 * wid-edit.el: byte-compile-dynamic since we typically don't use
12259 all the widgets. Don't require cl or widget. Remove
12260 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
12261 (widget-read-event): Removed. Callers changed to use read-event.
12262 (widget-button-release-event-p): Renamed from
12263 button-release-event-p.
12264 (widget-field-add-space, widget-field-use-before-change):
12265 Uncustomize.
12266 (widget-specify-field): Use keymap property, not local-map.
12267 (widget-specify-button): Obey :suppress-face.
12268 (widget-specify-insert): Use modern backquote syntax.
12269 (widget-image-directory): Renamed from widget-glyph-directory.
12270 (widget-image-enable): Renamed from widget-glyph-enable.
12271 (widget-image-find): Replaces widget-glyph-find.
12272 (widget-button-pressed-face): Move defvar.
12273 (widget-image-insert): Replaces widget-glyph-insert.
12274 (widget-convert): Use keywordp.
12275 (widget-leave-text, widget-children-value-delete): Use mapc.
12276 (widget-keymap): Remove XEmacs stuff.
12277 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
12278 (widget-button-click): Don't set point at the click, but re-centre
12279 if we scroll out of window. Rewritten for images v. glyphs &c.
12280 (widget-tabable-at): Use POS arg, not point.
12281 (widget-beginning-of-line, widget-end-of-line)
12282 (widget-item-value-create, widget-sublist, widget-princ-to-string)
12283 (widget-sexp-prompt-value, widget-echo-help): Simplify.
12284 (widget-default-create): Use widget-image-insert; some rewriting.
12285 (widget-visibility-value-create)
12286 (widget-push-button-value-create, widget-toggle-value-create): Use
12287 widget-image-insert.
12288 (checkbox): Create on and off images dynamically.
12289 (documentation-link): Change :help-echo.
12290 (widget-documentation-link-echo-help): Remove.
12291
12292 2000-06-02 Stefan Monnier <monnier@cs.yale.edu>
12293
12294 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
12295
12296 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
12297 (easy-mmode-define-toggle, define-minor-mode): Use it.
12298 (easy-mmode-define-keymap): Docstring fix.
12299 (define-derived-mode): Default PARENT to fundamental-mode.
12300 Add the derived-mode-parent symbol-property.
12301 (easy-mmode-derived-mode-p): New function.
12302
12303 2000-06-02 Dave Love <fx@gnu.org>
12304
12305 * files.el (convert-standard-filename): Doc fix.
12306 (normal-backup-enable-predicate): New function.
12307 (backup-enable-predicate): Use it to replace the lambda form.
12308
12309 * calendar/todo-mode.el: [This needs more work on the outline
12310 stuff.] Doc fixes.
12311 (todo) <defgroup>: Add :version.
12312 (todo-add-category): Don't use pushnew.
12313 (todo-cmd-raise): Fix typo.
12314 (todo-top-priorities): Change temp buffer name.
12315 (todo-category-alist): Avoid redundant lambda.
12316 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
12317 Use outline-next-heading.
12318
12319 * autoarg.el: Rewritten to use define-minor-mode.
12320 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
12321 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
12322
12323 2000-06-02 Kenichi Handa <handa@etl.go.jp>
12324
12325 * isearch.el (isearch-other-meta-char): Fix previous change.
12326
12327 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
12328
12329 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
12330 (log-edit-done): Only add the comment to the ring if it's different
12331 from the last comment entered.
12332
12333 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
12334
12335 2000-06-01 Dave Love <fx@gnu.org>
12336
12337 * hl-line.el: Rewritten using define-minor-mode.
12338
12339 * help.el (describe-function-1): Distinguish special form from
12340 builtin function. Sanity-check presence of arglist for builtins.
12341
12342 2000-06-01 Kenichi Handa <handa@etl.go.jp>
12343
12344 * international/characters.el: Fix syntax/category setting of
12345 Tibetan characters.
12346
12347 * language/tibet-util.el (tibetan-add-components): Fixes for new
12348 encoding of Tibetan characters.
12349 (tibetan-decompose-precomposition-alist): New variable.
12350 (tibetan-decompose-region): Convert precomposed characters to
12351 non-precomposed characters.
12352 (tibetan-decompose-string): Likewise.
12353 (tibetan-composition-function): Fix args to
12354 thibetan-compose-string.
12355
12356 * language/tibetan.el (tibetan-composable-pattern): More
12357 characters included.
12358 (tibetan-consonant-transcription-alist): Rule for "R" added.
12359 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
12360 "+R" added.
12361 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
12362
12363 * language/lao-util.el (lao-composition-function): Fix args to
12364 compose-string.
12365
12366 * language/thai-util.el (thai-composition-function): Fix args to
12367 compose-string.
12368
12369 * isearch.el (isearch-update): Set disable-point-adjustment to t
12370 to prevent the point moving to the end of a composition when a
12371 part of a composition is searched.
12372 (isearch-other-meta-char): If the key invoking this command can be
12373 mapped by function-key-map to a printing char, call
12374 isearch-process-search-char directly.
12375
12376 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
12377
12378 * emacs-lisp/bytecomp.el:
12379 * frame.el:
12380 * international/mule-cmds.el:
12381 * international/mule-util.el:
12382 * international/mule.el:
12383 * mouse.el:
12384 * subr.el:
12385 * faces.el: Update calls to make-obsolete with a WHEN argument.
12386
12387 * byte-run.el (make-obsolete, make-obsolete-variable):
12388 Add an optional WHEN argument and change the format of the
12389 symbol-property information.
12390 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
12391 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
12392 new obsolete-symbol-property format and print WHEN if it is provided.
12393
12394 2000-05-31 Dave Love <fx@gnu.org>
12395
12396 * loadhist.el (loadhist-hook-functions): Remove
12397 before-change-function, after-change-function.
12398 (unload-feature): Deal with symbols which are both bound and
12399 fbound.
12400
12401 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
12402 before-change-function, after-change-function.
12403
12404 * simple.el (newline): Don't bind before-change-function,
12405 after-change-function.
12406
12407 2000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
12408
12409 * whitespace.el (whitespace-rescan-timer-time): Update interval
12410 set to 600 seconds (10 minutes) instead of 60 seconds since
12411 a large number of whitespace buffers causes emacs to `freeze'
12412 for a considerable amount of time.
12413
12414 * whitespace.el: Updated email address
12415
12416 2000-05-31 Dave Love <fx@gnu.org>
12417
12418 * add-log.el (change-log-font-lock-keywords) <function>: Add
12419 pattern for function of change.
12420 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
12421 acknowledgements patterns.
12422
12423 2000-05-31 Kenichi Handa <handa@etl.go.jp>
12424
12425 * isearch.el (isearch-printing-char): If keyboard coding system is
12426 being used, call isearch-process-search-multibyte-characters.
12427
12428 * international/isearch-x.el: Mostly rewritten.
12429
12430 * international/quail.el (quail-start-conversion): Don't include
12431 unhandled events in the returned events, but set them in
12432 unread-command-events. Exit if all inputs are deleted.
12433
12434 2000-05-30 Jason Rumney <jasonr@gnu.org>
12435
12436 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
12437
12438 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
12439 Reenable code to create initial fontsets.
12440 Use set-fontset-font in place of put-charset-property.
12441
12442 2000-05-30 Gerd Moellmann <gerd@gnu.org>
12443
12444 * progmodes/perl-mode.el (perl-indent-line): When looking for a
12445 label, ensure that the first colon isn't followed by another.
12446
12447 * paths.el (Info-default-directory-list): Doc fix.
12448
12449 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
12450 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
12451 send a query containing USER only, not USER@HOST.
12452
12453 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
12454 and rmail-msgend to compute the restriction at the end, instead of
12455 computing it.
12456
12457 2000-05-29 Gerd Moellmann <gerd@gnu.org>
12458
12459 * dabbrev.el (dabbrev-expand): Don't display messages in the
12460 echo area if the minibuffer window is active.
12461
12462 * jit-lock.el (jit-lock-mode): Add after change function to
12463 local hook.
12464
12465 2000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
12466
12467 * antlr-mode.el: New commands: hide/unhide actions,
12468 upcase/downcase literals.
12469 (antlr-tiny-action-length): New user option.
12470 (antlr-hide-actions): New command. Suggested by
12471 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
12472 (antlr-mode-map): New binding [C-c C-v].
12473 (antlr-mode-menu): New entries.
12474 (antlr-downcase-literals): New command.
12475 (antlr-upcase-literals): Ditto.
12476
12477 * antlr-mode.el: Minor changes: indendation, mode-name.
12478 (antlr-indent-line): Indent cpp directive at column 0.
12479 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
12480
12481 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
12482 (antlr-font-lock-additional-keywords): Workaround for intentional
12483 bug in XEmacs version of font-lock.
12484 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
12485 be used by a smarter version of `buffers-menu-grouping-function'.
12486
12487 2000-05-29 Gerd Moellmann <gerd@gnu.org>
12488
12489 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
12490 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
12491
12492 2000-05-29 Kenichi Handa <handa@etl.go.jp>
12493
12494 * international/encoded-kb.el
12495 (encoded-kbd-iso2022-designation-map): Pay attention to that
12496 charset-iso-final-char return -1 for eight-bit-control and
12497 eight-bit-graphic.
12498
12499 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
12500
12501 * speedbar.el (speedbar-use-images, speedbar-update-flag)
12502 (speedbar-easymenu-definition-base): Use display-graphic-p where
12503 available, instead of window-system.
12504
12505 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
12506
12507 * international/codepage.el (cp-coding-system-for-codepage-1): Add
12508 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
12509 coding systems.
12510
12511 2000-05-26 Dave Love <fx@gnu.org>
12512
12513 * disp-table.el (standard-display-underline): Don't use
12514 internal-find-face.
12515
12516 * mail/reporter.el: Maintainer change. Doc fixes.
12517 (reporter-version): Deleted.
12518
12519 * emacs-lisp/elp.el: Maintainer change.
12520 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
12521
12522 2000-05-26 Stefan Monnier <monnier@cs.yale.edu>
12523
12524 * add-log.el (add-change-log-entry): Merge the current entry with the
12525 previous one if the previous one is empty.
12526
12527 2000-05-26 Dave Love <fx@gnu.org>
12528
12529 * loadhist.el (unload-feature): Fix interactive spec [from
12530 lijnzaad@ebi.ac.uk].
12531
12532 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
12533 subr-arity to check primitives.
12534 (byte-compile-flush-pending, byte-compile-file-form-progn)
12535 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
12536 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
12537 mapcar.
12538
12539 2000-05-26 Kenichi Handa <handa@etl.go.jp>
12540
12541 * international/fontset.el: Set family names of non-latin charsets
12542 in default fontset to "*".
12543
12544 * international/mule-diag.el (print-fontset): Combine family part
12545 and registry part of the fontname by "-*-" instead of "-".
12546
12547 * international/mule-cmds.el (encode-coding-char): Make strings
12548 multibyte before calling encode-coding-string.
12549
12550 2000-05-25 Stefan Monnier <monnier@cs.yale.edu>
12551
12552 * derived.el: Fix keywords.
12553 (define-derived-mode): Only define if needed.
12554
12555 * simple.el (fill-comment, comment-column, comment-start)
12556 (comment-start-skip, comment-end, comment-indent-function)
12557 (block-comment-start, block-comment-end, indent-for-comment)
12558 (set-comment-column, kill-comment, comment-padding, comment-region)
12559 (comment-multi-line, indent-new-comment-line): Remove.
12560
12561 * bindings.el (esc-map): Change ; to comment-dwim and use the new
12562 function names for comment operations.
12563
12564 * newcomment.el: Add abundant autoload cookies.
12565 (comment-style): Don't depend on runtime data at compile-time.
12566 (comment-indent-hook): Remove.
12567 (comment-indent): Check if comment-indent-hook is bound.
12568 (comment-region): Docstring fix.
12569
12570 2000-05-25 Dave Love <fx@gnu.org>
12571
12572 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
12573 byte-code-function-p.
12574
12575 * mail/rmailsum.el: Add provide.
12576
12577 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
12578
12579 * smerge-mode.el (smerge-diff-switches): Don't use list* in
12580 defcustom.
12581
12582 2000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
12583
12584 * ediff-diff.el (ediff-exec-process): delete --binary option from
12585 non-buffer ediff jobs.
12586
12587 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
12588
12589 * hilit-chg.el (highlight-changes-mode): Ask about color or
12590 grayscale support, not about window-system.
12591
12592 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
12593 window-system.
12594 (ffap-highlight): Always default to t.
12595
12596 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
12597 display-popup-menus-p instead of looking at window-system.
12598
12599 * disp-table.el (standard-display-g1, standard-display-graphic):
12600 Only refuse to use string glyphs on X and MS-Windows.
12601
12602 * avoid.el: Remove window-system from commentary, suggest to use
12603 display-*-p instead.
12604
12605 * apropos.el (apropos-print): Use display-mouse-p instead of
12606 window-system.
12607
12608 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
12609
12610 * international/codepage.el (cp-decoding-vector-for-codepage):
12611 Fill up unsupported characters with their own codes. From Kenichi
12612 Handa.
12613
12614 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
12615
12616 * international/mule-diag.el (describe-char-after): Use
12617 display-graphic-p instead of window-system, so that this function
12618 works on MS-DOS.
12619
12620 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
12621
12622 * international/codepage.el (cp-make-coding-systems-for-codepage):
12623 Remove the eight-bit-graphic and eight-bit-control charsets from
12624 the list of charsets which we convert into `?'.
12625
12626 2000-05-25 Kenichi Handa <handa@etl.go.jp>
12627
12628 * international/mule-conf.el: Specify CHARSET-ID explicitely for
12629 private charsets.
12630 (mule-unicode-0100-24ff, japanese-jisx0213-1,
12631 japanese-jisx0213-2): New charsets.
12632
12633 * international/fontset.el: Setup default fontset for new charsets.
12634
12635 2000-05-24 Dave Love <fx@gnu.org>
12636
12637 * info.el (Info-find-node-2): Restructure [following "Vadim
12638 S. Solomin" <sovs@uic.nnov.ru>].
12639
12640 * icomplete.el: Fix header for Finder.
12641
12642 2000-05-24 Eric M. Ludlam <zappo@ultranet.com>
12643
12644 * rmailout.el (rmail-output-to-rmail-file): Added optional param
12645 STAY.
12646
12647 * rmail.el (rmail-automatic-folder-directives): New user variable.
12648 (rmail-show-message): Add call to `rmail-auto-file' during
12649 display.
12650 (rmail-auto-file): New function.
12651
12652 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
12653
12654 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
12655 account.
12656 (ediff-test-utility,ediff-diff-mandatory-option)
12657 (ediff-reset-diff-options): Utilities for proper initialization of
12658 ediff-diff-options and ediff-diff3-options on Windows.
12659
12660 * ediff-init.el (ediff-merge-filename-prefix): New customizable
12661 variable.
12662
12663 * ediff-mult.el (ediff-filegroup-action): Use
12664 ediff-merge-filename-prefix.
12665
12666 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
12667
12668 * viper-ex.el (ex-write): Set selective display to nil.
12669
12670 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
12671
12672 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
12673 aliases for hebrew-iso-8bit.
12674
12675 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
12676
12677 * woman.el: New version from Francis J. Wright
12678 <F.J.Wright@Maths.QMW.ac.uk>.
12679 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
12680 names in environment variables regardless of the path separator.
12681 (woman-topic-all-completions-1): Don't call file-name-directory-p
12682 on all files, since woman-file-regexp already filters out any
12683 directories.
12684
12685 2000-05-24 Kenichi Handa <handa@etl.go.jp>
12686
12687 * international/quail.el (quail-start-translation): Don't change
12688 modified-p of the current buffer.
12689 (quail-start-conversion): Likewise.
12690
12691 * international/kkc.el (kkc-region): Don't change modified-p of
12692 the current buffer.
12693
12694 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
12695 conform to RFC1468.
12696 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
12697
12698 2000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
12699
12700 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
12701 (speedbar-insert-button): Invisible text property fix.
12702 (speedbar-directory-plus): Renamed from speedbar-directory-+
12703 (speedbar-directory-minus): Renamed from speedbar-directory--
12704 (speedbar-page-plus): Renamed from speedbar-file-+
12705 (speedbar-page-minus): Renamed from speedbar-file--
12706 (speedbar-page): Renamed from speedbar-file-
12707 (speedbar-tag): Renamed from speedbar-tag-
12708 (speedbar-tag-plus): Renamed from speedbar-tag-+
12709 (speedbar-tag-minus): Renamed from speedbar-tag--
12710 (speedbar-expand-image-button-alist): Use above renames.
12711
12712 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
12713 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
12714 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
12715 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
12716 * sb-pg.xpm: Renamed from sb-file.xpm
12717 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
12718 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
12719
12720 2000-05-24 Kenichi Handa <handa@etl.go.jp>
12721
12722 * international/quail.el (quail-show-guidance-buf): Set
12723 current-input-method of the guidance buffer to the name of the
12724 curren input method.
12725
12726 2000-05-23 Stefan Monnier <monnier@cs.yale.edu>
12727
12728 * progmodes/compile.el (compile-internal): Style typo.
12729
12730 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
12731 quote vars and functions in the docstring.
12732
12733 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
12734
12735 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
12736 Don't quote lambdas.
12737
12738 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
12739
12740 2000-05-23 Gerd Moellmann <gerd@gnu.org>
12741
12742 * startup.el (command-line): Determine source file of compiled
12743 user init file differently. Warn if compiled user init file
12744 is older than its source file.
12745
12746 * ffap.el (ffap-url-regexp): Add `https'.
12747
12748 2000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
12749
12750 * files.el (make-backup-file-name-1): Replace slashes with `!'
12751 rather than `|' (which is not allowed on Windows). Replace the
12752 drive letters with a string "drive_X".
12753
12754 2000-05-23 Gerd Moellmann <gerd@gnu.org>
12755
12756 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
12757
12758 * files.el (interpreter-mode-alist): Add `bash2'.
12759
12760 2000-05-22 Dave Love <fx@gnu.org>
12761
12762 * loadhist.el (feature-symbols, file-provides, file-requires): Use
12763 mapc.
12764 (feature-file): Avoid calling symbol-name. Doc fix.
12765 (file-set-intersect, file-dependents): Use dolist, not mapcar.
12766 (loadhist-hook-functions): Add mouse-position-function.
12767 (unload-feature): Change uses of mapcar.
12768
12769 * files.el (parse-colon-path): Doc fix.
12770 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
12771 (set-auto-mode): Use mapc.
12772
12773 * complete.el (PC-look-for-include-file): Use :alnum: character
12774 class.
12775 (partial-completion-mode): Add autoload cookie.
12776
12777 2000-05-22 Sam Steingold <sds@gnu.org>
12778
12779 * info.el (Info-fontify-node): Fixed the call to
12780 `add-text-properties' (bug introduced on 2000-05-18).
12781
12782 2000-05-22 Dave Love <fx@gnu.org>
12783
12784 * bindings.el: Remove debug-ignored-errors set in other files.
12785
12786 * progmodes/etags.el: Add to debug-ignored-errors.
12787 (visit-tags-table-buffer): Clear out buffers holding old tables
12788 when making a new list.
12789 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
12790 mapc.
12791
12792 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
12793 quote keywords.
12794 (cmpl-string-case-type): Use character classes.
12795
12796 * comint.el:
12797 * textmodes/ispell.el:
12798 * imenu.el:
12799 * mail/mh-e.el:
12800 * progmodes/compile.el: Add to debug-ignored-errors.
12801
12802 * dabbrev.el: Add to debug-ignored-errors.
12803 (dabbrev-completion): Use mapc.
12804
12805 2000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
12806
12807 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
12808 (woman-mapcan, woman-parse-man.conf)
12809 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
12810 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
12811 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
12812 path syntax better.
12813 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
12814 (woman-manpath): Call woman-parse-man.conf.
12815 (woman-emulation): New defcustom, defaults to nroff.
12816 (woman-font-support): New defconst.
12817 (woman-use-symbol-font): New defcustom.
12818 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
12819 "Emulation".
12820 Many functions: Doc fix.
12821
12822 2000-05-22 Kenichi Handa <handa@etl.go.jp>
12823
12824 * international/quail.el (quail-simple-translation-keymap): Map
12825 128..255 to quail-self-insert-command.
12826 (quail-keyboard-layout-alist): Add definition for "pc102-de".
12827
12828 2000-05-22 Stefan Monnier <monnier@cs.yale.edu>
12829
12830 * help.el (help-manyarg-func-alist): Typo.
12831
12832 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
12833 intervals which makes it heaps simpler.
12834
12835 * newcomment.el (comment-region-internal): Go back to BEG after quoting
12836 the nested comment markers.
12837
12838 * subr.el (remove-hook): Don't turn the hook's value into a list.
12839
12840 2000-05-21 Dave Love <fx@gnu.org>
12841
12842 * edmacro.el (edmacro-parse-keys): Return vector if any elements
12843 are invalid characters.
12844
12845 * international/mule-util.el (detect-coding-with-priority): Use
12846 mapc. Remove redundant lambda.
12847
12848 * international/mule-diag.el (list-non-iso-charset-chars)
12849 (describe-fontset): Remove redundant lambda.
12850
12851 * emulation/crisp.el (brief-mode): New alias.
12852
12853 * emacs-lisp/ring.el (ring-elements): New function.
12854
12855 * emacs-lisp/easymenu.el (easy-menu-create-menu)
12856 (easy-menu-do-add-item): Use keywordp.
12857
12858 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
12859
12860 * replace.el: Doc and error message fixes.
12861 (replace-highlight): Use facep, not internal-find-face.
12862
12863 2000-05-20 Stefan Monnier <monnier@cs.yale.edu>
12864
12865 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
12866
12867 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
12868 (log-edit-insert-changelog): Drop `:' as well.
12869
12870 * log-view.el: Fix file description.
12871 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
12872 available.
12873 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
12874 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
12875
12876 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
12877 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
12878 Print a status message if the toggle is called interactively.
12879 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
12880 for global minor modes and use `defcustom' for them.
12881 Use add-minor-mode.
12882 (easy-mmode-define-derived-mode): Remove.
12883 (define-derived-mode): Fancier default docstring.
12884 (easy-mmode-define-navigation): Signal an error rather than (ding).
12885
12886 * newcomment.el (comment-styles): New `box-multi'.
12887 (comment-normalize-vars): Better default for comment-continue to
12888 avoid whitespace-only continuations.
12889 (comment-search-forward): Always move even in the no-syntax case.
12890 (comment-padright): Only obey N if it's only obeyed for padleft.
12891 (comment-make-extra-lines): Better handling of empty continuations.
12892 Use `=' for the filler if comment-start has only one character.
12893 (uncomment-region): Try handling the special `=' filler.
12894 (comment-region): Allow LINES even if MULTI is nil.
12895 (comment-box): Choose box style based on comment-style.
12896
12897 2000-05-20 Kenichi Handa <handa@etl.go.jp>
12898
12899 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
12900 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
12901
12902 2000-05-20 Kenichi HANDA <handa@etl.go.jp>
12903
12904 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
12905 and insert, not subst-char-in-region.
12906
12907 * international/mule-diag.el (list-character-sets-1): Handle
12908 charsets eight-bit-control and eight-bit-graphic.
12909 (list-iso-charset-chars): Likewise.
12910 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
12911 charactes as is. Use indent-to to align characters.
12912
12913 * international/mule-cmds.el (find-multibyte-characters): Never
12914 exclude charsets eight-bit-control and eight-bit-graphic.
12915
12916 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
12917
12918 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
12919 Don't quote lambdas.
12920
12921 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
12922
12923 2000-05-19 Gerd Moellmann <gerd@gnu.org>
12924
12925 * gud.el (gud-jdb-directories): Doc fix.
12926
12927 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
12928
12929 * newcomment.el: New file.
12930
12931 2000-05-19 Gerd Moellmann <gerd@gnu.org>
12932
12933 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
12934
12935 2000-05-18 Andreas Schwab <schwab@suse.de>
12936
12937 * dired.el (dired-between-files): Also skip lines beginning with
12938 `used'.
12939
12940 2000-05-18 Gerd Moellmann <gerd@gnu.org>
12941
12942 * msb.el (msb-menu-cond): Add choice `user'.
12943
12944 2000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12945
12946 * ps-print.el: Compatibility, customization and doc fix.
12947 (ps-printer-name-option): Replace defconst by defvar.
12948 (ps-postscript-code-directory): XEmacs compatibility.
12949 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
12950 fix.
12951 (ps-user-defined-prologue, ps-print-prologue-header)
12952 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
12953 compatibility and code fix.
12954 (ps-print-background-image, ps-print-background-text):
12955 Customization fix.
12956 (ps-line-number-start, ps-n-up-on): New vars.
12957
12958 2000-05-18 Espen Skoglund <esk@ira.uka.de>
12959
12960 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
12961 the indent-comment function to just return the appropriate indent.
12962
12963 2000-05-18 Eric M. Ludlam <zappo@ultranet.com>
12964
12965 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
12966 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
12967 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
12968
12969 2000-05-18 Dave Love <fx@gnu.org>
12970
12971 * info.el (Info-fontify-node): Add intangible property as well as
12972 invisible.
12973
12974 * calendar/appt.el (appt-make-list): Match all lines of entry.
12975 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
12976
12977 2000-05-18 Kenichi Handa <handa@etl.go.jp>
12978
12979 * international/mule-diag.el (describe-char-after): Call
12980 internal-char-font, not char-font. If internal-char-font returns
12981 nil, display "-- none --".
12982
12983 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
12984
12985 * image.el (image-type-available-p): Don't reference image-types
12986 if it isn't bound.
12987
12988 2000-05-17 Stefan Monnier <monnier@cs.yale.edu>
12989
12990 * autoarg.el (autoarg-mode): Typo in the :set argument.
12991
12992 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
12993
12994 * startup.el (command-line-1): Don't signal an error if the
12995 directory for auto-save-list files does not yet exist.
12996
12997 2000-05-17 Kenichi Handa <handa@etl.go.jp>
12998
12999 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
13000
13001 2000-05-16 Stefan Monnier <monnier@cs.yale.edu>
13002
13003 * subr.el (remove-hook): `setq' hook-value, not `set'.
13004
13005 2000-05-16 Sam Steingold <sds@gnu.org>
13006
13007 * info.el (debug-ignored-errors): More errors to ignore.
13008
13009 2000-05-16 Dave Love <fx@gnu.org>
13010
13011 * cus-edit.el: Don't require cl or easymenu.
13012 (custom-variable-prompt): Test standard-value property, not
13013 user-variable-p.
13014
13015 2000-05-16 Sam Steingold <sds@gnu.org>
13016
13017 * subr.el (add-hook): `setq' hook-value, not `set'.
13018
13019 2000-05-16 Gerd Moellmann <gerd@gnu.org>
13020
13021 * startup.el (command-line-1): Mention the FAQ in the startup
13022 message.
13023
13024 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
13025
13026 * progmodes/compile.el (compilation-parse-errors): Collect
13027 `nomessage' regexps last.
13028
13029 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
13030
13031 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
13032 to the function name.
13033
13034 2000-05-15 Dave Love <fx@gnu.org>
13035
13036 * speedbar.el (speedbar-recenter): Typo.
13037 (speedbar-expand-line): Make arg optional.
13038 (speedbar-mode): Avoid a compiler warning.
13039
13040 2000-05-15 Gerd Moellmann <gerd@gnu.org>
13041
13042 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
13043 user-specified option string is empty.
13044
13045 * mouse.el (mouse-yank-at-click): Doc fix.
13046
13047 2000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
13048
13049 * term/internal.el (IT-character-translations): More updates of
13050 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
13051 documents.
13052
13053 2000-05-15 Gerd Moellmann <gerd@gnu.org>
13054
13055 * env.el (getenv): New function, interactively callable.
13056 (setenv, getenv): Remove autoload cookies.
13057
13058 * loadup.el: Load `env'.
13059
13060 * progmodes/f90.el: Change author's mail address.
13061
13062 2000-05-14 Dave Love <fx@gnu.org>
13063
13064 * mail/rmail.el (rmail-show-message-hook): Customize and offer
13065 goto-addr as an option.
13066
13067 * help.el (help-xref-stack): Doc fix.
13068 (help-xref-following): New variable.
13069 (help-make-xrefs): Use it.
13070 (help-xref-go-back): Use position information from stack element.
13071 (help-follow): Make position in stack element a pair. Use
13072 help-xref-following.
13073
13074 * autoarg.el: New file.
13075
13076 * faces.el: Declare more functions obsolete.
13077
13078 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
13079 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
13080 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
13081 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
13082 Remove all the setup-...-environment functions.
13083
13084 2000-05-13 Eric M. Ludlam <zappo@ultranet.com>
13085
13086 * speedbar.el: Updated the commentary section. xemacs20p now uses
13087 >= when detecting. Require `defimage' safely.
13088 (speedbar-easymenu-definition-base): Add toggle for images.
13089 (speedbar-easymenu-definition-special): Add flush cache & expand.
13090 (speedbar-visiting-tag-hook): Set new defaults. Added options.
13091 (speedbar-reconfigure-keymaps-hook): New variable.
13092 (speedbar-frame-parameters): Updated documentation.
13093 (speedbar-use-imenu-flag): Updated custom tag
13094 (speedbar-dynamic-tags-function-list): New variable.
13095 (speedbar-tag-hierarchy-method): Updated doc & custom.
13096 (speedbar-indentation-width, speedbar-indentation-width) New
13097 variables.
13098 (speedbar-hide-button-brackets-flag): Customizable.
13099 (speedbar-vc-indicator): Doc update.
13100 (speedbar-ignored-path-expressions): Updated default value.
13101 (speedbar-supported-extension-expressions): Updated default value.
13102 (speedbar-syntax-table): Remove {} paren status.
13103 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
13104 as "+". Added overlay aliases.
13105 (speedbar-mode): Use `speedbar-mode-line-update' instead of
13106 `force-mode-line-update'.
13107 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
13108 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
13109 `mouse-set-point'
13110 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
13111 (speedbar-item-info-tag-helper): Revamped to handle a wider range
13112 of arbitrary text, and new helper functions.
13113 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
13114 filename finder.
13115 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
13116 (speedbar-directory-buttons): Update path search/expansion.
13117 (speedbar-make-tag-line): Pay attention to
13118 `speedbar-indentation-width'. Use more care w/ invisible
13119 properties.
13120 (speedbar-change-expand-button-char): Call
13121 `speedbar-insert-image-button-maybe'.
13122 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
13123 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
13124 (speedbar-trim-words-tag-hierarchy)
13125 (speedbar-simple-group-tag-hierarchy): New functions
13126 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
13127 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
13128 functions.
13129 (speedbar-mouse-set-point): New function
13130 (speedbar-power-click): Updated documentation.
13131 (speedbar-line-token, speedbar-goto-this-file): Handle more types
13132 of tag prefix text.
13133 (speedbar-expand-line, speedbar-contract-line): Make more robust
13134 to strange text.
13135 (speedbar-expand-line): Takes universal argument to flush the
13136 cache.
13137 (speedbar-flush-expand-line): New function.
13138 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
13139 Use new generator insertion method.
13140 (speedbar-fetch-dynamic-tags): New function.
13141 (speedbar-fetch-dynamic-imenu): Removed code now handled in
13142 `speedbar-fetch-dynamic-imenu'.
13143 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
13144 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
13145 "Revert Buffer" menu items.
13146 (speedbar-buffer-buttons-engine): Be smarter when creating a
13147 filename tag (for expansion purposes.).
13148 (speedbar-highlight-one-tag-line,
13149 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
13150 (speedbar-recenter): New functions.
13151 (defimage-speedbar): Image loading abstraction.
13152 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
13153 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
13154 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
13155 (speedbar-tag-type, speedbar-tag-mail): New images.
13156 (speedbar-expand-image-button-alist): New variable.
13157 (speedbar-insert-image-button-maybe): Insert an image over some
13158 buttons.
13159
13160 2000-05-13 Kenichi Handa <handa@etl.go.jp>
13161
13162 * international/mule-cmds.el (encode-coding-char): An ASCII
13163 character is always encodable.
13164
13165 * international/mule-conf.el: Add more information in descriptions
13166 of character sets.
13167
13168 * international/mule-diag.el (describe-char-after): New function.
13169 (describe-font-internal): Adjusted for the change of font-info.
13170 (describe-font): Likewise.
13171 (print-fontset): Rewritten for the new fontset implementation.
13172 (describe-fontset): Include fontset alias names in completion.
13173 (list-fontsets): Adjusted for the change of print-fontset.
13174
13175 * simple.el (what-cursor-position): If DETAIL is non-nil, call
13176 describe-char-after instead of displaying the detail in the echo
13177 area.
13178 (syntax-code-table): Format changed.
13179 (string-to-syntax): Adjusted for the above change.
13180
13181 2000-05-12 Stefan Monnier <monnier@cs.yale.edu>
13182
13183 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
13184
13185 2000-05-12 Dave Love <fx@gnu.org>
13186
13187 * calendar/todo-mode.el: Remove some compatibility stuff and CL
13188 dependence. Use line-{beginning,end}-position, not
13189 point-at{b,e}ol. Some doc fixes.
13190 (todo-position): New function. Fix callers of position to use it.
13191 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
13192
13193 2000-05-12 Gerd Moellmann <gerd@gnu.org>
13194
13195 * time.el (display-time-mail-icon): Use `:ascent center'.
13196
13197 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
13198 handling FTP security extensions.
13199
13200 2000-05-11 Dave Love <fx@gnu.org>
13201
13202 * calendar/todo-mode.el: New file.
13203
13204 2000-05-11 Gerd Moellmann <gerd@gnu.org>
13205
13206 * comint.el (comint-read-input-ring): Move reference to
13207 comint-input-ring-size outside of the save-excursion. It was
13208 causing the default value to be the only one ever seen.
13209
13210 * font-lock.el: Update copyright. Remove Simon Marshall's email
13211 address on request from him.
13212
13213 * subr.el (substitute-key-definition): Add comment describing
13214 the meaning of PREFIX.
13215
13216 2000-05-10 Stefan Monnier <monnier@cs.yale.edu>
13217
13218 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
13219
13220 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
13221 (add-minor-mode): Don't make the variable buffer-local and add a
13222 reference to define-minor-mode in the docstring.
13223
13224 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
13225 HEADER/FOOTER and fix bug with trailing empty directory.
13226 (cvs-append-to-ignore): Use vc-editable-p if available.
13227 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
13228 (vc-do-command): Tweak advice to handle the new VC.
13229
13230 * log-view.el (log-view-goto-rev): New function for the new VC.
13231 (log-view-minor-wrap): Use mark-active.
13232
13233 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
13234 (log-edit-changelog-full-paragraphs): New var.
13235 (log-edit-insert-changelog): Remove a lonely leading `* file'.
13236 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
13237 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
13238 (log-edit-changelog-ours-p, log-edit-changelog-entries)
13239 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
13240 Replace the `cvs' prefix with `log-edit'.
13241
13242 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
13243
13244 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
13245 (diff-font-lock-defaults): Explicitly turn off multiline.
13246 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
13247 (diff-ediff-patch): Fix call to ediff-patch-file.
13248 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
13249 Handle comments.
13250
13251 * frame.el (automatic-hscrolling): Typo.
13252
13253 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
13254
13255 2000-05-09 Sam Steingold <sds@goems.com>
13256
13257 * apropos.el (apropos-print): use `describe-face' instead of
13258 `customize-face-other-window'.
13259
13260 2000-05-09 Dave Love <fx@gnu.org>
13261
13262 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
13263
13264 * help.el (describe-variable): Have customize button pop the
13265 help-xref stack when invoked.
13266 (help-xref-symbol-regexp): Add `face'.
13267 (help-make-xrefs): Check for quoted face names and adapt regexp
13268 submatch numbers to cope.
13269 (help-xref-interned): Maybe insert face doc too. Separate
13270 sections with a line of hyphens.
13271
13272 * faces.el: Some doc fixes. Declare some functions obsolete.
13273 (describe-face): Add customize button. Return the help
13274 text. Fix prompt.
13275
13276 2000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
13277
13278 * term/internal.el (IT-character-translations): Fix last change.
13279
13280 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
13281
13282 * woman.el: New file
13283 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
13284
13285 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
13286
13287 * term/internal.el (IT-character-translations): Update ASCII
13288 simulations for greek-iso8859-7, add latin-iso8859-14 and
13289 latin-iso8859-15.
13290
13291 * international/mule-cmds.el (set-language-info-alist): Call
13292 define-prefix-command with 3 arguments, to make the map suitable
13293 for a menu.
13294
13295 2000-05-07 Dave Love <fx@gnu.org>
13296
13297 * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
13298
13299 2000-05-05 Dave Love <fx@gnu.org>
13300
13301 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
13302 list in doc string. Don't quote keyword symbols.
13303 * emacs-lisp/cl.el: Likewise
13304 * emacs-lisp/cl-seq.el: Likewise
13305
13306 2000-05-05 Gerd Moellmann <gerd@gnu.org>
13307
13308 * abbrev.el (abbrev-mode): Make ARG optional.
13309
13310 2000-05-04 Gerd Moellmann <gerd@gnu.org>
13311
13312 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
13313
13314 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
13315
13316 * subr.el (substitute-key-definition): Clarify documentation.
13317
13318 2000-05-04 Milan Zamazal <pdm@freesoft.cz>
13319
13320 * glasses.el (glasses-convert-to-unreadable): Use
13321 `glasses-separator' instead of the hard-wired "_".
13322 (glasses-mode): Call `glasses-make-unreadable' only in a single
13323 place.
13324
13325 2000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
13326
13327 * term/internal.el (cjk-codepages-alist): Add associations for
13328 Chinese and Korean codepages. Remove FIXME comment.
13329
13330 2000-05-03 Dave Love <fx@gnu.org>
13331
13332 * time.el (display-time-mail-face, display-time-use-mail-icon):
13333 New option.
13334 (display-time-mail-icon): New variable.
13335 (display-time-string-forms): Use the above. Fix the local-map.
13336
13337 2000-05-03 Gerd Moellmann <gerd@gnu.org>
13338
13339 * replace.el (query-replace-map): Add binding for `E'.
13340 (query-replace-help): Extend help text.
13341 (perform-replace): Allow editing the replacement string.
13342
13343 * make-mode.el (makefile-mode-abbrev-table): New variable.
13344 (makefile-mode): Set local abbrev table to
13345 makefile-mode-abbrev-table.
13346 (makefile-font-lock-keywords): Fontify includes and conditionals.
13347
13348 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
13349 set TOGGLE's value.
13350
13351 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
13352 mail-interactive-insert-alias.
13353 (mail-abbrev-complete-alias): New command.
13354 (mail-mode-map): Bind it to `M-TAB'.
13355
13356 2000-05-03 Kenichi Handa <handa@etl.go.jp>
13357
13358 * language/lao-util.el (lao-compose-region): New function.
13359
13360 2000-05-02 Gerd Moellmann <gerd@gnu.org>
13361
13362 * files.el (recover-session): Make directories as necessary
13363 if they don't exist yet.
13364
13365 * calendar/cal-french.el
13366 (french-calendar-multibyte-special-days-array)
13367 (french-calendar-special-days-array): Change French text.
13368 (calendar-french-date-string): Change output.
13369 (calendar-goto-french-date): Likewise.
13370
13371 2000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
13372
13373 * wid-edit.el (widget-default-active): Obey `:always-active'.
13374 (widget-documentation-string-value-create): Set `:always-active'.
13375
13376 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
13377
13378 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
13379 default prefix to `~/_emacs.d/auto-save.list/_s'.
13380 (normal-top-level): Create the directory for auto-save files, if
13381 it doesn't already exist (in the ms-dos case only).
13382
13383 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
13384
13385 * international/mule-cmds.el (set-language-environment): Don't
13386 concat an integer (dos-codepage), use format instead.
13387
13388 2000-05-02 Dave Love <fx@gnu.org>
13389
13390 * help.el (help-xref-on-pp): Check for constant symbols.
13391
13392 2000-04-29 Gerd Moellmann <gerd@gnu.org>
13393
13394 * startup.el (normal-top-level): Put a condition-case around
13395 the code loading subdirs.el.
13396
13397 2000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13398
13399 * ps-print.el: Upside-down and face background color printing,
13400 line number step, doc fix.
13401 (ps-print-version): New version number (5.2).
13402 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
13403 (ps-face-attribute-list, ps-plot-with-face): Code fix.
13404 (ps-spool-config): Var fix.
13405 (ps-printer-name-option): Const fix.
13406 (ps-print-upside-down, ps-use-face-background)
13407 (ps-line-number-step): New vars.
13408 (ps-window-system, ps-lp-system): New consts.
13409 (ps-face-background): New fun.
13410
13411 2000-04-28 Richard Stallman <rms@gnu.org>
13412
13413 * files.el (make-auto-save-file-name):
13414 Apply auto-save-file-name-transforms to visited file name
13415 before generating auto save file name.
13416 (auto-save-file-name-transforms): New variable.
13417
13418 * files.el (backup-enable-predicate):
13419 Correctly test for a file under a temporary directory.
13420
13421 2000-04-28 Gerd Moellmann <gerd@gnu.org>
13422
13423 * subr.el (add-minor-mode): Rewritten.
13424
13425 2000-04-28 Kenichi Handa <handa@etl.go.jp>
13426
13427 * mail/sendmail.el (sendmail-send-it): Set
13428 buffer-file-coding-system to the selected coding system for MIME
13429 header.
13430
13431 2000-04-27 Gerd Moellmann <gerd@gnu.org>
13432
13433 * dired.el (dired-move-to-filename-regexp): Allow format where
13434 YYYY is followed by two spaces.
13435
13436 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
13437 in the second character class of the regexp.
13438
13439 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
13440 mh-etc, too.
13441
13442 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
13443 nil.
13444
13445 * subr.el (add-minor-mode): Use `set' instead of `setq'.
13446
13447 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
13448 argument.
13449
13450 2000-04-27 Sen Nagata <sen@eccosys.com>
13451
13452 * emacs-lisp/crm.el (crm-completion-table): New variable.
13453 (crm-collection-fn, crm-test-completion)
13454 (completing-read-multiple): Use it.
13455
13456 2000-04-27 Dave Love <fx@gnu.org>
13457
13458 * help.el (locate-library): Use mapc.
13459 (help-manyarg-func-alist): Add call-process-region.
13460
13461 2000-04-26 Gerd Moellmann <gerd@gnu.org>
13462
13463 * subr.el (add-minor-mode): Make argument MAP optional.
13464
13465 * desktop.el (desktop-save): Save list of minor modes.
13466 (desktop-create-buffer): Restore minor modes.
13467 (desktop-minor-mode-table): New user-option.
13468
13469 * subr.el (add-minor-mode): New function.
13470
13471 * image.el (find-image): New function.
13472 (defimage): Rewritten to find image at load time.
13473
13474 * startup.el (normal-top-level-add-to-load-path): Handle
13475 case that the default directory is not in load-path.
13476
13477 * help.el: Old patch from Stefan Monnier.
13478 (help-xref-on-pp): New function.
13479 (describe-variable): Use it to display xrefs in a symbol's value.
13480
13481 2000-04-26 Stefan Monnier <monnier@cs.yale.edu>
13482
13483 * cus-edit.el (custom-face): Fix parenthesis.
13484
13485 2000-04-26 Kenichi Handa <handa@etl.go.jp>
13486
13487 * mail/rmail.el (rmail-expunge): When there are no deleted
13488 messages, do nothing.
13489
13490 2000-04-26 Dave Love <fx@gnu.org>
13491
13492 * international/mule-cmds.el (locale-translation-file-name):
13493 Defvar to nil.
13494 (set-locale-environment): Set it here (at runtime).
13495
13496 2000-04-25 Gerd Moellmann <gerd@gnu.org>
13497
13498 * replace.el (perform-replace): Add parameters START and END. Use
13499 them instead of the check for a region in Transient Mark mode.
13500 (query-replace-read-args): Return two more list elements for the
13501 start and end of the region in Transient Mark mode.
13502 (query-replace, query-replace-regexp, query-replace-regexp-eval)
13503 (map-query-replace-regexp, replace-string, replace-regexp): Add
13504 optional last arguments START and END and pass them to
13505 perform-replace.
13506
13507 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
13508 form with additional arguments for perform-replace.
13509
13510 * progmodes/etags.el (tags-query-replace): Add parameters START
13511 and END. Construct a form with additional arguments for
13512 perform-replace.
13513
13514 * simple.el (shell-command): Set default directory for "*Shell
13515 Command Output" buffer.
13516
13517 * language/european.el (iso-latin-4): Fix typo.
13518
13519 * emacs-lisp/crm.el: New file.
13520
13521 2000-04-24 Dave Love <fx@gnu.org>
13522
13523 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
13524 (Custom-reset-saved, Custom-reset-standard)
13525 (custom-group-value-create, custom-group-set, custom-group-save)
13526 (custom-group-reset-current, custom-group-reset-saved)
13527 (custom-group-reset-standard): Use mapc.
13528 (custom-buffer-create-internal): Disable undo when creating items.
13529 Use mapc.
13530 (custom-face): Avoid redundant lambda.
13531
13532 2000-04-24 Gerd Moellmann <gerd@gnu.org>
13533
13534 * startup.el (auto-save-list-file-prefix): Set default to
13535 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
13536
13537 2000-04-24 Sam Steingold <sds@gnu.org>
13538
13539 * time-stamp.el (time-stamp-string-preprocess): Always convert
13540 `field-result' to a string.
13541
13542 2000-04-24 Gerd Moellmann <gerd@gnu.org>
13543
13544 * frame.el (scrolling): New group.
13545 (automatic-hscrolling): New user-option.
13546
13547 * startup.el (command-line-x-option-alist): Add `-lsp' and
13548 `--line-spacing'.
13549
13550 2000-04-19 Dave Love <fx@gnu.org>
13551
13552 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
13553 (cl-mapc): Rename from mapc. Fix the funcall.
13554
13555 2000-04-19 Gerd Moellmann <gerd@gnu.org>
13556
13557 * simple.el (clone-indirect-buffer-other-window): New command.
13558 (clone-indirect-buffer): Add optional arg NORECROD.
13559 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
13560
13561 * help.el (resize-temp-buffer-window): Use count-screen-lines.
13562
13563 * window.el (count-screen-lines): New function.
13564 (shrink-window-if-larger-than-buffer): Use count-screen-lines
13565 instead of window-buffer-height.
13566
13567 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
13568 non-existing variable comint-input-sentinel.
13569 (inferior-lisp-args-to-list): Removed.
13570 (inferior-lisp): Use split-string instead of
13571 inferior-lisp-args-to-list.
13572
13573 * hexl.el (hexl-insert-hex-string): New command.
13574
13575 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
13576 instead of concat.
13577
13578 2000-04-18 Gerd Moellmann <gerd@gnu.org>
13579
13580 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
13581 at the start of an existing but empty folder.
13582
13583 2000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13584
13585 * ps-mule.el: Customization fix, doc fix.
13586 (ps-multibyte-buffer): Customization fix.
13587
13588 2000-04-17 Richard M. Stallman <rms@gnu.org>
13589
13590 * subr.el (read-passwd): Use read-char-exclusive.
13591
13592 2000-04-17 Gerd Moellmann <gerd@gnu.org>
13593
13594 * textmodes/texinfo.el (texinfo-insert-@email)
13595 (texinfo-insert-@emph, texinfo-insert-@quotation)
13596 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
13597 (texinfo-mode-map): Add key bindings for them.
13598
13599 * files.el (basic-save-buffer-2): Use a template with `$'
13600 instead of `#' for VMS.
13601
13602 * simple.el (clone-indirect-buffer): New function.
13603
13604 2000-04-16 Stephen Eglen <stephen@gnu.org>
13605
13606 * iswitchb.el (iswitchb-case): New function. If the user input
13607 contains any upper-case characters, the search is made
13608 case-sensitive.
13609
13610 2000-04-17 Stefan Monnier <monnier@cs.yale.edu>
13611
13612 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
13613 comment-end.
13614 (texinfo-font-lock-syntactic-keywords): New var.
13615 (texinfo-font-lock-keywords): Remove comment regexp.
13616 (texinfo-insert-block): New function.
13617 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
13618 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
13619 and font-lock-defaults. Use regexp-opt for outline-regexp.
13620 (texinfo-environments): New var.
13621 (texinfo-environment-regexp): Use regexp-opt and
13622 texinfo-environments.
13623
13624 * textmodes/ispell.el (ispell-menu-map-needed): Check that
13625 ispell-process is bound since this might be eval'd before ispell
13626 is loaded.
13627 (ispell-message): Use a tiny bit less magic and a bit more hard
13628 data to figure out what kind of sc-cite-regexp to use.
13629
13630 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
13631
13632 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
13633 (insert-cyclic-diary-entry): Unquote the lambda.
13634
13635 * gud.el (gud-jdb-build-source-files-list): Fix typo.
13636
13637 * files.el (backup-enable-predicate): Unquote the lambda.
13638
13639 * cus-edit.el (custom-face, face): Unquote the lambda.
13640
13641 2000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13642
13643 * ps-print.el: Check for line-beginning-position definition.
13644
13645 * ps-print.el: Fix counting lines in a region.
13646 (ps-print-version): New version number (5.1.5).
13647 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
13648 (ps-printing-region): Fun code fix.
13649
13650 2000-04-15 Gerd Moellmann <gerd@gnu.org>
13651
13652 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
13653 to file-directory-p.
13654
13655 2000-04-14 Gerd Moellmann <gerd@gnu.org>
13656
13657 * gud.el (gud-jdb-build-source-files-list): Check that directory
13658 exists before calling directory-files.
13659
13660 2000-04-13 Dave Love <fx@gnu.org>
13661
13662 * emacs-lisp/trace.el: Change maintainer. Use new backquote
13663 syntax.
13664
13665 * emacs-lisp/cl-specs.el: Remove when, unless.
13666
13667 * emacs-lisp/cl-extra.el: Don't quote keywords.
13668 (cl-old-mapc): New variable.
13669 (mapc): Use it.
13670 (cl-map-intervals): Use with-current-buffer. Don't check for
13671 next-property-change.
13672 (cl-map-overlays): Use with-current-buffer.
13673 (cl-expt): Remove.
13674 (copy-tree, remprop): Define unconditionally.
13675
13676 * emacs-lisp/cl-compat.el (keywordp): Remove.
13677
13678 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
13679 to use keywordp.
13680 (edebug-spec): Enable keywordp.
13681
13682 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
13683 string-lessp.
13684
13685 * cus-start.el: Use keywordp.
13686
13687 2000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
13688
13689 * diary-lib.el (include-other-diary-files): Fix the fix of
13690 2000-02-18 by doing a save-excursion.
13691
13692 2000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13693
13694 * ps-print.el: Customization fix, doc fix.
13695 (ps-print-version): New version number (5.1.4).
13696 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
13697 (ps-print-preprint): Adjust code.
13698 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
13699 (ps-print-prologue-header, ps-print-control-characters)
13700 (ps-spool-config): Customization fix.
13701
13702 2000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
13703
13704 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
13705 converted to the new menu-item format, names silightly changed,
13706 help strings added.
13707
13708 Support for spelling without async subprocesses:
13709
13710 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
13711 (ispell-session-buffer): New variables.
13712 (ispell-start-process, ispell-process-status,
13713 ispell-accept-output, ispell-send-string): New functions, for
13714 Ispell invocation when async subprocesses aren't supported.
13715 (ispell-word, ispell-pdict-save, ispell-command-loop,
13716 ispell-process-line, ispell-buffer-local-parsing): Replace calls
13717 to process-send-string with calls to ispell-send-string, and
13718 accept-process-output with ispell-accept-output.
13719 (ispell-init-process): Call ispell-process-status instead of
13720 process-status with.
13721 (ispell-init-process): Call ispell-start-process. Call
13722 ispell-accept-output and ispell-send-string. Don't call
13723 process-kill-without-query and kill-process if they are unbound.
13724 (ispell-async-processp): New function.
13725
13726 2000-04-12 Dave Love <fx@gnu.org>
13727
13728 * info.el: Add debug-ignored-errors.
13729 (Info-mode-menu): Add some items.
13730 (Info-directory): Add autoload cookie.
13731
13732 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
13733 Modify `truncate-lines'. Make `describe-language-environment'
13734 always visible and add help. Modify `describe-key' help. Invoke
13735 Info-directory from `info'. New entry `emacs-manual'.
13736
13737 2000-04-10 Gerd Moellmann <gerd@gnu.org>
13738
13739 * progmodes/ebrowse.el (ebrowse-tree-mode): Use
13740 propertized-buffer-identification.
13741 (ebrowse-update-member-buffer-mode-line): Likewise.
13742 (ebrowse--mode-strings): Removed.
13743 (ebrowse--mode-line-props): Removed.
13744
13745 * files.el (auto-mode-alist): Add `EBROWSE'.
13746
13747 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
13748 space before testing for end of buffer.
13749 (ebrowse-load): Removed.
13750 (ebrowse-revert-tree-buffer-from-file): Rewritten.
13751 (ebrowse-create-tree-buffer): Rewritten.
13752 (ebrowse-tree-mode): Read tree from buffer.
13753
13754 * progmodes/ebrowse-ffh.el: Removed.
13755
13756 2000-04-10 Kenichi Handa <handa@etl.go.jp>
13757
13758 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
13759
13760 2000-04-10 Gerd Moellmann <gerd@gnu.org>
13761
13762 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
13763 at the wrong place.
13764
13765 2000-04-09 Dave Love <fx@gnu.org>
13766
13767 * files.el (backup-enable-predicate): Use
13768 temporary-file-directory, small-temporary-file-directory.
13769 (make-backup-file-name-function, backup-directory-alist): New
13770 variables.
13771 (make-backup-file-name-1): New function.
13772 (make-backup-file-name): Use it.
13773 (find-backup-file-name): Likewise. Use format for clarity, not
13774 concat.
13775 (file-newest-backup): Use make-backup-file-name.
13776
13777 2000-04-09 Gerd Moellmann <gerd@gnu.org>
13778
13779 * progmodes/ebrowse-ffh.el: New file.
13780
13781 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved
13782 to ebrowse-ffh.el.
13783 (ebrowse-load): Add autoload.
13784
13785 * finder.el (finder-commentary): Add autoload cookie.
13786
13787 * mail/rfc2368.el: Correct author's email address.
13788
13789 * progmodes/ebrowse.el: New file.
13790
13791 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
13792 item help string.
13793 (easy-menu-do-add-item): Ditto.
13794 (easy-menu-define): Extend doc string.
13795
13796 * jit-lock.el (with-buffer-unmodified): Use
13797 restore-buffer-modified-p.
13798 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
13799 (jit-lock-function, jit-lock-stealth-fontify): Don't use
13800 with-buffer-unmodified.
13801
13802 2000-04-08 Dave Love <fx@gnu.org>
13803
13804 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
13805 unless, when.
13806
13807 2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
13808
13809 * viper-util.el (viper-put-on-search-overlay): New subroutine.
13810 (viper-flash-search-pattern): No operation when using Emacs
13811 doesn't support face.
13812 Use `viper-put-on-search-overlay'.
13813
13814 2000-04-04 Gerd Moellmann <gerd@gnu.org>
13815
13816 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
13817 like C-r.
13818
13819 * progmodes/make-mode.el: Some doc fixes.
13820 (makefile-mode-abbrev-table): New variable.
13821 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
13822 (makefile-font-lock-keywords): Fontify includes and conditionals.
13823 (toplevel): Require `dabbrev' and `add-log' when compiling.
13824
13825 * replace.el (perform-replace): Don't move forward one char
13826 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
13827 to do that because it leaves point 1 position after the last
13828 replacement, after everything has been replaced.
13829
13830 * jit-lock.el (with-buffer-unmodified): New macro.
13831 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
13832 modified state.
13833 (jit-lock-function-1): Extracted from jit-lock-function; not
13834 preserving buffer's modified state.
13835 (jit-lock-function, jit-lock-stealth-fontify): Call
13836 jit-lock-function-1.
13837
13838 * mail/rfc2368.el: Remove supernumerary copyright line.
13839
13840 2000-04-04 Milan Zamazal <pdm@freesoft.cz>
13841
13842 * glasses.el: Provide facilities for inserting space before left
13843 parentheses and uncapitalization of identifiers.
13844 (glasses-mode): Try to remove old overlays in all cases.
13845
13846 2000-04-03 Gerd Moellmann <gerd@gnu.org>
13847
13848 * progmodes/compile.el (compile-internal): Display the compilation
13849 buffer in a different frame, if it's already displayed there.
13850
13851 * mail/rfc2368.el: New file.
13852
13853 * simple.el (sendmail-user-agent-compose): Recognize a `body'
13854 header and insert its value as mail body.
13855
13856 * subr.el (member-ignore-case): New function.
13857
13858 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
13859 (dabbrev--find-expansion): Ignore buffers matching a regexp
13860 from dabbrev-ignored-regexps.
13861
13862 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
13863 to extensions handled by gzip.
13864
13865 2000-04-03 Richard M. Stallman <rms@gnu.org>
13866
13867 * files.el (insert-directory): List the total free space
13868 along with the used space.
13869
13870 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
13871 line is followed by one that matches CITATION-REGEXP, end the
13872 paragraph.
13873
13874 2000-04-03 Markus Rost <rost@delysid.gnu.org>
13875
13876 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
13877 (rmail-make-basic-summary-line): Use that option.
13878
13879 2000-04-03 Kenichi Handa <handa@etl.go.jp>
13880
13881 * international/mule-cmds.el (encoded-string-description):
13882 Rewritten. Try pretty description for ISO 2022 escape sequences
13883 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
13884 for hexadecimal format.
13885
13886 2000-04-01 Dave Love <fx@gnu.org>
13887
13888 * cpp.el: Change customization group to `c' from `C'.
13889
13890 * vcursor.el (vcursor-move): Use display-color-p.
13891
13892 * international/mule-util.el: Provide mule-utils.
13893 (string-to-sequence): Simplify and speed up.
13894
13895 * international/mule.el (make-coding-system): Purecopy doc-string.
13896
13897 * international/mule-cmds.el: Various menu changes.
13898 (describe-specified-language-support): Handle `Default'.
13899 (set-language-info): Purecopy `info'.
13900
13901 2000-03-31 Andrew Innes <andrewi@gnu.org>
13902
13903 * vc.el (vc-backend-diff): Return the correct status if we had to
13904 retry the rcsdiff command without the --brief option.
13905
13906 2000-03-31 Dave Love <fx@gnu.org>
13907
13908 * help.el (help-manyarg-func-alist): Correct several omissions.
13909
13910 * add-log.el: Don't require cl, fortran.
13911 (add-log-current-defun-function): Doc fix.
13912 (change-log-version-number-regexp-list): Remove SCCS part. Doc
13913 fix.
13914 (change-log-version-rcs): Function deleted.
13915 (change-log-version-number-search): Doc fix. Use
13916 vc-workfile-version. Avoid CL dolist.
13917 (add-change-log-entry): Just call add-log-current-defun to get
13918 defun. Simplify somewhat.
13919 (change-log-get-method-definition-1): Likewise.
13920 (add-log-current-defun): Return nil if calling
13921 add-log-current-defun-function does so. Move Fortran stuff to
13922 fortran.el. Return string without properties.
13923
13924 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
13925 and :alpha: char classes.
13926
13927 * mail/supercite.el: Defvar curline when compiling.
13928 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
13929 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
13930 rather than a-zA-Z0-9 to allow non-ASCII characters.
13931
13932 2000-03-31 Gerd Moellmann <gerd@gnu.org>
13933
13934 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
13935
13936 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
13937 Re-enable new code.
13938
13939 * lpr.el (print-region-1): Use -d to specify printer name for
13940 systems `usg-unix-v*, `dgux', `hpux', `irix'.
13941
13942 2000-03-31 Dave Love <fx@gnu.org>
13943
13944 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look
13945 for function definition in symbol's function value slot first
13946 instead of first consulting byte-compile-function-environment.
13947
13948 2000-03-31 Kenichi Handa <handa@etl.go.jp>
13949
13950 * language/european.el ("Polish"): New language environment.
13951 (setup-polish-environment): New function.
13952
13953 2000-03-30 Gerd Moellmann <gerd@gnu.org>
13954
13955 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
13956 Disable new code.
13957
13958 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
13959 trying to `load' the symbol of an autoload instead of the file
13960 recorded in the autoload. Fix error messages.
13961
13962 2000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13963
13964 * ps-print.el: PostScript programming fix for ghostview, doc fix.
13965 (ps-print-version): New version number (5.1.3).
13966 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
13967 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
13968 (ps-generate-postscript-with-faces): Code fix.
13969 (ps-color-values): XEmacs compatibility.
13970 (ps-print-background-image, ps-print-background-text, ps-printer-name)
13971 (ps-default-fg, ps-default-bg): Adjust customization.
13972 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
13973 (ps-color-scale): Renaming old ps-color-value fun.
13974 (ps-print-headers): Replace ps-print-header group to avoid conflict
13975 with ps-print-header variable.
13976 (ps-print-miscellany): New group.
13977 (ps-format-color, ps-rgb-color): New funs.
13978 (ps-default-foreground): New var.
13979 (ps-printer-name-option): New const.
13980
13981 2000-03-30 Peter Breton <pbreton@ne.mediaone.net>
13982
13983 * net/net-utils.el:
13984 (network-connection-host, network-connection-service): New variables
13985 (network-connection-mode): New mode, derived from comint-mode
13986 (network-connection-mode-setup): New function, saves host and
13987 service information in local variables.
13988
13989 * lisp/locate.el:
13990 (locate-word-at-point): Added this function
13991 (locate): Default to using locate-word-at-point as input
13992 Run dired-mode-hook
13993
13994 2000-03-29 Dave Love <fx@gnu.org>
13995
13996 * calendar/appt.el: Doc fixes.
13997 (appt-check): Convert min-to-app to a string before passing to
13998 appt-disp-window-function or concat.
13999 (appt-delete-window): Remove test for frame-root-window.
14000 (appt-select-lowest-window, appt-convert-time): Simplify.
14001
14002 * emacs-lisp/bytecomp.el: Doc fixes.
14003 (byte-compile-file-form-autoload): Update
14004 byte-compile-function-environment.
14005
14006 2000-03-29 Andreas Schwab <schwab@suse.de>
14007
14008 * emacs-lisp/autoload.el: Also print defsubst doc string
14009 specially.
14010
14011 * dired.el (dired-insert-directory): If dired-free-space-program
14012 failed just delete its output.
14013
14014 2000-03-29 Dave Love <fx@gnu.org>
14015
14016 * international/iso-cvt.el: Move provide to end. Doc fixes.
14017 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
14018 (iso-iso2sgml, iso-sgml2iso): New functions.
14019 (iso-cvt-define-menu): Fix some entries and use backquote for
14020 clarity.
14021
14022 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
14023
14024 2000-03-28 Gerd Moellmann <gerd@gnu.org>
14025
14026 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
14027 ISO-DATE. If non-nil, return date in ISO 8601 format.
14028
14029 2000-03-26 Stefan Monnier <monnier@cs.yale.edu>
14030
14031 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
14032 if it ever becomes used.
14033 (log-edit-mode-hook): Default to vc-log-mode-hook.
14034 (log-edit-mode): Fix the docstring.
14035
14036 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
14037 the code.
14038
14039 2000-03-26 Dave Love <fx@gnu.org>
14040
14041 * net/browse-url.el (browse-url): Re-fix case of
14042 browse-url-browser-function being an alist.
14043 (browse-url): Add :link to defgroup.
14044
14045 * files.el: Doc fixes.
14046 (file-truename): Include `[' in wildcard characters.
14047 (automount-dir-prefix): Customize.
14048 (find-file-wildcards): Add :version.
14049 (find-file-noselect): Simplify a mapcar call.
14050
14051 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
14052 compatible with inf-lisp version.
14053 (eval-defun-1): Fix custom-declare-variable case.
14054
14055 2000-03-25 Stefan Monnier <monnier@cs.yale.edu>
14056
14057 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
14058
14059 2000-03-24 Gerd Moellmann <gerd@gnu.org>
14060
14061 * Makefile (COMPILE_FIRST): New macro.
14062 (compile-files): Compile files from COMPILE_FIRST first.
14063
14064 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new
14065 code.
14066
14067 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
14068 matching open parenthesis in column 0 to defun-prompt-regexp
14069 only if open-paren-in-column-0-is-defun-start is set.
14070
14071 * sun-curs.el: Require CL at compile-time only.
14072
14073 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
14074 instead of copy-list which is a function from CL.
14075 (msb--choose-menu, msb--mode-menu-cond)
14076 (msb--create-buffer-menu-2): Use dolist instead of mapc.
14077 (msb--init-file-alist): Use mapcar instead of mapcan.
14078 (msb--aggregate-alist): Use mapcar instead of mapcan. Fix
14079 `(' in column 0 in doc string.
14080 (msb--add-separators): Use mapcar instead of mapcan.
14081
14082 * cus-dep.el: Require CL at compile-time only.
14083
14084 2000-03-24 Stefan Monnier <monnier@cs.yale.edu>
14085
14086 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
14087 (byte-compile-warnings): New warning `noruntime'.
14088 (byte-compile-constants, byte-compile-variables): Fix docstring.
14089 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
14090 execute `eval-whenc-compile's body.
14091 (byte-compile-unresolved-functions): Fix docstring.
14092 (byte-compile-eval): New function.
14093 (byte-compile-callargs-warn): Check if the function will be available
14094 at runtime (via property `byte-compile-noruntime').
14095 (byte-compile-print-syms): New function.
14096 (byte-compile-warn-about-unresolved-functions): Also warn about
14097 `noruntime' functions (and use `byte-compile-print-syms').
14098 (byte-compile-file): Capitalize the message.
14099
14100 2000-03-24 Gerd Moellmann <gerd@gnu.org>
14101
14102 * mail/rmail.el (rmail-confirm-expunge): New user-option.
14103 (rmail-expunge): Ask for confirmation depending on the setting
14104 of rmail-confirm-expunge.
14105
14106 2000-03-23 Gerd Moellmann <gerd@gnu.org>
14107
14108 * Makefile (bootstrap-clean): If $(emacs) exists, build
14109 loaddefs.el first. A loaddefs.el that's not up-to-date might
14110 cause a bootstrap failure because things don't autoload as
14111 expected.
14112
14113 2000-03-23 Dave Love <fx@gnu.org>
14114
14115 * net/browse-url.el: Restore previous use of
14116 browse-url-maybe-new-window.
14117
14118 2000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14119
14120 * ps-print.el: Skip banner page fix.
14121 (ps-print-version): New version number (5.1.2).
14122 (ps-begin-file, ps-end-file, ps-generate): Code fix.
14123
14124 2000-03-23 Dave Pearson <davep@davep.org>
14125
14126 * net/quickurl.el Changed the type of parameter passed to the
14127 function defined by `quickurl-format-function'. Before only the
14128 text of the URL was passed. Now the whole URL structure is passed
14129 and the function is responsible for extracting the parts it
14130 requires. Changed the default of `quickurl-format-function'
14131 accordingly.
14132 (quickurl-insert): Changed the `funcall' of
14133 `quickurl-format-function' to match the above change.
14134 (quickurl-list-insert): Changed the `url' case so that it makes
14135 use of `quickurl-format-function', previous to this the format was
14136 hard wired.
14137
14138 2000-03-22 Gerd Moellmann <gerd@gnu.org>
14139
14140 * startup.el: Change some spellings for the X Window System.
14141
14142 2000-03-22 Stefan Monnier <monnier@cs.yale.edu>
14143
14144 * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean
14145 up the code and the regexp and make sure the cursor is temporarily
14146 moved to the suspicious line while querying the user.
14147
14148 2000-03-22 Jason Rumney <jasonr@gnu.org>
14149
14150 * w32-fns.el (w32-charset-info-alist): Initialize.
14151
14152 2000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14153
14154 * ps-print.el: N-up last page fix.
14155 (ps-print-version): New version number (5.1.1).
14156 (ps-end-file, ps-end-job, ps-generate): Code fix.
14157
14158 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
14159
14160 * files.el (find-file-run-dired): Update docstring.
14161 (find-directory-functions): New hook.
14162 (find-file-noselect): Run find-directory-functions rather than
14163 calling dired directly.
14164
14165 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
14166
14167 * pcvs.el: Add a minimal leading commentary.
14168 (cvs-make-cvs-buffer): Change the header part by removing the startup
14169 message and adding a `Module' entry. Also replace the FOOTER and
14170 HEADER special fileinfos with the new support in ewoc for updating
14171 its own footer and header.
14172 (cvs-update-header): Update to use the header/footer of the ewoc.
14173 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
14174 (cvs-is-within-p): New function.
14175 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
14176 to only examine some subset of the buffers.
14177
14178 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
14179 `format' instead of our own ad-hoc functions.
14180 Remove HEADER and FOOTER cases, now handled in the EWOC.
14181 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
14182
14183 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
14184 output to avoid scaring the user.
14185 (cvs-parse-table): Catch message for non-up-to-date commits.
14186
14187 * pcvs-defs.el (cvs-startup-message): Remove.
14188 (cvs-global-menu): New autoloaded menu.
14189
14190 * pcvs-util.el (cvs-string-fill): Remove.
14191
14192 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
14193 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
14194 PP part of it and also make it work for footers and headers.
14195 (ewoc-create): Drop POS and BUFFER arguments.
14196 Use the DLL's dummy node to store the end-of-footer position.
14197 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
14198 (ewoc-refresh): Remove unused `header' variable.
14199 (ewoc-(get|set)-hf): New functions.
14200
14201 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
14202 log-view-*-(message|file) and use easy-mmode-define-navigation.
14203 (log-view-message-re): Match SCCS format as well.
14204 And match the revision line rather than the dashed separator line.
14205 (log-view-mode): Use the new define-derived-mode.
14206 (log-view-current-tag): Fill in with an actual implementation.
14207
14208 * cvs-status.el (cvs-status-(prev|next)): Rename from
14209 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
14210 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
14211 to let the output "breathe" a little more (more readable).
14212 (cvs-status-mode): Use the new define-derived-mode.
14213
14214 * smerge-mode.el (smerge-auto-leave): New function and variable.
14215 (smerge-basic-map): Rename from smerge-basic-keymap.
14216 Change the bindings for smerge-diff-*.
14217 (smerge-*-map): Use easy-mmode-defmap.
14218 (smerge-(next|prev)): Use easy-mmode-define-navigation.
14219 (smerge-keep-*): Use smerge-auto-leave.
14220
14221 2000-03-21 Jason Rumney <jasonr@gnu.org>
14222
14223 * cus-edit.el (custom-button-face): Use 3D look for w32.
14224 (custom-button-pressed-face): Likewise.
14225
14226 2000-03-21 Gerd Moellmann <gerd@gnu.org>
14227
14228 * progmodes/etags.el (tags-case-fold-search): New user-option.
14229 (tags-loop-eval): New function. Bind case-fold-search around eval
14230 depending on the value of tags-case-fold-search.
14231 (tags-loop-continue): Use tags-loop-eval.
14232 (find-tag-in-order): Bind case-fold-search depending on the value
14233 of tags-case-fold-search.
14234
14235 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
14236
14237 * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'.
14238 (diff-end-of-hunk): Return the end position for use in
14239 `easy-mmode-define-navigation'.
14240 (diff-recenter): Remove.
14241 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
14242 of `easy-mmode-define-navigation'.
14243 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
14244 previous renaming) and fix to use new names.
14245 (diff-merge-strings): Use \n as separator: simpler, faster.
14246 (diff-mode): Use `define-derived-mode'.
14247
14248 * derived.el (define-derived-mode): Don't autoload anymore.
14249 Prefer the macro-only version provided by easy-mmode.el.
14250
14251 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
14252 `easy-mmode-define-derived-mode'.
14253 Use `combine-run-hooks'.
14254 (easy-mmode-define-navigation): New macro.
14255
14256 * subr.el (combine-run-hooks): New function.
14257
14258 2000-03-21 Kenichi HANDA <handa@etl.go.jp>
14259
14260 * term/x-win.el: Fontsets related initialization is simplified.
14261
14262 * international/mule-diag.el (describe-font): Don't refer to
14263 global-fontset-alist, instead call font-list.
14264 (describe-fontset, list-fontsets, mule-diag): Likewise.
14265 (print-fontset): Adjusted for the change of fontset
14266 implementation.
14267
14268 * international/fontset.el (x-charset-registries): Variable
14269 removed, instead the corresponding data is stored in the default
14270 fontset.
14271 (register-alternate-fontnames): Function removed.
14272 (resolved-ascii-font): Variable removed.
14273 (x-compose-font-name): Ignore the second argument REDOCE.
14274 (x-complement-fontset-spec): Complement only an ASCII font and
14275 element for those charsets than can use that ASCII font.
14276 (generate-fontset-menu): Don't refer to global-fontset-alist,
14277 instead call fontset-list.
14278 (uninstantiated-fontset-alist): Variable removed.
14279 (x-style-funcs-alist): Likewise.
14280 (fontset-default-styles): Likewise.
14281 (x-modify-font-name): Function removed.
14282 (create-fontset-from-fontset-spec): Ignore the argument
14283 STYLE-VARIANT.
14284 (create-fontset-from-ascii-font): Docsting adjusted for the above
14285 change.
14286 (instantiate-fontset, resolve-fontset-name): Functions removed.
14287 (fontset-list): Now implemented by C code.
14288
14289 * faces.el (read-face-font): Fix TABLE arg to completing-read.
14290 (describe-face): Include `font' attribute in the description.
14291
14292 2000-03-21 Kenichi Handa <handa@etl.go.jp>
14293
14294 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
14295
14296 2000-03-20 Gerd Moellmann <gerd@gnu.org>
14297
14298 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
14299 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
14300 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
14301
14302 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
14303 about behavior of set-buffer-modified-p wrt redisplay.
14304
14305 2000-03-19 Richard M. Stallman <rms@gnu.org>
14306
14307 * view.el (view-mode-disable): Kill local binding of view-read-only.
14308
14309 2000-03-18 Gerd Moellmann <gerd@gnu.org>
14310
14311 * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE
14312 is a string, convert it to a syntax cell using string-to-syntax.
14313
14314 * simple.el (syntax-code-table, syntax-flag-table): New variables.
14315 (string-to-syntax): New function.
14316
14317 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
14318 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
14319 try to use passive ftp mode.
14320
14321 2000-03-17 Gerd Moellmann <gerd@gnu.org>
14322
14323 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
14324
14325 * simple.el (append-to-buffer): Update point of windows after
14326 insertion.
14327
14328 * abbrev.el (inverse-add-abbrev): Identify word by first moving
14329 forward then moving backward. Reindent.
14330
14331 * frame.el (other-frame): Call x-focus-frame only if
14332 focus-follows-mouse is off.
14333
14334 2000-03-17 Dave Love <fx@gnu.org>
14335
14336 * pcvs-util.el (cvs-strings->string): Rename
14337 replace-regexps-in-string.
14338
14339 2000-03-17 Stefan Monnier <monnier@cs.yale.edu>
14340
14341 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
14342 regexp for labels cannot span several lines.
14343
14344 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
14345 `(setq :<key> ':<key>)' to the macro expansion.
14346
14347 2000-03-16 Dave Love <fx@gnu.org>
14348
14349 * progmodes/f90.el (f90): Put custom group under `languages', not
14350 `fortran'.
14351 (f90-mode-hook): Customize.
14352 (f90-mode): Set add-log-current-defun-function.
14353 (f90-current-defun): New function.
14354
14355 2000-03-16 Gerd Moellmann <gerd@gnu.org>
14356
14357 * cus-edit.el (custom-variable-tag-face): Handle case that
14358 default face's height is not a number.
14359 (custom-face-tag-face, custom-group-tag-face-1)
14360 (custom-group-tag-face): Ditto.
14361 (custom-group-tag-face-1): Add :group.
14362
14363 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
14364
14365 2000-03-15 Gerd Moellmann <gerd@gnu.org>
14366
14367 * pcvs-defs.el (toplevel): Remove autoload cookie for form
14368 requiring easymenu.
14369
14370 2000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14371
14372 * ps-print.el: PostScript user-defined prologue, PostScript error
14373 handler, doc fix.
14374 (ps-print-version): New version number (5.1).
14375 (ps-user-defined-prologue, ps-error-handler-message)
14376 (ps-print-prologue-0, ps-error-handler-alist): New vars.
14377 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
14378 (ps-insert-string): New function.
14379
14380 2000-03-15 Kenichi Handa <handa@etl.go.jp>
14381
14382 * international/ccl.el (ccl-compile-expression): Don't generate
14383 invalid self-assignment code.
14384
14385 2000-03-14 Dave Love <fx@gnu.org>
14386
14387 * subr.el (replace-regexp-in-string): Renamed from
14388 replace-regexps-in-string. Doc fix.
14389
14390 2000-03-12 Dave Love <fx@gnu.org>
14391
14392 * cus-edit.el: Doc fixes.
14393 (customize-set-variable, customize-save-variable): Rename args for
14394 doc.
14395 (custom-variable-tag-face, custom-face-tag-face)
14396 (custom-group-tag-face-1, custom-group-tag-face): Modify from
14397 style which user identify as hyperlink.
14398 (hook): Don't add undefined functions to the hook.
14399 (debug-ignored-errors): Transfer message from bindings.el.
14400
14401 2000-03-12 Gerd Moellmann <gerd@gnu.org>
14402
14403 * recentf.el (recentf-keep-non-readable-files-p): Remove
14404 double/nested definition.
14405
14406 2000-03-12 Dave Love <fx@gnu.org>
14407
14408 * facemenu.el (facemenu-get-face): Use display-color-p.
14409 * enriched.el (enriched-decode-foreground): Likewise.
14410 (enriched-decode-background): Likewise.
14411 * isearch.el (isearch-highlight): Likewise.
14412 * info-look.el (info-lookup): Likewise.
14413 * simple.el (completion-setup-function): Likewise.
14414
14415 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
14416 :options.
14417
14418 * bindings.el (mode-line-format): Fix line-number and
14419 column-number items. Add help-echo for the background.
14420 (mode-line-mule-info): Modify help-echo.
14421
14422 * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
14423
14424 * files.el (load-file): Allow completion to .elc.
14425
14426 * man.el: Doc fixes.
14427 (Man-init-defvars): Use display-color-p to set fontification.
14428
14429 * play/hanoi.el (hanoi-internal): Don't use oddp.
14430
14431 2000-03-12 Gerd Moellmann <gerd@gnu.org>
14432
14433 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
14434
14435 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
14436
14437 2000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
14438
14439 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
14440 Fix comment.
14441
14442 2000-03-10 Stefan Monnier <monnier@cs.yale.edu>
14443
14444 * font-lock.el (font-lock-keywords): Fix the doc now that
14445 regexp-opt-depth is unnecessary.
14446 (save-buffer-state): Set an edebug spec.
14447 (font-lock-fontify-anchored-keywords): Properly handle the case when
14448 the matcher goes past the limit.
14449
14450 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
14451 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
14452
14453 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
14454 dll.el and cookie.el (from Elib) with heavy renaming and other
14455 massaging.
14456
14457 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
14458 Autoload the functions used.
14459 (easy-mmode-define-syntax): Fix CL typo.
14460 (easy-mmode-define-derived-mode): Improve the docstring generation.
14461
14462 2000-03-10 Gerd Moellmann <gerd@gnu.org>
14463
14464 * textmodes/texinfo.el (texinfo-version): Variable and function
14465 removed.
14466
14467 2000-03-09 Stefan Monnier <monnier@cs.yale.edu>
14468
14469 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
14470 allow more flexibility.
14471 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New
14472 fns.
14473 (easy-mmode-defmap, easy-mmode-defsyntax)
14474 (easy-mmode-define-derived-mode): New macros.
14475
14476 2000-03-09 Didier Verna <didier@xemacs.org>
14477
14478 * rect.el (replace-rectangle): New function.
14479
14480 2000-03-09 Dave Love <fx@gnu.org>
14481
14482 * progmodes/fortran.el (fortran-comment-line-start): Define as
14483 "C".
14484 (fortran-comment-line-start-skip): Don't match cpp stuff.
14485 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
14486 (fortran-mode-map): Remove over-eager custom-menu-create for now.
14487 (fortran-mode): Don't set fortran-comment-line-start-skip,
14488 fortran-comment-line-start here. Set comment-start,
14489 add-log-current-defun.
14490 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
14491 (fortran-current-defun): New function.
14492
14493 2000-03-09 Gerd Moellmann <gerd@gnu.org>
14494
14495 * emacs-lisp/re-builder.el: New file.
14496
14497 * mouse.el (mouse-drag-region): Don't run up-event handler
14498 if hscroll has changed.
14499
14500 * octave-mod.el (octave-font-lock-keywords): To font-lock the
14501 builtin operators, use `font-lock-builtin-face' for Emacs and
14502 `font-lock-preprocessor-face' otherwise.
14503
14504 * font-lock.el (lisp-font-lock-keywords-1): Highlight
14505 `(defun (setf foo)' differently.
14506
14507 2000-03-08 Stefan Monnier <monnier@cs.yale.edu>
14508
14509 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
14510 (regexp-opt): Update comment and adapt the code the new meaning of
14511 the `paren' argument of regex-opt-group for shy-groups.
14512 (regexp-opt-depth): Handle shy groups as well as backslashed
14513 backslashes.
14514 (regexp-opt-group): Turn the leading comment into a docstring.
14515 Allow `paren' to be a string (the string to use to open a group).
14516 Remove open-presuf and close-presuf. Instead of checking for `all
14517 one-char' and then later on check for `several one-char', handle
14518 both cases close together. Also apply a more generic algorithm
14519 for suffixes (the mirror image of the algorithm used for
14520 prefixes). Use shy-groups. Use nreverse rather than reverse.
14521 (regexp-opt-try-suffix): Removed.
14522
14523 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
14524 from comint-mode-map, so we can just inherit from it. Also, move
14525 the initialization into the `defvar' since there's no docstring
14526 anyway and it's fairly short.
14527 (inferior-scheme-mode): Define it as derived-mode: the code is
14528 shorter and this way we inherit from comint-mode-map rather than
14529 copying it.
14530
14531 * subr.el (replace-regexps-in-string): Properly handle the case
14532 where we match an empty string.
14533
14534 * comint.el (comint-exec-1): Add the current-dir to the exec-path
14535 when the command has a directory component (such as "./testml").
14536 Also fix a typo in the comment.
14537
14538 2000-03-08 Gerd Moellmann <gerd@gnu.org>
14539
14540 * Makefile (compile-files): Compile files one by one because
14541 that's the only way to ensure a clean compilation environment for
14542 each individual file.
14543
14544 * frame.el (other-frame): Call x-focus-frame.
14545
14546 2000-03-07 Dave Love <fx@gnu.org>
14547
14548 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
14549 :require to defcustom.
14550
14551 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
14552 lists.
14553
14554 * files.el (auto-mode-alist): Add configure.in.
14555
14556 * progmodes/autoconf.el: New file.
14557
14558 2000-03-07 Gerd Moellmann <gerd@gnu.org>
14559
14560 * mail/mh-e.el: Change maintainer to `none'.
14561
14562 * recentf.el (recentf-keep-non-readable-files-p): Quote args
14563 to remove-hook and add-hook.
14564
14565 2000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
14566
14567 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
14568 it as the default.
14569 (mail-send): Test mail-send-nonascii also for the new `mime' value.
14570 (sendmail-send-it): Conditionally add MIME headers specifying the
14571 used character set.
14572
14573 2000-03-07 Dave Love <fx@gnu.org>
14574
14575 * winner.el: Fix keywords, autoload cookies. Split
14576 eval-when-compile form to avoid compilation failure.
14577
14578 2000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
14579
14580 * international/mule.el: Modify comment about coding system
14581 property `coding-category'.
14582 (make-coding-system): New argument EOL-TYPE. Pay attention to
14583 coding-category property of PROPERTIES.
14584
14585 * international/mule-conf.el (coding-category-utf-8,
14586 coding-category-utf-16-be, coding-category-utf-16-le): New coding
14587 categories. Include them in the argument for set-coding-priority.
14588
14589 * international/mule-cmds.el (reset-language-environment): Include
14590 coding-category-utf-8, coding-category-utf-16-be, and
14591 coding-category-utf-16-le in the argument for set-coding-priority.
14592 (reset-language-environment): Initialize coding-category-utf-8,
14593 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
14594
14595 2000-03-06 Karl Fogel <kfogel@red-bean.com>
14596
14597 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
14598 code abstracted out of `bookmark-jump-noselect'. Now tries info
14599 extensions as well as compression extensions.
14600 (bookmark-jump-noselect): Use above new func.
14601
14602 2000-03-03 Gerd Moellmann <gerd@gnu.org>
14603
14604 * strokes.el: Change maintainer's mail address.
14605
14606 2000-03-03 Kenichi Handa <handa@etl.go.jp>
14607
14608 * international/mule-diag.el (list-character-sets): Make help-echo
14609 string by substitute-command-keys.
14610 (list-character-sets): Likewise.
14611 (sort-listed-character-sets): Call help-setup-xref.
14612
14613 2000-03-02 Gerd Moellmann <gerd@gnu.org>
14614
14615 * time.el (display-time-mail-file): Add `none' to the list of
14616 choices.
14617
14618 2000-03-01 Dave Love <fx@gnu.org>
14619
14620 * help.el (help-xref-go-back): Don't try to set position.
14621
14622 * international/mule-diag.el (list-character-sets): Call
14623 help-setup-xref. Add help-echo to xrefs.
14624 (list-character-sets-1): Add help-echo to xrefs.
14625
14626 2000-03-02 Gerd Moellmann <gerd@gnu.org>
14627
14628 * frame.el (blink-cursor-mode): Switch cursor on when turning
14629 the mode off.
14630
14631 * add-log.el (add-log-current-defun): Add support for
14632 Autoconf mode.
14633
14634 * mail/rmail.el (rmail-quit-hook): New variable.
14635
14636 2000-03-01 Dave Love <fx@gnu.org>
14637
14638 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
14639
14640 * help.el (help-xref-button): Add help-echo arg.
14641 (describe-function-1, describe-variable, help-make-xrefs): Use it.
14642
14643 * faces.el (list-faces-display): Supply help-echo with
14644 help-make-xrefs.
14645
14646 * facemenu.el (list-text-properties-at): Set help-xref-stack to
14647 nil.
14648
14649 2000-03-01 Gerd Moellmann <gerd@gnu.org>
14650
14651 * image.el (defimage): Look for image files in load-path.
14652
14653 * frame.el (busy-cursor-delay-seconds): Change type to
14654 `number'.
14655
14656 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
14657
14658 * recentf.el (recentf): Added version tag to the defgroup of
14659 recentf.
14660
14661 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
14662
14663 * recentf.el (recentf-cleanup): Changed to remove excluded file
14664 too.
14665 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
14666 action to select/unselect a file.
14667 (recentf-edit-list): Code cleanup and improvement.
14668 (recentf-open-more-files-action): `recentf-open-more-files' button
14669 widget action to open a file.
14670 (recentf-open-more-files): No more use standard completion but
14671 widgets.
14672 (recentf-more-collection): Deleted.
14673 (recentf-more-history): Deleted.
14674 (recentf-setup-more-completion): Deleted.
14675
14676 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
14677
14678 * recentf.el (recentf-mode): No more needs that Emacs is running
14679 under a window-system.
14680
14681 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
14682
14683 * recentf.el (recentf-edit-list): New command to edit the recent
14684 list which allow the user to remove files.
14685 (recentf-edit-selected-items): New global variable, used by
14686 `recentf-edit-list' to hold the list of files to be removed from
14687 the recent list.
14688 (recentf-make-menu-items): Updated to display a "Edit list..."
14689 menu item. Minor code cleanup.
14690
14691 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
14692
14693 * recentf.el (recentf-open-more-files): New command to open files
14694 that are not displayed in the menu.
14695 (recentf-more-collection): New global variable holding the set of
14696 permissible completions used by `recentf-open-more-files'.
14697 (recentf-more-history): New global variable holding the history list
14698 used by `recentf-open-more-files' completion.
14699 (recentf-setup-more-completion): New function to setup completion for
14700 `recentf-open-more-files'.
14701 (recentf-make-menu-items): Updated to display a "More..." menu item.
14702
14703 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
14704
14705 * recentf.el (recentf-menu-action): Doc fixed.
14706
14707 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
14708
14709 * recentf.el (recentf-menu-filter): Doc updated.
14710 (recentf-update-menu-hook): Allow menu filters to force menu update.
14711 (recentf-make-menu-items): New menu filter handling.
14712 (recentf-make-menu-item): New helper function.
14713 (recentf-menu-elements): New menu handling function.
14714 (recentf-sort-ascending): Updated to new menu filter handling.
14715 (recentf-sort-descending): Updated to new menu filter handling.
14716 (recentf-sort-basenames-ascending): New menu filter function.
14717 (recentf-sort-basenames-descending): New menu filter function.
14718 (recentf-show-basenames): New menu filter function.
14719 (recentf-show-basenames-ascending): New menu filter function.
14720 (recentf-show-basenames-descending): New menu filter function.
14721
14722 2000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
14723
14724 * diary-lib.el (list-diary-entries): Don't try to go forward at
14725 the end of the buffer.
14726
14727 2000-02-29 Kenichi Handa <handa@etl.go.jp>
14728
14729 * international/mule-diag.el (list-character-sets): Completely
14730 rewritten.
14731 (sort-listed-character-sets): New function.
14732 (list-character-sets-1): Completely rewritten.
14733 (list-character-sets-2): New function.
14734 (non-iso-charset-alist): New variable.
14735 (decode-codepage-char): New function.
14736 (charset-history): New variable.
14737 (read-charset) (list-block-of-chars)
14738 (list-iso-charset-chars)
14739 (list-non-iso-charset-chars)
14740 (list-charset-chars): New functions.
14741 (mule-diag): Call list-character-sets-2, not
14742 list-character-sets-2.
14743 (dump-charsets): Likewise.
14744
14745 2000-02-29 Gerd Moellmann <gerd@gnu.org>
14746
14747 * dired-x.el (dired-filename-at-point): Add `@' to valid
14748 file name characters.
14749 (dired-filename-at-point): Handle ange-ftp file names.
14750
14751 * frame.el (frame-notice-user-settings): Use assq-delete-all
14752 instead of assoc-delete-all.
14753 (frame-notice-user-settings): Ditto.
14754
14755 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
14756 Don't copy alist.
14757
14758 2000-02-28 Eli Barzilay <eli@cs.cornell.edu>
14759
14760 * calculator.el (calculator-use-menu): New option.
14761 (calculator-initial-bindings): Changed some bindings to work as
14762 macros.
14763 (calculator-forced-input): Removed.
14764 (calculator-restart-other-mode): New variable.
14765 (calculator-mode-map): Set up menu.
14766
14767 2000-02-28 Jari Aalto <jari.aalto@poboxes.com>
14768
14769 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
14770 tags.
14771
14772 2000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
14773
14774 * viper-cmd.el (viper-envelop-ESC-key): added the option to
14775 translate all ESC key sequences.
14776 (viper-goto-mark-subr): restore markers for files for which
14777 they were saved.
14778 * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
14779 * viper-util.el (viper-set-replace-overlay-glyphs,
14780 viper-set-replace-overlay): always check if the replacement
14781 overlay is live.
14782 * viper.el (viper-vi-state-mode-list): added major modes.
14783 * ediff-wind.el: minor comment changes.
14784 * ediff.el: copyright notice date fix.
14785
14786 2000-02-27 Jason Rumney <jasonr@gnu.org>
14787
14788 * faces.el (face-font-family-alternatives): Add arial to helv.
14789 (mode-line, header-line, tool-bar): Same default as x for w32.
14790 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
14791 face-font-family-alternatives from working.
14792 * term/w32-win.el (mouse-set-font): Do not build fontset from
14793 chosen font.
14794
14795 2000-02-25 Sam Steingold <sds@goems.com>
14796
14797 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
14798 properly.
14799
14800 2000-02-25 Richard M. Stallman <rms@gnu.org>
14801
14802 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
14803
14804 2000-02-25 Gerd Moellmann <gerd@gnu.org>
14805
14806 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
14807 writable.
14808
14809 * frame.el (busy-cursor-delay-seconds): New option.
14810
14811 2000-02-24 Gerd Moellmann <gerd@gnu.org>
14812
14813 * frame.el (show-cursor-in-non-selected-windows): New option.
14814
14815 2000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
14816
14817 * diary-lib.el (include-other-diary-files): Undo the selective
14818 display in any included file and don't kill it.
14819
14820 2000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
14821
14822 * dired.el (dired-mode-map): Don't remove "Edit" from the menu
14823 bar. Menu items converted to (menu-item format, help strings
14824 added.
14825 [downcase, upcase]: Don't enable on MS-DOS.
14826 [symlink, symlinks]: Don't show if make-symbolic-link is not
14827 bound.
14828 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
14829
14830 2000-02-23 Dave Love <fx@gnu.org>
14831
14832 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
14833 (backward-kill-word): Revert addition of * to interactive spec --
14834 it's a feature.
14835
14836 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
14837 (backward-kill-sentence, kill-sentence): Likewise.
14838
14839 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
14840 scratch buffer name.
14841 (gud-format-command): Use int-to-string in ?l case. Simplify
14842 slightly.
14843
14844 * term/w32-win.el (internal-face-interactive): Update prompt for
14845 new read-face-name.
14846
14847 * mail/footnote.el (footnote): Add :version to defgroup.
14848 (footnote-section-tag-regexp): Customize.
14849 (footnote-start-tag, footnote-end-tag): New option.
14850 (footnote-latin-regexp): New variable.
14851 (Footnote-latin): New function.
14852 (footnote-style-alist): Add element for latin style.
14853 (footnote-style): Moved.
14854 (Footnote-goto-footnote): Use eq to test arg.
14855
14856 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
14857
14858 * emacs-lisp/byte-opt.el: Change old backquote syntax.
14859 (byte-compile-trueconstp): Include keywords.
14860 (byte-optimize-quote, byte-optimize-lapcode): Use
14861 byte-compile-const-symbol-p.
14862 (byte-optimize-char-before): New optimization.
14863
14864 * emacs-lisp/bytecomp.el: Change old backquote syntax.
14865 (byte-compile-const-symbol-p): New function.
14866 (byte-compile-constp, byte-compile-out-toplevel)
14867 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
14868 Use it.
14869
14870 * subr.el (define-key-after): Default AFTER to t. Doc fix.
14871
14872 2000-02-23 Kenichi Handa <handa@etl.go.jp>
14873
14874 * international/encoded-kb.el: Be sure to update minor-mode-alist
14875 and minor-mode-map-alist.
14876 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
14877 codes SS2 and SS3 correctly.
14878 (encoded-kbd-self-insert-ccl): New function.
14879 (encoded-kbd-setup-keymap): New function.
14880 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
14881 by calling encoded-kbd-setup-keymap.
14882
14883 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
14884 characters.
14885 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
14886 locally.
14887
14888 2000-02-22 Dave Love <fx@gnu.org>
14889
14890 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
14891 (lisp-mode-map, lisp-interaction-mode-map): Define all inside
14892 defvar.
14893 (lisp-mode-syntax-table): Set up for #|...|# comments.
14894 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
14895 classes. Match `defface'.
14896 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
14897 (eval-defun-1): Fix for defcustom.
14898 (lisp-indent-region): Doc fix.
14899
14900 * subr.el (when, unless, split-string): Doc fix.
14901 (read-passwd): Move call of clear-this-command-keys to the right
14902 place.
14903 (replace-regexps-in-string): New function.
14904
14905 2000-02-22 Gerd Moellmann <gerd@gnu.org>
14906
14907 * help.el (describe-variable): Set syntax table to
14908 emacs-lisp-mode-syntax-table when moving forward over the
14909 symbol's name.
14910
14911 2000-02-22 Dave Love <fx@gnu.org>
14912
14913 * xt-mouse.el: Doc fixes.
14914 (xterm-mouse-position-function): New function, replacing advice of
14915 mouse-position.
14916 (xterm-mouse-mode): Use it. Don't turn on under a window system.
14917
14918 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
14919
14920 2000-02-21 Gerd Moellmann <gerd@gnu.org>
14921
14922 * format.el (format-annotate-single-property-change): Handle
14923 properties.with dotted-list values.
14924 (format-proper-list-p): New function.
14925
14926 * enriched.el (enriched-face-ans): Handle '(foreground-color
14927 . COLOR) and (background-color . COLOR).
14928
14929 2000-02-20 Dave Love <fx@gnu.org>
14930
14931 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
14932 and assignments to it.
14933 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
14934 current local map.
14935 (make-flyspell-overlay): Use it.
14936 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
14937
14938 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
14939 (lm-get-header-re): Defun, not defsubst.
14940 (lm-get-package-name): Defun, not defsubst. Simplify.
14941 (lm-version): Doc fix. Simplify.
14942 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
14943 (lm-crack-address, lm-last-modified-date, lm-commentary)
14944 (lm-verify, lm-synopsis): Simplify.
14945 (lm-report-bug): Require emacsbug. Use compose-mail.
14946
14947 2000-02-20 Gerd Moellmann <gerd@gnu.org>
14948
14949 * dired.el (dired-mode): Call propertized-buffer-identification
14950 to set mode-line-buffer-identification to something having
14951 the right text properties.
14952
14953 * bindings.el (propertized-buffer-identification): New function.
14954
14955 2000-02-20 Dave Love <fx@gnu.org>
14956
14957 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
14958 check for t-mouse too.
14959
14960 * cus-start.el: Make echo-keystrokes `number'.
14961
14962 2000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
14963
14964 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
14965 Don't call ring-empty-p unless tags-location-ring is bound.
14966 From Noah Friedman <friedman@splode.com>.
14967
14968 2000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
14969
14970 * progmodes/hideshow.el (hs-flag-region): No longer use
14971 `intangible' overlay property.
14972
14973 (hs-toggle-hiding): New command.
14974 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
14975
14976 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
14977 Fix omission bug: Run `hs-minor-mode-hook' for both activation
14978 and deactivation.
14979
14980 2000-02-18 Gerd Moellmann <gerd@gnu.org>
14981
14982 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
14983
14984 2000-02-17 Gerd Moellmann <gerd@gnu.org>
14985
14986 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
14987
14988 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
14989 of `*' to handle `(* ... *)' comments.
14990
14991 2000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
14992
14993 * faces.el (list-faces-display): Use display-mouse-p instead of
14994 window-system.
14995
14996 * menu-bar.el (global-map): Menu-bar items converted to the new
14997 format (menu-item..., rearranged for better CUA compliance, and
14998 their names changed for better clarity. Help strings added.
14999
15000 * international/mule-cmds.el (mule-menu-keymap)
15001 (describe-language-environment-map, set-coding-system-map)
15002 (setup-language-environment-map): Convert to new (menu-item...
15003 form, add help strings. Change names of menu items for better
15004 clarity. "Mule" menu-bar item removed (it's now in the "Options"
15005 submenu).
15006
15007 2000-02-17 Gerd Moellmann <gerd@gnu.org>
15008
15009 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
15010 within the code.
15011
15012 2000-02-16 Dave Love <fx@gnu.org>
15013
15014 * faces.el: Don't require custom. Add more specific :groups to
15015 various deffaces.
15016 (set-face-attribute): Purecopy args.
15017 (read-face-name): Default to name at point and use it in prompt.
15018 Remove colon from arg in all callers.
15019 (list-faces-display): Hyperlink to face descriptions and customize
15020 buffers.
15021
15022 2000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
15023
15024 * wid-edit.el (widget-match-inline): An atom never matches a
15025 list.
15026
15027 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15028
15029 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
15030 at ':' characters by call to split-string.
15031
15032 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15033
15034 * textmodes/bibtex.el: Added RCS version identification.
15035
15036 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15037
15038 * textmodes/bibtex.el: Some temporary comments removed.
15039 (bibtex-field-name, bibtex-entry-type): Made the relationship
15040 explicit.
15041 (bibtex-field-const): Allow capital letters.
15042 (bibtex-start-of-string): Deleted because unused.
15043
15044 * textmodes/bibtex.el: Unified some nomenclature. We no longer
15045 use the term 'reference' to describe a bibtex entry as a whole.
15046 Further, reference keys are no longer called 'labels'.
15047 (bibtex-keys): Renamed to bibtex-reference-keys.
15048 (bibtex-reformat-previous-labels): Renamed to
15049 bibtex-reformat-previous-reference-keys.
15050 (bibtex-reference-type): Renamed to bibtex-entry-type.
15051 (bibtex-reference-head): Renamed to bibtex-entry-head.
15052 (bibtex-reference-maybe-empty-head): Renamed to
15053 bibtex-entry-maybe-empty-head.
15054 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
15055 (bibtex-search-reference): Renamed to bibtex-search-entry.
15056 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
15057 bibtex-enclosing-entry-maybe-empty-head.
15058 (bibtex-entry-field-alist, bibtex-entry-head,
15059 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
15060 bibtex-map-entries, bibtex-search-entry,
15061 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
15062 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
15063 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
15064 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
15065 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
15066 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
15067 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
15068
15069 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15070
15071 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
15072 comment.
15073 (bibtex-format-field-delimiters): New function, functionality
15074 extracted from bibtex-format-entry.
15075 (bibtex-autokey-get-yearfield-digits): New function, functionality
15076 extracted from bibtex-autokey-get-yearfield.
15077
15078 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
15079 entries in order to avoid stack overflow in the regexp matcher if
15080 field contents become large.
15081 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
15082 bibtex-field-string-part-not-braced,
15083 bibtex-field-string-part-no-inner-braces,
15084 bibtex-field-string-part-1-inner-brace,
15085 bibtex-field-string-part-2-inner-braces,
15086 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
15087 bibtex-field-string-quoted, bibtex-field-string,
15088 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
15089 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
15090 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
15091 as parsing is now performed by the following functions.
15092 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
15093 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
15094 bibtex-parse-field-string, bibtex-search-forward-field-string,
15095 bibtex-parse-association, bibtex-field-name-for-parsing,
15096 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
15097 bibtex-search-forward-field, bibtex-search-backward-field,
15098 bibtex-start-of-field, bibtex-end-of-field,
15099 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
15100 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
15101 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
15102 bibtex-parse-string, bibtex-search-forward-string,
15103 bibtex-search-backward-string, bibtex-start-of-string,
15104 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
15105 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
15106 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
15107 entries. Instead of reporting the results of the parsing by
15108 match-beginning or match-end, these functions return data structures
15109 that hold the corresponding positions.
15110 (bibtex-enclosing-field): Changed to also report field boundaries by
15111 return values rather than by match-beginning or match-end. The
15112 following functions have been adapted to use the new parsing
15113 functions.
15114 (bibtex-skip-to-valid-entry, bibtex-search-reference,
15115 bibtex-enclosing-field, bibtex-format-entry,
15116 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
15117 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
15118 bibtex-print-help-message, bibtex-end-of-entry,
15119 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
15120 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
15121 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
15122 method for parsing.
15123 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
15124 bibtex-map-entries, bibtex-flash-head,
15125 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
15126 bibtex-autokey-change, bibtex-autokey-get-namefield,
15127 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
15128 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
15129 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
15130 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
15131 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
15132 order to make the new binding of case-fold-search immediately
15133 visible.
15134
15135 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15136
15137 * textmodes/bibtex.el: Copyright notice is up to date.
15138 Added constant 'bibtex-maintainer-salutation.
15139
15140 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
15141 than make-temp-name, use match-string-no-properties and eliminate
15142 a quadratic behavior when building bibtex-strings.
15143
15144 * bibtex.el (bibtex-reference-key): Accept string entries whose
15145 reference key contains upper case letters.
15146
15147 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15148
15149 * bibtex.el (bibtex-reference-head): Allow entries to start with
15150 a new line.
15151
15152 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15153
15154 * bibtex.el: Hiding of entry bodies is not longer provided by
15155 bibtex.el directly. Instead the hideshow package can be used.
15156 Added a special bibtex entry to hs-special-modes-alist.
15157 (bibtex-hs-forward-sexp): Added for hideshow.el.
15158
15159 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15160
15161 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
15162 at ':' characters by call to split-string.
15163
15164 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15165
15166 * textmodes/bibtex.el: Added RCS version identification.
15167
15168 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15169
15170 * textmodes/bibtex.el: Some temporary comments removed.
15171 (bibtex-field-name, bibtex-entry-type): Made the relationship
15172 explicit.
15173 (bibtex-field-const): Allow capital letters.
15174 (bibtex-start-of-string): Deleted because unused.
15175
15176 * textmodes/bibtex.el: Unified some nomenclature. We no longer
15177 use the term 'reference' to describe a bibtex entry as a whole.
15178 Further, reference keys are no longer called 'labels'.
15179 (bibtex-keys): Renamed to bibtex-reference-keys.
15180 (bibtex-reformat-previous-labels): Renamed to
15181 bibtex-reformat-previous-reference-keys.
15182 (bibtex-reference-type): Renamed to bibtex-entry-type.
15183 (bibtex-reference-head): Renamed to bibtex-entry-head.
15184 (bibtex-reference-maybe-empty-head): Renamed to
15185 bibtex-entry-maybe-empty-head.
15186 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
15187 (bibtex-search-reference): Renamed to bibtex-search-entry.
15188 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
15189 bibtex-enclosing-entry-maybe-empty-head.
15190 (bibtex-entry-field-alist, bibtex-entry-head,
15191 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
15192 bibtex-map-entries, bibtex-search-entry,
15193 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
15194 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
15195 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
15196 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
15197 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
15198 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
15199 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
15200
15201 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15202
15203 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
15204 comment.
15205 (bibtex-format-field-delimiters): New function, functionality
15206 extracted from bibtex-format-entry.
15207 (bibtex-autokey-get-yearfield-digits): New function, functionality
15208 extracted from bibtex-autokey-get-yearfield.
15209
15210 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
15211 entries in order to avoid stack overflow in the regexp matcher if
15212 field contents become large.
15213 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
15214 bibtex-field-string-part-not-braced,
15215 bibtex-field-string-part-no-inner-braces,
15216 bibtex-field-string-part-1-inner-brace,
15217 bibtex-field-string-part-2-inner-braces,
15218 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
15219 bibtex-field-string-quoted, bibtex-field-string,
15220 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
15221 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
15222 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
15223 as parsing is now performed by the following functions.
15224 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
15225 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
15226 bibtex-parse-field-string, bibtex-search-forward-field-string,
15227 bibtex-parse-association, bibtex-field-name-for-parsing,
15228 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
15229 bibtex-search-forward-field, bibtex-search-backward-field,
15230 bibtex-start-of-field, bibtex-end-of-field,
15231 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
15232 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
15233 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
15234 bibtex-parse-string, bibtex-search-forward-string,
15235 bibtex-search-backward-string, bibtex-start-of-string,
15236 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
15237 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
15238 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
15239 entries. Instead of reporting the results of the parsing by
15240 match-beginning or match-end, these functions return data structures
15241 that hold the corresponding positions.
15242 (bibtex-enclosing-field): Changed to also report field boundaries by
15243 return values rather than by match-beginning or match-end. The
15244 following functions have been adapted to use the new parsing
15245 functions.
15246 (bibtex-skip-to-valid-entry, bibtex-search-reference,
15247 bibtex-enclosing-field, bibtex-format-entry,
15248 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
15249 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
15250 bibtex-print-help-message, bibtex-end-of-entry,
15251 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
15252 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
15253 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
15254 method for parsing.
15255 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
15256 bibtex-map-entries, bibtex-flash-head,
15257 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
15258 bibtex-autokey-change, bibtex-autokey-get-namefield,
15259 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
15260 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
15261 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
15262 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
15263 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
15264 order to make the new binding of case-fold-search immediately
15265 visible.
15266
15267 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15268
15269 * textmodes/bibtex.el: Copyright notice is up to date.
15270 Added constant 'bibtex-maintainer-salutation.
15271
15272 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
15273 than make-temp-name, use match-string-no-properties and eliminate
15274 a quadratic behavior when building bibtex-strings.
15275
15276 * bibtex.el (bibtex-reference-key): Accept string entries whose
15277 reference key contains upper case letters.
15278
15279 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15280
15281 * bibtex.el (bibtex-reference-head): Allow entries to start with
15282 a new line.
15283
15284 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15285
15286 * bibtex.el: Hiding of entry bodies is not longer provided by
15287 bibtex.el directly. Instead the hideshow package can be used.
15288 Added a special bibtex entry to hs-special-modes-alist.
15289 (bibtex-hs-forward-sexp): Added for hideshow.el.
15290
15291 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15292
15293 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
15294 proceedings entry type (for cross referencing). Thanks to Wagner
15295 Toledo Correa for the suggestion.
15296
15297 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
15298
15299 2000-02-14 Kenichi Handa <handa@etl.go.jp>
15300
15301 * international/characters.el: Setup case table for Vietnamese.
15302
15303 2000-02-12 Gerd Moellmann <gerd@gnu.org>
15304
15305 * uniquify.el (toplevel): Require CL at compile time.
15306 (uniquify-push): Removed.
15307
15308 * shadowfile.el (shadow-when): Removed.
15309
15310 * tempo.el (tempo-dolist, tempo-mapc): Removed.
15311 (tempo-process-and-insert-string): Use dolist instead of
15312 tempo-dolist.
15313
15314 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
15315 regexp for paragraph-start.
15316
15317 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
15318 commas as well.
15319
15320 2000-02-10 Dave Love <fx@gnu.org>
15321
15322 * wid-edit.el: (widgets) [defgroup]: Remove url link.
15323 (widget-color-choice-list, widget-color-history, widget-mouse-help):
15324 Deleted.
15325 (widget-specify-field, widget-specify-button): Don't use
15326 widget-mouse-help as help-echo property.
15327 (default): Use #'ignore for :validate and :mouse-down-action.
15328 (checkbox): Add help-echo.
15329 (widget-sexp-validate): Rewritten to clarify error messages.
15330 (character): Use char-valid-p in :match function.
15331 (widget-color-complete): Use facemenu-color-alist.
15332 (widget-color-action): Use facemenu-read-color.
15333
15334 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
15335 set up `caar' &c that we now have.
15336
15337 2000-02-09 Ray Blaak <blaak@gnu.org>
15338
15339 * delphi.el: Make resourcestring a declaration region, like const
15340 and var.
15341
15342 2000-02-09 Dave Love <fx@gnu.org>
15343
15344 * bindings.el (mode-line-input-method-map): New variable.
15345 (mode-line-mule-info): Use it; fix last change.
15346 (mode-line-mode-menu): Move definition.
15347 (mode-line-mouse-sensitive-p): Deleted.
15348 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
15349 (make-mode-line-mouse-sensitive): Deleted. Body moved to top
15350 level.
15351
15352 * startup.el (command-line-1): Don't call
15353 make-mode-line-mouse-sensitive.
15354
15355 2000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
15356
15357 * mail/rmail.el (rmail-retry-failure): Use
15358 rmail-beginning-of-message before rmail-toggle-header, because the
15359 former toggles headers.
15360
15361 2000-02-06 Stefan Monnier <monnier@cs.yale.edu>
15362
15363 * diff-mode.el (diff-kill-junk): New interactive function.
15364 (diff-reverse-direction): Use delete-and-extract-region.
15365 (diff-post-command-hook): Restrict the area so that the hook also works
15366 outside of any diff hunk. This is necessary for the minor-mode.
15367 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
15368 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
15369
15370 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
15371 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
15372 so that it can be used more easily in <foo>-mode-hook. Also make sure
15373 to avoid duplicate entries.
15374 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
15375 (font-lock-remove-keywords): Just as was done for `add', allow it to
15376 work even if font-lock-mode is nil. Also make sure we don't modify
15377 any pre-existing list by forcing a copy-sequence. Finally rename
15378 `major-mode' to `mode'.
15379 (font-lock-fontify-syntactic-anchored-keywords)
15380 (font-lock-fontify-anchored-keywords)
15381 (font-lock-fontify-keywords-region): Use line-end-position.
15382 Don't make `font-lock-multiline' local (it's now done in
15383 font-lock-set-defaults).
15384 (font-lock-set-defaults): Make `font-lock-multiline' local. Also
15385 move the `font-lock-fontified' creation to inside the `unless'.
15386
15387 2000-02-06 Andrew Innes <andrewi@gnu.org>
15388
15389 * term/w32-win.el (x-handle-args): Comment out call to message,
15390 which occurs before window system is initialized.
15391
15392 * makefile.nt: Add support for recompiling lisp code.
15393
15394 2000-02-04 Dave Love <fx@gnu.org>
15395
15396 * bindings.el (mode-line-mule-info): Fix/extend last change.
15397
15398 * completion.el: Replace completion-dolist with dolist.
15399
15400 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
15401 dotimes.
15402
15403 2000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
15404
15405 * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
15406 environment names before they go into the section regexp.
15407
15408 * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
15409 char class in regexp.
15410
15411 * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
15412 `case-fold-search' to nil.
15413
15414 * progmodes/idlwave.el (idlwave-template): Respect
15415 `idlwave-abbrev-change-case'.
15416 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
15417 idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
15418 idlwave-while): respect `idlwave-reserved-word-upcase'.
15419 (idlwave-rw-case): New function.
15420 (idlwave-statement-match): Fixed problem with assignment regexp.
15421 (idlwave-font-lock-keywords): Improved regexp for keyword
15422 parameters.
15423 (idlwave-surround): New argument LENGTH to support padding of
15424 operators longer than 1 char.
15425
15426 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
15427 idlwave-shell-expression-overlay. Implemented printing of
15428 expressions on higher levels of the calling stack.
15429 (idlwave-shell-display-level-in-calling-stack): Restore stack
15430 level.
15431 (idlwave-retrieve-expression-from-level): New function.
15432 (idlwave-shell-last-calling-stack): Variable removed.
15433 (idlwave-shell-reset): Argument action reversed (`visible' to
15434 `hidden'). Also remove stop-line overlay.
15435 (idlwave-shell-calling-stack-routine): New variable.
15436 (idlwave-shell-parse-stack-and-display): Messages now display
15437 negative level numbers.
15438 (idlwave-shell-mode): Set `modeline-format'.
15439 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
15440 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
15441 21.
15442 (idlwave-shell-print-expression-function): New option.
15443
15444 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
15445 idlwave-toolbar-remove-everywhere): Keybindings prefix is now
15446 `tool-bar' instead of `toolbar'.
15447
15448 2000-02-02 Dave Love <fx@gnu.org>
15449
15450 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
15451 emacs-lisp-mode-hook. Don't check for defalias being defined.
15452
15453 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
15454 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions. Use
15455 the new builtins directly.
15456
15457 * whitespace.el (whitespace): Add :version to defgroup.
15458
15459 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
15460 Doc fix.
15461
15462 * thingatpt.el (sexp-at-point, symbol-at-point)
15463 (number-at-point, list-at-point): Add autoload cookie.
15464
15465 * recentf.el (recentf): Add :version to defgroup.
15466
15467 * quickurl.el (quickurl): Add :version to defgroup.
15468
15469 * elide-head.el (elide-head): Use point-marker more.
15470
15471 * bs.el (bs): Add :version to defgroup.
15472
15473 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
15474
15475 * progmodes/delphi.el (delphi): Add :version to defgroup.
15476
15477 2000-02-02 Gerd Moellmann <gerd@gnu.org>
15478
15479 * ange-ftp.el (ange-ftp-write-region): Handle case that
15480 succeeding process operation sets a different coding system.
15481
15482 * calculator.el: New file.
15483
15484 2000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
15485
15486 * frame.el (frames-on-display-list, framep-on-display): New
15487 functions.
15488 (display-mouse-p, display-popup-menus-p, display-graphic-p)
15489 (display-selections-p, display-screens, display-pixel-width)
15490 (display-pixel-height, display-mm-width, display-mm-height)
15491 (display-backing-store, display-save-under, display-planes)
15492 (display-color-cells, display-visual-class): New functions.
15493
15494 * term/tty-colors.el (tty-color-gray-shades): New function.
15495
15496 * faces.el (display-color-p): Use framep-on-display.
15497 (display-grayscale-p): New function.
15498
15499 2000-01-31 Dave Love <fx@gnu.org>
15500
15501 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
15502 (create-fontset-from-x-resource): Don't concat integers.
15503
15504 2000-01-31 Inge Frick <inge@nada.kth.se>
15505
15506 * view.el: Some changes in documentation. Removed some trailing
15507 whitespace. Changed some parameter names to agree with
15508 documentation.
15509 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
15510 window is not deleted. Modifies change 1998-04-26.
15511
15512 2000-01-31 Gerd Moellmann <gerd@gnu.org>
15513
15514 * windmove.el: New file.
15515
15516 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
15517 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
15518 progmodes/ebnf-yac.el: Update copyright and license info.
15519
15520 * jit-lock.el (jit-lock-function): Widen before calculating end
15521 position.
15522 (jit-lock-stealth-chunk-start): Rewritten.
15523
15524 * info.el (Info-title-face-alist): Removed.
15525 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
15526 faces.
15527 (Info-fontify-node): Use these faces.
15528
15529 2000-01-30 Gerd Moellmann <gerd@gnu.org>
15530
15531 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
15532 (cl-macro-list1): Recognize `&allow-other-keys' instead of
15533 `&allow-other-keywords'.
15534
15535 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
15536 the list of directories scanned heuristically.
15537
15538 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
15539 exist.
15540
15541 2000-01-30 Jason Rumney <jasonr@gnu.org>
15542
15543 * w32-fns.el: Define w32-tty-standard-colors.
15544
15545 * startup.el (command-line): Use w32-tty-standard-colors when in
15546 w32 console mode.
15547
15548 2000-01-30 Dave Love <fx@gnu.org>
15549
15550 * jka-compr.el (jka-compr-load): Fix up load-history.
15551
15552 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
15553
15554 * emacs-lisp/cl-macs.el: Revert previous change.
15555
15556 2000-01-29 Dave Love <fx@gnu.org>
15557
15558 * facemenu.el: Purecopy various strings.
15559
15560 * timezone.el (timezone-fix-time): Window against 69 for two-digit
15561 years. Deal with three-digit years.
15562
15563 * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
15564 defconst, purecopy.
15565 (help-back-label): Purecopy it.
15566
15567 2000-01-18 Gerd Moellmann <gerd@gnu.org>
15568
15569 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
15570 variable. If non-nil, order the buffer list according to the
15571 currently selected frame.
15572 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
15573 non-nil, pass the selected frame to function buffer-list.
15574
15575 2000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15576
15577 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
15578
15579 2000-01-28 Dave Love <fx@gnu.org>
15580
15581 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
15582
15583 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
15584 Don't use lisp-indent-hook property.
15585 (cl-abs): Remove.
15586
15587 * subr.el: Move out indent and edebug specs for when and unless.
15588
15589 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
15590 when, unless.
15591
15592 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
15593 unless, when.
15594
15595 2000-01-28 Gerd Moellmann <gerd@gnu.org>
15596
15597 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
15598 `collecting' as synonym for `collect'.
15599
15600 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
15601 for the case it contains spaces.
15602
15603 * simple.el (what-cursor-position): Change formatting of
15604 messages.
15605
15606 * frame.el (delete-other-frames): New function.
15607 (toplevel): Bind it to C-x 5 1.
15608
15609 * sort.el (sort-numeric-base): New option.
15610 (sort-numeric-fields): If number starts with `0' or `0[xX[',
15611 interpret it as octal or hexadecimal. Use sort-numeric-base
15612 as default base.
15613
15614 * progmodes/glasses.el: New file.
15615
15616 2000-01-27 Gerd Moellmann <gerd@gnu.org>
15617
15618 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
15619 userids differently.
15620
15621 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
15622 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
15623 progmodes/ebnf-yac.el: New files.
15624
15625 2000-01-26 Dave Love <fx@gnu.org>
15626
15627 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
15628 on a function with an empty body. [From Eric Ludlam.]
15629
15630 2000-01-25 Andre Spiegel <spiegel@gnu.org>
15631
15632 * vc.el (vc-version-diff): Make sure file name is expanded.
15633
15634 2000-01-25 Gerd Moellmann <gerd@gnu.org>
15635
15636 * scroll-bar.el (scroll-bar-timer): Variable removed.
15637 (scroll-bar-toolkit-scroll): Don't use a timer.
15638
15639 2000-01-25 Kenichi Handa <handa@etl.go.jp>
15640
15641 * language/thai-util.el (thai-composition-function): Delete
15642 superfluous `a'.
15643
15644 2000-01-24 Dave Love <fx@gnu.org>
15645
15646 * fortran.el (fortran-mode): Use beginning-of-defun-function,
15647 end-of-defun-function.
15648
15649 * font-lock.el (turn-on-font-lock): Don't depend on window-system
15650 &c.
15651
15652 2000-01-22 Jason Rumney <jasonr@gnu.org>
15653
15654 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
15655 conflicts with new face support.
15656
15657 2000-01-22 Richard M. Stallman <rms@gnu.org>
15658
15659 * replace.el (query-replace): Rename last arg to DELIMITED.
15660 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
15661 (query-replace-regexp): Likewise.
15662
15663 2000-01-20 Richard M. Stallman <rms@gnu.org>
15664
15665 * subr.el (with-syntax-table): Use make-symbol, not gensym.
15666
15667 * emacs-lisp/lisp.el (beginning-of-defun-function):
15668 Variable renamed from beginning-of-defun.
15669 Do not call make-variable-buffer-local.
15670 (beginning-of-defun-raw): Use new variable name; doc fix.
15671 (beginning-of-defun): Doc fix.
15672 (end-of-defun-function): Variable renamed from end-of-defun.
15673 Do not call make-variable-buffer-local.
15674 (end-of-defun): Use new variable name; doc fix.
15675
15676 * subr.el (dolist, dotimes): Copied from cl-macs.el
15677 and made to work.
15678
15679 * mail/undigest.el (rmail-digest-end-regexps):
15680 Variable replaces rmail-digest-end-regexp.
15681 Allows multiple regexps for detecting the end line.
15682 (undigestify-rmail-message): Corresponding changes.
15683
15684 2000-01-19 Dave Love <fx@gnu.org>
15685
15686 * files.el (user-init-file): Don't declare here -- is primitive.
15687
15688 * startup.el (command-line): Check for compiled user-init-file and
15689 set to uncompiled version if necessary.
15690
15691 2000-01-18 Gerd Moellmann <gerd@gnu.org>
15692
15693 * mail/undigest.el (rmail-digest-end-regexp): New user option.
15694 (undigestify-rmail-message): Use it.
15695
15696 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
15697
15698 2000-01-17 Gerd Moellmann <gerd@gnu.org>
15699
15700 * tmm.el (tmm-goto-completions): Adapt to prompt being part
15701 of mini-buffer.
15702
15703 2000-01-14 Gerd Moellmann <gerd@gnu.org>
15704
15705 * emacs-lisp/copyright.el (copyright-update): Removed the
15706 requirement for a trailing space from `copyright-regexp', to
15707 support copyrights with owner specified on a separate line..
15708
15709 * align.el: New file.
15710
15711 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
15712
15713 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
15714
15715 2000-01-13 Dave Love <fx@gnu.org>
15716
15717 * ph.el: Removed. (Obsoleted by EUDC.)
15718
15719 2000-01-13 Gerd Moellmann <gerd@gnu.org>
15720
15721 * net/eudc.el (toplevel): Remove autoloaded code installing
15722 menu with easymenu, because that causes build problems.
15723
15724 * frame.el (frame-notice-user-settings): New variable.
15725 (frame-notice-user-settings): Don't modify frame parameters
15726 if called a second time.
15727
15728 2000-01-13 Richard M. Stallman <rms@gnu.org>
15729
15730 * frame.el (frame-notice-user-settings):
15731 Notice default-frame-parameters even for non-window frames.
15732
15733 2000-01-13 Gerd Moellmann <gerd@gnu.org>
15734
15735 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
15736 for Emacs.
15737 (eudc-bob-can-display-inline-images): Extend for Emacs.
15738 (eudc-bob-toggle-inline-display): Ditto.
15739 (eudc-bob-display-jpeg): Ditto.
15740
15741 2000-01-12 Gerd Moellmann <gerd@gnu.org>
15742
15743 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
15744 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
15745 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
15746
15747 * add-log.el (add-change-log-entry): Fix error trying an `(insert
15748 nil)'.
15749
15750 * subdirs.el: Add `net' directory.
15751
15752 * net: New directory.
15753
15754 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
15755 eval-last-sexp. Don't bind debug-on-error here.
15756 (eval-last-sexp): New function. Bind debug-on-error if
15757 eval-expression-debug-on-error is non-nil.
15758 (eval-defun-2, eval-defun): Likewise.
15759
15760 * simple.el (eval-expression): Don't bind debug-on-error if
15761 eval-expression-debug-on-error is nil. Detect changed
15762 debug-on-error, and propagate new value to global binding, if
15763 eval-expression-debug-on-error is non-nil,
15764 (eval-expression-debug-on-error): Change doc string.
15765
15766 2000-01-11 Richard M. Stallman <rms@gnu.org>
15767
15768 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
15769
15770 * emacs-lisp/lisp-mode.el (with-syntax-table):
15771 Set up lisp-indent-function property.
15772
15773 * subr.el (with-syntax-table): Moved from simple.el.
15774
15775 * simple.el (with-syntax-table): Moved to subr.el.
15776
15777 2000-01-11 Gerd Moellmann <gerd@gnu.org>
15778
15779 * tmm.el (tmm-shortcut): Delete region after prompt instead
15780 of erasing buffer.
15781
15782 * textmodes/fill.el (fill-common-string-prefix): New function.
15783 (fill-context-prefix): Use the longest common prefix of first
15784 and second line fill prefix, if there is one.
15785
15786 2000-01-11 Richard M. Stallman <rms@gnu.org>
15787
15788 * array.el (array-mode): Don't use make-variable-buffer-local.
15789 Use make-local-variable for `truncate-lines'.
15790
15791 2000-01-11 Jari Aalto <jari.aalto@poboxes.com>
15792
15793 * add-log.el (add-log-current-defun): Handle user-defined
15794 add-log-current-function returning nil,
15795
15796 * add-log.el (add-change-log-entry): Insert version number
15797 if having found a current function
15798
15799 * add-log.el (add-log-current-defun): Call
15800 `add-log-current-defun-function'. Try matches at level 0 and
15801 level 1. Strip whitespace from defun found.
15802
15803 2000-01-10 John Wiegley <johnw@gnu.org>
15804
15805 * allout.el (isearch-done/outline-provisions): Added `edit'
15806 argument to correspond with the current definition of
15807 `isearch-done'.
15808
15809 2000-01-10 Dave Love <fx@gnu.org>
15810
15811 * elide-head.el (elide-head): Use point-marker, not point.
15812
15813 2000-01-10 Gerd Moellmann <gerd@gnu.org>
15814
15815 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
15816 before and after the year 2000.
15817
15818 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
15819 Add ispell- prefix.
15820
15821 2000-01-10 Ken Stevens <k.stevens@ieee.org>
15822
15823 * ispell.el: Only define dictionaries in menus when they exist.
15824 (version18p): New variable.
15825 (version20p): New variable.
15826 (xemacsp): New variable.
15827 (ispell-choices-win-default-height): Fix for XEmacs visibility.
15828 (ispell-dictionary-alist1): Added Brasileiro dictionary.
15829 (ispell-dictionary-alist6): Russian command lines no longer accept
15830 run-together words.
15831 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
15832 (ispell-dictionary-alist): Add koi8-r to customize definition.
15833 (check-ispell-version): Added documentation string. Returns
15834 library path when called non-interactively.
15835 (ispell-menu-map-needed): Uses new variables.
15836 (ispell-library-path): New variable.
15837 (ispell-decode-string): XEmacs fix for bogus variable bindings.
15838 (ispell-word): Improved documentation string. Test for valid
15839 character mappings. Correctly check typed in word changes that can
15840 result in single words split into multiple words. Returns
15841 replacement word.
15842 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
15843 replace in recursive query replace mode. Help message for
15844 recursive edit mode.
15845 (ispell-show-choices): Protect against bad framepop bindings.
15846 (ispell-help): Fix to work with XEmacs.
15847 (ispell-highlight-spelling-error): Use new variables.
15848 (ispell-overlay-window): Fix to work with XEmacs.
15849 (ispell-parse-output): Passed and returns location information
15850 tracking spelling corrections. Doesn't recheck same word on
15851 current line.
15852 (ispell-init-process): Protect against bogus XEmacs variable binding.
15853 Fix call to single argument in sleep-for. Use new variables.
15854 (ispell-region): Passed and returns location information tracking
15855 spelling corrections. Doesn't check same word on current line.
15856 Improved documentation string. Doesn't resend a line already
15857 checked to the ispell process - fixes bug in LaTeX parsing.
15858 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
15859 (ispell-skip-region): No longer skips <TT> in SGML.
15860 (ispell-process-line): Tracks location information with spelling
15861 corrections. Added documentation string. Accounts for words
15862 already accepted on this line. Don't allow query-replace on line
15863 starting with math characters. Doesn't resend a line already sent
15864 to ispell process. Fixes alignment error bug.
15865
15866 2000-01-10 Richard M. Stallman <rms@gnu.org>
15867
15868 * dired-x.el (dired-guess-shell-alist-default):
15869 Suggest xloadimage, which is free, not xv, which isn't.
15870
15871 * ange-ftp.el (ange-ftp-file-name-nondirectory):
15872 Don't ever include the host name or user name in the value.
15873
15874 2000-01-09 Gerd Moellmann <gerd@gnu.org>
15875
15876 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
15877 of a real newline.
15878
15879 2000-01-09 Stephen Eglen <stephen@gnu.org>
15880
15881 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
15882 for .png files.
15883
15884 2000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
15885
15886 * cus-edit.el (custom-hook-convert-widget): Fix comment.
15887
15888 2000-01-09 Gerd Moellmann <gerd@gnu.org>
15889
15890 * progmodes/cperl-mode.el: Replace ^F with ^L.
15891
15892 * sendmail.el (toplevel): Provide `sendmail' when compiling
15893 before `require'ing rmail and mailalias to prevent infinite
15894 recursion.
15895
15896 2000-01-08 Dave Love <fx@gnu.org>
15897
15898 * emacs-lisp/backquote.el: Remove inappropriate customization
15899 (allowing custom.el to use backquote).
15900
15901 2000-01-07 Dave Love <fx@gnu.org>
15902
15903 * add-log.el (add-log-debugging): Deleted.
15904 (add-change-log-entry): Treat a backup FILE-NAME as its parent
15905 file. Remove debugging code.
15906 (change-log-get-method-definition, change-log-name): Add doc.
15907 (change-log-sortable-date-at): New function.
15908 (change-log-merge): New command.
15909
15910 * time.el (display-time-string-forms): Make the Mail string active.
15911 (display-time-update): Provide help-echo for load average.
15912
15913 * bindings.el (make-mode-line-mouse2-map): New function.
15914 (mode-line-modified): Use it and simplify.
15915 (mode-line-mule-info): Provide help-echo info.
15916 (minor-mode-alist): Activate the strings.
15917 (make-mode-line-mouse-sensitive): Simplify for
15918 mode-line-buffer-identification.
15919
15920 2000-01-07 Gerd Moellmann <gerd@gnu.org>
15921
15922 * play/pong.el: New file.
15923
15924 2000-01-06 Dave Love <fx@gnu.org>
15925
15926 * array.el: Assorted cleanups for compiler warnings, doc strings,
15927 `array-' prefix for symbols.
15928
15929 2000-01-05 Dave Love <fx@gnu.org>
15930
15931 * textmodes/outline.el (outline-mode-menu-bar-map): Add
15932 outline-headers-as-kill.
15933 (outline-mode): Define imenu-generic-expression.
15934 (outline-headers-as-kill): New command.
15935
15936 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
15937 from paragraph-start.
15938 (paragraph-indent-minor-mode): New command.
15939
15940 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
15941 M-C-e, M-C-h, C-j, C-xnd, TAB.
15942 (fortran-mode): Set beginning-of-defun, end-of-defun.
15943 (fortran-column-ruler): Simplify.
15944 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
15945 (fortran-with-subprogram-narrowing): Likewise.
15946 (fortran-indent-subprogram): Call mark-defun.
15947 (fortran-check-for-matching-do): Change narrowing.
15948
15949 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
15950 (cl-lucid-hash-tag): Delete.
15951 (cl-hash-table-p): Correct test for native table.
15952 (cl-hash-table-count): Use hash-table-count.
15953
15954 * browse-url.el (browse-url): Fix case of
15955 browse-url-browser-function being an alist.
15956
15957 2000-01-05 Carsten Dominik <cd@gnu.org>
15958
15959 * textmodes/reftex-vars.el (reftex-parse-file-extension)
15960 (reftex-index-phrase-file-extension): New options.
15961
15962 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
15963 Use new option `reftex-index-phrase-file-extension'.
15964
15965 * textmodes/reftex.el (reftex-access-parse-file): Use new option
15966 `reftex-parse-file-extension'.
15967
15968 2000-01-05 Dave Love <fx@gnu.org>
15969
15970 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
15971 (beginning-of-defun-raw): Use it.
15972 (end-of-defun): New variable.
15973 (end-of-defun): Use it.
15974 (check-parens): New command.
15975
15976 2000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
15977
15978 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
15979 (hs-show-block): Don't use `mapcar' when not accumulating.
15980
15981 Fix buglet in local variables initialization.
15982
15983 2000-01-05 Andreas Schwab <schwab@suse.de>
15984
15985 * hscroll.el (hscroll): Doc fix.
15986
15987 2000-01-05 Carsten Dominik <cd@gnu.org>
15988
15989 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
15990 idlw-toolbar.
15991
15992 * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
15993 file idlw-rinfo.el.
15994 (idlwave-customize): load must read file idlw-shell.el.
15995 (idlwave-create-customize-menu): load must read file idlw-shell.el.
15996
15997 2000-01-05 Carsten Dominik <dominik@astro.uva.nl>
15998
15999 * progmodes/idlw-shell.el: Also provide idlwave-shell
16000 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
16001 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
16002
16003 * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
16004 both reftex-dcr and reftex-vcr.
16005
16006 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
16007
16008 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16009
16010 * ps-print.el: PostScript code now is in separate files, doc fix.
16011 (ps-print-version): New version number (5.0.3).
16012 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
16013 local.
16014 (ps-spool-config): Initialization fix.
16015 (ps-print-prologue-1, ps-print-prologue-2)
16016 (ps-print-duplex-feature): PostScript code moved to separated file.
16017 (ps-background-image): Little code reformating.
16018 (ps-begin-file, ps-begin-job): Fix code.
16019 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
16020 (ps-prologue-file): New fun.
16021
16022 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16023
16024 * ps-vars.el: Eliminated.
16025
16026 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
16027 `;;;###autoload'.
16028
16029 * ps-print.el: ps-vars eliminated, doc fix.
16030 (ps-print-version): New version number (5.0.2).
16031 (ps-spool-config): Initialization fix.
16032 (ps-print-customize): New fun.
16033
16034 2000-01-04 Gerd Moellmann <gerd@gnu.org>
16035
16036 * autorevert.el (auto-revert-mode): Return value of
16037 auto-revert-mode.
16038
16039 2000-01-04 Dave Love <fx@gnu.org>
16040
16041 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
16042 menu items.
16043
16044 2000-01-03 Dave Love <fx@gnu.org>
16045
16046 * elide-head.el (elide-head) [defgroup]: Add :version.
16047
16048 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
16049 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
16050 `cl-hash-table-p', not `hash-table-p'.
16051 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
16052
16053 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
16054
16055 * faces.el (face-read-integer, read-face-attribute)
16056 (color-defined-p, color-values): unspecified-{f,b}g are now
16057 strings.
16058
16059 2000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
16060
16061 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
16062 at comment end, and re-insert them after filling.
16063
16064 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
16065
16066 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
16067 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
16068 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
16069
16070 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
16071
16072 * term/x-win.el (xw-defined-colors): Call color-supported-p,
16073 the new name of face-color-supported-p.
16074
16075 * term/w32-win.el (xw-defined-colors): Likewise.
16076
16077 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
16078
16079 * simple.el (completion-setup-function): Count completion-size
16080 from minibuffer-prompt-end, not from point-min.
16081
16082 2000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
16083
16084 * faces.el (read-face-attribute, defined-colors, color-defined-p):
16085 Pass the frame to tty-color-* functions.
16086 (display-color-p, frame-set-background-mode): Pass the frame to
16087 tty-display-color-p.
16088
16089 * term/tty-colors.el (tty-defined-color-alist): Renamed from
16090 tty-color-alist.
16091 (tty-color-alist, tty-modify-color-alist): New functions.
16092 (tty-color-define, tty-color-clear, tty-color-approximate)
16093 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
16094 an optional parameter FRAME.
16095
16096 2000-01-01 Gerd Moellmann <gerd@gnu.org>
16097
16098 * image.el (create-image, defimage): Don't assume image data is a
16099 string.
16100
16101 * image.el (defimage): Handle specifications containing :data
16102 instead of :file.
16103 (image-type-from-data): New function.
16104 (image-type-from-file-header): Use it.
16105 (create-image): Add parameter DATA-P.
16106
16107 See ChangeLog.8 for earlier changes.
16108
16109 ;; Local Variables:
16110 ;; coding: iso-2022-7bit
16111 ;; End: